[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] Docker universe error



Hi Christoph,

I've yet to try out the Docker universe.

My initial thought though is that perhaps the docker image itself is
being accounted for under memory usage.

i.e. your docker image running is > than the request memory.

Have you tried setting the request memory to something a lot higher like
3000M?

Cheers, Iain

On Fri, Jul 17, 2015 at 12:41:24PM +0200, Beyer, Christoph wrote:
> Hi,
> 
> I just upgraded my testbed to the fresh 8.3.6 release and everything looks really promising :) 
> 
> I tried the docker universe and everything works OK so far except my jobs do not run: 
> 
> [chbeyer@bm-test]/mnt/bshare/chbeyer% cat docker.submit
> universe                = docker
> docker_image            = centos:7
> executable              = /bin/cat
> arguments               = /etc/hosts
> should_transfer_files   = YES
> when_to_transfer_output = ON_EXIT
> output                  = out.$(Process)
> error                   = err.$(Process)
> log                     = log.$(Process)
> request_memory          = 1000M
> queue 1
> 
> results in: 
> 
> 000 (233.000.000) 07/17 10:54:55 Job submitted from host: <131.169.71.96:48006?addrs=131.169.71.96-48006>
> ...
> 001 (233.000.000) 07/17 10:54:56 Job executing on host: <131.169.71.99:34112?addrs=131.169.71.99-34112>
> ...
> 007 (233.000.000) 07/17 10:54:57 Shadow exception!
> 	Error from slot1@xxxxxxxxxxxxxxxx: Docker job exhaused 1024 Mb memory
> 	0  -  Run Bytes Sent By Job
> 	0  -  Run Bytes Received By Job
> ...
> 012 (233.000.000) 07/17 10:54:57 Job was held.
> 	Error from slot1@xxxxxxxxxxxxxxxx: Docker job exhaused 1024 Mb memory
> 	Code 34 Subcode 0
> 
> 
> Any hints someone ? 
> 
> cheers
>         ~christoph
> 
> 
> -- 
> /*   Christoph Beyer     |   Office: Building 2b / 23     *\
>  *   DESY                |    Phone: 040-8998-2317        *
>  *   - IT -              |      Fax: 040-8994-2317        *
> \*   22603 Hamburg       |     http://www.desy.de         */
> _______________________________________________
> HTCondor-users mailing list
> To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
> subject: Unsubscribe
> You can also unsubscribe by visiting
> https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users
> 
> The archives can be found at:
> https://lists.cs.wisc.edu/archive/htcondor-users/