CPU utilization too high

Hi, I set num_workers=8 in dataloader, but I use top to check the CPU usage and found that only one CPU worker’s utilization is high(500%), the others is quite low(20%).
How can I balance the CPU usage?