#include <jobstat.h>
Data Fields | |
edg_wll_JobStatCode | state |
edg_wlc_JobId | jobId |
char * | owner |
enum edg_wll_StatJobtype | jobtype |
edg_wlc_JobId | parent_job |
char * | seed |
int | children_num |
char ** | children |
int * | children_hist |
_edg_wll_JobStat * | children_states |
char * | condorId |
char * | globusId |
char * | localId |
char * | jdl |
char * | matched_jdl |
char * | destination |
char * | condor_jdl |
char * | rsl |
char * | reason |
char * | location |
char * | ce_node |
char * | network_server |
int | subjob_failed |
enum edg_wll_StatDone_code | done_code |
int | exit_code |
int | resubmitted |
int | cancelling |
char * | cancelReason |
int | cpuTime |
edg_wll_TagValue * | user_tags |
timeval | stateEnterTime |
timeval | lastUpdateTime |
int * | stateEnterTimes |
int | expectUpdate |
char * | expectFrom |
char * | acl |
int | payload_running |
char ** | possible_destinations |
char ** | possible_ce_nodes |
|
ACL of the job |
|
Cancellation request in progress |
|
Reason of cancel |
|
Worker node where the job is executed |
|
list of subjob IDs |
|
summary (histogram) of children job states |
|
number of subjobs |
|
full status information of the children |
|
ClassAd passed to Condor-G for last job execution |
|
Id within Condor-G |
|
Consumed CPU time |
|
ID of CE where the job is being sent |
|
Return code |
|
Unix exit code |
|
Sources of the missing information |
|
Some logged information has not arrived yet |
|
Globus allocated Id |
|
User submitted job description |
|
Id of the job |
|
Type of job |
|
Last known event of the job |
|
Id within LRMS |
|
Where the job is being processed |
|
Full job description after matchmaking |
|
Network server handling the job |
|
Job owner |
|
parent job of subjob |
|
User payload started |
|
CE nodes matching to possible_destinations |
|
Possible job destinations |
|
Reason of being in this status, if any |
|
The job was resubmitted |
|
Job RSL sent to Globus |
|
string used for generation of subjob IDs |
|
status code |
|
When entered this status |
|
When all previous states were entered |
|
Subjob failed (the parent job will fail too) |
|
List of pairs (user_tag, user_value) |