Trace number 3439481

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
SArTagnan 2011-05-15 (fixed)SAT 23461.2 2938.61

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/
mod2c-rand3bip-sat-240-2.shuffled-as.sat05-2519.cnf
MD5SUMb6a88c8ae73b20cfc873207d1a0caa09
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark153.203
Satisfiable
(Un)Satisfiability was proved
Number of variables338
Number of clauses2376
Sum of the clauses size10480
Maximum clause length6
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 41520
Number of clauses of size 5736
Number of clauses of size over 5120

Solver Data

23460.41/2938.48	
23460.41/2938.48	s SATISFIABLE
23460.41/2938.48	
23460.41/2938.48	v 1 2 3 4 -5 -6 7 8 9 -10 11 12 13 14 15 16 17 -18 -19 20 -21 22 23 24 -25 26 27 28 29 -30 31 32 33 34 35 36 -37 -38 39 40 41 -42 43 -44 -45 46 47 -48 -49 50 51 52 53 54 55 -56 57 -58 -59 -60 -61 -62 63 -64 -65 -66 67 -68 69 -70 71 -72 -73 74 75 76 -77 78 79 -80 -81 -82 83 -84 85 -86 87 88 89 90 91 -92 93 94 -95 96 -97 98 -99 -100 101 102 103 -104 105 -106 107 108 109 110 111 -112 113 -114 115 -116 117 118 -119 -120 121 122 123 124 125 -126 -127 128 -129 130 131 132 -133 134 135 136 -137 -138 -139 140 -141 -142 -143 -144 145 146 147 -148 149 150 -151 -152 -153 -154 155 -156 157 158 -159 160 -161 162 -163 -164 165 166 -167 168 -169 170 -171 -172 173 174 -175 176 -177 -178 179 180 181 182 -183 -184 185 186 187 -188 189 190 -191 -192 -193 194 -195 -196 197 198 199 -200 -201 -202 -203 -204 205 -206 207 -208 209 -210 211 -212 -213 214 215 216 -217 -218 -219 -220 221 -222 -223 224 -225 226 -227 -228 229 -230 -231 -232 233 234 -235 -236 237 238 239 240 -241 242 243 244 245 246 -247 -248 -249 -250 -251 -252 -253 254 -255 256 257 -258 259 260 -261 262 263 -264 265 266 267 -268 269 270 271 272 273 274 -275 276 277 278 -279 280 281 282 283 284 285 286 287 288 -289 -290 291 292 -293 294 -295 296 -297 298 -299 300 301 -302 303 304 305 -306 307 -308 309 310 -311 -312 313 314 -315 316 -317 318 -319 320 321 -322 -323 324 325 326 327 -328 329 330 -331 -332 -333 334 335 336 337 -338 0 

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3439481-1306965417/watcher-3439481-1306965417 -o /tmp/evaluation-result-3439481-1306965417/solver-3439481-1306965417 -C 40000 -W 5100 -M 31000 SArTagnan HOME/instance-3439481-1306965417.cnf -threads=8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.52 8.02 8.04 1/446 7028
/proc/meminfo: memFree=32169832/32951124 swapFree=55639044/67111528
[pid=7028] ppid=7026 vsize=91500 CPUtime=0.01 cores=0-7
/proc/7028/stat : 7028 (SArTagnan) R 7026 7028 6822 0 -1 4202496 725 0 0 0 1 0 0 0 25 0 8 0 808139628 93696000 661 33554432000 4194304 4625164 140737241460544 18446744073709551615 47173271660466 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7028/statm: 22875 661 300 106 0 18378 0
[pid=7028/tid=7029] ppid=7026 vsize=91500 CPUtime=0.01 cores=0-7
/proc/7028/task/7029/stat : 7029 (SArTagnan) R 7026 7028 6822 0 -1 4202560 1 0 0 0 1 0 0 0 25 0 8 0 808139629 93696000 661 33554432000 4194304 4625164 140737241460544 18446744073709551615 47173271660464 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7028/tid=7030] ppid=7026 vsize=91500 CPUtime=0 cores=0-7
/proc/7028/task/7030/stat : 7030 (SArTagnan) R 7026 7028 6822 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 808139629 93696000 661 33554432000 4194304 4625164 140737241460544 18446744073709551615 271550594033 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7028/tid=7031] ppid=7026 vsize=91500 CPUtime=0 cores=0-7
/proc/7028/task/7031/stat : 7031 (SArTagnan) R 7026 7028 6822 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 808139629 93696000 661 33554432000 4194304 4625164 140737241460544 18446744073709551615 271550594033 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7028/tid=7032] ppid=7026 vsize=91500 CPUtime=0 cores=0-7
/proc/7028/task/7032/stat : 7032 (SArTagnan) R 7026 7028 6822 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 808139629 93696000 661 33554432000 4194304 4625164 140737241460544 18446744073709551615 47173271660460 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7028/tid=7033] ppid=7026 vsize=91500 CPUtime=0 cores=0-7
/proc/7028/task/7033/stat : 7033 (SArTagnan) R 7026 7028 6822 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 808139629 93696000 661 33554432000 4194304 4625164 140737241460544 18446744073709551615 47173271660466 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7028/tid=7034] ppid=7026 vsize=91500 CPUtime=0.01 cores=0-7
/proc/7028/task/7034/stat : 7034 (SArTagnan) R 7026 7028 6822 0 -1 4202560 0 0 0 0 1 0 0 0 25 0 8 0 808139629 93696000 661 33554432000 4194304 4625164 140737241460544 18446744073709551615 47173271660464 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7028/tid=7035] ppid=7026 vsize=91500 CPUtime=0 cores=0-7
/proc/7028/task/7035/stat : 7035 (SArTagnan) R 7026 7028 6822 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 808139629 93696000 661 33554432000 4194304 4625164 140737241460544 18446744073709551615 47173271660466 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.0193081 s]
/proc/loadavg: 7.52 8.02 8.04 1/446 7028
/proc/meminfo: memFree=32169832/32951124 swapFree=55639044/67111528
[pid=7028] ppid=7026 vsize=91500 CPUtime=0.05 cores=0-7
/proc/7028/stat : 7028 (SArTagnan) R 7026 7028 6822 0 -1 4202496 725 0 0 0 5 0 0 0 25 0 8 0 808139628 93696000 661 33554432000 4194304 4625164 140737241460544 18446744073709551615 47173271660460 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7028/statm: 22875 661 300 106 0 18378 0
[pid=7028/tid=7029] ppid=7026 vsize=91500 CPUtime=0.01 cores=0-7
/proc/7028/task/7029/stat : 7029 (SArTagnan) R 7026 7028 6822 0 -1 4202560 1 0 0 0 1 0 0 0 25 0 8 0 808139629 93696000 661 33554432000 4194304 4625164 140737241460544 18446744073709551615 47173271660470 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7028/tid=7030] ppid=7026 vsize=91500 CPUtime=0 cores=0-7
/proc/7028/task/7030/stat : 7030 (SArTagnan) R 7026 7028 6822 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 808139629 93696000 661 33554432000 4194304 4625164 140737241460544 18446744073709551615 271550594033 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7028/tid=7031] ppid=7026 vsize=91500 CPUtime=0 cores=0-7
/proc/7028/task/7031/stat : 7031 (SArTagnan) R 7026 7028 6822 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 808139629 93696000 661 33554432000 4194304 4625164 140737241460544 18446744073709551615 271550594033 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7028/tid=7032] ppid=7026 vsize=91500 CPUtime=0 cores=0-7
/proc/7028/task/7032/stat : 7032 (SArTagnan) R 7026 7028 6822 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 808139629 93696000 661 33554432000 4194304 4625164 140737241460544 18446744073709551615 47173271660460 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7028/tid=7033] ppid=7026 vsize=91500 CPUtime=0 cores=0-7
/proc/7028/task/7033/stat : 7033 (SArTagnan) R 7026 7028 6822 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 808139629 93696000 661 33554432000 4194304 4625164 140737241460544 18446744073709551615 47173271660466 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7028/tid=7034] ppid=7026 vsize=91500 CPUtime=0.01 cores=0-7
/proc/7028/task/7034/stat : 7034 (SArTagnan) R 7026 7028 6822 0 -1 4202560 0 0 0 0 1 0 0 0 25 0 8 0 808139629 93696000 661 33554432000 4194304 4625164 140737241460544 18446744073709551615 47173271660470 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7028/tid=7035] ppid=7026 vsize=91500 CPUtime=0 cores=0-7
/proc/7028/task/7035/stat : 7035 (SArTagnan) R 7026 7028 6822 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 808139629 93696000 661 33554432000 4194304 4625164 140737241460544 18446744073709551615 47173271660466 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 91500

[startup+0.438718 s]
/proc/loadavg: 7.52 8.02 8.04 1/446 7028
/proc/meminfo: memFree=32169832/32951124 swapFree=55639044/67111528
[pid=7028] ppid=7026 vsize=431672 CPUtime=7.25 cores=0-7
/proc/7028/stat : 7028 (SArTagnan) R 7026 7028 6822 0 -1 4202496 14041 0 0 0 723 2 0 0 25 0 8 0 808139628 442032128 6794 33554432000 4194304 4625164 140737241460544 18446744073709551615 4393147 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7028/statm: 107918 6794 351 106 0 103421 0
[pid=7028/tid=7029] ppid=7026 vsize=431672 CPUtime=0.91 cores=0-7
/proc/7028/task/7029/stat : 7029 (SArTagnan) R 7026 7028 6822 0 -1 4202560 1123 0 0 0 91 0 0 0 25 0 8 0 808139629 442032128 6794 33554432000 4194304 4625164 140737241460544 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7028/tid=7030] ppid=7026 vsize=431672 CPUtime=0.89 cores=0-7
/proc/7028/task/7030/stat : 7030 (SArTagnan) R 7026 7028 6822 0 -1 4202560 1253 0 0 0 89 0 0 0 19 0 8 0 808139629 442032128 6794 33554432000 4194304 4625164 140737241460544 18446744073709551615 4288561 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7028/tid=7031] ppid=7026 vsize=431672 CPUtime=0.89 cores=0-7
/proc/7028/task/7031/stat : 7031 (SArTagnan) R 7026 7028 6822 0 -1 4202560 4909 0 0 0 89 0 0 0 19 0 8 0 808139629 442032128 6794 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351901 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7028/tid=7032] ppid=7026 vsize=431672 CPUtime=0.88 cores=0-7
/proc/7028/task/7032/stat : 7032 (SArTagnan) R 7026 7028 6822 0 -1 4202560 1125 0 0 0 88 0 0 0 25 0 8 0 808139629 442032128 6794 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7028/tid=7033] ppid=7026 vsize=431672 CPUtime=0.9 cores=0-7
/proc/7028/task/7033/stat : 7033 (SArTagnan) R 7026 7028 6822 0 -1 4202560 1241 0 0 0 90 0 0 0 19 0 8 0 808139629 442032128 6794 33554432000 4194304 4625164 140737241460544 18446744073709551615 4349045 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7028/tid=7034] ppid=7026 vsize=431672 CPUtime=0.91 cores=0-7
/proc/7028/task/7034/stat : 7034 (SArTagnan) R 7026 7028 6822 0 -1 4202560 1269 0 0 0 91 0 0 0 19 0 8 0 808139629 442032128 6794 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7028/tid=7035] ppid=7026 vsize=431672 CPUtime=0.89 cores=0-7
/proc/7028/task/7035/stat : 7035 (SArTagnan) R 7026 7028 6822 0 -1 4202560 1176 0 0 0 89 0 0 0 19 0 8 0 808139629 442032128 6794 33554432000 4194304 4625164 140737241460544 18446744073709551615 4339581 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.25
Current children cumulated vsize (KiB) 431672

[startup+1.02504 s]
/proc/loadavg: 7.52 8.02 8.04 1/446 7028
/proc/meminfo: memFree=32169832/32951124 swapFree=55639044/67111528
[pid=7028] ppid=7026 vsize=432308 CPUtime=8.05 cores=0-7
/proc/7028/stat : 7028 (SArTagnan) R 7026 7028 6822 0 -1 4202496 15366 0 0 0 803 2 0 0 25 0 8 0 808139628 442683392 7328 33554432000 4194304 4625164 140737241460544 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7028/statm: 108077 7328 351 106 0 103580 0
[pid=7028/tid=7029] ppid=7026 vsize=432308 CPUtime=1.01 cores=0-7
/proc/7028/task/7029/stat : 7029 (SArTagnan) R 7026 7028 6822 0 -1 4202560 1181 0 0 0 101 0 0 0 25 0 8 0 808139629 442683392 7328 33554432000 4194304 4625164 140737241460544 18446744073709551615 4352098 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7028/tid=7030] ppid=7026 vsize=432308 CPUtime=0.99 cores=0-7
/proc/7028/task/7030/stat : 7030 (SArTagnan) R 7026 7028 6822 0 -1 4202560 1272 0 0 0 99 0 0 0 19 0 8 0 808139629 442683392 7328 33554432000 4194304 4625164 140737241460544 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7028/tid=7031] ppid=7026 vsize=432308 CPUtime=0.99 cores=0-7
/proc/7028/task/7031/stat : 7031 (SArTagnan) R 7026 7028 6822 0 -1 4202560 5512 0 0 0 99 0 0 0 19 0 8 0 808139629 442683392 7328 33554432000 4194304 4625164 140737241460544 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7028/tid=7032] ppid=7026 vsize=432308 CPUtime=0.98 cores=0-7
/proc/7028/task/7032/stat : 7032 (SArTagnan) R 7026 7028 6822 0 -1 4202560 1159 0 0 0 98 0 0 0 25 0 8 0 808139629 442683392 7328 33554432000 4194304 4625164 140737241460544 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7028/tid=7033] ppid=7026 vsize=432308 CPUtime=1 cores=0-7
/proc/7028/task/7033/stat : 7033 (SArTagnan) R 7026 7028 6822 0 -1 4202560 1306 0 0 0 100 0 0 0 19 0 8 0 808139629 442683392 7335 33554432000 4194304 4625164 140737241460544 18446744073709551615 4435080 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7028/tid=7034] ppid=7026 vsize=432308 CPUtime=1.01 cores=0-7
/proc/7028/task/7034/stat : 7034 (SArTagnan) R 7026 7028 6822 0 -1 4202560 1707 0 0 0 101 0 0 0 19 0 8 0 808139629 442683392 7339 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351818 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7028/tid=7035] ppid=7026 vsize=432308 CPUtime=0.99 cores=0-7
/proc/7028/task/7035/stat : 7035 (SArTagnan) R 7026 7028 6822 0 -1 4202560 1183 0 0 0 99 0 0 0 19 0 8 0 808139629 442683392 7339 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 8.05
Current children cumulated vsize (KiB) 432308

[startup+1.12502 s]
/proc/loadavg: 7.52 8.02 8.04 1/446 7028
/proc/meminfo: memFree=32169832/32951124 swapFree=55639044/67111528
[pid=7028] ppid=7026 vsize=432308 CPUtime=8.85 cores=0-7
/proc/7028/stat : 7028 (SArTagnan) R 7026 7028 6822 0 -1 4202496 16162 0 0 0 883 2 0 0 25 0 8 0 808139628 442683392 7798 33554432000 4194304 4625164 140737241460544 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7028/statm: 108077 7798 351 106 0 103580 0
[pid=7028/tid=7029] ppid=7026 vsize=432308 CPUtime=1.11 cores=0-7
/proc/7028/task/7029/stat : 7029 (SArTagnan) R 7026 7028 6822 0 -1 4202560 1191 0 0 0 111 0 0 0 25 0 8 0 808139629 442683392 7798 33554432000 4194304 4625164 140737241460544 18446744073709551615 4339643 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7028/tid=7030] ppid=7026 vsize=432308 CPUtime=1.09 cores=0-7
/proc/7028/task/7030/stat : 7030 (SArTagnan) R 7026 7028 6822 0 -1 4202560 1303 0 0 0 109 0 0 0 19 0 8 0 808139629 442683392 7798 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351866 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7028/tid=7031] ppid=7026 vsize=432308 CPUtime=1.09 cores=0-7
/proc/7028/task/7031/stat : 7031 (SArTagnan) R 7026 7028 6822 0 -1 4202560 5941 0 0 0 109 0 0 0 19 0 8 0 808139629 442683392 7798 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7028/tid=7032] ppid=7026 vsize=432308 CPUtime=1.08 cores=0-7
/proc/7028/task/7032/stat : 7032 (SArTagnan) R 7026 7028 6822 0 -1 4202560 1213 0 0 0 108 0 0 0 25 0 8 0 808139629 442683392 7798 33554432000 4194304 4625164 140737241460544 18446744073709551615 4352296 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7028/tid=7033] ppid=7026 vsize=432308 CPUtime=1.1 cores=0-7
/proc/7028/task/7033/stat : 7033 (SArTagnan) R 7026 7028 6822 0 -1 4202560 1345 0 0 0 110 0 0 0 19 0 8 0 808139629 442683392 7798 33554432000 4194304 4625164 140737241460544 18446744073709551615 4349800 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7028/tid=7034] ppid=7026 vsize=432308 CPUtime=1.11 cores=0-7
/proc/7028/task/7034/stat : 7034 (SArTagnan) R 7026 7028 6822 0 -1 4202560 1748 0 0 0 111 0 0 0 19 0 8 0 808139629 442683392 7798 33554432000 4194304 4625164 140737241460544 18446744073709551615 4352047 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7028/tid=7035] ppid=7026 vsize=432308 CPUtime=1.09 cores=0-7
/proc/7028/task/7035/stat : 7035 (SArTagnan) R 7026 7028 6822 0 -1 4202560 1228 0 0 0 109 0 0 0 19 0 8 0 808139629 442683392 7798 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 8.85
Current children cumulated vsize (KiB) 432308

[startup+1.50096 s]
/proc/loadavg: 7.52 8.02 8.04 1/446 7028
/proc/meminfo: memFree=32169832/32951124 swapFree=55639044/67111528
[pid=7028] ppid=7026 vsize=436136 CPUtime=11.85 cores=0-7
/proc/7028/stat : 7028 (SArTagnan) R 7026 7028 6822 0 -1 4202496 21044 0 0 0 1183 2 0 0 25 0 8 0 808139628 446603264 9027 33554432000 4194304 4625164 140737241460544 18446744073709551615 4512012 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7028/statm: 109034 9027 351 106 0 104537 0
[pid=7028/tid=7029] ppid=7026 vsize=436136 CPUtime=1.49 cores=0-7
/proc/7028/task/7029/stat : 7029 (SArTagnan) R 7026 7028 6822 0 -1 4202560 1273 0 0 0 149 0 0 0 25 0 8 0 808139629 446603264 9027 33554432000 4194304 4625164 140737241460544 18446744073709551615 4352296 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7028/tid=7030] ppid=7026 vsize=436136 CPUtime=1.47 cores=0-7
/proc/7028/task/7030/stat : 7030 (SArTagnan) R 7026 7028 6822 0 -1 4202560 1798 0 0 0 147 0 0 0 20 0 8 0 808139629 446603264 9027 33554432000 4194304 4625164 140737241460544 18446744073709551615 4352133 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7028/tid=7031] ppid=7026 vsize=436136 CPUtime=1.46 cores=0-7
/proc/7028/task/7031/stat : 7031 (SArTagnan) R 7026 7028 6822 0 -1 4202560 8618 0 0 0 146 0 0 0 20 0 8 0 808139629 446603264 9027 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351878 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7028/tid=7032] ppid=7026 vsize=436136 CPUtime=1.46 cores=0-7
/proc/7028/task/7032/stat : 7032 (SArTagnan) R 7026 7028 6822 0 -1 4202560 1646 0 0 0 146 0 0 0 25 0 8 0 808139629 446603264 9027 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7028/tid=7033] ppid=7026 vsize=436136 CPUtime=1.48 cores=0-7
/proc/7028/task/7033/stat : 7033 (SArTagnan) R 7026 7028 6822 0 -1 4202560 1821 0 0 0 148 0 0 0 20 0 8 0 808139629 446603264 9027 33554432000 4194304 4625164 140737241460544 18446744073709551615 4348844 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7028/tid=7034] ppid=7026 vsize=436136 CPUtime=1.48 cores=0-7
/proc/7028/task/7034/stat : 7034 (SArTagnan) R 7026 7028 6822 0 -1 4202560 1930 0 0 0 148 0 0 0 19 0 8 0 808139629 446603264 9027 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7028/tid=7035] ppid=7026 vsize=436136 CPUtime=1.47 cores=0-7
/proc/7028/task/7035/stat : 7035 (SArTagnan) R 7026 7028 6822 0 -1 4202560 1681 0 0 0 147 0 0 0 19 0 8 0 808139629 446603264 9027 33554432000 4194304 4625164 140737241460544 18446744073709551615 4353037 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.85
Current children cumulated vsize (KiB) 436136

[startup+3.10067 s]
/proc/loadavg: 7.52 8.02 8.04 9/454 7037
/proc/meminfo: memFree=32112248/32951124 swapFree=55639044/67111528
[pid=7028] ppid=7026 vsize=451788 CPUtime=24.63 cores=0-7
/proc/7028/stat : 7028 (SArTagnan) R 7026 7028 6822 0 -1 4202496 38182 0 0 0 2458 5 0 0 25 0 8 0 808139628 462630912 15094 33554432000 4194304 4625164 140737241460544 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7028/statm: 112947 15094 382 106 0 108450 0
[pid=7028/tid=7029] ppid=7026 vsize=451788 CPUtime=3.09 cores=0-7
/proc/7028/task/7029/stat : 7029 (SArTagnan) R 7026 7028 6822 0 -1 4202560 2601 0 0 0 309 0 0 0 25 0 8 0 808139629 462630912 15094 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7028/tid=7030] ppid=7026 vsize=451788 CPUtime=3.07 cores=0-7
/proc/7028/task/7030/stat : 7030 (SArTagnan) R 7026 7028 6822 0 -1 4202560 2699 0 0 0 307 0 0 0 25 0 8 0 808139629 462630912 15094 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351897 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7028/tid=7031] ppid=7026 vsize=451788 CPUtime=3.06 cores=0-7
/proc/7028/task/7031/stat : 7031 (SArTagnan) R 7026 7028 6822 0 -1 4202560 17744 0 0 0 304 2 0 0 25 0 8 0 808139629 462630912 15094 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7028/tid=7032] ppid=7026 vsize=451788 CPUtime=3.06 cores=0-7
/proc/7028/task/7032/stat : 7032 (SArTagnan) R 7026 7028 6822 0 -1 4202560 2634 0 0 0 306 0 0 0 25 0 8 0 808139629 462630912 15094 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7028/tid=7033] ppid=7026 vsize=451788 CPUtime=3.08 cores=0-7
/proc/7028/task/7033/stat : 7033 (SArTagnan) R 7026 7028 6822 0 -1 4202560 2955 0 0 0 308 0 0 0 25 0 8 0 808139629 462630912 15094 33554432000 4194304 4625164 140737241460544 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7028/tid=7034] ppid=7026 vsize=451788 CPUtime=3.08 cores=0-7
/proc/7028/task/7034/stat : 7034 (SArTagnan) R 7026 7028 6822 0 -1 4202560 3961 0 0 0 308 0 0 0 25 0 8 0 808139629 462630912 15094 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7028/tid=7035] ppid=7026 vsize=451788 CPUtime=3.04 cores=0-7
/proc/7028/task/7035/stat : 7035 (SArTagnan) R 7026 7028 6822 0 -1 4202560 2650 0 0 0 304 0 0 0 25 0 8 0 808139629 462630912 15094 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.63
Current children cumulated vsize (KiB) 451788

[startup+6.31708 s]
/proc/loadavg: 7.56 8.02 8.04 9/454 7037
/proc/meminfo: memFree=32079696/32951124 swapFree=55639044/67111528
[pid=7028] ppid=7026 vsize=462668 CPUtime=50.3 cores=0-7
/proc/7028/stat : 7028 (SArTagnan) R 7026 7028 6822 0 -1 4202496 68064 0 0 0 5021 9 0 0 25 0 8 0 808139628 473772032 23464 33554432000 4194304 4625164 140737241460544 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7028/statm: 115667 23479 351 106 0 111170 0
[pid=7028/tid=7029] ppid=7026 vsize=462668 CPUtime=6.3 cores=0-7
/proc/7028/task/7029/stat : 7029 (SArTagnan) R 7026 7028 6822 0 -1 4202560 4330 0 0 0 630 0 0 0 25 0 8 0 808139629 473772032 23479 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7028/tid=7030] ppid=7026 vsize=462668 CPUtime=6.28 cores=0-7
/proc/7028/task/7030/stat : 7030 (SArTagnan) R 7026 7028 6822 0 -1 4202560 4099 0 0 0 628 0 0 0 25 0 8 0 808139629 473772032 23480 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7028/tid=7031] ppid=7026 vsize=462668 CPUtime=6.28 cores=0-7
/proc/7028/task/7031/stat : 7031 (SArTagnan) R 7026 7028 6822 0 -1 4202560 36943 0 0 0 623 5 0 0 25 0 8 0 808139629 473772032 23481 33554432000 4194304 4625164 140737241460544 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7028/tid=7032] ppid=7026 vsize=462668 CPUtime=6.27 cores=0-7
/proc/7028/task/7032/stat : 7032 (SArTagnan) R 7026 7028 6822 0 -1 4202560 4016 0 0 0 627 0 0 0 25 0 8 0 808139629 473772032 23482 33554432000 4194304 4625164 140737241460544 18446744073709551615 4340391 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7028/tid=7033] ppid=7026 vsize=462668 CPUtime=6.29 cores=0-7
/proc/7028/task/7033/stat : 7033 (SArTagnan) R 7026 7028 6822 0 -1 4202560 4766 0 0 0 629 0 0 0 25 0 8 0 808139629 473772032 23483 33554432000 4194304 4625164 140737241460544 18446744073709551615 4348832 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7028/tid=7034] ppid=7026 vsize=462668 CPUtime=6.31 cores=0-7
/proc/7028/task/7034/stat : 7034 (SArTagnan) R 7026 7028 6822 0 -1 4202560 6060 0 0 0 630 1 0 0 25 0 8 0 808139629 473772032 23484 33554432000 4194304 4625164 140737241460544 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7028/tid=7035] ppid=7026 vsize=462668 CPUtime=6.2 cores=0-7
/proc/7028/task/7035/stat : 7035 (SArTagnan) R 7026 7028 6822 0 -1 4202560 4269 0 0 0 620 0 0 0 25 0 8 0 808139629 473772032 23484 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351827 0 0 4096 2 0 0 0 -1 7 0 0 0

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

[pid=7028/tid=7033] ppid=7026 vsize=3441220 CPUtime=2861.55 cores=0-7
/proc/7028/task/7033/stat : 7033 (SArTagnan) R 7026 7028 6822 0 -1 4202560 173753 0 0 0 286121 34 0 0 25 0 8 0 808139629 3523809280 650326 33554432000 4194304 4625164 140737241460544 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7028/tid=7034] ppid=7026 vsize=3441220 CPUtime=2862.36 cores=0-7
/proc/7028/task/7034/stat : 7034 (SArTagnan) R 7026 7028 6822 0 -1 4202560 238654 0 0 0 286186 50 0 0 25 0 8 0 808139629 3523809280 650326 33554432000 4194304 4625164 140737241460544 18446744073709551615 4352024 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7028/tid=7035] ppid=7026 vsize=3441220 CPUtime=2818.07 cores=0-7
/proc/7028/task/7035/stat : 7035 (SArTagnan) R 7026 7028 6822 0 -1 4202560 124378 0 0 0 281775 32 0 0 25 0 8 0 808139629 3523809280 650326 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 22852.8
Current children cumulated vsize (KiB) 3441220

[startup+2922.3 s]
/proc/loadavg: 8.05 8.11 8.10 10/454 7126
/proc/meminfo: memFree=29536432/32951124 swapFree=55639044/67111528
[pid=7028] ppid=7026 vsize=3506756 CPUtime=23331.9 cores=0-7
/proc/7028/stat : 7028 (SArTagnan) R 7026 7028 6822 0 -1 4202496 11704316 0 0 0 2331188 2004 0 0 25 0 8 0 808139628 3590918144 657363 33554432000 4194304 4625164 140737241460544 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7028/statm: 876689 657363 460 106 0 872192 0
[pid=7028/tid=7029] ppid=7026 vsize=3506756 CPUtime=2922.28 cores=0-7
/proc/7028/task/7029/stat : 7029 (SArTagnan) R 7026 7028 6822 0 -1 4202560 123094 0 0 0 292202 26 0 0 25 0 8 0 808139629 3590918144 657363 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7028/tid=7030] ppid=7026 vsize=3506756 CPUtime=2922.18 cores=0-7
/proc/7028/task/7030/stat : 7030 (SArTagnan) R 7026 7028 6822 0 -1 4202560 129255 0 0 0 292188 30 0 0 25 0 8 0 808139629 3590918144 657364 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7028/tid=7031] ppid=7026 vsize=3506756 CPUtime=2921.64 cores=0-7
/proc/7028/task/7031/stat : 7031 (SArTagnan) R 7026 7028 6822 0 -1 4202560 10247636 0 0 0 290466 1698 0 0 25 0 8 0 808139629 3590918144 657364 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7028/tid=7032] ppid=7026 vsize=3506756 CPUtime=2922.33 cores=0-7
/proc/7028/task/7032/stat : 7032 (SArTagnan) R 7026 7028 6822 0 -1 4202560 193547 0 0 0 292188 45 0 0 25 0 8 0 808139629 3590918144 657364 33554432000 4194304 4625164 140737241460544 18446744073709551615 4339639 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7028/tid=7033] ppid=7026 vsize=3506756 CPUtime=2921.54 cores=0-7
/proc/7028/task/7033/stat : 7033 (SArTagnan) R 7026 7028 6822 0 -1 4202560 174089 0 0 0 292120 34 0 0 25 0 8 0 808139629 3590918144 657364 33554432000 4194304 4625164 140737241460544 18446744073709551615 4348804 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7028/tid=7034] ppid=7026 vsize=3506756 CPUtime=2922.38 cores=0-7
/proc/7028/task/7034/stat : 7034 (SArTagnan) R 7026 7028 6822 0 -1 4202560 238912 0 0 0 292188 50 0 0 25 0 8 0 808139629 3590918144 657364 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7028/tid=7035] ppid=7026 vsize=3506756 CPUtime=2877.15 cores=0-7
/proc/7028/task/7035/stat : 7035 (SArTagnan) R 7026 7028 6822 0 -1 4202560 124569 0 0 0 287683 32 0 0 25 0 8 0 808139629 3590918144 657364 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 23331.9
Current children cumulated vsize (KiB) 3506756

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

[startup+2931.9 s]
/proc/loadavg: 8.04 8.11 8.10 9/454 7127
/proc/meminfo: memFree=29534444/32951124 swapFree=55639044/67111528
[pid=7028] ppid=7026 vsize=3506756 CPUtime=23408.5 cores=0-7
/proc/7028/stat : 7028 (SArTagnan) R 7026 7028 6822 0 -1 4202496 11745739 0 0 0 2338841 2010 0 0 25 0 8 0 808139628 3590918144 658032 33554432000 4194304 4625164 140737241460544 18446744073709551615 4519319 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7028/statm: 876689 658032 464 106 0 872192 0
[pid=7028/tid=7029] ppid=7026 vsize=3506756 CPUtime=2931.87 cores=0-7
/proc/7028/task/7029/stat : 7029 (SArTagnan) R 7026 7028 6822 0 -1 4202560 123102 0 0 0 293161 26 0 0 25 0 8 0 808139629 3590918144 658032 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7028/tid=7030] ppid=7026 vsize=3506756 CPUtime=2931.76 cores=0-7
/proc/7028/task/7030/stat : 7030 (SArTagnan) R 7026 7028 6822 0 -1 4202560 129255 0 0 0 293146 30 0 0 25 0 8 0 808139629 3590918144 658032 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7028/tid=7031] ppid=7026 vsize=3506756 CPUtime=2931.23 cores=0-7
/proc/7028/task/7031/stat : 7031 (SArTagnan) R 7026 7028 6822 0 -1 4202560 10288745 0 0 0 291419 1704 0 0 25 0 8 0 808139629 3590918144 658032 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7028/tid=7032] ppid=7026 vsize=3506756 CPUtime=2931.92 cores=0-7
/proc/7028/task/7032/stat : 7032 (SArTagnan) R 7026 7028 6822 0 -1 4202560 193642 0 0 0 293147 45 0 0 25 0 8 0 808139629 3590918144 658032 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7028/tid=7033] ppid=7026 vsize=3506756 CPUtime=2931.13 cores=0-7
/proc/7028/task/7033/stat : 7033 (SArTagnan) R 7026 7028 6822 0 -1 4202560 174089 0 0 0 293079 34 0 0 25 0 8 0 808139629 3590918144 658032 33554432000 4194304 4625164 140737241460544 18446744073709551615 4348893 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7028/tid=7034] ppid=7026 vsize=3506756 CPUtime=2931.96 cores=0-7
/proc/7028/task/7034/stat : 7034 (SArTagnan) R 7026 7028 6822 0 -1 4202560 238934 0 0 0 293146 50 0 0 25 0 8 0 808139629 3590918144 658032 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7028/tid=7035] ppid=7026 vsize=3506756 CPUtime=2886.6 cores=0-7
/proc/7028/task/7035/stat : 7035 (SArTagnan) R 7026 7028 6822 0 -1 4202560 124594 0 0 0 288628 32 0 0 25 0 8 0 808139629 3590918144 658032 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 23408.5
Current children cumulated vsize (KiB) 3506756

[startup+2935.1 s]
/proc/loadavg: 8.04 8.10 8.10 10/454 7127
/proc/meminfo: memFree=29533328/32951124 swapFree=55639044/67111528
[pid=7028] ppid=7026 vsize=3441220 CPUtime=23434.1 cores=0-7
/proc/7028/stat : 7028 (SArTagnan) R 7026 7028 6822 0 -1 4202496 11756725 0 0 0 2341395 2012 0 0 25 0 8 0 808139628 3523809280 657923 33554432000 4194304 4625164 140737241460544 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7028/statm: 860305 657923 426 106 0 855808 0
[pid=7028/tid=7029] ppid=7026 vsize=3441220 CPUtime=2935.07 cores=0-7
/proc/7028/task/7029/stat : 7029 (SArTagnan) R 7026 7028 6822 0 -1 4202560 123102 0 0 0 293481 26 0 0 25 0 8 0 808139629 3523809280 657923 33554432000 4194304 4625164 140737241460544 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7028/tid=7030] ppid=7026 vsize=3441220 CPUtime=2934.96 cores=0-7
/proc/7028/task/7030/stat : 7030 (SArTagnan) R 7026 7028 6822 0 -1 4202560 129255 0 0 0 293466 30 0 0 25 0 8 0 808139629 3523809280 657923 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7028/tid=7031] ppid=7026 vsize=3441220 CPUtime=2934.43 cores=0-7
/proc/7028/task/7031/stat : 7031 (SArTagnan) R 7026 7028 6822 0 -1 4202560 10299700 0 0 0 291737 1706 0 0 25 0 8 0 808139629 3523809280 657923 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351786 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7028/tid=7032] ppid=7026 vsize=3441220 CPUtime=2935.12 cores=0-7
/proc/7028/task/7032/stat : 7032 (SArTagnan) R 7026 7028 6822 0 -1 4202560 193657 0 0 0 293467 45 0 0 25 0 8 0 808139629 3523809280 657923 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7028/tid=7033] ppid=7026 vsize=3441220 CPUtime=2934.33 cores=0-7
/proc/7028/task/7033/stat : 7033 (SArTagnan) R 7026 7028 6822 0 -1 4202560 174089 0 0 0 293399 34 0 0 25 0 8 0 808139629 3523809280 657923 33554432000 4194304 4625164 140737241460544 18446744073709551615 4349142 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7028/tid=7034] ppid=7026 vsize=3441220 CPUtime=2935.16 cores=0-7
/proc/7028/task/7034/stat : 7034 (SArTagnan) R 7026 7028 6822 0 -1 4202560 238943 0 0 0 293466 50 0 0 25 0 8 0 808139629 3523809280 657923 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7028/tid=7035] ppid=7026 vsize=3441220 CPUtime=2889.75 cores=0-7
/proc/7028/task/7035/stat : 7035 (SArTagnan) R 7026 7028 6822 0 -1 4202560 124594 0 0 0 288943 32 0 0 25 0 8 0 808139629 3523809280 657923 33554432000 4194304 4625164 140737241460544 18446744073709551615 4352089 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 23434.1
Current children cumulated vsize (KiB) 3441220

[startup+2936.72 s]
/proc/loadavg: 8.04 8.10 8.10 9/454 7127
/proc/meminfo: memFree=29541760/32951124 swapFree=55639044/67111528
[pid=7028] ppid=7026 vsize=3441220 CPUtime=23447 cores=0-7
/proc/7028/stat : 7028 (SArTagnan) R 7026 7028 6822 0 -1 4202496 11764704 0 0 0 2342683 2013 0 0 25 0 8 0 808139628 3523809280 657915 33554432000 4194304 4625164 140737241460544 18446744073709551615 4512818 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7028/statm: 860305 657915 445 106 0 855808 0
[pid=7028/tid=7029] ppid=7026 vsize=3441220 CPUtime=2936.69 cores=0-7
/proc/7028/task/7029/stat : 7029 (SArTagnan) R 7026 7028 6822 0 -1 4202560 123103 0 0 0 293643 26 0 0 25 0 8 0 808139629 3523809280 657915 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7028/tid=7030] ppid=7026 vsize=3441220 CPUtime=2936.59 cores=0-7
/proc/7028/task/7030/stat : 7030 (SArTagnan) R 7026 7028 6822 0 -1 4202560 129297 0 0 0 293628 31 0 0 25 0 8 0 808139629 3523809280 657915 33554432000 4194304 4625164 140737241460544 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7028/tid=7031] ppid=7026 vsize=3441220 CPUtime=2936.04 cores=0-7
/proc/7028/task/7031/stat : 7031 (SArTagnan) R 7026 7028 6822 0 -1 4202560 10307626 0 0 0 291897 1707 0 0 25 0 8 0 808139629 3523809280 657915 33554432000 4194304 4625164 140737241460544 18446744073709551615 4552315 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7028/tid=7032] ppid=7026 vsize=3441220 CPUtime=2936.73 cores=0-7
/proc/7028/task/7032/stat : 7032 (SArTagnan) R 7026 7028 6822 0 -1 4202560 193663 0 0 0 293628 45 0 0 25 0 8 0 808139629 3523809280 657915 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7028/tid=7033] ppid=7026 vsize=3441220 CPUtime=2935.94 cores=0-7
/proc/7028/task/7033/stat : 7033 (SArTagnan) R 7026 7028 6822 0 -1 4202560 174089 0 0 0 293560 34 0 0 25 0 8 0 808139629 3523809280 657915 33554432000 4194304 4625164 140737241460544 18446744073709551615 4349779 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7028/tid=7034] ppid=7026 vsize=3441220 CPUtime=2936.78 cores=0-7
/proc/7028/task/7034/stat : 7034 (SArTagnan) R 7026 7028 6822 0 -1 4202560 238946 0 0 0 293628 50 0 0 25 0 8 0 808139629 3523809280 657915 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7028/tid=7035] ppid=7026 vsize=3441220 CPUtime=2891.33 cores=0-7
/proc/7028/task/7035/stat : 7035 (SArTagnan) R 7026 7028 6822 0 -1 4202560 124594 0 0 0 289101 32 0 0 25 0 8 0 808139629 3523809280 657915 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351894 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 23447
Current children cumulated vsize (KiB) 3441220

[startup+2937.5 s]
/proc/loadavg: 8.04 8.10 8.10 9/454 7127
/proc/meminfo: memFree=29541760/32951124 swapFree=55639044/67111528
[pid=7028] ppid=7026 vsize=3441220 CPUtime=23453.2 cores=0-7
/proc/7028/stat : 7028 (SArTagnan) R 7026 7028 6822 0 -1 4202496 11766808 0 0 0 2343309 2014 0 0 25 0 8 0 808139628 3523809280 657279 33554432000 4194304 4625164 140737241460544 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7028/statm: 860305 657279 410 106 0 855808 0
[pid=7028/tid=7029] ppid=7026 vsize=3441220 CPUtime=2937.47 cores=0-7
/proc/7028/task/7029/stat : 7029 (SArTagnan) R 7026 7028 6822 0 -1 4202560 123103 0 0 0 293721 26 0 0 25 0 8 0 808139629 3523809280 657279 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351801 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7028/tid=7030] ppid=7026 vsize=3441220 CPUtime=2937.37 cores=0-7
/proc/7028/task/7030/stat : 7030 (SArTagnan) R 7026 7028 6822 0 -1 4202560 129299 0 0 0 293706 31 0 0 25 0 8 0 808139629 3523809280 657279 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7028/tid=7031] ppid=7026 vsize=3441220 CPUtime=2936.83 cores=0-7
/proc/7028/task/7031/stat : 7031 (SArTagnan) R 7026 7028 6822 0 -1 4202560 10309706 0 0 0 291975 1708 0 0 25 0 8 0 808139629 3523809280 657279 33554432000 4194304 4625164 140737241460544 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7028/tid=7032] ppid=7026 vsize=3441220 CPUtime=2937.52 cores=0-7
/proc/7028/task/7032/stat : 7032 (SArTagnan) R 7026 7028 6822 0 -1 4202560 193665 0 0 0 293707 45 0 0 25 0 8 0 808139629 3523809280 657279 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351827 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7028/tid=7033] ppid=7026 vsize=3441220 CPUtime=2936.73 cores=0-7
/proc/7028/task/7033/stat : 7033 (SArTagnan) R 7026 7028 6822 0 -1 4202560 174089 0 0 0 293639 34 0 0 25 0 8 0 808139629 3523809280 657279 33554432000 4194304 4625164 140737241460544 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7028/tid=7034] ppid=7026 vsize=3441220 CPUtime=2937.56 cores=0-7
/proc/7028/task/7034/stat : 7034 (SArTagnan) R 7026 7028 6822 0 -1 4202560 238949 0 0 0 293706 50 0 0 25 0 8 0 808139629 3523809280 657279 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7028/tid=7035] ppid=7026 vsize=3441220 CPUtime=2892.11 cores=0-7
/proc/7028/task/7035/stat : 7035 (SArTagnan) R 7026 7028 6822 0 -1 4202560 124594 0 0 0 289179 32 0 0 25 0 8 0 808139629 3523809280 657279 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351853 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 23453.2
Current children cumulated vsize (KiB) 3441220

[startup+2938.3 s]
/proc/loadavg: 8.12 8.12 8.11 10/454 7127
/proc/meminfo: memFree=29536676/32951124 swapFree=55639044/67111528
[pid=7028] ppid=7026 vsize=3441220 CPUtime=23459.6 cores=0-7
/proc/7028/stat : 7028 (SArTagnan) R 7026 7028 6822 0 -1 4202496 11770877 0 0 0 2343946 2015 0 0 25 0 8 0 808139628 3523809280 658173 33554432000 4194304 4625164 140737241460544 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7028/statm: 860305 658173 484 106 0 855808 0
[pid=7028/tid=7029] ppid=7026 vsize=3441220 CPUtime=2938.27 cores=0-7
/proc/7028/task/7029/stat : 7029 (SArTagnan) R 7026 7028 6822 0 -1 4202560 123103 0 0 0 293801 26 0 0 25 0 8 0 808139629 3523809280 658173 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7028/tid=7030] ppid=7026 vsize=3441220 CPUtime=2938.17 cores=0-7
/proc/7028/task/7030/stat : 7030 (SArTagnan) R 7026 7028 6822 0 -1 4202560 129306 0 0 0 293786 31 0 0 25 0 8 0 808139629 3523809280 658173 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7028/tid=7031] ppid=7026 vsize=3441220 CPUtime=2937.63 cores=0-7
/proc/7028/task/7031/stat : 7031 (SArTagnan) R 7026 7028 6822 0 -1 4202560 10313751 0 0 0 292054 1709 0 0 25 0 8 0 808139629 3523809280 658173 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7028/tid=7032] ppid=7026 vsize=3441220 CPUtime=2938.32 cores=0-7
/proc/7028/task/7032/stat : 7032 (SArTagnan) R 7026 7028 6822 0 -1 4202560 193667 0 0 0 293787 45 0 0 25 0 8 0 808139629 3523809280 658173 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351818 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7028/tid=7033] ppid=7026 vsize=3441220 CPUtime=2937.53 cores=0-7
/proc/7028/task/7033/stat : 7033 (SArTagnan) R 7026 7028 6822 0 -1 4202560 174089 0 0 0 293719 34 0 0 25 0 8 0 808139629 3523809280 658173 33554432000 4194304 4625164 140737241460544 18446744073709551615 4348867 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7028/tid=7034] ppid=7026 vsize=3441220 CPUtime=2938.36 cores=0-7
/proc/7028/task/7034/stat : 7034 (SArTagnan) R 7026 7028 6822 0 -1 4202560 238950 0 0 0 293786 50 0 0 25 0 8 0 808139629 3523809280 658173 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7028/tid=7035] ppid=7026 vsize=3441220 CPUtime=2892.9 cores=0-7
/proc/7028/task/7035/stat : 7035 (SArTagnan) R 7026 7028 6822 0 -1 4202560 124594 0 0 0 289258 32 0 0 25 0 8 0 808139629 3523809280 658173 33554432000 4194304 4625164 140737241460544 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 23459.6
Current children cumulated vsize (KiB) 3441220

[startup+2938.5 s]
/proc/loadavg: 8.12 8.12 8.11 10/454 7127
/proc/meminfo: memFree=29536676/32951124 swapFree=55639044/67111528
[pid=7028] ppid=7026 vsize=0 CPUtime=23461.1 cores=0-7
/proc/7028/stat : 7028 (SArTagnan) Z 7026 7028 6822 0 -1 4203548 11770923 0 0 0 2344093 2017 0 0 25 0 2 0 808139628 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7028/statm: 0 0 0 0 0 0 0
[pid=7028/tid=7031] ppid=7026 vsize=0 CPUtime=2937.82 cores=0-7
/proc/7028/task/7031/stat : 7031 (SArTagnan) R 7026 7028 6822 0 -1 4203588 10313783 0 0 0 292072 1710 0 0 25 0 2 0 808139629 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 23461.1
Current children cumulated vsize (KiB) 0

[startup+2938.6 s]
/proc/loadavg: 8.12 8.12 8.11 10/454 7127
/proc/meminfo: memFree=29536676/32951124 swapFree=55639044/67111528
[pid=7028] ppid=7026 vsize=0 CPUtime=23461.2 cores=0-7
/proc/7028/stat : 7028 (SArTagnan) Z 7026 7028 6822 0 -1 4203548 11770923 0 0 0 2344093 2027 0 0 25 0 2 0 808139628 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7028/statm: 0 0 0 0 0 0 0
[pid=7028/tid=7031] ppid=7026 vsize=0 CPUtime=2937.92 cores=0-7
/proc/7028/task/7031/stat : 7031 (SArTagnan) R 7026 7028 6822 0 -1 4203588 10313783 0 0 0 292072 1720 0 0 25 0 2 0 808139629 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 23461.2
Current children cumulated vsize (KiB) 0

Child status: 10
Real time (s): 2938.61
CPU time (s): 23461.2
CPU user time (s): 23440.9
CPU system time (s): 20.2749
CPU usage (%): 798.379
Max. virtual memory (cumulated for all children) (KiB): 3576528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23440.9
system time used= 20.2749
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11770923
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2617
involuntary context switches= 226135

runsolver used 12.6561 second user time and 32.588 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-01 23:56:57
IDJOB=3439481
IDBENCH=85362
IDSOLVER=1936
FILE ID=node133/3439481-1306965417
RUNJOBID= node133-1306960405-6836
PBS_JOBID= 13497618
Free space on /tmp= 73712 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/mod2c-rand3bip-sat-240-2.shuffled-as.sat05-2519.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439481-1306965417/watcher-3439481-1306965417 -o /tmp/evaluation-result-3439481-1306965417/solver-3439481-1306965417 -C 40000 -W 5100 -M 31000  SArTagnan HOME/instance-3439481-1306965417.cnf -threads=8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= b6a88c8ae73b20cfc873207d1a0caa09
RANDOM SEED=467888127

node133.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 6741.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32170112 kB
Buffers:        199660 kB
Cached:         293320 kB
SwapCached:      10520 kB
Active:         164076 kB
Inactive:       349300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32170112 kB
SwapTotal:    67111528 kB
SwapFree:     55639044 kB
Dirty:             408 kB
Writeback:           0 kB
AnonPages:       17904 kB
Mapped:          12316 kB
Slab:           144316 kB
PageTables:      53288 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 114887712 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73712 MiB
End job on node133 at 2011-06-02 00:45:56