Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
requalify teshes for vm migration
[simgrid.git] / examples / java / cloud / cloud.tesh
1 #! tesh
2
3 ! output sort
4
5 $ java -classpath ${classpath:=.} cloud/Cloud ${srcdir:=.}/../platforms/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] (0:@) Create VM(VM00)@PM(Intel) with 0 mounted disks
9 > [  0.000000] (0:@) Create VM(VM01)@PM(Provost) with 0 mounted disks
10 > [  0.000000] (1:Master@Jacquelin) create VM00
11 > [  0.000000] (1:Master@Jacquelin) Put Worker WRK00 on VM00
12 > [  0.000000] (1:Master@Jacquelin) create VM01
13 > [  0.000000] (1:Master@Jacquelin) Put Worker WRK01 on VM01
14 > [  0.000000] (1:Master@Jacquelin) Launched 2 VMs
15 > [  0.000000] (1:Master@Jacquelin) Send a first batch of work to everyone
16 > [  0.000000] (1:Master@Jacquelin) Sending to WRK00
17 > [  0.000000] (2:WRK00@VM00) WRK00 is listenning on MBOX:WRK00
18 > [  0.000000] (3:WRK01@VM01) WRK01 is listenning on MBOX:WRK01
19 > [  0.918721] (1:Master@Jacquelin) Sending to WRK01
20 > [  0.918721] (2:WRK00@VM00) Received "Task00". Processing it.
21 > [  0.918721] (2:WRK00@VM00) WRK00 executed task (Task00)
22 > [  2.798398] (1:Master@Jacquelin) Suspend all VMs
23 > [  2.798398] (1:Master@Jacquelin) Suspend VM00
24 > [  2.798398] (1:Master@Jacquelin) Suspend VM01
25 > [  2.798398] (1:Master@Jacquelin) Wait a while
26 > [  2.798398] (3:WRK01@VM01) Received "Task01". Processing it.
27 > [  4.798398] (1:Master@Jacquelin) Resume all VMs.
28 > [  4.798398] (1:Master@Jacquelin) Sleep long enough for everyone to be done with previous batch of work
29 > [  4.798398] (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-Fernand)@Intel) Stage 1: Gonna send 1073741824
33 > [3463.797594] (5:__pr_mig_tx:VM00(Intel-Fernand)@Intel) Stage 3: Gonna send 0.000000
34 > [3465.751712] (0:@) migrate VM(VM00): set bound (137333000.000000) at Fernand
35 > [3465.751712] (5:__pr_mig_tx:VM00(Intel-Fernand)@Intel) mig: tx_done
36 > [3467.577368] (1:Master@Jacquelin) Migrate VM01fromProvostto Fernand
37 > [3467.577368] (7:__pr_mig_tx:VM01(Provost-Fernand)@Provost) Stage 1: Gonna send 1073741824
38 > [5929.514531] (7:__pr_mig_tx:VM01(Provost-Fernand)@Provost) Stage 3: Gonna send 0.000000
39 > [5929.608220] (0:@) migrate VM(VM01): set bound (137333000.000000) at Fernand
40 > [5929.608220] (7:__pr_mig_tx:VM01(Provost-Fernand)@Provost) mig: tx_done
41 > [5931.433875] (0:@) MSG_main finished; Cleaning up the simulation...
42 > [5931.433875] (1:Master@Jacquelin) Let's shut down the simulation and kill everyone.
43 > [5931.433875] (1:Master@Jacquelin) Master done.