Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
chainsend: change message sizes to more realistic values, avoid passing too many...
[simgrid.git] / examples / simdag / test_simdag_tracing.tesh
1 #! ./tesh
2
3 p Simple test of simdag
4
5 $ $SG_TEST_EXENV ./simdag_tracing --cfg=tracing:1 --cfg=tracing/categorized:1 ${srcdir:=.}/2clusters.xml
6 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing' to '1'
7 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/categorized' to '1'
8 > [0.000000] [surf_workstation/INFO] surf_workstation_model_init_ptask_L07
9 > [0.000000] [sd_seq_access/INFO] Access mode of C2-05 is sequential
10 > [0.000000] [sd_seq_access/INFO] Access mode of C2-06 is sequential
11 > [0.000000] [sd_seq_access/INFO] Task A is currently running on C2-05 (SD_TASK_COMP_SEQ)
12 > [0.000000] [sd_seq_access/INFO] There is no task running on C2-06
13 > [0.400000] [sd_seq_access/INFO] Task B is currently running on C2-05 (SD_TASK_COMM_E2E)
14 > [0.400000] [sd_seq_access/INFO] Task B is currently running on C2-06 (SD_TASK_COMM_E2E)
15 > [8.400300] [sd_seq_access/INFO] Task C is currently running on C2-05 (SD_TASK_COMP_SEQ)
16 > [8.400300] [sd_seq_access/INFO] There is no task running on C2-06
17 > [8.800300] [sd_seq_access/INFO] There is no task running on C2-05
18 > [8.800300] [sd_seq_access/INFO] There is no task running on C2-06
19
20 $ tail -n +3 ./simgrid.trace
21 > %EventDef PajeDefineContainerType 0
22 > %       Alias string
23 > %       Type string
24 > %       Name string
25 > %EndEventDef
26 > %EventDef PajeDefineVariableType 1
27 > %       Alias string
28 > %       Type string
29 > %       Name string
30 > %       Color color
31 > %EndEventDef
32 > %EventDef PajeDefineStateType 2
33 > %       Alias string
34 > %       Type string
35 > %       Name string
36 > %EndEventDef
37 > %EventDef PajeDefineEventType 3
38 > %       Alias string
39 > %       Type string
40 > %       Name string
41 > %EndEventDef
42 > %EventDef PajeDefineLinkType 4
43 > %       Alias string
44 > %       Type string
45 > %       StartContainerType string
46 > %       EndContainerType string
47 > %       Name string
48 > %EndEventDef
49 > %EventDef PajeDefineEntityValue 5
50 > %       Alias string
51 > %       Type string
52 > %       Name string
53 > %       Color color
54 > %EndEventDef
55 > %EventDef PajeCreateContainer 6
56 > %       Time date
57 > %       Alias string
58 > %       Type string
59 > %       Container string
60 > %       Name string
61 > %EndEventDef
62 > %EventDef PajeDestroyContainer 7
63 > %       Time date
64 > %       Type string
65 > %       Name string
66 > %EndEventDef
67 > %EventDef PajeSetVariable 8
68 > %       Time date
69 > %       Type string
70 > %       Container string
71 > %       Value double
72 > %EndEventDef
73 > %EventDef PajeAddVariable 9
74 > %       Time date
75 > %       Type string
76 > %       Container string
77 > %       Value double
78 > %EndEventDef
79 > %EventDef PajeSubVariable 10
80 > %       Time date
81 > %       Type string
82 > %       Container string
83 > %       Value double
84 > %EndEventDef
85 > %EventDef PajeSetState 11
86 > %       Time date
87 > %       Type string
88 > %       Container string
89 > %       Value string
90 > %EndEventDef
91 > %EventDef PajePushState 12
92 > %       Time date
93 > %       Type string
94 > %       Container string
95 > %       Value string
96 > %EndEventDef
97 > %EventDef PajePopState 13
98 > %       Time date
99 > %       Type string
100 > %       Container string
101 > %EndEventDef
102 > %EventDef PajeResetState 14
103 > %       Time date
104 > %       Type string
105 > %       Container string
106 > %EndEventDef
107 > %EventDef PajeStartLink 15
108 > %       Time date
109 > %       Type string
110 > %       Container string
111 > %       Value string
112 > %       StartContainer string
113 > %       Key string
114 > %EndEventDef
115 > %EventDef PajeEndLink 16
116 > %       Time date
117 > %       Type string
118 > %       Container string
119 > %       Value string
120 > %       EndContainer string
121 > %       Key string
122 > %EndEventDef
123 > %EventDef PajeNewEvent 17
124 > %       Time date
125 > %       Type string
126 > %       Container string
127 > %       Value string
128 > %EndEventDef
129 > 0 1 0 HOST
130 > 6 0 1 1 0 "C2-06"
131 > 1 2 1 power "1 1 1"
132 > 6 0 2 1 0 "C1-03"
133 > 6 0 3 1 0 "C2-07"
134 > 6 0 4 1 0 "C2-09"
135 > 6 0 5 1 0 "C1-02"
136 > 6 0 6 1 0 "C2-08"
137 > 6 0 7 1 0 "C1-01"
138 > 6 0 8 1 0 "C1-04"
139 > 6 0 9 1 0 "C1-00"
140 > 6 0 10 1 0 "C2-05"
141 > 0 3 0 LINK
142 > 6 0 11 3 0 "6"
143 > 1 4 3 bandwidth "1 1 1"
144 > 1 5 3 latency "1 1 1"
145 > 6 0 12 3 0 "11"
146 > 6 0 13 3 0 "3"
147 > 6 0 14 3 0 "7"
148 > 6 0 15 3 0 "9"
149 > 6 0 16 3 0 "12"
150 > 6 0 17 3 0 "2"
151 > 6 0 18 3 0 "14"
152 > 6 0 19 3 0 "8"
153 > 6 0 20 3 0 "1"
154 > 6 0 21 3 0 "4"
155 > 6 0 22 3 0 "0"
156 > 6 0 23 3 0 "13"
157 > 6 0 24 3 0 "10"
158 > 6 0 25 3 0 "5"
159 > 4 6 0 1 3 0-HOST1-LINK3
160 > 4 7 0 3 3 0-LINK3-LINK3
161 > 4 8 0 3 1 0-LINK3-HOST1
162 > 8 0 2 1 5000000000.000000
163 > 8 0 2 2 1000000000.000000
164 > 8 0 2 3 5000000000.000000
165 > 8 0 2 4 5000000000.000000
166 > 8 0 2 5 1000000000.000000
167 > 8 0 2 6 5000000000.000000
168 > 8 0 2 7 1000000000.000000
169 > 8 0 2 8 1000000000.000000
170 > 8 0 2 9 1000000000.000000
171 > 8 0 2 10 5000000000.000000
172 > 8 0 4 11 125000000.000000
173 > 8 0 5 11 0.000100
174 > 8 0 4 12 125000000.000000
175 > 8 0 5 12 0.000100
176 > 8 0 4 13 125000000.000000
177 > 8 0 5 13 0.000100
178 > 8 0 4 14 125000000.000000
179 > 8 0 5 14 0.000100
180 > 8 0 4 15 125000000.000000
181 > 8 0 5 15 0.000100
182 > 8 0 4 16 1250000000.000000
183 > 8 0 5 16 0.000100
184 > 8 0 4 17 125000000.000000
185 > 8 0 5 17 0.000100
186 > 8 0 4 18 1250000000.000000
187 > 8 0 5 18 0.050000
188 > 8 0 4 19 125000000.000000
189 > 8 0 5 19 0.000100
190 > 8 0 4 20 125000000.000000
191 > 8 0 5 20 0.000100
192 > 8 0 4 21 125000000.000000
193 > 8 0 5 21 0.000100
194 > 8 0 4 22 125000000.000000
195 > 8 0 5 22 0.000100
196 > 8 0 4 23 1250000000.000000
197 > 8 0 5 23 0.000100
198 > 8 0 4 24 125000000.000000
199 > 8 0 5 24 0.000100
200 > 8 0 4 25 125000000.000000
201 > 8 0 5 25 0.000100
202 > 15 0 6 0 topology 10 0
203 > 16 0 6 0 topology 25 0
204 > 15 0 7 0 topology 25 1
205 > 16 0 7 0 topology 12 1
206 > 15 0 7 0 topology 12 2
207 > 16 0 7 0 topology 11 2
208 > 15 0 8 0 topology 11 3
209 > 16 0 8 0 topology 1 3
210 > 15 0 7 0 topology 12 4
211 > 16 0 7 0 topology 14 4
212 > 15 0 8 0 topology 14 5
213 > 16 0 8 0 topology 3 5
214 > 15 0 7 0 topology 12 6
215 > 16 0 7 0 topology 19 6
216 > 15 0 8 0 topology 19 7
217 > 16 0 8 0 topology 6 7
218 > 15 0 7 0 topology 12 8
219 > 16 0 7 0 topology 15 8
220 > 15 0 8 0 topology 15 9
221 > 16 0 8 0 topology 4 9
222 > 15 0 7 0 topology 12 10
223 > 16 0 7 0 topology 23 10
224 > 15 0 7 0 topology 23 11
225 > 16 0 7 0 topology 18 11
226 > 15 0 7 0 topology 18 12
227 > 16 0 7 0 topology 16 12
228 > 15 0 7 0 topology 16 13
229 > 16 0 7 0 topology 24 13
230 > 15 0 7 0 topology 24 14
231 > 16 0 7 0 topology 22 14
232 > 15 0 8 0 topology 22 15
233 > 16 0 8 0 topology 9 15
234 > 15 0 7 0 topology 24 16
235 > 16 0 7 0 topology 20 16
236 > 15 0 8 0 topology 20 17
237 > 16 0 8 0 topology 7 17
238 > 15 0 7 0 topology 24 18
239 > 16 0 7 0 topology 17 18
240 > 15 0 8 0 topology 17 19
241 > 16 0 8 0 topology 5 19
242 > 15 0 7 0 topology 24 20
243 > 16 0 7 0 topology 13 20
244 > 15 0 8 0 topology 13 21
245 > 16 0 8 0 topology 2 21
246 > 15 0 7 0 topology 24 22
247 > 16 0 7 0 topology 21 22
248 > 15 0 8 0 topology 21 23
249 > 16 0 8 0 topology 8 23
250 > 1 9 3 btaskA "0.000000 0.000985 0.041631"
251 > 1 10 1 ptaskA "0.000000 0.000985 0.041631"
252 > 1 11 3 btaskB "0.176643 0.364602 0.091331"
253 > 1 12 1 ptaskB "0.176643 0.364602 0.091331"
254 > 1 13 3 btaskC "0.092298 0.487217 0.526750"
255 > 1 14 1 ptaskC "0.092298 0.487217 0.526750"
256 > 7 8.800300 1 10
257 > 7 8.800300 1 1
258 > 7 8.800300 1 3
259 > 7 8.800300 1 6
260 > 7 8.800300 1 4
261 > 7 8.800300 1 9
262 > 7 8.800300 3 24
263 > 7 8.800300 1 7
264 > 7 8.800300 3 12
265 > 7 8.800300 1 5
266 > 7 8.800300 3 16
267 > 7 8.800300 1 2
268 > 7 8.800300 3 23
269 > 7 8.800300 1 8
270 > 7 8.800300 3 18
271 > 7 8.800300 3 22
272 > 7 8.800300 3 20
273 > 7 8.800300 3 17
274 > 7 8.800300 3 13
275 > 7 8.800300 3 21
276 > 7 8.800300 3 25
277 > 7 8.800300 3 11
278 > 7 8.800300 3 14
279 > 7 8.800300 3 19
280 > 7 8.800300 3 15
281
282 $ rm -f simgrid.trace