Huge CPU Time for qemu-kvm process

Hello all,

KVM Qemu is running under CentOs 6.2.
I have 15 VMs running under my KVM host.

All VMs are running correctly but I seen a strange value under TIME using top command :

top - 14:27:16 up 529 days,  6:18,  1 user,  load average: 0.88, 0.83, 0.78
Tasks: 465 total,   4 running, 461 sleeping,   0 stopped,   0 zombie
Cpu(s):  6.7%us,  8.3%sy,  0.0%ni, 84.7%id,  0.4%wa,  0.0%hi,  0.0%si,  0.0%st
Mem:  22539520k total, 21715688k used,   823832k free, 10726940k buffers
Swap:  4095992k total,  2679560k used,  1416432k free,   165916k cached

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+    TIME COMMAND                                                                         
20683 qemu      20   0  864m 452m  692 S 10.6  2.1  5125784h 30510w qemu-kvm                                                                         
29187 qemu      20   0 1437m 911m 1084 S 12.9  4.1  5125506h 30508w qemu-kvm                                                                         
21471 qemu      20   0  884m 432m  664 S 10.9  2.0  93028:58  1550h qemu-kvm                                                                         
19941 qemu      20   0  863m 507m  688 S 10.3  2.3  89913:14  1498h qemu-kvm                                                                         
 4915 qemu      20   0  859m 436m  664 S 10.9  2.0  84500:48  1408h qemu-kvm                                                                         
 4782 qemu      20   0  864m 459m  664 R  9.9  2.1  83754:56  1395h qemu-kvm                                                                         
18424 qemu      20   0  862m 436m  688 S 11.3  2.0  81962:34  1366h qemu-kvm               

Take a look at time field for PID 20683 and 29187.

I don’t know why the time is very high.
Currently, the only way I found to fix this issue is to reboot the VM. The problem is this appear time to time and I would like to fix it permanently.

Do you have any idea to fix this ?

If you need more information, please tell me. I’m a novice in KVM Qemu.

Thanks in advance for your help.

Regards,

Mamatov