simulation = new SimulationRun("SimRun", model, srConfig, null);
}
if (simulation == null) {
SimSystem.report(Level.SEVERE, "Simulation creation failed!!!");
}
sw.stop();
result.simulationCreation = sw.elapsedSeconds();
println("Seconds needed for creating the simulation: "
+ sw.elapsedSeconds());
println("Memory (model + simulation - [total:free]): "
+ Runtime.getRuntime().totalMemory() + " : "