Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add test for msg pid
[simgrid.git] / teshsuite / msg / trace / trace.tesh
1 #! ./tesh
2
3 p Testing trace integration using file.trace and test1.xml, a < max(time), b < max(time)
4
5 ! output sort
6 $ $SG_TEST_EXENV ${bindir:=.}/trace/test_trace_integration$EXEEXT ./trace/test1.xml --cfg=workstation/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
7 > [  0.000000] (0:@) Configuration change: Set 'workstation/model' to 'compound'
8 > [  0.000000] (0:@) Configuration change: Set 'network/model' to 'CM02'
9 > [  0.000000] (0:@) Configuration change: Set 'cpu/optim' to 'TI'
10 > [  0.000000] (0:@) Ignoring redefinition of trace trace/file.trace
11 > [ 10.000000] (1:test_trace@CPU1) Testing the trace integration cpu model: CpuTI
12 > [ 10.000000] (1:test_trace@CPU1) Task size: 400.000000
13 > [ 10.000000] (1:test_trace@CPU1) Task prio: 1.000000
14 > [ 40.000000] (1:test_trace@CPU1) Test finished
15
16 p Testing trace integration using file.trace and test2.xml, a < max(time), max(time) < b < 2 max(time)
17
18 ! output sort
19 $ $SG_TEST_EXENV ${bindir:=.}/trace/test_trace_integration$EXEEXT ./trace/test2.xml --cfg=workstation/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
20 > [  0.000000] (0:@) Configuration change: Set 'workstation/model' to 'compound'
21 > [  0.000000] (0:@) Configuration change: Set 'network/model' to 'CM02'
22 > [  0.000000] (0:@) Configuration change: Set 'cpu/optim' to 'TI'
23 > [  0.000000] (0:@) Ignoring redefinition of trace trace/file.trace
24 > [ 10.000000] (1:test_trace@CPU1) Testing the trace integration cpu model: CpuTI
25 > [ 10.000000] (1:test_trace@CPU1) Task size: 850.000000
26 > [ 10.000000] (1:test_trace@CPU1) Task prio: 1.000000
27 > [ 85.000000] (1:test_trace@CPU1) Test finished
28
29 p Testing trace integration using file.trace and test3.xml, a < max(time), b > 2 max(time)
30
31 ! output sort
32 $ $SG_TEST_EXENV ${bindir:=.}/trace/test_trace_integration$EXEEXT ./trace/test3.xml --cfg=workstation/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
33 > [  0.000000] (0:@) Configuration change: Set 'workstation/model' to 'compound'
34 > [  0.000000] (0:@) Configuration change: Set 'network/model' to 'CM02'
35 > [  0.000000] (0:@) Configuration change: Set 'cpu/optim' to 'TI'
36 > [  0.000000] (0:@) Ignoring redefinition of trace trace/file.trace
37 > [ 10.000000] (1:test_trace@CPU1) Testing the trace integration cpu model: CpuTI
38 > [ 10.000000] (1:test_trace@CPU1) Task size: 1980.000000
39 > [ 10.000000] (1:test_trace@CPU1) Task prio: 1.000000
40 > [178.000000] (1:test_trace@CPU1) Test finished
41
42 p Testing trace integration using file.trace and test4.xml, max(time) < a < 2max(time), max(time) < b < 2max(time)
43
44 ! output sort
45 $ $SG_TEST_EXENV ${bindir:=.}/trace/test_trace_integration$EXEEXT ./trace/test4.xml --cfg=workstation/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
46 > [  0.000000] (0:@) Configuration change: Set 'workstation/model' to 'compound'
47 > [  0.000000] (0:@) Configuration change: Set 'network/model' to 'CM02'
48 > [  0.000000] (0:@) Configuration change: Set 'cpu/optim' to 'TI'
49 > [  0.000000] (0:@) Ignoring redefinition of trace trace/file.trace
50 > [ 80.000000] (1:test_trace@CPU1) Testing the trace integration cpu model: CpuTI
51 > [ 80.000000] (1:test_trace@CPU1) Task size: 400.000000
52 > [ 80.000000] (1:test_trace@CPU1) Task prio: 1.000000
53 > [110.000000] (1:test_trace@CPU1) Test finished
54
55 p Testing trace integration using file.trace and test5.xml, max(time) < a < 2max(time), 2max(time) < b < 3max(time)
56
57 ! output sort
58 $ $SG_TEST_EXENV ${bindir:=.}/trace/test_trace_integration$EXEEXT ./trace/test5.xml --cfg=workstation/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
59 > [  0.000000] (0:@) Configuration change: Set 'workstation/model' to 'compound'
60 > [  0.000000] (0:@) Configuration change: Set 'network/model' to 'CM02'
61 > [  0.000000] (0:@) Configuration change: Set 'cpu/optim' to 'TI'
62 > [  0.000000] (0:@) Ignoring redefinition of trace trace/file.trace
63 > [ 90.000000] (1:test_trace@CPU1) Testing the trace integration cpu model: CpuTI
64 > [ 90.000000] (1:test_trace@CPU1) Task size: 850.000000
65 > [ 90.000000] (1:test_trace@CPU1) Task prio: 1.000000
66 > [162.500000] (1:test_trace@CPU1) Test finished
67
68 p Testing trace integration using file.trace and test6.xml, max(time) < a < 2max(time), b > 3max(time)
69
70 ! output sort
71 $ $SG_TEST_EXENV ${bindir:=.}/trace/test_trace_integration$EXEEXT ./trace/test6.xml --cfg=workstation/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
72 > [  0.000000] (0:@) Configuration change: Set 'workstation/model' to 'compound'
73 > [  0.000000] (0:@) Configuration change: Set 'network/model' to 'CM02'
74 > [  0.000000] (0:@) Configuration change: Set 'cpu/optim' to 'TI'
75 > [  0.000000] (0:@) Ignoring redefinition of trace trace/file.trace
76 > [ 80.000000] (1:test_trace@CPU1) Testing the trace integration cpu model: CpuTI
77 > [ 80.000000] (1:test_trace@CPU1) Task size: 1980.000000
78 > [ 80.000000] (1:test_trace@CPU1) Task prio: 1.000000
79 > [248.000000] (1:test_trace@CPU1) Test finished
80
81 p Testing trace integration using file.trace and test7.xml, two process with same priority
82
83 ! output sort
84 $ $SG_TEST_EXENV ${bindir:=.}/trace/test_trace_integration$EXEEXT ./trace/test7.xml --cfg=workstation/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
85 > [  0.000000] (0:@) Configuration change: Set 'workstation/model' to 'compound'
86 > [  0.000000] (0:@) Configuration change: Set 'network/model' to 'CM02'
87 > [  0.000000] (0:@) Configuration change: Set 'cpu/optim' to 'TI'
88 > [  0.000000] (0:@) Ignoring redefinition of trace trace/file.trace
89 > [ 10.000000] (1:test_trace@CPU1) Testing the trace integration cpu model: CpuTI
90 > [ 10.000000] (1:test_trace@CPU1) Task size: 400.000000
91 > [ 10.000000] (1:test_trace@CPU1) Task prio: 1.500000
92 > [ 20.000000] (2:test_trace@CPU1) Testing the trace integration cpu model: CpuTI
93 > [ 20.000000] (2:test_trace@CPU1) Task size: 300.000000
94 > [ 20.000000] (2:test_trace@CPU1) Task prio: 1.500000
95 > [ 70.000000] (1:test_trace@CPU1) Test finished
96 > [ 70.000000] (2:test_trace@CPU1) Test finished
97
98 p Testing trace integration using file.trace and test8.xml, two process with different priority
99
100 ! output sort
101 $ $SG_TEST_EXENV ${bindir:=.}/trace/test_trace_integration$EXEEXT ./trace/test8.xml --cfg=workstation/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
102 > [  0.000000] (0:@) Configuration change: Set 'workstation/model' to 'compound'
103 > [  0.000000] (0:@) Configuration change: Set 'network/model' to 'CM02'
104 > [  0.000000] (0:@) Configuration change: Set 'cpu/optim' to 'TI'
105 > [  0.000000] (0:@) Ignoring redefinition of trace trace/file.trace
106 > [ 10.000000] (1:test_trace@CPU1) Testing the trace integration cpu model: CpuTI
107 > [ 10.000000] (1:test_trace@CPU1) Task size: 400.000000
108 > [ 10.000000] (1:test_trace@CPU1) Task prio: 2.500000
109 > [ 10.000000] (2:test_trace@CPU1) Testing the trace integration cpu model: CpuTI
110 > [ 10.000000] (2:test_trace@CPU1) Task size: 400.000000
111 > [ 10.000000] (2:test_trace@CPU1) Task prio: 1.000000
112 > [ 56.000000] (1:test_trace@CPU1) Test finished
113 > [ 80.000000] (2:test_trace@CPU1) Test finished
114
115 p Testing trace integration using file.trace and test9.xml, three process with same priority
116
117 ! output sort
118 $ $SG_TEST_EXENV ${bindir:=.}/trace/test_trace_integration$EXEEXT ./trace/test9.xml --cfg=workstation/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
119 > [  0.000000] (0:@) Configuration change: Set 'workstation/model' to 'compound'
120 > [  0.000000] (0:@) Configuration change: Set 'network/model' to 'CM02'
121 > [  0.000000] (0:@) Configuration change: Set 'cpu/optim' to 'TI'
122 > [  0.000000] (0:@) Ignoring redefinition of trace trace/file.trace
123 > [  0.000000] (1:test_trace@CPU1) Testing the trace integration cpu model: CpuTI
124 > [  0.000000] (1:test_trace@CPU1) Task size: 400.000000
125 > [  0.000000] (1:test_trace@CPU1) Task prio: 1.000000
126 > [  0.000000] (2:test_trace@CPU1) Testing the trace integration cpu model: CpuTI
127 > [  0.000000] (2:test_trace@CPU1) Task size: 400.000000
128 > [  0.000000] (2:test_trace@CPU1) Task prio: 1.000000
129 > [ 30.000000] (3:test_trace@CPU1) Testing the trace integration cpu model: CpuTI
130 > [ 30.000000] (3:test_trace@CPU1) Task size: 2000.000000
131 > [ 30.000000] (3:test_trace@CPU1) Task prio: 1.000000
132 > [ 90.000000] (1:test_trace@CPU1) Test finished
133 > [ 90.000000] (2:test_trace@CPU1) Test finished
134 > [240.000000] (3:test_trace@CPU1) Test finished
135
136 p Testing trace integration using file.trace and test10.xml, three process with different priority
137
138 ! output sort
139 $ $SG_TEST_EXENV ${bindir:=.}/trace/test_trace_integration$EXEEXT ./trace/test10.xml --cfg=workstation/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
140 > [  0.000000] (0:@) Configuration change: Set 'workstation/model' to 'compound'
141 > [  0.000000] (0:@) Configuration change: Set 'network/model' to 'CM02'
142 > [  0.000000] (0:@) Configuration change: Set 'cpu/optim' to 'TI'
143 > [  0.000000] (0:@) Ignoring redefinition of trace trace/file.trace
144 > [  0.000000] (1:test_trace@CPU1) Testing the trace integration cpu model: CpuTI
145 > [  0.000000] (1:test_trace@CPU1) Task size: 420.000000
146 > [  0.000000] (1:test_trace@CPU1) Task prio: 2.000000
147 > [  0.000000] (2:test_trace@CPU1) Testing the trace integration cpu model: CpuTI
148 > [  0.000000] (2:test_trace@CPU1) Task size: 310.000000
149 > [  0.000000] (2:test_trace@CPU1) Task prio: 1.000000
150 > [ 50.000000] (3:test_trace@CPU1) Testing the trace integration cpu model: CpuTI
151 > [ 50.000000] (3:test_trace@CPU1) Task size: 990.000000
152 > [ 50.000000] (3:test_trace@CPU1) Task prio: 9.000000
153 > [ 62.000000] (1:test_trace@CPU1) Test finished
154 > [152.000000] (2:test_trace@CPU1) Test finished
155 > [152.000000] (3:test_trace@CPU1) Test finished
156
157 p Testing trace integration using file.trace and test11.xml, three process with different priority. Changed timestep to 0.1.
158
159 ! output sort
160 $ $SG_TEST_EXENV ${bindir:=.}/trace/test_trace_integration$EXEEXT ./trace/test11.xml --cfg=workstation/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
161 > [  0.000000] (0:@) Configuration change: Set 'workstation/model' to 'compound'
162 > [  0.000000] (0:@) Configuration change: Set 'network/model' to 'CM02'
163 > [  0.000000] (0:@) Configuration change: Set 'cpu/optim' to 'TI'
164 > [  0.000000] (1:test_trace@CPU1) Testing the trace integration cpu model: CpuTI
165 > [  0.000000] (1:test_trace@CPU1) Task size: 420.000000
166 > [  0.000000] (1:test_trace@CPU1) Task prio: 2.000000
167 > [  0.000000] (2:test_trace@CPU1) Testing the trace integration cpu model: CpuTI
168 > [  0.000000] (2:test_trace@CPU1) Task size: 310.000000
169 > [  0.000000] (2:test_trace@CPU1) Task prio: 1.000000
170 > [ 50.000000] (3:test_trace@CPU1) Testing the trace integration cpu model: CpuTI
171 > [ 50.000000] (3:test_trace@CPU1) Task size: 990.000000
172 > [ 50.000000] (3:test_trace@CPU1) Task prio: 9.000000
173 > [ 62.000000] (1:test_trace@CPU1) Test finished
174 > [152.000000] (2:test_trace@CPU1) Test finished
175 > [152.000000] (3:test_trace@CPU1) Test finished