Advance Reservations
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
| 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 |
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 |
| (month/day/hour/minute). For example: |
◆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
◆TERM_ADMIN: Job killed by root or LSF administrator (15)
◆TERM_BUCKET_KILL: Job killed with bkill
◆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