If containerd crashes while creating a container the shim process stays alive and is never cleaned up. Details are discussed in issue containerd/containerd#6860. This fixes the code to cleanup such shim processes on containerd restart. Signed-off-by: Amit Barve <ambarve@microsoft.com>