@type PBSQueued Job enqued
string queue Queue name
+ string name Job name
+ string owner Job owner
@type PBSDequeued Job dequeued
int usage Type of record
_code_ REQUESTED Requested value
_code_ USED Consumed quantity
- string name Name of resource
- double quantity The quantity
- _optional_ Bypass need of 'null value'
- string unit Units (sec, kB, etc.)
+ string resource Resource's name.
+ double quantity Resources's quantity (how much).
+ _optional_
+ string unit Units (sec, kB, etc.).
@type PBSError Any error occured
string error_desc Error reason
_pad_ 55
string pbs_state Job state which would probably return PBS qstat (Q/R/C/....)
+int pbs_substate Job substate
string pbs_queue Name of queue in which is job queued
string pbs_owner Owner of job
string pbs_name Name of job
string pbs_scheduler Name of pbs scheduler
string pbs_dest_host Hostname of node where job is running
int pbs_pid PID of running job
-string pbs_resource_usage Glued resource usage
+taglist pbs_resource_requested Resources requested
+ _special_ XMLstructured
+taglist pbs_resource_usage Resource usage
+ _special_ XMLstructured
int pbs_exit_status Job exit status
string pbs_error_desc Glued error descriptions from error events
@type Cancelled Cancelled by user.
@type Unknown Status cannot be determined.
@type Purged Job has been purged from bookkeeping server (for LB-RGMA interface).
-