Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fixing codacy warnings on multi-core VM tests + using a dedicated platform file for...
[simgrid.git] / teshsuite / msg / cloud-sharing / cloud-sharing.tesh
1 #! ./tesh
2
3 $ $SG_TEST_EXENV ${bindir:=.}/cloud-sharing$EXEEXT --log=no_loc ${srcdir:=.}/../../../examples/platforms/cloud-sharing.xml
4 > [node-0.acme.org:master:(1) 0.000000] [msg_test/INFO] # TEST ON SINGLE-CORE PMs
5 > [node-0.acme.org:master:(1) 0.000000] [msg_test/INFO] ## Test 1 (started): check computation on normal PMs
6 > [node-0.acme.org:master:(1) 0.000000] [msg_test/INFO] ### Put a task on a PM
7 > [node-0.acme.org:compute:(2) 0.100000] [msg_test/INFO] Task took 0.1s to execute
8 > [node-0.acme.org:master:(1) 2.000000] [msg_test/INFO] ### Put two tasks on a PM
9 > [node-0.acme.org:compute:(4) 2.200000] [msg_test/INFO] Task took 0.2s to execute
10 > [node-0.acme.org:compute:(3) 2.200000] [msg_test/INFO] Task took 0.2s to execute
11 > [node-0.acme.org:master:(1) 4.000000] [msg_test/INFO] ### Put a task on each PM
12 > [node-0.acme.org:compute:(5) 4.100000] [msg_test/INFO] Task took 0.1s to execute
13 > [node-1.acme.org:compute:(6) 4.100000] [msg_test/INFO] Task took 0.1s to execute
14 > [node-0.acme.org:master:(1) 6.000000] [msg_test/INFO] ## Test 1 (ended)
15 > [node-0.acme.org:master:(1) 6.000000] [msg_test/INFO] # TEST ON SINGLE-CORE PMs AND SINGLE-CORE VMs
16 > [node-0.acme.org:master:(1) 6.000000] [msg_test/INFO] ## Test 2 (started): check impact of running tasks inside a VM (there is no degradation for the moment)
17 > [node-0.acme.org:master:(1) 6.000000] [msg_test/INFO] ### Put a VM on a PM, and put a task to the VM
18 > [VM0:compute:(7) 6.100000] [msg_test/INFO] Task took 0.1s to execute
19 > [node-0.acme.org:master:(1) 8.000000] [msg_test/INFO] ### Put a VM on a PM, and put two task to the VM
20 > [VM0:compute:(9) 8.200000] [msg_test/INFO] Task took 0.2s to execute
21 > [VM0:compute:(8) 8.200000] [msg_test/INFO] Task took 0.2s to execute
22 > [node-0.acme.org:master:(1) 10.000000] [msg_test/INFO] ## Test 2 (ended)
23 > [node-0.acme.org:master:(1) 10.000000] [msg_test/INFO] ## Test 3 (started): check impact of running tasks collocated with VMs (there is no VM noise for the moment)
24 > [node-0.acme.org:master:(1) 10.000000] [msg_test/INFO] ### Put a task on a PM collocated with an empty VM
25 > [node-0.acme.org:compute:(10) 10.100000] [msg_test/INFO] Task took 0.1s to execute
26 > [node-0.acme.org:master:(1) 12.000000] [msg_test/INFO] ### Put a VM on a PM, put a task to the PM and a task to the VM
27 > [node-0.acme.org:compute:(11) 12.200000] [msg_test/INFO] Task took 0.2s to execute
28 > [VM0:compute:(12) 12.200000] [msg_test/INFO] Task took 0.2s to execute
29 > [node-0.acme.org:master:(1) 14.000000] [msg_test/INFO] ### Put a VM on a PM, put a task to the PM and two tasks to the VM
30 > [node-0.acme.org:compute:(13) 14.200000] [msg_test/INFO] Task took 0.2s to execute
31 > [VM0:compute:(15) 14.400000] [msg_test/INFO] Task took 0.4s to execute
32 > [VM0:compute:(14) 14.400000] [msg_test/INFO] Task took 0.4s to execute
33 > [node-0.acme.org:master:(1) 16.000000] [msg_test/INFO] ## Test 3 (ended)
34 > [node-0.acme.org:master:(1) 16.000000] [msg_test/INFO] # TEST ON TWO-CORE PMs
35 > [node-0.acme.org:master:(1) 16.000000] [msg_test/INFO] ## Test 4 (started): check computation on 2 cores PMs
36 > [node-0.acme.org:master:(1) 16.000000] [msg_test/INFO] ### Put a task on a PM
37 > [node-0.acme2.org:compute:(16) 16.100000] [msg_test/INFO] Task took 0.1s to execute
38 > [node-0.acme.org:master:(1) 18.000000] [msg_test/INFO] ### Put two tasks on a PM
39 > [node-0.acme2.org:compute:(18) 18.100000] [msg_test/INFO] Task took 0.1s to execute
40 > [node-0.acme2.org:compute:(17) 18.100000] [msg_test/INFO] Task took 0.1s to execute
41 > [node-0.acme.org:master:(1) 20.000000] [msg_test/INFO] ### Put three tasks on a PM
42 > [node-0.acme2.org:compute:(21) 20.150000] [msg_test/INFO] Task took 0.15s to execute
43 > [node-0.acme2.org:compute:(19) 20.150000] [msg_test/INFO] Task took 0.15s to execute
44 > [node-0.acme2.org:compute:(20) 20.150000] [msg_test/INFO] Task took 0.15s to execute
45 > [node-0.acme.org:master:(1) 22.000000] [msg_test/INFO] ## Test 4 (ended)
46 > [node-0.acme.org:master:(1) 22.000000] [msg_test/INFO] # TEST ON TWO-CORE PMs AND SINGLE-CORE VMs
47 > [node-0.acme.org:master:(1) 22.000000] [msg_test/INFO] ## Test 5 (started): check impact of a single VM (there is no degradation for the moment)
48 > [node-0.acme.org:master:(1) 22.000000] [msg_test/INFO] ### Put a VM on a PM, and put a task to the VM
49 > [VM0:compute:(22) 22.100000] [msg_test/INFO] Task took 0.1s to execute
50 > [node-0.acme.org:master:(1) 24.000000] [msg_test/INFO] ### Put a VM on a PM, and put two tasks to the VM
51 > [VM0:compute:(24) 24.200000] [msg_test/INFO] Task took 0.2s to execute
52 > [VM0:compute:(23) 24.200000] [msg_test/INFO] Task took 0.2s to execute
53 > [node-0.acme.org:master:(1) 26.000000] [msg_test/INFO] ### Put a VM on a PM, and put a task to the PM
54 > [node-0.acme2.org:compute:(25) 26.100000] [msg_test/INFO] Task took 0.1s to execute
55 > [node-0.acme.org:master:(1) 28.000000] [msg_test/INFO] ### Put a VM on a PM, put a task to the PM and a task to the VM
56 > [node-0.acme2.org:compute:(26) 28.100000] [msg_test/INFO] Task took 0.1s to execute
57 > [VM0:compute:(27) 28.100000] [msg_test/INFO] Task took 0.1s to execute
58 > [node-0.acme.org:master:(1) 30.000000] [msg_test/INFO] ## Test 5 (ended)
59 > [node-0.acme.org:master:(1) 30.000000] [msg_test/INFO] ## Test 6 (started): check impact of a several VMs (there is no degradation for the moment)
60 > [node-0.acme.org:master:(1) 30.000000] [msg_test/INFO] ### Put two VMs on a PM, and put a task to one VM
61 > [VM0:compute:(28) 30.100000] [msg_test/INFO] Task took 0.1s to execute
62 > [node-0.acme.org:master:(1) 32.000000] [msg_test/INFO] ### Put two VMs on a PM, and put a task to each VM
63 > [VM0:compute:(29) 32.100000] [msg_test/INFO] Task took 0.1s to execute
64 > [VM1:compute:(30) 32.100000] [msg_test/INFO] Task took 0.1s to execute
65 > [node-0.acme.org:master:(1) 34.000000] [msg_test/INFO] ### Put three VMs on a PM, and put a task to two VMs
66 > [VM0:compute:(31) 34.100000] [msg_test/INFO] Task took 0.1s to execute
67 > [VM1:compute:(32) 34.100000] [msg_test/INFO] Task took 0.1s to execute
68 > [node-0.acme.org:master:(1) 36.000000] [msg_test/INFO] ### Put three VMs on a PM, and put a task to each VM
69 > [VM0:compute:(33) 36.150000] [msg_test/INFO] Task took 0.15s to execute
70 > [VM2:compute:(35) 36.150000] [msg_test/INFO] Task took 0.15s to execute
71 > [VM1:compute:(34) 36.150000] [msg_test/INFO] Task took 0.15s to execute
72 > [node-0.acme.org:master:(1) 38.000000] [msg_test/INFO] ## Test 6 (ended)
73 > [node-0.acme.org:master:(1) 38.000000] [msg_test/INFO] # TEST ON TWO-CORE PMs AND TWO-CORE VMs
74 > [node-0.acme.org:master:(1) 38.000000] [msg_test/INFO] ## Test 7 (started): check impact of a single VM (there is no degradation for the moment)
75 > [node-0.acme.org:master:(1) 38.000000] [msg_test/INFO] ### Put a VM on a PM, and put a task to the VM
76 > [VM0:compute:(36) 38.100000] [msg_test/INFO] Task took 0.1s to execute
77 > [node-0.acme.org:master:(1) 40.000000] [msg_test/INFO] ### Put a VM on a PM, and put two tasks to the VM
78 > [VM0:compute:(38) 40.100000] [msg_test/INFO] Task took 0.1s to execute
79 > [VM0:compute:(37) 40.100000] [msg_test/INFO] Task took 0.1s to execute
80 > [node-0.acme.org:master:(1) 42.000000] [msg_test/INFO] ### Put a VM on a PM, and put three tasks to the VM
81 > [VM0:compute:(41) 42.150000] [msg_test/INFO] Task took 0.15s to execute
82 > [VM0:compute:(39) 42.150000] [msg_test/INFO] Task took 0.15s to execute
83 > [VM0:compute:(40) 42.150000] [msg_test/INFO] Task took 0.15s to execute
84 > [node-0.acme.org:master:(1) 44.000000] [msg_test/INFO] ## Test 7 (ended)
85 > [node-0.acme.org:master:(1) 44.000000] [msg_test/INFO] ## Test 8 (started): check impact of a single VM collocated with a task (there is no degradation for the moment)
86 > [node-0.acme.org:master:(1) 44.000000] [msg_test/INFO] ### Put a VM on a PM, and put a task to the PM
87 > [node-0.acme2.org:compute:(42) 44.100000] [msg_test/INFO] Task took 0.1s to execute
88 > [node-0.acme.org:master:(1) 46.000000] [msg_test/INFO] ### Put a VM on a PM, put one task to the PM and one task to the VM
89 > [node-0.acme2.org:compute:(43) 46.100000] [msg_test/INFO] Task took 0.1s to execute
90 > [VM0:compute:(44) 46.100000] [msg_test/INFO] Task took 0.1s to execute
91 > [node-0.acme.org:master:(1) 48.000000] [msg_test/INFO] ### Put a VM on a PM, put one task to the PM and two tasks to the VM
92 > [node-0.acme2.org:compute:(45) 48.100000] [msg_test/INFO] Task took 0.1s to execute
93 > [VM0:compute:(47) 48.200000] [msg_test/INFO] Task took 0.2s to execute
94 > [VM0:compute:(46) 48.200000] [msg_test/INFO] Task took 0.2s to execute
95 > [node-0.acme.org:master:(1) 50.000000] [msg_test/INFO] ### Put a VM on a PM, put one task to the PM and three tasks to the VM
96 > [node-0.acme2.org:compute:(48) 50.100000] [msg_test/INFO] Task took 0.1s to execute
97 > [VM0:compute:(51) 50.300000] [msg_test/INFO] Task took 0.3s to execute
98 > [VM0:compute:(49) 50.300000] [msg_test/INFO] Task took 0.3s to execute
99 > [VM0:compute:(50) 50.300000] [msg_test/INFO] Task took 0.3s to execute
100 > [node-0.acme.org:master:(1) 52.000000] [msg_test/INFO] ## Test 8 (ended)
101 > [node-0.acme.org:master:(1) 52.000000] [msg_test/INFO] # TEST ON FOUR-CORE PMs AND TWO-CORE VMs
102 > [node-0.acme.org:master:(1) 52.000000] [msg_test/INFO] ## Test 9 (started): check impact of a single VM
103 > [node-0.acme.org:master:(1) 52.000000] [msg_test/INFO] ### Put a VM on a PM, and put a task to the VM
104 > [VM0:compute:(52) 52.100000] [msg_test/INFO] Task took 0.1s to execute
105 > [node-0.acme.org:master:(1) 54.000000] [msg_test/INFO] ### Put a VM on a PM, and put two tasks to the VM
106 > [VM0:compute:(54) 54.100000] [msg_test/INFO] Task took 0.1s to execute
107 > [VM0:compute:(53) 54.100000] [msg_test/INFO] Task took 0.1s to execute
108 > [node-0.acme.org:master:(1) 56.000000] [msg_test/INFO] ### Put a VM on a PM, and put three tasks to the VM
109 > [VM0:compute:(57) 56.150000] [msg_test/INFO] Task took 0.15s to execute
110 > [VM0:compute:(55) 56.150000] [msg_test/INFO] Task took 0.15s to execute
111 > [VM0:compute:(56) 56.150000] [msg_test/INFO] Task took 0.15s to execute
112 > [node-0.acme.org:master:(1) 58.000000] [msg_test/INFO] ## Test 9 (ended)
113 > [node-0.acme.org:master:(1) 58.000000] [msg_test/INFO] ## Test 10 (started): check impact of a single emtpy VM collocated with tasks
114 > [node-0.acme.org:master:(1) 58.000000] [msg_test/INFO] ### Put a VM on a PM, and put a task to the PM
115 > [node-0.acme4.org:compute:(58) 58.100000] [msg_test/INFO] Task took 0.1s to execute
116 > [node-0.acme.org:master:(1) 60.000000] [msg_test/INFO] ### Put a VM on a PM, and put two tasks to the PM
117 > [node-0.acme4.org:compute:(60) 60.100000] [msg_test/INFO] Task took 0.1s to execute
118 > [node-0.acme4.org:compute:(59) 60.100000] [msg_test/INFO] Task took 0.1s to execute
119 > [node-0.acme.org:master:(1) 62.000000] [msg_test/INFO] ### Put a VM on a PM, and put three tasks to the PM
120 > [node-0.acme4.org:compute:(63) 62.100000] [msg_test/INFO] Task took 0.1s to execute
121 > [node-0.acme4.org:compute:(61) 62.100000] [msg_test/INFO] Task took 0.1s to execute
122 > [node-0.acme4.org:compute:(62) 62.100000] [msg_test/INFO] Task took 0.1s to execute
123 > [node-0.acme.org:master:(1) 64.000000] [msg_test/INFO] ### Put a VM on a PM, and put four tasks to the PM
124 > [node-0.acme4.org:compute:(67) 64.100000] [msg_test/INFO] Task took 0.1s to execute
125 > [node-0.acme4.org:compute:(66) 64.100000] [msg_test/INFO] Task took 0.1s to execute
126 > [node-0.acme4.org:compute:(65) 64.100000] [msg_test/INFO] Task took 0.1s to execute
127 > [node-0.acme4.org:compute:(64) 64.100000] [msg_test/INFO] Task took 0.1s to execute
128 > [node-0.acme.org:master:(1) 66.000000] [msg_test/INFO] ## Test 10 (ended)
129 > [node-0.acme.org:master:(1) 66.000000] [msg_test/INFO] ## Test 11 (started): check impact of a single working VM collocated with tasks
130 > [node-0.acme.org:master:(1) 66.000000] [msg_test/INFO] ### Put a VM on a PM, and put one task to the PM and one task to the VM
131 > [node-0.acme4.org:compute:(69) 66.100000] [msg_test/INFO] Task took 0.1s to execute
132 > [VM0:compute:(68) 66.100000] [msg_test/INFO] Task took 0.1s to execute
133 > [node-0.acme.org:master:(1) 68.000000] [msg_test/INFO] ### Put a VM on a PM, and put two tasks to the PM and one task to the VM
134 > [node-0.acme4.org:compute:(71) 68.100000] [msg_test/INFO] Task took 0.1s to execute
135 > [node-0.acme4.org:compute:(72) 68.100000] [msg_test/INFO] Task took 0.1s to execute
136 > [VM0:compute:(70) 68.100000] [msg_test/INFO] Task took 0.1s to execute
137 > [node-0.acme.org:master:(1) 70.000000] [msg_test/INFO] ### Put a VM on a PM, and put two tasks to the PM and two tasks to the VM
138 > [node-0.acme4.org:compute:(75) 70.100000] [msg_test/INFO] Task took 0.1s to execute
139 > [node-0.acme4.org:compute:(76) 70.100000] [msg_test/INFO] Task took 0.1s to execute
140 > [VM0:compute:(74) 70.100000] [msg_test/INFO] Task took 0.1s to execute
141 > [VM0:compute:(73) 70.100000] [msg_test/INFO] Task took 0.1s to execute
142 > [node-0.acme.org:master:(1) 72.000000] [msg_test/INFO] ### Put a VM on a PM, and put three tasks to the PM and one tasks to the VM
143 > [node-0.acme4.org:compute:(80) 72.100000] [msg_test/INFO] Task took 0.1s to execute
144 > [node-0.acme4.org:compute:(78) 72.100000] [msg_test/INFO] Task took 0.1s to execute
145 > [node-0.acme4.org:compute:(79) 72.100000] [msg_test/INFO] Task took 0.1s to execute
146 > [VM0:compute:(77) 72.100000] [msg_test/INFO] Task took 0.1s to execute
147 > [node-0.acme.org:master:(1) 74.000000] [msg_test/INFO] ### Put a VM on a PM, and put three tasks to the PM and two tasks to the VM
148 > [node-0.acme4.org:compute:(85) 74.100000] [msg_test/INFO] Task took 0.1s to execute
149 > [node-0.acme4.org:compute:(83) 74.100000] [msg_test/INFO] Task took 0.1s to execute
150 > [node-0.acme4.org:compute:(84) 74.100000] [msg_test/INFO] Task took 0.1s to execute
151 > [VM0:compute:(82) 74.200000] [msg_test/INFO] Task took 0.2s to execute
152 > [VM0:compute:(81) 74.200000] [msg_test/INFO] Task took 0.2s to execute
153 > [node-0.acme.org:master:(1) 76.000000] [msg_test/INFO] ### Put a VM on a PM, and put three tasks to the PM and three tasks to the VM
154 > [node-0.acme4.org:compute:(91) 76.100000] [msg_test/INFO] Task took 0.1s to execute
155 > [node-0.acme4.org:compute:(89) 76.100000] [msg_test/INFO] Task took 0.1s to execute
156 > [node-0.acme4.org:compute:(90) 76.100000] [msg_test/INFO] Task took 0.1s to execute
157 > [VM0:compute:(88) 76.300000] [msg_test/INFO] Task took 0.3s to execute
158 > [VM0:compute:(86) 76.300000] [msg_test/INFO] Task took 0.3s to execute
159 > [VM0:compute:(87) 76.300000] [msg_test/INFO] Task took 0.3s to execute
160 > [node-0.acme.org:master:(1) 78.000000] [msg_test/INFO] ## Test 11 (ended)