Trace number 2116290

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.1.1b 2009-07-16SAT 29.6225 29.9491

DiagnosticValue
CHECKS122389000
NODES154

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.600907
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

29.59/29.90	s SATISFIABLE
29.59/29.90	v 5 0 17 4 0 11 4 2 18 19 20 1 15 4 0 19 14 11 0 21 1 4 0 20 19 14 6 14 0 17 6 14 2 0 12 4 12 1 4 17 19 0 13 7 24 3 17 14 20 18 8 17 14 13 8 4 18 1 0 11 8 2 4 0 18 4 18 18 11 24 1 0 18 4 2 14 11 3 18 0 22 4 3 13 4 2 10 1 4 19 7 4 18 3 0 4 6 0 13 3 0 17 10 12 20 11 19 8 15 20 1 11 4 21 2 14 8 13 21 4 8 11 18 2 17 4 4 5 4 4 1 11 4 17 1 14 22 11 18 12 14 8 18 19 5 4 0 17 20 17 6 4 3 1 20 17 13 19 0 17 17 24 5 17 4 20 3 22 17 8 13 10 11 4 17 8 14 19 0 11 6 0 4 15 0 8 17 11 0 3 8 13 13 18 13 4 4 3 18 8 13 6 5 4 13 3 14 20 19 21 14 19 4 18 18 19 20 3 0 17 17 0 24 8 17 8 18 7 20 4 18 0 1 14 8 13 11 4 19 18 11 8 4 20 18 2 20 11 15 19 18 2 14 20 13 18 4 11 14 17 1 0 10 7 19 8 0 17 8 14 17 8 13 17 8 6 0 4 17 8 4 2 11 14 6 13 0 18 0 0 19 14 12 13 4 18 18 18 4 19 7 
29.59/29.90	d AC 32
29.59/29.90	d RUNTIME 29.657
29.59/29.90	d NODES 154
29.59/29.90	d NODES/s 5
29.59/29.90	d BACKTRACKS 21
29.59/29.90	d BACKTRACKS/s 1
29.59/29.90	d CHECKS 122389017
29.59/29.90	d CHECKS/s 4126817
29.59/29.90	c SAT 29.657 TIME      154 NDS    1116 PARSTIME      557 BUILDPB       1280 CONFIG        26704 RES       true RESTART       1 HEURISTIC       true RANDVAL      

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2116290-1248030901/watcher-2116290-1248030901 -o /tmp/evaluation-result-2116290-1248030901/solver-2116290-1248030901 -C 1800 -W 2000 -M 900 java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file HOME/instance-2116290-1248030901.xml -randval true -h 1 -ac 32 -saclim 60 -s true -verb 0 -seed 11041979 

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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.98 1.91 3/80 28530
/proc/meminfo: memFree=812208/2055920 swapFree=4192812/4192956
[pid=28530] ppid=28528 vsize=18576 CPUtime=0
/proc/28530/stat : 28530 (runsolver) R 28528 28530 27388 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 90156492 19021824 284 996147200 4194304 4302564 548682068272 18446744073709551615 266134416679 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/28530/statm: 4644 284 249 26 0 2626 0

[startup+0.092863 s]
/proc/loadavg: 1.99 1.98 1.91 3/80 28530
/proc/meminfo: memFree=812208/2055920 swapFree=4192812/4192956
[pid=28530] ppid=28528 vsize=862252 CPUtime=0.07
/proc/28530/stat : 28530 (java) S 28528 28530 27388 0 -1 0 3185 0 1 0 5 2 0 0 18 0 9 0 90156492 882946048 2653 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28530/statm: 215563 2653 1269 9 0 210433 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 862252

[startup+0.101858 s]
/proc/loadavg: 1.99 1.98 1.91 3/80 28530
/proc/meminfo: memFree=812208/2055920 swapFree=4192812/4192956
[pid=28530] ppid=28528 vsize=862252 CPUtime=0.07
/proc/28530/stat : 28530 (java) S 28528 28530 27388 0 -1 0 3300 0 1 0 5 2 0 0 18 0 9 0 90156492 882946048 2768 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28530/statm: 215563 2768 1304 9 0 210433 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 862252

[startup+0.301881 s]
/proc/loadavg: 1.99 1.98 1.91 3/80 28530
/proc/meminfo: memFree=812208/2055920 swapFree=4192812/4192956
[pid=28530] ppid=28528 vsize=864192 CPUtime=0.28
/proc/28530/stat : 28530 (java) S 28528 28530 27388 0 -1 0 4519 0 1 0 25 3 0 0 18 0 9 0 90156492 884932608 3944 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28530/statm: 216048 3944 1855 9 0 210517 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 864192

[startup+0.701932 s]
/proc/loadavg: 1.99 1.98 1.91 3/80 28530
/proc/meminfo: memFree=812208/2055920 swapFree=4192812/4192956
[pid=28530] ppid=28528 vsize=864940 CPUtime=0.68
/proc/28530/stat : 28530 (java) S 28528 28530 27388 0 -1 0 7125 0 1 0 64 4 0 0 18 0 9 0 90156492 885698560 6542 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28530/statm: 216235 6542 1881 9 0 210704 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 864940

[startup+1.50386 s]
/proc/loadavg: 1.99 1.98 1.91 3/89 28539
/proc/meminfo: memFree=782312/2055920 swapFree=4192812/4192956
[pid=28530] ppid=28528 vsize=865148 CPUtime=1.47
/proc/28530/stat : 28530 (java) S 28528 28530 27388 0 -1 0 15556 0 1 0 137 10 0 0 18 0 9 0 90156492 885911552 14947 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28530/statm: 216287 14947 1958 9 0 210756 0
[pid=28530/tid=28532] ppid=28528 vsize=865148 CPUtime=1.2
/proc/28530/task/28532/stat : 28532 (java) R 28528 28530 27388 0 -1 64 14215 0 1 0 111 9 0 0 25 0 9 0 90156493 885911552 14947 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28533] ppid=28528 vsize=865148 CPUtime=0
/proc/28530/task/28533/stat : 28533 (java) S 28528 28530 27388 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 90156495 885911552 14947 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28534] ppid=28528 vsize=865148 CPUtime=0
/proc/28530/task/28534/stat : 28534 (java) S 28528 28530 27388 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 90156495 885911552 14947 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28535] ppid=28528 vsize=865148 CPUtime=0
/proc/28530/task/28535/stat : 28535 (java) S 28528 28530 27388 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 90156495 885911552 14947 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28536] ppid=28528 vsize=865148 CPUtime=0
/proc/28530/task/28536/stat : 28536 (java) S 28528 28530 27388 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 90156498 885911552 14947 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28537] ppid=28528 vsize=865148 CPUtime=0.25
/proc/28530/task/28537/stat : 28537 (java) S 28528 28530 27388 0 -1 64 612 0 0 0 25 0 0 0 15 0 9 0 90156498 885911552 14947 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28538] ppid=28528 vsize=865148 CPUtime=0
/proc/28530/task/28538/stat : 28538 (java) S 28528 28530 27388 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 90156498 885911552 14947 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28539] ppid=28528 vsize=865148 CPUtime=0
/proc/28530/task/28539/stat : 28539 (java) S 28528 28530 27388 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90156498 885911552 14947 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 865148

[startup+3.10305 s]
/proc/loadavg: 1.99 1.98 1.91 3/89 28539
/proc/meminfo: memFree=744680/2055920 swapFree=4192812/4192956
[pid=28530] ppid=28528 vsize=865280 CPUtime=3.05
/proc/28530/stat : 28530 (java) S 28528 28530 27388 0 -1 0 29044 0 1 0 288 17 0 0 18 0 9 0 90156492 886046720 28416 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28530/statm: 216320 28416 1990 9 0 210789 0
[pid=28530/tid=28532] ppid=28528 vsize=865280 CPUtime=2.27
/proc/28530/task/28532/stat : 28532 (java) R 28528 28530 27388 0 -1 64 14829 0 1 0 217 10 0 0 25 0 9 0 90156493 886046720 28416 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28533] ppid=28528 vsize=865280 CPUtime=0.36
/proc/28530/task/28533/stat : 28533 (java) S 28528 28530 27388 0 -1 64 12772 0 0 0 31 5 0 0 17 0 9 0 90156495 886046720 28416 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28534] ppid=28528 vsize=865280 CPUtime=0
/proc/28530/task/28534/stat : 28534 (java) S 28528 28530 27388 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 90156495 886046720 28416 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28535] ppid=28528 vsize=865280 CPUtime=0
/proc/28530/task/28535/stat : 28535 (java) S 28528 28530 27388 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90156495 886046720 28416 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28536] ppid=28528 vsize=865280 CPUtime=0
/proc/28530/task/28536/stat : 28536 (java) S 28528 28530 27388 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 90156498 886046720 28416 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28537] ppid=28528 vsize=865280 CPUtime=0.39
/proc/28530/task/28537/stat : 28537 (java) S 28528 28530 27388 0 -1 64 711 0 0 0 39 0 0 0 15 0 9 0 90156498 886046720 28416 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28538] ppid=28528 vsize=865280 CPUtime=0
/proc/28530/task/28538/stat : 28538 (java) S 28528 28530 27388 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 90156498 886046720 28416 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28539] ppid=28528 vsize=865280 CPUtime=0
/proc/28530/task/28539/stat : 28539 (java) R 28528 28530 27388 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90156498 886046720 28416 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 865280

[startup+6.30155 s]
/proc/loadavg: 1.99 1.98 1.91 3/89 28539
/proc/meminfo: memFree=705384/2055920 swapFree=4192812/4192956
[pid=28530] ppid=28528 vsize=865280 CPUtime=6.22
/proc/28530/stat : 28530 (java) S 28528 28530 27388 0 -1 0 29092 0 1 0 604 18 0 0 18 0 9 0 90156492 886046720 28460 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28530/statm: 216320 28460 1990 9 0 210789 0
[pid=28530/tid=28532] ppid=28528 vsize=865280 CPUtime=5.38
/proc/28530/task/28532/stat : 28532 (java) R 28528 28530 27388 0 -1 64 14849 0 1 0 528 10 0 0 25 0 9 0 90156493 886046720 28460 996147200 134512640 134550932 4294955888 18446744073709551615 4127424147 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28533] ppid=28528 vsize=865280 CPUtime=0.36
/proc/28530/task/28533/stat : 28533 (java) S 28528 28530 27388 0 -1 64 12772 0 0 0 31 5 0 0 17 0 9 0 90156495 886046720 28460 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28534] ppid=28528 vsize=865280 CPUtime=0
/proc/28530/task/28534/stat : 28534 (java) S 28528 28530 27388 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 90156495 886046720 28460 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28535] ppid=28528 vsize=865280 CPUtime=0
/proc/28530/task/28535/stat : 28535 (java) S 28528 28530 27388 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90156495 886046720 28460 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28536] ppid=28528 vsize=865280 CPUtime=0
/proc/28530/task/28536/stat : 28536 (java) S 28528 28530 27388 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 90156498 886046720 28460 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28537] ppid=28528 vsize=865280 CPUtime=0.44
/proc/28530/task/28537/stat : 28537 (java) S 28528 28530 27388 0 -1 64 739 0 0 0 44 0 0 0 15 0 9 0 90156498 886046720 28460 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28538] ppid=28528 vsize=865280 CPUtime=0
/proc/28530/task/28538/stat : 28538 (java) S 28528 28530 27388 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 90156498 886046720 28460 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28539] ppid=28528 vsize=865280 CPUtime=0
/proc/28530/task/28539/stat : 28539 (java) S 28528 28530 27388 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90156498 886046720 28460 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 865280

[startup+12.7023 s]
/proc/loadavg: 1.99 1.98 1.91 3/89 28539
/proc/meminfo: memFree=705448/2055920 swapFree=4192812/4192956
[pid=28530] ppid=28528 vsize=865280 CPUtime=12.56
/proc/28530/stat : 28530 (java) S 28528 28530 27388 0 -1 0 29103 0 1 0 1237 19 0 0 18 0 9 0 90156492 886046720 28468 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28530/statm: 216320 28468 1990 9 0 210789 0
[pid=28530/tid=28532] ppid=28528 vsize=865280 CPUtime=11.7
/proc/28530/task/28532/stat : 28532 (java) R 28528 28530 27388 0 -1 64 14852 0 1 0 1159 11 0 0 25 0 9 0 90156493 886046720 28468 996147200 134512640 134550932 4294955888 18446744073709551615 4125903034 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28533] ppid=28528 vsize=865280 CPUtime=0.36
/proc/28530/task/28533/stat : 28533 (java) S 28528 28530 27388 0 -1 64 12772 0 0 0 31 5 0 0 17 0 9 0 90156495 886046720 28468 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28534] ppid=28528 vsize=865280 CPUtime=0
/proc/28530/task/28534/stat : 28534 (java) S 28528 28530 27388 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 90156495 886046720 28468 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28535] ppid=28528 vsize=865280 CPUtime=0
/proc/28530/task/28535/stat : 28535 (java) S 28528 28530 27388 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90156495 886046720 28468 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28536] ppid=28528 vsize=865280 CPUtime=0
/proc/28530/task/28536/stat : 28536 (java) S 28528 28530 27388 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 90156498 886046720 28468 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28537] ppid=28528 vsize=865280 CPUtime=0.45
/proc/28530/task/28537/stat : 28537 (java) S 28528 28530 27388 0 -1 64 747 0 0 0 45 0 0 0 15 0 9 0 90156498 886046720 28468 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28538] ppid=28528 vsize=865280 CPUtime=0
/proc/28530/task/28538/stat : 28538 (java) S 28528 28530 27388 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 90156498 886046720 28468 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28539] ppid=28528 vsize=865280 CPUtime=0
/proc/28530/task/28539/stat : 28539 (java) S 28528 28530 27388 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90156498 886046720 28468 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 865280

[startup+25.5027 s]
/proc/loadavg: 1.99 1.98 1.91 3/89 28539
/proc/meminfo: memFree=690920/2055920 swapFree=4192812/4192956
[pid=28530] ppid=28528 vsize=865280 CPUtime=25.23
/proc/28530/stat : 28530 (java) S 28528 28530 27388 0 -1 0 32741 0 1 0 2497 26 0 0 18 0 9 0 90156492 886046720 32100 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28530/statm: 216320 32100 1990 9 0 210789 0
[pid=28530/tid=28532] ppid=28528 vsize=865280 CPUtime=24.2
/proc/28530/task/28532/stat : 28532 (java) R 28528 28530 27388 0 -1 64 14863 0 1 0 2403 17 0 0 25 0 9 0 90156493 886046720 32100 996147200 134512640 134550932 4294955888 18446744073709551615 4127519861 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28533] ppid=28528 vsize=865280 CPUtime=0.52
/proc/28530/task/28533/stat : 28533 (java) S 28528 28530 27388 0 -1 64 16389 0 0 0 45 7 0 0 16 0 9 0 90156495 886046720 32100 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28534] ppid=28528 vsize=865280 CPUtime=0
/proc/28530/task/28534/stat : 28534 (java) S 28528 28530 27388 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 90156495 886046720 32100 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28535] ppid=28528 vsize=865280 CPUtime=0
/proc/28530/task/28535/stat : 28535 (java) S 28528 28530 27388 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90156495 886046720 32100 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28536] ppid=28528 vsize=865280 CPUtime=0
/proc/28530/task/28536/stat : 28536 (java) S 28528 28530 27388 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 90156498 886046720 32100 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28537] ppid=28528 vsize=865280 CPUtime=0.47
/proc/28530/task/28537/stat : 28537 (java) S 28528 28530 27388 0 -1 64 757 0 0 0 47 0 0 0 16 0 9 0 90156498 886046720 32100 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28538] ppid=28528 vsize=865280 CPUtime=0
/proc/28530/task/28538/stat : 28538 (java) S 28528 28530 27388 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 90156498 886046720 32100 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28539] ppid=28528 vsize=865280 CPUtime=0
/proc/28530/task/28539/stat : 28539 (java) S 28528 28530 27388 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90156498 886046720 32100 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 865280

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

[startup+27.1029 s]
/proc/loadavg: 1.99 1.98 1.91 3/89 28539
/proc/meminfo: memFree=690856/2055920 swapFree=4192812/4192956
[pid=28530] ppid=28528 vsize=865280 CPUtime=26.82
/proc/28530/stat : 28530 (java) S 28528 28530 27388 0 -1 0 32744 0 1 0 2656 26 0 0 18 0 9 0 90156492 886046720 32102 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28530/statm: 216320 32102 1992 9 0 210789 0
[pid=28530/tid=28532] ppid=28528 vsize=865280 CPUtime=25.79
/proc/28530/task/28532/stat : 28532 (java) R 28528 28530 27388 0 -1 64 14866 0 1 0 2562 17 0 0 25 0 9 0 90156493 886046720 32102 996147200 134512640 134550932 4294955888 18446744073709551615 4127430595 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28533] ppid=28528 vsize=865280 CPUtime=0.52
/proc/28530/task/28533/stat : 28533 (java) S 28528 28530 27388 0 -1 64 16389 0 0 0 45 7 0 0 16 0 9 0 90156495 886046720 32102 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28534] ppid=28528 vsize=865280 CPUtime=0
/proc/28530/task/28534/stat : 28534 (java) S 28528 28530 27388 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 90156495 886046720 32102 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28535] ppid=28528 vsize=865280 CPUtime=0
/proc/28530/task/28535/stat : 28535 (java) S 28528 28530 27388 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90156495 886046720 32102 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28536] ppid=28528 vsize=865280 CPUtime=0
/proc/28530/task/28536/stat : 28536 (java) S 28528 28530 27388 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 90156498 886046720 32102 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28537] ppid=28528 vsize=865280 CPUtime=0.47
/proc/28530/task/28537/stat : 28537 (java) S 28528 28530 27388 0 -1 64 757 0 0 0 47 0 0 0 16 0 9 0 90156498 886046720 32102 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28538] ppid=28528 vsize=865280 CPUtime=0
/proc/28530/task/28538/stat : 28538 (java) S 28528 28530 27388 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 90156498 886046720 32102 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28539] ppid=28528 vsize=865280 CPUtime=0
/proc/28530/task/28539/stat : 28539 (java) S 28528 28530 27388 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90156498 886046720 32102 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.82
Current children cumulated vsize (KiB) 865280

[startup+28.702 s]
/proc/loadavg: 1.99 1.98 1.91 3/89 28539
/proc/meminfo: memFree=690856/2055920 swapFree=4192812/4192956
[pid=28530] ppid=28528 vsize=865280 CPUtime=28.4
/proc/28530/stat : 28530 (java) S 28528 28530 27388 0 -1 0 32745 0 1 0 2814 26 0 0 18 0 9 0 90156492 886046720 32102 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28530/statm: 216320 32102 1992 9 0 210789 0
[pid=28530/tid=28532] ppid=28528 vsize=865280 CPUtime=27.37
/proc/28530/task/28532/stat : 28532 (java) R 28528 28530 27388 0 -1 64 14867 0 1 0 2720 17 0 0 25 0 9 0 90156493 886046720 32102 996147200 134512640 134550932 4294955888 18446744073709551615 4126630815 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28533] ppid=28528 vsize=865280 CPUtime=0.52
/proc/28530/task/28533/stat : 28533 (java) S 28528 28530 27388 0 -1 64 16389 0 0 0 45 7 0 0 17 0 9 0 90156495 886046720 32102 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28534] ppid=28528 vsize=865280 CPUtime=0
/proc/28530/task/28534/stat : 28534 (java) S 28528 28530 27388 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 90156495 886046720 32102 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28535] ppid=28528 vsize=865280 CPUtime=0
/proc/28530/task/28535/stat : 28535 (java) S 28528 28530 27388 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90156495 886046720 32102 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28536] ppid=28528 vsize=865280 CPUtime=0
/proc/28530/task/28536/stat : 28536 (java) S 28528 28530 27388 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 90156498 886046720 32102 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28537] ppid=28528 vsize=865280 CPUtime=0.47
/proc/28530/task/28537/stat : 28537 (java) S 28528 28530 27388 0 -1 64 757 0 0 0 47 0 0 0 16 0 9 0 90156498 886046720 32102 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28538] ppid=28528 vsize=865280 CPUtime=0
/proc/28530/task/28538/stat : 28538 (java) S 28528 28530 27388 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 90156498 886046720 32102 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28539] ppid=28528 vsize=865280 CPUtime=0
/proc/28530/task/28539/stat : 28539 (java) S 28528 28530 27388 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90156498 886046720 32102 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 28.4
Current children cumulated vsize (KiB) 865280

[startup+29.5021 s]
/proc/loadavg: 1.99 1.98 1.91 3/89 28539
/proc/meminfo: memFree=690856/2055920 swapFree=4192812/4192956
[pid=28530] ppid=28528 vsize=865280 CPUtime=29.2
/proc/28530/stat : 28530 (java) S 28528 28530 27388 0 -1 0 32745 0 1 0 2894 26 0 0 18 0 9 0 90156492 886046720 32102 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28530/statm: 216320 32102 1992 9 0 210789 0
[pid=28530/tid=28532] ppid=28528 vsize=865280 CPUtime=28.17
/proc/28530/task/28532/stat : 28532 (java) R 28528 28530 27388 0 -1 64 14867 0 1 0 2800 17 0 0 25 0 9 0 90156493 886046720 32102 996147200 134512640 134550932 4294955888 18446744073709551615 4127627584 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28533] ppid=28528 vsize=865280 CPUtime=0.52
/proc/28530/task/28533/stat : 28533 (java) S 28528 28530 27388 0 -1 64 16389 0 0 0 45 7 0 0 17 0 9 0 90156495 886046720 32102 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28534] ppid=28528 vsize=865280 CPUtime=0
/proc/28530/task/28534/stat : 28534 (java) S 28528 28530 27388 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 90156495 886046720 32102 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28535] ppid=28528 vsize=865280 CPUtime=0
/proc/28530/task/28535/stat : 28535 (java) S 28528 28530 27388 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90156495 886046720 32102 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28536] ppid=28528 vsize=865280 CPUtime=0
/proc/28530/task/28536/stat : 28536 (java) S 28528 28530 27388 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 90156498 886046720 32102 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28537] ppid=28528 vsize=865280 CPUtime=0.47
/proc/28530/task/28537/stat : 28537 (java) S 28528 28530 27388 0 -1 64 757 0 0 0 47 0 0 0 16 0 9 0 90156498 886046720 32102 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28538] ppid=28528 vsize=865280 CPUtime=0
/proc/28530/task/28538/stat : 28538 (java) S 28528 28530 27388 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 90156498 886046720 32102 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28539] ppid=28528 vsize=865280 CPUtime=0
/proc/28530/task/28539/stat : 28539 (java) S 28528 28530 27388 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90156498 886046720 32102 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 29.2
Current children cumulated vsize (KiB) 865280

[startup+29.9022 s]
/proc/loadavg: 1.99 1.98 1.91 3/89 28539
/proc/meminfo: memFree=690792/2055920 swapFree=4192812/4192956
[pid=28530] ppid=28528 vsize=865280 CPUtime=29.59
/proc/28530/stat : 28530 (java) S 28528 28530 27388 0 -1 0 32773 0 1 0 2933 26 0 0 18 0 9 0 90156492 886046720 32129 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28530/statm: 216320 32129 1997 9 0 210789 0
[pid=28530/tid=28532] ppid=28528 vsize=865280 CPUtime=28.54
/proc/28530/task/28532/stat : 28532 (java) R 28528 28530 27388 0 -1 64 14877 0 1 0 2837 17 0 0 25 0 9 0 90156493 886046720 32129 996147200 134512640 134550932 4294955888 18446744073709551615 4127642461 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28533] ppid=28528 vsize=865280 CPUtime=0.52
/proc/28530/task/28533/stat : 28533 (java) S 28528 28530 27388 0 -1 64 16389 0 0 0 45 7 0 0 16 0 9 0 90156495 886046720 32129 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28534] ppid=28528 vsize=865280 CPUtime=0
/proc/28530/task/28534/stat : 28534 (java) S 28528 28530 27388 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 90156495 886046720 32129 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28535] ppid=28528 vsize=865280 CPUtime=0
/proc/28530/task/28535/stat : 28535 (java) S 28528 28530 27388 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90156495 886046720 32129 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28536] ppid=28528 vsize=865280 CPUtime=0
/proc/28530/task/28536/stat : 28536 (java) S 28528 28530 27388 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 90156498 886046720 32129 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28537] ppid=28528 vsize=865280 CPUtime=0.49
/proc/28530/task/28537/stat : 28537 (java) S 28528 28530 27388 0 -1 64 775 0 0 0 49 0 0 0 16 0 9 0 90156498 886046720 32129 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28538] ppid=28528 vsize=865280 CPUtime=0
/proc/28530/task/28538/stat : 28538 (java) S 28528 28530 27388 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 90156498 886046720 32129 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28530/tid=28539] ppid=28528 vsize=865280 CPUtime=0
/proc/28530/task/28539/stat : 28539 (java) S 28528 28530 27388 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90156498 886046720 32129 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 29.59
Current children cumulated vsize (KiB) 865280

Child status: 0
Real time (s): 29.9491
CPU time (s): 29.6225
CPU user time (s): 29.3345
CPU system time (s): 0.287956
CPU usage (%): 98.9094
Max. virtual memory (cumulated for all children) (KiB): 865280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.3345
system time used= 0.287956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32793
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= 3060
involuntary context switches= 3733

runsolver used 0.049992 second user time and 0.103984 second system time

The end

Launcher Data

Begin job on node35 at 2009-07-19 21:15:01
IDJOB=2116290
IDBENCH=56626
IDSOLVER=780
FILE ID=node35/2116290-1248030901
PBS_JOBID= 9528977
Free space on /tmp= 66084 MiB

SOLVER NAME= Choco2.1.1b 2009-07-16
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-19-01.xml
COMMAND LINE= java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file BENCHNAME -randval true -h 1 -ac 32 -saclim 60 -s true -verb 0 -seed 11041979
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2116290-1248030901/watcher-2116290-1248030901 -o /tmp/evaluation-result-2116290-1248030901/solver-2116290-1248030901 -C 1800 -W 2000 -M 900  java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file HOME/instance-2116290-1248030901.xml -randval true -h 1 -ac 32 -saclim 60 -s true -verb 0 -seed 11041979

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 9f01dc7a4ec49ede22f1d95a14de7260
RANDOM SEED=516092923

node35.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.213
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.213
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:        812752 kB
Buffers:         46044 kB
Cached:        1032164 kB
SwapCached:          0 kB
Active:         267956 kB
Inactive:       891904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        812752 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6048 kB
Writeback:           0 kB
Mapped:          99496 kB
Slab:            68456 kB
Committed_AS:  1330580 kB
PageTables:       1932 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= 66080 MiB
End job on node35 at 2009-07-19 21:15:31