Trace number 218157

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.08 1810.89

General information on the benchmark

Namerandom/rand-3-20-20/
rand-3-20-20-60-632-49_ext.xml
MD5SUMab6c75a4330ebc652c45903e8fdc50be
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark28.2947
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables20
Number of constraints57
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension57
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
1.71	c start processing
1.71	c start relation processing
4.78	c start cnf exporting
18.52	c parsing time : 1.548
18.52	c preprocessing time : 18.357
18.52	
18.52	c Nary constraints - conflicts : 0 supports : 57
18.52	c Binary constraints - conflicts : 0 supports :0
18.52	c max arity constraint : 3
18.52	c Max Tuples generated 0
18.52	c relations : 57
18.52	c relations BDD: 57
18.52	c vars : 125056 - clauses :  399788
18.52	
18.58	 
18.58	c --- Minisat Stats ---
18.58	 

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/node14/watcher-218157-1168251337 -o ROOT/results/node14/solver-218157-1168251337 -C 1800 -M 900 /tmp/evaluation/218157-1168251337/galac.sh /tmp/evaluation/218157-1168251337/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.97 2.02 2.00 5/95 20632
/proc/meminfo: memFree=1300416/2055920 swapFree=4182236/4192956
[pid=20631] ppid=20629 vsize=8560 CPUtime=0
/proc/20631/stat : 20631 (galac.sh) R 20629 20631 20325 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 173528624 8765440 253 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234651535 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20631/statm: 2140 253 197 79 0 133 0

[startup+0.10618 s]
/proc/loadavg: 1.97 2.02 2.00 5/95 20632
/proc/meminfo: memFree=1300416/2055920 swapFree=4182236/4192956
[pid=20631] ppid=20629 vsize=47552 CPUtime=0.01
/proc/20631/stat : 20631 (galac.sh) S 20629 20631 20325 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 173528624 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20631/statm: 11888 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.514215 s]
/proc/loadavg: 1.97 2.02 2.00 5/95 20632
/proc/meminfo: memFree=1300416/2055920 swapFree=4182236/4192956
[pid=20631] ppid=20629 vsize=47552 CPUtime=0.01
/proc/20631/stat : 20631 (galac.sh) S 20629 20631 20325 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 173528624 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20631/statm: 11888 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+1.3353 s]
/proc/loadavg: 1.97 2.02 2.00 3/103 20652
/proc/meminfo: memFree=1222208/2055920 swapFree=4182236/4192956
[pid=20631] ppid=20629 vsize=47552 CPUtime=0.01
/proc/20631/stat : 20631 (galac.sh) S 20629 20631 20325 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 173528624 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20631/statm: 11888 363 245 79 0 218 0
[pid=20645] ppid=20631 vsize=861064 CPUtime=1.27
/proc/20645/stat : 20645 (java) R 20631 20631 20325 0 -1 0 21540 0 1 0 115 12 0 0 23 0 8 0 173528628 881729536 21293 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073656712 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20645/statm: 215266 21293 1965 14 0 201471 0
[pid=20645/tid=20646] ppid=20631 vsize=861064 CPUtime=0.05
/proc/20645/task/20646/stat : 20646 (java) S 20631 20631 20325 0 -1 64 5790 0 0 0 3 2 0 0 16 0 8 0 173528632 881729536 21293 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20645/tid=20647] ppid=20631 vsize=861064 CPUtime=0
/proc/20645/task/20647/stat : 20647 (java) S 20631 20631 20325 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173528632 881729536 21293 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20645/tid=20648] ppid=20631 vsize=861064 CPUtime=0
/proc/20645/task/20648/stat : 20648 (java) S 20631 20631 20325 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 173528632 881729536 21293 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20645/tid=20649] ppid=20631 vsize=861064 CPUtime=0
/proc/20645/task/20649/stat : 20649 (java) S 20631 20631 20325 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173528636 881729536 21293 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20645/tid=20650] ppid=20631 vsize=861064 CPUtime=0.13
/proc/20645/task/20650/stat : 20650 (java) S 20631 20631 20325 0 -1 64 894 0 0 0 13 0 0 0 16 0 8 0 173528636 881729536 21293 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20645/tid=20651] ppid=20631 vsize=861064 CPUtime=0
/proc/20645/task/20651/stat : 20651 (java) S 20631 20631 20325 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 173528636 881729536 21293 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20645/tid=20652] ppid=20631 vsize=861064 CPUtime=0
/proc/20645/task/20652/stat : 20652 (java) S 20631 20631 20325 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173528636 881729536 21293 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 908616

[startup+2.97445 s]
/proc/loadavg: 1.97 2.02 2.00 3/103 20652
/proc/meminfo: memFree=1216960/2055920 swapFree=4182236/4192956
[pid=20631] ppid=20629 vsize=47552 CPUtime=0.01
/proc/20631/stat : 20631 (galac.sh) S 20629 20631 20325 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 173528624 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20631/statm: 11888 363 245 79 0 218 0
[pid=20645] ppid=20631 vsize=861064 CPUtime=2.9
/proc/20645/stat : 20645 (java) R 20631 20631 20325 0 -1 0 22814 0 1 0 277 13 0 0 25 0 8 0 173528628 881729536 22564 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073830991 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20645/statm: 215266 22564 1973 14 0 201471 0
[pid=20645/tid=20646] ppid=20631 vsize=861064 CPUtime=0.11
/proc/20645/task/20646/stat : 20646 (java) S 20631 20631 20325 0 -1 64 7015 0 0 0 8 3 0 0 17 0 8 0 173528632 881729536 22564 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20645/tid=20647] ppid=20631 vsize=861064 CPUtime=0
/proc/20645/task/20647/stat : 20647 (java) S 20631 20631 20325 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173528632 881729536 22564 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20645/tid=20648] ppid=20631 vsize=861064 CPUtime=0
/proc/20645/task/20648/stat : 20648 (java) S 20631 20631 20325 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 173528632 881729536 22564 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20645/tid=20649] ppid=20631 vsize=861064 CPUtime=0
/proc/20645/task/20649/stat : 20649 (java) S 20631 20631 20325 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173528636 881729536 22564 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20645/tid=20650] ppid=20631 vsize=861064 CPUtime=0.18
/proc/20645/task/20650/stat : 20650 (java) S 20631 20631 20325 0 -1 64 918 0 0 0 17 1 0 0 16 0 8 0 173528636 881729536 22564 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20645/tid=20651] ppid=20631 vsize=861064 CPUtime=0
/proc/20645/task/20651/stat : 20651 (java) S 20631 20631 20325 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 173528636 881729536 22564 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20645/tid=20652] ppid=20631 vsize=861064 CPUtime=0
/proc/20645/task/20652/stat : 20652 (java) S 20631 20631 20325 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173528636 881729536 22564 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 908616

[startup+6.18275 s]
/proc/loadavg: 2.05 2.03 2.00 3/103 20652
/proc/meminfo: memFree=1170048/2055920 swapFree=4182236/4192956
[pid=20631] ppid=20629 vsize=47552 CPUtime=0.01
/proc/20631/stat : 20631 (galac.sh) S 20629 20631 20325 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 173528624 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20631/statm: 11888 363 245 79 0 218 0
[pid=20645] ppid=20631 vsize=861064 CPUtime=6.07
/proc/20645/stat : 20645 (java) R 20631 20631 20325 0 -1 0 34476 0 1 0 586 21 0 0 25 0 8 0 173528628 881729536 34223 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073904804 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20645/statm: 215266 34223 1993 14 0 201471 0
[pid=20645/tid=20646] ppid=20631 vsize=861064 CPUtime=0.72
/proc/20645/task/20646/stat : 20646 (java) S 20631 20631 20325 0 -1 64 18587 0 0 0 62 10 0 0 17 0 8 0 173528632 881729536 34223 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20645/tid=20647] ppid=20631 vsize=861064 CPUtime=0
/proc/20645/task/20647/stat : 20647 (java) S 20631 20631 20325 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 173528632 881729536 34223 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20645/tid=20648] ppid=20631 vsize=861064 CPUtime=0
/proc/20645/task/20648/stat : 20648 (java) S 20631 20631 20325 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 173528632 881729536 34223 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20645/tid=20649] ppid=20631 vsize=861064 CPUtime=0
/proc/20645/task/20649/stat : 20649 (java) S 20631 20631 20325 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173528636 881729536 34223 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20645/tid=20650] ppid=20631 vsize=861064 CPUtime=0.25
/proc/20645/task/20650/stat : 20650 (java) S 20631 20631 20325 0 -1 64 965 0 0 0 24 1 0 0 16 0 8 0 173528636 881729536 34223 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20645/tid=20651] ppid=20631 vsize=861064 CPUtime=0
/proc/20645/task/20651/stat : 20651 (java) S 20631 20631 20325 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 173528636 881729536 34223 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20645/tid=20652] ppid=20631 vsize=861064 CPUtime=0
/proc/20645/task/20652/stat : 20652 (java) S 20631 20631 20325 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173528636 881729536 34223 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 908616

[startup+12.6684 s]
/proc/loadavg: 2.05 2.03 2.00 3/103 20652
/proc/meminfo: memFree=1161224/2055920 swapFree=4182236/4192956
[pid=20631] ppid=20629 vsize=47552 CPUtime=0.01
/proc/20631/stat : 20631 (galac.sh) S 20629 20631 20325 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 173528624 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20631/statm: 11888 363 245 79 0 218 0
[pid=20645] ppid=20631 vsize=861064 CPUtime=12.49
/proc/20645/stat : 20645 (java) R 20631 20631 20325 0 -1 0 35866 0 1 0 1225 24 0 0 25 0 8 0 173528628 881729536 35602 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073908993 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20645/statm: 215266 35602 1993 14 0 201471 0
[pid=20645/tid=20646] ppid=20631 vsize=861064 CPUtime=0.76
/proc/20645/task/20646/stat : 20646 (java) S 20631 20631 20325 0 -1 64 19966 0 0 0 66 10 0 0 16 0 8 0 173528632 881729536 35602 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20645/tid=20647] ppid=20631 vsize=861064 CPUtime=0
/proc/20645/task/20647/stat : 20647 (java) S 20631 20631 20325 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 173528632 881729536 35602 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20645/tid=20648] ppid=20631 vsize=861064 CPUtime=0
/proc/20645/task/20648/stat : 20648 (java) S 20631 20631 20325 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 173528632 881729536 35602 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20645/tid=20649] ppid=20631 vsize=861064 CPUtime=0
/proc/20645/task/20649/stat : 20649 (java) S 20631 20631 20325 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173528636 881729536 35602 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20645/tid=20650] ppid=20631 vsize=861064 CPUtime=0.25
/proc/20645/task/20650/stat : 20650 (java) S 20631 20631 20325 0 -1 64 965 0 0 0 24 1 0 0 16 0 8 0 173528636 881729536 35602 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20645/tid=20651] ppid=20631 vsize=861064 CPUtime=0
/proc/20645/task/20651/stat : 20651 (java) S 20631 20631 20325 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 173528636 881729536 35602 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20645/tid=20652] ppid=20631 vsize=861064 CPUtime=0
/proc/20645/task/20652/stat : 20652 (java) S 20631 20631 20325 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173528636 881729536 35602 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 908616

[startup+25.5366 s]
/proc/loadavg: 2.04 2.03 2.00 3/96 20653
/proc/meminfo: memFree=1267264/2055920 swapFree=4182236/4192956
[pid=20631] ppid=20629 vsize=47552 CPUtime=18.35
/proc/20631/stat : 20631 (galac.sh) S 20629 20631 20325 0 -1 4194304 799 37588 0 1 0 0 1804 31 17 0 1 0 173528624 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20631/statm: 11888 363 245 79 0 218 0
[pid=20653] ppid=20631 vsize=27684 CPUtime=6.88
/proc/20653/stat : 20653 (minisat) R 20631 20631 20325 0 -1 4194304 6461 0 0 0 684 4 0 0 25 0 1 0 173530482 28348416 6443 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/20653/statm: 6921 6443 54 142 0 6777 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 75236

[startup+51.227 s]
/proc/loadavg: 2.02 2.03 2.00 3/96 20653
/proc/meminfo: memFree=1264448/2055920 swapFree=4182236/4192956
[pid=20631] ppid=20629 vsize=47552 CPUtime=18.35
/proc/20631/stat : 20631 (galac.sh) S 20629 20631 20325 0 -1 4194304 799 37588 0 1 0 0 1804 31 17 0 1 0 173528624 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20631/statm: 11888 363 245 79 0 218 0
[pid=20653] ppid=20631 vsize=30668 CPUtime=32.33
/proc/20653/stat : 20653 (minisat) R 20631 20631 20325 0 -1 4194304 7196 0 0 0 3228 5 0 0 25 0 1 0 173530482 31404032 7178 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/20653/statm: 7667 7178 54 142 0 7523 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 78220

[startup+102.524 s]
/proc/loadavg: 2.01 2.02 2.00 3/96 20653
/proc/meminfo: memFree=1255168/2055920 swapFree=4182236/4192956
[pid=20631] ppid=20629 vsize=47552 CPUtime=18.35
/proc/20631/stat : 20631 (galac.sh) S 20629 20631 20325 0 -1 4194304 799 37588 0 1 0 0 1804 31 17 0 1 0 173528624 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20631/statm: 11888 363 245 79 0 218 0
[pid=20653] ppid=20631 vsize=40020 CPUtime=83.16
/proc/20653/stat : 20653 (minisat) R 20631 20631 20325 0 -1 4194304 9548 0 0 0 8307 9 0 0 25 0 1 0 173530482 40980480 9530 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/20653/statm: 10005 9530 54 142 0 9861 0
Current children cumulated CPU time (s) 101.51
Current children cumulated vsize (KiB) 87572

[startup+162.524 s]
/proc/loadavg: 2.00 2.02 2.00 3/96 20653
/proc/meminfo: memFree=1246656/2055920 swapFree=4182236/4192956
[pid=20631] ppid=20629 vsize=47552 CPUtime=18.35
/proc/20631/stat : 20631 (galac.sh) S 20629 20631 20325 0 -1 4194304 799 37588 0 1 0 0 1804 31 17 0 1 0 173528624 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20631/statm: 11888 363 245 79 0 218 0
[pid=20653] ppid=20631 vsize=48416 CPUtime=142.61
/proc/20653/stat : 20653 (minisat) R 20631 20631 20325 0 -1 4194304 11639 0 0 0 14249 12 0 0 25 0 1 0 173530482 49577984 11621 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529274 0 0 4096 3 0 0 0 17 1 0 0
/proc/20653/statm: 12104 11621 54 142 0 11960 0
Current children cumulated CPU time (s) 160.96
Current children cumulated vsize (KiB) 95968

[startup+222.532 s]
/proc/loadavg: 2.12 2.04 2.01 3/96 20655
/proc/meminfo: memFree=1241344/2055920 swapFree=4182236/4192956
[pid=20631] ppid=20629 vsize=47552 CPUtime=18.35
/proc/20631/stat : 20631 (galac.sh) S 20629 20631 20325 0 -1 4194304 799 37588 0 1 0 0 1804 31 17 0 1 0 173528624 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20631/statm: 11888 363 245 79 0 218 0
[pid=20653] ppid=20631 vsize=53572 CPUtime=202.07
/proc/20653/stat : 20653 (minisat) R 20631 20631 20325 0 -1 4194304 12950 0 0 0 20192 15 0 0 25 0 1 0 173530482 54857728 12932 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/20653/statm: 13393 12932 54 142 0 13249 0
Current children cumulated CPU time (s) 220.42
Current children cumulated vsize (KiB) 101124

[startup+282.533 s]
/proc/loadavg: 2.04 2.03 2.00 3/96 20655

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

/proc/loadavg: 2.00 2.00 2.00 3/96 20836
/proc/meminfo: memFree=1507648/2055920 swapFree=4182236/4192956
[pid=20631] ppid=20629 vsize=47552 CPUtime=18.35
/proc/20631/stat : 20631 (galac.sh) S 20629 20631 20325 0 -1 4194304 799 37588 0 1 0 0 1804 31 17 0 1 0 173528624 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20631/statm: 11888 363 245 79 0 218 0
[pid=20653] ppid=20631 vsize=119292 CPUtime=1098.01
/proc/20653/stat : 20653 (minisat) R 20631 20631 20325 0 -1 4194304 29202 0 0 0 109759 42 0 0 25 0 1 0 173530482 122155008 29184 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/20653/statm: 29823 29184 54 142 0 29679 0
Current children cumulated CPU time (s) 1116.36
Current children cumulated vsize (KiB) 166844

[startup+1183.45 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 20836
/proc/meminfo: memFree=1505024/2055920 swapFree=4182236/4192956
[pid=20631] ppid=20629 vsize=47552 CPUtime=18.35
/proc/20631/stat : 20631 (galac.sh) S 20629 20631 20325 0 -1 4194304 799 37588 0 1 0 0 1804 31 17 0 1 0 173528624 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20631/statm: 11888 363 245 79 0 218 0
[pid=20653] ppid=20631 vsize=121828 CPUtime=1157.77
/proc/20653/stat : 20653 (minisat) R 20631 20631 20325 0 -1 4194304 29838 0 0 0 115734 43 0 0 25 0 1 0 173530482 124751872 29820 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529527 0 0 4096 3 0 0 0 17 0 0 0
/proc/20653/statm: 30457 29820 54 142 0 30313 0
Current children cumulated CPU time (s) 1176.12
Current children cumulated vsize (KiB) 169380

[startup+1243.54 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 20836
/proc/meminfo: memFree=1502656/2055920 swapFree=4182236/4192956
[pid=20631] ppid=20629 vsize=47552 CPUtime=18.35
/proc/20631/stat : 20631 (galac.sh) S 20629 20631 20325 0 -1 4194304 799 37588 0 1 0 0 1804 31 17 0 1 0 173528624 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20631/statm: 11888 363 245 79 0 218 0
[pid=20653] ppid=20631 vsize=124160 CPUtime=1217.52
/proc/20653/stat : 20653 (minisat) R 20631 20631 20325 0 -1 4194304 30405 0 0 0 121708 44 0 0 25 0 1 0 173530482 127139840 30387 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/20653/statm: 31040 30387 54 142 0 30896 0
Current children cumulated CPU time (s) 1235.87
Current children cumulated vsize (KiB) 171712

[startup+1303.63 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 20836
/proc/meminfo: memFree=1500096/2055920 swapFree=4182236/4192956
[pid=20631] ppid=20629 vsize=47552 CPUtime=18.35
/proc/20631/stat : 20631 (galac.sh) S 20629 20631 20325 0 -1 4194304 799 37588 0 1 0 0 1804 31 17 0 1 0 173528624 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20631/statm: 11888 363 245 79 0 218 0
[pid=20653] ppid=20631 vsize=126460 CPUtime=1277.29
/proc/20653/stat : 20653 (minisat) R 20631 20631 20325 0 -1 4194304 31009 0 0 0 127684 45 0 0 25 0 1 0 173530482 129495040 30991 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529652 0 0 4096 3 0 0 0 17 0 0 0
/proc/20653/statm: 31615 30991 54 142 0 31471 0
Current children cumulated CPU time (s) 1295.64
Current children cumulated vsize (KiB) 174012

[startup+1363.72 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 20836
/proc/meminfo: memFree=1497600/2055920 swapFree=4182236/4192956
[pid=20631] ppid=20629 vsize=47552 CPUtime=18.35
/proc/20631/stat : 20631 (galac.sh) S 20629 20631 20325 0 -1 4194304 799 37588 0 1 0 0 1804 31 17 0 1 0 173528624 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20631/statm: 11888 363 245 79 0 218 0
[pid=20653] ppid=20631 vsize=128988 CPUtime=1337.06
/proc/20653/stat : 20653 (minisat) R 20631 20631 20325 0 -1 4194304 31643 0 0 0 133660 46 0 0 25 0 1 0 173530482 132083712 31625 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/20653/statm: 32247 31625 54 142 0 32103 0
Current children cumulated CPU time (s) 1355.41
Current children cumulated vsize (KiB) 176540

[startup+1423.82 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 20836
/proc/meminfo: memFree=1494912/2055920 swapFree=4182236/4192956
[pid=20631] ppid=20629 vsize=47552 CPUtime=18.35
/proc/20631/stat : 20631 (galac.sh) S 20629 20631 20325 0 -1 4194304 799 37588 0 1 0 0 1804 31 17 0 1 0 173528624 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20631/statm: 11888 363 245 79 0 218 0
[pid=20653] ppid=20631 vsize=131660 CPUtime=1396.79
/proc/20653/stat : 20653 (minisat) R 20631 20631 20325 0 -1 4194304 32307 0 0 0 139633 46 0 0 25 0 1 0 173530482 134819840 32289 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/20653/statm: 32915 32289 54 142 0 32771 0
Current children cumulated CPU time (s) 1415.14
Current children cumulated vsize (KiB) 179212

[startup+1483.91 s]
/proc/loadavg: 2.06 2.01 2.00 3/96 20836
/proc/meminfo: memFree=1492288/2055920 swapFree=4182236/4192956
[pid=20631] ppid=20629 vsize=47552 CPUtime=18.35
/proc/20631/stat : 20631 (galac.sh) S 20629 20631 20325 0 -1 4194304 799 37588 0 1 0 0 1804 31 17 0 1 0 173528624 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20631/statm: 11888 363 245 79 0 218 0
[pid=20653] ppid=20631 vsize=134360 CPUtime=1456.55
/proc/20653/stat : 20653 (minisat) R 20631 20631 20325 0 -1 4194304 32951 0 0 0 145608 47 0 0 25 0 1 0 173530482 137584640 32933 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/20653/statm: 33590 32933 54 142 0 33446 0
Current children cumulated CPU time (s) 1474.9
Current children cumulated vsize (KiB) 181912

[startup+1544 s]
/proc/loadavg: 2.02 2.01 2.00 3/96 20836
/proc/meminfo: memFree=1489856/2055920 swapFree=4182236/4192956
[pid=20631] ppid=20629 vsize=47552 CPUtime=18.35
/proc/20631/stat : 20631 (galac.sh) S 20629 20631 20325 0 -1 4194304 799 37588 0 1 0 0 1804 31 17 0 1 0 173528624 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20631/statm: 11888 363 245 79 0 218 0
[pid=20653] ppid=20631 vsize=136636 CPUtime=1516.33
/proc/20653/stat : 20653 (minisat) R 20631 20631 20325 0 -1 4194304 33547 0 0 0 151585 48 0 0 25 0 1 0 173530482 139915264 33529 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/20653/statm: 34159 33529 54 142 0 34015 0
Current children cumulated CPU time (s) 1534.68
Current children cumulated vsize (KiB) 184188

[startup+1604.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 20836
/proc/meminfo: memFree=1487744/2055920 swapFree=4182236/4192956
[pid=20631] ppid=20629 vsize=47552 CPUtime=18.35
/proc/20631/stat : 20631 (galac.sh) S 20629 20631 20325 0 -1 4194304 799 37588 0 1 0 0 1804 31 17 0 1 0 173528624 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20631/statm: 11888 363 245 79 0 218 0
[pid=20653] ppid=20631 vsize=138700 CPUtime=1576.06
/proc/20653/stat : 20653 (minisat) R 20631 20631 20325 0 -1 4194304 34045 0 0 0 157558 48 0 0 25 0 1 0 173530482 142028800 34027 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/20653/statm: 34675 34027 54 142 0 34531 0
Current children cumulated CPU time (s) 1594.41
Current children cumulated vsize (KiB) 186252

[startup+1664.19 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 20836
/proc/meminfo: memFree=1486016/2055920 swapFree=4182236/4192956
[pid=20631] ppid=20629 vsize=47552 CPUtime=18.35
/proc/20631/stat : 20631 (galac.sh) S 20629 20631 20325 0 -1 4194304 799 37588 0 1 0 0 1804 31 17 0 1 0 173528624 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20631/statm: 11888 363 245 79 0 218 0
[pid=20653] ppid=20631 vsize=140452 CPUtime=1635.84
/proc/20653/stat : 20653 (minisat) R 20631 20631 20325 0 -1 4194304 34486 0 0 0 163535 49 0 0 25 0 1 0 173530482 143822848 34468 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 0 0 0
/proc/20653/statm: 35113 34468 54 142 0 34969 0
Current children cumulated CPU time (s) 1654.19
Current children cumulated vsize (KiB) 188004

[startup+1724.28 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 20836
/proc/meminfo: memFree=1483520/2055920 swapFree=4182236/4192956
[pid=20631] ppid=20629 vsize=47552 CPUtime=18.35
/proc/20631/stat : 20631 (galac.sh) S 20629 20631 20325 0 -1 4194304 799 37588 0 1 0 0 1804 31 17 0 1 0 173528624 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20631/statm: 11888 363 245 79 0 218 0
[pid=20653] ppid=20631 vsize=142928 CPUtime=1695.6
/proc/20653/stat : 20653 (minisat) R 20631 20631 20325 0 -1 4194304 35084 0 0 0 169511 49 0 0 25 0 1 0 173530482 146358272 35066 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529785 0 0 4096 3 0 0 0 17 0 0 0
/proc/20653/statm: 35732 35066 54 142 0 35588 0
Current children cumulated CPU time (s) 1713.95
Current children cumulated vsize (KiB) 190480

[startup+1784.37 s]
/proc/loadavg: 2.08 2.02 2.01 3/96 20836
/proc/meminfo: memFree=1481024/2055920 swapFree=4182236/4192956
[pid=20631] ppid=20629 vsize=47552 CPUtime=18.35
/proc/20631/stat : 20631 (galac.sh) S 20629 20631 20325 0 -1 4194304 799 37588 0 1 0 0 1804 31 17 0 1 0 173528624 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20631/statm: 11888 363 245 79 0 218 0
[pid=20653] ppid=20631 vsize=145256 CPUtime=1755.35
/proc/20653/stat : 20653 (minisat) R 20631 20631 20325 0 -1 4194304 35689 0 0 0 175485 50 0 0 25 0 1 0 173530482 148742144 35671 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/20653/statm: 36314 35671 54 142 0 36170 0
Current children cumulated CPU time (s) 1773.7
Current children cumulated vsize (KiB) 192808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.87 s]
/proc/loadavg: 2.05 2.01 2.00 3/96 20836
/proc/meminfo: memFree=1480128/2055920 swapFree=4182236/4192956
[pid=20631] ppid=20629 vsize=47552 CPUtime=18.35
/proc/20631/stat : 20631 (galac.sh) S 20629 20631 20325 0 -1 4194304 799 37588 0 1 0 0 1804 31 17 0 1 0 173528624 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20631/statm: 11888 363 245 79 0 218 0
[pid=20653] ppid=20631 vsize=146144 CPUtime=1781.73
/proc/20653/stat : 20653 (minisat) R 20631 20631 20325 0 -1 4194304 35904 0 0 0 178123 50 0 0 25 0 1 0 173530482 149651456 35886 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/20653/statm: 36536 35886 54 142 0 36392 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 193696

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 20631 and gives childrusage.ru_utime.tv_sec=18 childrusage.ru_utime.tv_usec=42257 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=320951
CPU time returned by wait4() is 18.3632
while last known CPU time is 1800.08

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

Real time (s): 1810.89
CPU time (s): 1800.08
CPU user time (s): 1799.27
CPU system time (s): 0.81
CPU usage (%): 99.4033
Max. virtual memory (cumulated for all children) (KiB): 908616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.0423
system time used= 0.320951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38387
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= 1487
involuntary context switches= 2159

runsolver used 2.01969 s user time and 6.00409 s system time

The end

Launcher Data (download as text)

Begin job on node14 on Mon Jan  8 10:15:37 UTC 2007


IDJOB= 218157
IDBENCH= 5206
FILE ID= node14/218157-1168251337

PBS_JOBID= 3481669

Free space on /tmp= 66338 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  ab6c75a4330ebc652c45903e8fdc50be

RANDOM SEED= 395526579

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.227
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.227
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:       1300832 kB
Buffers:         47664 kB
Cached:          96804 kB
SwapCached:       4180 kB
Active:         631420 kB
Inactive:        72208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1300832 kB
SwapTotal:     4192956 kB
SwapFree:      4182236 kB
Dirty:            4064 kB
Writeback:           0 kB
Mapped:         577064 kB
Slab:            35168 kB
Committed_AS:  6352376 kB
PageTables:       3268 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= 66331 MiB



End job on node14 on Mon Jan  8 10:45:49 UTC 2007