I have 2 processor, quad core system and I see total 8 processors in my system. I wanted to share the total cpu performance to the 4 condor slot and I put the following two lines in my condor configuration.
SLOT_TYPE_1 = cpus=25% NUM_SLOTS_TYPE_1 = 4
When I checked the performance of the system with top command I see condor is only using the for 4 cores of the total system other 4 cores looks idle. Could you tell me what's wrong?