if(timeout > 0)
stopped = eeInstancesManager.stopInstanceWithinTime(timeout);
if (!stopped) eeInstancesManager.killRelatedProcesses();
} else {
eeInstancesManager.stopInstance("true");
}
if (bDebug) System.out.println("\nCurrently Running:" +
ProcessManager.getInstance().toString());
} catch (Exception e) {