BenchmarkResult result;
double mflops_sum = 0;
// FFT
future = node.getJobSubmissionService().submitJob(new SciMark2FFTBenchmark(TASKS));
result = (BenchmarkResult) future.getResult();
System.err.println("FFT : " + result);
mflops_sum += result.getMflops();
// SOR