SimSystem.report(Level.SEVERE, msg, t);
attemptDetailedErrorReporting(compTaskConfig);
task.getRunInfo().storeFailure(msg, t);
return task.getRunInfo();
} finally {
execMeasures.stopComputationTask();
}
compTaskConfig.getSetup().cleanUp(compTaskConfig, task.getRunInfo());
return task.getRunInfo();