Advance Reservations (-U)

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.

Advance Reservations (-U)

 

Displays the following fields:

RSVID

Advance reservation ID assigned by brsvadd command

TYPE

Type of reservation: user or system

CREATOR

User name of the advance reservation creator, who submitted the brsvadd

 

command

USER

User name of the advance reservation user, who submitted the job with bsub -U

NCPUS

Number of CPUs reserved

RSV_HOSTS

List of hosts for which processors are reserved, and the number of processors

 

reserved

TIME_WINDOW

Time window for the reservation.

 

A one-time reservation displays fields separated by slashes

 

(month/day/hour/minute). For example:

11/12/14/0-11/12/18/0

A recurring reservation displays fields separated by colons (day:hour:minute). For example:

5:18:0 5:20:0

Termination reasons displayed by bacct

When LSF detects that a job is terminated, bacct -ldisplays one of the following termination reasons. The corresponding integer value logged to the JOB_FINISH record in lsb.acct is given in parentheses.

TERM_ADMIN: Job killed by root or LSF administrator (15)

TERM_BUCKET_KILL: Job killed with bkill -b(23)

TERM_CHKPNT: Job killed after checkpointing (13)

TERM_CWD_NOTEXIST: current working directory is not accessible or does not exist on the execution host (25)

TERM_CPULIMIT: Job killed after reaching LSF CPU usage limit (12)

TERM_DEADLINE: Job killed after deadline expires (6)

TERM_EXTERNAL_SIGNAL: Job killed by a signal external to LSF (17)

12Platform LSF Command Reference