your load is coming from mysqld, so you need to optimize your table index and SQL query.
Turn on slow query cache, check "msyqladmin processlist", extended status etc to find out where is the bottle neck.
Usually, a missing table index on a large table could cause big trouble.