Hi,
When running jobs with the docker universe, I always get the following error message:
12/06/21 15:26:24 (pid:3819363) Create_Process succeeded, pid=381936512/06/21 15:26:24 (pid:3819363) Suspending all jobs.12/06/21 15:26:24 (pid:3819363) DockerProc::Suspend() container 'HTCJob50126_0_slot1_1_PID3819363'
Hi:
It looks like condor is trying to suspect the docker job immediately after starting it. Is this intentional in your pool -- suspend means that the job is still using the slot, but has effectively been sent SIGSTOP, so that it isn't using any cpu.
-greg