//otherwise, if there are no waiting jobs, sets coolstart=true
if (waitingJobs.size() != 0) {
job = waitingJobs.removeFirst();
c = job.getJobClass().getId();
job.born();
//NEW
//@author Stefano Omini, Bertoli Marco
// in RandomSource the job is created (--> SystemEnteringTime is initialized)