Platform Analytics 7 Dataflow

LSB_EVENTS table

This table contains LSF event data.
Column Name Data Type Nullable (Y/N) Key (PK/FK) Description
CLUSTER_NAME VARCHAR2(128) N PK This is the cluster name.
VERSION_NUMBER VARCHAR2(10) N   The version of LSF.
EVENT_TYPE VARCHAR2(64) N PK The event type.
EVENT_TIME TIMESTAMP (6) N   The event time in the local server time zone.
EVENT_TIME_GMT NUMBER(13) N PK The time of this record in GMT time. This is the number of seconds from midnight, 1 January, 1970.
JOB_ID NUMBER(15) N PK The LSF-assigned job ID.
USER_ID NUMBER(15) Y   The user ID of the user who submitted this job.
OPTIONS NUMBER(15) Y   The bit flags for job processing.
NUM_PROCESSORS NUMBER(15) Y   The number of processors that the job initially requested for execution.
SUBMIT_TIME TIMESTAMP(6) Y   The job submission time.
BEGIN_TIME TIMESTAMP (6) Y   The job start time. The job should be started at or after this time.
TERM_TIME TIMESTAMP(6) Y   The job termination deadline. The job should be terminated by this time.
SIG_VALUE NUMBER Y   The signal value.
CHKPNT_PERIOD NUMBER(15) Y   The checkpointing period.
RESTART_PID NUMBER(15) Y   The new process ID of the restarted job.
USER_NAME VARCHAR2(128) Y   The user name of the user who submitted this job.
RLIMIT_SCPU NUMBER Y   The soft CPU time limit.
RLIMIT_FILESIZE_LIMIT NUMBER Y   The soft file size limit.
RLIMIT_SEGMENT_SIZE NUMBER Y   The soft data segment size limit.
RLIMIT_STACK_SIZE NUMBER Y   The soft stack segment size limit.
RLIMIT_CORE_SIZE NUMBER Y   The soft core file size limit.
RLIMIT_MEMORY_SIZE NUMBER Y   The soft memory size limit.
RLIMIT_SWAP_SIZE NUMBER Y   The virtual memory size limit.
RLIMIT_NOFILE NUMBER Y   The NOFILE limit.
RLIMIT_OPEN_MAX NUMBER Y   The number of maximum open file.
RLIMIT_PROCESS NUMBER Y   The process limit.
RLIMIT_RUNTIME NUMBER Y   The soft run time limit.
HOST_SPEC VARCHAR2(128) Y   The model or host name for normalizing CPU time and run time.
HOST_FACTOR NUMBER Y   The CPU factor of the host specified in the "HOST_SPEC" field.
UMASK NUMBER Y   The file creation mask for this job.
QUEUE VARCHAR2(128) Y   The name of job queue to which the job was submitted.
RES_REQ CLOB Y   The resource requirements of this job.
FROM_HOST VARCHAR2(256) Y   The name of the host that submitted this job. This includes the cluster name.
FROM_HOST_CLUSTER VARCHAR2(128) Y   The name of the cluster that submitted this job. This field is extracted from the "FROM_HOST" field.
CWD CLOB Y   The current working directory of this job.
CHKPNT_DIR CLOB Y   The checkpoint directory of this job.
IN_FILE CLOB Y   The input file name.
OUT_FILE CLOB Y   The output file name.
ERR_FILE CLOB Y   The error output file name.
SUB_HOME_DIR CLOB Y   The home directory of the user who submitted this job.
JOB_FILE CLOB Y   The name of the job file.
NUM_ASKED_HOSTS NUMBER(15) Y   The number of candidate host for job dispatching.
ASKED_HOSTLISTS CLOB Y   The list of names of candidate hosts for job dispatching.
DEPEND_COND CLOB Y   The job dependency condition.
PRE_EXEC_CMD CLOB Y   The job pre-execution command.
TIME_EVENT VARCHAR2(20) Y   The time event for job dependency condition. This field indicates when the time event ended.
JOB_NAME CLOB Y   The name of this job.
COMMAND CLOB Y   The job command.
NXF NUMBER(15) Y   The number of files to transfer.
XF CLOB Y   The list of file transfer specifications.
MAIL_USER VARCHAR2(1024) Y   The name of the mail user.
PROJECT_NAME CLOB Y   The name of the project.
PROJECT_TAG VARCHAR2(4000) Y   A limited length version of the "PROJECT_NAME" field for easy parsing.
NIOS_PORT NUMBER Y   The callback port number. This field is for batch interactive jobs only.
MAX_NUM_PROCESSORS NUMBER(15) Y   The maximum number of processors for this job.
SCHED_HOST_TYPE VARCHAR2(128) Y   The execution host type.
LOGIN_SHELL VARCHAR2(256) Y   The login shell type.
USER_GROUP VARCHAR2(512) Y   The user group of the user who submitted this job.
EXCEPT_LIST VARCHAR2(1024) Y   The exception handlers for the job.
OPTIONS2 NUMBER Y   The bit flags for job processing.
OPTIONS3 NUMBER Y   The bit flags for job processing.
JOB_ARRAY_INDEX NUMBER(15) N PK The job array index.
IN_FILE_SPOOL CLOB Y   The input spool file.
COMMAND_SPOOL CLOB Y   The command spool file.
JOB_SPOOL_DIR CLOB Y   The job spool directory.
USER_PRIORITY NUMBER(15) Y   The priority level of the user who submitted this job.
RSV_ID VARCHAR2(128) Y   The advance reservation ID, for example, "user2#0".
JOB_GROUP CLOB Y   The job group under which the job runs.
EXT_SCHED VARCHAR2(256) Y   The external scheduling options.
WARNING_ACTION VARCHAR2(256) Y   The job warning action.
WARNING_TIME_PERIOD NUMBER Y   The job warning time period in seconds.
SLA VARCHAR2(128) Y   The SLA service class name under which the job runs.
SLA_RUN_LIMIT NUMBER Y   The absolute run time limit of the job for SLA service classes.
LICENSE_PROJECT VARCHAR2(128) Y   The LSF License Scheduler project name.
DEL_OPTIONS NUMBER Y   Delete options for the "OPTIONS" field.
DEL_OPTIONS2 NUMBER Y   Delete options for the "OPTIONS2" field.
DEL_OPTIONS3 NUMBER Y   Delete options for the "OPTIONS" field.
REASON NUMBER Y   The pending or suspended reason code. For further details of these codes, see <lsbatch/lsbatch.h>.
SUBREASON NUMBER Y   The pending or suspended subreason code. For further details of these codes, see <lsbatch/lsbatch.h>.
CPU_TIME NUMBER Y   The CPU run time so far.
END_TIME TIMESTAMP(6) Y   The job completion time.
RU NUMBER Y   The resource usage flag.
RU_UTIME NUMBER Y   The amount of user time in seconds.
RU_STIME NUMBER Y   The sytem time used in seconds.
RU_MAXRSS NUMBER Y   The maximum shared text size in KB.
RU_IXRSS NUMBER Y   The integral of the shared text size over time (in KB·seconds).
RU_ISMRSS NUMBER Y   The Integral of the shared memory size over time (in KB·seconds). This field is only valid on Ultrix systems.
RU_IDRSS NUMBER Y   The integral of the unshared data size over time (in KB·seconds).
RU_ISRSS NUMBER Y   The integral of the unshared stack size over time (in KB·seconds).
RU_MINFLT NUMBER Y   The number of page reclaims.
RU_MAJFLT NUMBER Y   The number of page faults.
RU_NSWAP NUMBER Y   The number of times that the process was swapped out.
RU_INBLOCK NUMBER Y   The number of block input operations.
RU_OUBLOCK NUMBER Y   The number of block output operations.
RU_IOCH NUMBER Y   The number of characters read and written. This field is only valid on HP-UX systems.
RU_MSGSND NUMBER Y   The number of System V IPC messages sent.
RU_MSGRCV NUMBER Y   The number of messages received.
RU_NSIGNALS NUMBER Y   The number of signals received.
RU_NVCSW NUMBER Y   The number of voluntary context switches.
RU_NIVCSW NUMBER Y   The number of involuntary context switches.
RU_EXUTIME NUMBER Y   The exact user time used. This field is only valid on ConvexOS systems.
EXIT_STATUS NUMBER Y   The exit status of the job. For further details of these exit status codes, see <lsbatch/lsbatch.h>.
EXIT_INFO NUMBER Y   The job termination reason. For further details of these reason codes, see <lsbatch/lsbatch.h>.
JSTATUS NUMBER(15) N PK The job status. This field can be a combined status. The default is "-1" for a non-JOB_STATUS event.
JOB_STATUS_STR VARCHAR2(256) Y   The "JSTATUS" field converted into a string. If "JSTATUS" was a combined status, this field is a list.
NUM_RESERVE_HOSTS NUMBER(15) Y   The number of reserved hosts in the remote cluster.
RESERVE_HOSTLISTS CLOB Y   The reserve host lists.
REMOTE_JID NUMBER(15) Y   The job ID at the submission cluster.
REMOTE_CLUSTER VARCHAR2(128) Y   The name of the remote cluster.
JOB_PID NUMBER(15) N PK The job process ID.
JOB_PGID NUMBER(15) Y   The job process group ID.
NUM_EXEC_HOSTS NUMBER(15) Y   The actual number of slots used for job execution.
QUEUE_PRE_CMD VARCHAR2(1024) Y   The pre-execution command.
QUEUE_POST_CMD VARCHAR2(1024) Y   The post-execution command.
JFLAGS NUMBER Y   Job processing flags.
ADDITIONAL_INFO CLOB Y   The placement information of HPC jobs.
POSITION NUMBER Y   The LSF_JOB_MOVE position number.
BASE NUMBER Y   The LSF_JOB_MOVE operation code, (TO_TOP or TO_BOTTOM). For further details of these codes, see <lsbatch/lsbatch.h>.
NOT_SWITCHED NUMBER Y   A flag to indicate that mbatchd has switched the job to a new queue, but sbatchd has not been informed of the switch.
SIG NUMBER Y   A flag to indicate that this signal has not been sent to the job.
SIG1 NUMBER Y   A flag to indicate that the job has not been sent this signal to checkpoint itself.
SIG1_FLAGS NUMBER Y   The checkpoint flags. For further details of these flags, see <lsbatch/lsbatch.h>.
PERIOD NUMBER Y   The action period in seconds.
FLAGS NUMBER Y   The action flags. For further details of these see <lsbatch/lsbatch.h>.
ACT_STATUS NUMBER Y   Action status code:
  1. Action started
  2. One action preempted other actions
  3. Action succeeded
  4. Action failed
SIGNAL_SYMBOL VARCHAR2(128) Y   The action name. This is accompanied by actFlags.
RUN_COUNT NUMBER(15) Y   The number of times this job has been run.
EXEC_UID NUMBER(15) Y   The mapped UNIX user ID on the execution host.
EXEC_CWD CLOB Y   The current working directory job used on the execution host.
EXEC_HOME CLOB Y   The home directory that the job used on the execution host.
EXEC_USERNAME VARCHAR2(128) Y   The mapped user name on the execution host.
SLA_SCALED_RUNLIMIT NUMBER Y   The run time limit for the job scaled by the execution host.
MSG_IDX NUMBER(15) Y   The message index in the list.
DATA_SIZE NUMBER Y   The size of the data if it has any; otherwise, this is 0.
POST_TIME NUMBER Y   The message sending time.
DATA_STATUS NUMBER Y   The status of the attached data.
MSG_DESC CLOB Y   A text description of the message.
FILE_NAME CLOB Y   The file name of the attached data.
MEM_BSIZEQ NUMBER Y   The size of the membJobId array.
MEM_BJOBID CLOB Y   The job IDs of the chuck jobs.
NEW_STATUS NUMBER Y   The new status of the job.
MSG_ID NUMBER     ID of the message.
SEQ NUMBER Y   The sequence status of the job for LSF_SBD_UNREPORTED_STATUS.
MEM NUMBER Y   The total resident memory usage of all currently running processes in given process groups, in KB.
SWAP NUMBER Y   The total virtual memory usage of all currently running processes in given process groups in kilobytes.
UTIME NUMBER Y   The cumulative total user time in seconds.
STIME NUMBER Y   The cumulative total system time in seconds.
NPIDS NUMBER(15) Y   The number of currently active processes in these process groups.
NPGIDS NUMBER(15) Y   The number of pgids for this job.
JOB_PGIDS_STR CLOB Y   The NGID string from the JOB_RUSAGE record.
JOB_PID_INFO_STR CLOB Y   The NPID string from the JOB_RUSAGE record.
NTHREADS NUMBER(15) Y   The number of threads from the JOB_RUSAGE record.
LIC_USAGE_AMT NUMBER Y   The license usage amount.
LIC_FEATURE_NAME VARCHAR2(128) Y   The license feature name.
APPLICATION_TAG VARCHAR2(128) Y   The application tag assigned to this job.
DURATION4PREEMPTBACKFILL NUMBER Y   The duration for preemptive backfill class in seconds. This field is valid for HPC only.
JOB_RMATTR NUMBER Y   The job remote attribute flag, set in JOB_FORWARD.
NOT_MODIFIED VARCHAR2(1) Y   A flag to indicate the running job's bmod parameters.
MAX_RMEM NUMBER Y   This is the maximum resident memory usage of all processes in this job, in KB.
MAX_RSWAP NUMBER Y   The maximum resident virtual memory of all processes in job, in KB.
EXCEPT_MASK NUMBER Y   The job exception handling status. Valid values are as follows:
  • J_EXCEPT_OVERRUN 0x02
  • J_EXCEPT_UNDERUN 0x04
  • J_EXCEPT_IDLE 0x80
CHARGED_SAAP VARCHAR2(64) Y   The SAAP charged to a job.
EXEC_RUSAGE VARCHAR2(4000) Y   The resource usage (or rusage string) satisfied at runtime.
ACT_MASK NUMBER Y   The job action handling status.
EXCEPT_INFO NUMBER Y   The exception information.
ACT_PID NUMBER(15) Y   The action process ID.
MISC_OPTS4PENDSIG NUMBER Y   Miscellaneous options for the pending signal.
START_TIME TIMESTAMP(6) Y   The job start_time in the JOB_FINISH event.
NUM_ARRAY_ELEMENTS NUMBER Y   The number of job array elements in the job array for "JOB_NEW" and "JOB_MODIFY2" events. The default is 1.
JOB_INDEX_LIST CLOB Y   This is a list of job array index for "JOB_NEW", and "JOB_MODIFY2" events based on the "JOB_NAME" field.
NIOS_PORT_2ND NUMBER Y   The second NIOS port based on the condition of SUB2_BSUB_BLOCK bit is set.
RLIMIT_THREAD NUMBER Y   The number of threads of this job.
POST_EXEC_CMD CLOB Y   The job post-execution command.
RUNTIME_ESTIMATION NUMBER(15) Y   The estimated run time.
EXEC_HOSTS CLOB Y   The list of execution hosts.
APS_STRING VARCHAR2(256) Y   The absolute job priority scheduling value of pending jobs.
INSERT_SEQ NUMBER(15) Y   The order of sequence in which this record is inserted into the table. This field is auto-incremented whenever a new record is inserted into the table.