PS : some more findings
ls -la /etc/pve/qemu-server/ gives you an idea, which vms are still running on this host
# still working
qm migrate <id> <target server>
ps ax blocks just before the stale VM, but you can still loop over the procfs to get process info, i.e.
for i in `ls /proc |egrep...