Trace number 1077042

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
choco2_dwdeg 2008-06-26SAT 24.8602 24.5232

DiagnosticValue
ASSIGNMENTS131

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-19-01.xml
MD5SUM9f01dc7a4ec49ede22f1d95a14de7260
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.592909
Satisfiable
(Un)Satisfiability was proved
Number of variables301
Number of constraints2940
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension128
Number of constraints which are defined in intension2812
Global constraints used (with number of constraints)

Solver Data (download as text)

24.76/24.47	s SATISFIABLE
24.76/24.47	v 3 0 17 10 0 6 4 3 0 2 19 0 0 17 0 1 0 11 4 4 2 14 11 4 11 0 8 13 1 0 1 4 7 14 13 4 24 2 14 12 1 15 17 4 18 2 17 8 1 4 11 4 14 15 0 17 3 0 2 7 4 22 14 14 3 4 13 8 17 0 0 20 17 0 21 4 3 0 1 11 8 13 3 11 20 2 24 0 8 17 4 3 0 11 4 17 8 13 6 15 4 13 7 17 0 15 4 3 22 0 23 0 11 4 1 4 0 19 3 0 17 4 3 3 0 13 0 6 0 17 11 0 13 3 5 0 21 14 17 7 8 17 0 12 19 14 3 3 0 8 10 4 13 4 8 17 4 6 4 13 17 4 2 20 1 0 13 0 3 17 4 13 0 11 0 6 4 4 18 14 17 4 17 1 8 3 4 4 17 0 11 14 18 10 20 12 0 17 2 0 3 24 20 18 4 3 4 18 18 4 13 2 4 18 18 0 6 0 0 18 18 0 24 18 4 2 19 3 4 13 18 18 19 20 18 19 0 15 11 4 10 8 4 21 18 7 14 17 19 4 3 2 14 20 17 19 4 18 0 13 0 2 2 14 12 15 0 13 24 0 13 19 8 3 0 11 4 18 14 0 15 4 17 8 10 17 8 14 19 18 11 8 3 18 14 1 18 3 0 3 4 
24.76/24.47	d ASSIGNMENTS 131
24.76/24.47	c SAT 24393 TIME      131 NDS    651 PARSTIME      1690 BUILDPB       22052 RES       false RESTART       1 HEURISTIC      

Verifier Data (download as text)

OK

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-1077042-1215191390/watcher-1077042-1215191390 -o /tmp/evaluation-result-1077042-1215191390/solver-1077042-1215191390 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar HOME/instance-1077042-1215191390.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: 0.91 0.97 0.99 3/64 23800
/proc/meminfo: memFree=1821248/2055920 swapFree=4181068/4192956
[pid=23800] ppid=23798 vsize=1808 CPUtime=0
/proc/23800/stat : 23800 (java) R 23798 23800 20660 0 -1 0 191 0 0 0 0 0 0 0 18 0 1 0 156950361 1851392 163 996147200 134512640 134550740 4294956144 18446744073709551615 5314912 0 0 4096 0 0 0 0 17 0 0 0
/proc/23800/statm: 452 163 124 9 0 94 0

[startup+0.0801869 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 23800
/proc/meminfo: memFree=1821248/2055920 swapFree=4181068/4192956
[pid=23800] ppid=23798 vsize=866524 CPUtime=0.07
/proc/23800/stat : 23800 (java) S 23798 23800 20660 0 -1 0 3698 0 1 0 6 1 0 0 18 0 9 0 156950361 887320576 3171 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23800/statm: 216631 3173 1719 9 0 211103 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 866524

[startup+0.101189 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 23800
/proc/meminfo: memFree=1821248/2055920 swapFree=4181068/4192956
[pid=23800] ppid=23798 vsize=866660 CPUtime=0.11
/proc/23800/stat : 23800 (java) S 23798 23800 20660 0 -1 0 3993 0 1 0 9 2 0 0 18 0 9 0 156950361 887459840 3452 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23800/statm: 216665 3453 1816 9 0 211137 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 866660

[startup+0.301213 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 23800
/proc/meminfo: memFree=1821248/2055920 swapFree=4181068/4192956
[pid=23800] ppid=23798 vsize=867388 CPUtime=0.4
/proc/23800/stat : 23800 (java) S 23798 23800 20660 0 -1 0 6108 0 1 0 37 3 0 0 18 0 9 0 156950361 888205312 5556 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23800/statm: 216847 5557 1865 9 0 211319 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 867388

[startup+0.701253 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 23800
/proc/meminfo: memFree=1821248/2055920 swapFree=4181068/4192956
[pid=23800] ppid=23798 vsize=868412 CPUtime=0.87
/proc/23800/stat : 23800 (java) S 23798 23800 20660 0 -1 0 12549 0 1 0 81 6 0 0 18 0 9 0 156950361 889253888 11987 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23800/statm: 217103 11988 1904 9 0 211575 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 868412

[startup+1.50134 s]
/proc/loadavg: 0.91 0.97 0.99 2/73 23809
/proc/meminfo: memFree=1754296/2055920 swapFree=4181068/4192956
[pid=23800] ppid=23798 vsize=868484 CPUtime=1.74
/proc/23800/stat : 23800 (java) S 23798 23800 20660 0 -1 0 21223 0 1 0 164 10 0 0 18 0 9 0 156950361 889327616 20628 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23800/statm: 217121 20628 1980 9 0 211593 0
[pid=23800/tid=23802] ppid=23798 vsize=868484 CPUtime=1.38
/proc/23800/task/23802/stat : 23802 (java) R 23798 23800 20660 0 -1 64 15454 0 1 0 130 8 0 0 18 0 9 0 156950362 889327616 20628 996147200 134512640 134550740 4294955984 18446744073709551615 4126656127 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23800/tid=23803] ppid=23798 vsize=868484 CPUtime=0.1
/proc/23800/task/23803/stat : 23803 (java) S 23798 23800 20660 0 -1 64 4417 0 0 0 9 1 0 0 16 0 9 0 156950363 889327616 20628 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23800/tid=23804] ppid=23798 vsize=868484 CPUtime=0
/proc/23800/task/23804/stat : 23804 (java) S 23798 23800 20660 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 156950363 889327616 20628 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23800/tid=23805] ppid=23798 vsize=868484 CPUtime=0
/proc/23800/task/23805/stat : 23805 (java) S 23798 23800 20660 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 156950363 889327616 20628 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23800/tid=23806] ppid=23798 vsize=868484 CPUtime=0
/proc/23800/task/23806/stat : 23806 (java) S 23798 23800 20660 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 156950365 889327616 20628 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23800/tid=23807] ppid=23798 vsize=868484 CPUtime=0.24
/proc/23800/task/23807/stat : 23807 (java) S 23798 23800 20660 0 -1 64 623 0 0 0 24 0 0 0 17 0 9 0 156950365 889327616 20628 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23800/tid=23808] ppid=23798 vsize=868484 CPUtime=0
/proc/23800/task/23808/stat : 23808 (java) S 23798 23800 20660 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 156950365 889327616 20628 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23800/tid=23809] ppid=23798 vsize=868484 CPUtime=0
/proc/23800/task/23809/stat : 23809 (java) S 23798 23800 20660 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 156950365 889327616 20628 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 868484

[startup+3.10251 s]
/proc/loadavg: 0.91 0.97 0.99 2/73 23809
/proc/meminfo: memFree=1745144/2055920 swapFree=4181068/4192956
[pid=23800] ppid=23798 vsize=868484 CPUtime=3.46
/proc/23800/stat : 23800 (java) S 23798 23800 20660 0 -1 0 22926 0 1 0 335 11 0 0 18 0 9 0 156950361 889327616 22321 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23800/statm: 217121 22321 1989 9 0 211593 0
[pid=23800/tid=23802] ppid=23798 vsize=868484 CPUtime=2.85
/proc/23800/task/23802/stat : 23802 (java) R 23798 23800 20660 0 -1 64 15558 0 1 0 277 8 0 0 22 0 9 0 156950362 889327616 22321 996147200 134512640 134550740 4294955984 18446744073709551615 4127407975 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23800/tid=23803] ppid=23798 vsize=868484 CPUtime=0.21
/proc/23800/task/23803/stat : 23803 (java) S 23798 23800 20660 0 -1 64 5890 0 0 0 20 1 0 0 17 0 9 0 156950363 889327616 22321 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23800/tid=23804] ppid=23798 vsize=868484 CPUtime=0
/proc/23800/task/23804/stat : 23804 (java) S 23798 23800 20660 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 156950363 889327616 22321 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23800/tid=23805] ppid=23798 vsize=868484 CPUtime=0
/proc/23800/task/23805/stat : 23805 (java) S 23798 23800 20660 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 156950363 889327616 22321 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23800/tid=23806] ppid=23798 vsize=868484 CPUtime=0
/proc/23800/task/23806/stat : 23806 (java) S 23798 23800 20660 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 156950365 889327616 22321 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23800/tid=23807] ppid=23798 vsize=868484 CPUtime=0.37
/proc/23800/task/23807/stat : 23807 (java) S 23798 23800 20660 0 -1 64 749 0 0 0 37 0 0 0 16 0 9 0 156950365 889327616 22321 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23800/tid=23808] ppid=23798 vsize=868484 CPUtime=0
/proc/23800/task/23808/stat : 23808 (java) S 23798 23800 20660 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 156950365 889327616 22321 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23800/tid=23809] ppid=23798 vsize=868484 CPUtime=0
/proc/23800/task/23809/stat : 23809 (java) S 23798 23800 20660 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 156950365 889327616 22321 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 868484

[startup+6.30184 s]
/proc/loadavg: 0.92 0.97 0.99 2/73 23809
/proc/meminfo: memFree=1739000/2055920 swapFree=4181068/4192956
[pid=23800] ppid=23798 vsize=868484 CPUtime=6.66
/proc/23800/stat : 23800 (java) S 23798 23800 20660 0 -1 0 22935 0 1 0 654 12 0 0 18 0 9 0 156950361 889327616 22326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23800/statm: 217121 22326 1989 9 0 211593 0
[pid=23800/tid=23802] ppid=23798 vsize=868484 CPUtime=6.03
/proc/23800/task/23802/stat : 23802 (java) R 23798 23800 20660 0 -1 64 15562 0 1 0 595 8 0 0 17 0 9 0 156950362 889327616 22326 996147200 134512640 134550740 4294955984 18446744073709551615 4127154080 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23800/tid=23803] ppid=23798 vsize=868484 CPUtime=0.21
/proc/23800/task/23803/stat : 23803 (java) S 23798 23800 20660 0 -1 64 5890 0 0 0 20 1 0 0 17 0 9 0 156950363 889327616 22326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23800/tid=23804] ppid=23798 vsize=868484 CPUtime=0
/proc/23800/task/23804/stat : 23804 (java) S 23798 23800 20660 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 156950363 889327616 22326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23800/tid=23805] ppid=23798 vsize=868484 CPUtime=0
/proc/23800/task/23805/stat : 23805 (java) S 23798 23800 20660 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 156950363 889327616 22326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23800/tid=23806] ppid=23798 vsize=868484 CPUtime=0
/proc/23800/task/23806/stat : 23806 (java) S 23798 23800 20660 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 156950365 889327616 22326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23800/tid=23807] ppid=23798 vsize=868484 CPUtime=0.38
/proc/23800/task/23807/stat : 23807 (java) S 23798 23800 20660 0 -1 64 754 0 0 0 38 0 0 0 17 0 9 0 156950365 889327616 22326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23800/tid=23808] ppid=23798 vsize=868484 CPUtime=0
/proc/23800/task/23808/stat : 23808 (java) S 23798 23800 20660 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 156950365 889327616 22326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23800/tid=23809] ppid=23798 vsize=868484 CPUtime=0
/proc/23800/task/23809/stat : 23809 (java) S 23798 23800 20660 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 156950365 889327616 22326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.66
Current children cumulated vsize (KiB) 868484

[startup+12.7025 s]
/proc/loadavg: 0.93 0.97 0.99 2/73 23809
/proc/meminfo: memFree=1738808/2055920 swapFree=4181068/4192956
[pid=23800] ppid=23798 vsize=868484 CPUtime=13.05
/proc/23800/stat : 23800 (java) S 23798 23800 20660 0 -1 0 26817 0 1 0 1291 14 0 0 18 0 9 0 156950361 889327616 26204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23800/statm: 217121 26204 1989 9 0 211593 0
[pid=23800/tid=23802] ppid=23798 vsize=868484 CPUtime=12.27
/proc/23800/task/23802/stat : 23802 (java) R 23798 23800 20660 0 -1 64 15566 0 1 0 1218 9 0 0 16 0 9 0 156950362 889327616 26204 996147200 134512640 134550740 4294955984 18446744073709551615 4127393374 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23800/tid=23803] ppid=23798 vsize=868484 CPUtime=0.35
/proc/23800/task/23803/stat : 23803 (java) S 23798 23800 20660 0 -1 64 9710 0 0 0 32 3 0 0 17 0 9 0 156950363 889327616 26204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23800/tid=23804] ppid=23798 vsize=868484 CPUtime=0
/proc/23800/task/23804/stat : 23804 (java) S 23798 23800 20660 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 156950363 889327616 26204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23800/tid=23805] ppid=23798 vsize=868484 CPUtime=0
/proc/23800/task/23805/stat : 23805 (java) S 23798 23800 20660 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 156950363 889327616 26204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23800/tid=23806] ppid=23798 vsize=868484 CPUtime=0
/proc/23800/task/23806/stat : 23806 (java) S 23798 23800 20660 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 156950365 889327616 26204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23800/tid=23807] ppid=23798 vsize=868484 CPUtime=0.4
/proc/23800/task/23807/stat : 23807 (java) S 23798 23800 20660 0 -1 64 812 0 0 0 39 1 0 0 15 0 9 0 156950365 889327616 26204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23800/tid=23808] ppid=23798 vsize=868484 CPUtime=0
/proc/23800/task/23808/stat : 23808 (java) S 23798 23800 20660 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 156950365 889327616 26204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23800/tid=23809] ppid=23798 vsize=868484 CPUtime=0
/proc/23800/task/23809/stat : 23809 (java) S 23798 23800 20660 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 156950365 889327616 26204 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.05
Current children cumulated vsize (KiB) 868484

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

[startup+19.1012 s]
/proc/loadavg: 0.94 0.97 0.99 2/73 23809
/proc/meminfo: memFree=1723448/2055920 swapFree=4181068/4192956
[pid=23800] ppid=23798 vsize=868484 CPUtime=19.45
/proc/23800/stat : 23800 (java) S 23798 23800 20660 0 -1 0 26819 0 1 0 1930 15 0 0 18 0 9 0 156950361 889327616 26205 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23800/statm: 217121 26205 1989 9 0 211593 0
[pid=23800/tid=23802] ppid=23798 vsize=868484 CPUtime=18.66
/proc/23800/task/23802/stat : 23802 (java) R 23798 23800 20660 0 -1 64 15567 0 1 0 1857 9 0 0 25 0 9 0 156950362 889327616 26205 996147200 134512640 134550740 4294955984 18446744073709551615 4127385605 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23800/tid=23803] ppid=23798 vsize=868484 CPUtime=0.35
/proc/23800/task/23803/stat : 23803 (java) S 23798 23800 20660 0 -1 64 9710 0 0 0 32 3 0 0 16 0 9 0 156950363 889327616 26205 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23800/tid=23804] ppid=23798 vsize=868484 CPUtime=0
/proc/23800/task/23804/stat : 23804 (java) S 23798 23800 20660 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 156950363 889327616 26205 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23800/tid=23805] ppid=23798 vsize=868484 CPUtime=0
/proc/23800/task/23805/stat : 23805 (java) S 23798 23800 20660 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 156950363 889327616 26205 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23800/tid=23806] ppid=23798 vsize=868484 CPUtime=0
/proc/23800/task/23806/stat : 23806 (java) S 23798 23800 20660 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 156950365 889327616 26205 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23800/tid=23807] ppid=23798 vsize=868484 CPUtime=0.4
/proc/23800/task/23807/stat : 23807 (java) S 23798 23800 20660 0 -1 64 813 0 0 0 39 1 0 0 15 0 9 0 156950365 889327616 26205 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23800/tid=23808] ppid=23798 vsize=868484 CPUtime=0
/proc/23800/task/23808/stat : 23808 (java) S 23798 23800 20660 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 156950365 889327616 26205 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23800/tid=23809] ppid=23798 vsize=868484 CPUtime=0
/proc/23800/task/23809/stat : 23809 (java) S 23798 23800 20660 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 156950365 889327616 26205 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.45
Current children cumulated vsize (KiB) 868484

[startup+22.3025 s]
/proc/loadavg: 0.94 0.97 0.99 2/73 23809
/proc/meminfo: memFree=1723064/2055920 swapFree=4181068/4192956
[pid=23800] ppid=23798 vsize=868484 CPUtime=22.66
/proc/23800/stat : 23800 (java) S 23798 23800 20660 0 -1 0 26949 0 1 0 2247 19 0 0 18 0 9 0 156950361 889327616 26334 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23800/statm: 217121 26334 1990 9 0 211593 0
[pid=23800/tid=23802] ppid=23798 vsize=868484 CPUtime=21.86
/proc/23800/task/23802/stat : 23802 (java) R 23798 23800 20660 0 -1 64 15568 0 1 0 2173 13 0 0 25 0 9 0 156950362 889327616 26334 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23800/tid=23803] ppid=23798 vsize=868484 CPUtime=0.35
/proc/23800/task/23803/stat : 23803 (java) S 23798 23800 20660 0 -1 64 9710 0 0 0 32 3 0 0 17 0 9 0 156950363 889327616 26334 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23800/tid=23804] ppid=23798 vsize=868484 CPUtime=0
/proc/23800/task/23804/stat : 23804 (java) S 23798 23800 20660 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 156950363 889327616 26334 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23800/tid=23805] ppid=23798 vsize=868484 CPUtime=0
/proc/23800/task/23805/stat : 23805 (java) S 23798 23800 20660 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 156950363 889327616 26334 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23800/tid=23806] ppid=23798 vsize=868484 CPUtime=0
/proc/23800/task/23806/stat : 23806 (java) S 23798 23800 20660 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 156950365 889327616 26334 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23800/tid=23807] ppid=23798 vsize=868484 CPUtime=0.41
/proc/23800/task/23807/stat : 23807 (java) S 23798 23800 20660 0 -1 64 942 0 0 0 40 1 0 0 16 0 9 0 156950365 889327616 26334 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23800/tid=23808] ppid=23798 vsize=868484 CPUtime=0
/proc/23800/task/23808/stat : 23808 (java) S 23798 23800 20660 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 156950365 889327616 26334 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23800/tid=23809] ppid=23798 vsize=868484 CPUtime=0
/proc/23800/task/23809/stat : 23809 (java) S 23798 23800 20660 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 156950365 889327616 26334 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.66
Current children cumulated vsize (KiB) 868484

[startup+23.9017 s]
/proc/loadavg: 0.94 0.97 0.99 2/73 23809
/proc/meminfo: memFree=1723064/2055920 swapFree=4181068/4192956
[pid=23800] ppid=23798 vsize=868484 CPUtime=24.26
/proc/23800/stat : 23800 (java) S 23798 23800 20660 0 -1 0 26959 0 1 0 2406 20 0 0 18 0 9 0 156950361 889327616 26343 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23800/statm: 217121 26343 1990 9 0 211593 0
[pid=23800/tid=23802] ppid=23798 vsize=868484 CPUtime=23.45
/proc/23800/task/23802/stat : 23802 (java) R 23798 23800 20660 0 -1 64 15573 0 1 0 2331 14 0 0 18 0 9 0 156950362 889327616 26343 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23800/tid=23803] ppid=23798 vsize=868484 CPUtime=0.35
/proc/23800/task/23803/stat : 23803 (java) S 23798 23800 20660 0 -1 64 9710 0 0 0 32 3 0 0 16 0 9 0 156950363 889327616 26343 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23800/tid=23804] ppid=23798 vsize=868484 CPUtime=0
/proc/23800/task/23804/stat : 23804 (java) S 23798 23800 20660 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 156950363 889327616 26343 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23800/tid=23805] ppid=23798 vsize=868484 CPUtime=0
/proc/23800/task/23805/stat : 23805 (java) S 23798 23800 20660 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 156950363 889327616 26343 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23800/tid=23806] ppid=23798 vsize=868484 CPUtime=0
/proc/23800/task/23806/stat : 23806 (java) S 23798 23800 20660 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 156950365 889327616 26343 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23800/tid=23807] ppid=23798 vsize=868484 CPUtime=0.42
/proc/23800/task/23807/stat : 23807 (java) S 23798 23800 20660 0 -1 64 947 0 0 0 41 1 0 0 15 0 9 0 156950365 889327616 26343 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23800/tid=23808] ppid=23798 vsize=868484 CPUtime=0
/proc/23800/task/23808/stat : 23808 (java) S 23798 23800 20660 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 156950365 889327616 26343 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23800/tid=23809] ppid=23798 vsize=868484 CPUtime=0
/proc/23800/task/23809/stat : 23809 (java) S 23798 23800 20660 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 156950365 889327616 26343 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.26
Current children cumulated vsize (KiB) 868484

[startup+24.3017 s]
/proc/loadavg: 0.94 0.97 0.99 2/73 23809
/proc/meminfo: memFree=1723064/2055920 swapFree=4181068/4192956
[pid=23800] ppid=23798 vsize=868484 CPUtime=24.66
/proc/23800/stat : 23800 (java) S 23798 23800 20660 0 -1 0 26959 0 1 0 2446 20 0 0 18 0 9 0 156950361 889327616 26343 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23800/statm: 217121 26343 1990 9 0 211593 0
[pid=23800/tid=23802] ppid=23798 vsize=868484 CPUtime=23.85
/proc/23800/task/23802/stat : 23802 (java) R 23798 23800 20660 0 -1 64 15573 0 1 0 2371 14 0 0 22 0 9 0 156950362 889327616 26343 996147200 134512640 134550740 4294955984 18446744073709551615 4127583410 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23800/tid=23803] ppid=23798 vsize=868484 CPUtime=0.35
/proc/23800/task/23803/stat : 23803 (java) S 23798 23800 20660 0 -1 64 9710 0 0 0 32 3 0 0 16 0 9 0 156950363 889327616 26343 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23800/tid=23804] ppid=23798 vsize=868484 CPUtime=0
/proc/23800/task/23804/stat : 23804 (java) S 23798 23800 20660 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 156950363 889327616 26343 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23800/tid=23805] ppid=23798 vsize=868484 CPUtime=0
/proc/23800/task/23805/stat : 23805 (java) S 23798 23800 20660 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 156950363 889327616 26343 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23800/tid=23806] ppid=23798 vsize=868484 CPUtime=0
/proc/23800/task/23806/stat : 23806 (java) S 23798 23800 20660 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 156950365 889327616 26343 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23800/tid=23807] ppid=23798 vsize=868484 CPUtime=0.42
/proc/23800/task/23807/stat : 23807 (java) S 23798 23800 20660 0 -1 64 947 0 0 0 41 1 0 0 15 0 9 0 156950365 889327616 26343 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23800/tid=23808] ppid=23798 vsize=868484 CPUtime=0
/proc/23800/task/23808/stat : 23808 (java) S 23798 23800 20660 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 156950365 889327616 26343 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23800/tid=23809] ppid=23798 vsize=868484 CPUtime=0
/proc/23800/task/23809/stat : 23809 (java) S 23798 23800 20660 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 156950365 889327616 26343 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.66
Current children cumulated vsize (KiB) 868484

[startup+24.5018 s]
/proc/loadavg: 0.94 0.97 0.99 2/73 23809
/proc/meminfo: memFree=1723064/2055920 swapFree=4181068/4192956
[pid=23800] ppid=23798 vsize=868808 CPUtime=24.83
/proc/23800/stat : 23800 (java) S 23798 23800 20660 0 -1 0 26971 0 1 0 2463 20 0 0 18 0 9 0 156950361 889659392 26354 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23800/statm: 217202 26354 1991 9 0 211674 0
[pid=23800/tid=23802] ppid=23798 vsize=868808 CPUtime=24.02
/proc/23800/task/23802/stat : 23802 (java) S 23798 23800 20660 0 -1 64 15578 0 1 0 2388 14 0 0 24 0 9 0 156950362 889659392 26354 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23800/tid=23803] ppid=23798 vsize=868808 CPUtime=0.35
/proc/23800/task/23803/stat : 23803 (java) S 23798 23800 20660 0 -1 64 9710 0 0 0 32 3 0 0 16 0 9 0 156950363 889659392 26354 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23800/tid=23804] ppid=23798 vsize=868808 CPUtime=0
/proc/23800/task/23804/stat : 23804 (java) S 23798 23800 20660 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 156950363 889659392 26354 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23800/tid=23805] ppid=23798 vsize=868808 CPUtime=0
/proc/23800/task/23805/stat : 23805 (java) S 23798 23800 20660 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 156950363 889659392 26354 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23800/tid=23806] ppid=23798 vsize=868808 CPUtime=0
/proc/23800/task/23806/stat : 23806 (java) S 23798 23800 20660 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 156950365 889659392 26354 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23800/tid=23807] ppid=23798 vsize=868808 CPUtime=0.42
/proc/23800/task/23807/stat : 23807 (java) S 23798 23800 20660 0 -1 64 949 0 0 0 41 1 0 0 15 0 9 0 156950365 889659392 26354 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23800/tid=23808] ppid=23798 vsize=868808 CPUtime=0
/proc/23800/task/23808/stat : 23808 (java) S 23798 23800 20660 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 156950365 889659392 26354 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23800/tid=23809] ppid=23798 vsize=868808 CPUtime=0
/proc/23800/task/23809/stat : 23809 (java) S 23798 23800 20660 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 156950365 889659392 26354 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.83
Current children cumulated vsize (KiB) 868808

Child status: 0
Real time (s): 24.5232
CPU time (s): 24.8602
CPU user time (s): 24.6393
CPU system time (s): 0.220966
CPU usage (%): 101.374
Max. virtual memory (cumulated for all children) (KiB): 868808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.6393
system time used= 0.220966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26974
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= 1017
involuntary context switches= 439

runsolver used 0.021996 second user time and 0.078987 second system time

The end

Launcher Data (download as text)

Begin job on node46 at 2008-07-04 19:09:50
IDJOB=1077042
IDBENCH=56626
IDSOLVER=349
FILE ID=node46/1077042-1215191390
PBS_JOBID= 7881562
Free space on /tmp= 66212 MiB

SOLVER NAME= choco2_dwdeg 2008-06-26
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-19-01.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1077042-1215191390/watcher-1077042-1215191390 -o /tmp/evaluation-result-1077042-1215191390/solver-1077042-1215191390 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2dwdeg.jar HOME/instance-1077042-1215191390.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9f01dc7a4ec49ede22f1d95a14de7260
RANDOM SEED=1457929290

node46.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.238
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.238
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:       1821728 kB
Buffers:         35492 kB
Cached:         138492 kB
SwapCached:       5876 kB
Active:         124436 kB
Inactive:        57976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1821728 kB
SwapTotal:     4192956 kB
SwapFree:      4181068 kB
Dirty:            6992 kB
Writeback:           0 kB
Mapped:          14708 kB
Slab:            38104 kB
Committed_AS:   356192 kB
PageTables:       1184 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66204 MiB
End job on node46 at 2008-07-04 19:10:15