Job logging (e.g. Submission, state changes, job finish).
Column |
Type |
Description |
---|---|---|
job_number |
integer |
Job number |
task_number |
integer |
Array task id |
pe_taskid |
text |
ID of a tightly integrated parallel task |
name |
text |
job name (script name or value set with the submit option -N) |
username |
text |
UNIX group name of the primary group the job was executed in. References the group table |
account |
text |
UNIX user account the job was running in.References the user table |
project |
text |
Project. References the project table |
department |
text |
Department. References the department table |
time |
timestamp |
Time when the job logging entry was generated |
event |
text |
Event being recorded |
state |
text |
Job state after the reported event |
initiator |
text |
User who initiated action for the event |
host |
text |
Host on with the event action was initiated |
message |
text |
A message explaining what happened |