-
Notifications
You must be signed in to change notification settings - Fork 1
/
16.2resourcetrace.html
321 lines (197 loc) · 7.93 KB
/
16.2resourcetrace.html
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
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta name="generator" content="HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
<title></title>
</head>
<body>
<div class="sright">
<div class="sub-content-head">
Maui Scheduler
</div>
<div id="sub-content-rpt" class="sub-content-rpt">
<div class="tab-container docs" id="tab-container">
<div class="topNav">
<div class="docsSearch"></div>
<div class="navIcons topIcons">
<a href="index.html"><img src="home.png" title="Home" alt="Home" border="0"></a> <a href="16.0simulations.html"><img src="upArrow.png" title="Up" alt="Up" border="0"></a> <a href="16.1simulationoverview.html"><img src="prevArrow.png" title="Previous" alt="Previous" border="0"></a> <a href="16.3workloadtrace.html"><img src="nextArrow.png" title="Next" alt="Next" border="0"></a>
</div>
<h1>16.2 Resource Traces</h1>
<p>Resource traces fully describe all scheduling relevant aspects of a batch system's compute resources. In most cases, each resource trace describes a single compute node providing information about configured resources, node location, supported classes and queues, etc. Each resource trace consists of a single line composed of 21 whitespace delimited fields. Each field is described in detail in the table below.<br></p>
<table border width="100%" nosave="">
<tr>
<td><b>Field Name</b></td>
<td><b>Field Index</b></td>
<td><b>Data Format</b></td>
<td><b>Default Value</b></td>
<td><b>Details</b></td>
</tr>
<tr>
<td>Resource Type</td>
<td>1</td>
<td>one of <b>COMPUTENODE</b></td>
<td><b>COMPUTENODE</b></td>
<td>currently the only legal value is <b>COMPUTENODE</b></td>
</tr>
<tr>
<td>Event Type</td>
<td>2</td>
<td>one of <b>AVAILABLE</b>, <b>DEFINED</b>, or <b>DRAINED</b></td>
<td>[NONE]</td>
<td>when <b>AVAILABLE</b>, <b>DEFINED</b>, or <b>DRAINED</b> is specified, node will start in the state Idle, Down, or Drained respectively.</td>
</tr>
<tr>
<td>Event Time</td>
<td>3</td>
<td><EPOCHTIME></td>
<td>1</td>
<td>time event occurred. (currently ignored)</td>
</tr>
<tr>
<td>Resource ID</td>
<td>4</td>
<td><STRING></td>
<td>N/A</td>
<td>for <b>COMPUTENODE</b> resources, this should be the name of the node.</td>
</tr>
<tr>
<td>Resource Manager Name</td>
<td>5</td>
<td><STRING></td>
<td>[NONE]</td>
<td>name of resource manager resource is associated with</td>
</tr>
<tr>
<td>Configured Swap</td>
<td>6</td>
<td><INTEGER></td>
<td>1</td>
<td>amount of virtual memory (in MB) configured on node</td>
</tr>
<tr>
<td>Configured Memory</td>
<td>7</td>
<td><INTEGER></td>
<td>1</td>
<td>amount of real memory (in MB) configured on node (i.e. RAM)</td>
</tr>
<tr>
<td>Configured Disk</td>
<td>8</td>
<td><INTEGER></td>
<td>1</td>
<td>amount of local disk (in MB) on node available to batch jobs</td>
</tr>
<tr>
<td>Configured Processors</td>
<td>9</td>
<td><INTEGER></td>
<td>1</td>
<td>number of processors configured on node</td>
</tr>
<tr>
<td>Resource Frame Location</td>
<td>10</td>
<td><INTEGER></td>
<td>1</td>
<td>number of frame containing node (SP2 only)</td>
</tr>
<tr>
<td>Resource Slot Location</td>
<td>11</td>
<td><INTEGER></td>
<td>1</td>
<td>Number of first frame slot used by node (SP2 only)</td>
</tr>
<tr>
<td>Resource Slot Use Count</td>
<td>12</td>
<td><INTEGER></td>
<td>1</td>
<td>Number of frame slots used by node (SP2 only)</td>
</tr>
<tr>
<td>Node Operating System</td>
<td>13</td>
<td><STRING></td>
<td>[NONE]</td>
<td>node operating system</td>
</tr>
<tr>
<td>Node Architecture</td>
<td>14</td>
<td><STRING></td>
<td>[NONE]</td>
<td>node architecture</td>
</tr>
<tr>
<td>Configured Node Features</td>
<td>15</td>
<td><STRING></td>
<td>[NONE]</td>
<td>square bracket delimited list of node features/attributes (ie, '[amd][s1200]')</td>
</tr>
<tr>
<td>Configured Run Classes</td>
<td>16</td>
<td><STRING></td>
<td>[batch:1]</td>
<td>square bracket delimited list of CLASSNAME:CLASSCOUNT pairs.</td>
</tr>
<tr>
<td>Configured Network Adapters</td>
<td>17</td>
<td><STRING></td>
<td>[NONE]</td>
<td>square bracket delimited list of configured network adapters (ie, '[atm][fddi][ethernet]')</td>
</tr>
<tr>
<td>Relative Resource Speed</td>
<td>18</td>
<td><DOUBLE></td>
<td>1.0</td>
<td>relative machine speed value</td>
</tr>
<tr>
<td>RESERVED FIELD 1</td>
<td>19</td>
<td><STRING></td>
<td>[NONE]</td>
<td>[NONE]</td>
</tr>
<tr>
<td>RESERVED FIELD 2</td>
<td>20</td>
<td><STRING></td>
<td>[NONE]</td>
<td>[NONE]</td>
<td></td>
</tr>
<tr>
<td>RESERVED FIELD 3</td>
<td>21</td>
<td><STRING></td>
<td>[NONE]</td>
<td>[NONE]</td>
</tr>
</table>
<table class="note">
<tbody>
<tr>
<td class="noteIMG"><img src="note.png" title="Note" alt="Note"></td>
<td class="noteDetail">If no applicable value is specified, the exact string '<b>[NONE]</b>' should be entered.</td>
</tr>
</tbody>
</table>
<p>Sample Resource Trace:</p>
<p>'<tt>COMPUTENODE AVAILABLE 0 cluster008 PBS1 423132 256 7140 2 -1 -1 1 LINUX62 AthlonK7 [s950][compute] [batch:2] [ethernet][atm] 1.67 [NONE] [NONE] [NONE]</tt>'</p>
<div class="navIcons bottomIcons">
<a href="index.html"><img src="home.png" title="Home" alt="Home" border="0"></a> <a href="16.0simulations.html"><img src="upArrow.png" title="Up" alt="Up" border="0"></a> <a href="16.1simulationoverview.html"><img src="prevArrow.png" title="Previous" alt="Previous" border="0"></a> <a href="16.3workloadtrace.html"><img src="nextArrow.png" title="Next" alt="Next" border="0"></a>
</div>
</div>
</div>
</div>
<div class="sub-content-btm"></div>
</div>
</body>
</html>