result = (BenchmarkResult) future.getResult();
System.err.println("SOR : " + result);
mflops_sum += result.getMflops();
// Monte Carlo
future = node.getJobSubmissionService().submitJob(new SciMark2MCBenchmark(TASKS));
result = (BenchmarkResult) future.getResult();
System.err.println("Monte Carlo : " + result);
mflops_sum += result.getMflops();
// Sparse