LSF Version 7.3 - Platform LSF Configuration Reference

LSB_SUSP_REASONS
Syntax
LSB_SUSP_REASONS=integer
Description
An integer representing suspend reasons. Suspend reasons are defined in lsbatch.h.
This parameter is set when a job goes to system-suspended (SSUSP) or user-suspended status
(USUSP). It indicates the exact reason why the job was suspended.
To determine the exact reason, you can test the value of LSB_SUSP_REASONS against the
symbols defined in lsbatch.h.
Where defined
Set during job execution
See also
LSB_SUSP_SUBREASONS
LSB_SUSP_SUBREASONS
Syntax
LSB_SUSP_SUBREASONS=integer
Description
An integer representing the load index that caused a job to be suspended.
When the suspending reason SUSP_LOAD_REASON (suspended by load) is set in
LSB_SUSP_REASONS, LSB_SUSP_SUBREASONS set to one of the load index values defined
in lsf.h.
Use LSB_SUSP_REASONS and LSB_SUSP_SUBREASONS together in you custom job
control to determine the exact load threshold that caused a job to be suspended.
Load index values are defined in lsf.h.
Load Index
Value
R15S 0
R1M 1
R15M 2
UT 3
PG 4
IO 5
LS 6
Environment variables
584 Platform LSF Configuration Reference