Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[HTCondor-users] Docker universe error
- Date: Fri, 17 Jul 2015 12:41:24 +0200 (CEST)
- From: "Beyer, Christoph" <christoph.beyer@xxxxxxx>
- Subject: [HTCondor-users] Docker universe error
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 */