Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix linking of storage example on Windows.
[simgrid.git] / examples / java / surfCpuModel / surf_cpu_model.tesh
index 2f0fd00..00a34ed 100644 (file)
@@ -4,39 +4,30 @@ $ java -classpath ${classpath:=.} surfCpuModel/TestCpuModel ${srcdir:=.}/surfCpu
 > [0.000000] [jmsg/INFO] Initialize Cpu Constant Model
 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'workstation/model' to 'compound'
 > [0.000000] [jmsg/INFO] Using regular java threads. Coroutines could speed your simulation up.
-> [0.000000] [jmsg/INFO] Create Resource Name: Jacquelin
-> [0.000000] [jmsg/INFO] Create Resource Name: Boivin
-> [0.000000] [jmsg/INFO] Create Resource Name: TeX
-> [0.000000] [jmsg/INFO] updateActionState of 3 cpu and 0 actions
+> [0.000000] [jmsg/INFO] New Cpu(Jacquelin, 1.37333E8, 1.0)
+> [0.000000] [jmsg/INFO] New Cpu(Boivin, 9.8095E7, 1.0)
+> [0.000000] [jmsg/INFO] New Cpu(TeX, 6.8667E7, 1.0)
+> [0.000000] [jmsg/INFO] UpdateActionState of 0 actions
+> [0.000000] [jmsg/INFO] Cpu Loaded: Cpu Constant
 > [Jacquelin:surfCpuModel.Sender:(1) 0.000000] [jmsg/INFO] helloo!
 > [Boivin:surfCpuModel.Receiver:(2) 0.000000] [jmsg/INFO] helloo!
-> [0.000000] [jmsg/INFO] Sleep action of duration -1.0
-> [0.000000] [jmsg/INFO] Sleep action of duration -1.0
-> [0.000000] [jmsg/INFO] shareResource of 3 cpu and 2 actions
-> [0.000000] [jmsg/INFO] shareResource of 3 cpu and 2 actions
-> [0.026020] [jmsg/INFO] updateActionState of 3 cpu and 2 actions
-> [0.026020] [jmsg/INFO] shareResource of 3 cpu and 2 actions
-> [0.026020] [jmsg/INFO] shareResource of 3 cpu and 2 actions
-> [0.026021] [jmsg/INFO] updateActionState of 3 cpu and 2 actions
+> [0.000000] [jmsg/INFO] Sleep action of duration -1.0 sleeping true
+> [0.000000] [jmsg/INFO] Sleep action of duration -1.0 sleeping true
+> [0.000000] [jmsg/INFO] ShareResources at time -1.0
+> [0.000000] [jmsg/INFO] ShareResources at time -1.0
+> [0.026020] [jmsg/INFO] UpdateActionState of 2 actions
+> [0.026020] [jmsg/INFO] ShareResources at time -1.0
+> [0.026020] [jmsg/INFO] ShareResources at time -1.0
+> [0.026021] [jmsg/INFO] UpdateActionState of 2 actions
 > [Jacquelin:surfCpuModel.Sender:(1) 0.026021] [jmsg/INFO] Send duration: 0.026021030927835052
-> [0.026021] [jmsg/INFO] Sleep action of duration -1.0
-> [0.026021] [jmsg/INFO] Sleep action of duration -1.0
-> [0.026021] [jmsg/INFO] shareResource of 3 cpu and 4 actions
-> [0.026021] [jmsg/INFO] shareResource of 3 cpu and 4 actions
-> [0.052041] [jmsg/INFO] updateActionState of 3 cpu and 4 actions
-> [0.052041] [jmsg/INFO] shareResource of 3 cpu and 4 actions
-> [0.052041] [jmsg/INFO] shareResource of 3 cpu and 4 actions
-> [0.052042] [jmsg/INFO] updateActionState of 3 cpu and 4 actions
-> [Jacquelin:surfCpuModel.Sender:(1) 0.052042] [jmsg/INFO] Send duration with update bandwidth: 0.026021030927835052
-> [0.052042] [jmsg/INFO] Sleep action of duration -1.0
-> [0.052042] [jmsg/INFO] Sleep action of duration -1.0
-> [0.052042] [jmsg/INFO] shareResource of 3 cpu and 6 actions
-> [0.052042] [jmsg/INFO] shareResource of 3 cpu and 6 actions
-> [0.078062] [jmsg/INFO] updateActionState of 3 cpu and 6 actions
-> [0.078062] [jmsg/INFO] shareResource of 3 cpu and 6 actions
-> [0.078062] [jmsg/INFO] shareResource of 3 cpu and 6 actions
-> [0.078063] [jmsg/INFO] updateActionState of 3 cpu and 6 actions
-> [Boivin:surfCpuModel.Receiver:(2) 0.078063] [jmsg/INFO] goodbye!
-> [Jacquelin:surfCpuModel.Sender:(1) 0.078063] [jmsg/INFO] Send normal duration with limited bandwidth: 0.02602103092783506
-> [Jacquelin:surfCpuModel.Sender:(1) 0.078063] [jmsg/INFO] goodbye!
-> [0.078063] [jmsg/INFO] MSG_main finished; Cleaning up the simulation...
+> [Jacquelin:surfCpuModel.Sender:(1) 0.026021] [jmsg/INFO] goodbye!
+> [0.026021] [jmsg/INFO] Execute action of size 1.0E9 sleeping false
+> [0.026021] [jmsg/INFO] Share action with new time 10.194199500484224
+> [0.026021] [jmsg/INFO] ShareResources at time 10.194199500484224
+> [0.026021] [jmsg/INFO] Share action with new time 10.194199500484224
+> [0.026021] [jmsg/INFO] ShareResources at time 10.194199500484224
+> [10.220221] [jmsg/INFO] UpdateActionState of 1 actions
+> [10.220221] [jmsg/INFO] action remains 0.0 after delta of 10.194199500484224
+> [10.220221] [jmsg/INFO] action DONE
+> [Boivin:surfCpuModel.Receiver:(2) 10.220221] [jmsg/INFO] goodbye!
+> [10.220221] [jmsg/INFO] MSG_main finished; Cleaning up the simulation...