Trace number 3189549

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
Sol 2011-04-04SAT 109.135 108.171

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S913455068-085.SATISFIABLE.cnf
MD5SUMacba7fa37f06c6ca7b7c9c80ced58944
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.004999
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

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

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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-3189549-1302287251/watcher-3189549-1302287251 -o /tmp/evaluation-result-3189549-1302287251/solver-3189549-1302287251 -C 2400 -W 1300 -M 7680 mono Main.exe HOME/instance-3189549-1302287251.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.54 3.94 3.97 2/175 27446
/proc/meminfo: memFree=14528384/32951124 swapFree=67111528/67111528
[pid=27446] ppid=27444 vsize=102404 CPUtime=0 cores=0,2
/proc/27446/stat : 27446 (mono) S 27444 27446 26456 0 -1 4202496 698 0 0 0 0 0 0 0 25 0 8 0 340327849 104861696 604 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382786299 0 2147483391 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/27446/statm: 25601 604 475 742 0 18172 0
[pid=27446/tid=27449] ppid=27444 vsize=102404 CPUtime=0 cores=0,2
/proc/27446/task/27449/stat : 27449 (mono) S 27444 27446 26456 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 8 0 340327849 104861696 604 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
[pid=27446/tid=27450] ppid=27444 vsize=102404 CPUtime=0 cores=0,2
/proc/27446/task/27450/stat : 27450 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 8 0 340327849 104861696 604 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
[pid=27446/tid=27451] ppid=27444 vsize=102404 CPUtime=0 cores=0,2
/proc/27446/task/27451/stat : 27451 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 8 0 340327849 104861696 604 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
[pid=27446/tid=27452] ppid=27444 vsize=102404 CPUtime=0 cores=0,2
/proc/27446/task/27452/stat : 27452 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 8 0 340327849 104861696 610 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
[pid=27446/tid=27453] ppid=27444 vsize=102404 CPUtime=0 cores=0,2
/proc/27446/task/27453/stat : 27453 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 8 0 340327849 104861696 613 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
[pid=27446/tid=27454] ppid=27444 vsize=102404 CPUtime=0 cores=0,2
/proc/27446/task/27454/stat : 27454 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 8 0 340327849 104861696 613 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
[pid=27446/tid=27455] ppid=27444 vsize=102404 CPUtime=0 cores=0,2
/proc/27446/task/27455/stat : 27455 (mono) S 27444 27446 26456 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 8 0 340327849 104861696 616 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0

[startup+0.084199 s]
/proc/loadavg: 3.54 3.94 3.97 2/175 27446
/proc/meminfo: memFree=14528384/32951124 swapFree=67111528/67111528
[pid=27446] ppid=27444 vsize=108384 CPUtime=0.07 cores=0,2
/proc/27446/stat : 27446 (mono) R 27444 27446 26456 0 -1 4202496 2198 0 0 0 7 0 0 0 25 0 9 0 340327849 110985216 2097 33554432000 4194304 7232020 140735738029040 18446744073709551615 1092009052 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/27446/statm: 27096 2097 1023 742 0 19667 0
[pid=27446/tid=27449] ppid=27444 vsize=108384 CPUtime=0 cores=0,2
/proc/27446/task/27449/stat : 27449 (mono) S 27444 27446 26456 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 9 0 340327849 110985216 2097 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27450] ppid=27444 vsize=108384 CPUtime=0 cores=0,2
/proc/27446/task/27450/stat : 27450 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 340327849 110985216 2097 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
[pid=27446/tid=27451] ppid=27444 vsize=108384 CPUtime=0 cores=0,2
/proc/27446/task/27451/stat : 27451 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 340327849 110985216 2097 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27452] ppid=27444 vsize=108384 CPUtime=0 cores=0,2
/proc/27446/task/27452/stat : 27452 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 340327849 110985216 2097 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27453] ppid=27444 vsize=108384 CPUtime=0 cores=0,2
/proc/27446/task/27453/stat : 27453 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 340327849 110985216 2097 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27454] ppid=27444 vsize=108384 CPUtime=0 cores=0,2
/proc/27446/task/27454/stat : 27454 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 340327849 110985216 2097 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27455] ppid=27444 vsize=108384 CPUtime=0 cores=0,2
/proc/27446/task/27455/stat : 27455 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 340327849 110985216 2097 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 108384

[startup+0.101192 s]
/proc/loadavg: 3.54 3.94 3.97 2/175 27446
/proc/meminfo: memFree=14528384/32951124 swapFree=67111528/67111528
[pid=27446] ppid=27444 vsize=109148 CPUtime=0.09 cores=0,2
/proc/27446/stat : 27446 (mono) R 27444 27446 26456 0 -1 4202496 2204 0 0 0 9 0 0 0 25 0 9 0 340327849 111767552 2103 33554432000 4194304 7232020 140735738029040 18446744073709551615 6230302 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/27446/statm: 27287 2104 1023 742 0 19858 0
[pid=27446/tid=27449] ppid=27444 vsize=109148 CPUtime=0 cores=0,2
/proc/27446/task/27449/stat : 27449 (mono) S 27444 27446 26456 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 9 0 340327849 111767552 2104 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27450] ppid=27444 vsize=109148 CPUtime=0 cores=0,2
/proc/27446/task/27450/stat : 27450 (mono) R 27444 27446 26456 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 340327849 111767552 2104 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 0 0 0 -1 0 0 0 0
[pid=27446/tid=27451] ppid=27444 vsize=109148 CPUtime=0 cores=0,2
/proc/27446/task/27451/stat : 27451 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 340327849 111767552 2104 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27452] ppid=27444 vsize=109148 CPUtime=0 cores=0,2
/proc/27446/task/27452/stat : 27452 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 340327849 111767552 2104 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27453] ppid=27444 vsize=109148 CPUtime=0 cores=0,2
/proc/27446/task/27453/stat : 27453 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 340327849 111767552 2104 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27454] ppid=27444 vsize=109148 CPUtime=0 cores=0,2
/proc/27446/task/27454/stat : 27454 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 340327849 111767552 2104 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27455] ppid=27444 vsize=109148 CPUtime=0 cores=0,2
/proc/27446/task/27455/stat : 27455 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 340327849 111767552 2104 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 109148

[startup+0.301196 s]
/proc/loadavg: 3.54 3.94 3.97 2/175 27446
/proc/meminfo: memFree=14528384/32951124 swapFree=67111528/67111528
[pid=27446] ppid=27444 vsize=110228 CPUtime=0.29 cores=0,2
/proc/27446/stat : 27446 (mono) R 27444 27446 26456 0 -1 4202496 2448 0 0 0 29 0 0 0 25 0 9 0 340327849 112873472 2347 33554432000 4194304 7232020 140735738029040 18446744073709551615 1092004408 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/27446/statm: 27557 2347 1023 742 0 20128 0
[pid=27446/tid=27449] ppid=27444 vsize=110228 CPUtime=0 cores=0,2
/proc/27446/task/27449/stat : 27449 (mono) S 27444 27446 26456 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 9 0 340327849 112873472 2347 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27450] ppid=27444 vsize=110228 CPUtime=0 cores=0,2
/proc/27446/task/27450/stat : 27450 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 340327849 112873472 2347 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
[pid=27446/tid=27451] ppid=27444 vsize=110228 CPUtime=0 cores=0,2
/proc/27446/task/27451/stat : 27451 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 340327849 112873472 2347 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27452] ppid=27444 vsize=110228 CPUtime=0 cores=0,2
/proc/27446/task/27452/stat : 27452 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 340327849 112873472 2347 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27453] ppid=27444 vsize=110228 CPUtime=0 cores=0,2
/proc/27446/task/27453/stat : 27453 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 340327849 112873472 2347 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27454] ppid=27444 vsize=110228 CPUtime=0 cores=0,2
/proc/27446/task/27454/stat : 27454 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 9 0 340327849 112873472 2347 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27455] ppid=27444 vsize=110228 CPUtime=0 cores=0,2
/proc/27446/task/27455/stat : 27455 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 340327849 112873472 2347 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 110228

[startup+0.701094 s]
/proc/loadavg: 3.54 3.94 3.97 2/175 27446
/proc/meminfo: memFree=14528384/32951124 swapFree=67111528/67111528
[pid=27446] ppid=27444 vsize=111584 CPUtime=0.7 cores=0,2
/proc/27446/stat : 27446 (mono) R 27444 27446 26456 0 -1 4202496 2747 0 0 0 69 1 0 0 18 0 9 0 340327849 114262016 2646 33554432000 4194304 7232020 140735738029040 18446744073709551615 1092004429 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/27446/statm: 27896 2646 1023 742 0 20467 0
[pid=27446/tid=27449] ppid=27444 vsize=111584 CPUtime=0 cores=0,2
/proc/27446/task/27449/stat : 27449 (mono) S 27444 27446 26456 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 9 0 340327849 114262016 2646 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27450] ppid=27444 vsize=111584 CPUtime=0 cores=0,2
/proc/27446/task/27450/stat : 27450 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 340327849 114262016 2646 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
[pid=27446/tid=27451] ppid=27444 vsize=111584 CPUtime=0 cores=0,2
/proc/27446/task/27451/stat : 27451 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 340327849 114262016 2646 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27452] ppid=27444 vsize=111584 CPUtime=0 cores=0,2
/proc/27446/task/27452/stat : 27452 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 340327849 114262016 2646 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
[pid=27446/tid=27453] ppid=27444 vsize=111584 CPUtime=0 cores=0,2
/proc/27446/task/27453/stat : 27453 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 340327849 114262016 2646 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27454] ppid=27444 vsize=111584 CPUtime=0 cores=0,2
/proc/27446/task/27454/stat : 27454 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 340327849 114262016 2646 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27455] ppid=27444 vsize=111584 CPUtime=0 cores=0,2
/proc/27446/task/27455/stat : 27455 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 340327849 114262016 2646 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 111584

[startup+1.50094 s]
/proc/loadavg: 3.54 3.94 3.97 5/222 27506
/proc/meminfo: memFree=14496328/32951124 swapFree=67111528/67111528
[pid=27446] ppid=27444 vsize=113456 CPUtime=1.51 cores=0,2
/proc/27446/stat : 27446 (mono) R 27444 27446 26456 0 -1 4202496 3144 0 0 0 150 1 0 0 18 0 9 0 340327849 116178944 2982 33554432000 4194304 7232020 140735738029040 18446744073709551615 1092002484 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/27446/statm: 28364 2982 1023 742 0 20935 0
[pid=27446/tid=27449] ppid=27444 vsize=113456 CPUtime=0 cores=0,2
/proc/27446/task/27449/stat : 27449 (mono) S 27444 27446 26456 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 9 0 340327849 116178944 2982 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27450] ppid=27444 vsize=113456 CPUtime=0 cores=0,2
/proc/27446/task/27450/stat : 27450 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 340327849 116178944 2982 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27451] ppid=27444 vsize=113456 CPUtime=0 cores=0,2
/proc/27446/task/27451/stat : 27451 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 340327849 116178944 2982 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27452] ppid=27444 vsize=113456 CPUtime=0 cores=0,2
/proc/27446/task/27452/stat : 27452 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 340327849 116178944 2982 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
[pid=27446/tid=27453] ppid=27444 vsize=113456 CPUtime=0 cores=0,2
/proc/27446/task/27453/stat : 27453 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 340327849 116178944 2982 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
[pid=27446/tid=27454] ppid=27444 vsize=113456 CPUtime=0 cores=0,2
/proc/27446/task/27454/stat : 27454 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 340327849 116178944 2982 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27455] ppid=27444 vsize=113456 CPUtime=0 cores=0,2
/proc/27446/task/27455/stat : 27455 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 340327849 116178944 2982 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27468] ppid=27444 vsize=113456 CPUtime=0 cores=0,2
/proc/27446/task/27468/stat : 27468 (mono) S 27444 27446 26456 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 340327850 116178944 2982 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382780849 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 113456

[startup+3.10065 s]
/proc/loadavg: 3.54 3.94 3.97 5/222 27506
/proc/meminfo: memFree=14485036/32951124 swapFree=67111528/67111528
[pid=27446] ppid=27444 vsize=115932 CPUtime=3.12 cores=0,2
/proc/27446/stat : 27446 (mono) R 27444 27446 26456 0 -1 4202496 3953 0 0 0 311 1 0 0 18 0 9 0 340327849 118714368 3506 33554432000 4194304 7232020 140735738029040 18446744073709551615 1092001902 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 0
/proc/27446/statm: 28983 3506 1023 742 0 21554 0
[pid=27446/tid=27449] ppid=27444 vsize=115932 CPUtime=0 cores=0,2
/proc/27446/task/27449/stat : 27449 (mono) S 27444 27446 26456 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 9 0 340327849 118714368 3506 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27450] ppid=27444 vsize=115932 CPUtime=0.01 cores=0,2
/proc/27446/task/27450/stat : 27450 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 340327849 118714368 3506 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
[pid=27446/tid=27451] ppid=27444 vsize=115932 CPUtime=0 cores=0,2
/proc/27446/task/27451/stat : 27451 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 340327849 118714368 3506 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
[pid=27446/tid=27452] ppid=27444 vsize=115932 CPUtime=0 cores=0,2
/proc/27446/task/27452/stat : 27452 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 340327849 118714368 3506 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27453] ppid=27444 vsize=115932 CPUtime=0 cores=0,2
/proc/27446/task/27453/stat : 27453 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 340327849 118714368 3506 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
[pid=27446/tid=27454] ppid=27444 vsize=115932 CPUtime=0.01 cores=0,2
/proc/27446/task/27454/stat : 27454 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 1 0 0 0 16 0 9 0 340327849 118714368 3506 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27455] ppid=27444 vsize=115932 CPUtime=0.01 cores=0,2
/proc/27446/task/27455/stat : 27455 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 1 0 0 0 16 0 9 0 340327849 118714368 3506 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27468] ppid=27444 vsize=115932 CPUtime=0 cores=0,2
/proc/27446/task/27468/stat : 27468 (mono) S 27444 27446 26456 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 340327850 118714368 3506 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382780849 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 115932

[startup+6.30112 s]
/proc/loadavg: 3.57 3.94 3.97 5/222 27506
/proc/meminfo: memFree=14470652/32951124 swapFree=67111528/67111528
[pid=27446] ppid=27444 vsize=119212 CPUtime=6.36 cores=0,2
/proc/27446/stat : 27446 (mono) R 27444 27446 26456 0 -1 4202496 5455 0 0 0 634 2 0 0 18 0 9 0 340327849 122073088 4145 33554432000 4194304 7232020 140735738029040 18446744073709551615 1092002332 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/27446/statm: 29803 4145 1023 742 0 22374 0
[pid=27446/tid=27449] ppid=27444 vsize=119212 CPUtime=0.01 cores=0,2
/proc/27446/task/27449/stat : 27449 (mono) S 27444 27446 26456 0 -1 4202560 4 0 0 0 1 0 0 0 16 0 9 0 340327849 122073088 4145 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27450] ppid=27444 vsize=119212 CPUtime=0.02 cores=0,2
/proc/27446/task/27450/stat : 27450 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 340327849 122073088 4145 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27451] ppid=27444 vsize=119212 CPUtime=0.02 cores=0,2
/proc/27446/task/27451/stat : 27451 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 340327849 122073088 4145 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27452] ppid=27444 vsize=119212 CPUtime=0.02 cores=0,2
/proc/27446/task/27452/stat : 27452 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 340327849 122073088 4145 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
[pid=27446/tid=27453] ppid=27444 vsize=119212 CPUtime=0.01 cores=0,2
/proc/27446/task/27453/stat : 27453 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 340327849 122073088 4145 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0

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

[pid=27446/tid=27449] ppid=27444 vsize=137364 CPUtime=0.09 cores=0,2
/proc/27446/task/27449/stat : 27449 (mono) S 27444 27446 26456 0 -1 4202560 4 0 0 0 9 0 0 0 16 0 9 0 340327849 140660736 7911 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27450] ppid=27444 vsize=137364 CPUtime=0.09 cores=0,2
/proc/27446/task/27450/stat : 27450 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 9 0 0 0 15 0 9 0 340327849 140660736 7911 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27451] ppid=27444 vsize=137364 CPUtime=0.11 cores=0,2
/proc/27446/task/27451/stat : 27451 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 11 0 0 0 16 0 9 0 340327849 140660736 7911 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27452] ppid=27444 vsize=137364 CPUtime=0.1 cores=0,2
/proc/27446/task/27452/stat : 27452 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 10 0 0 0 15 0 9 0 340327849 140660736 7911 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
[pid=27446/tid=27453] ppid=27444 vsize=137364 CPUtime=0.09 cores=0,2
/proc/27446/task/27453/stat : 27453 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 9 0 0 0 16 0 9 0 340327849 140660736 7911 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27454] ppid=27444 vsize=137364 CPUtime=0.1 cores=0,2
/proc/27446/task/27454/stat : 27454 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 10 0 0 0 16 0 9 0 340327849 140660736 7911 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27455] ppid=27444 vsize=137364 CPUtime=0.1 cores=0,2
/proc/27446/task/27455/stat : 27455 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 10 0 0 0 15 0 9 0 340327849 140660736 7911 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27468] ppid=27444 vsize=137364 CPUtime=0 cores=0,2
/proc/27446/task/27468/stat : 27468 (mono) S 27444 27446 26456 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 340327850 140660736 7911 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382780849 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.82
Current children cumulated vsize (KiB) 137364

[startup+51.1012 s]
/proc/loadavg: 3.80 3.95 3.97 5/222 27507
/proc/meminfo: memFree=14358144/32951124 swapFree=67111528/67111528
[pid=27446] ppid=27444 vsize=145684 CPUtime=51.64 cores=0,2
/proc/27446/stat : 27446 (mono) R 27444 27446 26456 0 -1 4202496 14708 0 0 0 5156 8 0 0 23 0 9 0 340327849 149180416 9913 33554432000 4194304 7232020 140735738029040 18446744073709551615 1092002025 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/27446/statm: 36421 9913 1034 742 0 28992 0
[pid=27446/tid=27449] ppid=27444 vsize=145684 CPUtime=0.17 cores=0,2
/proc/27446/task/27449/stat : 27449 (mono) S 27444 27446 26456 0 -1 4202560 4 0 0 0 17 0 0 0 15 0 9 0 340327849 149180416 9913 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
[pid=27446/tid=27450] ppid=27444 vsize=145684 CPUtime=0.17 cores=0,2
/proc/27446/task/27450/stat : 27450 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 17 0 0 0 16 0 9 0 340327849 149180416 9913 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27451] ppid=27444 vsize=145684 CPUtime=0.18 cores=0,2
/proc/27446/task/27451/stat : 27451 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 18 0 0 0 15 0 9 0 340327849 149180416 9913 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27452] ppid=27444 vsize=145684 CPUtime=0.16 cores=0,2
/proc/27446/task/27452/stat : 27452 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 16 0 0 0 15 0 9 0 340327849 149180416 9913 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27453] ppid=27444 vsize=145684 CPUtime=0.17 cores=0,2
/proc/27446/task/27453/stat : 27453 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 17 0 0 0 15 0 9 0 340327849 149180416 9913 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27454] ppid=27444 vsize=145684 CPUtime=0.17 cores=0,2
/proc/27446/task/27454/stat : 27454 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 17 0 0 0 15 0 9 0 340327849 149180416 9913 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
[pid=27446/tid=27455] ppid=27444 vsize=145684 CPUtime=0.18 cores=0,2
/proc/27446/task/27455/stat : 27455 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 18 0 0 0 15 0 9 0 340327849 149180416 9913 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27468] ppid=27444 vsize=145684 CPUtime=0 cores=0,2
/proc/27446/task/27468/stat : 27468 (mono) S 27444 27446 26456 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 340327850 149180416 9913 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382780849 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 51.64
Current children cumulated vsize (KiB) 145684

[startup+102.307 s]
/proc/loadavg: 4.13 4.03 3.99 5/222 27509
/proc/meminfo: memFree=14302432/32951124 swapFree=67111528/67111528
[pid=27446] ppid=27444 vsize=154068 CPUtime=103.23 cores=0,2
/proc/27446/stat : 27446 (mono) R 27444 27446 26456 0 -1 4202496 21999 0 0 0 10311 12 0 0 18 0 9 0 340327849 157765632 13526 33554432000 4194304 7232020 140735738029040 18446744073709551615 1092001909 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/27446/statm: 38517 13526 1035 742 0 31088 0
[pid=27446/tid=27449] ppid=27444 vsize=154068 CPUtime=0.33 cores=0,2
/proc/27446/task/27449/stat : 27449 (mono) S 27444 27446 26456 0 -1 4202560 4 0 0 0 33 0 0 0 16 0 9 0 340327849 157765632 13526 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27450] ppid=27444 vsize=154068 CPUtime=0.29 cores=0,2
/proc/27446/task/27450/stat : 27450 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 29 0 0 0 15 0 9 0 340327849 157765632 13526 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
[pid=27446/tid=27451] ppid=27444 vsize=154068 CPUtime=0.31 cores=0,2
/proc/27446/task/27451/stat : 27451 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 31 0 0 0 16 0 9 0 340327849 157765632 13526 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27452] ppid=27444 vsize=154068 CPUtime=0.31 cores=0,2
/proc/27446/task/27452/stat : 27452 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 31 0 0 0 16 0 9 0 340327849 157765632 13526 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
[pid=27446/tid=27453] ppid=27444 vsize=154068 CPUtime=0.29 cores=0,2
/proc/27446/task/27453/stat : 27453 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 29 0 0 0 16 0 9 0 340327849 157765632 13526 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27454] ppid=27444 vsize=154068 CPUtime=0.31 cores=0,2
/proc/27446/task/27454/stat : 27454 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 31 0 0 0 15 0 9 0 340327849 157765632 13526 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
[pid=27446/tid=27455] ppid=27444 vsize=154068 CPUtime=0.31 cores=0,2
/proc/27446/task/27455/stat : 27455 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 31 0 0 0 15 0 9 0 340327849 157765632 13526 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27468] ppid=27444 vsize=154068 CPUtime=0 cores=0,2
/proc/27446/task/27468/stat : 27468 (mono) S 27444 27446 26456 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 340327850 157765632 13526 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382780849 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 103.23
Current children cumulated vsize (KiB) 154068

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

[startup+105.5 s]
/proc/loadavg: 4.12 4.03 3.99 5/222 27509
/proc/meminfo: memFree=14299948/32951124 swapFree=67111528/67111528
[pid=27446] ppid=27444 vsize=162260 CPUtime=106.44 cores=0,2
/proc/27446/stat : 27446 (mono) R 27444 27446 26456 0 -1 4202496 22109 0 0 0 10632 12 0 0 18 0 9 0 340327849 166154240 13636 33554432000 4194304 7232020 140735738029040 18446744073709551615 1092001902 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/27446/statm: 40565 13636 1035 742 0 33136 0
[pid=27446/tid=27449] ppid=27444 vsize=162260 CPUtime=0.33 cores=0,2
/proc/27446/task/27449/stat : 27449 (mono) S 27444 27446 26456 0 -1 4202560 4 0 0 0 33 0 0 0 16 0 9 0 340327849 166154240 13636 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27450] ppid=27444 vsize=162260 CPUtime=0.3 cores=0,2
/proc/27446/task/27450/stat : 27450 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 30 0 0 0 16 0 9 0 340327849 166154240 13636 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27451] ppid=27444 vsize=162260 CPUtime=0.32 cores=0,2
/proc/27446/task/27451/stat : 27451 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 32 0 0 0 15 0 9 0 340327849 166154240 13636 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
[pid=27446/tid=27452] ppid=27444 vsize=162260 CPUtime=0.31 cores=0,2
/proc/27446/task/27452/stat : 27452 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 31 0 0 0 15 0 9 0 340327849 166154240 13636 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
[pid=27446/tid=27453] ppid=27444 vsize=162260 CPUtime=0.29 cores=0,2
/proc/27446/task/27453/stat : 27453 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 29 0 0 0 15 0 9 0 340327849 166154240 13636 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
[pid=27446/tid=27454] ppid=27444 vsize=162260 CPUtime=0.31 cores=0,2
/proc/27446/task/27454/stat : 27454 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 31 0 0 0 15 0 9 0 340327849 166154240 13636 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
[pid=27446/tid=27455] ppid=27444 vsize=162260 CPUtime=0.32 cores=0,2
/proc/27446/task/27455/stat : 27455 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 32 0 0 0 16 0 9 0 340327849 166154240 13636 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27468] ppid=27444 vsize=162260 CPUtime=0 cores=0,2
/proc/27446/task/27468/stat : 27468 (mono) S 27444 27446 26456 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 340327850 166154240 13636 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382780849 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 106.44
Current children cumulated vsize (KiB) 162260

[startup+107.101 s]
/proc/loadavg: 4.12 4.03 3.99 5/222 27509
/proc/meminfo: memFree=14297468/32951124 swapFree=67111528/67111528
[pid=27446] ppid=27444 vsize=162260 CPUtime=108.05 cores=0,2
/proc/27446/stat : 27446 (mono) R 27444 27446 26456 0 -1 4202496 22408 0 0 0 10793 12 0 0 20 0 9 0 340327849 166154240 13935 33554432000 4194304 7232020 140735738029040 18446744073709551615 1092001909 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/27446/statm: 40565 13935 1035 742 0 33136 0
[pid=27446/tid=27449] ppid=27444 vsize=162260 CPUtime=0.33 cores=0,2
/proc/27446/task/27449/stat : 27449 (mono) S 27444 27446 26456 0 -1 4202560 4 0 0 0 33 0 0 0 16 0 9 0 340327849 166154240 13935 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27450] ppid=27444 vsize=162260 CPUtime=0.31 cores=0,2
/proc/27446/task/27450/stat : 27450 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 31 0 0 0 16 0 9 0 340327849 166154240 13935 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27451] ppid=27444 vsize=162260 CPUtime=0.32 cores=0,2
/proc/27446/task/27451/stat : 27451 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 32 0 0 0 16 0 9 0 340327849 166154240 13935 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27452] ppid=27444 vsize=162260 CPUtime=0.32 cores=0,2
/proc/27446/task/27452/stat : 27452 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 32 0 0 0 16 0 9 0 340327849 166154240 13935 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27453] ppid=27444 vsize=162260 CPUtime=0.3 cores=0,2
/proc/27446/task/27453/stat : 27453 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 30 0 0 0 16 0 9 0 340327849 166154240 13935 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
[pid=27446/tid=27454] ppid=27444 vsize=162260 CPUtime=0.32 cores=0,2
/proc/27446/task/27454/stat : 27454 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 32 0 0 0 15 0 9 0 340327849 166154240 13935 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
[pid=27446/tid=27455] ppid=27444 vsize=162260 CPUtime=0.33 cores=0,2
/proc/27446/task/27455/stat : 27455 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 33 0 0 0 15 0 9 0 340327849 166154240 13935 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
[pid=27446/tid=27468] ppid=27444 vsize=162260 CPUtime=0 cores=0,2
/proc/27446/task/27468/stat : 27468 (mono) S 27444 27446 26456 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 340327850 166154240 13935 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382780849 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 108.05
Current children cumulated vsize (KiB) 162260

[startup+107.901 s]
/proc/loadavg: 4.12 4.03 3.99 5/222 27509
/proc/meminfo: memFree=14295980/32951124 swapFree=67111528/67111528
[pid=27446] ppid=27444 vsize=162324 CPUtime=108.85 cores=0,2
/proc/27446/stat : 27446 (mono) R 27444 27446 26456 0 -1 4202496 22410 0 0 0 10873 12 0 0 22 0 9 0 340327849 166219776 13937 33554432000 4194304 7232020 140735738029040 18446744073709551615 1092002030 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/27446/statm: 40581 13937 1035 742 0 33152 0
[pid=27446/tid=27449] ppid=27444 vsize=162324 CPUtime=0.33 cores=0,2
/proc/27446/task/27449/stat : 27449 (mono) S 27444 27446 26456 0 -1 4202560 4 0 0 0 33 0 0 0 15 0 9 0 340327849 166219776 13937 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27450] ppid=27444 vsize=162324 CPUtime=0.31 cores=0,2
/proc/27446/task/27450/stat : 27450 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 31 0 0 0 15 0 9 0 340327849 166219776 13937 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27451] ppid=27444 vsize=162324 CPUtime=0.32 cores=0,2
/proc/27446/task/27451/stat : 27451 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 32 0 0 0 15 0 9 0 340327849 166219776 13937 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
[pid=27446/tid=27452] ppid=27444 vsize=162324 CPUtime=0.32 cores=0,2
/proc/27446/task/27452/stat : 27452 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 32 0 0 0 15 0 9 0 340327849 166219776 13937 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27453] ppid=27444 vsize=162324 CPUtime=0.3 cores=0,2
/proc/27446/task/27453/stat : 27453 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 30 0 0 0 15 0 9 0 340327849 166219776 13937 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27454] ppid=27444 vsize=162324 CPUtime=0.33 cores=0,2
/proc/27446/task/27454/stat : 27454 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 33 0 0 0 16 0 9 0 340327849 166219776 13937 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27455] ppid=27444 vsize=162324 CPUtime=0.33 cores=0,2
/proc/27446/task/27455/stat : 27455 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 33 0 0 0 15 0 9 0 340327849 166219776 13937 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
[pid=27446/tid=27468] ppid=27444 vsize=162324 CPUtime=0 cores=0,2
/proc/27446/task/27468/stat : 27468 (mono) S 27444 27446 26456 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 340327850 166219776 13937 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382780849 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 108.85
Current children cumulated vsize (KiB) 162324

[startup+108.101 s]
/proc/loadavg: 4.12 4.03 3.99 5/222 27509
/proc/meminfo: memFree=14295980/32951124 swapFree=67111528/67111528
[pid=27446] ppid=27444 vsize=162324 CPUtime=109.05 cores=0,2
/proc/27446/stat : 27446 (mono) R 27444 27446 26456 0 -1 4202496 22847 0 0 0 10893 12 0 0 23 0 9 0 340327849 166219776 14374 33554432000 4194304 7232020 140735738029040 18446744073709551615 1092001909 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/27446/statm: 40581 14374 1035 742 0 33152 0
[pid=27446/tid=27449] ppid=27444 vsize=162324 CPUtime=0.33 cores=0,2
/proc/27446/task/27449/stat : 27449 (mono) S 27444 27446 26456 0 -1 4202560 4 0 0 0 33 0 0 0 16 0 9 0 340327849 166219776 14374 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27450] ppid=27444 vsize=162324 CPUtime=0.31 cores=0,2
/proc/27446/task/27450/stat : 27450 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 31 0 0 0 15 0 9 0 340327849 166219776 14374 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
[pid=27446/tid=27451] ppid=27444 vsize=162324 CPUtime=0.32 cores=0,2
/proc/27446/task/27451/stat : 27451 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 32 0 0 0 15 0 9 0 340327849 166219776 14374 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
[pid=27446/tid=27452] ppid=27444 vsize=162324 CPUtime=0.32 cores=0,2
/proc/27446/task/27452/stat : 27452 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 32 0 0 0 16 0 9 0 340327849 166219776 14374 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27453] ppid=27444 vsize=162324 CPUtime=0.3 cores=0,2
/proc/27446/task/27453/stat : 27453 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 30 0 0 0 16 0 9 0 340327849 166219776 14374 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 2 0 0 0
[pid=27446/tid=27454] ppid=27444 vsize=162324 CPUtime=0.33 cores=0,2
/proc/27446/task/27454/stat : 27454 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 33 0 0 0 15 0 9 0 340327849 166219776 14374 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
[pid=27446/tid=27455] ppid=27444 vsize=162324 CPUtime=0.33 cores=0,2
/proc/27446/task/27455/stat : 27455 (mono) S 27444 27446 26456 0 -1 4202560 2 0 0 0 33 0 0 0 16 0 9 0 340327849 166219776 14374 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382773145 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
[pid=27446/tid=27468] ppid=27444 vsize=162324 CPUtime=0 cores=0,2
/proc/27446/task/27468/stat : 27468 (mono) S 27444 27446 26456 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 340327850 166219776 14374 33554432000 4194304 7232020 140735738029040 18446744073709551615 218382780849 0 0 4096 545260780 18446604453909989248 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 109.05
Current children cumulated vsize (KiB) 162324

Child status: 0
Real time (s): 108.171
CPU time (s): 109.135
CPU user time (s): 109.005
CPU system time (s): 0.12998
CPU usage (%): 100.892
Max. virtual memory (cumulated for all children) (KiB): 162324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 109.005
system time used= 0.12998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22978
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= 30786
involuntary context switches= 7092

runsolver used 0.183972 second user time and 0.410937 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-08 20:27:31
IDJOB=3189549
IDBENCH=83080
IDSOLVER=1608
FILE ID=node101/3189549-1302287251
RUNJOBID= node101-1302287251-27431
PBS_JOBID= 12919094
Free space on /tmp= 71404 MiB

SOLVER NAME= Sol 2011-04-04
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S913455068-085.SATISFIABLE.cnf
COMMAND LINE= mono Main.exe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3189549-1302287251/watcher-3189549-1302287251 -o /tmp/evaluation-result-3189549-1302287251/solver-3189549-1302287251 -C 2400 -W 1300 -M 7680  mono Main.exe HOME/instance-3189549-1302287251.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= acba7fa37f06c6ca7b7c9c80ced58944
RANDOM SEED=771033992

node101.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.841
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.68
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.841
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	: 5226.07
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.841
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.77
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.841
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	: 5332.83
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.841
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.841
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.841
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.75
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.841
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14528408 kB
Buffers:        556436 kB
Cached:       17396456 kB
SwapCached:          0 kB
Active:        9291400 kB
Inactive:      8724304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14528408 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             208 kB
Writeback:           0 kB
AnonPages:       62420 kB
Mapped:          14484 kB
Slab:           342672 kB
PageTables:       4760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   191172 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71404 MiB
End job on node101 at 2011-04-08 20:29:19