I got a result from linux time command.
real 119m10.626s
user 133m0.952s
sys 20m32.155s
From the information I searched, it seems that user+sys should less than real, but it is not the case here.
Does somebody know why?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Multiple CPUs.
A multi-threaded application can run simultaneously on multiple CPU cores, (and thus accumulating CPU Time as multiples of real time)