Due to the failed consolidation, the VM still has all 3 active snapshots and some of the .vmdk file have the "Unclean Shutdown" Bit set.
Since this Bit is usually not set without a good reason, I strongly recommend that you backup the VM's files before you proceed with the following commands.
To reset the "Unclean Shutdown" Bit, run the following commands in the VM's folder.
printf '\x00' | dd of="Virtual Disk-s001.vmdk" bs=1 seek=72 count=1 conv=notrunc
printf '\x00' | dd of="Virtual Disk-s004.vmdk" bs=1 seek=72 count=1 conv=notrunc
printf '\x00' | dd of="Virtual Disk-s007.vmdk" bs=1 seek=72 count=1 conv=notrunc
Please note that although I don't see any other metadata errors, this does not mean that there are no errors in the user data blocks.
If the VM works again after these modification, you may consider to delete the snapshots (assuming that you have sufficient free disk space).
André