Command Reference Guide

Output
72 Platform LSF Command Reference
loadSched
The load scheduling thresholds for the job.
loadStop
The load suspending thresholds for the job.
JOB STATUS Possible values for the status of a job include:
PEND
The job is pending, that is, it has not yet been started.
PSUSP
The job has been suspended, either by its owner or the LSF administrator, while
pending.
RUN
The job is currently running.
USUSP
The job has been suspended, either by its owner or the LSF administrator, while
running.
SSUSP
The job has been suspended by LSF. The job has been suspended by LSF due to
either of the following two causes:
The load conditions on the execution host or hosts have exceeded a threshold
according to the
loadStop vector defined for the host or queue.
The run window of the jobs queue is closed. See bqueues(1), bhosts(1), and
lsb.queues(5).
DONE
The job has terminated with status of 0.
EXIT
The job has terminated with a non-zero status it may have been aborted due to an
error in its execution, or killed by its owner or the LSF administrator.
For example, exit code 131 means that the job exceeded a configured resource usage
limit and LSF killed the job.
UNKWN
mbatchd has lost contact with the sbatchd on the host on which the job runs.
WAIT
For jobs submitted to a chunk job queue, members of a chunk job that are waiting
to run.
ZOMBI
A job becomes ZOMBI if:
A non-rerunnable job is killed by bkill while the sbatchd on the execution
host is unreachable and the job is shown as UNKWN.