I'm having trouble reconciling the timings in the following log entries.  Could someone please explain?  Take the first example (concurrent mark).  The cpu time was ~ 25 seconds, elapsed time was ~ 43 seconds.  So how can "user" time be 283 seconds?  There are only 2 Parallel CMS threads.  I would think User time would be more along the lines of 50 seconds.  Obviously there is something that I'm misinterpreting.<br>

<br><br>Also, If cpu time is 25 seconds but elapsed time is 43 seconds, does that mean the CM spent 18 seconds doing something other than executing on CPU?  I'm wondering if some condition is extending the CM execution time because it cannot obtain adequate cpu resources.<br>
<br><br>Log excerpts:<br>2011-04-05T19:20:38.944-0400: 164034.340: [CMS-concurrent-mark: <a href="tel:25.221%2F43.448" value="+12522143448" target="_blank">25.221/43.448</a> secs] [Times: user=283.46 sys=8.05, real=43.44 secs]<br>
<br>2011-04-05T19:20:51.735-0400: 164047.131: [CMS-concurrent-preclean: 10.211/17.222 secs] [Times: user=72.78 sys=2.24, real=17.22 secs]<br>
<br><br><br>GC Threads:<br>"Gang worker#0 (Parallel GC Threads)" prio=10 tid=0x000000005f598000 nid=0x2ab5 runnable <br>"Gang worker#1 (Parallel GC Threads)" prio=10 tid=0x000000005f59a000 nid=0x2ab6 runnable <br>

"Gang worker#2 (Parallel GC Threads)" prio=10 tid=0x000000005f59c000 nid=0x2ab7 runnable <br>"Gang worker#3 (Parallel GC Threads)" prio=10 tid=0x000000005f59d800 nid=0x2ab8 runnable <br>"Gang worker#4 (Parallel GC Threads)" prio=10 tid=0x000000005f59f800 nid=0x2ab9 runnable <br>

"Gang worker#5 (Parallel GC Threads)" prio=10 tid=0x000000005f5a1800 nid=0x2aba runnable <br>"Gang worker#6 (Parallel GC Threads)" prio=10 tid=0x000000005f5a3000 nid=0x2abb runnable <br>"Gang worker#7 (Parallel GC Threads)" prio=10 tid=0x000000005f5a5000 nid=0x2abc runnable <br>

<br>"Concurrent Mark-Sweep GC Thread" prio=10 tid=0x000000005f698800 nid=0x2ac3 runnable <br>"Gang worker#0 (Parallel CMS Threads)" prio=10 tid=0x000000005f694800 nid=0x2ac1 runnable <br>"Gang worker#1 (Parallel CMS Threads)" prio=10 tid=0x000000005f696800 nid=0x2ac2 runnable <br>

<br><br>Thanks!<br>