//Check whether pbs submission is successful or not, if it failed throw and exception in submitJob method
// with the error thrown in qsub command
//
String outputifAvailable = getOutputifAvailable(standardOutReader,"Error reading output of job submission");
OutputParser outputParser = jobManagerConfiguration.getParser();
return outputParser.parse(outputifAvailable);
}