Mike and me have managed to reproduce similarly looking 'top' output,
but it takes some effort: we had to deliberately run a non-TSC
sched_clock(), CONFIG_HZ=100, !CONFIG_NO_HZ and !CONFIG_HIGH_RES_TIMERS.
in that case 'top' accounting symptoms similar to the above are not due
to the scheduler starvation you suspected, but due the effect of a
low-resolution scheduler clock and a tightly coupled timer/scheduler
tick to it. I tried the very same workload on 2.6.22 (with the same
.config) and i saw similarly anomalous 'top' output. (Not only can one
create really anomalous CPU usage, one can completely hide tasks from
'top' output.)
if your test-box has a high-resolution sched_clock() [easily possible]
then please send us the lt.c and l.c code so that we can have a look.
Ingo
-