Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix tesh files after commit c35d96a.
[simgrid.git] / examples / java / cloud / cloud.tesh
1 #! tesh
2
3 ! output sort
4
5 $ java -classpath ${classpath:=.} cloud/Cloud ${srcdir:=.}/platform.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
6 > [  0.000000] (0:@) Using regular java threads. Coroutines could speed your simulation up.
7 > [  0.000000] (0:@) Start2  hosts
8 > [  0.000000] (1:Master@Jacquelin) create VM00
9 > [  0.000000] (0:@) Create VM(VM00)@PM(Intel) with 0 mounted disks
10 > [  0.000000] (1:Master@Jacquelin) Put Worker WRK00 on VM00
11 > [  0.000000] (2:WRK00@VM00) WRK00 is listenning on MBOX:WRK00
12 > [  0.000000] (1:Master@Jacquelin) create VM01
13 > [  0.000000] (0:@) Create VM(VM01)@PM(Provost) with 0 mounted disks
14 > [  0.000000] (1:Master@Jacquelin) Put Worker WRK01 on VM01
15 > [  0.000000] (3:WRK01@VM01) WRK01 is listenning on MBOX:WRK01
16 > [  0.000000] (1:Master@Jacquelin) Launched 2 VMs
17 > [  0.000000] (1:Master@Jacquelin) Send a first batch of work to everyone
18 > [  0.000000] (1:Master@Jacquelin) Sending to WRK00
19 > [  0.918703] (2:WRK00@VM00) Received "Task00". Processing it.
20 > [  0.918703] (1:Master@Jacquelin) Sending to WRK01
21 > [  0.918703] (2:WRK00@VM00) WRK00 executed task (Task00)
22 > [  2.798361] (3:WRK01@VM01) Received "Task01". Processing it.
23 > [  2.798361] (1:Master@Jacquelin) Suspend all VMs
24 > [  2.798361] (1:Master@Jacquelin) Suspend VM00
25 > [  2.798361] (1:Master@Jacquelin) Suspend VM01
26 > [  2.798361] (1:Master@Jacquelin) Wait a while
27 > [  4.798361] (1:Master@Jacquelin) Resume all VMs.
28 > [  4.798361] (1:Master@Jacquelin) Sleep long enough for everyone to be done with previous batch of work
29 > [  4.798361] (3:WRK01@VM01) WRK01 executed task (Task01)
30 > [1000.000000] (1:Master@Jacquelin) Migrate everyone to Fernand
31 > [1000.000000] (1:Master@Jacquelin) Migrate VM00fromIntelto Fernand
32 > [1000.000000] (5:__pr_mig_tx:VM00(Intel-Provost)@Intel) mig-stage1: remaining_size 1073741824.000000
33 > [1147.021183] (5:__pr_mig_tx:VM00(Intel-Provost)@Intel) actual banwdidth 6.964983 (MB/s), threshold 219099.412193
34 > [1147.021183] (5:__pr_mig_tx:VM00(Intel-Provost)@Intel) mig-stage 2:0 updated_size 0.000000 computed_during_stage1 0.000000 dp_rate 0.000000 dp_cap 966367641.600000
35 > [1147.021183] (5:__pr_mig_tx:VM00(Intel-Provost)@Intel) mig-stage2.0: remaining_size 0.000000 (< threshold 219099.412193)
36 > [1147.021183] (5:__pr_mig_tx:VM00(Intel-Provost)@Intel) mig-stage3: remaining_size 0.000000
37 > [1149.029299] (0:@) migrate VM(VM00): set bound (137333000.000000) at Provost
38 > [1149.029299] (4:__pr_mig_rx:VM00(Intel-Provost)@Provost) set affinity(0x0000@Provost) for VM00
39 > [1150.908953] (1:Master@Jacquelin) Migrate VM01fromProvostto Fernand
40 > [1150.908953] (9:__pr_mig_tx:VM01(Provost-Provost)@Provost) mig-stage1: remaining_size 1073741824.000000
41 > [1153.065257] (9:__pr_mig_tx:VM01(Provost-Provost)@Provost) actual banwdidth 474.886827 (MB/s), threshold 14938647.898422
42 > [1153.065257] (9:__pr_mig_tx:VM01(Provost-Provost)@Provost) mig-stage 2:0 updated_size 0.000000 computed_during_stage1 0.000000 dp_rate 0.000000 dp_cap 966367641.600000
43 > [1153.065257] (9:__pr_mig_tx:VM01(Provost-Provost)@Provost) mig-stage2.0: remaining_size 0.000000 (< threshold 14938647.898422)
44 > [1153.065257] (9:__pr_mig_tx:VM01(Provost-Provost)@Provost) mig-stage3: remaining_size 0.000000
45 > [1153.065452] (0:@) migrate VM(VM01): set bound (137333000.000000) at Provost
46 > [1153.065452] (8:__pr_mig_rx:VM01(Provost-Provost)@Provost) set affinity(0x0000@Provost) for VM01
47 > [1154.945106] (1:Master@Jacquelin) Let's shut down the simulation and kill everyone.
48 > [1154.945106] (1:Master@Jacquelin) Master done.
49 > [1154.945106] (0:@) MSG_main finished; Cleaning up the simulation...