looks like your server's bottle-neck is mysql database: 292.3% CPU
to verify this, you can put a phpinfo.php page under a slow site's document root, when you feel the site slow, access phpinfo.php, see if it's fast. this is because phpinfo.php has no access to database; if phpinfo.php is fast...