static void cleanKillIn1Second() { thread { sleepSeconds(1); cleanKill(); } }