job.setCredentials(gssCred);
log.info("RSL = " + rsl);
NotificationService notifier = context.getNotificationService();
DurationObj compObj = notifier.computationStarted();
StringBuffer buf = new StringBuffer();
JobSubmissionListener listener = new JobSubmissionListener(job, context);
job.addListener(listener);
log.info("Request to contact:" + contact);