Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
merging tracing changes
[simgrid.git] / examples / msg / tracing / procmig.tesh
1 #! ./tesh
2
3 p Tracing processes
4
5 $ $SG_TEST_EXENV ${bindir:=.}/tracing/procmig$EXEEXT --cfg=tracing:1 --cfg=tracing/buffer:1 --cfg=tracing/filename:tracing/procmig.trace --cfg=tracing/msg/process:1 ${srcdir:=.}/tracing/platform.xml ${srcdir:=.}/tracing/procmig-deploy.xml
6 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing' to '1'
7 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/buffer' to '1'
8 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/filename' to 'tracing/procmig.trace'
9 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/msg/process' to '1'
10 > [Fafard:emigrant:(1) 2.020551] [msg_test/INFO] Migrating to Tremblay
11 > [Tremblay:emigrant:(1) 4.020707] [msg_test/INFO] Migrating to Jupiter
12 > [Jupiter:emigrant:(1) 6.035906] [msg_test/INFO] Migrating to Fafard
13 > [Fafard:emigrant:(1) 8.056457] [msg_test/INFO] Migrating to Ginette
14 > [Ginette:emigrant:(1) 10.069689] [msg_test/INFO] Migrating to Bourassa
15 > [Bourassa:emigrant:(1) 12.090025] [msg_test/INFO] Migrating to Fafard
16 > [Fafard:emigrant:(1) 14.110575] [msg_test/INFO] Migrating to Tremblay
17 > [Tremblay:emigrant:(1) 16.110731] [msg_test/INFO] Migrating to Ginette
18 > [18.123963] [msg_test/INFO] Simulation time 18.124
19
20 $ cat tracing/procmig.trace
21 > %EventDef PajeDefineContainerType 0 
22 > %       Alias string 
23 > %       ContainerType string 
24 > %       Name string 
25 > %EndEventDef 
26 > %EventDef PajeDefineVariableType 1 
27 > %       Alias string 
28 > %       ContainerType string 
29 > %       Name string 
30 > %       Color color 
31 > %EndEventDef 
32 > %EventDef PajeDefineStateType 2 
33 > %       Alias string 
34 > %       ContainerType string 
35 > %       Name string 
36 > %EndEventDef 
37 > %EventDef PajeDefineEventType 3 
38 > %       Alias string 
39 > %       EntityType string 
40 > %       Name string 
41 > %       Color color 
42 > %EndEventDef 
43 > %EventDef PajeDefineLinkType 4 
44 > %       Alias string 
45 > %       ContainerType string 
46 > %       SourceContainerType string 
47 > %       DestContainerType string 
48 > %       Name string 
49 > %EndEventDef 
50 > %EventDef PajeDefineEntityValue 5 
51 > %       Alias string 
52 > %       EntityType string 
53 > %       Name string 
54 > %       Color color 
55 > %EndEventDef 
56 > %EventDef PajeCreateContainer 6 
57 > %       Time date 
58 > %       Alias string 
59 > %       Type string 
60 > %       Container string 
61 > %       Name string 
62 > %EndEventDef 
63 > %EventDef PajeDestroyContainer 7 
64 > %       Time date 
65 > %       Type string 
66 > %       Container string 
67 > %EndEventDef 
68 > %EventDef PajeSetVariable 8 
69 > %       Time date 
70 > %       EntityType string 
71 > %       Container string 
72 > %       Value string 
73 > %EndEventDef
74 > %EventDef PajeAddVariable 9 
75 > %       Time date 
76 > %       EntityType string 
77 > %       Container string 
78 > %       Value string 
79 > %EndEventDef
80 > %EventDef PajeSubVariable 10 
81 > %       Time date 
82 > %       EntityType string 
83 > %       Container string 
84 > %       Value string 
85 > %EndEventDef
86 > %EventDef PajeSetState 11 
87 > %       Time date 
88 > %       EntityType string 
89 > %       Container string 
90 > %       Value string 
91 > %EndEventDef
92 > %EventDef PajePushState 12 
93 > %       Time date 
94 > %       EntityType string 
95 > %       Container string 
96 > %       Value string 
97 > %EndEventDef
98 > %EventDef PajePopState 13 
99 > %       Time date 
100 > %       EntityType string 
101 > %       Container string 
102 > %EndEventDef
103 > %EventDef PajeStartLink 14 
104 > %       Time date 
105 > %       EntityType string 
106 > %       Container string 
107 > %       Value string 
108 > %       SourceContainer string 
109 > %       Key string 
110 > %EndEventDef
111 > %EventDef PajeEndLink 15 
112 > %       Time date 
113 > %       EntityType string 
114 > %       Container string 
115 > %       Value string 
116 > %       DestContainer string 
117 > %       Key string 
118 > %EndEventDef
119 > %EventDef PajeNewEvent 16 
120 > %       Time date 
121 > %       EntityType string 
122 > %       Container string 
123 > %       Value string 
124 > %EndEventDef
125 > 0 1 0 HOST
126 > 6 0 1 1 0 Tremblay
127 > 1 2 1 power "1 1 1"
128 > 0 3 1 MSG_PROCESS
129 > 2 4 3 MSG_PROCESS_STATE
130 > 5 5 4 executing "0 1 0"
131 > 5 6 4 suspend "1 0 1"
132 > 5 7 4 sleep "1 1 0"
133 > 5 8 4 receive "1 0 0"
134 > 5 9 4 send "0 0 1"
135 > 5 10 4 task_execute "0 1 1"
136 > 4 11 0 3 3 MSG_PROCESS_LINK
137 > 4 12 0 3 3 MSG_PROCESS_TASK_LINK
138 > 6 0 2 1 0 Jupiter
139 > 6 0 3 1 0 Fafard
140 > 6 0 4 1 0 Ginette
141 > 6 0 5 1 0 Bourassa
142 > 0 13 0 LINK
143 > 6 0 6 13 0 6
144 > 1 14 13 bandwidth "1 1 1"
145 > 1 15 13 latency "1 1 1"
146 > 6 0 7 13 0 3
147 > 6 0 8 13 0 7
148 > 6 0 9 13 0 9
149 > 6 0 10 13 0 2
150 > 6 0 11 13 0 8
151 > 6 0 12 13 0 1
152 > 6 0 13 13 0 4
153 > 6 0 14 13 0 0
154 > 6 0 15 13 0 5
155 > 4 16 0 1 13 HOST-LINK
156 > 4 17 0 13 13 LINK-LINK
157 > 4 18 0 13 1 LINK-HOST
158 > 8 0 2 1 98095000.000000
159 > 8 0 2 2 76296000.000000
160 > 8 0 2 3 76296000.000000
161 > 8 0 2 4 48492000.000000
162 > 8 0 2 5 48492000.000000
163 > 8 0 14 6 41279125.000000
164 > 8 0 15 6 0.000060
165 > 8 0 14 7 34285625.000000
166 > 8 0 15 7 0.000514
167 > 8 0 14 8 11618875.000000
168 > 8 0 15 8 0.000190
169 > 8 0 14 9 7209750.000000
170 > 8 0 15 9 0.001462
171 > 8 0 14 10 118682500.000000
172 > 8 0 15 10 0.000137
173 > 8 0 14 11 8158000.000000
174 > 8 0 15 11 0.000271
175 > 8 0 14 12 34285625.000000
176 > 8 0 15 12 0.000514
177 > 8 0 14 13 10099625.000000
178 > 8 0 15 13 0.000480
179 > 8 0 14 14 41279125.000000
180 > 8 0 15 14 0.000060
181 > 8 0 14 15 27946250.000000
182 > 8 0 15 15 0.000278
183 > 14 0 16 0 G 3 0
184 > 15 0 16 0 G 11 0
185 > 14 0 17 0 G 11 1
186 > 15 0 17 0 G 12 1
187 > 14 0 17 0 G 12 2
188 > 15 0 17 0 G 14 2
189 > 14 0 17 0 G 14 3
190 > 15 0 17 0 G 10 3
191 > 14 0 17 0 G 10 4
192 > 15 0 17 0 G 7 4
193 > 14 0 17 0 G 7 5
194 > 15 0 17 0 G 13 5
195 > 14 0 18 0 G 13 6
196 > 15 0 18 0 G 1 6
197 > 14 0 17 0 G 11 7
198 > 15 0 17 0 G 6 7
199 > 14 0 17 0 G 6 8
200 > 15 0 17 0 G 8 8
201 > 14 0 18 0 G 8 9
202 > 15 0 18 0 G 5 9
203 > 14 0 17 0 G 13 10
204 > 15 0 17 0 G 9 10
205 > 14 0 18 0 G 9 11
206 > 15 0 18 0 G 2 11
207 > 14 0 17 0 G 10 12
208 > 15 0 17 0 G 15 12
209 > 14 0 18 0 G 15 13
210 > 15 0 18 0 G 4 13
211 > 14 0 17 0 G 12 14
212 > 15 0 17 0 G 6 14
213 > 14 0 16 0 G 1 15
214 > 15 0 16 0 G 9 15
215 > 14 0 17 0 G 7 16
216 > 15 0 17 0 G 15 16
217 > 6 0 16 3 3 emigrant-1
218 > 6 0 17 3 1 master-2
219 > 11 0 4 16 5
220 > 11 0 4 17 5
221 > 12 0 4 16 7
222 > 12 0 4 17 9
223 > 14 0 12 0 SR 17 p0
224 > 13 2.000000 4 16
225 > 12 2.000000 4 16 8
226 > 13 2.020551 4 17
227 > 12 2.020551 4 17 9
228 > 14 2.020551 12 0 SR 17 p1
229 > 13 2.020551 4 16
230 > 15 2.020551 12 0 SR 16 p0
231 > 14 2.020551 11 0 M 16 0
232 > 7 2.020551 3 16
233 > 6 2.020551 18 3 1 emigrant-1
234 > 11 2.020551 4 18 5
235 > 15 2.020551 11 0 M 18 0
236 > 12 2.020551 4 18 7
237 > 13 4.020551 4 18
238 > 12 4.020551 4 18 8
239 > 13 4.020707 4 17
240 > 12 4.020707 4 17 9
241 > 14 4.020707 12 0 SR 17 p2
242 > 13 4.020707 4 18
243 > 15 4.020707 12 0 SR 18 p1
244 > 14 4.020707 11 0 M 18 1
245 > 7 4.020707 3 18
246 > 6 4.020707 19 3 2 emigrant-1
247 > 11 4.020707 4 19 5
248 > 15 4.020707 11 0 M 19 1
249 > 12 4.020707 4 19 7
250 > 13 6.020707 4 19
251 > 12 6.020707 4 19 8
252 > 13 6.035906 4 17
253 > 12 6.035906 4 17 9
254 > 14 6.035906 12 0 SR 17 p3
255 > 13 6.035906 4 19
256 > 15 6.035906 12 0 SR 19 p2
257 > 14 6.035906 11 0 M 19 2
258 > 7 6.035906 3 19
259 > 6 6.035906 20 3 3 emigrant-1
260 > 11 6.035906 4 20 5
261 > 15 6.035906 11 0 M 20 2
262 > 12 6.035906 4 20 7
263 > 13 8.035906 4 20
264 > 12 8.035906 4 20 8
265 > 13 8.056457 4 17
266 > 12 8.056457 4 17 9
267 > 14 8.056457 12 0 SR 17 p4
268 > 13 8.056457 4 20
269 > 15 8.056457 12 0 SR 20 p3
270 > 14 8.056457 11 0 M 20 3
271 > 7 8.056457 3 20
272 > 6 8.056457 21 3 4 emigrant-1
273 > 11 8.056457 4 21 5
274 > 15 8.056457 11 0 M 21 3
275 > 12 8.056457 4 21 7
276 > 13 10.056457 4 21
277 > 12 10.056457 4 21 8
278 > 13 10.069689 4 17
279 > 12 10.069689 4 17 9
280 > 14 10.069689 12 0 SR 17 p5
281 > 13 10.069689 4 21
282 > 15 10.069689 12 0 SR 21 p4
283 > 14 10.069689 11 0 M 21 4
284 > 7 10.069689 3 21
285 > 6 10.069689 22 3 5 emigrant-1
286 > 11 10.069689 4 22 5
287 > 15 10.069689 11 0 M 22 4
288 > 12 10.069689 4 22 7
289 > 13 12.069689 4 22
290 > 12 12.069689 4 22 8
291 > 13 12.090025 4 17
292 > 12 12.090025 4 17 9
293 > 14 12.090025 12 0 SR 17 p6
294 > 13 12.090025 4 22
295 > 15 12.090025 12 0 SR 22 p5
296 > 14 12.090025 11 0 M 22 5
297 > 7 12.090025 3 22
298 > 6 12.090025 23 3 3 emigrant-1
299 > 11 12.090025 4 23 5
300 > 15 12.090025 11 0 M 23 5
301 > 12 12.090025 4 23 7
302 > 13 14.090025 4 23
303 > 12 14.090025 4 23 8
304 > 13 14.110575 4 17
305 > 12 14.110575 4 17 9
306 > 14 14.110575 12 0 SR 17 p7
307 > 13 14.110575 4 23
308 > 15 14.110575 12 0 SR 23 p6
309 > 14 14.110575 11 0 M 23 6
310 > 7 14.110575 3 23
311 > 6 14.110575 24 3 1 emigrant-1
312 > 11 14.110575 4 24 5
313 > 15 14.110575 11 0 M 24 6
314 > 12 14.110575 4 24 7
315 > 13 16.110575 4 24
316 > 12 16.110575 4 24 8
317 > 13 16.110731 4 17
318 > 12 16.110731 4 17 9
319 > 14 16.110731 12 0 SR 17 p8
320 > 13 16.110731 4 24
321 > 15 16.110731 12 0 SR 24 p7
322 > 14 16.110731 11 0 M 24 7
323 > 7 16.110731 3 24
324 > 6 16.110731 25 3 4 emigrant-1
325 > 11 16.110731 4 25 5
326 > 15 16.110731 11 0 M 25 7
327 > 12 16.110731 4 25 7
328 > 13 18.110731 4 25
329 > 12 18.110731 4 25 8
330 > 13 18.123963 4 17
331 > 7 18.123963 3 17
332 > 13 18.123963 4 25
333 > 15 18.123963 12 0 SR 25 p8
334 > 7 18.123963 3 25
335 > 7 18.123963 1 3
336 > 7 18.123963 1 1
337 > 7 18.123963 13 14
338 > 7 18.123963 13 12
339 > 7 18.123963 13 10
340 > 7 18.123963 13 7
341 > 7 18.123963 13 13
342 > 7 18.123963 13 15
343 > 7 18.123963 13 6
344 > 7 18.123963 13 8
345 > 7 18.123963 13 11
346 > 7 18.123963 13 9
347 > 7 18.123963 1 5
348 > 7 18.123963 1 2
349 > 7 18.123963 1 4
350 > 7 18.123963 0 0
351
352 $ rm -rf tracing/procmig.trace