logger.info("Output directory for this run is : " + runOutputDir);
runInfo.resultsDir = runOutputDir;
configureLogger (runOutputDir);
timer = new Timer();
agentRefs = new Agent[benchDef.drivers.length][];
agentThreads = new int[benchDef.drivers.length];
remainderThreads = new int[benchDef.drivers.length];