SELECT CONCAT('KILL ',id,';') AS IDs FROM information_schema.processlist WHERE TIME >10 AND command = "sleep"