while (i.hasNext()) {
System.out.println("Your job has been submitted with id " + i.next());
}
session.deleteJobTemplate(jt);
session.synchronize(Collections.singletonList(Session.JOB_IDS_SESSION_ALL),
Session.TIMEOUT_WAIT_FOREVER, false);
for (int count = start; count < end; count += step) {
JobInfo info = session.wait(Session.JOB_IDS_SESSION_ANY,