X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6e235f741cb5b7031059af2f4da28dcf7436d2c0..d7f817f1d9a3b1572b38300d6a7eeadfbcc1ad1f:/examples/java/energy/pstate/energy_pstate.tesh diff --git a/examples/java/energy/pstate/energy_pstate.tesh b/examples/java/energy/pstate/energy_pstate.tesh index f2c91c82c4..036c4ee27d 100644 --- a/examples/java/energy/pstate/energy_pstate.tesh +++ b/examples/java/energy/pstate/energy_pstate.tesh @@ -1,25 +1,25 @@ #! tesh $ java -classpath ${classpath:=.} energy/pstate/Main ${srcdir:=.}/../platforms/energy_platform.xml -> [0.000000] [jmsg/INFO] Using regular java threads. -> [MyHost1:dvfs_test:(2) 0.000000] [jmsg/INFO] Count of Processor states=3 -> [MyHost1:dvfs_test:(2) 0.000000] [jmsg/INFO] Current power peak=1.0E8 -> [MyHost2:dvfs_test:(3) 0.000000] [jmsg/INFO] Count of Processor states=3 -> [MyHost2:dvfs_test:(3) 0.000000] [jmsg/INFO] Current power peak=1.0E8 -> [MyHost1:dvfs_test:(2) 1.000000] [jmsg/INFO] Task1 simulation time: 1.0 -> [MyHost2:dvfs_test:(3) 1.000000] [jmsg/INFO] Task1 simulation time: 1.0 -> [MyHost1:dvfs_test:(2) 1.000000] [jmsg/INFO] Changing power peak value to 2.0E7 (at index 2) -> [MyHost2:dvfs_test:(3) 1.000000] [jmsg/INFO] Changing power peak value to 2.0E7 (at index 2) -> [MyHost1:dvfs_test:(2) 1.000000] [jmsg/INFO] Current power peak=2.0E7 -> [MyHost2:dvfs_test:(3) 1.000000] [jmsg/INFO] Current power peak=2.0E7 -> [MyHost1:dvfs_test:(2) 6.000000] [jmsg/INFO] Task2 simulation time: 5.0 -> [MyHost1:dvfs_test:(2) 6.000000] [jmsg/INFO] Count of Processor states=3 -> [MyHost2:dvfs_test:(3) 6.000000] [jmsg/INFO] Task2 simulation time: 5.0 -> [MyHost2:dvfs_test:(3) 6.000000] [jmsg/INFO] Count of Processor states=3 -> [MyHost1:dvfs_test:(2) 6.000000] [jmsg/INFO] Current power peak=2.0E7 -> [MyHost2:dvfs_test:(3) 6.000000] [jmsg/INFO] Current power peak=2.0E7 +> [0.000000] [java/INFO] Using regular java threads. +> [MyHost1:dvfs_test:(2) 0.000000] [java/INFO] Count of Processor states=3 +> [MyHost1:dvfs_test:(2) 0.000000] [java/INFO] Current power peak=1.0E8 +> [MyHost2:dvfs_test:(3) 0.000000] [java/INFO] Count of Processor states=3 +> [MyHost2:dvfs_test:(3) 0.000000] [java/INFO] Current power peak=1.0E8 +> [MyHost1:dvfs_test:(2) 1.000000] [java/INFO] Task1 simulation time: 1.0 +> [MyHost2:dvfs_test:(3) 1.000000] [java/INFO] Task1 simulation time: 1.0 +> [MyHost1:dvfs_test:(2) 1.000000] [java/INFO] Changing power peak value to 2.0E7 (at index 2) +> [MyHost2:dvfs_test:(3) 1.000000] [java/INFO] Changing power peak value to 2.0E7 (at index 2) +> [MyHost1:dvfs_test:(2) 1.000000] [java/INFO] Current power peak=2.0E7 +> [MyHost2:dvfs_test:(3) 1.000000] [java/INFO] Current power peak=2.0E7 +> [MyHost1:dvfs_test:(2) 6.000000] [java/INFO] Task2 simulation time: 5.0 +> [MyHost1:dvfs_test:(2) 6.000000] [java/INFO] Count of Processor states=3 +> [MyHost2:dvfs_test:(3) 6.000000] [java/INFO] Task2 simulation time: 5.0 +> [MyHost2:dvfs_test:(3) 6.000000] [java/INFO] Count of Processor states=3 +> [MyHost1:dvfs_test:(2) 6.000000] [java/INFO] Current power peak=2.0E7 +> [MyHost2:dvfs_test:(3) 6.000000] [java/INFO] Current power peak=2.0E7 > [6.000000] [surf_energy/INFO] Total energy consumption: 1890.000000 Joules (used hosts: 1290.000000 Joules; unused/idle hosts: 600.000000) -> [6.000000] [jmsg/INFO] MSG_main finished; Cleaning up the simulation... +> [6.000000] [java/INFO] MSG_main finished; Cleaning up the simulation... > [6.000000] [surf_energy/INFO] Energy consumption of host MyHost1: 645.000000 Joules > [6.000000] [surf_energy/INFO] Energy consumption of host MyHost2: 645.000000 Joules > [6.000000] [surf_energy/INFO] Energy consumption of host MyHost3: 600.000000 Joules