P103356. This patch partially fix the issue that job is dispatched by mistake due to inaccurate total available memory.
Readme documentation for IBM Spectrum LSF 10.1 Fix 537142 including installation-related instructions, prerequisites and co-requisites, and list of fixes.
This fix partially addresses following issue:
Job may be dispatched by mistake due to an inaccurate value of the total available memory.
Before this fix, LSF calculates the total available memory using following formula:
total_available = free_mem - reserved_mem
The LIM periodically reports the free_mem value, and sbatchd periodically reports the reserved_mem value, but these two values are not synchronized. Therefore, this value is not accurate if the memory usage of the job changes steeply and rapidly.
After this fix, the formula changes to:
total_available = MIN(free_mem - reserved_mem, max_mem - allocated_mem)
where max_mem is the maximum physical memory of host, and allocated_mem is the memory job requested(used + reserved). This does not completely eliminate the problem, but ensures that LSF will block the job dispatch if the total requested memory exceeds the maximum value on the host. In other cases, if all the jobs’ request memory does not exceed the maximum value, the behavior remains unchanged, and the job might still be dispatched by mistake.
Readme File for: IBM® Spectrum LSF
Product/Component Release: 10.1
Update Name: Fix 537142
Fix ID: LSF-10.1-build537142
Publication Date: 14 Jan 2020
Last Modified Date: 14 Jan 2020
List of Fixes
Download Location
Product or Components Affected
System Requirements
Installation and Configuration
List of Files
Product Notifications
Copyright and Trademark Information
P103356
Download Fix 537142 from the following location: http://www.ibm.com/eserver/support/fixes/
Affected product or components include:
LSF/mbschd
LSF/mbatchd
linux2.6-glibc2.3-x86_64
linux3.10-glibc2.17-x86_64
(LSF_TOP=Full path to the top-level installation directory of LSF.)
Log on to the LSF master host as root
Set your environment:
Go to the patch install directory: cd $LSF_ENVDIR/../10.1/install/
Copy the patch file to the install directory $LSF_ENVDIR/../10.1/install/
Run patchinstall: ./patchinstall
Log on to the LSF master host as root
Run badmin mbdrestart
Log on to the LSF master host as root
Go to the patch install directory: cd $LSF_ENVDIR/../10.1/install/
Run ./patchinstall -r
Run badmin mbdrestart
mbschd
mbatchd
To receive information about product solution and patch updates automatically, subscribe to product notifications on the My notifications page (http://www.ibm.com/support/mynotifications) on the IBM Support website http://support.ibm.com. You can edit your subscription settings to choose the types of information you want to get notification about, for example, security bulletins, fixes, troubleshooting, and product enhancements or documentation changes.
©Copyright IBM Corporation 2020
U.S. Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
IBM®, the IBM logo, and ibm.com® are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at “Copyright and trademark information” at http://www.ibm.com/legal/copytrade.shtml.