int schedulerPort = conf.getInt("scheduler_port",
SchedulerThrift.DEFAULT_SCHEDULER_THRIFT_PORT);
TProtocolFactory factory = new TBinaryProtocol.Factory();
TAsyncClientManager manager = new TAsyncClientManager();
long lastLaunch = System.currentTimeMillis();
// Loop and generate tasks launches
while (true) {
// Lambda is the arrival rate in S, so we need to multiply the result here by