First, try a larger snapshot size for /etc/vzdump.conf
size: 3072Second, what are you using for your I/O scheduler? I bet you're using the default one which performs incredibly poorly for me.
See which scheduler you're currently using:
cat /sys/block/sda/queue/scheduler
Try deadline, it works...