Currently the package reports cumulative system + user cpu usage time as process_cpu_seconds_total. However, rusage provides separate values for system and user usage and we can report them in addition to the total seconds as e.g. process_cpu_seconds_system and process_cpu_seconds_user.