Trace number 218021

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.07 1800.91

General information on the benchmark

Namerandom/rand-3-20-20/
rand-3-20-20-60-632-35_ext.xml
MD5SUMd5af35334a8778ebb0d07932167b6266
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 benchmark27.7498
SatisfiableNO
(Un)Satisfiability was provedNO
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.61	c start processing
1.61	c start relation processing
4.38	c start cnf exporting
17.74	c parsing time : 1.462
17.74	c preprocessing time : 17.591
17.74	
17.74	c Nary constraints - conflicts : 0 supports : 57
17.74	c Binary constraints - conflicts : 0 supports :0
17.74	c max arity constraint : 3
17.74	c Max Tuples generated 0
17.74	c relations : 57
17.74	c relations BDD: 57
17.74	c vars : 125062 - clauses :  399787
17.74	
17.77	 
17.77	c --- Minisat Stats ---
17.77	 

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/node38/watcher-218021-1168250342 -o ROOT/results/node38/solver-218021-1168250342 -C 1800 -M 900 /tmp/evaluation/218021-1168250342/galac.sh /tmp/evaluation/218021-1168250342/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.00 1.12 1.49 4/65 24575
/proc/meminfo: memFree=1801520/2055920 swapFree=4192812/4192956
[pid=24574] ppid=24572 vsize=8652 CPUtime=0
/proc/24574/stat : 24574 (galac.sh) R 24572 24574 23392 0 -1 4194304 335 0 0 0 0 0 0 0 16 0 1 0 173433879 8859648 279 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266890439327 0 65538 4096 73728 0 0 0 17 1 0 0
/proc/24574/statm: 2163 279 207 79 0 156 0

[startup+0.104394 s]
/proc/loadavg: 1.00 1.12 1.49 4/65 24575
/proc/meminfo: memFree=1801520/2055920 swapFree=4192812/4192956
[pid=24574] ppid=24572 vsize=47564 CPUtime=0.01
/proc/24574/stat : 24574 (galac.sh) S 24572 24574 23392 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 173433879 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24574/statm: 11891 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.512471 s]
/proc/loadavg: 1.00 1.12 1.49 4/65 24575
/proc/meminfo: memFree=1801520/2055920 swapFree=4192812/4192956
[pid=24574] ppid=24572 vsize=47564 CPUtime=0.01
/proc/24574/stat : 24574 (galac.sh) S 24572 24574 23392 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 173433879 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24574/statm: 11891 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.33363 s]
/proc/loadavg: 1.00 1.12 1.49 2/73 24595
/proc/meminfo: memFree=1723240/2055920 swapFree=4192812/4192956
[pid=24574] ppid=24572 vsize=47564 CPUtime=0.01
/proc/24574/stat : 24574 (galac.sh) S 24572 24574 23392 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 173433879 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24574/statm: 11891 364 246 79 0 218 0
[pid=24588] ppid=24574 vsize=861060 CPUtime=1.29
/proc/24588/stat : 24588 (java) R 24574 24574 23392 0 -1 0 21540 0 1 0 119 10 0 0 16 0 8 0 173433882 881725440 21292 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073704650 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24588/statm: 215265 21292 1967 14 0 201471 0
[pid=24588/tid=24589] ppid=24574 vsize=861060 CPUtime=0.07
/proc/24588/task/24589/stat : 24589 (java) S 24574 24574 23392 0 -1 64 5785 0 0 0 5 2 0 0 16 0 8 0 173433885 881725440 21292 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24588/tid=24590] ppid=24574 vsize=861060 CPUtime=0
/proc/24588/task/24590/stat : 24590 (java) S 24574 24574 23392 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 173433886 881725440 21292 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24588/tid=24591] ppid=24574 vsize=861060 CPUtime=0
/proc/24588/task/24591/stat : 24591 (java) S 24574 24574 23392 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 173433886 881725440 21292 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24588/tid=24592] ppid=24574 vsize=861060 CPUtime=0
/proc/24588/task/24592/stat : 24592 (java) S 24574 24574 23392 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 173433889 881725440 21292 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24588/tid=24593] ppid=24574 vsize=861060 CPUtime=0.12
/proc/24588/task/24593/stat : 24593 (java) S 24574 24574 23392 0 -1 64 895 0 0 0 12 0 0 0 15 0 8 0 173433889 881725440 21292 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24588/tid=24594] ppid=24574 vsize=861060 CPUtime=0
/proc/24588/task/24594/stat : 24594 (java) S 24574 24574 23392 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 173433889 881725440 21292 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24588/tid=24595] ppid=24574 vsize=861060 CPUtime=0
/proc/24588/task/24595/stat : 24595 (java) S 24574 24574 23392 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173433889 881725440 21292 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 908624

[startup+2.98295 s]
/proc/loadavg: 1.00 1.12 1.48 2/73 24595
/proc/meminfo: memFree=1718120/2055920 swapFree=4192812/4192956
[pid=24574] ppid=24572 vsize=47564 CPUtime=0.01
/proc/24574/stat : 24574 (galac.sh) S 24572 24574 23392 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 173433879 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24574/statm: 11891 364 246 79 0 218 0
[pid=24588] ppid=24574 vsize=861060 CPUtime=2.95
/proc/24588/stat : 24588 (java) R 24574 24574 23392 0 -1 0 22814 0 1 0 284 11 0 0 18 0 8 0 173433882 881725440 22564 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073876488 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24588/statm: 215265 22564 1975 14 0 201471 0
[pid=24588/tid=24589] ppid=24574 vsize=861060 CPUtime=0.1
/proc/24588/task/24589/stat : 24589 (java) S 24574 24574 23392 0 -1 64 7015 0 0 0 7 3 0 0 17 0 8 0 173433885 881725440 22564 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24588/tid=24590] ppid=24574 vsize=861060 CPUtime=0
/proc/24588/task/24590/stat : 24590 (java) S 24574 24574 23392 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 173433886 881725440 22564 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24588/tid=24591] ppid=24574 vsize=861060 CPUtime=0
/proc/24588/task/24591/stat : 24591 (java) S 24574 24574 23392 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 173433886 881725440 22564 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24588/tid=24592] ppid=24574 vsize=861060 CPUtime=0
/proc/24588/task/24592/stat : 24592 (java) S 24574 24574 23392 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 173433889 881725440 22564 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24588/tid=24593] ppid=24574 vsize=861060 CPUtime=0.17
/proc/24588/task/24593/stat : 24593 (java) S 24574 24574 23392 0 -1 64 919 0 0 0 16 1 0 0 15 0 8 0 173433889 881725440 22564 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24588/tid=24594] ppid=24574 vsize=861060 CPUtime=0
/proc/24588/task/24594/stat : 24594 (java) S 24574 24574 23392 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 173433889 881725440 22564 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24588/tid=24595] ppid=24574 vsize=861060 CPUtime=0
/proc/24588/task/24595/stat : 24595 (java) S 24574 24574 23392 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173433889 881725440 22564 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 908624

[startup+6.27059 s]
/proc/loadavg: 1.00 1.12 1.48 2/73 24595
/proc/meminfo: memFree=1670888/2055920 swapFree=4192812/4192956
[pid=24574] ppid=24572 vsize=47564 CPUtime=0.01
/proc/24574/stat : 24574 (galac.sh) S 24572 24574 23392 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 173433879 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24574/statm: 11891 364 246 79 0 218 0
[pid=24588] ppid=24574 vsize=861060 CPUtime=6.24
/proc/24588/stat : 24588 (java) R 24574 24574 23392 0 -1 0 35854 0 1 0 608 16 0 0 17 0 8 0 173433882 881725440 35601 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074008735 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24588/statm: 215265 35601 1995 14 0 201471 0
[pid=24588/tid=24589] ppid=24574 vsize=861060 CPUtime=0.7
/proc/24588/task/24589/stat : 24589 (java) S 24574 24574 23392 0 -1 64 19965 0 0 0 63 7 0 0 16 0 8 0 173433885 881725440 35601 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24588/tid=24590] ppid=24574 vsize=861060 CPUtime=0
/proc/24588/task/24590/stat : 24590 (java) S 24574 24574 23392 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173433886 881725440 35601 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24588/tid=24591] ppid=24574 vsize=861060 CPUtime=0
/proc/24588/task/24591/stat : 24591 (java) S 24574 24574 23392 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 173433886 881725440 35601 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24588/tid=24592] ppid=24574 vsize=861060 CPUtime=0
/proc/24588/task/24592/stat : 24592 (java) S 24574 24574 23392 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 173433889 881725440 35601 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24588/tid=24593] ppid=24574 vsize=861060 CPUtime=0.24
/proc/24588/task/24593/stat : 24593 (java) S 24574 24574 23392 0 -1 64 966 0 0 0 23 1 0 0 15 0 8 0 173433889 881725440 35601 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24588/tid=24594] ppid=24574 vsize=861060 CPUtime=0
/proc/24588/task/24594/stat : 24594 (java) S 24574 24574 23392 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 173433889 881725440 35601 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24588/tid=24595] ppid=24574 vsize=861060 CPUtime=0
/proc/24588/task/24595/stat : 24595 (java) S 24574 24574 23392 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173433889 881725440 35601 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 908624

[startup+12.7489 s]
/proc/loadavg: 1.00 1.12 1.48 2/73 24595
/proc/meminfo: memFree=1662000/2055920 swapFree=4192812/4192956
[pid=24574] ppid=24572 vsize=47564 CPUtime=0.01
/proc/24574/stat : 24574 (galac.sh) S 24572 24574 23392 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 173433879 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24574/statm: 11891 364 246 79 0 218 0
[pid=24588] ppid=24574 vsize=861060 CPUtime=12.72
/proc/24588/stat : 24588 (java) R 24574 24574 23392 0 -1 0 35866 0 1 0 1253 19 0 0 17 0 8 0 173433882 881725440 35602 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073720253 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24588/statm: 215265 35602 1996 14 0 201471 0
[pid=24588/tid=24589] ppid=24574 vsize=861060 CPUtime=0.71
/proc/24588/task/24589/stat : 24589 (java) S 24574 24574 23392 0 -1 64 19966 0 0 0 64 7 0 0 15 0 8 0 173433885 881725440 35602 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24588/tid=24590] ppid=24574 vsize=861060 CPUtime=0
/proc/24588/task/24590/stat : 24590 (java) S 24574 24574 23392 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173433886 881725440 35602 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24588/tid=24591] ppid=24574 vsize=861060 CPUtime=0
/proc/24588/task/24591/stat : 24591 (java) S 24574 24574 23392 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 173433886 881725440 35602 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24588/tid=24592] ppid=24574 vsize=861060 CPUtime=0
/proc/24588/task/24592/stat : 24592 (java) S 24574 24574 23392 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 173433889 881725440 35602 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24588/tid=24593] ppid=24574 vsize=861060 CPUtime=0.24
/proc/24588/task/24593/stat : 24593 (java) S 24574 24574 23392 0 -1 64 966 0 0 0 23 1 0 0 15 0 8 0 173433889 881725440 35602 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24588/tid=24594] ppid=24574 vsize=861060 CPUtime=0
/proc/24588/task/24594/stat : 24594 (java) S 24574 24574 23392 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 173433889 881725440 35602 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24588/tid=24595] ppid=24574 vsize=861060 CPUtime=0
/proc/24588/task/24595/stat : 24595 (java) S 24574 24574 23392 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173433889 881725440 35602 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 908624

[startup+25.5764 s]
/proc/loadavg: 1.00 1.11 1.47 2/66 24596
/proc/meminfo: memFree=1768296/2055920 swapFree=4192812/4192956
[pid=24574] ppid=24572 vsize=47564 CPUtime=17.75
/proc/24574/stat : 24574 (galac.sh) S 24572 24574 23392 0 -1 4194304 801 37585 0 1 0 0 1751 24 16 0 1 0 173433879 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24574/statm: 11891 364 246 79 0 218 0
[pid=24596] ppid=24574 vsize=27976 CPUtime=7.78
/proc/24596/stat : 24596 (minisat) R 24574 24574 23392 0 -1 4194304 6525 0 0 0 775 3 0 0 25 0 1 0 173435656 28647424 6507 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134528661 0 0 4096 3 0 0 0 17 1 0 0
/proc/24596/statm: 6994 6507 54 142 0 6850 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 75540

[startup+51.1974 s]
/proc/loadavg: 1.00 1.10 1.46 2/66 24596
/proc/meminfo: memFree=1763752/2055920 swapFree=4192812/4192956
[pid=24574] ppid=24572 vsize=47564 CPUtime=17.75
/proc/24574/stat : 24574 (galac.sh) S 24572 24574 23392 0 -1 4194304 801 37585 0 1 0 0 1751 24 16 0 1 0 173433879 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24574/statm: 11891 364 246 79 0 218 0
[pid=24596] ppid=24574 vsize=32624 CPUtime=33.39
/proc/24596/stat : 24596 (minisat) R 24574 24574 23392 0 -1 4194304 7689 0 0 0 3334 5 0 0 25 0 1 0 173435656 33406976 7671 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/24596/statm: 8156 7671 54 142 0 8012 0
Current children cumulated CPU time (s) 51.14
Current children cumulated vsize (KiB) 80188

[startup+102.434 s]
/proc/loadavg: 1.00 1.08 1.43 2/66 24596
/proc/meminfo: memFree=1755432/2055920 swapFree=4192812/4192956
[pid=24574] ppid=24572 vsize=47564 CPUtime=17.75
/proc/24574/stat : 24574 (galac.sh) S 24572 24574 23392 0 -1 4194304 801 37585 0 1 0 0 1751 24 16 0 1 0 173433879 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24574/statm: 11891 364 246 79 0 218 0
[pid=24596] ppid=24574 vsize=40824 CPUtime=84.61
/proc/24596/stat : 24596 (minisat) R 24574 24574 23392 0 -1 4194304 9770 0 0 0 8453 8 0 0 25 0 1 0 173435656 41803776 9752 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/24596/statm: 10206 9752 54 142 0 10062 0
Current children cumulated CPU time (s) 102.36
Current children cumulated vsize (KiB) 88388

[startup+162.515 s]
/proc/loadavg: 1.00 1.07 1.40 2/72 24736
/proc/meminfo: memFree=1746592/2055920 swapFree=4192812/4192956
[pid=24574] ppid=24572 vsize=47564 CPUtime=17.75
/proc/24574/stat : 24574 (galac.sh) S 24572 24574 23392 0 -1 4194304 801 37585 0 1 0 0 1751 24 16 0 1 0 173433879 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24574/statm: 11891 364 246 79 0 218 0
[pid=24596] ppid=24574 vsize=48436 CPUtime=144.59
/proc/24596/stat : 24596 (minisat) R 24574 24574 23392 0 -1 4194304 11659 0 0 0 14448 11 0 0 25 0 1 0 173435656 49598464 11641 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 1 0 0
/proc/24596/statm: 12109 11641 54 142 0 11965 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 96000

[startup+222.596 s]
/proc/loadavg: 1.00 1.05 1.37 2/66 24794
/proc/meminfo: memFree=1741288/2055920 swapFree=4192812/4192956
[pid=24574] ppid=24572 vsize=47564 CPUtime=17.75
/proc/24574/stat : 24574 (galac.sh) S 24572 24574 23392 0 -1 4194304 801 37585 0 1 0 0 1751 24 16 0 1 0 173433879 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24574/statm: 11891 364 246 79 0 218 0
[pid=24596] ppid=24574 vsize=54904 CPUtime=204.61
/proc/24596/stat : 24596 (minisat) R 24574 24574 23392 0 -1 4194304 13251 0 0 0 20448 13 0 0 25 0 1 0 173435656 56221696 13233 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/24596/statm: 13726 13233 54 142 0 13582 0
Current children cumulated CPU time (s) 222.36
Current children cumulated vsize (KiB) 102468

[startup+282.647 s]
/proc/loadavg: 1.00 1.04 1.35 2/66 24794

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

/proc/loadavg: 1.00 1.00 1.11 2/66 24794
/proc/meminfo: memFree=1680872/2055920 swapFree=4192812/4192956
[pid=24574] ppid=24572 vsize=47564 CPUtime=17.75
/proc/24574/stat : 24574 (galac.sh) S 24572 24574 23392 0 -1 4194304 801 37585 0 1 0 0 1751 24 16 0 1 0 173433879 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24574/statm: 11891 364 246 79 0 218 0
[pid=24596] ppid=24574 vsize=115680 CPUtime=1105.08
/proc/24596/stat : 24596 (minisat) R 24574 24574 23392 0 -1 4194304 28297 0 0 0 110476 32 0 0 25 0 1 0 173435656 118456320 28279 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/24596/statm: 28920 28279 54 142 0 28776 0
Current children cumulated CPU time (s) 1122.83
Current children cumulated vsize (KiB) 163244

[startup+1183.45 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 24796
/proc/meminfo: memFree=1676904/2055920 swapFree=4192812/4192956
[pid=24574] ppid=24572 vsize=47564 CPUtime=17.75
/proc/24574/stat : 24574 (galac.sh) S 24572 24574 23392 0 -1 4194304 801 37585 0 1 0 0 1751 24 16 0 1 0 173433879 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24574/statm: 11891 364 246 79 0 218 0
[pid=24596] ppid=24574 vsize=119520 CPUtime=1165.1
/proc/24596/stat : 24596 (minisat) R 24574 24574 23392 0 -1 4194304 29277 0 0 0 116478 32 0 0 25 0 1 0 173435656 122388480 29259 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/24596/statm: 29880 29259 54 142 0 29736 0
Current children cumulated CPU time (s) 1182.85
Current children cumulated vsize (KiB) 167084

[startup+1243.51 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 24796
/proc/meminfo: memFree=1673576/2055920 swapFree=4192812/4192956
[pid=24574] ppid=24572 vsize=47564 CPUtime=17.75
/proc/24574/stat : 24574 (galac.sh) S 24572 24574 23392 0 -1 4194304 801 37585 0 1 0 0 1751 24 16 0 1 0 173433879 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24574/statm: 11891 364 246 79 0 218 0
[pid=24596] ppid=24574 vsize=122928 CPUtime=1225.14
/proc/24596/stat : 24596 (minisat) R 24574 24574 23392 0 -1 4194304 30087 0 0 0 122481 33 0 0 25 0 1 0 173435656 125878272 30069 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/24596/statm: 30732 30069 54 142 0 30588 0
Current children cumulated CPU time (s) 1242.89
Current children cumulated vsize (KiB) 170492

[startup+1303.56 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 24796
/proc/meminfo: memFree=1670568/2055920 swapFree=4192812/4192956
[pid=24574] ppid=24572 vsize=47564 CPUtime=17.75
/proc/24574/stat : 24574 (galac.sh) S 24572 24574 23392 0 -1 4194304 801 37585 0 1 0 0 1751 24 16 0 1 0 173433879 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24574/statm: 11891 364 246 79 0 218 0
[pid=24596] ppid=24574 vsize=125788 CPUtime=1285.17
/proc/24596/stat : 24596 (minisat) R 24574 24574 23392 0 -1 4194304 30832 0 0 0 128483 34 0 0 25 0 1 0 173435656 128806912 30814 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529611 0 0 4096 3 0 0 0 17 1 0 0
/proc/24596/statm: 31447 30814 54 142 0 31303 0
Current children cumulated CPU time (s) 1302.92
Current children cumulated vsize (KiB) 173352

[startup+1363.62 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 24796
/proc/meminfo: memFree=1668008/2055920 swapFree=4192812/4192956
[pid=24574] ppid=24572 vsize=47564 CPUtime=17.75
/proc/24574/stat : 24574 (galac.sh) S 24572 24574 23392 0 -1 4194304 801 37585 0 1 0 0 1751 24 16 0 1 0 173433879 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24574/statm: 11891 364 246 79 0 218 0
[pid=24596] ppid=24574 vsize=128332 CPUtime=1345.2
/proc/24596/stat : 24596 (minisat) R 24574 24574 23392 0 -1 4194304 31470 0 0 0 134485 35 0 0 25 0 1 0 173435656 131411968 31452 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/24596/statm: 32083 31452 54 142 0 31939 0
Current children cumulated CPU time (s) 1362.95
Current children cumulated vsize (KiB) 175896

[startup+1423.67 s]
/proc/loadavg: 1.05 1.01 1.08 2/66 24796
/proc/meminfo: memFree=1665640/2055920 swapFree=4192812/4192956
[pid=24574] ppid=24572 vsize=47564 CPUtime=17.75
/proc/24574/stat : 24574 (galac.sh) S 24572 24574 23392 0 -1 4194304 801 37585 0 1 0 0 1751 24 16 0 1 0 173433879 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24574/statm: 11891 364 246 79 0 218 0
[pid=24596] ppid=24574 vsize=130800 CPUtime=1405.23
/proc/24596/stat : 24596 (minisat) R 24574 24574 23392 0 -1 4194304 32081 0 0 0 140487 36 0 0 25 0 1 0 173435656 133939200 32063 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/24596/statm: 32700 32063 54 142 0 32556 0
Current children cumulated CPU time (s) 1422.98
Current children cumulated vsize (KiB) 178364

[startup+1483.72 s]
/proc/loadavg: 1.02 1.01 1.07 2/66 24796
/proc/meminfo: memFree=1663208/2055920 swapFree=4192812/4192956
[pid=24574] ppid=24572 vsize=47564 CPUtime=17.75
/proc/24574/stat : 24574 (galac.sh) S 24572 24574 23392 0 -1 4194304 801 37585 0 1 0 0 1751 24 16 0 1 0 173433879 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24574/statm: 11891 364 246 79 0 218 0
[pid=24596] ppid=24574 vsize=133128 CPUtime=1465.26
/proc/24596/stat : 24596 (minisat) R 24574 24574 23392 0 -1 4194304 32679 0 0 0 146490 36 0 0 25 0 1 0 173435656 136323072 32661 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529790 0 0 4096 3 0 0 0 17 1 0 0
/proc/24596/statm: 33282 32661 54 142 0 33138 0
Current children cumulated CPU time (s) 1483.01
Current children cumulated vsize (KiB) 180692

[startup+1543.78 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 24796
/proc/meminfo: memFree=1660456/2055920 swapFree=4192812/4192956
[pid=24574] ppid=24572 vsize=47564 CPUtime=17.75
/proc/24574/stat : 24574 (galac.sh) S 24572 24574 23392 0 -1 4194304 801 37585 0 1 0 0 1751 24 16 0 1 0 173433879 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24574/statm: 11891 364 246 79 0 218 0
[pid=24596] ppid=24574 vsize=135960 CPUtime=1525.3
/proc/24596/stat : 24596 (minisat) R 24574 24574 23392 0 -1 4194304 33357 0 0 0 152493 37 0 0 25 0 1 0 173435656 139223040 33339 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/24596/statm: 33990 33339 54 142 0 33846 0
Current children cumulated CPU time (s) 1543.05
Current children cumulated vsize (KiB) 183524

[startup+1603.83 s]
/proc/loadavg: 1.00 1.00 1.06 3/66 24796
/proc/meminfo: memFree=1657960/2055920 swapFree=4192812/4192956
[pid=24574] ppid=24572 vsize=47564 CPUtime=17.75
/proc/24574/stat : 24574 (galac.sh) S 24572 24574 23392 0 -1 4194304 801 37585 0 1 0 0 1751 24 16 0 1 0 173433879 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24574/statm: 11891 364 246 79 0 218 0
[pid=24596] ppid=24574 vsize=138424 CPUtime=1585.32
/proc/24596/stat : 24596 (minisat) R 24574 24574 23392 0 -1 4194304 33981 0 0 0 158495 37 0 0 25 0 1 0 173435656 141746176 33963 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/24596/statm: 34606 33963 54 142 0 34462 0
Current children cumulated CPU time (s) 1603.07
Current children cumulated vsize (KiB) 185988

[startup+1663.88 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 24796
/proc/meminfo: memFree=1655080/2055920 swapFree=4192812/4192956
[pid=24574] ppid=24572 vsize=47564 CPUtime=17.75
/proc/24574/stat : 24574 (galac.sh) S 24572 24574 23392 0 -1 4194304 801 37585 0 1 0 0 1751 24 16 0 1 0 173433879 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24574/statm: 11891 364 246 79 0 218 0
[pid=24596] ppid=24574 vsize=141608 CPUtime=1645.35
/proc/24596/stat : 24596 (minisat) R 24574 24574 23392 0 -1 4194304 34712 0 0 0 164497 38 0 0 25 0 1 0 173435656 145006592 34694 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/24596/statm: 35402 34694 54 142 0 35258 0
Current children cumulated CPU time (s) 1663.1
Current children cumulated vsize (KiB) 189172

[startup+1723.94 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 24796
/proc/meminfo: memFree=1653224/2055920 swapFree=4192812/4192956
[pid=24574] ppid=24572 vsize=47564 CPUtime=17.75
/proc/24574/stat : 24574 (galac.sh) S 24572 24574 23392 0 -1 4194304 801 37585 0 1 0 0 1751 24 16 0 1 0 173433879 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24574/statm: 11891 364 246 79 0 218 0
[pid=24596] ppid=24574 vsize=143276 CPUtime=1705.38
/proc/24596/stat : 24596 (minisat) R 24574 24574 23392 0 -1 4194304 35136 0 0 0 170500 38 0 0 25 0 1 0 173435656 146714624 35118 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/24596/statm: 35819 35118 54 142 0 35675 0
Current children cumulated CPU time (s) 1723.13
Current children cumulated vsize (KiB) 190840

[startup+1783.99 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 24796
/proc/meminfo: memFree=1651304/2055920 swapFree=4192812/4192956
[pid=24574] ppid=24572 vsize=47564 CPUtime=17.75
/proc/24574/stat : 24574 (galac.sh) S 24572 24574 23392 0 -1 4194304 801 37585 0 1 0 0 1751 24 16 0 1 0 173433879 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24574/statm: 11891 364 246 79 0 218 0
[pid=24596] ppid=24574 vsize=145200 CPUtime=1765.42
/proc/24596/stat : 24596 (minisat) R 24574 24574 23392 0 -1 4194304 35615 0 0 0 176503 39 0 0 25 0 1 0 173435656 148684800 35597 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/24596/statm: 36300 35597 54 142 0 36156 0
Current children cumulated CPU time (s) 1783.17
Current children cumulated vsize (KiB) 192764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 24796
/proc/meminfo: memFree=1650600/2055920 swapFree=4192812/4192956
[pid=24574] ppid=24572 vsize=47564 CPUtime=17.75
/proc/24574/stat : 24574 (galac.sh) S 24572 24574 23392 0 -1 4194304 801 37585 0 1 0 0 1751 24 16 0 1 0 173433879 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 266890046298 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24574/statm: 11891 364 246 79 0 218 0
[pid=24596] ppid=24574 vsize=146052 CPUtime=1782.32
/proc/24596/stat : 24596 (minisat) R 24574 24574 23392 0 -1 4194304 35797 0 0 0 178193 39 0 0 25 0 1 0 173435656 149557248 35779 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/24596/statm: 36513 35779 54 142 0 36369 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 193616

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 24574 and gives childrusage.ru_utime.tv_sec=17 childrusage.ru_utime.tv_usec=523336 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=248962
CPU time returned by wait4() is 17.7723
while last known CPU time is 1800.07

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

Real time (s): 1800.91
CPU time (s): 1800.07
CPU user time (s): 1799.44
CPU system time (s): 0.63
CPU usage (%): 99.9535
Max. virtual memory (cumulated for all children) (KiB): 908624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.5233
system time used= 0.248962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38386
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= 1210
involuntary context switches= 487

runsolver used 1.37679 s user time and 3.61845 s system time

The end

Launcher Data (download as text)

Begin job on node38 on Mon Jan  8 09:59:02 UTC 2007


IDJOB= 218021
IDBENCH= 5189
FILE ID= node38/218021-1168250342

PBS_JOBID= 3481846

Free space on /tmp= 66518 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  d5af35334a8778ebb0d07932167b6266

RANDOM SEED= 419855906

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.267
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.267
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:       1801936 kB
Buffers:         50012 kB
Cached:         132092 kB
SwapCached:          0 kB
Active:          96144 kB
Inactive:       101792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1801936 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4044 kB
Writeback:           0 kB
Mapped:          26048 kB
Slab:            42012 kB
Committed_AS:  3873736 kB
PageTables:       1472 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= 66512 MiB



End job on node38 on Mon Jan  8 10:29:03 UTC 2007