That's not a kernel panic, so if the machine did actually lock up, then that's the wrong thing to look at. The panic log file is located in /Library/Logs/panic.log.
The OP's log is a normal process crash log. And in this case it's for a zombie process. Zombies are processes that have been destroyed, but still have an entry in the kernel process table while waiting for their parent process to reap them (to obtain exit state). This is why the Command and PID are unknown and the only execution state is a register dump (where you would normally have a stack backtrace for each thread, a list of shared libs and the register dump).