Trace number 1079523

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.01 1821.81

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg8-9_ext.xml
MD5SUM9f204db7e02a84df79b508c7ba71055f
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 benchmark16.8124
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints17
Maximum constraint arity9
Maximum domain size26
Number of constraints which are defined in extension17
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.76	c start processing
0.01/0.76	c start relation processing
0.94/1.03	c start cnf exporting
16.07/16.40	c parsing time : 0.627
16.07/16.40	c preprocessing time : 16.267
16.07/16.40	
16.07/16.40	c Nary constraints - conflicts : 0 supports : 17
16.07/16.40	c Binary constraints - conflicts : 0 supports :0
16.07/16.40	c max arity constraint : 9
16.07/16.40	c Max Tuples generated 0
16.07/16.40	c relations : 2
16.07/16.40	c relations BDD: 2
16.07/16.40	c sampling 0/0
16.07/16.40	c vars : 129868 - clauses :  462712
16.07/16.40	
16.17/16.46	 
16.17/16.46	c --- SAT Solver Stats ---
16.17/16.46	 
16.17/16.46	c eSAT 0.1 : minisat core with additionnal features
16.17/16.46	c ============================[ Problem Statistics ]=============================
16.17/16.46	c |                                                                             |
16.17/16.47	c |  Number of variables:  129867                                               |
16.17/16.47	c |  Number of clauses:    462712                                               |
16.19/17.08	c |  Parsing time:         0.55         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-1079523-1215209996/watcher-1079523-1215209996 -o /tmp/evaluation-result-1079523-1215209996/solver-1079523-1215209996 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1079523-1215209996.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.02 1.99 4/82 15277
/proc/meminfo: memFree=1818688/2055920 swapFree=4179680/4192956
[pid=15277] ppid=15275 vsize=8560 CPUtime=0
/proc/15277/stat : 15277 (galacE.sh) R 15275 15277 13008 0 -1 4194304 308 0 0 0 0 0 0 0 21 0 1 0 1999972266 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 234211755919 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15277/statm: 2140 254 197 79 0 133 0

[startup+0.026824 s]
/proc/loadavg: 1.92 2.02 1.99 4/82 15277
/proc/meminfo: memFree=1818688/2055920 swapFree=4179680/4192956
[pid=15277] ppid=15275 vsize=8784 CPUtime=0
/proc/15277/stat : 15277 (galacE.sh) S 15275 15277 13008 0 -1 4194304 586 1320 0 0 0 0 0 0 23 0 1 0 1999972266 8994816 320 996147200 4194304 4520092 548682068832 18446744073709551615 234211737682 0 2 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/15277/statm: 2196 320 218 79 0 189 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8784

[startup+0.101838 s]
/proc/loadavg: 1.92 2.02 1.99 4/82 15277
/proc/meminfo: memFree=1818688/2055920 swapFree=4179680/4192956
[pid=15277] ppid=15275 vsize=47556 CPUtime=0.01
/proc/15277/stat : 15277 (galacE.sh) S 15275 15277 13008 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1999972266 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15277/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.301873 s]
/proc/loadavg: 1.92 2.02 1.99 4/82 15277
/proc/meminfo: memFree=1818688/2055920 swapFree=4179680/4192956
[pid=15277] ppid=15275 vsize=47556 CPUtime=0.01
/proc/15277/stat : 15277 (galacE.sh) S 15275 15277 13008 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1999972266 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15277/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.701961 s]
/proc/loadavg: 1.92 2.02 1.99 4/82 15277
/proc/meminfo: memFree=1818688/2055920 swapFree=4179680/4192956
[pid=15277] ppid=15275 vsize=47556 CPUtime=0.01
/proc/15277/stat : 15277 (galacE.sh) S 15275 15277 13008 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1999972266 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15277/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50213 s]
/proc/loadavg: 1.92 2.02 1.99 3/92 15299
/proc/meminfo: memFree=1775792/2055920 swapFree=4179680/4192956
[pid=15277] ppid=15275 vsize=47556 CPUtime=0.01
/proc/15277/stat : 15277 (galacE.sh) S 15275 15277 13008 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1999972266 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15277/statm: 11889 364 245 79 0 219 0
[pid=15291] ppid=15277 vsize=812684 CPUtime=1.43
/proc/15291/stat : 15291 (java) S 15277 15277 13008 0 -1 0 21100 0 1 0 130 13 0 0 18 0 9 0 1999972270 832188416 20522 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15291/statm: 203171 20522 1909 9 0 197152 0
[pid=15291/tid=15292] ppid=15277 vsize=812684 CPUtime=1.1
/proc/15291/task/15292/stat : 15292 (java) R 15277 15277 13008 0 -1 64 14512 0 1 0 101 9 0 0 25 0 9 0 1999972271 832188416 20522 996147200 134512640 134550740 4294955600 18446744073709551615 4126643329 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15291/tid=15293] ppid=15277 vsize=812684 CPUtime=0.09
/proc/15291/task/15293/stat : 15293 (java) S 15277 15277 13008 0 -1 64 5073 0 0 0 7 2 0 0 16 0 9 0 1999972272 832188416 20522 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15291/tid=15294] ppid=15277 vsize=812684 CPUtime=0
/proc/15291/task/15294/stat : 15294 (java) S 15277 15277 13008 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1999972272 832188416 20522 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15291/tid=15295] ppid=15277 vsize=812684 CPUtime=0
/proc/15291/task/15295/stat : 15295 (java) S 15277 15277 13008 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1999972272 832188416 20522 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15291/tid=15296] ppid=15277 vsize=812684 CPUtime=0
/proc/15291/task/15296/stat : 15296 (java) S 15277 15277 13008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999972275 832188416 20522 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15291/tid=15297] ppid=15277 vsize=812684 CPUtime=0.2
/proc/15291/task/15297/stat : 15297 (java) S 15277 15277 13008 0 -1 64 814 0 0 0 20 0 0 0 15 0 9 0 1999972275 832188416 20522 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15291/tid=15298] ppid=15277 vsize=812684 CPUtime=0
/proc/15291/task/15298/stat : 15298 (java) S 15277 15277 13008 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999972275 832188416 20522 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15291/tid=15299] ppid=15277 vsize=812684 CPUtime=0
/proc/15291/task/15299/stat : 15299 (java) S 15277 15277 13008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999972275 832188416 20522 996147200 134512640 134550740 4294955600 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) 860240

[startup+3.10146 s]
/proc/loadavg: 1.92 2.02 1.99 3/92 15299
/proc/meminfo: memFree=1737008/2055920 swapFree=4179680/4192956
[pid=15277] ppid=15275 vsize=47556 CPUtime=0.01
/proc/15277/stat : 15277 (galacE.sh) S 15275 15277 13008 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1999972266 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15277/statm: 11889 364 245 79 0 219 0
[pid=15291] ppid=15277 vsize=812684 CPUtime=3.01
/proc/15291/stat : 15291 (java) S 15277 15277 13008 0 -1 0 22491 0 1 0 287 14 0 0 18 0 9 0 1999972270 832188416 21910 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15291/statm: 203171 21910 1909 9 0 197152 0
[pid=15291/tid=15292] ppid=15277 vsize=812684 CPUtime=2.65
/proc/15291/task/15292/stat : 15292 (java) R 15277 15277 13008 0 -1 64 14517 0 1 0 255 10 0 0 25 0 9 0 1999972271 832188416 21910 996147200 134512640 134550740 4294955600 18446744073709551615 4126604337 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15291/tid=15293] ppid=15277 vsize=812684 CPUtime=0.12
/proc/15291/task/15293/stat : 15293 (java) S 15277 15277 13008 0 -1 64 6452 0 0 0 9 3 0 0 16 0 9 0 1999972272 832188416 21910 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15291/tid=15294] ppid=15277 vsize=812684 CPUtime=0
/proc/15291/task/15294/stat : 15294 (java) S 15277 15277 13008 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1999972272 832188416 21910 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15291/tid=15295] ppid=15277 vsize=812684 CPUtime=0
/proc/15291/task/15295/stat : 15295 (java) S 15277 15277 13008 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1999972272 832188416 21910 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15291/tid=15296] ppid=15277 vsize=812684 CPUtime=0
/proc/15291/task/15296/stat : 15296 (java) S 15277 15277 13008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999972275 832188416 21910 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15291/tid=15297] ppid=15277 vsize=812684 CPUtime=0.21
/proc/15291/task/15297/stat : 15297 (java) S 15277 15277 13008 0 -1 64 821 0 0 0 21 0 0 0 15 0 9 0 1999972275 832188416 21910 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15291/tid=15298] ppid=15277 vsize=812684 CPUtime=0
/proc/15291/task/15298/stat : 15298 (java) S 15277 15277 13008 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999972275 832188416 21910 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15291/tid=15299] ppid=15277 vsize=812684 CPUtime=0
/proc/15291/task/15299/stat : 15299 (java) S 15277 15277 13008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999972275 832188416 21910 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 860240

[startup+6.30212 s]
/proc/loadavg: 1.93 2.02 1.99 3/92 15299
/proc/meminfo: memFree=1735088/2055920 swapFree=4179680/4192956
[pid=15277] ppid=15275 vsize=47556 CPUtime=0.01
/proc/15277/stat : 15277 (galacE.sh) S 15275 15277 13008 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1999972266 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15277/statm: 11889 364 245 79 0 219 0
[pid=15291] ppid=15277 vsize=812684 CPUtime=6.18
/proc/15291/stat : 15291 (java) S 15277 15277 13008 0 -1 0 22498 0 1 0 602 16 0 0 18 0 9 0 1999972270 832188416 21910 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15291/statm: 203171 21910 1909 9 0 197152 0
[pid=15291/tid=15292] ppid=15277 vsize=812684 CPUtime=5.81
/proc/15291/task/15292/stat : 15292 (java) R 15277 15277 13008 0 -1 64 14524 0 1 0 570 11 0 0 25 0 9 0 1999972271 832188416 21910 996147200 134512640 134550740 4294955600 18446744073709551615 4126661006 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15291/tid=15293] ppid=15277 vsize=812684 CPUtime=0.12
/proc/15291/task/15293/stat : 15293 (java) S 15277 15277 13008 0 -1 64 6452 0 0 0 9 3 0 0 16 0 9 0 1999972272 832188416 21910 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15291/tid=15294] ppid=15277 vsize=812684 CPUtime=0
/proc/15291/task/15294/stat : 15294 (java) S 15277 15277 13008 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1999972272 832188416 21910 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15291/tid=15295] ppid=15277 vsize=812684 CPUtime=0
/proc/15291/task/15295/stat : 15295 (java) S 15277 15277 13008 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1999972272 832188416 21910 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15291/tid=15296] ppid=15277 vsize=812684 CPUtime=0
/proc/15291/task/15296/stat : 15296 (java) S 15277 15277 13008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999972275 832188416 21910 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15291/tid=15297] ppid=15277 vsize=812684 CPUtime=0.21
/proc/15291/task/15297/stat : 15297 (java) S 15277 15277 13008 0 -1 64 821 0 0 0 21 0 0 0 15 0 9 0 1999972275 832188416 21910 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15291/tid=15298] ppid=15277 vsize=812684 CPUtime=0
/proc/15291/task/15298/stat : 15298 (java) S 15277 15277 13008 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999972275 832188416 21910 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15291/tid=15299] ppid=15277 vsize=812684 CPUtime=0
/proc/15291/task/15299/stat : 15299 (java) S 15277 15277 13008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999972275 832188416 21910 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 860240

[startup+12.7024 s]
/proc/loadavg: 1.93 2.02 1.99 3/92 15299
/proc/meminfo: memFree=1731376/2055920 swapFree=4179680/4192956
[pid=15277] ppid=15275 vsize=47556 CPUtime=0.01
/proc/15277/stat : 15277 (galacE.sh) S 15275 15277 13008 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1999972266 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15277/statm: 11889 364 245 79 0 219 0
[pid=15291] ppid=15277 vsize=812684 CPUtime=12.5
/proc/15291/stat : 15291 (java) S 15277 15277 13008 0 -1 0 22509 0 1 0 1231 19 0 0 18 0 9 0 1999972270 832188416 21910 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15291/statm: 203171 21910 1909 9 0 197152 0
[pid=15291/tid=15292] ppid=15277 vsize=812684 CPUtime=12.13
/proc/15291/task/15292/stat : 15292 (java) R 15277 15277 13008 0 -1 64 14535 0 1 0 1199 14 0 0 25 0 9 0 1999972271 832188416 21910 996147200 134512640 134550740 4294955600 18446744073709551615 4126929655 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15291/tid=15293] ppid=15277 vsize=812684 CPUtime=0.13
/proc/15291/task/15293/stat : 15293 (java) S 15277 15277 13008 0 -1 64 6452 0 0 0 10 3 0 0 16 0 9 0 1999972272 832188416 21910 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15291/tid=15294] ppid=15277 vsize=812684 CPUtime=0
/proc/15291/task/15294/stat : 15294 (java) S 15277 15277 13008 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1999972272 832188416 21910 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15291/tid=15295] ppid=15277 vsize=812684 CPUtime=0
/proc/15291/task/15295/stat : 15295 (java) S 15277 15277 13008 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1999972272 832188416 21910 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15291/tid=15296] ppid=15277 vsize=812684 CPUtime=0
/proc/15291/task/15296/stat : 15296 (java) S 15277 15277 13008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999972275 832188416 21910 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15291/tid=15297] ppid=15277 vsize=812684 CPUtime=0.21
/proc/15291/task/15297/stat : 15297 (java) S 15277 15277 13008 0 -1 64 821 0 0 0 21 0 0 0 15 0 9 0 1999972275 832188416 21910 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15291/tid=15298] ppid=15277 vsize=812684 CPUtime=0
/proc/15291/task/15298/stat : 15298 (java) S 15277 15277 13008 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999972275 832188416 21910 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15291/tid=15299] ppid=15277 vsize=812684 CPUtime=0
/proc/15291/task/15299/stat : 15299 (java) S 15277 15277 13008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999972275 832188416 21910 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 860240

[startup+25.5011 s]
/proc/loadavg: 1.95 2.02 1.99 3/84 15300
/proc/meminfo: memFree=1742768/2055920 swapFree=4179680/4192956
[pid=15277] ppid=15275 vsize=47556 CPUtime=16.19
/proc/15277/stat : 15277 (galacE.sh) S 15275 15277 13008 0 -1 4194304 799 24227 0 1 0 0 1596 23 17 0 1 0 1999972266 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15277/statm: 11889 364 245 79 0 219 0
[pid=15300] ppid=15277 vsize=69144 CPUtime=8.93
/proc/15300/stat : 15300 (eSAT_static) R 15277 15277 13008 0 -1 4194304 18735 0 0 0 882 11 0 0 25 0 1 0 1999973912 70803456 16643 996147200 134512640 135177480 4294955968 18446744073709551615 134565251 0 0 4096 3 0 0 0 17 1 0 0
/proc/15300/statm: 17286 16643 80 162 0 17121 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 116700

[startup+51.1014 s]
/proc/loadavg: 1.96 2.02 1.99 3/84 15300
/proc/meminfo: memFree=1742832/2055920 swapFree=4179680/4192956
[pid=15277] ppid=15275 vsize=47556 CPUtime=16.19
/proc/15277/stat : 15277 (galacE.sh) S 15275 15277 13008 0 -1 4194304 799 24227 0 1 0 0 1596 23 17 0 1 0 1999972266 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15277/statm: 11889 364 245 79 0 219 0
[pid=15300] ppid=15277 vsize=69144 CPUtime=34.26
/proc/15300/stat : 15300 (eSAT_static) R 15277 15277 13008 0 -1 4194304 18740 0 0 0 3415 11 0 0 25 0 1 0 1999973912 70803456 16648 996147200 134512640 135177480 4294955968 18446744073709551615 134547827 0 0 4096 3 0 0 0 17 1 0 0
/proc/15300/statm: 17286 16648 80 162 0 17121 0
Current children cumulated CPU time (s) 50.45
Current children cumulated vsize (KiB) 116700

[startup+102.308 s]
/proc/loadavg: 1.98 2.01 1.99 3/84 15300
/proc/meminfo: memFree=1742832/2055920 swapFree=4179680/4192956
[pid=15277] ppid=15275 vsize=47556 CPUtime=16.19
/proc/15277/stat : 15277 (galacE.sh) S 15275 15277 13008 0 -1 4194304 799 24227 0 1 0 0 1596 23 17 0 1 0 1999972266 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15277/statm: 11889 364 245 79 0 219 0
[pid=15300] ppid=15277 vsize=69144 CPUtime=84.94
/proc/15300/stat : 15300 (eSAT_static) R 15277 15277 13008 0 -1 4194304 18740 0 0 0 8483 11 0 0 25 0 1 0 1999973912 70803456 16648 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0

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

/proc/15300/statm: 18369 17703 80 162 0 18204 0
Current children cumulated CPU time (s) 1110.6
Current children cumulated vsize (KiB) 121032

[startup+1182.3 s]
/proc/loadavg: 2.10 2.11 2.06 3/84 15300
/proc/meminfo: memFree=1737776/2055920 swapFree=4179680/4192956
[pid=15277] ppid=15275 vsize=47556 CPUtime=16.19
/proc/15277/stat : 15277 (galacE.sh) S 15275 15277 13008 0 -1 4194304 799 24227 0 1 0 0 1596 23 17 0 1 0 1999972266 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15277/statm: 11889 364 245 79 0 219 0
[pid=15300] ppid=15277 vsize=73476 CPUtime=1153.79
/proc/15300/stat : 15300 (eSAT_static) R 15277 15277 13008 0 -1 4194304 19795 0 0 0 115366 13 0 0 25 0 1 0 1999973912 75239424 17703 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/15300/statm: 18369 17703 80 162 0 18204 0
Current children cumulated CPU time (s) 1169.98
Current children cumulated vsize (KiB) 121032

[startup+1242.3 s]
/proc/loadavg: 2.04 2.09 2.06 3/84 15300
/proc/meminfo: memFree=1737712/2055920 swapFree=4179680/4192956
[pid=15277] ppid=15275 vsize=47556 CPUtime=16.19
/proc/15277/stat : 15277 (galacE.sh) S 15275 15277 13008 0 -1 4194304 799 24227 0 1 0 0 1596 23 17 0 1 0 1999972266 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15277/statm: 11889 364 245 79 0 219 0
[pid=15300] ppid=15277 vsize=73476 CPUtime=1213.18
/proc/15300/stat : 15300 (eSAT_static) R 15277 15277 13008 0 -1 4194304 19795 0 0 0 121305 13 0 0 25 0 1 0 1999973912 75239424 17703 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/15300/statm: 18369 17703 80 162 0 18204 0
Current children cumulated CPU time (s) 1229.37
Current children cumulated vsize (KiB) 121032

[startup+1302.3 s]
/proc/loadavg: 2.01 2.07 2.05 3/84 15300
/proc/meminfo: memFree=1737584/2055920 swapFree=4179680/4192956
[pid=15277] ppid=15275 vsize=47556 CPUtime=16.19
/proc/15277/stat : 15277 (galacE.sh) S 15275 15277 13008 0 -1 4194304 799 24227 0 1 0 0 1596 23 17 0 1 0 1999972266 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15277/statm: 11889 364 245 79 0 219 0
[pid=15300] ppid=15277 vsize=73476 CPUtime=1272.57
/proc/15300/stat : 15300 (eSAT_static) R 15277 15277 13008 0 -1 4194304 19799 0 0 0 127243 14 0 0 25 0 1 0 1999973912 75239424 17707 996147200 134512640 135177480 4294955968 18446744073709551615 134565694 0 0 4096 3 0 0 0 17 1 0 0
/proc/15300/statm: 18369 17707 80 162 0 18204 0
Current children cumulated CPU time (s) 1288.76
Current children cumulated vsize (KiB) 121032

[startup+1362.3 s]
/proc/loadavg: 2.00 2.05 2.04 3/84 15300
/proc/meminfo: memFree=1736752/2055920 swapFree=4179680/4192956
[pid=15277] ppid=15275 vsize=47556 CPUtime=16.19
/proc/15277/stat : 15277 (galacE.sh) S 15275 15277 13008 0 -1 4194304 799 24227 0 1 0 0 1596 23 17 0 1 0 1999972266 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15277/statm: 11889 364 245 79 0 219 0
[pid=15300] ppid=15277 vsize=74580 CPUtime=1331.96
/proc/15300/stat : 15300 (eSAT_static) R 15277 15277 13008 0 -1 4194304 20027 0 0 0 133182 14 0 0 25 0 1 0 1999973912 76369920 17935 996147200 134512640 135177480 4294955968 18446744073709551615 134565457 0 0 4096 3 0 0 0 17 1 0 0
/proc/15300/statm: 18645 17935 80 162 0 18480 0
Current children cumulated CPU time (s) 1348.15
Current children cumulated vsize (KiB) 122136

[startup+1422.31 s]
/proc/loadavg: 2.00 2.04 2.04 3/84 15300
/proc/meminfo: memFree=1735024/2055920 swapFree=4179680/4192956
[pid=15277] ppid=15275 vsize=47556 CPUtime=16.19
/proc/15277/stat : 15277 (galacE.sh) S 15275 15277 13008 0 -1 4194304 799 24227 0 1 0 0 1596 23 17 0 1 0 1999972266 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15277/statm: 11889 364 245 79 0 219 0
[pid=15300] ppid=15277 vsize=76156 CPUtime=1391.35
/proc/15300/stat : 15300 (eSAT_static) R 15277 15277 13008 0 -1 4194304 20434 0 0 0 139120 15 0 0 25 0 1 0 1999973912 77983744 18342 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/15300/statm: 19039 18342 80 162 0 18874 0
Current children cumulated CPU time (s) 1407.54
Current children cumulated vsize (KiB) 123712

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.03 3/84 15300
/proc/meminfo: memFree=1733488/2055920 swapFree=4179680/4192956
[pid=15277] ppid=15275 vsize=47556 CPUtime=16.19
/proc/15277/stat : 15277 (galacE.sh) S 15275 15277 13008 0 -1 4194304 799 24227 0 1 0 0 1596 23 17 0 1 0 1999972266 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15277/statm: 11889 364 245 79 0 219 0
[pid=15300] ppid=15277 vsize=77456 CPUtime=1450.73
/proc/15300/stat : 15300 (eSAT_static) R 15277 15277 13008 0 -1 4194304 20778 0 0 0 145058 15 0 0 25 0 1 0 1999973912 79314944 18686 996147200 134512640 135177480 4294955968 18446744073709551615 134565340 0 0 4096 3 0 0 0 17 1 0 0
/proc/15300/statm: 19364 18686 80 162 0 19199 0
Current children cumulated CPU time (s) 1466.92
Current children cumulated vsize (KiB) 125012

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.03 3/96 15357
/proc/meminfo: memFree=1636424/2055920 swapFree=4179680/4192956
[pid=15277] ppid=15275 vsize=47556 CPUtime=16.19
/proc/15277/stat : 15277 (galacE.sh) S 15275 15277 13008 0 -1 4194304 799 24227 0 1 0 0 1596 23 17 0 1 0 1999972266 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15277/statm: 11889 364 245 79 0 219 0
[pid=15300] ppid=15277 vsize=77456 CPUtime=1509.76
/proc/15300/stat : 15300 (eSAT_static) R 15277 15277 13008 0 -1 4194304 20778 0 0 0 150959 17 0 0 25 0 1 0 1999973912 79314944 18686 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/15300/statm: 19364 18686 80 162 0 19199 0
Current children cumulated CPU time (s) 1525.95
Current children cumulated vsize (KiB) 125012

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/96 15357
/proc/meminfo: memFree=1636488/2055920 swapFree=4179680/4192956
[pid=15277] ppid=15275 vsize=47556 CPUtime=16.19
/proc/15277/stat : 15277 (galacE.sh) S 15275 15277 13008 0 -1 4194304 799 24227 0 1 0 0 1596 23 17 0 1 0 1999972266 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15277/statm: 11889 364 245 79 0 219 0
[pid=15300] ppid=15277 vsize=77456 CPUtime=1568.6
/proc/15300/stat : 15300 (eSAT_static) R 15277 15277 13008 0 -1 4194304 20778 0 0 0 156843 17 0 0 25 0 1 0 1999973912 79314944 18686 996147200 134512640 135177480 4294955968 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 1 0 0
/proc/15300/statm: 19364 18686 80 162 0 19199 0
Current children cumulated CPU time (s) 1584.79
Current children cumulated vsize (KiB) 125012

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/96 15359
/proc/meminfo: memFree=1636296/2055920 swapFree=4179680/4192956
[pid=15277] ppid=15275 vsize=47556 CPUtime=16.19
/proc/15277/stat : 15277 (galacE.sh) S 15275 15277 13008 0 -1 4194304 799 24227 0 1 0 0 1596 23 17 0 1 0 1999972266 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15277/statm: 11889 364 245 79 0 219 0
[pid=15300] ppid=15277 vsize=77456 CPUtime=1627.43
/proc/15300/stat : 15300 (eSAT_static) R 15277 15277 13008 0 -1 4194304 20778 0 0 0 162726 17 0 0 25 0 1 0 1999973912 79314944 18686 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/15300/statm: 19364 18686 80 162 0 19199 0
Current children cumulated CPU time (s) 1643.62
Current children cumulated vsize (KiB) 125012

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/96 15359
/proc/meminfo: memFree=1636232/2055920 swapFree=4179680/4192956
[pid=15277] ppid=15275 vsize=47556 CPUtime=16.19
/proc/15277/stat : 15277 (galacE.sh) S 15275 15277 13008 0 -1 4194304 799 24227 0 1 0 0 1596 23 17 0 1 0 1999972266 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15277/statm: 11889 364 245 79 0 219 0
[pid=15300] ppid=15277 vsize=77456 CPUtime=1686.26
/proc/15300/stat : 15300 (eSAT_static) R 15277 15277 13008 0 -1 4194304 20778 0 0 0 168609 17 0 0 25 0 1 0 1999973912 79314944 18686 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/15300/statm: 19364 18686 80 162 0 19199 0
Current children cumulated CPU time (s) 1702.45
Current children cumulated vsize (KiB) 125012

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 15359
/proc/meminfo: memFree=1636104/2055920 swapFree=4179680/4192956
[pid=15277] ppid=15275 vsize=47556 CPUtime=16.19
/proc/15277/stat : 15277 (galacE.sh) S 15275 15277 13008 0 -1 4194304 799 24227 0 1 0 0 1596 23 17 0 1 0 1999972266 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15277/statm: 11889 364 245 79 0 219 0
[pid=15300] ppid=15277 vsize=77600 CPUtime=1745.09
/proc/15300/stat : 15300 (eSAT_static) R 15277 15277 13008 0 -1 4194304 20802 0 0 0 174492 17 0 0 25 0 1 0 1999973912 79462400 18710 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/15300/statm: 19400 18710 80 162 0 19235 0
Current children cumulated CPU time (s) 1761.28
Current children cumulated vsize (KiB) 125156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1821.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 15359
/proc/meminfo: memFree=1636040/2055920 swapFree=4179680/4192956
[pid=15277] ppid=15275 vsize=47556 CPUtime=16.19
/proc/15277/stat : 15277 (galacE.sh) S 15275 15277 13008 0 -1 4194304 799 24227 0 1 0 0 1596 23 17 0 1 0 1999972266 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 234211175258 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/15277/statm: 11889 364 245 79 0 219 0
[pid=15300] ppid=15277 vsize=77600 CPUtime=1783.82
/proc/15300/stat : 15300 (eSAT_static) R 15277 15277 13008 0 -1 4194304 20809 0 0 0 178365 17 0 0 25 0 1 0 1999973912 79462400 18717 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/15300/statm: 19400 18717 80 162 0 19235 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 125156

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 15277 and gives
#  childrusage.ru_utime.tv_sec=15
#  childrusage.ru_utime.tv_usec=970572
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=238963
# CPU time returned by wait4() is 16.2095
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1821.81
CPU time (s): 1800.01
CPU user time (s): 1799.61
CPU system time (s): 0.4
CPU usage (%): 98.8031
Max. virtual memory (cumulated for all children) (KiB): 860240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.9706
system time used= 0.238963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25026
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= 1548
involuntary context switches= 2136

runsolver used 2.46762 second user time and 5.84711 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-05 00:19:56
IDJOB=1079523
IDBENCH=56887
IDSOLVER=351
FILE ID=node54/1079523-1215209996
PBS_JOBID= 7881665
Free space on /tmp= 66528 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9f204db7e02a84df79b508c7ba71055f
RANDOM SEED=1791285615

node54.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.279
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.279
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:       1819168 kB
Buffers:         19348 kB
Cached:         137796 kB
SwapCached:       6328 kB
Active:         149516 kB
Inactive:        31232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1819168 kB
SwapTotal:     4192956 kB
SwapFree:      4179680 kB
Dirty:            3244 kB
Writeback:           0 kB
Mapped:          39968 kB
Slab:            41120 kB
Committed_AS:  3931592 kB
PageTables:       1816 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= 66492 MiB
End job on node54 at 2008-07-05 00:50:20