Hello nasco.
From the timestamps it would appear that yes, these snapshots are likely part of the currently active disk-chain - this can be verified by looking at the chains parent-child info in each descriptor file and by looking at the .vmx (e.g. #cat VMname.vmx | grep vmdk or Right-click > Edit Settings > Hard Disk 1/2/etc. > look at the path which will be -000004.vmdk).
How much space is free on the LUN/datastore that this VM resides on? I ask as if this is full then consolidation may not be possible until you extend the space or free up a little bit (e.g. by powering-off the VM and freeing up the 8GB the .vswp uses).
If there is free space on the datastore (if not thin then check with #df -h ), then you would likely be able to make a consolidatable reference by removing the current .vmsd (the file that shows snapshot chain in snapshot manager), then taking another snapshot of the VM and then using 'Delete All' snapshots option.
Another option would be to check can this job be performed from the CLI:
# vim-cmd vmsvc/snapshot.removeall <VM-ID>
If these are not working and you have free space then you likely have locked files which is a different issue.
Last resort would be to either clone the VM or consolidate the snapshots+base-disk into one vmsk using vmkfstools -i.
Bob