What do the red negative numbers I'm seeing displayed in htop mean?

What do these mean?

Should I be worried?

link|improve this question

25% accept rate
feedback

1 Answer

It's probably just arithmetic overflow, and htop using a signed datatype where it should be unsigned. The column shows the accumulated CPU time for those processes.

You should not be worried.

(What is your uptime? Is it a VPS?)

link|improve this answer
EC2 instance. Uptime is 53 days, 23 hours. – David Eyk Mar 29 '11 at 20:12
Thing is, I have another instance that's been up 867 days, with a mysql process that's logged 389 hours, and never seen anything like this in htop. – David Eyk Mar 29 '11 at 20:14
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.