I encounter the same issue on fedora 31. Note that with strace, I see the following:
$ sudo strace -c -p 1150194
strace: Process 1150194 attached
^Cstrace: Process 1150194 detached
% time seconds usecs/call calls errors syscall
------ ----------- ----------- --------- --------- ------------------
99.48 8.890765 8890765 1 1 restart_syscall
0.44 0.039688 409 97 3 futex
0.06 0.005735 12 468 read
So it is spending a lot of time in restart_syscall.