As I understand,
rtime: It's the actual time taken to process the media utime: It shows the time spent in user-mode. It's cpu processing time.
For time, I have questions. What's the total length of the media? What time is showing after ffmpeg completed?
Here is the source code of it: https://github.com/ffmpeg/ffmpeg/blob/master/fftools/ffmpeg.c#L998