Trace number 208721

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 1808.98

General information on the benchmark

Namerandom/rand-3-20-20-fcd/
rand-3-20-20-60-632-fcd-45_ext.xml
MD5SUMa3d1b6725db62d62d93fa0b4098d2359
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 benchmark6.51901
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.69	c start processing
1.69	c start relation processing
4.60	c start cnf exporting
18.24	c parsing time : 1.529
18.24	c preprocessing time : 18.077
18.24	
18.24	c Nary constraints - conflicts : 0 supports : 57
18.24	c Binary constraints - conflicts : 0 supports :0
18.24	c max arity constraint : 3
18.24	c Max Tuples generated 0
18.24	c relations : 57
18.24	c relations BDD: 57
18.24	c vars : 124854 - clauses :  399171
18.24	
18.30	 
18.30	c --- Minisat Stats ---
18.30	 

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/node12/watcher-208721-1168189559 -o ROOT/results/node12/solver-208721-1168189559 -C 1800 -M 900 /tmp/evaluation/208721-1168189559/galac.sh /tmp/evaluation/208721-1168189559/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: 2.00 2.01 2.00 3/93 3799
/proc/meminfo: memFree=1473888/2055920 swapFree=4160348/4192956
[pid=3798] ppid=3796 vsize=652 CPUtime=0
/proc/3798/stat : 3798 (galac.sh) R 3796 3798 2089 0 -1 4194304 41 0 0 0 0 0 0 0 20 0 1 0 167350996 667648 25 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252426908949 0 0 4096 0 0 0 0 17 1 0 0
/proc/3798/statm: 163 25 18 79 0 53 0

[startup+0.102989 s]
/proc/loadavg: 2.00 2.01 2.00 3/93 3799
/proc/meminfo: memFree=1473888/2055920 swapFree=4160348/4192956
[pid=3798] ppid=3796 vsize=47552 CPUtime=0.01
/proc/3798/stat : 3798 (galac.sh) S 3796 3798 2089 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 167350996 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3798/statm: 11888 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.511061 s]
/proc/loadavg: 2.00 2.01 2.00 3/93 3799
/proc/meminfo: memFree=1473888/2055920 swapFree=4160348/4192956
[pid=3798] ppid=3796 vsize=47552 CPUtime=0.01
/proc/3798/stat : 3798 (galac.sh) S 3796 3798 2089 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 167350996 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3798/statm: 11888 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+1.33421 s]
/proc/loadavg: 2.00 2.01 2.00 3/101 3819
/proc/meminfo: memFree=1395424/2055920 swapFree=4160348/4192956
[pid=3798] ppid=3796 vsize=47552 CPUtime=0.01
/proc/3798/stat : 3798 (galac.sh) S 3796 3798 2089 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 167350996 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3798/statm: 11888 363 245 79 0 218 0
[pid=3812] ppid=3798 vsize=860852 CPUtime=1.27
/proc/3812/stat : 3812 (java) R 3798 3798 2089 0 -1 0 21585 0 1 0 117 10 0 0 25 0 8 0 167351000 881512448 21338 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4072941846 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3812/statm: 215213 21338 1965 14 0 201471 0
[pid=3812/tid=3813] ppid=3798 vsize=860852 CPUtime=0.05
/proc/3812/task/3813/stat : 3813 (java) S 3798 3798 2089 0 -1 64 5832 0 0 0 3 2 0 0 16 0 8 0 167351004 881512448 21338 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3812/tid=3814] ppid=3798 vsize=860852 CPUtime=0
/proc/3812/task/3814/stat : 3814 (java) S 3798 3798 2089 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 167351004 881512448 21338 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3812/tid=3815] ppid=3798 vsize=860852 CPUtime=0
/proc/3812/task/3815/stat : 3815 (java) S 3798 3798 2089 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 167351004 881512448 21338 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3812/tid=3816] ppid=3798 vsize=860852 CPUtime=0
/proc/3812/task/3816/stat : 3816 (java) S 3798 3798 2089 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 167351008 881512448 21338 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3812/tid=3817] ppid=3798 vsize=860852 CPUtime=0.12
/proc/3812/task/3817/stat : 3817 (java) S 3798 3798 2089 0 -1 64 893 0 0 0 12 0 0 0 16 0 8 0 167351008 881512448 21338 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3812/tid=3818] ppid=3798 vsize=860852 CPUtime=0
/proc/3812/task/3818/stat : 3818 (java) S 3798 3798 2089 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 167351008 881512448 21338 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3812/tid=3819] ppid=3798 vsize=860852 CPUtime=0
/proc/3812/task/3819/stat : 3819 (java) S 3798 3798 2089 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 167351008 881512448 21338 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) 908404

[startup+2.98665 s]
/proc/loadavg: 2.00 2.01 2.00 3/101 3819
/proc/meminfo: memFree=1390432/2055920 swapFree=4160348/4192956
[pid=3798] ppid=3796 vsize=47552 CPUtime=0.01
/proc/3798/stat : 3798 (galac.sh) S 3796 3798 2089 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 167350996 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3798/statm: 11888 363 245 79 0 218 0
[pid=3812] ppid=3798 vsize=860852 CPUtime=2.9
/proc/3812/stat : 3812 (java) R 3798 3798 2089 0 -1 0 22835 0 1 0 279 11 0 0 25 0 8 0 167351000 881512448 22585 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073879920 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3812/statm: 215213 22585 1973 14 0 201471 0
[pid=3812/tid=3813] ppid=3798 vsize=860852 CPUtime=0.1
/proc/3812/task/3813/stat : 3813 (java) S 3798 3798 2089 0 -1 64 7037 0 0 0 7 3 0 0 17 0 8 0 167351004 881512448 22585 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3812/tid=3814] ppid=3798 vsize=860852 CPUtime=0
/proc/3812/task/3814/stat : 3814 (java) S 3798 3798 2089 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 167351004 881512448 22585 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3812/tid=3815] ppid=3798 vsize=860852 CPUtime=0
/proc/3812/task/3815/stat : 3815 (java) S 3798 3798 2089 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 167351004 881512448 22585 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3812/tid=3816] ppid=3798 vsize=860852 CPUtime=0
/proc/3812/task/3816/stat : 3816 (java) S 3798 3798 2089 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 167351008 881512448 22585 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3812/tid=3817] ppid=3798 vsize=860852 CPUtime=0.17
/proc/3812/task/3817/stat : 3817 (java) S 3798 3798 2089 0 -1 64 917 0 0 0 17 0 0 0 16 0 8 0 167351008 881512448 22585 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3812/tid=3818] ppid=3798 vsize=860852 CPUtime=0
/proc/3812/task/3818/stat : 3818 (java) S 3798 3798 2089 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 167351008 881512448 22585 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3812/tid=3819] ppid=3798 vsize=860852 CPUtime=0
/proc/3812/task/3819/stat : 3819 (java) S 3798 3798 2089 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 167351008 881512448 22585 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) 908404

[startup+6.2761 s]
/proc/loadavg: 2.00 2.01 2.00 3/101 3819
/proc/meminfo: memFree=1343392/2055920 swapFree=4160348/4192956
[pid=3798] ppid=3796 vsize=47552 CPUtime=0.01
/proc/3798/stat : 3798 (galac.sh) S 3796 3798 2089 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 167350996 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3798/statm: 11888 363 245 79 0 218 0
[pid=3812] ppid=3798 vsize=860852 CPUtime=6.17
/proc/3812/stat : 3812 (java) R 3798 3798 2089 0 -1 0 35859 0 1 0 598 19 0 0 25 0 8 0 167351000 881512448 35605 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073660712 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3812/statm: 215213 35605 1993 14 0 201471 0
[pid=3812/tid=3813] ppid=3798 vsize=860852 CPUtime=0.71
/proc/3812/task/3813/stat : 3813 (java) S 3798 3798 2089 0 -1 64 19970 0 0 0 63 8 0 0 16 0 8 0 167351004 881512448 35605 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3812/tid=3814] ppid=3798 vsize=860852 CPUtime=0
/proc/3812/task/3814/stat : 3814 (java) S 3798 3798 2089 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 167351004 881512448 35605 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3812/tid=3815] ppid=3798 vsize=860852 CPUtime=0
/proc/3812/task/3815/stat : 3815 (java) S 3798 3798 2089 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 167351004 881512448 35605 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3812/tid=3816] ppid=3798 vsize=860852 CPUtime=0
/proc/3812/task/3816/stat : 3816 (java) S 3798 3798 2089 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 167351008 881512448 35605 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3812/tid=3817] ppid=3798 vsize=860852 CPUtime=0.24
/proc/3812/task/3817/stat : 3817 (java) S 3798 3798 2089 0 -1 64 964 0 0 0 23 1 0 0 16 0 8 0 167351008 881512448 35605 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3812/tid=3818] ppid=3798 vsize=860852 CPUtime=0
/proc/3812/task/3818/stat : 3818 (java) S 3798 3798 2089 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 167351008 881512448 35605 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3812/tid=3819] ppid=3798 vsize=860852 CPUtime=0
/proc/3812/task/3819/stat : 3819 (java) S 3798 3798 2089 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 167351008 881512448 35605 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 908404

[startup+12.7743 s]
/proc/loadavg: 2.00 2.01 2.00 3/101 3819
/proc/meminfo: memFree=1334496/2055920 swapFree=4160348/4192956
[pid=3798] ppid=3796 vsize=47552 CPUtime=0.01
/proc/3798/stat : 3798 (galac.sh) S 3796 3798 2089 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 167350996 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3798/statm: 11888 363 245 79 0 218 0
[pid=3812] ppid=3798 vsize=860852 CPUtime=12.6
/proc/3812/stat : 3812 (java) R 3798 3798 2089 0 -1 0 35870 0 1 0 1239 21 0 0 25 0 8 0 167351000 881512448 35605 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4154509238 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3812/statm: 215213 35605 1993 14 0 201471 0
[pid=3812/tid=3813] ppid=3798 vsize=860852 CPUtime=0.73
/proc/3812/task/3813/stat : 3813 (java) S 3798 3798 2089 0 -1 64 19970 0 0 0 64 9 0 0 16 0 8 0 167351004 881512448 35605 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3812/tid=3814] ppid=3798 vsize=860852 CPUtime=0
/proc/3812/task/3814/stat : 3814 (java) S 3798 3798 2089 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 167351004 881512448 35605 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3812/tid=3815] ppid=3798 vsize=860852 CPUtime=0
/proc/3812/task/3815/stat : 3815 (java) S 3798 3798 2089 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 167351004 881512448 35605 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3812/tid=3816] ppid=3798 vsize=860852 CPUtime=0
/proc/3812/task/3816/stat : 3816 (java) S 3798 3798 2089 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 167351008 881512448 35605 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3812/tid=3817] ppid=3798 vsize=860852 CPUtime=0.24
/proc/3812/task/3817/stat : 3817 (java) S 3798 3798 2089 0 -1 64 964 0 0 0 23 1 0 0 16 0 8 0 167351008 881512448 35605 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3812/tid=3818] ppid=3798 vsize=860852 CPUtime=0
/proc/3812/task/3818/stat : 3818 (java) S 3798 3798 2089 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 167351008 881512448 35605 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3812/tid=3819] ppid=3798 vsize=860852 CPUtime=0
/proc/3812/task/3819/stat : 3819 (java) S 3798 3798 2089 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 167351008 881512448 35605 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 908404

[startup+25.6276 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 3820
/proc/meminfo: memFree=1440920/2055920 swapFree=4160348/4192956
[pid=3798] ppid=3796 vsize=47552 CPUtime=18.06
/proc/3798/stat : 3798 (galac.sh) S 3796 3798 2089 0 -1 4194304 798 37591 0 1 0 0 1779 27 17 0 1 0 167350996 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3798/statm: 11888 363 245 79 0 218 0
[pid=3820] ppid=3798 vsize=27704 CPUtime=7.24
/proc/3820/stat : 3820 (minisat) R 3798 3798 2089 0 -1 4194304 6470 0 0 0 720 4 0 0 25 0 1 0 167352827 28368896 6452 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3820/statm: 6926 6452 54 142 0 6782 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 75256

[startup+51.3152 s]
/proc/loadavg: 2.00 2.00 2.00 2/82 3820
/proc/meminfo: memFree=1493496/2055920 swapFree=4160348/4192956
[pid=3798] ppid=3796 vsize=47552 CPUtime=18.06
/proc/3798/stat : 3798 (galac.sh) S 3796 3798 2089 0 -1 4194304 798 37591 0 1 0 0 1779 27 17 0 1 0 167350996 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3798/statm: 11888 363 245 79 0 218 0
[pid=3820] ppid=3798 vsize=33516 CPUtime=32.7
/proc/3820/stat : 3820 (minisat) R 3798 3798 2089 0 -1 4194304 7931 0 0 0 3263 7 0 0 25 0 1 0 167352827 34320384 7913 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/3820/statm: 8379 7913 54 142 0 8235 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 81068

[startup+102.561 s]
/proc/loadavg: 1.96 1.99 1.99 3/95 3924
/proc/meminfo: memFree=1464008/2055920 swapFree=4160348/4192956
[pid=3798] ppid=3796 vsize=47552 CPUtime=18.06
/proc/3798/stat : 3798 (galac.sh) S 3796 3798 2089 0 -1 4194304 798 37591 0 1 0 0 1779 27 17 0 1 0 167350996 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3798/statm: 11888 363 245 79 0 218 0
[pid=3820] ppid=3798 vsize=42968 CPUtime=83.91
/proc/3820/stat : 3820 (minisat) R 3798 3798 2089 0 -1 4194304 10283 0 0 0 8379 12 0 0 25 0 1 0 167352827 43999232 10265 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/3820/statm: 10742 10265 54 142 0 10598 0
Current children cumulated CPU time (s) 101.97
Current children cumulated vsize (KiB) 90520

[startup+162.6 s]
/proc/loadavg: 1.98 1.99 1.99 3/95 3924
/proc/meminfo: memFree=1458120/2055920 swapFree=4160348/4192956
[pid=3798] ppid=3796 vsize=47552 CPUtime=18.06
/proc/3798/stat : 3798 (galac.sh) S 3796 3798 2089 0 -1 4194304 798 37591 0 1 0 0 1779 27 17 0 1 0 167350996 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3798/statm: 11888 363 245 79 0 218 0
[pid=3820] ppid=3798 vsize=48856 CPUtime=143.86
/proc/3820/stat : 3820 (minisat) R 3798 3798 2089 0 -1 4194304 11759 0 0 0 14372 14 0 0 25 0 1 0 167352827 50028544 11741 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529749 0 0 4096 3 0 0 0 17 0 0 0
/proc/3820/statm: 12214 11741 54 142 0 12070 0
Current children cumulated CPU time (s) 161.92
Current children cumulated vsize (KiB) 96408

[startup+222.685 s]
/proc/loadavg: 2.03 2.00 2.00 3/95 3995
/proc/meminfo: memFree=1452424/2055920 swapFree=4160348/4192956
[pid=3798] ppid=3796 vsize=47552 CPUtime=18.06
/proc/3798/stat : 3798 (galac.sh) S 3796 3798 2089 0 -1 4194304 798 37591 0 1 0 0 1779 27 17 0 1 0 167350996 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3798/statm: 11888 363 245 79 0 218 0
[pid=3820] ppid=3798 vsize=53468 CPUtime=203.88
/proc/3820/stat : 3820 (minisat) R 3798 3798 2089 0 -1 4194304 12877 0 0 0 20371 17 0 0 25 0 1 0 167352827 54751232 12859 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520051 0 0 4096 3 0 0 0 17 0 0 0
/proc/3820/statm: 13367 12859 54 142 0 13223 0
Current children cumulated CPU time (s) 221.94
Current children cumulated vsize (KiB) 101020

[startup+282.744 s]
/proc/loadavg: 2.01 2.00 2.00 3/95 3995

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

/proc/loadavg: 2.06 2.00 2.00 3/96 4298
/proc/meminfo: memFree=1245120/2055920 swapFree=4160348/4192956
[pid=3798] ppid=3796 vsize=47552 CPUtime=18.06
/proc/3798/stat : 3798 (galac.sh) S 3796 3798 2089 0 -1 4194304 798 37591 0 1 0 0 1779 27 17 0 1 0 167350996 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3798/statm: 11888 363 245 79 0 218 0
[pid=3820] ppid=3798 vsize=100716 CPUtime=1100.69
/proc/3820/stat : 3820 (minisat) R 3798 3798 2089 0 -1 4194304 24517 0 0 0 110030 39 0 0 25 0 1 0 167352827 103133184 24499 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/3820/statm: 25179 24499 54 142 0 25035 0
Current children cumulated CPU time (s) 1118.75
Current children cumulated vsize (KiB) 148268

[startup+1184.04 s]
/proc/loadavg: 2.02 2.00 2.00 3/96 4298
/proc/meminfo: memFree=1243456/2055920 swapFree=4160348/4192956
[pid=3798] ppid=3796 vsize=47552 CPUtime=18.06
/proc/3798/stat : 3798 (galac.sh) S 3796 3798 2089 0 -1 4194304 798 37591 0 1 0 0 1779 27 17 0 1 0 167350996 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3798/statm: 11888 363 245 79 0 218 0
[pid=3820] ppid=3798 vsize=102460 CPUtime=1160.46
/proc/3820/stat : 3820 (minisat) R 3798 3798 2089 0 -1 4194304 24930 0 0 0 116006 40 0 0 25 0 1 0 167352827 104919040 24912 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529374 0 0 4096 3 0 0 0 17 0 0 0
/proc/3820/statm: 25615 24912 54 142 0 25471 0
Current children cumulated CPU time (s) 1178.52
Current children cumulated vsize (KiB) 150012

[startup+1244.13 s]
/proc/loadavg: 2.06 2.01 2.00 3/96 4298
/proc/meminfo: memFree=1241472/2055920 swapFree=4160348/4192956
[pid=3798] ppid=3796 vsize=47552 CPUtime=18.06
/proc/3798/stat : 3798 (galac.sh) S 3796 3798 2089 0 -1 4194304 798 37591 0 1 0 0 1779 27 17 0 1 0 167350996 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3798/statm: 11888 363 245 79 0 218 0
[pid=3820] ppid=3798 vsize=104472 CPUtime=1220.2
/proc/3820/stat : 3820 (minisat) R 3798 3798 2089 0 -1 4194304 25416 0 0 0 121979 41 0 0 25 0 1 0 167352827 106979328 25398 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 0 0 0
/proc/3820/statm: 26118 25398 54 142 0 25974 0
Current children cumulated CPU time (s) 1238.26
Current children cumulated vsize (KiB) 152024

[startup+1304.22 s]
/proc/loadavg: 2.02 2.01 2.00 3/96 4298
/proc/meminfo: memFree=1239424/2055920 swapFree=4160348/4192956
[pid=3798] ppid=3796 vsize=47552 CPUtime=18.06
/proc/3798/stat : 3798 (galac.sh) S 3796 3798 2089 0 -1 4194304 798 37591 0 1 0 0 1779 27 17 0 1 0 167350996 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3798/statm: 11888 363 245 79 0 218 0
[pid=3820] ppid=3798 vsize=106404 CPUtime=1279.97
/proc/3820/stat : 3820 (minisat) R 3798 3798 2089 0 -1 4194304 25924 0 0 0 127955 42 0 0 25 0 1 0 167352827 108957696 25906 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/3820/statm: 26601 25906 54 142 0 26457 0
Current children cumulated CPU time (s) 1298.03
Current children cumulated vsize (KiB) 153956

[startup+1364.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/96 4298
/proc/meminfo: memFree=1237056/2055920 swapFree=4160348/4192956
[pid=3798] ppid=3796 vsize=47552 CPUtime=18.06
/proc/3798/stat : 3798 (galac.sh) S 3796 3798 2089 0 -1 4194304 798 37591 0 1 0 0 1779 27 17 0 1 0 167350996 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3798/statm: 11888 363 245 79 0 218 0
[pid=3820] ppid=3798 vsize=108848 CPUtime=1339.73
/proc/3820/stat : 3820 (minisat) R 3798 3798 2089 0 -1 4194304 26515 0 0 0 133930 43 0 0 25 0 1 0 167352827 111460352 26497 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/3820/statm: 27212 26497 54 142 0 27068 0
Current children cumulated CPU time (s) 1357.79
Current children cumulated vsize (KiB) 156400

[startup+1424.38 s]
/proc/loadavg: 2.09 2.03 2.01 3/96 4298
/proc/meminfo: memFree=1234880/2055920 swapFree=4160348/4192956
[pid=3798] ppid=3796 vsize=47552 CPUtime=18.06
/proc/3798/stat : 3798 (galac.sh) S 3796 3798 2089 0 -1 4194304 798 37591 0 1 0 0 1779 27 17 0 1 0 167350996 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3798/statm: 11888 363 245 79 0 218 0
[pid=3820] ppid=3798 vsize=111344 CPUtime=1399.46
/proc/3820/stat : 3820 (minisat) R 3798 3798 2089 0 -1 4194304 27051 0 0 0 139901 45 0 0 25 0 1 0 167352827 114016256 27033 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/3820/statm: 27836 27033 54 142 0 27692 0
Current children cumulated CPU time (s) 1417.52
Current children cumulated vsize (KiB) 158896

[startup+1484.47 s]
/proc/loadavg: 2.03 2.02 2.00 3/96 4298
/proc/meminfo: memFree=1232640/2055920 swapFree=4160348/4192956
[pid=3798] ppid=3796 vsize=47552 CPUtime=18.06
/proc/3798/stat : 3798 (galac.sh) S 3796 3798 2089 0 -1 4194304 798 37591 0 1 0 0 1779 27 17 0 1 0 167350996 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3798/statm: 11888 363 245 79 0 218 0
[pid=3820] ppid=3798 vsize=113704 CPUtime=1459.23
/proc/3820/stat : 3820 (minisat) R 3798 3798 2089 0 -1 4194304 27624 0 0 0 145877 46 0 0 25 0 1 0 167352827 116432896 27606 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/3820/statm: 28426 27606 54 142 0 28282 0
Current children cumulated CPU time (s) 1477.29
Current children cumulated vsize (KiB) 161256

[startup+1544.57 s]
/proc/loadavg: 2.08 2.03 2.00 3/96 4298
/proc/meminfo: memFree=1230208/2055920 swapFree=4160348/4192956
[pid=3798] ppid=3796 vsize=47552 CPUtime=18.06
/proc/3798/stat : 3798 (galac.sh) S 3796 3798 2089 0 -1 4194304 798 37591 0 1 0 0 1779 27 17 0 1 0 167350996 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3798/statm: 11888 363 245 79 0 218 0
[pid=3820] ppid=3798 vsize=116056 CPUtime=1519
/proc/3820/stat : 3820 (minisat) R 3798 3798 2089 0 -1 4194304 28213 0 0 0 151853 47 0 0 25 0 1 0 167352827 118841344 28195 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/3820/statm: 29014 28195 54 142 0 28870 0
Current children cumulated CPU time (s) 1537.06
Current children cumulated vsize (KiB) 163608

[startup+1604.66 s]
/proc/loadavg: 2.03 2.03 2.00 3/96 4298
/proc/meminfo: memFree=1227840/2055920 swapFree=4160348/4192956
[pid=3798] ppid=3796 vsize=47552 CPUtime=18.06
/proc/3798/stat : 3798 (galac.sh) S 3796 3798 2089 0 -1 4194304 798 37591 0 1 0 0 1779 27 17 0 1 0 167350996 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3798/statm: 11888 363 245 79 0 218 0
[pid=3820] ppid=3798 vsize=118480 CPUtime=1578.73
/proc/3820/stat : 3820 (minisat) R 3798 3798 2089 0 -1 4194304 28797 0 0 0 157826 47 0 0 25 0 1 0 167352827 121323520 28779 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/3820/statm: 29620 28779 54 142 0 29476 0
Current children cumulated CPU time (s) 1596.79
Current children cumulated vsize (KiB) 166032

[startup+1664.75 s]
/proc/loadavg: 2.01 2.02 2.00 3/96 4298
/proc/meminfo: memFree=1225728/2055920 swapFree=4160348/4192956
[pid=3798] ppid=3796 vsize=47552 CPUtime=18.06
/proc/3798/stat : 3798 (galac.sh) S 3796 3798 2089 0 -1 4194304 798 37591 0 1 0 0 1779 27 17 0 1 0 167350996 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3798/statm: 11888 363 245 79 0 218 0
[pid=3820] ppid=3798 vsize=120584 CPUtime=1638.5
/proc/3820/stat : 3820 (minisat) R 3798 3798 2089 0 -1 4194304 29320 0 0 0 163802 48 0 0 25 0 1 0 167352827 123478016 29302 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529368 0 0 4096 3 0 0 0 17 0 0 0
/proc/3820/statm: 30146 29302 54 142 0 30002 0
Current children cumulated CPU time (s) 1656.56
Current children cumulated vsize (KiB) 168136

[startup+1724.84 s]
/proc/loadavg: 2.00 2.01 2.00 3/96 4298
/proc/meminfo: memFree=1223360/2055920 swapFree=4160348/4192956
[pid=3798] ppid=3796 vsize=47552 CPUtime=18.06
/proc/3798/stat : 3798 (galac.sh) S 3796 3798 2089 0 -1 4194304 798 37591 0 1 0 0 1779 27 17 0 1 0 167350996 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3798/statm: 11888 363 245 79 0 218 0
[pid=3820] ppid=3798 vsize=122952 CPUtime=1698.27
/proc/3820/stat : 3820 (minisat) R 3798 3798 2089 0 -1 4194304 29912 0 0 0 169778 49 0 0 25 0 1 0 167352827 125902848 29894 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/3820/statm: 30738 29894 54 142 0 30594 0
Current children cumulated CPU time (s) 1716.33
Current children cumulated vsize (KiB) 170504

[startup+1784.93 s]
/proc/loadavg: 2.00 2.01 2.00 3/96 4298
/proc/meminfo: memFree=1221312/2055920 swapFree=4160348/4192956
[pid=3798] ppid=3796 vsize=47552 CPUtime=18.06
/proc/3798/stat : 3798 (galac.sh) S 3796 3798 2089 0 -1 4194304 798 37591 0 1 0 0 1779 27 17 0 1 0 167350996 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3798/statm: 11888 363 245 79 0 218 0
[pid=3820] ppid=3798 vsize=125060 CPUtime=1758
/proc/3820/stat : 3820 (minisat) R 3798 3798 2089 0 -1 4194304 30418 0 0 0 175750 50 0 0 25 0 1 0 167352827 128061440 30400 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/3820/statm: 31265 30400 54 142 0 31121 0
Current children cumulated CPU time (s) 1776.06
Current children cumulated vsize (KiB) 172612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.97 s]
/proc/loadavg: 2.00 2.01 2.00 3/96 4298
/proc/meminfo: memFree=1220416/2055920 swapFree=4160348/4192956
[pid=3798] ppid=3796 vsize=47552 CPUtime=18.06
/proc/3798/stat : 3798 (galac.sh) S 3796 3798 2089 0 -1 4194304 798 37591 0 1 0 0 1779 27 17 0 1 0 167350996 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3798/statm: 11888 363 245 79 0 218 0
[pid=3820] ppid=3798 vsize=125860 CPUtime=1781.94
/proc/3820/stat : 3820 (minisat) R 3798 3798 2089 0 -1 4194304 30628 0 0 0 178143 51 0 0 25 0 1 0 167352827 128880640 30610 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529608 0 0 4096 3 0 0 0 17 0 0 0
/proc/3820/statm: 31465 30610 54 142 0 31321 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 173412

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 3798 and gives childrusage.ru_utime.tv_sec=17 childrusage.ru_utime.tv_usec=795294 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=285956
CPU time returned by wait4() is 18.0812
while last known CPU time is 1800

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

Real time (s): 1808.98
CPU time (s): 1800
CPU user time (s): 1799.22
CPU system time (s): 0.78
CPU usage (%): 99.5034
Max. virtual memory (cumulated for all children) (KiB): 908404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.7953
system time used= 0.285956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38389
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= 1594
involuntary context switches= 2177

runsolver used 2.13767 s user time and 5.84711 s system time

The end

Launcher Data (download as text)

Begin job on node12 on Sun Jan  7 17:06:00 UTC 2007


IDJOB= 208721
IDBENCH= 4428
FILE ID= node12/208721-1168189559

PBS_JOBID= 3478929

Free space on /tmp= 66316 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  a3d1b6725db62d62d93fa0b4098d2359

RANDOM SEED= 565012987

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.265
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.265
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:       1474304 kB
Buffers:         51884 kB
Cached:         367300 kB
SwapCached:       4660 kB
Active:         184688 kB
Inactive:       326984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1474304 kB
SwapTotal:     4192956 kB
SwapFree:      4160348 kB
Dirty:            4048 kB
Writeback:           0 kB
Mapped:         112192 kB
Slab:            54704 kB
Committed_AS:  5442988 kB
PageTables:       2248 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= 66308 MiB



End job on node12 on Sun Jan  7 17:36:09 UTC 2007