The lsf.acct file is the LSF task log file.
The LSF Remote Execution Server, RES (see res(8)), generates a record for each task completion or failure. If the RES task logging is turned on (see lsadmin(8)), it appends the record to the task log file lsf.acct.<host_name>.
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.
Process ID for the remote task
User name of the submitter
Task exit status
Dispatch time – time at which the task was dispatched for execution
Completion time – time when task is completed/failed
Submission host name
Execution host name
Current working directory
Command line of the task
User time used
System time used
Maximum shared text size
Integral of the shared text size over time (in KB seconds)
Integral of the shared memory size over time (valid only on Ultrix)
Integral of the unshared data size over time
Integral of the unshared stack size over time
Number of page reclaims
Number of page faults
Number of times the process was swapped out
Number of block input operations
Number of block output operations
Number of characters read and written (valid only on HP-UX)
Number of System V IPC messages sent
Number of messages received
Number of signals received
Number of voluntary context switches
Number of involuntary context switches
Exact user time used (valid only on ConvexOS)