Because I see a lot of processes there, and the \"time\" column shows big values for all of them.
The following worked great for me:
echo "show processlist" | mysql | grep -v ^Id | awk '{print $1}' | xargs -i echo "KILL {}; | mysql"