public static FreezeTimeOut freezeTimeOut() {
Interpreter interpreter = Interpreter.mySelf();
interpreter.timeOutTimer.stop();
FreezeTimeOut ft = new FreezeTimeOut(0, interpreter.timeOutCheck);
if (interpreter.timeOutCheck) {
interpreter.timeOutCheck = false;
long now_to = System.currentTimeMillis();
long end_to = interpreter.deadlockTime;
long reste = end_to - now_to;