Hi!
This is just a guess, but it seems like this is a process imitating the actual kernel thread kauditd
, especially because kernel threads lack information like the uptime, cpu%, mem%, etc. Could you post the output of cat /proc/$pid/cmdline
and cat /proc/$pid/exe
for one of these kauditd0
processes (replace $pid
with an actual pid)?