PVS 7.6: High CPU Utilization.
Download Procdump on all PVS Servers after downloading it from https://technet.microsoft.com/en-us/sysinternals/dd996900.aspx.
Run the following command on all PVS Servers:
procdump -ma -e StreamProcess.exe -c 90 -s 10 -n 5
The above command would monitor the StreamProcess.exe till CPU spikes 90% for 10 seconds and it would take a full dump at least for 5 iterations.