Trace number 1066440

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.04 1813.71

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg8-11_ext.xml
MD5SUM9bcf81c8a076467ebf8c6a868379407a
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 benchmark14.9867
Satisfiable
(Un)Satisfiability was proved
Number of variables88
Number of constraints19
Maximum constraint arity11
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.01/0.84	c start processing
0.01/0.84	c start relation processing
1.14/1.22	c start cnf exporting
24.62/24.96	c parsing time : 0.712
24.62/24.96	c preprocessing time : 24.834
24.62/24.96	
24.62/24.96	c Nary constraints - conflicts : 0 supports : 19
24.62/24.97	c Binary constraints - conflicts : 0 supports :0
24.62/24.97	c max arity constraint : 11
24.62/24.97	c Max Tuples generated 0
24.62/24.97	c relations : 2
24.62/24.97	c relations BDD: 2
24.62/24.97	c sampling 0/0
24.62/24.97	c vars : 194548 - clauses :  699132
24.62/24.97	
24.68/25.02	 
24.68/25.02	c --- SAT Solver Stats ---
24.68/25.02	 
24.68/25.02	c eSAT 0.1 : minisat core with additionnal features
24.68/25.02	c ============================[ Problem Statistics ]=============================
24.68/25.02	c |                                                                             |
24.68/25.02	c |  Number of variables:  194547                                               |
24.68/25.02	c |  Number of clauses:    699132                                               |
25.67/26.01	c |  Parsing time:         0.87         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-1066440-1215147819/watcher-1066440-1215147819 -o /tmp/evaluation-result-1066440-1215147819/solver-1066440-1215147819 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1066440-1215147819.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: 2.04 1.99 1.99 4/81 32249
/proc/meminfo: memFree=1594464/2055920 swapFree=4180452/4192956
[pid=32249] ppid=32247 vsize=18572 CPUtime=0
/proc/32249/stat : 32249 (runsolver) R 32247 32249 30231 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1993755712 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 221780700455 0 0 4096 24578 0 0 0 17 1 0 0
/proc/32249/statm: 4643 292 257 25 0 2626 0

[startup+0.0995491 s]
/proc/loadavg: 2.04 1.99 1.99 4/81 32249
/proc/meminfo: memFree=1594464/2055920 swapFree=4180452/4192956
[pid=32249] ppid=32247 vsize=47568 CPUtime=0.01
/proc/32249/stat : 32249 (galacE.sh) S 32247 32249 30231 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1993755712 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32249/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.10254 s]
/proc/loadavg: 2.04 1.99 1.99 4/81 32249
/proc/meminfo: memFree=1594464/2055920 swapFree=4180452/4192956
[pid=32249] ppid=32247 vsize=47568 CPUtime=0.01
/proc/32249/stat : 32249 (galacE.sh) S 32247 32249 30231 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1993755712 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32249/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.302558 s]
/proc/loadavg: 2.04 1.99 1.99 4/81 32249
/proc/meminfo: memFree=1594464/2055920 swapFree=4180452/4192956
[pid=32249] ppid=32247 vsize=47568 CPUtime=0.01
/proc/32249/stat : 32249 (galacE.sh) S 32247 32249 30231 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1993755712 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32249/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.702586 s]
/proc/loadavg: 2.04 1.99 1.99 4/81 32249
/proc/meminfo: memFree=1594464/2055920 swapFree=4180452/4192956
[pid=32249] ppid=32247 vsize=47568 CPUtime=0.01
/proc/32249/stat : 32249 (galacE.sh) S 32247 32249 30231 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1993755712 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32249/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50265 s]
/proc/loadavg: 2.04 1.99 1.99 3/91 32271
/proc/meminfo: memFree=1549008/2055920 swapFree=4180452/4192956
[pid=32249] ppid=32247 vsize=47568 CPUtime=0.01
/proc/32249/stat : 32249 (galacE.sh) S 32247 32249 30231 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1993755712 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32249/statm: 11892 365 246 79 0 219 0
[pid=32263] ppid=32249 vsize=812760 CPUtime=1.43
/proc/32263/stat : 32263 (java) S 32249 32249 30231 0 -1 0 20891 0 1 0 130 13 0 0 18 0 9 0 1993755716 832266240 20314 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32263/statm: 203190 20314 1909 9 0 197171 0
[pid=32263/tid=32264] ppid=32249 vsize=812760 CPUtime=1.1
/proc/32263/task/32264/stat : 32264 (java) R 32249 32249 30231 0 -1 64 14520 0 1 0 102 8 0 0 25 0 9 0 1993755717 832266240 20314 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32263/tid=32265] ppid=32249 vsize=812760 CPUtime=0.09
/proc/32263/task/32265/stat : 32265 (java) R 32249 32249 30231 0 -1 64 4864 0 0 0 6 3 0 0 16 0 9 0 1993755718 832266240 20314 996147200 134512640 134550740 4294955616 18446744073709551615 104187937 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32263/tid=32266] ppid=32249 vsize=812760 CPUtime=0
/proc/32263/task/32266/stat : 32266 (java) S 32249 32249 30231 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1993755718 832266240 20314 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32263/tid=32267] ppid=32249 vsize=812760 CPUtime=0
/proc/32263/task/32267/stat : 32267 (java) S 32249 32249 30231 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1993755718 832266240 20314 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32263/tid=32268] ppid=32249 vsize=812760 CPUtime=0
/proc/32263/task/32268/stat : 32268 (java) S 32249 32249 30231 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993755721 832266240 20314 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32263/tid=32269] ppid=32249 vsize=812760 CPUtime=0.22
/proc/32263/task/32269/stat : 32269 (java) S 32249 32249 30231 0 -1 64 809 0 0 0 21 1 0 0 15 0 9 0 1993755721 832266240 20314 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32263/tid=32270] ppid=32249 vsize=812760 CPUtime=0
/proc/32263/task/32270/stat : 32270 (java) S 32249 32249 30231 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993755721 832266240 20314 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32263/tid=32271] ppid=32249 vsize=812760 CPUtime=0
/proc/32263/task/32271/stat : 32271 (java) S 32249 32249 30231 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993755721 832266240 20314 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860328

[startup+3.10174 s]
/proc/loadavg: 2.04 1.99 1.99 3/91 32271
/proc/meminfo: memFree=1510416/2055920 swapFree=4180452/4192956
[pid=32249] ppid=32247 vsize=47568 CPUtime=0.01
/proc/32249/stat : 32249 (galacE.sh) S 32247 32249 30231 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1993755712 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32249/statm: 11892 365 246 79 0 219 0
[pid=32263] ppid=32249 vsize=812760 CPUtime=3.02
/proc/32263/stat : 32263 (java) S 32249 32249 30231 0 -1 0 23109 0 1 0 287 15 0 0 18 0 9 0 1993755716 832266240 22529 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32263/statm: 203190 22529 1910 9 0 197171 0
[pid=32263/tid=32264] ppid=32249 vsize=812760 CPUtime=2.61
/proc/32263/task/32264/stat : 32264 (java) R 32249 32249 30231 0 -1 64 14525 0 1 0 253 8 0 0 25 0 9 0 1993755717 832266240 22529 996147200 134512640 134550740 4294955616 18446744073709551615 4126639944 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32263/tid=32265] ppid=32249 vsize=812760 CPUtime=0.15
/proc/32263/task/32265/stat : 32265 (java) S 32249 32249 30231 0 -1 64 7071 0 0 0 11 4 0 0 16 0 9 0 1993755718 832266240 22529 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32263/tid=32266] ppid=32249 vsize=812760 CPUtime=0
/proc/32263/task/32266/stat : 32266 (java) S 32249 32249 30231 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1993755718 832266240 22529 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32263/tid=32267] ppid=32249 vsize=812760 CPUtime=0
/proc/32263/task/32267/stat : 32267 (java) S 32249 32249 30231 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993755718 832266240 22529 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32263/tid=32268] ppid=32249 vsize=812760 CPUtime=0
/proc/32263/task/32268/stat : 32268 (java) S 32249 32249 30231 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993755721 832266240 22529 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32263/tid=32269] ppid=32249 vsize=812760 CPUtime=0.22
/proc/32263/task/32269/stat : 32269 (java) S 32249 32249 30231 0 -1 64 814 0 0 0 21 1 0 0 15 0 9 0 1993755721 832266240 22529 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32263/tid=32270] ppid=32249 vsize=812760 CPUtime=0
/proc/32263/task/32270/stat : 32270 (java) S 32249 32249 30231 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993755721 832266240 22529 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32263/tid=32271] ppid=32249 vsize=812760 CPUtime=0
/proc/32263/task/32271/stat : 32271 (java) S 32249 32249 30231 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993755721 832266240 22529 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860328

[startup+6.30295 s]
/proc/loadavg: 2.04 1.99 1.99 3/91 32271
/proc/meminfo: memFree=1508560/2055920 swapFree=4180452/4192956
[pid=32249] ppid=32247 vsize=47568 CPUtime=0.01
/proc/32249/stat : 32249 (galacE.sh) S 32247 32249 30231 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1993755712 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32249/statm: 11892 365 246 79 0 219 0
[pid=32263] ppid=32249 vsize=812760 CPUtime=6.19
/proc/32263/stat : 32263 (java) S 32249 32249 30231 0 -1 0 23119 0 1 0 602 17 0 0 18 0 9 0 1993755716 832266240 22532 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32263/statm: 203190 22532 1910 9 0 197171 0
[pid=32263/tid=32264] ppid=32249 vsize=812760 CPUtime=5.78
/proc/32263/task/32264/stat : 32264 (java) R 32249 32249 30231 0 -1 64 14532 0 1 0 568 10 0 0 25 0 9 0 1993755717 832266240 22532 996147200 134512640 134550740 4294955616 18446744073709551615 4126095722 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32263/tid=32265] ppid=32249 vsize=812760 CPUtime=0.15
/proc/32263/task/32265/stat : 32265 (java) S 32249 32249 30231 0 -1 64 7071 0 0 0 11 4 0 0 16 0 9 0 1993755718 832266240 22532 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32263/tid=32266] ppid=32249 vsize=812760 CPUtime=0
/proc/32263/task/32266/stat : 32266 (java) S 32249 32249 30231 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1993755718 832266240 22532 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32263/tid=32267] ppid=32249 vsize=812760 CPUtime=0
/proc/32263/task/32267/stat : 32267 (java) S 32249 32249 30231 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993755718 832266240 22532 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32263/tid=32268] ppid=32249 vsize=812760 CPUtime=0
/proc/32263/task/32268/stat : 32268 (java) S 32249 32249 30231 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993755721 832266240 22532 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32263/tid=32269] ppid=32249 vsize=812760 CPUtime=0.23
/proc/32263/task/32269/stat : 32269 (java) S 32249 32249 30231 0 -1 64 817 0 0 0 22 1 0 0 16 0 9 0 1993755721 832266240 22532 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32263/tid=32270] ppid=32249 vsize=812760 CPUtime=0
/proc/32263/task/32270/stat : 32270 (java) S 32249 32249 30231 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993755721 832266240 22532 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32263/tid=32271] ppid=32249 vsize=812760 CPUtime=0
/proc/32263/task/32271/stat : 32271 (java) S 32249 32249 30231 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993755721 832266240 22532 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860328

[startup+12.7013 s]
/proc/loadavg: 2.03 1.99 1.99 3/91 32271
/proc/meminfo: memFree=1504848/2055920 swapFree=4180452/4192956
[pid=32249] ppid=32247 vsize=47568 CPUtime=0.01
/proc/32249/stat : 32249 (galacE.sh) S 32247 32249 30231 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1993755712 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32249/statm: 11892 365 246 79 0 219 0
[pid=32263] ppid=32249 vsize=812760 CPUtime=12.53
/proc/32263/stat : 32263 (java) S 32249 32249 30231 0 -1 0 23130 0 1 0 1233 20 0 0 18 0 9 0 1993755716 832266240 22532 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32263/statm: 203190 22532 1910 9 0 197171 0
[pid=32263/tid=32264] ppid=32249 vsize=812760 CPUtime=12.11
/proc/32263/task/32264/stat : 32264 (java) R 32249 32249 30231 0 -1 64 14543 0 1 0 1198 13 0 0 25 0 9 0 1993755717 832266240 22532 996147200 134512640 134550740 4294955616 18446744073709551615 4126860576 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32263/tid=32265] ppid=32249 vsize=812760 CPUtime=0.16
/proc/32263/task/32265/stat : 32265 (java) S 32249 32249 30231 0 -1 64 7071 0 0 0 12 4 0 0 16 0 9 0 1993755718 832266240 22532 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32263/tid=32266] ppid=32249 vsize=812760 CPUtime=0
/proc/32263/task/32266/stat : 32266 (java) S 32249 32249 30231 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1993755718 832266240 22532 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32263/tid=32267] ppid=32249 vsize=812760 CPUtime=0
/proc/32263/task/32267/stat : 32267 (java) S 32249 32249 30231 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993755718 832266240 22532 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32263/tid=32268] ppid=32249 vsize=812760 CPUtime=0
/proc/32263/task/32268/stat : 32268 (java) S 32249 32249 30231 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993755721 832266240 22532 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32263/tid=32269] ppid=32249 vsize=812760 CPUtime=0.23
/proc/32263/task/32269/stat : 32269 (java) S 32249 32249 30231 0 -1 64 817 0 0 0 22 1 0 0 16 0 9 0 1993755721 832266240 22532 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32263/tid=32270] ppid=32249 vsize=812760 CPUtime=0
/proc/32263/task/32270/stat : 32270 (java) S 32249 32249 30231 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993755721 832266240 22532 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32263/tid=32271] ppid=32249 vsize=812760 CPUtime=0
/proc/32263/task/32271/stat : 32271 (java) S 32249 32249 30231 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993755721 832266240 22532 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860328

[startup+25.5022 s]
/proc/loadavg: 2.03 1.99 1.99 3/83 32272
/proc/meminfo: memFree=1567504/2055920 swapFree=4180452/4192956
[pid=32249] ppid=32247 vsize=47568 CPUtime=24.71
/proc/32249/stat : 32249 (galacE.sh) S 32247 32249 30231 0 -1 4194304 800 24861 0 1 0 0 2443 28 17 0 1 0 1993755712 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32249/statm: 11892 365 246 79 0 219 0
[pid=32272] ppid=32249 vsize=32572 CPUtime=0.46
/proc/32272/stat : 32272 (eSAT_static) R 32249 32249 30231 0 -1 4194304 7667 0 0 0 41 5 0 0 23 0 1 0 1993758214 33353728 7649 996147200 134512640 135177480 4294955984 18446744073709551615 134761774 0 0 4096 3 0 0 0 17 1 0 0
/proc/32272/statm: 8143 7649 62 162 0 7978 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 80140

[startup+51.1018 s]
/proc/loadavg: 2.02 1.99 1.99 3/83 32272
/proc/meminfo: memFree=1479504/2055920 swapFree=4180452/4192956
[pid=32249] ppid=32247 vsize=47568 CPUtime=24.71
/proc/32249/stat : 32249 (galacE.sh) S 32247 32249 30231 0 -1 4194304 800 24861 0 1 0 0 2443 28 17 0 1 0 1993755712 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32249/statm: 11892 365 246 79 0 219 0
[pid=32272] ppid=32249 vsize=104300 CPUtime=25.83
/proc/32272/stat : 32272 (eSAT_static) R 32249 32249 30231 0 -1 4194304 28417 0 0 0 2564 19 0 0 25 0 1 0 1993758214 106803200 25177 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/32272/statm: 26075 25177 80 162 0 25910 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 151868

[startup+102.307 s]
/proc/loadavg: 2.08 2.02 2.00 3/83 32272
/proc/meminfo: memFree=1479568/2055920 swapFree=4180452/4192956
[pid=32249] ppid=32247 vsize=47568 CPUtime=24.71
/proc/32249/stat : 32249 (galacE.sh) S 32247 32249 30231 0 -1 4194304 800 24861 0 1 0 0 2443 28 17 0 1 0 1993755712 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32249/statm: 11892 365 246 79 0 219 0
[pid=32272] ppid=32249 vsize=104456 CPUtime=76.55
/proc/32272/stat : 32272 (eSAT_static) R 32249 32249 30231 0 -1 4194304 28440 0 0 0 7636 19 0 0 25 0 1 0 1993758214 106962944 25200 996147200 134512640 135177480 4294955984 18446744073709551615 134547878 0 0 4096 3 0 0 0 17 1 0 0

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

/proc/32272/statm: 26332 25399 80 162 0 26167 0
Current children cumulated CPU time (s) 1171.17
Current children cumulated vsize (KiB) 152896

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 32272
/proc/meminfo: memFree=1477968/2055920 swapFree=4180452/4192956
[pid=32249] ppid=32247 vsize=47568 CPUtime=24.71
/proc/32249/stat : 32249 (galacE.sh) S 32247 32249 30231 0 -1 4194304 800 24861 0 1 0 0 2443 28 17 0 1 0 1993755712 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32249/statm: 11892 365 246 79 0 219 0
[pid=32272] ppid=32249 vsize=105328 CPUtime=1205.89
/proc/32272/stat : 32272 (eSAT_static) R 32249 32249 30231 0 -1 4194304 28639 0 0 0 120568 21 0 0 25 0 1 0 1993758214 107855872 25399 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/32272/statm: 26332 25399 80 162 0 26167 0
Current children cumulated CPU time (s) 1230.6
Current children cumulated vsize (KiB) 152896

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 32274
/proc/meminfo: memFree=1477904/2055920 swapFree=4180452/4192956
[pid=32249] ppid=32247 vsize=47568 CPUtime=24.71
/proc/32249/stat : 32249 (galacE.sh) S 32247 32249 30231 0 -1 4194304 800 24861 0 1 0 0 2443 28 17 0 1 0 1993755712 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32249/statm: 11892 365 246 79 0 219 0
[pid=32272] ppid=32249 vsize=105328 CPUtime=1265.33
/proc/32272/stat : 32272 (eSAT_static) R 32249 32249 30231 0 -1 4194304 28639 0 0 0 126512 21 0 0 25 0 1 0 1993758214 107855872 25399 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/32272/statm: 26332 25399 80 162 0 26167 0
Current children cumulated CPU time (s) 1290.04
Current children cumulated vsize (KiB) 152896

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 32274
/proc/meminfo: memFree=1477904/2055920 swapFree=4180452/4192956
[pid=32249] ppid=32247 vsize=47568 CPUtime=24.71
/proc/32249/stat : 32249 (galacE.sh) S 32247 32249 30231 0 -1 4194304 800 24861 0 1 0 0 2443 28 17 0 1 0 1993755712 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32249/statm: 11892 365 246 79 0 219 0
[pid=32272] ppid=32249 vsize=105328 CPUtime=1324.77
/proc/32272/stat : 32272 (eSAT_static) R 32249 32249 30231 0 -1 4194304 28639 0 0 0 132456 21 0 0 25 0 1 0 1993758214 107855872 25399 996147200 134512640 135177480 4294955984 18446744073709551615 134565298 0 0 4096 3 0 0 0 17 1 0 0
/proc/32272/statm: 26332 25399 80 162 0 26167 0
Current children cumulated CPU time (s) 1349.48
Current children cumulated vsize (KiB) 152896

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 32274
/proc/meminfo: memFree=1477904/2055920 swapFree=4180452/4192956
[pid=32249] ppid=32247 vsize=47568 CPUtime=24.71
/proc/32249/stat : 32249 (galacE.sh) S 32247 32249 30231 0 -1 4194304 800 24861 0 1 0 0 2443 28 17 0 1 0 1993755712 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32249/statm: 11892 365 246 79 0 219 0
[pid=32272] ppid=32249 vsize=105328 CPUtime=1384.21
/proc/32272/stat : 32272 (eSAT_static) R 32249 32249 30231 0 -1 4194304 28641 0 0 0 138400 21 0 0 25 0 1 0 1993758214 107855872 25401 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/32272/statm: 26332 25401 80 162 0 26167 0
Current children cumulated CPU time (s) 1408.92
Current children cumulated vsize (KiB) 152896

[startup+1482.3 s]
/proc/loadavg: 1.96 1.98 1.99 3/82 32316
/proc/meminfo: memFree=1460184/2055920 swapFree=4180452/4192956
[pid=32249] ppid=32247 vsize=47568 CPUtime=24.71
/proc/32249/stat : 32249 (galacE.sh) S 32247 32249 30231 0 -1 4194304 800 24861 0 1 0 0 2443 28 17 0 1 0 1993755712 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32249/statm: 11892 365 246 79 0 219 0
[pid=32272] ppid=32249 vsize=105328 CPUtime=1444.04
/proc/32272/stat : 32272 (eSAT_static) R 32249 32249 30231 0 -1 4194304 28652 0 0 0 144383 21 0 0 25 0 1 0 1993758214 107855872 25412 996147200 134512640 135177480 4294955984 18446744073709551615 134565457 0 0 4096 3 0 0 0 17 0 0 0
/proc/32272/statm: 26332 25412 80 162 0 26167 0
Current children cumulated CPU time (s) 1468.75
Current children cumulated vsize (KiB) 152896

[startup+1542.31 s]
/proc/loadavg: 1.98 1.98 1.99 3/82 32316
/proc/meminfo: memFree=1458392/2055920 swapFree=4180452/4192956
[pid=32249] ppid=32247 vsize=47568 CPUtime=24.71
/proc/32249/stat : 32249 (galacE.sh) S 32247 32249 30231 0 -1 4194304 800 24861 0 1 0 0 2443 28 17 0 1 0 1993755712 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32249/statm: 11892 365 246 79 0 219 0
[pid=32272] ppid=32249 vsize=105724 CPUtime=1504.03
/proc/32272/stat : 32272 (eSAT_static) R 32249 32249 30231 0 -1 4194304 28769 0 0 0 150381 22 0 0 25 0 1 0 1993758214 108261376 25529 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/32272/statm: 26431 25529 80 162 0 26266 0
Current children cumulated CPU time (s) 1528.74
Current children cumulated vsize (KiB) 153292

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 32316
/proc/meminfo: memFree=1456728/2055920 swapFree=4180452/4192956
[pid=32249] ppid=32247 vsize=47568 CPUtime=24.71
/proc/32249/stat : 32249 (galacE.sh) S 32247 32249 30231 0 -1 4194304 800 24861 0 1 0 0 2443 28 17 0 1 0 1993755712 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32249/statm: 11892 365 246 79 0 219 0
[pid=32272] ppid=32249 vsize=105724 CPUtime=1564.01
/proc/32272/stat : 32272 (eSAT_static) R 32249 32249 30231 0 -1 4194304 28769 0 0 0 156379 22 0 0 25 0 1 0 1993758214 108261376 25529 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/32272/statm: 26431 25529 80 162 0 26266 0
Current children cumulated CPU time (s) 1588.72
Current children cumulated vsize (KiB) 153292

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 32355
/proc/meminfo: memFree=1459352/2055920 swapFree=4180452/4192956
[pid=32249] ppid=32247 vsize=47568 CPUtime=24.71
/proc/32249/stat : 32249 (galacE.sh) S 32247 32249 30231 0 -1 4194304 800 24861 0 1 0 0 2443 28 17 0 1 0 1993755712 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32249/statm: 11892 365 246 79 0 219 0
[pid=32272] ppid=32249 vsize=105948 CPUtime=1623.99
/proc/32272/stat : 32272 (eSAT_static) R 32249 32249 30231 0 -1 4194304 28801 0 0 0 162376 23 0 0 25 0 1 0 1993758214 108490752 25561 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/32272/statm: 26487 25561 80 162 0 26322 0
Current children cumulated CPU time (s) 1648.7
Current children cumulated vsize (KiB) 153516

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 32355
/proc/meminfo: memFree=1458584/2055920 swapFree=4180452/4192956
[pid=32249] ppid=32247 vsize=47568 CPUtime=24.71
/proc/32249/stat : 32249 (galacE.sh) S 32247 32249 30231 0 -1 4194304 800 24861 0 1 0 0 2443 28 17 0 1 0 1993755712 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32249/statm: 11892 365 246 79 0 219 0
[pid=32272] ppid=32249 vsize=105948 CPUtime=1683.96
/proc/32272/stat : 32272 (eSAT_static) R 32249 32249 30231 0 -1 4194304 28801 0 0 0 168373 23 0 0 25 0 1 0 1993758214 108490752 25561 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/32272/statm: 26487 25561 80 162 0 26322 0
Current children cumulated CPU time (s) 1708.67
Current children cumulated vsize (KiB) 153516

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 32355
/proc/meminfo: memFree=1457560/2055920 swapFree=4180452/4192956
[pid=32249] ppid=32247 vsize=47568 CPUtime=24.71
/proc/32249/stat : 32249 (galacE.sh) S 32247 32249 30231 0 -1 4194304 800 24861 0 1 0 0 2443 28 17 0 1 0 1993755712 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32249/statm: 11892 365 246 79 0 219 0
[pid=32272] ppid=32249 vsize=106084 CPUtime=1743.94
/proc/32272/stat : 32272 (eSAT_static) R 32249 32249 30231 0 -1 4194304 28819 0 0 0 174371 23 0 0 25 0 1 0 1993758214 108630016 25579 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/32272/statm: 26521 25579 80 162 0 26356 0
Current children cumulated CPU time (s) 1768.65
Current children cumulated vsize (KiB) 153652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.7 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 32355
/proc/meminfo: memFree=1457176/2055920 swapFree=4180452/4192956
[pid=32249] ppid=32247 vsize=47568 CPUtime=24.71
/proc/32249/stat : 32249 (galacE.sh) S 32247 32249 30231 0 -1 4194304 800 24861 0 1 0 0 2443 28 17 0 1 0 1993755712 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32249/statm: 11892 365 246 79 0 219 0
[pid=32272] ppid=32249 vsize=106084 CPUtime=1775.33
/proc/32272/stat : 32272 (eSAT_static) R 32249 32249 30231 0 -1 4194304 28821 0 0 0 177510 23 0 0 25 0 1 0 1993758214 108630016 25581 996147200 134512640 135177480 4294955984 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 0 0 0
/proc/32272/statm: 26521 25581 80 162 0 26356 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 153652

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

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

[startup+1813.7 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 32355
/proc/meminfo: memFree=1457176/2055920 swapFree=4180452/4192956
[pid=32249] ppid=32247 vsize=47568 CPUtime=24.71
/proc/32249/stat : 32249 (galacE.sh) S 32247 32249 30231 0 -1 4194304 800 24861 0 1 0 0 2443 28 17 0 1 0 1993755712 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 221780306778 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32249/statm: 11892 365 246 79 0 219 0
[pid=32272] ppid=32249 vsize=106084 CPUtime=1775.33
/proc/32272/stat : 32272 (eSAT_static) R 32249 32249 30231 0 -1 4194304 28821 0 0 0 177510 23 0 0 25 0 1 0 1993758214 108630016 25581 996147200 134512640 135177480 4294955984 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 0 0 0
/proc/32272/statm: 26521 25581 80 162 0 26356 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 153652

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1813.71
CPU time (s): 1800.04
CPU user time (s): 1799.53
CPU system time (s): 0.51
CPU usage (%): 99.2462
Max. virtual memory (cumulated for all children) (KiB): 860328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.4353
system time used= 0.292955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25661
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= 1830
involuntary context switches= 2392

runsolver used 1.9827 second user time and 5.97109 second system time

The end

Launcher Data (download as text)

Begin job on node29 at 2008-07-04 07:03:39
IDJOB=1066440
IDBENCH=55122
IDSOLVER=351
FILE ID=node29/1066440-1215147819
PBS_JOBID= 7877369
Free space on /tmp= 66560 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9bcf81c8a076467ebf8c6a868379407a
RANDOM SEED=269865580

node29.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.220
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.220
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:       1594944 kB
Buffers:         64256 kB
Cached:         311644 kB
SwapCached:       6872 kB
Active:         205944 kB
Inactive:       197244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1594944 kB
SwapTotal:     4192956 kB
SwapFree:      4180452 kB
Dirty:            3308 kB
Writeback:           0 kB
Mapped:          43056 kB
Slab:            42636 kB
Committed_AS:  3407692 kB
PageTables:       2072 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= 66540 MiB
End job on node29 at 2008-07-04 07:33:55