Trace number 2078890

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.1 2009-06-10SAT 24.7822 24.9473

DiagnosticValue
CHECKS0
NODES196

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

24.66/24.89	s SATISFIABLE
24.66/24.89	v 45 11 10 9 35 33 31 106 103 100 63 59 55 82 77 72 58 52 46 111 104 97 10 2 -6 39 30 21 101 91 81 73 62 51 36 24 12 115 102 89 72 58 44 116 101 86 64 48 32 93 76 59 52 34 16 79 60 41 27 7 -13 61 40 19 94 72 50 60 37 14 71 47 23 68 43 18 105 79 53 38 11 -16 33 5 -23 127 98 69 122 92 62 69 38 7 128 96 64 118 85 52 43 9 -25 81 46 11 55 19 -17 65 28 -9 137 99 61 114 75 36 97 57 17 90 49 8 48 6 -36 124 81 38 47 3 -41 95 50 5 132 86 40 142 95 48 138 90 42 70 21 -28 134 84 34 67 16 -35 78 26 -26 126 73 20 77 23 -31 125 70 15 88 32 -24 110 53 -4 102 44 -14 76 17 -42 87 27 -33 112 51 -10 123 61 -1 152 89 26 120 56 -8 143 78 13 129 63 -3 161 94 27 165 97 29 89 20 -49 150 80 10 75 4 -67 107 35 -37 147 74 1 86 12 -62 139 64 -11 91 15 -61 108 31 -46 96 18 -60 162 83 4 148 68 -12 103 22 -59 170 88 6 119 36 -47 166 82 -2 151 66 -19 140 54 -32 100 13 -74 113 25 -63 156 67 -22 159 69 -21 130 39 -52 133 41 -51 186 93 0 181 87 -7 109 14 -81 104 8 -88 98 1 -96 198 100 2 141 42 -57 155 55 -45 172 71 -30 131 29 -73 168 65 -38 
24.66/24.89	d AC 32
24.66/24.89	d RUNTIME 24.786
24.66/24.89	d NODES 196
24.66/24.89	d NODES/s 8
24.66/24.89	d BACKTRACKS 15
24.66/24.89	d BACKTRACKS/s 1
24.66/24.89	d CHECKS 0
24.66/24.89	d CHECKS/s 0
24.66/24.89	c SAT 24.786 TIME      196 NDS    427 PARSTIME      337 BUILDPB       24022 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-2078890-1247367574/watcher-2078890-1247367574 -o /tmp/evaluation-result-2078890-1247367574/solver-2078890-1247367574 -C 1800 -W 2000 -M 900 java -Xms700M -Xmx700M -jar HOME/choco-2.1.1.jar -file HOME/instance-2078890-1247367574.xml -h 1 -randval true -ac 32 -rest true -rb 10 -rg 1.3 -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.16 2.07 2.09 4/75 22151
/proc/meminfo: memFree=1719768/2055920 swapFree=4192812/4192956
[pid=22151] ppid=22149 vsize=18576 CPUtime=0
/proc/22151/stat : 22151 (runsolver) R 22149 22151 21539 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 23824619 19021824 284 996147200 4194304 4302564 548682068192 18446744073709551615 228706544935 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/22151/statm: 4644 284 249 26 0 2626 0

[startup+0.010055 s]
/proc/loadavg: 2.16 2.07 2.09 4/75 22151
/proc/meminfo: memFree=1719768/2055920 swapFree=4192812/4192956
[pid=22151] ppid=22149 vsize=152 CPUtime=0
/proc/22151/stat : 22151 (java) R 22149 22151 21539 0 -1 0 222 0 0 0 0 0 0 0 21 0 1 0 23824619 155648 26 996147200 134512640 134550932 4294955840 18446744073709551615 3305771 0 0 4096 0 0 0 0 17 1 0 0
/proc/22151/statm: 38 26 19 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 152

[startup+0.101066 s]
/proc/loadavg: 2.16 2.07 2.09 4/75 22151
/proc/meminfo: memFree=1719768/2055920 swapFree=4192812/4192956
[pid=22151] ppid=22149 vsize=864064 CPUtime=0.08
/proc/22151/stat : 22151 (java) S 22149 22151 21539 0 -1 0 3826 0 1 0 6 2 0 0 18 0 9 0 23824619 884801536 3281 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22151/statm: 216016 3281 1726 9 0 210484 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 864064

[startup+0.301084 s]
/proc/loadavg: 2.16 2.07 2.09 4/75 22151
/proc/meminfo: memFree=1719768/2055920 swapFree=4192812/4192956
[pid=22151] ppid=22149 vsize=864896 CPUtime=0.28
/proc/22151/stat : 22151 (java) S 22149 22151 21539 0 -1 0 4812 0 1 0 25 3 0 0 18 0 9 0 23824619 885653504 4234 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22151/statm: 216224 4234 1861 9 0 210692 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 864896

[startup+0.701122 s]
/proc/loadavg: 2.16 2.07 2.09 4/75 22151
/proc/meminfo: memFree=1719768/2055920 swapFree=4192812/4192956
[pid=22151] ppid=22149 vsize=865116 CPUtime=0.68
/proc/22151/stat : 22151 (java) S 22149 22151 21539 0 -1 0 7050 0 1 0 63 5 0 0 18 0 9 0 23824619 885878784 6446 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22151/statm: 216279 6446 1946 9 0 210747 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 865116

[startup+1.5012 s]
/proc/loadavg: 2.16 2.07 2.09 3/84 22160
/proc/meminfo: memFree=1695440/2055920 swapFree=4192812/4192956
[pid=22151] ppid=22149 vsize=865116 CPUtime=1.48
/proc/22151/stat : 22151 (java) S 22149 22151 21539 0 -1 0 11927 0 1 0 140 8 0 0 18 0 9 0 23824619 885878784 11307 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22151/statm: 216279 11307 1970 9 0 210747 0
[pid=22151/tid=22153] ppid=22149 vsize=865116 CPUtime=1.2
/proc/22151/task/22153/stat : 22153 (java) R 22149 22151 21539 0 -1 64 10575 0 1 0 114 6 0 0 25 0 9 0 23824621 885878784 11308 996147200 134512640 134550932 4294955840 18446744073709551615 4126990597 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22154] ppid=22149 vsize=865116 CPUtime=0
/proc/22151/task/22154/stat : 22154 (java) S 22149 22151 21539 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 23824622 885878784 11309 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22155] ppid=22149 vsize=865116 CPUtime=0
/proc/22151/task/22155/stat : 22155 (java) S 22149 22151 21539 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 23824622 885878784 11309 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22156] ppid=22149 vsize=865116 CPUtime=0
/proc/22151/task/22156/stat : 22156 (java) S 22149 22151 21539 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 23824622 885878784 11309 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22157] ppid=22149 vsize=865116 CPUtime=0
/proc/22151/task/22157/stat : 22157 (java) S 22149 22151 21539 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23824624 885878784 11309 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22158] ppid=22149 vsize=865116 CPUtime=0.25
/proc/22151/task/22158/stat : 22158 (java) S 22149 22151 21539 0 -1 64 624 0 0 0 25 0 0 0 16 0 9 0 23824624 885878784 11309 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22159] ppid=22149 vsize=865116 CPUtime=0
/proc/22151/task/22159/stat : 22159 (java) S 22149 22151 21539 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23824624 885878784 11309 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22160] ppid=22149 vsize=865116 CPUtime=0
/proc/22151/task/22160/stat : 22160 (java) S 22149 22151 21539 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23824624 885878784 11309 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 865116

[startup+3.10235 s]
/proc/loadavg: 2.16 2.07 2.09 3/84 22160
/proc/meminfo: memFree=1661200/2055920 swapFree=4192812/4192956
[pid=22151] ppid=22149 vsize=865116 CPUtime=3.07
/proc/22151/stat : 22151 (java) S 22149 22151 21539 0 -1 0 17100 0 1 0 296 11 0 0 18 0 9 0 23824619 885878784 16476 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22151/statm: 216279 16476 1980 9 0 210747 0
[pid=22151/tid=22153] ppid=22149 vsize=865116 CPUtime=2.76
/proc/22151/task/22153/stat : 22153 (java) R 22149 22151 21539 0 -1 64 14781 0 1 0 267 9 0 0 25 0 9 0 23824621 885878784 16476 996147200 134512640 134550932 4294955840 18446744073709551615 4126990828 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22154] ppid=22149 vsize=865116 CPUtime=0.02
/proc/22151/task/22154/stat : 22154 (java) R 22149 22151 21539 0 -1 64 960 0 0 0 2 0 0 0 16 0 9 0 23824622 885878784 16476 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22155] ppid=22149 vsize=865116 CPUtime=0
/proc/22151/task/22155/stat : 22155 (java) S 22149 22151 21539 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 23824622 885878784 16476 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22156] ppid=22149 vsize=865116 CPUtime=0
/proc/22151/task/22156/stat : 22156 (java) S 22149 22151 21539 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23824622 885878784 16476 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22157] ppid=22149 vsize=865116 CPUtime=0
/proc/22151/task/22157/stat : 22157 (java) S 22149 22151 21539 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23824624 885878784 16476 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22158] ppid=22149 vsize=865116 CPUtime=0.26
/proc/22151/task/22158/stat : 22158 (java) S 22149 22151 21539 0 -1 64 627 0 0 0 26 0 0 0 16 0 9 0 23824624 885878784 16476 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22159] ppid=22149 vsize=865116 CPUtime=0
/proc/22151/task/22159/stat : 22159 (java) S 22149 22151 21539 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23824624 885878784 16476 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22160] ppid=22149 vsize=865116 CPUtime=0
/proc/22151/task/22160/stat : 22160 (java) S 22149 22151 21539 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23824624 885878784 16476 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 865116

[startup+6.30265 s]
/proc/loadavg: 2.15 2.06 2.09 3/84 22160
/proc/meminfo: memFree=1657232/2055920 swapFree=4192812/4192956
[pid=22151] ppid=22149 vsize=865116 CPUtime=6.25
/proc/22151/stat : 22151 (java) S 22149 22151 21539 0 -1 0 18053 0 1 0 613 12 0 0 18 0 9 0 23824619 885878784 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22151/statm: 216279 17424 1980 9 0 210747 0
[pid=22151/tid=22153] ppid=22149 vsize=865116 CPUtime=5.93
/proc/22151/task/22153/stat : 22153 (java) R 22149 22151 21539 0 -1 64 14786 0 1 0 583 10 0 0 25 0 9 0 23824621 885878784 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4126990639 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22154] ppid=22149 vsize=865116 CPUtime=0.03
/proc/22151/task/22154/stat : 22154 (java) S 22149 22151 21539 0 -1 64 1908 0 0 0 3 0 0 0 16 0 9 0 23824622 885878784 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22155] ppid=22149 vsize=865116 CPUtime=0
/proc/22151/task/22155/stat : 22155 (java) S 22149 22151 21539 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 23824622 885878784 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22156] ppid=22149 vsize=865116 CPUtime=0
/proc/22151/task/22156/stat : 22156 (java) S 22149 22151 21539 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23824622 885878784 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22157] ppid=22149 vsize=865116 CPUtime=0
/proc/22151/task/22157/stat : 22157 (java) S 22149 22151 21539 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23824624 885878784 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22158] ppid=22149 vsize=865116 CPUtime=0.26
/proc/22151/task/22158/stat : 22158 (java) S 22149 22151 21539 0 -1 64 627 0 0 0 26 0 0 0 16 0 9 0 23824624 885878784 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22159] ppid=22149 vsize=865116 CPUtime=0
/proc/22151/task/22159/stat : 22159 (java) S 22149 22151 21539 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23824624 885878784 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22160] ppid=22149 vsize=865116 CPUtime=0
/proc/22151/task/22160/stat : 22160 (java) S 22149 22151 21539 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23824624 885878784 17424 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 865116

[startup+12.7023 s]
/proc/loadavg: 2.13 2.06 2.09 3/84 22160
/proc/meminfo: memFree=1656720/2055920 swapFree=4192812/4192956
[pid=22151] ppid=22149 vsize=865116 CPUtime=12.62
/proc/22151/stat : 22151 (java) S 22149 22151 21539 0 -1 0 18062 0 1 0 1248 14 0 0 18 0 9 0 23824619 885878784 17427 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22151/statm: 216279 17427 1981 9 0 210747 0
[pid=22151/tid=22153] ppid=22149 vsize=865116 CPUtime=12.3
/proc/22151/task/22153/stat : 22153 (java) R 22149 22151 21539 0 -1 64 14792 0 1 0 1218 12 0 0 25 0 9 0 23824621 885878784 17427 996147200 134512640 134550932 4294955840 18446744073709551615 4127023688 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22154] ppid=22149 vsize=865116 CPUtime=0.03
/proc/22151/task/22154/stat : 22154 (java) S 22149 22151 21539 0 -1 64 1908 0 0 0 3 0 0 0 16 0 9 0 23824622 885878784 17427 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22155] ppid=22149 vsize=865116 CPUtime=0
/proc/22151/task/22155/stat : 22155 (java) S 22149 22151 21539 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 23824622 885878784 17427 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22156] ppid=22149 vsize=865116 CPUtime=0
/proc/22151/task/22156/stat : 22156 (java) S 22149 22151 21539 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23824622 885878784 17427 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22157] ppid=22149 vsize=865116 CPUtime=0
/proc/22151/task/22157/stat : 22157 (java) S 22149 22151 21539 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23824624 885878784 17427 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22158] ppid=22149 vsize=865116 CPUtime=0.26
/proc/22151/task/22158/stat : 22158 (java) S 22149 22151 21539 0 -1 64 630 0 0 0 26 0 0 0 16 0 9 0 23824624 885878784 17427 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22159] ppid=22149 vsize=865116 CPUtime=0
/proc/22151/task/22159/stat : 22159 (java) S 22149 22151 21539 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23824624 885878784 17427 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22160] ppid=22149 vsize=865116 CPUtime=0
/proc/22151/task/22160/stat : 22160 (java) S 22149 22151 21539 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23824624 885878784 17427 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 865116

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

[startup+19.1019 s]
/proc/loadavg: 2.11 2.06 2.09 3/84 22160
/proc/meminfo: memFree=1656848/2055920 swapFree=4192812/4192956
[pid=22151] ppid=22149 vsize=865116 CPUtime=19
/proc/22151/stat : 22151 (java) S 22149 22151 21539 0 -1 0 18068 0 1 0 1884 16 0 0 18 0 9 0 23824619 885878784 17428 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22151/statm: 216279 17428 1981 9 0 210747 0
[pid=22151/tid=22153] ppid=22149 vsize=865116 CPUtime=18.66
/proc/22151/task/22153/stat : 22153 (java) R 22149 22151 21539 0 -1 64 14797 0 1 0 1853 13 0 0 25 0 9 0 23824621 885878784 17428 996147200 134512640 134550932 4294955840 18446744073709551615 4127015363 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22154] ppid=22149 vsize=865116 CPUtime=0.04
/proc/22151/task/22154/stat : 22154 (java) S 22149 22151 21539 0 -1 64 1909 0 0 0 4 0 0 0 16 0 9 0 23824622 885878784 17428 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22155] ppid=22149 vsize=865116 CPUtime=0
/proc/22151/task/22155/stat : 22155 (java) S 22149 22151 21539 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 23824622 885878784 17428 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22156] ppid=22149 vsize=865116 CPUtime=0
/proc/22151/task/22156/stat : 22156 (java) S 22149 22151 21539 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23824622 885878784 17428 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22157] ppid=22149 vsize=865116 CPUtime=0
/proc/22151/task/22157/stat : 22157 (java) S 22149 22151 21539 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23824624 885878784 17428 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22158] ppid=22149 vsize=865116 CPUtime=0.26
/proc/22151/task/22158/stat : 22158 (java) S 22149 22151 21539 0 -1 64 630 0 0 0 26 0 0 0 16 0 9 0 23824624 885878784 17428 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22159] ppid=22149 vsize=865116 CPUtime=0
/proc/22151/task/22159/stat : 22159 (java) S 22149 22151 21539 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23824624 885878784 17428 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22160] ppid=22149 vsize=865116 CPUtime=0
/proc/22151/task/22160/stat : 22160 (java) S 22149 22151 21539 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23824624 885878784 17428 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19
Current children cumulated vsize (KiB) 865116

[startup+22.3022 s]
/proc/loadavg: 2.11 2.06 2.09 3/84 22160
/proc/meminfo: memFree=1656848/2055920 swapFree=4192812/4192956
[pid=22151] ppid=22149 vsize=865116 CPUtime=22.18
/proc/22151/stat : 22151 (java) S 22149 22151 21539 0 -1 0 18070 0 1 0 2202 16 0 0 18 0 9 0 23824619 885878784 17428 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22151/statm: 216279 17428 1981 9 0 210747 0
[pid=22151/tid=22153] ppid=22149 vsize=865116 CPUtime=21.85
/proc/22151/task/22153/stat : 22153 (java) R 22149 22151 21539 0 -1 64 14799 0 1 0 2171 14 0 0 25 0 9 0 23824621 885878784 17428 996147200 134512640 134550932 4294955840 18446744073709551615 4126981333 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22154] ppid=22149 vsize=865116 CPUtime=0.04
/proc/22151/task/22154/stat : 22154 (java) S 22149 22151 21539 0 -1 64 1909 0 0 0 4 0 0 0 16 0 9 0 23824622 885878784 17428 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22155] ppid=22149 vsize=865116 CPUtime=0
/proc/22151/task/22155/stat : 22155 (java) S 22149 22151 21539 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 23824622 885878784 17428 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22156] ppid=22149 vsize=865116 CPUtime=0
/proc/22151/task/22156/stat : 22156 (java) S 22149 22151 21539 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23824622 885878784 17428 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22157] ppid=22149 vsize=865116 CPUtime=0
/proc/22151/task/22157/stat : 22157 (java) S 22149 22151 21539 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23824624 885878784 17428 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22158] ppid=22149 vsize=865116 CPUtime=0.26
/proc/22151/task/22158/stat : 22158 (java) S 22149 22151 21539 0 -1 64 630 0 0 0 26 0 0 0 16 0 9 0 23824624 885878784 17428 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22159] ppid=22149 vsize=865116 CPUtime=0
/proc/22151/task/22159/stat : 22159 (java) S 22149 22151 21539 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23824624 885878784 17428 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22160] ppid=22149 vsize=865116 CPUtime=0
/proc/22151/task/22160/stat : 22160 (java) S 22149 22151 21539 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23824624 885878784 17428 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.18
Current children cumulated vsize (KiB) 865116

[startup+23.9023 s]
/proc/loadavg: 2.11 2.06 2.09 3/84 22160
/proc/meminfo: memFree=1656848/2055920 swapFree=4192812/4192956
[pid=22151] ppid=22149 vsize=865116 CPUtime=23.76
/proc/22151/stat : 22151 (java) S 22149 22151 21539 0 -1 0 18072 0 1 0 2360 16 0 0 18 0 9 0 23824619 885878784 17428 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22151/statm: 216279 17428 1981 9 0 210747 0
[pid=22151/tid=22153] ppid=22149 vsize=865116 CPUtime=23.44
/proc/22151/task/22153/stat : 22153 (java) R 22149 22151 21539 0 -1 64 14801 0 1 0 2330 14 0 0 25 0 9 0 23824621 885878784 17428 996147200 134512640 134550932 4294955840 18446744073709551615 4127015333 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22154] ppid=22149 vsize=865116 CPUtime=0.04
/proc/22151/task/22154/stat : 22154 (java) S 22149 22151 21539 0 -1 64 1909 0 0 0 4 0 0 0 16 0 9 0 23824622 885878784 17428 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22155] ppid=22149 vsize=865116 CPUtime=0
/proc/22151/task/22155/stat : 22155 (java) S 22149 22151 21539 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 23824622 885878784 17428 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22156] ppid=22149 vsize=865116 CPUtime=0
/proc/22151/task/22156/stat : 22156 (java) S 22149 22151 21539 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23824622 885878784 17428 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22157] ppid=22149 vsize=865116 CPUtime=0
/proc/22151/task/22157/stat : 22157 (java) S 22149 22151 21539 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23824624 885878784 17428 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22158] ppid=22149 vsize=865116 CPUtime=0.26
/proc/22151/task/22158/stat : 22158 (java) S 22149 22151 21539 0 -1 64 630 0 0 0 26 0 0 0 16 0 9 0 23824624 885878784 17428 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22159] ppid=22149 vsize=865116 CPUtime=0
/proc/22151/task/22159/stat : 22159 (java) S 22149 22151 21539 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23824624 885878784 17428 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22160] ppid=22149 vsize=865116 CPUtime=0
/proc/22151/task/22160/stat : 22160 (java) S 22149 22151 21539 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23824624 885878784 17428 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.76
Current children cumulated vsize (KiB) 865116

[startup+24.7014 s]
/proc/loadavg: 2.10 2.06 2.09 3/84 22160
/proc/meminfo: memFree=1656848/2055920 swapFree=4192812/4192956
[pid=22151] ppid=22149 vsize=865116 CPUtime=24.56
/proc/22151/stat : 22151 (java) S 22149 22151 21539 0 -1 0 18073 0 1 0 2439 17 0 0 18 0 9 0 23824619 885878784 17428 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22151/statm: 216279 17428 1981 9 0 210747 0
[pid=22151/tid=22153] ppid=22149 vsize=865116 CPUtime=24.23
/proc/22151/task/22153/stat : 22153 (java) R 22149 22151 21539 0 -1 64 14802 0 1 0 2409 14 0 0 25 0 9 0 23824621 885878784 17428 996147200 134512640 134550932 4294955840 18446744073709551615 4127025368 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22154] ppid=22149 vsize=865116 CPUtime=0.04
/proc/22151/task/22154/stat : 22154 (java) S 22149 22151 21539 0 -1 64 1909 0 0 0 4 0 0 0 16 0 9 0 23824622 885878784 17428 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22155] ppid=22149 vsize=865116 CPUtime=0
/proc/22151/task/22155/stat : 22155 (java) S 22149 22151 21539 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 23824622 885878784 17428 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22156] ppid=22149 vsize=865116 CPUtime=0
/proc/22151/task/22156/stat : 22156 (java) S 22149 22151 21539 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23824622 885878784 17428 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22157] ppid=22149 vsize=865116 CPUtime=0
/proc/22151/task/22157/stat : 22157 (java) S 22149 22151 21539 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23824624 885878784 17428 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22158] ppid=22149 vsize=865116 CPUtime=0.26
/proc/22151/task/22158/stat : 22158 (java) S 22149 22151 21539 0 -1 64 630 0 0 0 26 0 0 0 16 0 9 0 23824624 885878784 17428 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22159] ppid=22149 vsize=865116 CPUtime=0
/proc/22151/task/22159/stat : 22159 (java) S 22149 22151 21539 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23824624 885878784 17428 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22160] ppid=22149 vsize=865116 CPUtime=0
/proc/22151/task/22160/stat : 22160 (java) S 22149 22151 21539 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23824624 885878784 17428 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.56
Current children cumulated vsize (KiB) 865116

[startup+24.9014 s]
/proc/loadavg: 2.10 2.06 2.09 3/84 22160
/proc/meminfo: memFree=1656848/2055920 swapFree=4192812/4192956
[pid=22151] ppid=22149 vsize=865440 CPUtime=24.76
/proc/22151/stat : 22151 (java) S 22149 22151 21539 0 -1 0 18103 0 1 0 2459 17 0 0 18 0 9 0 23824619 886210560 17456 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22151/statm: 216360 17456 1987 9 0 210828 0
[pid=22151/tid=22153] ppid=22149 vsize=865440 CPUtime=24.42
/proc/22151/task/22153/stat : 22153 (java) S 22149 22151 21539 0 -1 64 14824 0 1 0 2427 15 0 0 25 0 9 0 23824621 886210560 17456 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22154] ppid=22149 vsize=865440 CPUtime=0.04
/proc/22151/task/22154/stat : 22154 (java) S 22149 22151 21539 0 -1 64 1909 0 0 0 4 0 0 0 16 0 9 0 23824622 886210560 17456 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22155] ppid=22149 vsize=865440 CPUtime=0
/proc/22151/task/22155/stat : 22155 (java) S 22149 22151 21539 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 23824622 886210560 17456 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22156] ppid=22149 vsize=865440 CPUtime=0
/proc/22151/task/22156/stat : 22156 (java) S 22149 22151 21539 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23824622 886210560 17456 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22157] ppid=22149 vsize=865440 CPUtime=0
/proc/22151/task/22157/stat : 22157 (java) S 22149 22151 21539 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23824624 886210560 17456 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22158] ppid=22149 vsize=865440 CPUtime=0.27
/proc/22151/task/22158/stat : 22158 (java) S 22149 22151 21539 0 -1 64 633 0 0 0 27 0 0 0 15 0 9 0 23824624 886210560 17456 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22159] ppid=22149 vsize=865440 CPUtime=0
/proc/22151/task/22159/stat : 22159 (java) S 22149 22151 21539 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23824624 886210560 17456 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22151/tid=22160] ppid=22149 vsize=865440 CPUtime=0
/proc/22151/task/22160/stat : 22160 (java) S 22149 22151 21539 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23824624 886210560 17456 996147200 134512640 134550932 4294955840 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.76
Current children cumulated vsize (KiB) 865440

Child status: 0
Real time (s): 24.9473
CPU time (s): 24.7822
CPU user time (s): 24.5943
CPU system time (s): 0.187971
CPU usage (%): 99.3385
Max. virtual memory (cumulated for all children) (KiB): 865440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.5943
system time used= 0.187971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18107
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= 2143
involuntary context switches= 2365

runsolver used 0.029995 second user time and 0.089986 second system time

The end

Launcher Data

Begin job on node8 at 2009-07-12 04:59:34
IDJOB=2078890
IDBENCH=56822
IDSOLVER=737
FILE ID=node8/2078890-1247367574
PBS_JOBID= 9507121
Free space on /tmp= 66284 MiB

SOLVER NAME= Choco2.1.1 2009-06-10
BENCH NAME= CPAI08/csp/nengfa/normalized-queens2.xml
COMMAND LINE= java -Xms700M -Xmx700M -jar HOME/choco-2.1.1.jar -file BENCHNAME -h 1 -randval true -ac 32 -rest true -rb 10 -rg 1.3 -saclim 60 -s true -verb 0 -seed 11041979
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2078890-1247367574/watcher-2078890-1247367574 -o /tmp/evaluation-result-2078890-1247367574/solver-2078890-1247367574 -C 1800 -W 2000 -M 900  java -Xms700M -Xmx700M -jar HOME/choco-2.1.1.jar -file HOME/instance-2078890-1247367574.xml -h 1 -randval true -ac 32 -rest true -rb 10 -rg 1.3 -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=1661008695

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1720120 kB
Buffers:         39148 kB
Cached:         192256 kB
SwapCached:          0 kB
Active:         166104 kB
Inactive:        94392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1720120 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3000 kB
Writeback:           0 kB
Mapped:          40296 kB
Slab:            60372 kB
Committed_AS:   164352 kB
PageTables:       1800 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66280 MiB
End job on node8 at 2009-07-12 04:59:59