oar-team / batsim

Batsim: Infrastructure simulator for job and I/O scheduling
GNU Lesser General Public License v3.0
30 stars 15 forks source link

Bad consumed power when doing computations? #38

Closed mpoquet closed 3 years ago

mpoquet commented 7 years ago

It seems that homogeneous MSG jobs do not consume energy:

But the computation power state should use 190.738 W when computing the job.

<prop id="watt_per_state" value="95.0:95.0:190.738"/>

energy_plot

How to reproduce ?

Run the simulation

cd ${BATSIM_DIR}
export EVALYS_DIR=/path/to/evalys/directory
tools/experiments/execute_instances.py test/test_energy_minimal.yaml

Analysis

The /tmp/batsim_tests/energy_minimal/results/9f89a160/energy_plot.png file should now exist and be visualized by any tool you like.

mpoquet commented 7 years ago

Also confirmed with up-to-date SimGrid (commit 863aeead8 of 2017-06-13 22:15). energy_plot

mpoquet commented 7 years ago

The problem came from SimGrid:

Up-to-date SimGrid should be used to do energy experiments with Batsim.

energy_plot

mpoquet commented 5 years ago

Issue is tracked on https://github.com/simgrid/simgrid/issues/189.

Mommessc commented 4 years ago

Up! Is this fixed now?