LSF Version 7.3 - Administering Platform LSF

View application profile information
380 Administering Platform LSF
PARAMETERS:
SUCCESS_EXIT_VALUES: 230 222 12
...
3 Run bhist -l to show command-line specified requeue exit values with bsub
and modified requeue exit values with
bmod.
bhist -l
Job <405>, User <user1>, Project <default>, Command <myjob 1234>
Tue Dec 11 23:32:00: Submitted from host <hostA> with hold, to Queue
<norma
l>, CWD </scratch/dev/lsfjobs/user1/work>, R
e-queue Exit Values <1>;
Tue Dec 11 23:33:14: Parameters of Job are changed:
Requeue exit values changes to: 2;
...
4 Run bhist -l and bacct -l to see success exit values when a job is done
successfully. If the job exited with default success exit value 0,
bhist an bacct
do not display the 0 exit value
bhist -l 405
Job <405>, User <user1>, Project <default>, Interactive pseudo-terminal mode, Co
mmand <myjob 1234>
...
Sun Oct 7 22:30:19: Done successfully. Success Exit Code: 230 222 12.
...
bacct -l 405
...
Job <405>, User <user1>, Project <default>, Status <DONE>, Queue <normal>, Comma
nd <myjob 1234>
Wed Sep 26 18:37:47: Submitted from host <hostA>, CWD </scratch/dev/lsfjobs/user1/wo
rk>;
Wed Sep 26 18:37:50: Dispatched to <hostA>;
Wed Sep 26 18:37:51: Completed <done>. Success Exit Code: 230 222 12.
...