Trace number 1066486

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

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg7-11_ext.xml
MD5SUM792c775b19e42492c0ce64785f265872
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 benchmark17.7003
Satisfiable
(Un)Satisfiability was proved
Number of variables77
Number of constraints18
Maximum constraint arity11
Maximum domain size26
Number of constraints which are defined in extension18
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
0.01/0.80	c start processing
0.01/0.80	c start relation processing
1.06/1.13	c start cnf exporting
21.92/22.24	c parsing time : 0.667
21.92/22.24	c preprocessing time : 22.106
21.92/22.24	
21.92/22.24	c Nary constraints - conflicts : 0 supports : 18
21.92/22.24	c Binary constraints - conflicts : 0 supports :0
21.92/22.24	c max arity constraint : 11
21.92/22.24	c Max Tuples generated 0
21.92/22.24	c relations : 2
21.92/22.24	c relations BDD: 2
21.92/22.24	c sampling 0/0
21.92/22.24	c vars : 168229 - clauses :  611691
21.92/22.24	
21.92/22.27	 
21.92/22.27	c --- SAT Solver Stats ---
21.92/22.27	 
21.92/22.27	c eSAT 0.1 : minisat core with additionnal features
21.92/22.27	c ============================[ Problem Statistics ]=============================
21.92/22.27	c |                                                                             |
21.92/22.28	c |  Number of variables:  168228                                               |
21.92/22.28	c |  Number of clauses:    611691                                               |
22.68/23.07	c |  Parsing time:         0.72         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-1066486-1215148041/watcher-1066486-1215148041 -o /tmp/evaluation-result-1066486-1215148041/solver-1066486-1215148041 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1066486-1215148041.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 2.05 2.03 4/80 19184
/proc/meminfo: memFree=1745768/2055920 swapFree=4180052/4192956
[pid=19184] ppid=19182 vsize=18572 CPUtime=0
/proc/19184/stat : 19184 (runsolver) R 19182 19184 18593 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1993779301 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 244671114535 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19184/statm: 4643 292 257 25 0 2626 0

[startup+0.054898 s]
/proc/loadavg: 1.92 2.05 2.03 4/80 19184
/proc/meminfo: memFree=1745768/2055920 swapFree=4180052/4192956
[pid=19184] ppid=19182 vsize=47568 CPUtime=0.01
/proc/19184/stat : 19184 (galacE.sh) S 19182 19184 18593 0 -1 4194304 766 1697 0 0 0 0 0 1 24 0 1 0 1993779301 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19184/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.115797 s]
/proc/loadavg: 1.92 2.05 2.03 4/80 19184
/proc/meminfo: memFree=1745768/2055920 swapFree=4180052/4192956
[pid=19184] ppid=19182 vsize=47568 CPUtime=0.01
/proc/19184/stat : 19184 (galacE.sh) S 19182 19184 18593 0 -1 4194304 766 1697 0 0 0 0 0 1 24 0 1 0 1993779301 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19184/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.301809 s]
/proc/loadavg: 1.92 2.05 2.03 4/80 19184
/proc/meminfo: memFree=1745768/2055920 swapFree=4180052/4192956
[pid=19184] ppid=19182 vsize=47568 CPUtime=0.01
/proc/19184/stat : 19184 (galacE.sh) S 19182 19184 18593 0 -1 4194304 766 1697 0 0 0 0 0 1 24 0 1 0 1993779301 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19184/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.701858 s]
/proc/loadavg: 1.92 2.05 2.03 4/80 19184
/proc/meminfo: memFree=1745768/2055920 swapFree=4180052/4192956
[pid=19184] ppid=19182 vsize=47568 CPUtime=0.01
/proc/19184/stat : 19184 (galacE.sh) S 19182 19184 18593 0 -1 4194304 766 1697 0 0 0 0 0 1 24 0 1 0 1993779301 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19184/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50294 s]
/proc/loadavg: 1.92 2.05 2.03 3/90 19206
/proc/meminfo: memFree=1700368/2055920 swapFree=4180052/4192956
[pid=19184] ppid=19182 vsize=47568 CPUtime=0.01
/proc/19184/stat : 19184 (galacE.sh) S 19182 19184 18593 0 -1 4194304 766 1697 0 0 0 0 0 1 24 0 1 0 1993779301 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19184/statm: 11892 365 246 79 0 219 0
[pid=19198] ppid=19184 vsize=813572 CPUtime=1.44
/proc/19198/stat : 19198 (java) S 19184 19184 18593 0 -1 0 21550 0 1 0 131 13 0 0 18 0 9 0 1993779305 833097728 20973 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19198/statm: 203393 20973 1910 9 0 197427 0
[pid=19198/tid=19199] ppid=19184 vsize=813572 CPUtime=1.11
/proc/19198/task/19199/stat : 19199 (java) R 19184 19184 18593 0 -1 64 14521 0 1 0 103 8 0 0 25 0 9 0 1993779306 833097728 20973 996147200 134512640 134550740 4294955616 18446744073709551615 4126892203 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19198/tid=19200] ppid=19184 vsize=813572 CPUtime=0.1
/proc/19198/task/19200/stat : 19200 (java) S 19184 19184 18593 0 -1 64 5518 0 0 0 8 2 0 0 17 0 9 0 1993779308 833097728 20973 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19198/tid=19201] ppid=19184 vsize=813572 CPUtime=0
/proc/19198/task/19201/stat : 19201 (java) S 19184 19184 18593 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1993779308 833097728 20973 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19198/tid=19202] ppid=19184 vsize=813572 CPUtime=0
/proc/19198/task/19202/stat : 19202 (java) S 19184 19184 18593 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993779308 833097728 20973 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19198/tid=19203] ppid=19184 vsize=813572 CPUtime=0
/proc/19198/task/19203/stat : 19203 (java) S 19184 19184 18593 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993779311 833097728 20973 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19198/tid=19204] ppid=19184 vsize=813572 CPUtime=0.19
/proc/19198/task/19204/stat : 19204 (java) S 19184 19184 18593 0 -1 64 811 0 0 0 18 1 0 0 15 0 9 0 1993779311 833097728 20973 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19198/tid=19205] ppid=19184 vsize=813572 CPUtime=0
/proc/19198/task/19205/stat : 19205 (java) S 19184 19184 18593 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993779311 833097728 20973 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19198/tid=19206] ppid=19184 vsize=813572 CPUtime=0
/proc/19198/task/19206/stat : 19206 (java) S 19184 19184 18593 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993779311 833097728 20973 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 861140

[startup+3.10211 s]
/proc/loadavg: 1.92 2.05 2.03 3/90 19206
/proc/meminfo: memFree=1662352/2055920 swapFree=4180052/4192956
[pid=19184] ppid=19182 vsize=47568 CPUtime=0.01
/proc/19184/stat : 19184 (galacE.sh) S 19182 19184 18593 0 -1 4194304 766 1697 0 0 0 0 0 1 24 0 1 0 1993779301 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19184/statm: 11892 365 246 79 0 219 0
[pid=19198] ppid=19184 vsize=813572 CPUtime=3.03
/proc/19198/stat : 19198 (java) S 19184 19184 18593 0 -1 0 22940 0 1 0 289 14 0 0 18 0 9 0 1993779305 833097728 22360 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19198/statm: 203393 22360 1910 9 0 197427 0
[pid=19198/tid=19199] ppid=19184 vsize=813572 CPUtime=2.67
/proc/19198/task/19199/stat : 19199 (java) R 19184 19184 18593 0 -1 64 14525 0 1 0 258 9 0 0 25 0 9 0 1993779306 833097728 22360 996147200 134512640 134550740 4294955616 18446744073709551615 4126643107 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19198/tid=19200] ppid=19184 vsize=813572 CPUtime=0.13
/proc/19198/task/19200/stat : 19200 (java) S 19184 19184 18593 0 -1 64 6897 0 0 0 10 3 0 0 16 0 9 0 1993779308 833097728 22360 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19198/tid=19201] ppid=19184 vsize=813572 CPUtime=0
/proc/19198/task/19201/stat : 19201 (java) S 19184 19184 18593 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1993779308 833097728 22360 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19198/tid=19202] ppid=19184 vsize=813572 CPUtime=0
/proc/19198/task/19202/stat : 19202 (java) S 19184 19184 18593 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993779308 833097728 22360 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19198/tid=19203] ppid=19184 vsize=813572 CPUtime=0
/proc/19198/task/19203/stat : 19203 (java) S 19184 19184 18593 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993779311 833097728 22360 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19198/tid=19204] ppid=19184 vsize=813572 CPUtime=0.2
/proc/19198/task/19204/stat : 19204 (java) S 19184 19184 18593 0 -1 64 818 0 0 0 19 1 0 0 16 0 9 0 1993779311 833097728 22360 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19198/tid=19205] ppid=19184 vsize=813572 CPUtime=0
/proc/19198/task/19205/stat : 19205 (java) S 19184 19184 18593 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993779311 833097728 22360 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19198/tid=19206] ppid=19184 vsize=813572 CPUtime=0
/proc/19198/task/19206/stat : 19206 (java) S 19184 19184 18593 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993779311 833097728 22360 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 861140

[startup+6.30144 s]
/proc/loadavg: 1.93 2.05 2.03 3/90 19206
/proc/meminfo: memFree=1660432/2055920 swapFree=4180052/4192956
[pid=19184] ppid=19182 vsize=47568 CPUtime=0.01
/proc/19184/stat : 19184 (galacE.sh) S 19182 19184 18593 0 -1 4194304 766 1697 0 0 0 0 0 1 24 0 1 0 1993779301 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19184/statm: 11892 365 246 79 0 219 0
[pid=19198] ppid=19184 vsize=813572 CPUtime=6.18
/proc/19198/stat : 19198 (java) S 19184 19184 18593 0 -1 0 22947 0 1 0 603 15 0 0 18 0 9 0 1993779305 833097728 22360 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19198/statm: 203393 22360 1910 9 0 197427 0
[pid=19198/tid=19199] ppid=19184 vsize=813572 CPUtime=5.83
/proc/19198/task/19199/stat : 19199 (java) R 19184 19184 18593 0 -1 64 14532 0 1 0 573 10 0 0 25 0 9 0 1993779306 833097728 22360 996147200 134512640 134550740 4294955616 18446744073709551615 4126888999 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19198/tid=19200] ppid=19184 vsize=813572 CPUtime=0.13
/proc/19198/task/19200/stat : 19200 (java) S 19184 19184 18593 0 -1 64 6897 0 0 0 10 3 0 0 16 0 9 0 1993779308 833097728 22360 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19198/tid=19201] ppid=19184 vsize=813572 CPUtime=0
/proc/19198/task/19201/stat : 19201 (java) S 19184 19184 18593 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1993779308 833097728 22360 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19198/tid=19202] ppid=19184 vsize=813572 CPUtime=0
/proc/19198/task/19202/stat : 19202 (java) S 19184 19184 18593 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993779308 833097728 22360 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19198/tid=19203] ppid=19184 vsize=813572 CPUtime=0
/proc/19198/task/19203/stat : 19203 (java) S 19184 19184 18593 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993779311 833097728 22360 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19198/tid=19204] ppid=19184 vsize=813572 CPUtime=0.2
/proc/19198/task/19204/stat : 19204 (java) S 19184 19184 18593 0 -1 64 818 0 0 0 19 1 0 0 16 0 9 0 1993779311 833097728 22360 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19198/tid=19205] ppid=19184 vsize=813572 CPUtime=0
/proc/19198/task/19205/stat : 19205 (java) S 19184 19184 18593 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993779311 833097728 22360 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19198/tid=19206] ppid=19184 vsize=813572 CPUtime=0
/proc/19198/task/19206/stat : 19206 (java) S 19184 19184 18593 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993779311 833097728 22360 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 861140

[startup+12.7011 s]
/proc/loadavg: 1.93 2.05 2.03 3/90 19206
/proc/meminfo: memFree=1656912/2055920 swapFree=4180052/4192956
[pid=19184] ppid=19182 vsize=47568 CPUtime=0.01
/proc/19184/stat : 19184 (galacE.sh) S 19182 19184 18593 0 -1 4194304 766 1697 0 0 0 0 0 1 24 0 1 0 1993779301 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19184/statm: 11892 365 246 79 0 219 0
[pid=19198] ppid=19184 vsize=813572 CPUtime=12.52
/proc/19198/stat : 19198 (java) S 19184 19184 18593 0 -1 0 22958 0 1 0 1235 17 0 0 18 0 9 0 1993779305 833097728 22360 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19198/statm: 203393 22360 1910 9 0 197427 0
[pid=19198/tid=19199] ppid=19184 vsize=813572 CPUtime=12.16
/proc/19198/task/19199/stat : 19199 (java) R 19184 19184 18593 0 -1 64 14543 0 1 0 1204 12 0 0 25 0 9 0 1993779306 833097728 22360 996147200 134512640 134550740 4294955616 18446744073709551615 4126665470 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19198/tid=19200] ppid=19184 vsize=813572 CPUtime=0.13
/proc/19198/task/19200/stat : 19200 (java) S 19184 19184 18593 0 -1 64 6897 0 0 0 10 3 0 0 16 0 9 0 1993779308 833097728 22360 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19198/tid=19201] ppid=19184 vsize=813572 CPUtime=0
/proc/19198/task/19201/stat : 19201 (java) S 19184 19184 18593 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1993779308 833097728 22360 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19198/tid=19202] ppid=19184 vsize=813572 CPUtime=0
/proc/19198/task/19202/stat : 19202 (java) S 19184 19184 18593 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993779308 833097728 22360 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19198/tid=19203] ppid=19184 vsize=813572 CPUtime=0
/proc/19198/task/19203/stat : 19203 (java) S 19184 19184 18593 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1993779311 833097728 22360 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19198/tid=19204] ppid=19184 vsize=813572 CPUtime=0.2
/proc/19198/task/19204/stat : 19204 (java) S 19184 19184 18593 0 -1 64 818 0 0 0 19 1 0 0 16 0 9 0 1993779311 833097728 22360 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19198/tid=19205] ppid=19184 vsize=813572 CPUtime=0
/proc/19198/task/19205/stat : 19205 (java) S 19184 19184 18593 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993779311 833097728 22360 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19198/tid=19206] ppid=19184 vsize=813572 CPUtime=0
/proc/19198/task/19206/stat : 19206 (java) S 19184 19184 18593 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993779311 833097728 22360 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 861140

[startup+25.5015 s]
/proc/loadavg: 1.95 2.05 2.03 3/82 19207
/proc/meminfo: memFree=1639056/2055920 swapFree=4180052/4192956
[pid=19184] ppid=19182 vsize=47568 CPUtime=21.97
/proc/19184/stat : 19184 (galacE.sh) S 19182 19184 18593 0 -1 4194304 800 24684 0 1 0 0 2175 22 17 0 1 0 1993779301 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19184/statm: 11892 365 246 79 0 219 0
[pid=19207] ppid=19184 vsize=101756 CPUtime=3.18
/proc/19207/stat : 19207 (eSAT_static) R 19184 19184 18593 0 -1 4194304 24130 0 0 0 305 13 0 0 25 0 1 0 1993781529 104198144 24112 996147200 134512640 135177480 4294955984 18446744073709551615 134541299 0 0 4096 3 0 0 0 17 1 0 0
/proc/19207/statm: 25439 24112 75 162 0 25274 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 149324

[startup+51.1011 s]
/proc/loadavg: 1.96 2.04 2.02 3/82 19207
/proc/meminfo: memFree=1644816/2055920 swapFree=4180052/4192956
[pid=19184] ppid=19182 vsize=47568 CPUtime=21.97
/proc/19184/stat : 19184 (galacE.sh) S 19182 19184 18593 0 -1 4194304 800 24684 0 1 0 0 2175 22 17 0 1 0 1993779301 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19184/statm: 11892 365 246 79 0 219 0
[pid=19207] ppid=19184 vsize=92912 CPUtime=28.55
/proc/19207/stat : 19207 (eSAT_static) R 19184 19184 18593 0 -1 4194304 25036 0 0 0 2841 14 0 0 25 0 1 0 1993781529 95141888 22177 996147200 134512640 135177480 4294955984 18446744073709551615 134565331 0 0 4096 3 0 0 0 17 1 0 0
/proc/19207/statm: 23228 22177 80 162 0 23063 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 140480

[startup+102.307 s]
/proc/loadavg: 1.98 2.03 2.02 3/82 19207
/proc/meminfo: memFree=1644560/2055920 swapFree=4180052/4192956
[pid=19184] ppid=19182 vsize=47568 CPUtime=21.97
/proc/19184/stat : 19184 (galacE.sh) S 19182 19184 18593 0 -1 4194304 800 24684 0 1 0 0 2175 22 17 0 1 0 1993779301 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19184/statm: 11892 365 246 79 0 219 0
[pid=19207] ppid=19184 vsize=93276 CPUtime=79.29
/proc/19207/stat : 19207 (eSAT_static) R 19184 19184 18593 0 -1 4194304 25102 0 0 0 7915 14 0 0 25 0 1 0 1993781529 95514624 22243 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0

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

/proc/19207/statm: 23766 22689 80 162 0 23601 0
Current children cumulated CPU time (s) 1112.46
Current children cumulated vsize (KiB) 142632

[startup+1182.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/74 19237
/proc/meminfo: memFree=1722832/2055920 swapFree=4180052/4192956
[pid=19184] ppid=19182 vsize=47568 CPUtime=21.97
/proc/19184/stat : 19184 (galacE.sh) S 19182 19184 18593 0 -1 4194304 800 24684 0 1 0 0 2175 22 17 0 1 0 1993779301 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19184/statm: 11892 365 246 79 0 219 0
[pid=19207] ppid=19184 vsize=95212 CPUtime=1149.99
/proc/19207/stat : 19207 (eSAT_static) R 19184 19184 18593 0 -1 4194304 25565 0 0 0 114975 24 0 0 25 0 1 0 1993781529 97497088 22706 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/19207/statm: 23803 22706 80 162 0 23638 0
Current children cumulated CPU time (s) 1171.96
Current children cumulated vsize (KiB) 142780

[startup+1242.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/74 19237
/proc/meminfo: memFree=1722576/2055920 swapFree=4180052/4192956
[pid=19184] ppid=19182 vsize=47568 CPUtime=21.97
/proc/19184/stat : 19184 (galacE.sh) S 19182 19184 18593 0 -1 4194304 800 24684 0 1 0 0 2175 22 17 0 1 0 1993779301 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19184/statm: 11892 365 246 79 0 219 0
[pid=19207] ppid=19184 vsize=95212 CPUtime=1209.48
/proc/19207/stat : 19207 (eSAT_static) R 19184 19184 18593 0 -1 4194304 25586 0 0 0 120923 25 0 0 25 0 1 0 1993781529 97497088 22727 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/19207/statm: 23803 22727 80 162 0 23638 0
Current children cumulated CPU time (s) 1231.45
Current children cumulated vsize (KiB) 142780

[startup+1302.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/74 19237
/proc/meminfo: memFree=1721936/2055920 swapFree=4180052/4192956
[pid=19184] ppid=19182 vsize=47568 CPUtime=21.97
/proc/19184/stat : 19184 (galacE.sh) S 19182 19184 18593 0 -1 4194304 800 24684 0 1 0 0 2175 22 17 0 1 0 1993779301 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19184/statm: 11892 365 246 79 0 219 0
[pid=19207] ppid=19184 vsize=95876 CPUtime=1268.97
/proc/19207/stat : 19207 (eSAT_static) R 19184 19184 18593 0 -1 4194304 25731 0 0 0 126872 25 0 0 25 0 1 0 1993781529 98177024 22872 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/19207/statm: 23969 22872 80 162 0 23804 0
Current children cumulated CPU time (s) 1290.94
Current children cumulated vsize (KiB) 143444

[startup+1362.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/74 19237
/proc/meminfo: memFree=1720720/2055920 swapFree=4180052/4192956
[pid=19184] ppid=19182 vsize=47568 CPUtime=21.97
/proc/19184/stat : 19184 (galacE.sh) S 19182 19184 18593 0 -1 4194304 800 24684 0 1 0 0 2175 22 17 0 1 0 1993779301 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19184/statm: 11892 365 246 79 0 219 0
[pid=19207] ppid=19184 vsize=97200 CPUtime=1328.46
/proc/19207/stat : 19207 (eSAT_static) R 19184 19184 18593 0 -1 4194304 26077 0 0 0 132820 26 0 0 25 0 1 0 1993781529 99532800 23218 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/19207/statm: 24300 23218 80 162 0 24135 0
Current children cumulated CPU time (s) 1350.43
Current children cumulated vsize (KiB) 144768

[startup+1422.31 s]
/proc/loadavg: 1.99 1.99 1.99 3/74 19237
/proc/meminfo: memFree=1719696/2055920 swapFree=4180052/4192956
[pid=19184] ppid=19182 vsize=47568 CPUtime=21.97
/proc/19184/stat : 19184 (galacE.sh) S 19182 19184 18593 0 -1 4194304 800 24684 0 1 0 0 2175 22 17 0 1 0 1993779301 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19184/statm: 11892 365 246 79 0 219 0
[pid=19207] ppid=19184 vsize=98248 CPUtime=1387.96
/proc/19207/stat : 19207 (eSAT_static) R 19184 19184 18593 0 -1 4194304 26300 0 0 0 138769 27 0 0 25 0 1 0 1993781529 100605952 23441 996147200 134512640 135177480 4294955984 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/19207/statm: 24562 23441 80 162 0 24397 0
Current children cumulated CPU time (s) 1409.93
Current children cumulated vsize (KiB) 145816

[startup+1482.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/74 19237
/proc/meminfo: memFree=1719696/2055920 swapFree=4180052/4192956
[pid=19184] ppid=19182 vsize=47568 CPUtime=21.97
/proc/19184/stat : 19184 (galacE.sh) S 19182 19184 18593 0 -1 4194304 800 24684 0 1 0 0 2175 22 17 0 1 0 1993779301 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19184/statm: 11892 365 246 79 0 219 0
[pid=19207] ppid=19184 vsize=98248 CPUtime=1447.43
/proc/19207/stat : 19207 (eSAT_static) R 19184 19184 18593 0 -1 4194304 26300 0 0 0 144716 27 0 0 25 0 1 0 1993781529 100605952 23441 996147200 134512640 135177480 4294955984 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 1 0 0
/proc/19207/statm: 24562 23441 80 162 0 24397 0
Current children cumulated CPU time (s) 1469.4
Current children cumulated vsize (KiB) 145816

[startup+1542.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/74 19237
/proc/meminfo: memFree=1719632/2055920 swapFree=4180052/4192956
[pid=19184] ppid=19182 vsize=47568 CPUtime=21.97
/proc/19184/stat : 19184 (galacE.sh) S 19182 19184 18593 0 -1 4194304 800 24684 0 1 0 0 2175 22 17 0 1 0 1993779301 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19184/statm: 11892 365 246 79 0 219 0
[pid=19207] ppid=19184 vsize=98248 CPUtime=1506.93
/proc/19207/stat : 19207 (eSAT_static) R 19184 19184 18593 0 -1 4194304 26300 0 0 0 150665 28 0 0 25 0 1 0 1993781529 100605952 23441 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/19207/statm: 24562 23441 80 162 0 24397 0
Current children cumulated CPU time (s) 1528.9
Current children cumulated vsize (KiB) 145816

[startup+1602.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/74 19237
/proc/meminfo: memFree=1719568/2055920 swapFree=4180052/4192956
[pid=19184] ppid=19182 vsize=47568 CPUtime=21.97
/proc/19184/stat : 19184 (galacE.sh) S 19182 19184 18593 0 -1 4194304 800 24684 0 1 0 0 2175 22 17 0 1 0 1993779301 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19184/statm: 11892 365 246 79 0 219 0
[pid=19207] ppid=19184 vsize=98248 CPUtime=1566.42
/proc/19207/stat : 19207 (eSAT_static) R 19184 19184 18593 0 -1 4194304 26302 0 0 0 156614 28 0 0 25 0 1 0 1993781529 100605952 23443 996147200 134512640 135177480 4294955984 18446744073709551615 134565292 0 0 4096 3 0 0 0 17 1 0 0
/proc/19207/statm: 24562 23443 80 162 0 24397 0
Current children cumulated CPU time (s) 1588.39
Current children cumulated vsize (KiB) 145816

[startup+1662.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/74 19237
/proc/meminfo: memFree=1719440/2055920 swapFree=4180052/4192956
[pid=19184] ppid=19182 vsize=47568 CPUtime=21.97
/proc/19184/stat : 19184 (galacE.sh) S 19182 19184 18593 0 -1 4194304 800 24684 0 1 0 0 2175 22 17 0 1 0 1993779301 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19184/statm: 11892 365 246 79 0 219 0
[pid=19207] ppid=19184 vsize=98444 CPUtime=1625.91
/proc/19207/stat : 19207 (eSAT_static) R 19184 19184 18593 0 -1 4194304 26321 0 0 0 162563 28 0 0 25 0 1 0 1993781529 100806656 23462 996147200 134512640 135177480 4294955984 18446744073709551615 134565495 0 0 4096 3 0 0 0 17 1 0 0
/proc/19207/statm: 24611 23462 80 162 0 24446 0
Current children cumulated CPU time (s) 1647.88
Current children cumulated vsize (KiB) 146012

[startup+1722.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/74 19237
/proc/meminfo: memFree=1719376/2055920 swapFree=4180052/4192956
[pid=19184] ppid=19182 vsize=47568 CPUtime=21.97
/proc/19184/stat : 19184 (galacE.sh) S 19182 19184 18593 0 -1 4194304 800 24684 0 1 0 0 2175 22 17 0 1 0 1993779301 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19184/statm: 11892 365 246 79 0 219 0
[pid=19207] ppid=19184 vsize=98444 CPUtime=1685.4
/proc/19207/stat : 19207 (eSAT_static) R 19184 19184 18593 0 -1 4194304 26321 0 0 0 168511 29 0 0 25 0 1 0 1993781529 100806656 23462 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/19207/statm: 24611 23462 80 162 0 24446 0
Current children cumulated CPU time (s) 1707.37
Current children cumulated vsize (KiB) 146012

[startup+1782.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/74 19237
/proc/meminfo: memFree=1719120/2055920 swapFree=4180052/4192956
[pid=19184] ppid=19182 vsize=47568 CPUtime=21.97
/proc/19184/stat : 19184 (galacE.sh) S 19182 19184 18593 0 -1 4194304 800 24684 0 1 0 0 2175 22 17 0 1 0 1993779301 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19184/statm: 11892 365 246 79 0 219 0
[pid=19207] ppid=19184 vsize=98444 CPUtime=1744.89
/proc/19207/stat : 19207 (eSAT_static) R 19184 19184 18593 0 -1 4194304 26343 0 0 0 174459 30 0 0 25 0 1 0 1993781529 100806656 23484 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/19207/statm: 24611 23484 80 162 0 24446 0
Current children cumulated CPU time (s) 1766.86
Current children cumulated vsize (KiB) 146012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.8 s]
/proc/loadavg: 1.99 1.99 1.99 3/74 19237
/proc/meminfo: memFree=1719120/2055920 swapFree=4180052/4192956
[pid=19184] ppid=19182 vsize=47568 CPUtime=21.97
/proc/19184/stat : 19184 (galacE.sh) S 19182 19184 18593 0 -1 4194304 800 24684 0 1 0 0 2175 22 17 0 1 0 1993779301 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19184/statm: 11892 365 246 79 0 219 0
[pid=19207] ppid=19184 vsize=98584 CPUtime=1778.1
/proc/19207/stat : 19207 (eSAT_static) R 19184 19184 18593 0 -1 4194304 26355 0 0 0 177780 30 0 0 25 0 1 0 1993781529 100950016 23496 996147200 134512640 135177480 4294955984 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/19207/statm: 24646 23496 80 162 0 24481 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 146152

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19184 and gives
#  childrusage.ru_utime.tv_sec=21
#  childrusage.ru_utime.tv_usec=762691
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=237963
# CPU time returned by wait4() is 22.0007
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1815.81
CPU time (s): 1800.07
CPU user time (s): 1799.55
CPU system time (s): 0.52
CPU usage (%): 99.133
Max. virtual memory (cumulated for all children) (KiB): 861140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.7627
system time used= 0.237963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25484
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= 1734
involuntary context switches= 1699

runsolver used 2.14867 second user time and 5.38118 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-04 07:07:21
IDJOB=1066486
IDBENCH=55125
IDSOLVER=351
FILE ID=node7/1066486-1215148041
PBS_JOBID= 7877421
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 792c775b19e42492c0ce64785f265872
RANDOM SEED=2120070052

node7.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.236
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.236
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:       1746248 kB
Buffers:         20652 kB
Cached:         131688 kB
SwapCached:       6984 kB
Active:         195244 kB
Inactive:        47772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1746248 kB
SwapTotal:     4192956 kB
SwapFree:      4180052 kB
Dirty:            3404 kB
Writeback:           0 kB
Mapped:         104328 kB
Slab:            51688 kB
Committed_AS:  4197684 kB
PageTables:       2016 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= 66544 MiB
End job on node7 at 2008-07-04 07:37:39