High CPU Usage in php-fpm

hello,
i am using WordPress Nginx’s fastcgi-cache and have High CPU Usage in php-fpm
i have tracked the process
and all give me the same thing
gettimeofday({1399054255, 543565}, NULL) = 0
gettimeofday({1399054255, 543621}, NULL) = 0
gettimeofday({1399054255, 543678}, NULL) = 0
gettimeofday({1399054255, 543739}, NULL) = 0

and counting all the process doing the same thing
i have searched a lot for the last 5 days and i have tested all what can i do
i have changed themes disabled plugins
i have done new wordpress install but nothing
i have changed php-fpm config files to every thing possible

this is my config now
pm = dynamic
pm.max_children = 10
pm.start_servers = 4
pm.min_spare_servers = 2
pm.max_spare_servers = 6
pm.process_idle_timeout = 10s;
pm.max_requests = 200

i do not have visitors
even if i the only visitor the cpu spikes to 100% until the this process ended
gettimeofday( NULL) = 0
all day long
gettimeofday({1399054255, 547438}, NULL) = 0
gettimeofday({1399054255, 547564}, NULL) = 0
gettimeofday({1399054255, 547665}, NULL) = 0
gettimeofday({1399054255, 548304}, NULL) = 0
gettimeofday({1399054255, 548415}, NULL) = 0
gettimeofday({1399054255, 548517}, NULL) = 0

please help this is frustrating
thanks in advance

are there any one can help

are this Forum empty ?

Change process manage from dynamic to ondemamnd
For more info : https://github.com/rtCamp/easyengine/issues/184