Trace number 1066256

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 E? (TO) 1800.03 1811.72

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg9-10_ext.xml
MD5SUM96f652eb0d51fbb18476f976791c6064
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 benchmark25.9521
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints19
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension19
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c --- Preproc Stats ---
0.00/0.65	c start processing
0.00/0.65	c start relation processing
0.00/0.98	c start cnf exporting
24.21/24.47	c parsing time : 0.518
24.21/24.47	c preprocessing time : 24.336
24.21/24.47	
24.21/24.47	c Nary constraints - conflicts : 0 supports : 19
24.21/24.47	c Binary constraints - conflicts : 0 supports :0
24.21/24.47	c max arity constraint : 10
24.21/24.47	c Max Tuples generated 0
24.21/24.47	c relations : 2
24.21/24.47	c relations BDD: 2
24.21/24.47	c sampling 0/0
24.21/24.47	c vars : 214822 - clauses :  761786
24.21/24.47	
24.29/24.52	 
24.29/24.52	c --- SAT Solver Stats ---
24.29/24.52	 
24.29/24.52	c eSAT 0.1 : minisat core with additionnal features
24.29/24.52	c ============================[ Problem Statistics ]=============================
24.29/24.52	c |                                                                             |
24.29/24.52	c |  Number of variables:  214821                                               |
24.29/24.52	c |  Number of clauses:    761786                                               |
25.17/25.48	c |  Parsing time:         0.86         s                                       |

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1066256-1215147510/watcher-1066256-1215147510 -o /tmp/evaluation-result-1066256-1215147510/solver-1066256-1215147510 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1066256-1215147510.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.97 1.99 4/82 2381
/proc/meminfo: memFree=1586024/2055920 swapFree=4169364/4192956
[pid=2381] ppid=2379 vsize=18572 CPUtime=0
/proc/2381/stat : 2381 (runsolver) R 2379 2381 31812 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 249224842 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 224264776999 0 0 4096 24578 0 0 0 17 1 0 0
/proc/2381/statm: 4643 292 257 25 0 2626 0

[startup+0.0669859 s]
/proc/loadavg: 1.92 1.97 1.99 4/82 2381
/proc/meminfo: memFree=1586024/2055920 swapFree=4169364/4192956
[pid=2381] ppid=2379 vsize=47580 CPUtime=0
/proc/2381/stat : 2381 (galacE.sh) S 2379 2381 31812 0 -1 4194304 765 1697 0 0 0 0 0 0 25 0 1 0 249224842 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2381/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47580

[startup+0.101985 s]
/proc/loadavg: 1.92 1.97 1.99 4/82 2381
/proc/meminfo: memFree=1586024/2055920 swapFree=4169364/4192956
[pid=2381] ppid=2379 vsize=47580 CPUtime=0
/proc/2381/stat : 2381 (galacE.sh) S 2379 2381 31812 0 -1 4194304 765 1697 0 0 0 0 0 0 25 0 1 0 249224842 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2381/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47580

[startup+0.302007 s]
/proc/loadavg: 1.92 1.97 1.99 4/82 2381
/proc/meminfo: memFree=1586024/2055920 swapFree=4169364/4192956
[pid=2381] ppid=2379 vsize=47580 CPUtime=0
/proc/2381/stat : 2381 (galacE.sh) S 2379 2381 31812 0 -1 4194304 765 1697 0 0 0 0 0 0 25 0 1 0 249224842 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2381/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47580

[startup+0.701049 s]
/proc/loadavg: 1.92 1.97 1.99 4/82 2381
/proc/meminfo: memFree=1586024/2055920 swapFree=4169364/4192956
[pid=2381] ppid=2379 vsize=47580 CPUtime=0
/proc/2381/stat : 2381 (galacE.sh) S 2379 2381 31812 0 -1 4194304 765 1697 0 0 0 0 0 0 25 0 1 0 249224842 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2381/statm: 11895 364 245 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47580

[startup+1.50114 s]
/proc/loadavg: 1.92 1.97 1.99 3/92 2403
/proc/meminfo: memFree=1532504/2055920 swapFree=4169364/4192956
[pid=2381] ppid=2379 vsize=47580 CPUtime=0
/proc/2381/stat : 2381 (galacE.sh) S 2379 2381 31812 0 -1 4194304 765 1697 0 0 0 0 0 0 25 0 1 0 249224842 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2381/statm: 11895 364 245 79 0 219 0
[pid=2395] ppid=2381 vsize=812760 CPUtime=1.43
/proc/2395/stat : 2395 (java) S 2381 2381 31812 0 -1 0 21982 0 1 0 130 13 0 0 25 0 9 0 249224847 832266240 21405 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2395/statm: 203190 21405 1909 9 0 197171 0
[pid=2395/tid=2396] ppid=2381 vsize=812760 CPUtime=1.09
/proc/2395/task/2396/stat : 2396 (java) R 2381 2381 31812 0 -1 64 14515 0 1 0 100 9 0 0 25 0 9 0 249224848 832266240 21405 996147200 134512640 134550740 4294955616 18446744073709551615 4126947987 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2395/tid=2397] ppid=2381 vsize=812760 CPUtime=0.11
/proc/2395/task/2397/stat : 2397 (java) S 2381 2381 31812 0 -1 64 5953 0 0 0 8 3 0 0 17 0 9 0 249224850 832266240 21405 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2395/tid=2398] ppid=2381 vsize=812760 CPUtime=0
/proc/2395/task/2398/stat : 2398 (java) S 2381 2381 31812 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 249224850 832266240 21405 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2395/tid=2399] ppid=2381 vsize=812760 CPUtime=0
/proc/2395/task/2399/stat : 2399 (java) S 2381 2381 31812 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 249224850 832266240 21405 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2395/tid=2400] ppid=2381 vsize=812760 CPUtime=0
/proc/2395/task/2400/stat : 2400 (java) S 2381 2381 31812 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 249224852 832266240 21405 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2395/tid=2401] ppid=2381 vsize=812760 CPUtime=0.2
/proc/2395/task/2401/stat : 2401 (java) S 2381 2381 31812 0 -1 64 813 0 0 0 20 0 0 0 15 0 9 0 249224852 832266240 21405 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2395/tid=2402] ppid=2381 vsize=812760 CPUtime=0
/proc/2395/task/2402/stat : 2402 (java) S 2381 2381 31812 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 249224852 832266240 21405 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2395/tid=2403] ppid=2381 vsize=812760 CPUtime=0
/proc/2395/task/2403/stat : 2403 (java) S 2381 2381 31812 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 249224852 832266240 21405 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 860340

[startup+3.10231 s]
/proc/loadavg: 1.92 1.97 1.99 3/92 2403
/proc/meminfo: memFree=1500504/2055920 swapFree=4169364/4192956
[pid=2381] ppid=2379 vsize=47580 CPUtime=0
/proc/2381/stat : 2381 (galacE.sh) S 2379 2381 31812 0 -1 4194304 765 1697 0 0 0 0 0 0 25 0 1 0 249224842 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2381/statm: 11895 364 245 79 0 219 0
[pid=2395] ppid=2381 vsize=812760 CPUtime=3.03
/proc/2395/stat : 2395 (java) S 2381 2381 31812 0 -1 0 23375 0 1 0 288 15 0 0 25 0 9 0 249224847 832266240 22794 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2395/statm: 203190 22794 1909 9 0 197171 0
[pid=2395/tid=2396] ppid=2381 vsize=812760 CPUtime=2.65
/proc/2395/task/2396/stat : 2396 (java) R 2381 2381 31812 0 -1 64 14520 0 1 0 255 10 0 0 25 0 9 0 249224848 832266240 22794 996147200 134512640 134550740 4294955616 18446744073709551615 4126960754 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2395/tid=2397] ppid=2381 vsize=812760 CPUtime=0.14
/proc/2395/task/2397/stat : 2397 (java) S 2381 2381 31812 0 -1 64 7333 0 0 0 10 4 0 0 16 0 9 0 249224850 832266240 22794 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2395/tid=2398] ppid=2381 vsize=812760 CPUtime=0
/proc/2395/task/2398/stat : 2398 (java) S 2381 2381 31812 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 249224850 832266240 22794 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2395/tid=2399] ppid=2381 vsize=812760 CPUtime=0
/proc/2395/task/2399/stat : 2399 (java) S 2381 2381 31812 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 249224850 832266240 22794 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2395/tid=2400] ppid=2381 vsize=812760 CPUtime=0
/proc/2395/task/2400/stat : 2400 (java) S 2381 2381 31812 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 249224852 832266240 22794 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2395/tid=2401] ppid=2381 vsize=812760 CPUtime=0.21
/proc/2395/task/2401/stat : 2401 (java) S 2381 2381 31812 0 -1 64 821 0 0 0 21 0 0 0 16 0 9 0 249224852 832266240 22794 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2395/tid=2402] ppid=2381 vsize=812760 CPUtime=0
/proc/2395/task/2402/stat : 2402 (java) S 2381 2381 31812 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 249224852 832266240 22794 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2395/tid=2403] ppid=2381 vsize=812760 CPUtime=0
/proc/2395/task/2403/stat : 2403 (java) S 2381 2381 31812 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 249224852 832266240 22794 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860340

[startup+6.30265 s]
/proc/loadavg: 1.93 1.97 1.99 3/92 2403
/proc/meminfo: memFree=1498456/2055920 swapFree=4169364/4192956
[pid=2381] ppid=2379 vsize=47580 CPUtime=0
/proc/2381/stat : 2381 (galacE.sh) S 2379 2381 31812 0 -1 4194304 765 1697 0 0 0 0 0 0 25 0 1 0 249224842 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2381/statm: 11895 364 245 79 0 219 0
[pid=2395] ppid=2381 vsize=812760 CPUtime=6.21
/proc/2395/stat : 2395 (java) S 2381 2381 31812 0 -1 0 23382 0 1 0 605 16 0 0 25 0 9 0 249224847 832266240 22794 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2395/statm: 203190 22794 1909 9 0 197171 0
[pid=2395/tid=2396] ppid=2381 vsize=812760 CPUtime=5.83
/proc/2395/task/2396/stat : 2396 (java) R 2381 2381 31812 0 -1 64 14527 0 1 0 572 11 0 0 25 0 9 0 249224848 832266240 22794 996147200 134512640 134550740 4294955616 18446744073709551615 4126943052 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2395/tid=2397] ppid=2381 vsize=812760 CPUtime=0.14
/proc/2395/task/2397/stat : 2397 (java) S 2381 2381 31812 0 -1 64 7333 0 0 0 10 4 0 0 16 0 9 0 249224850 832266240 22794 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2395/tid=2398] ppid=2381 vsize=812760 CPUtime=0
/proc/2395/task/2398/stat : 2398 (java) S 2381 2381 31812 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 249224850 832266240 22794 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2395/tid=2399] ppid=2381 vsize=812760 CPUtime=0
/proc/2395/task/2399/stat : 2399 (java) S 2381 2381 31812 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 249224850 832266240 22794 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2395/tid=2400] ppid=2381 vsize=812760 CPUtime=0
/proc/2395/task/2400/stat : 2400 (java) S 2381 2381 31812 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 249224852 832266240 22794 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2395/tid=2401] ppid=2381 vsize=812760 CPUtime=0.21
/proc/2395/task/2401/stat : 2401 (java) S 2381 2381 31812 0 -1 64 821 0 0 0 21 0 0 0 16 0 9 0 249224852 832266240 22794 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2395/tid=2402] ppid=2381 vsize=812760 CPUtime=0
/proc/2395/task/2402/stat : 2402 (java) S 2381 2381 31812 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 249224852 832266240 22794 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2395/tid=2403] ppid=2381 vsize=812760 CPUtime=0
/proc/2395/task/2403/stat : 2403 (java) S 2381 2381 31812 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 249224852 832266240 22794 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 860340

[startup+12.7023 s]
/proc/loadavg: 1.93 1.97 1.99 3/92 2403
/proc/meminfo: memFree=1494424/2055920 swapFree=4169364/4192956
[pid=2381] ppid=2379 vsize=47580 CPUtime=0
/proc/2381/stat : 2381 (galacE.sh) S 2379 2381 31812 0 -1 4194304 765 1697 0 0 0 0 0 0 25 0 1 0 249224842 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2381/statm: 11895 364 245 79 0 219 0
[pid=2395] ppid=2381 vsize=812760 CPUtime=12.58
/proc/2395/stat : 2395 (java) S 2381 2381 31812 0 -1 0 23394 0 1 0 1239 19 0 0 25 0 9 0 249224847 832266240 22794 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2395/statm: 203190 22794 1909 9 0 197171 0
[pid=2395/tid=2396] ppid=2381 vsize=812760 CPUtime=12.2
/proc/2395/task/2396/stat : 2396 (java) R 2381 2381 31812 0 -1 64 14539 0 1 0 1206 14 0 0 25 0 9 0 249224848 832266240 22794 996147200 134512640 134550740 4294955616 18446744073709551615 4126864647 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2395/tid=2397] ppid=2381 vsize=812760 CPUtime=0.15
/proc/2395/task/2397/stat : 2397 (java) S 2381 2381 31812 0 -1 64 7333 0 0 0 11 4 0 0 16 0 9 0 249224850 832266240 22794 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2395/tid=2398] ppid=2381 vsize=812760 CPUtime=0
/proc/2395/task/2398/stat : 2398 (java) S 2381 2381 31812 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 249224850 832266240 22794 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2395/tid=2399] ppid=2381 vsize=812760 CPUtime=0
/proc/2395/task/2399/stat : 2399 (java) S 2381 2381 31812 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 249224850 832266240 22794 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2395/tid=2400] ppid=2381 vsize=812760 CPUtime=0
/proc/2395/task/2400/stat : 2400 (java) S 2381 2381 31812 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 249224852 832266240 22794 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2395/tid=2401] ppid=2381 vsize=812760 CPUtime=0.21
/proc/2395/task/2401/stat : 2401 (java) S 2381 2381 31812 0 -1 64 821 0 0 0 21 0 0 0 16 0 9 0 249224852 832266240 22794 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2395/tid=2402] ppid=2381 vsize=812760 CPUtime=0
/proc/2395/task/2402/stat : 2402 (java) S 2381 2381 31812 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 249224852 832266240 22794 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2395/tid=2403] ppid=2381 vsize=812760 CPUtime=0
/proc/2395/task/2403/stat : 2403 (java) S 2381 2381 31812 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 249224852 832266240 22794 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 860340

[startup+25.5017 s]
/proc/loadavg: 1.95 1.97 1.99 3/84 2404
/proc/meminfo: memFree=1521560/2055920 swapFree=4169364/4192956
[pid=2381] ppid=2379 vsize=47580 CPUtime=24.31
/proc/2381/stat : 2381 (galacE.sh) S 2379 2381 31812 0 -1 4194304 799 25127 0 1 0 0 2405 26 17 0 1 0 249224842 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2381/statm: 11895 364 245 79 0 219 0
[pid=2404] ppid=2381 vsize=78184 CPUtime=0.96
/proc/2404/stat : 2404 (eSAT_static) R 2381 2381 31812 0 -1 4194304 16977 0 0 0 88 8 0 0 25 0 1 0 249227295 80060416 16959 996147200 134512640 135177480 4294955984 18446744073709551615 134537311 0 0 4096 3 0 0 0 17 1 0 0
/proc/2404/statm: 19546 16959 75 162 0 19381 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 125764

[startup+51.1014 s]
/proc/loadavg: 1.96 1.97 1.99 3/84 2404
/proc/meminfo: memFree=1460888/2055920 swapFree=4169364/4192956
[pid=2381] ppid=2379 vsize=47580 CPUtime=24.31
/proc/2381/stat : 2381 (galacE.sh) S 2379 2381 31812 0 -1 4194304 799 25127 0 1 0 0 2405 26 17 0 1 0 249224842 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2381/statm: 11895 364 245 79 0 219 0
[pid=2404] ppid=2381 vsize=117056 CPUtime=26.44
/proc/2404/stat : 2404 (eSAT_static) R 2381 2381 31812 0 -1 4194304 30869 0 0 0 2629 15 0 0 25 0 1 0 249227295 119865344 27367 996147200 134512640 135177480 4294955984 18446744073709551615 134565318 0 0 4096 3 0 0 0 17 1 0 0
/proc/2404/statm: 29264 27367 80 162 0 29099 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 164636

[startup+102.306 s]
/proc/loadavg: 1.98 1.97 1.99 3/84 2404
/proc/meminfo: memFree=1460824/2055920 swapFree=4169364/4192956
[pid=2381] ppid=2379 vsize=47580 CPUtime=24.31
/proc/2381/stat : 2381 (galacE.sh) S 2379 2381 31812 0 -1 4194304 799 25127 0 1 0 0 2405 26 17 0 1 0 249224842 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2381/statm: 11895 364 245 79 0 219 0
[pid=2404] ppid=2381 vsize=117056 CPUtime=77.4
/proc/2404/stat : 2404 (eSAT_static) R 2381 2381 31812 0 -1 4194304 30888 0 0 0 7725 15 0 0 25 0 1 0 249227295 119865344 27386 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0

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

/proc/2404/statm: 29459 27557 80 162 0 29294 0
Current children cumulated CPU time (s) 1176.61
Current children cumulated vsize (KiB) 165416

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 2463
/proc/meminfo: memFree=1408408/2055920 swapFree=4169364/4192956
[pid=2381] ppid=2379 vsize=47580 CPUtime=24.31
/proc/2381/stat : 2381 (galacE.sh) S 2379 2381 31812 0 -1 4194304 799 25127 0 1 0 0 2405 26 17 0 1 0 249224842 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2381/statm: 11895 364 245 79 0 219 0
[pid=2404] ppid=2381 vsize=117836 CPUtime=1211.72
/proc/2404/stat : 2404 (eSAT_static) R 2381 2381 31812 0 -1 4194304 31059 0 0 0 121156 16 0 0 25 0 1 0 249227295 120664064 27557 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/2404/statm: 29459 27557 80 162 0 29294 0
Current children cumulated CPU time (s) 1236.03
Current children cumulated vsize (KiB) 165416

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 2463
/proc/meminfo: memFree=1405208/2055920 swapFree=4169364/4192956
[pid=2381] ppid=2379 vsize=47580 CPUtime=24.31
/proc/2381/stat : 2381 (galacE.sh) S 2379 2381 31812 0 -1 4194304 799 25127 0 1 0 0 2405 26 17 0 1 0 249224842 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2381/statm: 11895 364 245 79 0 219 0
[pid=2404] ppid=2381 vsize=117836 CPUtime=1271.16
/proc/2404/stat : 2404 (eSAT_static) R 2381 2381 31812 0 -1 4194304 31059 0 0 0 127100 16 0 0 25 0 1 0 249227295 120664064 27557 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/2404/statm: 29459 27557 80 162 0 29294 0
Current children cumulated CPU time (s) 1295.47
Current children cumulated vsize (KiB) 165416

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 2463
/proc/meminfo: memFree=1402776/2055920 swapFree=4169364/4192956
[pid=2381] ppid=2379 vsize=47580 CPUtime=24.31
/proc/2381/stat : 2381 (galacE.sh) S 2379 2381 31812 0 -1 4194304 799 25127 0 1 0 0 2405 26 17 0 1 0 249224842 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2381/statm: 11895 364 245 79 0 219 0
[pid=2404] ppid=2381 vsize=117836 CPUtime=1330.59
/proc/2404/stat : 2404 (eSAT_static) R 2381 2381 31812 0 -1 4194304 31059 0 0 0 133043 16 0 0 25 0 1 0 249227295 120664064 27557 996147200 134512640 135177480 4294955984 18446744073709551615 134571641 0 0 4096 3 0 0 0 17 0 0 0
/proc/2404/statm: 29459 27557 80 162 0 29294 0
Current children cumulated CPU time (s) 1354.9
Current children cumulated vsize (KiB) 165416

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 2463
/proc/meminfo: memFree=1400216/2055920 swapFree=4169364/4192956
[pid=2381] ppid=2379 vsize=47580 CPUtime=24.31
/proc/2381/stat : 2381 (galacE.sh) S 2379 2381 31812 0 -1 4194304 799 25127 0 1 0 0 2405 26 17 0 1 0 249224842 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2381/statm: 11895 364 245 79 0 219 0
[pid=2404] ppid=2381 vsize=117836 CPUtime=1390.02
/proc/2404/stat : 2404 (eSAT_static) R 2381 2381 31812 0 -1 4194304 31069 0 0 0 138986 16 0 0 25 0 1 0 249227295 120664064 27567 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/2404/statm: 29459 27567 80 162 0 29294 0
Current children cumulated CPU time (s) 1414.33
Current children cumulated vsize (KiB) 165416

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 2463
/proc/meminfo: memFree=1397400/2055920 swapFree=4169364/4192956
[pid=2381] ppid=2379 vsize=47580 CPUtime=24.31
/proc/2381/stat : 2381 (galacE.sh) S 2379 2381 31812 0 -1 4194304 799 25127 0 1 0 0 2405 26 17 0 1 0 249224842 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2381/statm: 11895 364 245 79 0 219 0
[pid=2404] ppid=2381 vsize=118368 CPUtime=1449.44
/proc/2404/stat : 2404 (eSAT_static) R 2381 2381 31812 0 -1 4194304 31204 0 0 0 144928 16 0 0 25 0 1 0 249227295 121208832 27702 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/2404/statm: 29592 27702 80 162 0 29427 0
Current children cumulated CPU time (s) 1473.75
Current children cumulated vsize (KiB) 165948

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 2463
/proc/meminfo: memFree=1393624/2055920 swapFree=4169364/4192956
[pid=2381] ppid=2379 vsize=47580 CPUtime=24.31
/proc/2381/stat : 2381 (galacE.sh) S 2379 2381 31812 0 -1 4194304 799 25127 0 1 0 0 2405 26 17 0 1 0 249224842 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2381/statm: 11895 364 245 79 0 219 0
[pid=2404] ppid=2381 vsize=119880 CPUtime=1508.88
/proc/2404/stat : 2404 (eSAT_static) R 2381 2381 31812 0 -1 4194304 31535 0 0 0 150871 17 0 0 25 0 1 0 249227295 122757120 28033 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/2404/statm: 29970 28033 80 162 0 29805 0
Current children cumulated CPU time (s) 1533.19
Current children cumulated vsize (KiB) 167460

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 2463
/proc/meminfo: memFree=1390936/2055920 swapFree=4169364/4192956
[pid=2381] ppid=2379 vsize=47580 CPUtime=24.31
/proc/2381/stat : 2381 (galacE.sh) S 2379 2381 31812 0 -1 4194304 799 25127 0 1 0 0 2405 26 17 0 1 0 249224842 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2381/statm: 11895 364 245 79 0 219 0
[pid=2404] ppid=2381 vsize=120164 CPUtime=1568.3
/proc/2404/stat : 2404 (eSAT_static) R 2381 2381 31812 0 -1 4194304 31587 0 0 0 156813 17 0 0 25 0 1 0 249227295 123047936 28085 996147200 134512640 135177480 4294955984 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 0 0 0
/proc/2404/statm: 30041 28085 80 162 0 29876 0
Current children cumulated CPU time (s) 1592.61
Current children cumulated vsize (KiB) 167744

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 2463
/proc/meminfo: memFree=1388824/2055920 swapFree=4169364/4192956
[pid=2381] ppid=2379 vsize=47580 CPUtime=24.31
/proc/2381/stat : 2381 (galacE.sh) S 2379 2381 31812 0 -1 4194304 799 25127 0 1 0 0 2405 26 17 0 1 0 249224842 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2381/statm: 11895 364 245 79 0 219 0
[pid=2404] ppid=2381 vsize=120164 CPUtime=1627.74
/proc/2404/stat : 2404 (eSAT_static) R 2381 2381 31812 0 -1 4194304 31587 0 0 0 162757 17 0 0 25 0 1 0 249227295 123047936 28085 996147200 134512640 135177480 4294955984 18446744073709551615 134565318 0 0 4096 3 0 0 0 17 0 0 0
/proc/2404/statm: 30041 28085 80 162 0 29876 0
Current children cumulated CPU time (s) 1652.05
Current children cumulated vsize (KiB) 167744

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 2463
/proc/meminfo: memFree=1386776/2055920 swapFree=4169364/4192956
[pid=2381] ppid=2379 vsize=47580 CPUtime=24.31
/proc/2381/stat : 2381 (galacE.sh) S 2379 2381 31812 0 -1 4194304 799 25127 0 1 0 0 2405 26 17 0 1 0 249224842 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2381/statm: 11895 364 245 79 0 219 0
[pid=2404] ppid=2381 vsize=120164 CPUtime=1687.17
/proc/2404/stat : 2404 (eSAT_static) R 2381 2381 31812 0 -1 4194304 31587 0 0 0 168700 17 0 0 25 0 1 0 249227295 123047936 28085 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/2404/statm: 30041 28085 80 162 0 29876 0
Current children cumulated CPU time (s) 1711.48
Current children cumulated vsize (KiB) 167744

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 2463
/proc/meminfo: memFree=1384792/2055920 swapFree=4169364/4192956
[pid=2381] ppid=2379 vsize=47580 CPUtime=24.31
/proc/2381/stat : 2381 (galacE.sh) S 2379 2381 31812 0 -1 4194304 799 25127 0 1 0 0 2405 26 17 0 1 0 249224842 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2381/statm: 11895 364 245 79 0 219 0
[pid=2404] ppid=2381 vsize=120164 CPUtime=1746.6
/proc/2404/stat : 2404 (eSAT_static) R 2381 2381 31812 0 -1 4194304 31607 0 0 0 174643 17 0 0 25 0 1 0 249227295 123047936 28105 996147200 134512640 135177480 4294955984 18446744073709551615 134565682 0 0 4096 3 0 0 0 17 0 0 0
/proc/2404/statm: 30041 28105 80 162 0 29876 0
Current children cumulated CPU time (s) 1770.91
Current children cumulated vsize (KiB) 167744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 2463
/proc/meminfo: memFree=1383640/2055920 swapFree=4169364/4192956
[pid=2381] ppid=2379 vsize=47580 CPUtime=24.31
/proc/2381/stat : 2381 (galacE.sh) S 2379 2381 31812 0 -1 4194304 799 25127 0 1 0 0 2405 26 17 0 1 0 249224842 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2381/statm: 11895 364 245 79 0 219 0
[pid=2404] ppid=2381 vsize=120332 CPUtime=1775.72
/proc/2404/stat : 2404 (eSAT_static) R 2381 2381 31812 0 -1 4194304 31624 0 0 0 177555 17 0 0 25 0 1 0 249227295 123219968 28122 996147200 134512640 135177480 4294955984 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 0 0 0
/proc/2404/statm: 30083 28122 80 162 0 29918 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 167912

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

Solver just ended. Dumping a history of the last processes samples

[startup+1811.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 2463
/proc/meminfo: memFree=1383640/2055920 swapFree=4169364/4192956
[pid=2381] ppid=2379 vsize=47580 CPUtime=24.31
/proc/2381/stat : 2381 (galacE.sh) S 2379 2381 31812 0 -1 4194304 799 25127 0 1 0 0 2405 26 17 0 1 0 249224842 48721920 364 996147200 4194304 4520092 548682068832 18446744073709551615 224264383322 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/2381/statm: 11895 364 245 79 0 219 0
[pid=2404] ppid=2381 vsize=120332 CPUtime=1775.72
/proc/2404/stat : 2404 (eSAT_static) R 2381 2381 31812 0 -1 4194304 31624 0 0 0 177555 17 0 0 25 0 1 0 249227295 123219968 28122 996147200 134512640 135177480 4294955984 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 0 0 0
/proc/2404/statm: 30083 28122 80 162 0 29918 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 167912

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2381 and gives
#  childrusage.ru_utime.tv_sec=24
#  childrusage.ru_utime.tv_usec=61342
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=271958
# CPU time returned by wait4() is 24.3333
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1811.72
CPU time (s): 1800.03
CPU user time (s): 1799.6
CPU system time (s): 0.43
CPU usage (%): 99.3548
Max. virtual memory (cumulated for all children) (KiB): 860340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.0613
system time used= 0.271958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25926
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= 1867
involuntary context switches= 2566

runsolver used 1.9747 second user time and 5.32519 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-07-04 06:58:30
IDJOB=1066256
IDBENCH=55105
IDSOLVER=351
FILE ID=node82/1066256-1215147510
PBS_JOBID= 7877301
Free space on /tmp= 66492 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg9-10_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1066256-1215147510/watcher-1066256-1215147510 -o /tmp/evaluation-result-1066256-1215147510/solver-1066256-1215147510 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1066256-1215147510.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 96f652eb0d51fbb18476f976791c6064
RANDOM SEED=530478635

node82.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.239
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.239
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1586504 kB
Buffers:         44784 kB
Cached:         344708 kB
SwapCached:      17896 kB
Active:         221524 kB
Inactive:       203676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1586504 kB
SwapTotal:     4192956 kB
SwapFree:      4169364 kB
Dirty:            3328 kB
Writeback:           0 kB
Mapped:          39456 kB
Slab:            29500 kB
Committed_AS:   564584 kB
PageTables:       1852 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66456 MiB
End job on node82 at 2008-07-04 07:28:44