16 cores are not being utilized out of 80 cores

Solution 1:

Not all programs can use multiple threads. php is one for example. If one php process needs a lot of CPU, only 1 CPU will max out. And the others will be idle.