Trace number 2116408

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 27.5488 27.8672

DiagnosticValue
CHECKS0
NODES305

General information on the benchmark

Namecsp/nengfa/
normalized-queens2.xml
MD5SUMfeda91e5b3c1ff49ee389ed427acc709
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.118981
Satisfiable
(Un)Satisfiability was proved
Number of variables310
Number of constraints211
Maximum constraint arity104
Maximum domain size104
Number of constraints which are defined in extension0
Number of constraints which are defined in intension208
Global constraints used (with number of constraints)alldifferent(3)

Solver Data

27.51/27.82	s SATISFIABLE
27.51/27.82	v 10 60 59 58 45 43 41 34 31 28 83 79 75 72 67 62 88 82 76 33 26 19 70 62 54 56 47 38 73 63 53 16 5 -6 69 57 45 74 61 48 20 6 -8 111 96 81 96 80 64 68 51 34 104 86 68 89 70 51 35 15 -5 109 88 67 91 69 47 27 4 -19 126 102 78 36 11 -14 58 32 6 62 35 8 122 94 66 43 14 -15 67 37 7 84 53 22 107 75 43 63 30 -3 92 58 24 53 18 -17 77 41 5 135 98 61 50 12 -26 41 2 -37 116 76 36 131 90 49 55 13 -29 146 103 60 118 74 30 66 21 -24 71 25 -21 151 104 57 87 39 -9 101 52 3 123 73 23 134 83 32 143 91 39 102 49 -4 78 24 -30 121 66 11 145 89 33 141 84 27 114 56 -2 160 101 42 79 19 -41 97 36 -25 155 93 31 103 40 -23 81 17 -47 99 34 -31 82 16 -50 90 23 -44 149 81 13 154 85 16 157 87 17 100 29 -42 110 38 -34 128 55 -18 173 99 25 140 65 -10 153 77 1 80 3 -74 170 92 14 179 100 21 124 44 -36 127 46 -35 142 60 -22 178 95 12 152 68 -16 163 78 -7 113 27 -59 95 8 -79 133 45 -43 139 50 -39 112 22 -68 119 28 -63 164 72 -20 94 1 -92 148 54 -40 137 42 -53 105 9 -87 161 64 -33 195 97 -1 132 33 -66 120 20 -80 108 7 -94 150 48 -54 174 71 -32 
27.51/27.82	d AC 32
27.51/27.82	d RUNTIME 27.694
27.51/27.82	d NODES 305
27.51/27.82	d NODES/s 11
27.51/27.82	d BACKTRACKS 33
27.51/27.82	d BACKTRACKS/s 1
27.51/27.82	d CHECKS 0
27.51/27.82	d CHECKS/s 0
27.51/27.82	c SAT 27.694 TIME      305 NDS    568 PARSTIME      149 BUILDPB       193 CONFIG        26784 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-2116408-1248031030/watcher-2116408-1248031030 -o /tmp/evaluation-result-2116408-1248031030/solver-2116408-1248031030 -C 1800 -W 2000 -M 900 java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file HOME/instance-2116408-1248031030.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: 2.28 2.11 2.03 4/81 29860
/proc/meminfo: memFree=908848/2055920 swapFree=4192812/4192956
[pid=29860] ppid=29858 vsize=18576 CPUtime=0
/proc/29860/stat : 29860 (runsolver) R 29858 29860 28833 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 90168361 19021824 284 996147200 4194304 4302564 548682068272 18446744073709551615 265674091815 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/29860/statm: 4644 284 249 26 0 2626 0

[startup+0.055712 s]
/proc/loadavg: 2.28 2.11 2.03 4/81 29860
/proc/meminfo: memFree=908848/2055920 swapFree=4192812/4192956
[pid=29860] ppid=29858 vsize=861892 CPUtime=0.03
/proc/29860/stat : 29860 (java) S 29858 29860 28833 0 -1 0 2558 0 1 0 2 1 0 0 18 0 9 0 90168361 882577408 2096 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29860/statm: 215473 2096 994 9 0 210343 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861892

[startup+0.101909 s]
/proc/loadavg: 2.28 2.11 2.03 4/81 29860
/proc/meminfo: memFree=908848/2055920 swapFree=4192812/4192956
[pid=29860] ppid=29858 vsize=864060 CPUtime=0.08
/proc/29860/stat : 29860 (java) S 29858 29860 28833 0 -1 0 3732 0 1 0 6 2 0 0 18 0 9 0 90168361 884797440 3197 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29860/statm: 216015 3197 1671 9 0 210484 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 864060

[startup+0.301754 s]
/proc/loadavg: 2.28 2.11 2.03 4/81 29860
/proc/meminfo: memFree=908848/2055920 swapFree=4192812/4192956
[pid=29860] ppid=29858 vsize=864192 CPUtime=0.27
/proc/29860/stat : 29860 (java) S 29858 29860 28833 0 -1 0 4490 0 1 0 25 2 0 0 18 0 9 0 90168361 884932608 3915 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29860/statm: 216048 3915 1855 9 0 210517 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 864192

[startup+0.701834 s]
/proc/loadavg: 2.28 2.11 2.03 4/81 29860
/proc/meminfo: memFree=908848/2055920 swapFree=4192812/4192956
[pid=29860] ppid=29858 vsize=865028 CPUtime=0.68
/proc/29860/stat : 29860 (java) S 29858 29860 28833 0 -1 0 6185 0 1 0 64 4 0 0 18 0 9 0 90168361 885788672 5594 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29860/statm: 216257 5594 1913 9 0 210726 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 865028

[startup+1.50298 s]
/proc/loadavg: 2.28 2.11 2.03 3/90 29869
/proc/meminfo: memFree=885928/2055920 swapFree=4192812/4192956
[pid=29860] ppid=29858 vsize=865124 CPUtime=1.46
/proc/29860/stat : 29860 (java) S 29858 29860 28833 0 -1 0 9607 0 1 0 140 6 0 0 18 0 9 0 90168361 885886976 8986 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29860/statm: 216281 8986 1972 9 0 210750 0
[pid=29860/tid=29862] ppid=29858 vsize=865124 CPUtime=1.2
/proc/29860/task/29862/stat : 29862 (java) R 29858 29860 28833 0 -1 64 8260 0 1 0 115 5 0 0 25 0 9 0 90168362 885886976 8986 996147200 134512640 134550932 4294955888 18446744073709551615 4127045811 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29863] ppid=29858 vsize=865124 CPUtime=0
/proc/29860/task/29863/stat : 29863 (java) S 29858 29860 28833 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 90168364 885886976 8986 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29864] ppid=29858 vsize=865124 CPUtime=0
/proc/29860/task/29864/stat : 29864 (java) S 29858 29860 28833 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 90168364 885886976 8986 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29865] ppid=29858 vsize=865124 CPUtime=0
/proc/29860/task/29865/stat : 29865 (java) S 29858 29860 28833 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 90168364 885886976 8986 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29866] ppid=29858 vsize=865124 CPUtime=0
/proc/29860/task/29866/stat : 29866 (java) S 29858 29860 28833 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 90168366 885886976 8986 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29867] ppid=29858 vsize=865124 CPUtime=0.24
/proc/29860/task/29867/stat : 29867 (java) S 29858 29860 28833 0 -1 64 618 0 0 0 24 0 0 0 16 0 9 0 90168366 885886976 8986 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29868] ppid=29858 vsize=865124 CPUtime=0
/proc/29860/task/29868/stat : 29868 (java) S 29858 29860 28833 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 90168366 885886976 8986 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29869] ppid=29858 vsize=865124 CPUtime=0
/proc/29860/task/29869/stat : 29869 (java) S 29858 29860 28833 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 90168366 885886976 8986 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 865124

[startup+3.10129 s]
/proc/loadavg: 2.34 2.12 2.03 3/90 29869
/proc/meminfo: memFree=871784/2055920 swapFree=4192812/4192956
[pid=29860] ppid=29858 vsize=865124 CPUtime=3.05
/proc/29860/stat : 29860 (java) S 29858 29860 28833 0 -1 0 15251 0 1 0 296 9 0 0 18 0 9 0 90168361 885886976 14628 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29860/statm: 216281 14628 1972 9 0 210750 0
[pid=29860/tid=29862] ppid=29858 vsize=865124 CPUtime=2.78
/proc/29860/task/29862/stat : 29862 (java) R 29858 29860 28833 0 -1 64 13897 0 1 0 270 8 0 0 25 0 9 0 90168362 885886976 14628 996147200 134512640 134550932 4294955888 18446744073709551615 4126985006 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29863] ppid=29858 vsize=865124 CPUtime=0
/proc/29860/task/29863/stat : 29863 (java) S 29858 29860 28833 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 90168364 885886976 14628 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29864] ppid=29858 vsize=865124 CPUtime=0
/proc/29860/task/29864/stat : 29864 (java) S 29858 29860 28833 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 90168364 885886976 14628 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29865] ppid=29858 vsize=865124 CPUtime=0
/proc/29860/task/29865/stat : 29865 (java) S 29858 29860 28833 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 90168364 885886976 14628 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29866] ppid=29858 vsize=865124 CPUtime=0
/proc/29860/task/29866/stat : 29866 (java) S 29858 29860 28833 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 90168366 885886976 14628 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29867] ppid=29858 vsize=865124 CPUtime=0.25
/proc/29860/task/29867/stat : 29867 (java) S 29858 29860 28833 0 -1 64 625 0 0 0 25 0 0 0 15 0 9 0 90168366 885886976 14628 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29868] ppid=29858 vsize=865124 CPUtime=0
/proc/29860/task/29868/stat : 29868 (java) S 29858 29860 28833 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 90168366 885886976 14628 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29869] ppid=29858 vsize=865124 CPUtime=0
/proc/29860/task/29869/stat : 29869 (java) S 29858 29860 28833 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 90168366 885886976 14628 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 865124

[startup+6.3029 s]
/proc/loadavg: 2.34 2.12 2.03 3/90 29869
/proc/meminfo: memFree=850024/2055920 swapFree=4192812/4192956
[pid=29860] ppid=29858 vsize=865256 CPUtime=6.22
/proc/29860/stat : 29860 (java) S 29858 29860 28833 0 -1 0 17964 0 1 0 611 11 0 0 18 0 9 0 90168361 886022144 17336 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29860/statm: 216314 17336 1982 9 0 210783 0
[pid=29860/tid=29862] ppid=29858 vsize=865256 CPUtime=5.91
/proc/29860/task/29862/stat : 29862 (java) R 29858 29860 28833 0 -1 64 14818 0 1 0 582 9 0 0 25 0 9 0 90168362 886022144 17336 996147200 134512640 134550932 4294955888 18446744073709551615 4126996339 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29863] ppid=29858 vsize=865256 CPUtime=0.03
/proc/29860/task/29863/stat : 29863 (java) S 29858 29860 28833 0 -1 64 1789 0 0 0 3 0 0 0 17 0 9 0 90168364 886022144 17336 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29864] ppid=29858 vsize=865256 CPUtime=0
/proc/29860/task/29864/stat : 29864 (java) S 29858 29860 28833 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90168364 886022144 17336 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29865] ppid=29858 vsize=865256 CPUtime=0
/proc/29860/task/29865/stat : 29865 (java) S 29858 29860 28833 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90168364 886022144 17336 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29866] ppid=29858 vsize=865256 CPUtime=0
/proc/29860/task/29866/stat : 29866 (java) S 29858 29860 28833 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 90168366 886022144 17336 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29867] ppid=29858 vsize=865256 CPUtime=0.25
/proc/29860/task/29867/stat : 29867 (java) S 29858 29860 28833 0 -1 64 625 0 0 0 25 0 0 0 15 0 9 0 90168366 886022144 17336 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29868] ppid=29858 vsize=865256 CPUtime=0
/proc/29860/task/29868/stat : 29868 (java) S 29858 29860 28833 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 90168366 886022144 17336 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29869] ppid=29858 vsize=865256 CPUtime=0
/proc/29860/task/29869/stat : 29869 (java) S 29858 29860 28833 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 90168366 886022144 17336 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 865256

[startup+12.7021 s]
/proc/loadavg: 2.29 2.12 2.03 3/90 29869
/proc/meminfo: memFree=846576/2055920 swapFree=4192812/4192956
[pid=29860] ppid=29858 vsize=865256 CPUtime=12.55
/proc/29860/stat : 29860 (java) S 29858 29860 28833 0 -1 0 17970 0 1 0 1243 12 0 0 18 0 9 0 90168361 886022144 17340 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29860/statm: 216314 17340 1983 9 0 210783 0
[pid=29860/tid=29862] ppid=29858 vsize=865256 CPUtime=12.24
/proc/29860/task/29862/stat : 29862 (java) R 29858 29860 28833 0 -1 64 14820 0 1 0 1213 11 0 0 25 0 9 0 90168362 886022144 17340 996147200 134512640 134550932 4294955888 18446744073709551615 4127032790 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29863] ppid=29858 vsize=865256 CPUtime=0.03
/proc/29860/task/29863/stat : 29863 (java) S 29858 29860 28833 0 -1 64 1790 0 0 0 3 0 0 0 17 0 9 0 90168364 886022144 17340 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29864] ppid=29858 vsize=865256 CPUtime=0
/proc/29860/task/29864/stat : 29864 (java) S 29858 29860 28833 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90168364 886022144 17340 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29865] ppid=29858 vsize=865256 CPUtime=0
/proc/29860/task/29865/stat : 29865 (java) S 29858 29860 28833 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90168364 886022144 17340 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29866] ppid=29858 vsize=865256 CPUtime=0
/proc/29860/task/29866/stat : 29866 (java) S 29858 29860 28833 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 90168366 886022144 17340 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29867] ppid=29858 vsize=865256 CPUtime=0.25
/proc/29860/task/29867/stat : 29867 (java) S 29858 29860 28833 0 -1 64 628 0 0 0 25 0 0 0 16 0 9 0 90168366 886022144 17340 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29868] ppid=29858 vsize=865256 CPUtime=0
/proc/29860/task/29868/stat : 29868 (java) S 29858 29860 28833 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 90168366 886022144 17340 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29869] ppid=29858 vsize=865256 CPUtime=0
/proc/29860/task/29869/stat : 29869 (java) S 29858 29860 28833 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 90168366 886022144 17340 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 865256

[startup+25.5016 s]
/proc/loadavg: 2.24 2.11 2.03 3/90 29869
/proc/meminfo: memFree=846512/2055920 swapFree=4192812/4192956
[pid=29860] ppid=29858 vsize=865256 CPUtime=25.22
/proc/29860/stat : 29860 (java) S 29858 29860 28833 0 -1 0 17975 0 1 0 2508 14 0 0 18 0 9 0 90168361 886022144 17340 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29860/statm: 216314 17340 1983 9 0 210783 0
[pid=29860/tid=29862] ppid=29858 vsize=865256 CPUtime=24.91
/proc/29860/task/29862/stat : 29862 (java) R 29858 29860 28833 0 -1 64 14825 0 1 0 2478 13 0 0 25 0 9 0 90168362 886022144 17340 996147200 134512640 134550932 4294955888 18446744073709551615 4126969625 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29863] ppid=29858 vsize=865256 CPUtime=0.04
/proc/29860/task/29863/stat : 29863 (java) S 29858 29860 28833 0 -1 64 1790 0 0 0 4 0 0 0 16 0 9 0 90168364 886022144 17340 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29864] ppid=29858 vsize=865256 CPUtime=0
/proc/29860/task/29864/stat : 29864 (java) S 29858 29860 28833 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90168364 886022144 17340 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29865] ppid=29858 vsize=865256 CPUtime=0
/proc/29860/task/29865/stat : 29865 (java) S 29858 29860 28833 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90168364 886022144 17340 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29866] ppid=29858 vsize=865256 CPUtime=0
/proc/29860/task/29866/stat : 29866 (java) S 29858 29860 28833 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 90168366 886022144 17340 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29867] ppid=29858 vsize=865256 CPUtime=0.25
/proc/29860/task/29867/stat : 29867 (java) S 29858 29860 28833 0 -1 64 628 0 0 0 25 0 0 0 16 0 9 0 90168366 886022144 17340 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29868] ppid=29858 vsize=865256 CPUtime=0
/proc/29860/task/29868/stat : 29868 (java) S 29858 29860 28833 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 90168366 886022144 17340 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29869] ppid=29858 vsize=865256 CPUtime=0
/proc/29860/task/29869/stat : 29869 (java) S 29858 29860 28833 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 90168366 886022144 17340 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 865256

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

[startup+27.1029 s]
/proc/loadavg: 2.22 2.11 2.03 3/90 29869
/proc/meminfo: memFree=846576/2055920 swapFree=4192812/4192956
[pid=29860] ppid=29858 vsize=865256 CPUtime=26.81
/proc/29860/stat : 29860 (java) S 29858 29860 28833 0 -1 0 17976 0 1 0 2666 15 0 0 18 0 9 0 90168361 886022144 17340 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29860/statm: 216314 17340 1983 9 0 210783 0
[pid=29860/tid=29862] ppid=29858 vsize=865256 CPUtime=26.5
/proc/29860/task/29862/stat : 29862 (java) R 29858 29860 28833 0 -1 64 14826 0 1 0 2636 14 0 0 25 0 9 0 90168362 886022144 17340 996147200 134512640 134550932 4294955888 18446744073709551615 4127045776 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29863] ppid=29858 vsize=865256 CPUtime=0.04
/proc/29860/task/29863/stat : 29863 (java) S 29858 29860 28833 0 -1 64 1790 0 0 0 4 0 0 0 17 0 9 0 90168364 886022144 17340 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29864] ppid=29858 vsize=865256 CPUtime=0
/proc/29860/task/29864/stat : 29864 (java) S 29858 29860 28833 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90168364 886022144 17340 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29865] ppid=29858 vsize=865256 CPUtime=0
/proc/29860/task/29865/stat : 29865 (java) S 29858 29860 28833 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90168364 886022144 17340 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29866] ppid=29858 vsize=865256 CPUtime=0
/proc/29860/task/29866/stat : 29866 (java) S 29858 29860 28833 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 90168366 886022144 17340 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29867] ppid=29858 vsize=865256 CPUtime=0.25
/proc/29860/task/29867/stat : 29867 (java) S 29858 29860 28833 0 -1 64 628 0 0 0 25 0 0 0 16 0 9 0 90168366 886022144 17340 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29868] ppid=29858 vsize=865256 CPUtime=0
/proc/29860/task/29868/stat : 29868 (java) S 29858 29860 28833 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 90168366 886022144 17340 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29869] ppid=29858 vsize=865256 CPUtime=0
/proc/29860/task/29869/stat : 29869 (java) S 29858 29860 28833 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 90168366 886022144 17340 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.81
Current children cumulated vsize (KiB) 865256

[startup+27.508 s]
/proc/loadavg: 2.22 2.11 2.03 3/90 29869
/proc/meminfo: memFree=846576/2055920 swapFree=4192812/4192956
[pid=29860] ppid=29858 vsize=865256 CPUtime=27.21
/proc/29860/stat : 29860 (java) S 29858 29860 28833 0 -1 0 17984 0 1 0 2706 15 0 0 18 0 9 0 90168361 886022144 17348 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29860/statm: 216314 17348 1983 9 0 210783 0
[pid=29860/tid=29862] ppid=29858 vsize=865256 CPUtime=26.89
/proc/29860/task/29862/stat : 29862 (java) R 29858 29860 28833 0 -1 64 14832 0 1 0 2675 14 0 0 25 0 9 0 90168362 886022144 17348 996147200 134512640 134550932 4294955888 18446744073709551615 4126979178 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29863] ppid=29858 vsize=865256 CPUtime=0.04
/proc/29860/task/29863/stat : 29863 (java) S 29858 29860 28833 0 -1 64 1790 0 0 0 4 0 0 0 16 0 9 0 90168364 886022144 17348 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29864] ppid=29858 vsize=865256 CPUtime=0
/proc/29860/task/29864/stat : 29864 (java) S 29858 29860 28833 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90168364 886022144 17348 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29865] ppid=29858 vsize=865256 CPUtime=0
/proc/29860/task/29865/stat : 29865 (java) S 29858 29860 28833 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90168364 886022144 17348 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29866] ppid=29858 vsize=865256 CPUtime=0
/proc/29860/task/29866/stat : 29866 (java) S 29858 29860 28833 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 90168366 886022144 17348 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29867] ppid=29858 vsize=865256 CPUtime=0.26
/proc/29860/task/29867/stat : 29867 (java) S 29858 29860 28833 0 -1 64 630 0 0 0 26 0 0 0 15 0 9 0 90168366 886022144 17348 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29868] ppid=29858 vsize=865256 CPUtime=0
/proc/29860/task/29868/stat : 29868 (java) S 29858 29860 28833 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 90168366 886022144 17348 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29869] ppid=29858 vsize=865256 CPUtime=0
/proc/29860/task/29869/stat : 29869 (java) S 29858 29860 28833 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 90168366 886022144 17348 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.21
Current children cumulated vsize (KiB) 865256

[startup+27.703 s]
/proc/loadavg: 2.22 2.11 2.03 3/90 29869
/proc/meminfo: memFree=846576/2055920 swapFree=4192812/4192956
[pid=29860] ppid=29858 vsize=865256 CPUtime=27.4
/proc/29860/stat : 29860 (java) S 29858 29860 28833 0 -1 0 17986 0 1 0 2725 15 0 0 18 0 9 0 90168361 886022144 17350 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29860/statm: 216314 17350 1985 9 0 210783 0
[pid=29860/tid=29862] ppid=29858 vsize=865256 CPUtime=27.08
/proc/29860/task/29862/stat : 29862 (java) R 29858 29860 28833 0 -1 64 14834 0 1 0 2694 14 0 0 25 0 9 0 90168362 886022144 17350 996147200 134512640 134550932 4294955888 18446744073709551615 4127125990 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29863] ppid=29858 vsize=865256 CPUtime=0.04
/proc/29860/task/29863/stat : 29863 (java) S 29858 29860 28833 0 -1 64 1790 0 0 0 4 0 0 0 16 0 9 0 90168364 886022144 17350 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29864] ppid=29858 vsize=865256 CPUtime=0
/proc/29860/task/29864/stat : 29864 (java) S 29858 29860 28833 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90168364 886022144 17350 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29865] ppid=29858 vsize=865256 CPUtime=0
/proc/29860/task/29865/stat : 29865 (java) S 29858 29860 28833 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90168364 886022144 17350 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29866] ppid=29858 vsize=865256 CPUtime=0
/proc/29860/task/29866/stat : 29866 (java) S 29858 29860 28833 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 90168366 886022144 17350 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29867] ppid=29858 vsize=865256 CPUtime=0.26
/proc/29860/task/29867/stat : 29867 (java) S 29858 29860 28833 0 -1 64 630 0 0 0 26 0 0 0 15 0 9 0 90168366 886022144 17350 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29868] ppid=29858 vsize=865256 CPUtime=0
/proc/29860/task/29868/stat : 29868 (java) S 29858 29860 28833 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 90168366 886022144 17350 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29869] ppid=29858 vsize=865256 CPUtime=0
/proc/29860/task/29869/stat : 29869 (java) S 29858 29860 28833 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 90168366 886022144 17350 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.4
Current children cumulated vsize (KiB) 865256

[startup+27.803 s]
/proc/loadavg: 2.22 2.11 2.03 3/90 29869
/proc/meminfo: memFree=846576/2055920 swapFree=4192812/4192956
[pid=29860] ppid=29858 vsize=865256 CPUtime=27.51
/proc/29860/stat : 29860 (java) S 29858 29860 28833 0 -1 0 17986 0 1 0 2735 16 0 0 18 0 9 0 90168361 886022144 17350 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29860/statm: 216314 17350 1985 9 0 210783 0
[pid=29860/tid=29862] ppid=29858 vsize=865256 CPUtime=27.18
/proc/29860/task/29862/stat : 29862 (java) R 29858 29860 28833 0 -1 64 14834 0 1 0 2704 14 0 0 25 0 9 0 90168362 886022144 17350 996147200 134512640 134550932 4294955888 18446744073709551615 4126334487 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29863] ppid=29858 vsize=865256 CPUtime=0.04
/proc/29860/task/29863/stat : 29863 (java) S 29858 29860 28833 0 -1 64 1790 0 0 0 4 0 0 0 16 0 9 0 90168364 886022144 17350 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29864] ppid=29858 vsize=865256 CPUtime=0
/proc/29860/task/29864/stat : 29864 (java) S 29858 29860 28833 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 90168364 886022144 17350 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29865] ppid=29858 vsize=865256 CPUtime=0
/proc/29860/task/29865/stat : 29865 (java) S 29858 29860 28833 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90168364 886022144 17350 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29866] ppid=29858 vsize=865256 CPUtime=0
/proc/29860/task/29866/stat : 29866 (java) S 29858 29860 28833 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 90168366 886022144 17350 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29867] ppid=29858 vsize=865256 CPUtime=0.26
/proc/29860/task/29867/stat : 29867 (java) S 29858 29860 28833 0 -1 64 630 0 0 0 26 0 0 0 15 0 9 0 90168366 886022144 17350 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29868] ppid=29858 vsize=865256 CPUtime=0
/proc/29860/task/29868/stat : 29868 (java) S 29858 29860 28833 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 90168366 886022144 17350 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29860/tid=29869] ppid=29858 vsize=865256 CPUtime=0
/proc/29860/task/29869/stat : 29869 (java) S 29858 29860 28833 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 90168366 886022144 17350 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.51
Current children cumulated vsize (KiB) 865256

Child status: 0
Real time (s): 27.8672
CPU time (s): 27.5488
CPU user time (s): 27.3758
CPU system time (s): 0.172973
CPU usage (%): 98.8574
Max. virtual memory (cumulated for all children) (KiB): 865256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.3758
system time used= 0.172973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18018
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= 1672
involuntary context switches= 2173

runsolver used 0.033994 second user time and 0.104984 second system time

The end

Launcher Data

Begin job on node76 at 2009-07-19 21:17:10
IDJOB=2116408
IDBENCH=56822
IDSOLVER=780
FILE ID=node76/2116408-1248031030
PBS_JOBID= 9528902
Free space on /tmp= 66348 MiB

SOLVER NAME= Choco2.1.1b 2009-07-16
BENCH NAME= CPAI08/csp/nengfa/normalized-queens2.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-2116408-1248031030/watcher-2116408-1248031030 -o /tmp/evaluation-result-2116408-1248031030/solver-2116408-1248031030 -C 1800 -W 2000 -M 900  java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file HOME/instance-2116408-1248031030.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= feda91e5b3c1ff49ee389ed427acc709
RANDOM SEED=254023634

node76.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.277
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.277
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        909264 kB
Buffers:        106244 kB
Cached:         850924 kB
SwapCached:          0 kB
Active:         399216 kB
Inactive:       647136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        909264 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5120 kB
Writeback:           0 kB
Mapped:         106916 kB
Slab:            85376 kB
Committed_AS:  1257224 kB
PageTables:       1988 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= 66340 MiB
End job on node76 at 2009-07-19 21:17:38