Options

If you submitted a job with multiple resource requirement strings using the bsub -Roption for the order, same, rusage, and select sections, bjobs -ldisplays a single, merged resource requirement string for those sections, as if they were submitted using a single -R.

bhist -lcan display job exit codes. A job with exit code 131 means that the job exceeded a configured resource usage limit and LSF killed the job with signal 3 (131-128=3).

bhist -lcan display changes to pending jobs as a result of the following bmod options:

Absolute priority scheduling (-aps -apsn)

Runtime estimate (-We -Wen)

Post-execution command (-Ep -Epn)

User limits (-ul -uln)

Current working directory (-cwd -cwdn)

Checkpoint options (-k -kn)

Migration threshold (-mig -mign)

-pOnly displays information about pending jobs. -rOnly displays information about running jobs. -sOnly displays information about suspended jobs. -tDisplays job events chronologically.

-wWide format. Displays the information in a wide format.

-Cstart_time,end_time

Only displays jobs that completed or exited during the specified time interval. Specify the span of time for which you want to display the history. If you do not specify a start time, the start time is assumed to be the time of the first occurrence. If you do not specify an end time, the end time is assumed to be now.

Specify the times in the format "yyyy/mm/dd/HH:MM". Do not specify spaces in the time interval string.

The time interval can be specified in many ways. For more specific syntax and examples of time formats, see TIME INTERVAL FORMAT.

-Dstart_time,end_time

Only displays jobs dispatched during the specified time interval. Specify the span of time for which you want to display the history. If you do not specify a start time, the start time is assumed to be the time of the first occurrence. If you do not specify an end time, the end time is assumed to be now.

Specify the times in the format "yyyy/mm/dd/HH:MM". Do not specify spaces in the time interval string.

The time interval can be specified in many ways. For more specific syntax and examples of time formats, see TIME INTERVAL FORMAT.

-Sstart_time,end_time

46Platform LSF Command Reference