Command Reference Guide

Long output format(-l)
18 Platform LSF Command Reference
Long output format(-l)
In addition to the above fields, the -l option displays the following:
Description A description of the typical use of the application profile.
PAR AM E TER S/
STATISTICS
SSUSP
The number of job slots in the application profile allocated to jobs that are
suspended by LSF because of load levels or run windows.
USUSP
The number of job slots in the application profile allocated to jobs that are
suspended by the job submitter or by the LSF administrator.
RSV
The number of job slots in the application profile that are reserved by LSF for
pending jobs.
Per-job resource usage limits
The soft resource usage limits that are imposed on the jobs associated with the
application profile. These limits are imposed on a per-job and a per-process basis.
The possible per-job limits are:
CPULIMIT
The maximum CPU time a job can use, in minutes, relative to the CPU factor of the
named host. CPULIMIT is scaled by the CPU factor of the execution host so that
jobs are allowed more time on slower hosts.
MEMLIMIT
The maximum running set size (RSS) of a process.
By default, the limit is shown in KB. Use LSF_UNIT_FOR_LIMITS in
lsf.conf to
specify a larger unit for display (MB, GB, TB, PB, or EB).
MEMLIMIT_TYPE
A memory limit is the maximum amount of memory a job is allowed to consume.
Jobs that exceed the level are killed. You can specify different types of memory
limits to enforce, based on PROCESS, TASK, or JOB (or any combination of the
three).
PROCESSLIMIT
The maximum number of concurrent processes allocated to a job.
PROCLIMIT
The maximum number of processors allocated to a job.
SWAPLIMIT
The swap space limit that a job may use.
By default, the limit is shown in KB. Use LSF_UNIT_FOR_LIMITS in
lsf.conf to
specify a larger unit for display (MB, GB, TB, PB, or EB).
THREADLIMIT
The maximum number of concurrent threads allocated to a job.