although it's high, it's quite common for a php-heavy website, for example a vBulletin forum. to reduce the CPU usage,
1. install opcode cache(APC, XCache or eAccelerator)
2. install memcached to cache mysql result
3. enable page cache
4. improve the php source code
....
PHP as an interpreted language usually has low efficiency CPU usage.