Never run NTP on a guest OS.
Run NTP on the VMware server only.
On linux guests, add the following kernel argument in grub.conf:
"clocksource=pit"
For all vmx files on the VMware server, edit the following setting:
tools.synctime = "TRUE"
Finally, install vmware-tools and the guest clock will automatically sync with the VMware server.