Platform LSF Reference Version 6.2
bjobs
Platform LSF Reference
67
PIDs
Currently active processes in a job.
RESOURCE LIMITS
The hard resource usage limits that are imposed on the jobs in the queue (see
getrlimit(2) and lsb.queues(5)). These limits are imposed on a per-job
and a per-process basis.
The possible per-job resource usage limits are:
✧
CPULIMIT
✧
PROCLIMIT
✧
MEMLIMIT
✧
SWAPLIMIT
✧
PROCESSLIMIT
✧
THREADLIMIT
The possible UNIX per-process resource usage limits are:
✧
RUNLIMIT
✧
FILELIMIT
✧
DATALIMIT
✧
STACKLIMIT
✧
CORELIMIT
If a job submitted to the queue has any of these limits specified (see
bsub(1)),
then the lower of the corresponding job limits and queue limits are used for the
job.
If no resource limit is specified, the resource is assumed to be unlimited.
EXCEPTION STATUS
Possible values for the exception status of a job include:
idle
The job is consuming less CPU time than expected. The job idle factor
(CPU time/runtime) is less than the configured JOB_IDLE threshold for
the queue and a job exception has been triggered.
overrun
The job is running longer than the number of minutes specified by the
JOB_OVERRUN threshold for the queue and a job exception has been
triggered.
underrun
The job finished sooner than the number of minutes specified by the
JOB_UNDERRUN threshold for the queue and a job exception has been
triggered.
Job Array Summary Information
If you use -A, displays summary information about job arrays. The following fields
are displayed:
JOBID
Job ID of the job array.