Platform LSF Reference Version 6.2
lsf.acct Structure
Platform LSF Reference
476
lsf.acct Structure
The task log file is an ASCII file with one task record per line. The fields of each record
are separated by blanks. The location of the file is determined by the
LSF_RES_ACCTDIR variable defined in
lsf.conf. If this variable is not defined, or
the RES cannot access the log directory, the log file is created in
/tmp instead.
Fields
The fields in a task record are ordered in the following sequence:
pid (%d)
Process ID for the remote task
userName (%s)
User name of the submitter
exitStatus (%d)
Task exit status
dispTime (%ld)
Dispatch time – time at which the task was dispatched for execution
termTime (%ld)
Completion time – time when task is completed/failed
fromHost (%s)
Submission host name
execHost (%s)
Execution host name
cwd (%s)
Current working directory
cmdln (%s)
Command line of the task
lsfRusage
The following fields contain resource usage information for the job (see
getrusage(2)). If the value of some field is unavailable (due to job exit or the
difference among the operating systems), -1 will be logged. Times are measured in
seconds, and sizes are measured in KB.
ru_utime (%f)
User time used
ru_stime (%f)
System time used
ru_maxrss (%f)
Maximum shared text size