Trace number 218262

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
galac 1? (TO) 1800.06 1808.01

General information on the benchmark

Namerandom/rand-3-20-20/
rand-3-20-20-60-632-3_ext.xml
MD5SUM250a171edffa100667b673ab21ba4e93
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark99.7118
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables20
Number of constraints59
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension59
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.09	c --- Preproc Stats ---
1.85	c start processing
1.85	c start relation processing
4.94	c start cnf exporting
19.58	c parsing time : 1.628
19.58	c preprocessing time : 19.356
19.58	
19.58	c Nary constraints - conflicts : 0 supports : 59
19.58	c Binary constraints - conflicts : 0 supports :0
19.58	c max arity constraint : 3
19.58	c Max Tuples generated 0
19.58	c relations : 59
19.58	c relations BDD: 59
19.58	c vars : 132171 - clauses :  421947
19.58	
19.61	 
19.61	c --- Minisat Stats ---
19.61	 

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node19/watcher-218262-1168251909 -o ROOT/results/node19/solver-218262-1168251909 -C 1800 -M 900 /tmp/evaluation/218262-1168251909/galac.sh /tmp/evaluation/218262-1168251909/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.94 1.99 1.99 5/98 15801
/proc/meminfo: memFree=1694184/2055920 swapFree=4171244/4192956
[pid=15800] ppid=15798 vsize=8560 CPUtime=0
/proc/15800/stat : 15800 (galac.sh) R 15798 15800 14430 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 173585536 8765440 253 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236753295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15800/statm: 2140 253 197 79 0 133 0

[startup+0.105674 s]
/proc/loadavg: 1.94 1.99 1.99 5/98 15801
/proc/meminfo: memFree=1694184/2055920 swapFree=4171244/4192956
[pid=15800] ppid=15798 vsize=47560 CPUtime=0.01
/proc/15800/stat : 15800 (galac.sh) S 15798 15800 14430 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 173585536 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15800/statm: 11890 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.514697 s]
/proc/loadavg: 1.94 1.99 1.99 5/98 15801
/proc/meminfo: memFree=1694184/2055920 swapFree=4171244/4192956
[pid=15800] ppid=15798 vsize=47560 CPUtime=0.01
/proc/15800/stat : 15800 (galac.sh) S 15798 15800 14430 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 173585536 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15800/statm: 11890 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.33586 s]
/proc/loadavg: 1.94 1.99 1.99 3/106 15821
/proc/meminfo: memFree=1623976/2055920 swapFree=4171244/4192956
[pid=15800] ppid=15798 vsize=47560 CPUtime=0.01
/proc/15800/stat : 15800 (galac.sh) S 15798 15800 14430 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 173585536 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15800/statm: 11890 364 246 79 0 218 0
[pid=15814] ppid=15800 vsize=861064 CPUtime=1.21
/proc/15814/stat : 15814 (java) R 15800 15800 14430 0 -1 0 21537 0 1 0 109 12 0 0 22 0 8 0 173585546 881729536 21290 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155769996 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15814/statm: 215266 21290 1966 14 0 201471 0
[pid=15814/tid=15815] ppid=15800 vsize=861064 CPUtime=0.05
/proc/15814/task/15815/stat : 15815 (java) S 15800 15800 14430 0 -1 64 5786 0 0 0 4 1 0 0 16 0 8 0 173585550 881729536 21290 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15814/tid=15816] ppid=15800 vsize=861064 CPUtime=0
/proc/15814/task/15816/stat : 15816 (java) S 15800 15800 14430 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173585550 881729536 21290 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15814/tid=15817] ppid=15800 vsize=861064 CPUtime=0
/proc/15814/task/15817/stat : 15817 (java) S 15800 15800 14430 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 173585550 881729536 21290 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15814/tid=15818] ppid=15800 vsize=861064 CPUtime=0
/proc/15814/task/15818/stat : 15818 (java) S 15800 15800 14430 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173585554 881729536 21290 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15814/tid=15819] ppid=15800 vsize=861064 CPUtime=0.12
/proc/15814/task/15819/stat : 15819 (java) S 15800 15800 14430 0 -1 64 894 0 0 0 12 0 0 0 16 0 8 0 173585554 881729536 21290 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15814/tid=15820] ppid=15800 vsize=861064 CPUtime=0
/proc/15814/task/15820/stat : 15820 (java) S 15800 15800 14430 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173585554 881729536 21290 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15814/tid=15821] ppid=15800 vsize=861064 CPUtime=0
/proc/15814/task/15821/stat : 15821 (java) S 15800 15800 14430 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173585554 881729536 21290 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 908624

[startup+2.98117 s]
/proc/loadavg: 1.94 1.99 1.99 3/106 15821
/proc/meminfo: memFree=1610984/2055920 swapFree=4171244/4192956
[pid=15800] ppid=15798 vsize=47560 CPUtime=0.01
/proc/15800/stat : 15800 (galac.sh) S 15798 15800 14430 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 173585536 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15800/statm: 11890 364 246 79 0 218 0
[pid=15814] ppid=15800 vsize=861064 CPUtime=2.84
/proc/15814/stat : 15814 (java) R 15800 15800 14430 0 -1 0 22820 0 1 0 271 13 0 0 25 0 8 0 173585546 881729536 22570 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073823540 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15814/statm: 215266 22570 1974 14 0 201471 0
[pid=15814/tid=15815] ppid=15800 vsize=861064 CPUtime=0.11
/proc/15814/task/15815/stat : 15815 (java) S 15800 15800 14430 0 -1 64 7020 0 0 0 9 2 0 0 17 0 8 0 173585550 881729536 22570 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15814/tid=15816] ppid=15800 vsize=861064 CPUtime=0
/proc/15814/task/15816/stat : 15816 (java) S 15800 15800 14430 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173585550 881729536 22570 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15814/tid=15817] ppid=15800 vsize=861064 CPUtime=0
/proc/15814/task/15817/stat : 15817 (java) S 15800 15800 14430 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 173585550 881729536 22570 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15814/tid=15818] ppid=15800 vsize=861064 CPUtime=0
/proc/15814/task/15818/stat : 15818 (java) S 15800 15800 14430 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173585554 881729536 22570 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15814/tid=15819] ppid=15800 vsize=861064 CPUtime=0.17
/proc/15814/task/15819/stat : 15819 (java) S 15800 15800 14430 0 -1 64 918 0 0 0 17 0 0 0 16 0 8 0 173585554 881729536 22570 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15814/tid=15820] ppid=15800 vsize=861064 CPUtime=0
/proc/15814/task/15820/stat : 15820 (java) S 15800 15800 14430 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173585554 881729536 22570 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15814/tid=15821] ppid=15800 vsize=861064 CPUtime=0
/proc/15814/task/15821/stat : 15821 (java) S 15800 15800 14430 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173585554 881729536 22570 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 908624

[startup+6.18177 s]
/proc/loadavg: 1.94 1.99 1.99 4/106 15821
/proc/meminfo: memFree=1563560/2055920 swapFree=4171244/4192956
[pid=15800] ppid=15798 vsize=47560 CPUtime=0.01
/proc/15800/stat : 15800 (galac.sh) S 15798 15800 14430 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 173585536 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15800/statm: 11890 364 246 79 0 218 0
[pid=15814] ppid=15800 vsize=861064 CPUtime=6.02
/proc/15814/stat : 15814 (java) R 15800 15800 14430 0 -1 0 35256 0 1 0 582 20 0 0 25 0 8 0 173585546 881729536 35004 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073658635 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15814/statm: 215266 35004 1994 14 0 201471 0
[pid=15814/tid=15815] ppid=15800 vsize=861064 CPUtime=0.74
/proc/15814/task/15815/stat : 15815 (java) S 15800 15800 14430 0 -1 64 19367 0 0 0 66 8 0 0 18 0 8 0 173585550 881729536 35004 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15814/tid=15816] ppid=15800 vsize=861064 CPUtime=0
/proc/15814/task/15816/stat : 15816 (java) S 15800 15800 14430 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173585550 881729536 35004 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15814/tid=15817] ppid=15800 vsize=861064 CPUtime=0
/proc/15814/task/15817/stat : 15817 (java) S 15800 15800 14430 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 173585550 881729536 35004 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15814/tid=15818] ppid=15800 vsize=861064 CPUtime=0
/proc/15814/task/15818/stat : 15818 (java) S 15800 15800 14430 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173585554 881729536 35004 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15814/tid=15819] ppid=15800 vsize=861064 CPUtime=0.25
/proc/15814/task/15819/stat : 15819 (java) S 15800 15800 14430 0 -1 64 965 0 0 0 24 1 0 0 15 0 8 0 173585554 881729536 35004 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15814/tid=15820] ppid=15800 vsize=861064 CPUtime=0
/proc/15814/task/15820/stat : 15820 (java) S 15800 15800 14430 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173585554 881729536 35004 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15814/tid=15821] ppid=15800 vsize=861064 CPUtime=0
/proc/15814/task/15821/stat : 15821 (java) S 15800 15800 14430 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173585554 881729536 35004 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 908624

[startup+12.664 s]
/proc/loadavg: 1.95 1.99 1.99 3/106 15821
/proc/meminfo: memFree=1552104/2055920 swapFree=4171244/4192956
[pid=15800] ppid=15798 vsize=47560 CPUtime=0.01
/proc/15800/stat : 15800 (galac.sh) S 15798 15800 14430 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 173585536 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15800/statm: 11890 364 246 79 0 218 0
[pid=15814] ppid=15800 vsize=861064 CPUtime=12.44
/proc/15814/stat : 15814 (java) R 15800 15800 14430 0 -1 0 36646 0 1 0 1221 23 0 0 25 0 8 0 173585546 881729536 36383 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4154545545 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15814/statm: 215266 36383 1994 14 0 201471 0
[pid=15814/tid=15815] ppid=15800 vsize=861064 CPUtime=0.78
/proc/15814/task/15815/stat : 15815 (java) S 15800 15800 14430 0 -1 64 20746 0 0 0 70 8 0 0 16 0 8 0 173585550 881729536 36383 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15814/tid=15816] ppid=15800 vsize=861064 CPUtime=0
/proc/15814/task/15816/stat : 15816 (java) S 15800 15800 14430 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173585550 881729536 36383 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15814/tid=15817] ppid=15800 vsize=861064 CPUtime=0
/proc/15814/task/15817/stat : 15817 (java) S 15800 15800 14430 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 173585550 881729536 36383 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15814/tid=15818] ppid=15800 vsize=861064 CPUtime=0
/proc/15814/task/15818/stat : 15818 (java) S 15800 15800 14430 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173585554 881729536 36383 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15814/tid=15819] ppid=15800 vsize=861064 CPUtime=0.25
/proc/15814/task/15819/stat : 15819 (java) S 15800 15800 14430 0 -1 64 965 0 0 0 24 1 0 0 15 0 8 0 173585554 881729536 36383 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15814/tid=15820] ppid=15800 vsize=861064 CPUtime=0
/proc/15814/task/15820/stat : 15820 (java) S 15800 15800 14430 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173585554 881729536 36383 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15814/tid=15821] ppid=15800 vsize=861064 CPUtime=0
/proc/15814/task/15821/stat : 15821 (java) S 15800 15800 14430 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173585554 881729536 36383 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 908624

[startup+25.5414 s]
/proc/loadavg: 1.96 1.99 1.99 3/99 15822
/proc/meminfo: memFree=1659680/2055920 swapFree=4171244/4192956
[pid=15800] ppid=15798 vsize=47560 CPUtime=19.32
/proc/15800/stat : 15800 (galac.sh) S 15798 15800 14430 0 -1 4194304 801 38370 0 1 0 0 1903 29 17 0 1 0 173585536 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15800/statm: 11890 364 246 79 0 218 0
[pid=15822] ppid=15800 vsize=28400 CPUtime=5.86
/proc/15822/stat : 15822 (minisat) R 15800 15800 14430 0 -1 4194304 6760 0 0 0 583 3 0 0 25 0 1 0 173587498 29081600 6742 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/15822/statm: 7100 6742 54 142 0 6956 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 75960

[startup+51.2403 s]
/proc/loadavg: 1.97 1.99 1.99 3/99 15822
/proc/meminfo: memFree=1655520/2055920 swapFree=4171244/4192956
[pid=15800] ppid=15798 vsize=47560 CPUtime=19.32
/proc/15800/stat : 15800 (galac.sh) S 15798 15800 14430 0 -1 4194304 801 38370 0 1 0 0 1903 29 17 0 1 0 173585536 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15800/statm: 11890 364 246 79 0 218 0
[pid=15822] ppid=15800 vsize=32660 CPUtime=31.32
/proc/15822/stat : 15822 (minisat) R 15800 15800 14430 0 -1 4194304 7818 0 0 0 3128 4 0 0 25 0 1 0 173587498 33443840 7800 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/15822/statm: 8165 7800 54 142 0 8021 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 80220

[startup+102.496 s]
/proc/loadavg: 1.99 1.99 1.99 3/99 15822
/proc/meminfo: memFree=1642592/2055920 swapFree=4171244/4192956
[pid=15800] ppid=15798 vsize=47560 CPUtime=19.32
/proc/15800/stat : 15800 (galac.sh) S 15798 15800 14430 0 -1 4194304 801 38370 0 1 0 0 1903 29 17 0 1 0 173585536 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15800/statm: 11890 364 246 79 0 218 0
[pid=15822] ppid=15800 vsize=45648 CPUtime=82.1
/proc/15822/stat : 15822 (minisat) R 15800 15800 14430 0 -1 4194304 11068 0 0 0 8202 8 0 0 25 0 1 0 173587498 46743552 11050 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/15822/statm: 11412 11050 54 142 0 11268 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 93208

[startup+162.565 s]
/proc/loadavg: 2.09 2.02 2.00 3/99 15822
/proc/meminfo: memFree=1577248/2055920 swapFree=4171244/4192956
[pid=15800] ppid=15798 vsize=47560 CPUtime=19.32
/proc/15800/stat : 15800 (galac.sh) S 15798 15800 14430 0 -1 4194304 801 38370 0 1 0 0 1903 29 17 0 1 0 173585536 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15800/statm: 11890 364 246 79 0 218 0
[pid=15822] ppid=15800 vsize=52340 CPUtime=141.46
/proc/15822/stat : 15822 (minisat) R 15800 15800 14430 0 -1 4194304 12733 0 0 0 14136 10 0 0 25 0 1 0 173587498 53596160 12715 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/15822/statm: 13085 12715 54 142 0 12941 0
Current children cumulated CPU time (s) 160.78
Current children cumulated vsize (KiB) 99900

[startup+222.634 s]
/proc/loadavg: 2.03 2.01 2.00 3/99 15822
/proc/meminfo: memFree=1571616/2055920 swapFree=4171244/4192956
[pid=15800] ppid=15798 vsize=47560 CPUtime=19.32
/proc/15800/stat : 15800 (galac.sh) S 15798 15800 14430 0 -1 4194304 801 38370 0 1 0 0 1903 29 17 0 1 0 173585536 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15800/statm: 11890 364 246 79 0 218 0
[pid=15822] ppid=15800 vsize=57912 CPUtime=200.96
/proc/15822/stat : 15822 (minisat) R 15800 15800 14430 0 -1 4194304 14124 0 0 0 20083 13 0 0 25 0 1 0 173587498 59301888 14106 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525835 0 0 4096 3 0 0 0 17 1 0 0
/proc/15822/statm: 14478 14106 54 142 0 14334 0
Current children cumulated CPU time (s) 220.28
Current children cumulated vsize (KiB) 105472

[startup+282.71 s]
/proc/loadavg: 2.01 2.01 2.00 3/99 15822

################
# More data... #
################

/proc/loadavg: 2.00 2.02 2.00 3/99 15822
/proc/meminfo: memFree=1391264/2055920 swapFree=4171244/4192956
[pid=15800] ppid=15798 vsize=47560 CPUtime=19.32
/proc/15800/stat : 15800 (galac.sh) S 15798 15800 14430 0 -1 4194304 801 38370 0 1 0 0 1903 29 17 0 1 0 173585536 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15800/statm: 11890 364 246 79 0 218 0
[pid=15822] ppid=15800 vsize=116692 CPUtime=1098.54
/proc/15822/stat : 15822 (minisat) R 15800 15800 14430 0 -1 4194304 28777 0 0 0 109817 37 0 0 25 0 1 0 173587498 119492608 28759 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/15822/statm: 29173 28759 54 142 0 29029 0
Current children cumulated CPU time (s) 1117.86
Current children cumulated vsize (KiB) 164252

[startup+1183.61 s]
/proc/loadavg: 2.07 2.03 2.00 3/99 15822
/proc/meminfo: memFree=1388000/2055920 swapFree=4171244/4192956
[pid=15800] ppid=15798 vsize=47560 CPUtime=19.32
/proc/15800/stat : 15800 (galac.sh) S 15798 15800 14430 0 -1 4194304 801 38370 0 1 0 0 1903 29 17 0 1 0 173585536 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15800/statm: 11890 364 246 79 0 218 0
[pid=15822] ppid=15800 vsize=120332 CPUtime=1158.46
/proc/15822/stat : 15822 (minisat) R 15800 15800 14430 0 -1 4194304 29574 0 0 0 115808 38 0 0 25 0 1 0 173587498 123219968 29556 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/15822/statm: 30083 29556 54 142 0 29939 0
Current children cumulated CPU time (s) 1177.78
Current children cumulated vsize (KiB) 167892

[startup+1243.68 s]
/proc/loadavg: 2.06 2.04 2.00 3/99 15822
/proc/meminfo: memFree=1385248/2055920 swapFree=4171244/4192956
[pid=15800] ppid=15798 vsize=47560 CPUtime=19.32
/proc/15800/stat : 15800 (galac.sh) S 15798 15800 14430 0 -1 4194304 801 38370 0 1 0 0 1903 29 17 0 1 0 173585536 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15800/statm: 11890 364 246 79 0 218 0
[pid=15822] ppid=15800 vsize=122976 CPUtime=1218.49
/proc/15822/stat : 15822 (minisat) R 15800 15800 14430 0 -1 4194304 30228 0 0 0 121810 39 0 0 25 0 1 0 173587498 125927424 30210 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/15822/statm: 30744 30210 54 142 0 30600 0
Current children cumulated CPU time (s) 1237.81
Current children cumulated vsize (KiB) 170536

[startup+1303.76 s]
/proc/loadavg: 2.02 2.03 2.00 3/99 15822
/proc/meminfo: memFree=1382304/2055920 swapFree=4171244/4192956
[pid=15800] ppid=15798 vsize=47560 CPUtime=19.32
/proc/15800/stat : 15800 (galac.sh) S 15798 15800 14430 0 -1 4194304 801 38370 0 1 0 0 1903 29 17 0 1 0 173585536 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15800/statm: 11890 364 246 79 0 218 0
[pid=15822] ppid=15800 vsize=125776 CPUtime=1278.48
/proc/15822/stat : 15822 (minisat) R 15800 15800 14430 0 -1 4194304 30957 0 0 0 127808 40 0 0 25 0 1 0 173587498 128794624 30939 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134527315 0 0 4096 3 0 0 0 17 0 0 0
/proc/15822/statm: 31444 30939 54 142 0 31300 0
Current children cumulated CPU time (s) 1297.8
Current children cumulated vsize (KiB) 173336

[startup+1363.84 s]
/proc/loadavg: 2.08 2.05 2.01 3/99 15822
/proc/meminfo: memFree=1353248/2055920 swapFree=4171244/4192956
[pid=15800] ppid=15798 vsize=47560 CPUtime=19.32
/proc/15800/stat : 15800 (galac.sh) S 15798 15800 14430 0 -1 4194304 801 38370 0 1 0 0 1903 29 17 0 1 0 173585536 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15800/statm: 11890 364 246 79 0 218 0
[pid=15822] ppid=15800 vsize=128988 CPUtime=1338.49
/proc/15822/stat : 15822 (minisat) R 15800 15800 14430 0 -1 4194304 31729 0 0 0 133808 41 0 0 25 0 1 0 173587498 132083712 31711 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/15822/statm: 32247 31711 54 142 0 32103 0
Current children cumulated CPU time (s) 1357.81
Current children cumulated vsize (KiB) 176548

[startup+1423.92 s]
/proc/loadavg: 2.03 2.04 2.00 3/99 15822
/proc/meminfo: memFree=1350752/2055920 swapFree=4171244/4192956
[pid=15800] ppid=15798 vsize=47560 CPUtime=19.32
/proc/15800/stat : 15800 (galac.sh) S 15798 15800 14430 0 -1 4194304 801 38370 0 1 0 0 1903 29 17 0 1 0 173585536 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15800/statm: 11890 364 246 79 0 218 0
[pid=15822] ppid=15800 vsize=131344 CPUtime=1398.51
/proc/15822/stat : 15822 (minisat) R 15800 15800 14430 0 -1 4194304 32352 0 0 0 139809 42 0 0 25 0 1 0 173587498 134496256 32334 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 0 0 0
/proc/15822/statm: 32836 32334 54 142 0 32692 0
Current children cumulated CPU time (s) 1417.83
Current children cumulated vsize (KiB) 178904

[startup+1484 s]
/proc/loadavg: 2.01 2.03 2.00 3/99 15822
/proc/meminfo: memFree=1348128/2055920 swapFree=4171244/4192956
[pid=15800] ppid=15798 vsize=47560 CPUtime=19.32
/proc/15800/stat : 15800 (galac.sh) S 15798 15800 14430 0 -1 4194304 801 38370 0 1 0 0 1903 29 17 0 1 0 173585536 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15800/statm: 11890 364 246 79 0 218 0
[pid=15822] ppid=15800 vsize=133996 CPUtime=1458.53
/proc/15822/stat : 15822 (minisat) R 15800 15800 14430 0 -1 4194304 32990 0 0 0 145809 44 0 0 25 0 1 0 173587498 137211904 32972 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/15822/statm: 33499 32972 54 142 0 33355 0
Current children cumulated CPU time (s) 1477.85
Current children cumulated vsize (KiB) 181556

[startup+1544.03 s]
/proc/loadavg: 2.08 2.05 2.01 3/99 15822
/proc/meminfo: memFree=1345760/2055920 swapFree=4171244/4192956
[pid=15800] ppid=15798 vsize=47560 CPUtime=19.32
/proc/15800/stat : 15800 (galac.sh) S 15798 15800 14430 0 -1 4194304 801 38370 0 1 0 0 1903 29 17 0 1 0 173585536 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15800/statm: 11890 364 246 79 0 218 0
[pid=15822] ppid=15800 vsize=136248 CPUtime=1518.49
/proc/15822/stat : 15822 (minisat) R 15800 15800 14430 0 -1 4194304 33560 0 0 0 151804 45 0 0 25 0 1 0 173587498 139517952 33542 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/15822/statm: 34062 33542 54 142 0 33918 0
Current children cumulated CPU time (s) 1537.81
Current children cumulated vsize (KiB) 183808

[startup+1604.05 s]
/proc/loadavg: 2.03 2.04 2.00 3/99 15822
/proc/meminfo: memFree=1316512/2055920 swapFree=4171244/4192956
[pid=15800] ppid=15798 vsize=47560 CPUtime=19.32
/proc/15800/stat : 15800 (galac.sh) S 15798 15800 14430 0 -1 4194304 801 38370 0 1 0 0 1903 29 17 0 1 0 173585536 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15800/statm: 11890 364 246 79 0 218 0
[pid=15822] ppid=15800 vsize=138916 CPUtime=1578.15
/proc/15822/stat : 15822 (minisat) R 15800 15800 14430 0 -1 4194304 34200 0 0 0 157768 47 0 0 25 0 1 0 173587498 142249984 34182 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525943 0 0 4096 3 0 0 0 17 1 0 0
/proc/15822/statm: 34729 34182 54 142 0 34585 0
Current children cumulated CPU time (s) 1597.47
Current children cumulated vsize (KiB) 186476

[startup+1664.13 s]
/proc/loadavg: 2.01 2.03 2.00 4/99 15822
/proc/meminfo: memFree=1313824/2055920 swapFree=4171244/4192956
[pid=15800] ppid=15798 vsize=47560 CPUtime=19.32
/proc/15800/stat : 15800 (galac.sh) S 15798 15800 14430 0 -1 4194304 801 38370 0 1 0 0 1903 29 17 0 1 0 173585536 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15800/statm: 11890 364 246 79 0 218 0
[pid=15822] ppid=15800 vsize=141504 CPUtime=1637.66
/proc/15822/stat : 15822 (minisat) R 15800 15800 14430 0 -1 4194304 34842 0 0 0 163718 48 0 0 25 0 1 0 173587498 144900096 34824 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520029 0 0 4096 3 0 0 0 17 1 0 0
/proc/15822/statm: 35376 34824 54 142 0 35232 0
Current children cumulated CPU time (s) 1656.98
Current children cumulated vsize (KiB) 189064

[startup+1724.23 s]
/proc/loadavg: 1.89 1.99 1.99 3/88 15888
/proc/meminfo: memFree=1675392/2055920 swapFree=4171244/4192956
[pid=15800] ppid=15798 vsize=47560 CPUtime=19.32
/proc/15800/stat : 15800 (galac.sh) S 15798 15800 14430 0 -1 4194304 801 38370 0 1 0 0 1903 29 17 0 1 0 173585536 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15800/statm: 11890 364 246 79 0 218 0
[pid=15822] ppid=15800 vsize=143968 CPUtime=1697.36
/proc/15822/stat : 15822 (minisat) R 15800 15800 14430 0 -1 4194304 35470 0 0 0 169685 51 0 0 25 0 1 0 173587498 147423232 35452 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/15822/statm: 35992 35452 54 142 0 35848 0
Current children cumulated CPU time (s) 1716.68
Current children cumulated vsize (KiB) 191528

[startup+1784.28 s]
/proc/loadavg: 1.96 1.99 1.99 3/88 15888
/proc/meminfo: memFree=1672064/2055920 swapFree=4171244/4192956
[pid=15800] ppid=15798 vsize=47560 CPUtime=19.32
/proc/15800/stat : 15800 (galac.sh) S 15798 15800 14430 0 -1 4194304 801 38370 0 1 0 0 1903 29 17 0 1 0 173585536 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15800/statm: 11890 364 246 79 0 218 0
[pid=15822] ppid=15800 vsize=147368 CPUtime=1757.14
/proc/15822/stat : 15822 (minisat) R 15800 15800 14430 0 -1 4194304 36303 0 0 0 175662 52 0 0 25 0 1 0 173587498 150904832 36285 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529414 0 0 4096 3 0 0 0 17 0 0 0
/proc/15822/statm: 36842 36285 54 142 0 36698 0
Current children cumulated CPU time (s) 1776.46
Current children cumulated vsize (KiB) 194928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.99 s]
/proc/loadavg: 1.97 1.99 1.99 3/88 15888
/proc/meminfo: memFree=1671104/2055920 swapFree=4171244/4192956
[pid=15800] ppid=15798 vsize=47560 CPUtime=19.32
/proc/15800/stat : 15800 (galac.sh) S 15798 15800 14430 0 -1 4194304 801 38370 0 1 0 0 1903 29 17 0 1 0 173585536 48701440 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15800/statm: 11890 364 246 79 0 218 0
[pid=15822] ppid=15800 vsize=148292 CPUtime=1780.74
/proc/15822/stat : 15822 (minisat) R 15800 15800 14430 0 -1 4194304 36536 0 0 0 178021 53 0 0 25 0 1 0 173587498 151851008 36518 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/15822/statm: 37073 36518 54 142 0 36929 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 195852

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 15800 and gives childrusage.ru_utime.tv_sec=19 childrusage.ru_utime.tv_usec=41105 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=299954
CPU time returned by wait4() is 19.3411
while last known CPU time is 1800.06

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 1808.01
CPU time (s): 1800.06
CPU user time (s): 1799.24
CPU system time (s): 0.82
CPU usage (%): 99.5605
Max. virtual memory (cumulated for all children) (KiB): 908624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.0411
system time used= 0.299954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39171
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1521
involuntary context switches= 2083

runsolver used 2.02569 s user time and 6.48001 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Mon Jan  8 10:25:09 UTC 2007


IDJOB= 218262
IDBENCH= 5218
FILE ID= node19/218262-1168251909

PBS_JOBID= 3481640

Free space on /tmp= 66316 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-20-20/rand-3-20-20-60-632-3_ext.xml
COMMAND LINE= /tmp/evaluation/218262-1168251909/galac.sh /tmp/evaluation/218262-1168251909/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-218262-1168251909 -o ROOT/results/node19/solver-218262-1168251909 -C 1800 -M 900  /tmp/evaluation/218262-1168251909/galac.sh /tmp/evaluation/218262-1168251909/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  250a171edffa100667b673ab21ba4e93

RANDOM SEED= 896115889

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.260
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.260
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1694792 kB
Buffers:         32032 kB
Cached:          86516 kB
SwapCached:       9904 kB
Active:         249460 kB
Inactive:        55008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1694792 kB
SwapTotal:     4192956 kB
SwapFree:      4171244 kB
Dirty:            4196 kB
Writeback:           0 kB
Mapped:         205268 kB
Slab:            41024 kB
Committed_AS:  5186516 kB
PageTables:       2712 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66310 MiB



End job on node19 on Mon Jan  8 10:55:18 UTC 2007