String x = "pilot LRM is not set to torque, the only current impl";
throw new Exception(x);
}
if (this.LRM.equalsIgnoreCase("torque")) {
this.torque = new TorqueUtil(this.submitPath,
this.deletePath);
}
if (this.maxMB <= 0) {
throw new Exception("Max guest memory is <= 0 MB. Is the " +