The task_time_string() tapset function assumes task->{utime,stime} to be cputime (or jiffies), which leads to very wrong results being returned. Modern kernels already use nanoseconds for these two fields.
Not sure how to add a stap feature test for this kernel change.