Read the next (or first) job description from the input file,
skipping molformed lines, and make it the current job, with
a simulated interrupt occurring at the arrival time of the job.
Converts a time-stamp from ms to time of day in the format
h:mm:ss.mmm
This used to be written more "cleanly", but it turned out to
consume a huge fraction of the entire time taken by the program,
so it was re-written to avoid allocating and concatenating Strings
until the very end.