Returns the kernel-space time used by the children of this process.
impl Times { fn children_kernel_time(&self) -> Time }
Only the time used by children that have been reaped is counted.