File: accounting.html

package info (click to toggle)
gridengine 6.2u5-7.1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 57,216 kB
  • sloc: ansic: 438,030; java: 66,252; sh: 36,399; jsp: 7,757; xml: 5,850; makefile: 5,520; csh: 4,571; cpp: 2,848; perl: 2,401; tcl: 692; lisp: 669; yacc: 668; ruby: 642; lex: 344
file content (221 lines) | stat: -rw-r--r-- 5,508 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
<HTML>
<BODY BGCOLOR=white>
<PRE>
<!-- Manpage converted by man2html 3.0.1 -->
NAME
     accounting - Sun Grid Engine accounting file format

DESCRIPTION
     An accounting record is  written  to  the  Sun  Grid  Engine
     accounting file for each job having finished. The accounting
     file is processed by <B><A HREF="../htmlman1/qacct.html?pathrev=V62u5_TAG">qacct(1)</A></B> to derive  accounting  statis-
     tics.

FORMAT
     Each job is represented by a line in  the  accounting  file.
     Empty  lines  and  lines which contain one character or less
     are ignored.  Accounting record  entries  are  separated  by
     colon  (':')  signs.  The  entries  denote in their order of
     appearance:

  qname
     Name of the cluster queue in which the job has run.

  hostname
     Name of the execution host.

  group
     The effective group id of the job owner when  executing  the
     job.

  owner
     Owner of the Sun Grid Engine job.

  job_name
     Job name.

  job_number
     Job identifier - job number.

  account
     An account string as specified by the <B><A HREF="../htmlman1/qsub.html?pathrev=V62u5_TAG">qsub(1)</A></B>  or  <B><A HREF="../htmlman1/qalter.html?pathrev=V62u5_TAG">qalter(1)</A></B>
     -A option.

     priority
          Priority value assigned to the job corresponding to the
          priority  parameter  in  the  queue  configuration (see
          <B><A HREF="../htmlman5/queue_conf.html?pathrev=V62u5_TAG">queue_conf(5)</A></B>).

  submission_time
     Submission time (GMT unix time stamp).

  start_time
     Start time (GMT unix time stamp).

  end_time
     End time (GMT unix time stamp).

  failed
     Indicates the problem which occurred in case a job could not
     be  started on the execution host (e.g. because the owner of
     the job did not have a valid account on  that  machine).  If
     Sun  Grid  Engine  tries to start a job multiple times, this
     may  lead  to  multiple  entries  in  the  accounting   file
     corresponding to the same job ID.

  exit_status
     Exit status of the job script (or Sun Grid  Engine  specific
     status  in  case  of  certain  error  conditions).  The exit
     status is determined by following the normal  shell  conven-
     tions.   If the command terminates normally the value of the
     command is its exit status.  However, in the case  that  the
     command  exits  abnormally,  a  value  of  0200 (octal), 128
     (decimal) is added to the value of the command  to  make  up
     the exit status.

          For example: If a job dies through signal  9  (SIGKILL)
          then the exit status becomes 128 + 9 = 137.

  ru_wallclock
     Difference between end_time and start_time (see above).

     The remainder of the accounting entries follows the contents
     of  the  standard  UNIX  rusage  structure  as  described in
     <B><A HREF="../htmlman2/getrusage.html?pathrev=V62u5_TAG">getrusage(2)</A></B>.  Depending on the operating system  where  the
     job was executed some of the fields may be 0.  The following
     entries are provided:

          ru_utime
          ru_stime
          ru_maxrss
          ru_ixrss
          ru_ismrss
          ru_idrss
          ru_isrss
          ru_minflt
          ru_majflt
          ru_nswap
          ru_inblock
          ru_oublock
          ru_msgsnd
          ru_msgrcv
          ru_nsignals
          ru_nvcsw
          ru_nivcsw

  project
     The project which was assigned to the job.


  department
     The department which was assigned to the job.

  granted_pe
     The parallel environment which was selected for that job.

  slots
     The number of slots which were dispatched to the job by  the
     scheduler.

  task_number
     Array job task index number.

  cpu
     The cpu time usage in seconds.

  mem
     The integral memory usage in Gbytes cpu seconds.

  io
     The amount of data transferred in input/output operations.

  category
     A string specifying the job category.

  iow
     The io wait time in seconds.

  pe_taskid
     If this identifier is set the task was part  of  a  parallel
     job  and was passed to Sun Grid Engine via the qrsh -inherit
     interface.

  maxvmem
     The maximum vmem size in bytes.

  arid
     Advance reservation identifier. If the job used resources of
     an  advance  reservation then this field contains a positive
     integer identifier otherwise the value is "0" .

  ar_submission_time
     If the job used resources of  an  advance  reservation  then
     this  field  contains  the  submission  time  (GMT unix time
     stamp) of the advance reservation, otherwise  the  value  is
     "0" .

SEE ALSO
     <B><A HREF="../htmlman1/sge_intro.html?pathrev=V62u5_TAG">sge_intro(1)</A></B>, <B><A HREF="../htmlman1/qacct.html?pathrev=V62u5_TAG">qacct(1)</A></B>,  <B><A HREF="../htmlman1/qalter.html?pathrev=V62u5_TAG">qalter(1)</A></B>,  <B><A HREF="../htmlman1/qsub.html?pathrev=V62u5_TAG">qsub(1)</A></B>,  <B><A HREF="../htmlman2/getrusage.html?pathrev=V62u5_TAG">getrusage(2)</A></B>,
     <B><A HREF="../htmlman5/queue_conf.html?pathrev=V62u5_TAG">queue_conf(5)</A></B>.


COPYRIGHT
     See <B><A HREF="../htmlman1/sge_intro.html?pathrev=V62u5_TAG">sge_intro(1)</A></B> for a full statement of rights and  permis-
     sions.

















































</PRE>
<HR>
<ADDRESS>
Man(1) output converted with
<a href="http://www.oac.uci.edu/indiv/ehood/man2html.html">man2html</a>
</ADDRESS>
</BODY>
</HTML>