Trace number 208656

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.05 1815.35

General information on the benchmark

Namerandom/rand-3-20-20-fcd/
rand-3-20-20-60-632-fcd-13_ext.xml
MD5SUM0838945d23053064998840a410e5fa30
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 benchmark38.2792
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
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.74	c start processing
1.74	c start relation processing
4.87	c start cnf exporting
18.85	c parsing time : 1.576
18.85	c preprocessing time : 18.682
18.85	
18.85	c Nary constraints - conflicts : 0 supports : 58
18.85	c Binary constraints - conflicts : 0 supports :0
18.85	c max arity constraint : 3
18.85	c Max Tuples generated 0
18.85	c relations : 58
18.85	c relations BDD: 58
18.85	c vars : 128647 - clauses :  410969
18.85	
18.88	 
18.88	c --- Minisat Stats ---
18.88	 

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/node29/watcher-208656-1168189169 -o ROOT/results/node29/solver-208656-1168189169 -C 1800 -M 900 /tmp/evaluation/208656-1168189169/galac.sh /tmp/evaluation/208656-1168189169/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.99 1.46 1.20 6/87 18175
/proc/meminfo: memFree=1406568/2055920 swapFree=4191880/4192956
[pid=18174] ppid=18172 vsize=8560 CPUtime=0
/proc/18174/stat : 18174 (galac.sh) R 18172 18174 17861 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 167311048 8765440 253 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780887439 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18174/statm: 2140 253 197 79 0 133 0

[startup+0.104663 s]
/proc/loadavg: 1.99 1.46 1.20 6/87 18175
/proc/meminfo: memFree=1406568/2055920 swapFree=4191880/4192956
[pid=18174] ppid=18172 vsize=47564 CPUtime=0.01
/proc/18174/stat : 18174 (galac.sh) S 18172 18174 17861 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 167311048 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18174/statm: 11891 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.512684 s]
/proc/loadavg: 1.99 1.46 1.20 6/87 18175
/proc/meminfo: memFree=1406568/2055920 swapFree=4191880/4192956
[pid=18174] ppid=18172 vsize=47564 CPUtime=0.01
/proc/18174/stat : 18174 (galac.sh) S 18172 18174 17861 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 167311048 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18174/statm: 11891 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.33574 s]
/proc/loadavg: 1.99 1.46 1.20 3/95 18195
/proc/meminfo: memFree=1327976/2055920 swapFree=4191880/4192956
[pid=18174] ppid=18172 vsize=47564 CPUtime=0.01
/proc/18174/stat : 18174 (galac.sh) S 18172 18174 17861 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 167311048 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18174/statm: 11891 364 246 79 0 218 0
[pid=18188] ppid=18174 vsize=861064 CPUtime=1.27
/proc/18188/stat : 18188 (java) R 18174 18174 17861 0 -1 0 21587 0 1 0 116 11 0 0 23 0 8 0 167311052 881729536 21340 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073658931 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18188/statm: 215266 21340 1966 14 0 201471 0
[pid=18188/tid=18189] ppid=18174 vsize=861064 CPUtime=0.06
/proc/18188/task/18189/stat : 18189 (java) S 18174 18174 17861 0 -1 64 5833 0 0 0 4 2 0 0 16 0 8 0 167311056 881729536 21340 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18188/tid=18190] ppid=18174 vsize=861064 CPUtime=0
/proc/18188/task/18190/stat : 18190 (java) S 18174 18174 17861 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 167311056 881729536 21340 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18188/tid=18191] ppid=18174 vsize=861064 CPUtime=0
/proc/18188/task/18191/stat : 18191 (java) S 18174 18174 17861 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 167311057 881729536 21340 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18188/tid=18192] ppid=18174 vsize=861064 CPUtime=0
/proc/18188/task/18192/stat : 18192 (java) S 18174 18174 17861 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 167311060 881729536 21340 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18188/tid=18193] ppid=18174 vsize=861064 CPUtime=0.13
/proc/18188/task/18193/stat : 18193 (java) S 18174 18174 17861 0 -1 64 894 0 0 0 13 0 0 0 16 0 8 0 167311060 881729536 21340 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18188/tid=18194] ppid=18174 vsize=861064 CPUtime=0
/proc/18188/task/18194/stat : 18194 (java) S 18174 18174 17861 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 167311060 881729536 21340 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18188/tid=18195] ppid=18174 vsize=861064 CPUtime=0
/proc/18188/task/18195/stat : 18195 (java) S 18174 18174 17861 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 167311060 881729536 21340 18446744073709551615 134512640 134570532 4294956112 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) 908628

[startup+2.98884 s]
/proc/loadavg: 2.07 1.48 1.21 3/95 18195
/proc/meminfo: memFree=1322728/2055920 swapFree=4191880/4192956
[pid=18174] ppid=18172 vsize=47564 CPUtime=0.01
/proc/18174/stat : 18174 (galac.sh) S 18172 18174 17861 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 167311048 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18174/statm: 11891 364 246 79 0 218 0
[pid=18188] ppid=18174 vsize=861064 CPUtime=2.9
/proc/18188/stat : 18188 (java) R 18174 18174 17861 0 -1 0 22855 0 1 0 277 13 0 0 25 0 8 0 167311052 881729536 22605 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073879958 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18188/statm: 215266 22605 1974 14 0 201471 0
[pid=18188/tid=18189] ppid=18174 vsize=861064 CPUtime=0.11
/proc/18188/task/18189/stat : 18189 (java) S 18174 18174 17861 0 -1 64 7056 0 0 0 8 3 0 0 17 0 8 0 167311056 881729536 22605 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18188/tid=18190] ppid=18174 vsize=861064 CPUtime=0
/proc/18188/task/18190/stat : 18190 (java) S 18174 18174 17861 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 167311056 881729536 22605 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18188/tid=18191] ppid=18174 vsize=861064 CPUtime=0
/proc/18188/task/18191/stat : 18191 (java) S 18174 18174 17861 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 167311057 881729536 22605 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18188/tid=18192] ppid=18174 vsize=861064 CPUtime=0
/proc/18188/task/18192/stat : 18192 (java) S 18174 18174 17861 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 167311060 881729536 22605 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18188/tid=18193] ppid=18174 vsize=861064 CPUtime=0.18
/proc/18188/task/18193/stat : 18193 (java) S 18174 18174 17861 0 -1 64 918 0 0 0 17 1 0 0 16 0 8 0 167311060 881729536 22605 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18188/tid=18194] ppid=18174 vsize=861064 CPUtime=0
/proc/18188/task/18194/stat : 18194 (java) S 18174 18174 17861 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 167311060 881729536 22605 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18188/tid=18195] ppid=18174 vsize=861064 CPUtime=0
/proc/18188/task/18195/stat : 18195 (java) S 18174 18174 17861 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 167311060 881729536 22605 18446744073709551615 134512640 134570532 4294956112 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) 908628

[startup+6.28905 s]
/proc/loadavg: 2.07 1.48 1.21 3/95 18195
/proc/meminfo: memFree=1273896/2055920 swapFree=4191880/4192956
[pid=18174] ppid=18172 vsize=47564 CPUtime=0.01
/proc/18174/stat : 18174 (galac.sh) S 18172 18174 17861 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 167311048 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18174/statm: 11891 364 246 79 0 218 0
[pid=18188] ppid=18174 vsize=861064 CPUtime=6.18
/proc/18188/stat : 18188 (java) R 18174 18174 17861 0 -1 0 36265 0 1 0 597 21 0 0 25 0 8 0 167311052 881729536 36011 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073939486 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18188/statm: 215266 36011 1994 14 0 201471 0
[pid=18188/tid=18189] ppid=18174 vsize=861064 CPUtime=0.76
/proc/18188/task/18189/stat : 18189 (java) S 18174 18174 17861 0 -1 64 20376 0 0 0 67 9 0 0 16 0 8 0 167311056 881729536 36011 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18188/tid=18190] ppid=18174 vsize=861064 CPUtime=0
/proc/18188/task/18190/stat : 18190 (java) S 18174 18174 17861 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 167311056 881729536 36011 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18188/tid=18191] ppid=18174 vsize=861064 CPUtime=0
/proc/18188/task/18191/stat : 18191 (java) S 18174 18174 17861 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 167311057 881729536 36011 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18188/tid=18192] ppid=18174 vsize=861064 CPUtime=0
/proc/18188/task/18192/stat : 18192 (java) S 18174 18174 17861 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 167311060 881729536 36011 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18188/tid=18193] ppid=18174 vsize=861064 CPUtime=0.25
/proc/18188/task/18193/stat : 18193 (java) S 18174 18174 17861 0 -1 64 964 0 0 0 24 1 0 0 15 0 8 0 167311060 881729536 36011 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18188/tid=18194] ppid=18174 vsize=861064 CPUtime=0
/proc/18188/task/18194/stat : 18194 (java) S 18174 18174 17861 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 167311060 881729536 36011 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18188/tid=18195] ppid=18174 vsize=861064 CPUtime=0
/proc/18188/task/18195/stat : 18195 (java) S 18174 18174 17861 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 167311060 881729536 36011 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 908628

[startup+12.7864 s]
/proc/loadavg: 2.06 1.50 1.21 4/95 18195
/proc/meminfo: memFree=1264360/2055920 swapFree=4191880/4192956
[pid=18174] ppid=18172 vsize=47564 CPUtime=0.01
/proc/18174/stat : 18174 (galac.sh) S 18172 18174 17861 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 167311048 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18174/statm: 11891 364 246 79 0 218 0
[pid=18188] ppid=18174 vsize=861064 CPUtime=12.61
/proc/18188/stat : 18188 (java) R 18174 18174 17861 0 -1 0 36275 0 1 0 1239 22 0 0 25 0 8 0 167311052 881729536 36011 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073450794 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18188/statm: 215266 36011 1994 14 0 201471 0
[pid=18188/tid=18189] ppid=18174 vsize=861064 CPUtime=0.77
/proc/18188/task/18189/stat : 18189 (java) S 18174 18174 17861 0 -1 64 20376 0 0 0 68 9 0 0 16 0 8 0 167311056 881729536 36011 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18188/tid=18190] ppid=18174 vsize=861064 CPUtime=0
/proc/18188/task/18190/stat : 18190 (java) S 18174 18174 17861 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 167311056 881729536 36011 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18188/tid=18191] ppid=18174 vsize=861064 CPUtime=0
/proc/18188/task/18191/stat : 18191 (java) S 18174 18174 17861 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 167311057 881729536 36011 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18188/tid=18192] ppid=18174 vsize=861064 CPUtime=0
/proc/18188/task/18192/stat : 18192 (java) S 18174 18174 17861 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 167311060 881729536 36011 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18188/tid=18193] ppid=18174 vsize=861064 CPUtime=0.25
/proc/18188/task/18193/stat : 18193 (java) S 18174 18174 17861 0 -1 64 964 0 0 0 24 1 0 0 15 0 8 0 167311060 881729536 36011 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18188/tid=18194] ppid=18174 vsize=861064 CPUtime=0
/proc/18188/task/18194/stat : 18194 (java) S 18174 18174 17861 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 167311060 881729536 36011 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18188/tid=18195] ppid=18174 vsize=861064 CPUtime=0
/proc/18188/task/18195/stat : 18195 (java) S 18174 18174 17861 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 167311060 881729536 36011 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 908628

[startup+25.6412 s]
/proc/loadavg: 2.05 1.52 1.22 3/88 18196
/proc/meminfo: memFree=1369632/2055920 swapFree=4191880/4192956
[pid=18174] ppid=18172 vsize=47564 CPUtime=18.66
/proc/18174/stat : 18174 (galac.sh) S 18172 18174 17861 0 -1 4194304 800 37998 0 1 0 0 1838 28 17 0 1 0 167311048 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18174/statm: 11891 364 246 79 0 218 0
[pid=18196] ppid=18174 vsize=28624 CPUtime=6.69
/proc/18196/stat : 18196 (minisat) R 18174 18174 17861 0 -1 4194304 6783 0 0 0 664 5 0 0 25 0 1 0 167312937 29310976 6757 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/18196/statm: 7156 6757 54 142 0 7012 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 76188

[startup+51.3201 s]
/proc/loadavg: 2.03 1.55 1.24 3/88 18196
/proc/meminfo: memFree=1361888/2055920 swapFree=4191880/4192956
[pid=18174] ppid=18172 vsize=47564 CPUtime=18.66
/proc/18174/stat : 18174 (galac.sh) S 18172 18174 17861 0 -1 4194304 800 37998 0 1 0 0 1838 28 17 0 1 0 167311048 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18174/statm: 11891 364 246 79 0 218 0
[pid=18196] ppid=18174 vsize=33176 CPUtime=32.12
/proc/18196/stat : 18196 (minisat) R 18174 18174 17861 0 -1 4194304 7927 0 0 0 3206 6 0 0 25 0 1 0 167312937 33972224 7901 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/18196/statm: 8294 7901 54 142 0 8150 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 80740

[startup+102.585 s]
/proc/loadavg: 2.21 1.68 1.30 3/94 18268
/proc/meminfo: memFree=1349008/2055920 swapFree=4191880/4192956
[pid=18174] ppid=18172 vsize=47564 CPUtime=18.66
/proc/18174/stat : 18174 (galac.sh) S 18172 18174 17861 0 -1 4194304 800 37998 0 1 0 0 1838 28 17 0 1 0 167311048 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18174/statm: 11891 364 246 79 0 218 0
[pid=18196] ppid=18174 vsize=37304 CPUtime=82.85
/proc/18196/stat : 18196 (minisat) R 18174 18174 17861 0 -1 4194304 8942 0 0 0 8277 8 0 0 25 0 1 0 167312937 38199296 8916 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 1 0 0
/proc/18196/statm: 9326 8916 54 142 0 9182 0
Current children cumulated CPU time (s) 101.51
Current children cumulated vsize (KiB) 84868

[startup+162.601 s]
/proc/loadavg: 2.08 1.73 1.34 3/94 18360
/proc/meminfo: memFree=1337128/2055920 swapFree=4191880/4192956
[pid=18174] ppid=18172 vsize=47564 CPUtime=18.66
/proc/18174/stat : 18174 (galac.sh) S 18172 18174 17861 0 -1 4194304 800 37998 0 1 0 0 1838 28 17 0 1 0 167311048 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18174/statm: 11891 364 246 79 0 218 0
[pid=18196] ppid=18174 vsize=43056 CPUtime=142.2
/proc/18196/stat : 18196 (minisat) R 18174 18174 17861 0 -1 4194304 10379 0 0 0 14210 10 0 0 25 0 1 0 167312937 44089344 10353 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/18196/statm: 10764 10353 54 142 0 10620 0
Current children cumulated CPU time (s) 160.86
Current children cumulated vsize (KiB) 90620

[startup+222.7 s]
/proc/loadavg: 2.14 1.81 1.39 3/88 18394
/proc/meminfo: memFree=1327648/2055920 swapFree=4191880/4192956
[pid=18174] ppid=18172 vsize=47564 CPUtime=18.66
/proc/18174/stat : 18174 (galac.sh) S 18172 18174 17861 0 -1 4194304 800 37998 0 1 0 0 1838 28 17 0 1 0 167311048 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18174/statm: 11891 364 246 79 0 218 0
[pid=18196] ppid=18174 vsize=48568 CPUtime=201.71
/proc/18196/stat : 18196 (minisat) R 18174 18174 17861 0 -1 4194304 11757 0 0 0 20158 13 0 0 25 0 1 0 167312937 49733632 11731 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/18196/statm: 12142 11731 54 142 0 11998 0
Current children cumulated CPU time (s) 220.37
Current children cumulated vsize (KiB) 96132

[startup+282.795 s]
/proc/loadavg: 2.05 1.84 1.42 3/88 18394

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

/proc/loadavg: 2.00 1.99 1.74 3/88 18396
/proc/meminfo: memFree=1221280/2055920 swapFree=4191880/4192956
[pid=18174] ppid=18172 vsize=47564 CPUtime=18.66
/proc/18174/stat : 18174 (galac.sh) S 18172 18174 17861 0 -1 4194304 800 37998 0 1 0 0 1838 28 17 0 1 0 167311048 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18174/statm: 11891 364 246 79 0 218 0
[pid=18196] ppid=18174 vsize=106756 CPUtime=1094.93
/proc/18196/stat : 18196 (minisat) R 18174 18174 17861 0 -1 4194304 26203 0 0 0 109455 38 0 0 25 0 1 0 167312937 109318144 26177 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/18196/statm: 26689 26177 54 142 0 26545 0
Current children cumulated CPU time (s) 1113.59
Current children cumulated vsize (KiB) 154320

[startup+1184.19 s]
/proc/loadavg: 2.00 1.99 1.75 3/88 18396
/proc/meminfo: memFree=1214176/2055920 swapFree=4191880/4192956
[pid=18174] ppid=18172 vsize=47564 CPUtime=18.66
/proc/18174/stat : 18174 (galac.sh) S 18172 18174 17861 0 -1 4194304 800 37998 0 1 0 0 1838 28 17 0 1 0 167311048 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18174/statm: 11891 364 246 79 0 218 0
[pid=18196] ppid=18174 vsize=110528 CPUtime=1154.48
/proc/18196/stat : 18196 (minisat) R 18174 18174 17861 0 -1 4194304 27135 0 0 0 115409 39 0 0 25 0 1 0 167312937 113180672 27109 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/18196/statm: 27632 27109 54 142 0 27488 0
Current children cumulated CPU time (s) 1173.14
Current children cumulated vsize (KiB) 158092

[startup+1244.29 s]
/proc/loadavg: 2.00 1.99 1.77 3/88 18396
/proc/meminfo: memFree=1207392/2055920 swapFree=4191880/4192956
[pid=18174] ppid=18172 vsize=47564 CPUtime=18.66
/proc/18174/stat : 18174 (galac.sh) S 18172 18174 17861 0 -1 4194304 800 37998 0 1 0 0 1838 28 17 0 1 0 167311048 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18174/statm: 11891 364 246 79 0 218 0
[pid=18196] ppid=18174 vsize=114096 CPUtime=1214.02
/proc/18196/stat : 18196 (minisat) R 18174 18174 17861 0 -1 4194304 28030 0 0 0 121361 41 0 0 25 0 1 0 167312937 116834304 28004 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/18196/statm: 28524 28004 54 142 0 28380 0
Current children cumulated CPU time (s) 1232.68
Current children cumulated vsize (KiB) 161660

[startup+1304.38 s]
/proc/loadavg: 2.00 1.99 1.78 3/88 18396
/proc/meminfo: memFree=1202656/2055920 swapFree=4191880/4192956
[pid=18174] ppid=18172 vsize=47564 CPUtime=18.66
/proc/18174/stat : 18174 (galac.sh) S 18172 18174 17861 0 -1 4194304 800 37998 0 1 0 0 1838 28 17 0 1 0 167311048 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18174/statm: 11891 364 246 79 0 218 0
[pid=18196] ppid=18174 vsize=116328 CPUtime=1273.57
/proc/18196/stat : 18196 (minisat) R 18174 18174 17861 0 -1 4194304 28611 0 0 0 127315 42 0 0 25 0 1 0 167312937 119119872 28585 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/18196/statm: 29082 28585 54 142 0 28938 0
Current children cumulated CPU time (s) 1292.23
Current children cumulated vsize (KiB) 163892

[startup+1364.47 s]
/proc/loadavg: 2.12 2.02 1.80 3/88 18396
/proc/meminfo: memFree=1197536/2055920 swapFree=4191880/4192956
[pid=18174] ppid=18172 vsize=47564 CPUtime=18.66
/proc/18174/stat : 18174 (galac.sh) S 18172 18174 17861 0 -1 4194304 800 37998 0 1 0 0 1838 28 17 0 1 0 167311048 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18174/statm: 11891 364 246 79 0 218 0
[pid=18196] ppid=18174 vsize=118044 CPUtime=1333.12
/proc/18196/stat : 18196 (minisat) R 18174 18174 17861 0 -1 4194304 29019 0 0 0 133269 43 0 0 25 0 1 0 167312937 120877056 28993 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/18196/statm: 29511 28993 54 142 0 29367 0
Current children cumulated CPU time (s) 1351.78
Current children cumulated vsize (KiB) 165608

[startup+1424.56 s]
/proc/loadavg: 2.04 2.01 1.81 3/88 18396
/proc/meminfo: memFree=1191840/2055920 swapFree=4191880/4192956
[pid=18174] ppid=18172 vsize=47564 CPUtime=18.66
/proc/18174/stat : 18174 (galac.sh) S 18172 18174 17861 0 -1 4194304 800 37998 0 1 0 0 1838 28 17 0 1 0 167311048 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18174/statm: 11891 364 246 79 0 218 0
[pid=18196] ppid=18174 vsize=120784 CPUtime=1392.66
/proc/18196/stat : 18196 (minisat) R 18174 18174 17861 0 -1 4194304 29703 0 0 0 139222 44 0 0 25 0 1 0 167312937 123682816 29677 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529444 0 0 4096 3 0 0 0 17 1 0 0
/proc/18196/statm: 30196 29677 54 142 0 30052 0
Current children cumulated CPU time (s) 1411.32
Current children cumulated vsize (KiB) 168348

[startup+1484.65 s]
/proc/loadavg: 2.01 2.01 1.82 3/88 18396
/proc/meminfo: memFree=1185824/2055920 swapFree=4191880/4192956
[pid=18174] ppid=18172 vsize=47564 CPUtime=18.66
/proc/18174/stat : 18174 (galac.sh) S 18172 18174 17861 0 -1 4194304 800 37998 0 1 0 0 1838 28 17 0 1 0 167311048 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18174/statm: 11891 364 246 79 0 218 0
[pid=18196] ppid=18174 vsize=124724 CPUtime=1452.22
/proc/18196/stat : 18196 (minisat) R 18174 18174 17861 0 -1 4194304 30553 0 0 0 145176 46 0 0 25 0 1 0 167312937 127717376 30527 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529444 0 0 4096 3 0 0 0 17 1 0 0
/proc/18196/statm: 31181 30527 54 142 0 31037 0
Current children cumulated CPU time (s) 1470.88
Current children cumulated vsize (KiB) 172288

[startup+1544.75 s]
/proc/loadavg: 2.00 2.00 1.83 3/88 18396
/proc/meminfo: memFree=1181024/2055920 swapFree=4191880/4192956
[pid=18174] ppid=18172 vsize=47564 CPUtime=18.66
/proc/18174/stat : 18174 (galac.sh) S 18172 18174 17861 0 -1 4194304 800 37998 0 1 0 0 1838 28 17 0 1 0 167311048 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18174/statm: 11891 364 246 79 0 218 0
[pid=18196] ppid=18174 vsize=127316 CPUtime=1511.77
/proc/18196/stat : 18196 (minisat) R 18174 18174 17861 0 -1 4194304 31215 0 0 0 151130 47 0 0 25 0 1 0 167312937 130371584 31189 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/18196/statm: 31829 31189 54 142 0 31685 0
Current children cumulated CPU time (s) 1530.43
Current children cumulated vsize (KiB) 174880

[startup+1604.84 s]
/proc/loadavg: 2.00 2.00 1.83 3/88 18396
/proc/meminfo: memFree=1175840/2055920 swapFree=4191880/4192956
[pid=18174] ppid=18172 vsize=47564 CPUtime=18.66
/proc/18174/stat : 18174 (galac.sh) S 18172 18174 17861 0 -1 4194304 800 37998 0 1 0 0 1838 28 17 0 1 0 167311048 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18174/statm: 11891 364 246 79 0 218 0
[pid=18196] ppid=18174 vsize=129960 CPUtime=1571.31
/proc/18196/stat : 18196 (minisat) R 18174 18174 17861 0 -1 4194304 31875 0 0 0 157083 48 0 0 25 0 1 0 167312937 133079040 31849 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529313 0 0 4096 3 0 0 0 17 1 0 0
/proc/18196/statm: 32490 31849 54 142 0 32346 0
Current children cumulated CPU time (s) 1589.97
Current children cumulated vsize (KiB) 177524

[startup+1664.85 s]
/proc/loadavg: 2.22 2.05 1.85 3/95 18532
/proc/meminfo: memFree=1184488/2055920 swapFree=4191880/4192956
[pid=18174] ppid=18172 vsize=47564 CPUtime=18.66
/proc/18174/stat : 18174 (galac.sh) S 18172 18174 17861 0 -1 4194304 800 37998 0 1 0 0 1838 28 17 0 1 0 167311048 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18174/statm: 11891 364 246 79 0 218 0
[pid=18196] ppid=18174 vsize=132808 CPUtime=1631.09
/proc/18196/stat : 18196 (minisat) R 18174 18174 17861 0 -1 4194304 32585 0 0 0 163058 51 0 0 25 0 1 0 167312937 135995392 32559 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/18196/statm: 33202 32559 54 142 0 33058 0
Current children cumulated CPU time (s) 1649.75
Current children cumulated vsize (KiB) 180372

[startup+1724.9 s]
/proc/loadavg: 2.11 2.05 1.87 3/95 18532
/proc/meminfo: memFree=1103336/2055920 swapFree=4191880/4192956
[pid=18174] ppid=18172 vsize=47564 CPUtime=18.66
/proc/18174/stat : 18174 (galac.sh) S 18172 18174 17861 0 -1 4194304 800 37998 0 1 0 0 1838 28 17 0 1 0 167311048 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18174/statm: 11891 364 246 79 0 218 0
[pid=18196] ppid=18174 vsize=135052 CPUtime=1691.05
/proc/18196/stat : 18196 (minisat) R 18174 18174 17861 0 -1 4194304 33162 0 0 0 169053 52 0 0 25 0 1 0 167312937 138293248 33136 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134533571 0 0 4096 3 0 0 0 17 0 0 0
/proc/18196/statm: 33763 33136 54 142 0 33619 0
Current children cumulated CPU time (s) 1709.71
Current children cumulated vsize (KiB) 182616

[startup+1784.91 s]
/proc/loadavg: 2.11 2.06 1.88 3/95 18532
/proc/meminfo: memFree=1033896/2055920 swapFree=4191880/4192956
[pid=18174] ppid=18172 vsize=47564 CPUtime=18.66
/proc/18174/stat : 18174 (galac.sh) S 18172 18174 17861 0 -1 4194304 800 37998 0 1 0 0 1838 28 17 0 1 0 167311048 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18174/statm: 11891 364 246 79 0 218 0
[pid=18196] ppid=18174 vsize=137296 CPUtime=1751
/proc/18196/stat : 18196 (minisat) R 18174 18174 17861 0 -1 4194304 33750 0 0 0 175047 53 0 0 25 0 1 0 167312937 140591104 33724 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/18196/statm: 34324 33724 54 142 0 34180 0
Current children cumulated CPU time (s) 1769.66
Current children cumulated vsize (KiB) 184860



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.34 s]
/proc/loadavg: 2.06 2.05 1.88 3/95 18532
/proc/meminfo: memFree=1001768/2055920 swapFree=4191880/4192956
[pid=18174] ppid=18172 vsize=47564 CPUtime=18.66
/proc/18174/stat : 18174 (galac.sh) S 18172 18174 17861 0 -1 4194304 800 37998 0 1 0 0 1838 28 17 0 1 0 167311048 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18174/statm: 11891 364 246 79 0 218 0
[pid=18196] ppid=18174 vsize=138696 CPUtime=1781.39
/proc/18196/stat : 18196 (minisat) R 18174 18174 17861 0 -1 4194304 34067 0 0 0 178085 54 0 0 25 0 1 0 167312937 142024704 34041 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/18196/statm: 34674 34041 54 142 0 34530 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 186260

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 18174 and gives childrusage.ru_utime.tv_sec=18 childrusage.ru_utime.tv_usec=395203 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=289955
CPU time returned by wait4() is 18.6852
while last known CPU time is 1800.05

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

Real time (s): 1815.35
CPU time (s): 1800.05
CPU user time (s): 1799.23
CPU system time (s): 0.82
CPU usage (%): 99.157
Max. virtual memory (cumulated for all children) (KiB): 908628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.3952
system time used= 0.289955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38798
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= 1497
involuntary context switches= 1783

runsolver used 2.06069 s user time and 6.01908 s system time

The end

Launcher Data (download as text)

Begin job on node29 on Sun Jan  7 16:59:30 UTC 2007


IDJOB= 208656
IDBENCH= 4419
FILE ID= node29/208656-1168189169

PBS_JOBID= 3479253

Free space on /tmp= 66535 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  0838945d23053064998840a410e5fa30

RANDOM SEED= 601789122

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.241
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.241
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:       1407112 kB
Buffers:         57692 kB
Cached:         409156 kB
SwapCached:        448 kB
Active:         195880 kB
Inactive:       382724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1407112 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            4148 kB
Writeback:           0 kB
Mapped:         130416 kB
Slab:            54820 kB
Committed_AS:  3525740 kB
PageTables:       2516 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= 66535 MiB



End job on node29 on Sun Jan  7 17:29:45 UTC 2007