It appears the plugin creates same cron job many times into WP Cron, thus causes massive CPU load.
The code should be checked to prevent creating multiple instances of the cron job, and remove ALL of them once the plugin is deactivated.