Trace number 3189397

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 216.868 215.9

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S1794283924-053.SATISFIABLE.cnf
MD5SUMe6534afa60eb38f9c39ca12382cdd578
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.005999
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

216.76/215.88	s SATISFIABLE
216.76/215.89	v 98 282 -226 -38 -17 244 -21 -266 -336 -330 80 170 -234 344 256 10 119 -15 14 -50 -273 -224 -51 -251 211 107 -316 144 311 -60 -263 31 152 223 285 153 134 -197 -105 123 -325 -184 -24 257 -258 188 -156 -250 -85 -6 290 315 111 272 -81 228 -59 26 313 164 120 125 -159 -204 206 70 -73 -157 -304 227 2 331 346 280 -289 -173 293 -100 312 86 102 -338 -340 -22 295 -79 284 237 45 -349 -97 -3 -303 -44 -89 -143 -200 -267 -324 301 201 58 -128 -69 -139 -40 155 309 230 -335 -142 83 140 -54 52 191 -61 -138 292 177 42 39 -147 -137 -208 167 -76 166 -203 291 -229 318 13 332 55 -190 205 -37 -337 329 326 189 -345 219 129 248 210 162 -84 241 -74 -93 -232 160 36 -242 -235 92 196 236 148 68 -323 -49 -215 341 -300 -221 27 -57 -66 -131 95 -317 -225 18 -216 -264 -334 320 -350 -151 -182 -65 -90 -286 127 112 240 298 110 62 319 218 78 214 -269 -146 261 -305 -297 -158 -115 174 29 -77 -281 19 279 171 67 141 247 -116 163 -193 28 192 -347 -154 -183 -283 310 75 35 252 -23 -277 299 149 -82 -181 179 -30 -209 -132 -178 -32 -53 -7 -165 8 198 -12 -9 124 150 239 -71 -233 306 243 -161 104 -238 186 145 207 -348 -308 343 268 296 -121 259 -108 101 -64 -276 -265 -136 -287 -262 -133 -130 5 -168 321 180 339 -94 11 -270 -246 -342 333 -48 -274 103 187 294 275 199 -113 1 25 -194 41 253 96 -16 -91 278 -314 -118 106 126 213 220 212 172 231 -63 99 -4 -176 -135 -87 114 217 -254 271 185 47 -202 -33 322 -245 34 88 56 -169 302 -46 260 -72 -328 222 122 -117 -307 195 -175 20 -109 43 249 288 327 -255  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-3189397-1302285360/watcher-3189397-1302285360 -o /tmp/evaluation-result-3189397-1302285360/solver-3189397-1302285360 -C 2400 -W 1300 -M 7680 mono Main.exe HOME/instance-3189397-1302285360.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: 4.00 4.17 4.12 1/180 25170
/proc/meminfo: memFree=14794548/32950928 swapFree=67111528/67111528
[pid=25170] ppid=25168 vsize=102404 CPUtime=0 cores=0,2
/proc/25170/stat : 25170 (mono) S 25168 25170 24447 0 -1 4202496 701 0 0 0 0 0 0 0 25 0 8 0 340132648 104861696 607 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512520955 0 2147483391 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/25170/statm: 25601 607 475 742 0 18172 0
[pid=25170/tid=25171] ppid=25168 vsize=102404 CPUtime=0 cores=0,2
/proc/25170/task/25171/stat : 25171 (mono) S 25168 25170 24447 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 8 0 340132648 104861696 616 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25172] ppid=25168 vsize=102404 CPUtime=0 cores=0,2
/proc/25170/task/25172/stat : 25172 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 8 0 340132648 104861696 616 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25173] ppid=25168 vsize=102404 CPUtime=0 cores=0,2
/proc/25170/task/25173/stat : 25173 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 8 0 340132648 104861696 619 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25174] ppid=25168 vsize=102404 CPUtime=0 cores=0,2
/proc/25170/task/25174/stat : 25174 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 8 0 340132648 104861696 619 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25175] ppid=25168 vsize=102404 CPUtime=0 cores=0,2
/proc/25170/task/25175/stat : 25175 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 8 0 340132648 104861696 621 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25176] ppid=25168 vsize=102404 CPUtime=0 cores=0,2
/proc/25170/task/25176/stat : 25176 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 8 0 340132648 104861696 622 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25177] ppid=25168 vsize=102404 CPUtime=0 cores=0,2
/proc/25170/task/25177/stat : 25177 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 8 0 340132648 104861696 623 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0

[startup+0.061768 s]
/proc/loadavg: 4.00 4.17 4.12 1/180 25170
/proc/meminfo: memFree=14794548/32950928 swapFree=67111528/67111528
[pid=25170] ppid=25168 vsize=108452 CPUtime=0.05 cores=0,2
/proc/25170/stat : 25170 (mono) R 25168 25170 24447 0 -1 4202496 2206 0 0 0 5 0 0 0 18 0 9 0 340132648 111054848 2105 33554432000 4194304 7232020 140733583011536 18446744073709551615 254504129163 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/25170/statm: 27113 2105 1023 742 0 19684 0
[pid=25170/tid=25171] ppid=25168 vsize=108452 CPUtime=0 cores=0,2
/proc/25170/task/25171/stat : 25171 (mono) S 25168 25170 24447 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 9 0 340132648 111054848 2105 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25172] ppid=25168 vsize=108452 CPUtime=0 cores=0,2
/proc/25170/task/25172/stat : 25172 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 340132648 111054848 2105 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25173] ppid=25168 vsize=108452 CPUtime=0 cores=0,2
/proc/25170/task/25173/stat : 25173 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 340132648 111054848 2105 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25174] ppid=25168 vsize=108452 CPUtime=0 cores=0,2
/proc/25170/task/25174/stat : 25174 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 340132648 111054848 2105 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25175] ppid=25168 vsize=108452 CPUtime=0 cores=0,2
/proc/25170/task/25175/stat : 25175 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 340132648 111054848 2105 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25176] ppid=25168 vsize=108452 CPUtime=0 cores=0,2
/proc/25170/task/25176/stat : 25176 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 340132648 111054848 2105 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25177] ppid=25168 vsize=108452 CPUtime=0 cores=0,2
/proc/25170/task/25177/stat : 25177 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 340132648 111054848 2105 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 108452

[startup+0.10075 s]
/proc/loadavg: 4.00 4.17 4.12 1/180 25170
/proc/meminfo: memFree=14794548/32950928 swapFree=67111528/67111528
[pid=25170] ppid=25168 vsize=108452 CPUtime=0.09 cores=0,2
/proc/25170/stat : 25170 (mono) R 25168 25170 24447 0 -1 4202496 2215 0 0 0 9 0 0 0 18 0 9 0 340132648 111054848 2114 33554432000 4194304 7232020 140733583011536 18446744073709551615 1087683474 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/25170/statm: 27113 2114 1023 742 0 19684 0
[pid=25170/tid=25171] ppid=25168 vsize=108452 CPUtime=0 cores=0,2
/proc/25170/task/25171/stat : 25171 (mono) S 25168 25170 24447 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 9 0 340132648 111054848 2114 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25172] ppid=25168 vsize=108452 CPUtime=0 cores=0,2
/proc/25170/task/25172/stat : 25172 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 340132648 111054848 2114 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25173] ppid=25168 vsize=108452 CPUtime=0 cores=0,2
/proc/25170/task/25173/stat : 25173 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 340132648 111054848 2114 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25174] ppid=25168 vsize=108452 CPUtime=0 cores=0,2
/proc/25170/task/25174/stat : 25174 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 340132648 111054848 2114 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25175] ppid=25168 vsize=108452 CPUtime=0 cores=0,2
/proc/25170/task/25175/stat : 25175 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 340132648 111054848 2114 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25176] ppid=25168 vsize=108452 CPUtime=0 cores=0,2
/proc/25170/task/25176/stat : 25176 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 340132648 111054848 2114 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25177] ppid=25168 vsize=108452 CPUtime=0 cores=0,2
/proc/25170/task/25177/stat : 25177 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 340132648 111054848 2114 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 108452

[startup+0.300689 s]
/proc/loadavg: 4.00 4.17 4.12 1/180 25170
/proc/meminfo: memFree=14794548/32950928 swapFree=67111528/67111528
[pid=25170] ppid=25168 vsize=109300 CPUtime=0.29 cores=0,2
/proc/25170/stat : 25170 (mono) R 25168 25170 24447 0 -1 4202496 2413 0 0 0 29 0 0 0 18 0 9 0 340132648 111923200 2312 33554432000 4194304 7232020 140733583011536 18446744073709551615 1087686991 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/25170/statm: 27325 2312 1023 742 0 19896 0
[pid=25170/tid=25171] ppid=25168 vsize=109300 CPUtime=0 cores=0,2
/proc/25170/task/25171/stat : 25171 (mono) S 25168 25170 24447 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 9 0 340132648 111923200 2312 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25172] ppid=25168 vsize=109300 CPUtime=0 cores=0,2
/proc/25170/task/25172/stat : 25172 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 340132648 111923200 2312 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25173] ppid=25168 vsize=109300 CPUtime=0 cores=0,2
/proc/25170/task/25173/stat : 25173 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 9 0 340132648 111923200 2312 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25174] ppid=25168 vsize=109300 CPUtime=0 cores=0,2
/proc/25170/task/25174/stat : 25174 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 9 0 340132648 111923200 2312 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25175] ppid=25168 vsize=109300 CPUtime=0 cores=0,2
/proc/25170/task/25175/stat : 25175 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 9 0 340132648 111923200 2312 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25176] ppid=25168 vsize=109300 CPUtime=0 cores=0,2
/proc/25170/task/25176/stat : 25176 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 9 0 340132648 111923200 2312 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25177] ppid=25168 vsize=109300 CPUtime=0 cores=0,2
/proc/25170/task/25177/stat : 25177 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 340132648 111923200 2312 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 109300

[startup+0.700632 s]
/proc/loadavg: 4.00 4.17 4.12 1/180 25170
/proc/meminfo: memFree=14794548/32950928 swapFree=67111528/67111528
[pid=25170] ppid=25168 vsize=110348 CPUtime=0.7 cores=0,2
/proc/25170/stat : 25170 (mono) R 25168 25170 24447 0 -1 4202496 2690 0 0 0 69 1 0 0 18 0 9 0 340132648 112996352 2588 33554432000 4194304 7232020 140733583011536 18446744073709551615 1087680629 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/25170/statm: 27587 2588 1023 742 0 20158 0
[pid=25170/tid=25171] ppid=25168 vsize=110348 CPUtime=0 cores=0,2
/proc/25170/task/25171/stat : 25171 (mono) S 25168 25170 24447 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 9 0 340132648 112996352 2588 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25172] ppid=25168 vsize=110348 CPUtime=0 cores=0,2
/proc/25170/task/25172/stat : 25172 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 340132648 112996352 2588 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25173] ppid=25168 vsize=110348 CPUtime=0 cores=0,2
/proc/25170/task/25173/stat : 25173 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 340132648 112996352 2588 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25174] ppid=25168 vsize=110348 CPUtime=0 cores=0,2
/proc/25170/task/25174/stat : 25174 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 9 0 340132648 112996352 2588 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25175] ppid=25168 vsize=110348 CPUtime=0 cores=0,2
/proc/25170/task/25175/stat : 25175 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 9 0 340132648 112996352 2588 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25176] ppid=25168 vsize=110348 CPUtime=0 cores=0,2
/proc/25170/task/25176/stat : 25176 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 340132648 112996352 2588 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25177] ppid=25168 vsize=110348 CPUtime=0 cores=0,2
/proc/25170/task/25177/stat : 25177 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 340132648 112996352 2588 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 110348

[startup+1.50048 s]
/proc/loadavg: 4.00 4.17 4.12 5/222 25267
/proc/meminfo: memFree=14769392/32950928 swapFree=67111528/67111528
[pid=25170] ppid=25168 vsize=111808 CPUtime=1.5 cores=0,2
/proc/25170/stat : 25170 (mono) R 25168 25170 24447 0 -1 4202496 3035 0 0 0 149 1 0 0 18 0 9 0 340132648 114491392 2931 33554432000 4194304 7232020 140733583011536 18446744073709551615 1087680629 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/25170/statm: 27952 2931 1023 742 0 20523 0
[pid=25170/tid=25171] ppid=25168 vsize=111808 CPUtime=0 cores=0,2
/proc/25170/task/25171/stat : 25171 (mono) S 25168 25170 24447 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 9 0 340132648 114491392 2931 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25172] ppid=25168 vsize=111808 CPUtime=0 cores=0,2
/proc/25170/task/25172/stat : 25172 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 340132648 114491392 2931 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25173] ppid=25168 vsize=111808 CPUtime=0 cores=0,2
/proc/25170/task/25173/stat : 25173 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 340132648 114491392 2931 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25174] ppid=25168 vsize=111808 CPUtime=0 cores=0,2
/proc/25170/task/25174/stat : 25174 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 340132648 114491392 2931 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25175] ppid=25168 vsize=111808 CPUtime=0 cores=0,2
/proc/25170/task/25175/stat : 25175 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 340132648 114491392 2931 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25176] ppid=25168 vsize=111808 CPUtime=0 cores=0,2
/proc/25170/task/25176/stat : 25176 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 340132648 114491392 2931 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25177] ppid=25168 vsize=111808 CPUtime=0 cores=0,2
/proc/25170/task/25177/stat : 25177 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 340132648 114491392 2931 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25184] ppid=25168 vsize=111808 CPUtime=0 cores=0,2
/proc/25170/task/25184/stat : 25184 (mono) S 25168 25170 24447 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 340132649 114491392 2931 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512515505 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 111808

[startup+3.10112 s]
/proc/loadavg: 4.00 4.17 4.12 5/222 25267
/proc/meminfo: memFree=14757364/32950928 swapFree=67111528/67111528
[pid=25170] ppid=25168 vsize=113668 CPUtime=3.13 cores=0,2
/proc/25170/stat : 25170 (mono) R 25168 25170 24447 0 -1 4202496 3831 0 0 0 311 2 0 0 18 0 9 0 340132648 116396032 3389 33554432000 4194304 7232020 140733583011536 18446744073709551615 1087679918 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 0
/proc/25170/statm: 28417 3389 1023 742 0 20988 0
[pid=25170/tid=25171] ppid=25168 vsize=113668 CPUtime=0.01 cores=0,2
/proc/25170/task/25171/stat : 25171 (mono) S 25168 25170 24447 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 9 0 340132648 116396032 3389 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25172] ppid=25168 vsize=113668 CPUtime=0.01 cores=0,2
/proc/25170/task/25172/stat : 25172 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 340132648 116396032 3389 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25173] ppid=25168 vsize=113668 CPUtime=0.01 cores=0,2
/proc/25170/task/25173/stat : 25173 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 340132648 116396032 3389 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25174] ppid=25168 vsize=113668 CPUtime=0 cores=0,2
/proc/25170/task/25174/stat : 25174 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 340132648 116396032 3389 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25175] ppid=25168 vsize=113668 CPUtime=0.01 cores=0,2
/proc/25170/task/25175/stat : 25175 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 340132648 116396032 3389 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25176] ppid=25168 vsize=113668 CPUtime=0 cores=0,2
/proc/25170/task/25176/stat : 25176 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 340132648 116396032 3389 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25177] ppid=25168 vsize=113668 CPUtime=0.01 cores=0,2
/proc/25170/task/25177/stat : 25177 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 1 0 0 0 16 0 9 0 340132648 116396032 3389 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25184] ppid=25168 vsize=113668 CPUtime=0 cores=0,2
/proc/25170/task/25184/stat : 25184 (mono) S 25168 25170 24447 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 340132649 116396032 3389 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512515505 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 113668

[startup+6.30053 s]
/proc/loadavg: 4.00 4.16 4.12 5/222 25267
/proc/meminfo: memFree=14743696/32950928 swapFree=67111528/67111528
[pid=25170] ppid=25168 vsize=120032 CPUtime=6.35 cores=0,2
/proc/25170/stat : 25170 (mono) R 25168 25170 24447 0 -1 4202496 5294 0 0 0 633 2 0 0 18 0 9 0 340132648 122912768 4302 33554432000 4194304 7232020 140733583011536 18446744073709551615 1087680849 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/25170/statm: 30008 4302 1023 742 0 22579 0
[pid=25170/tid=25171] ppid=25168 vsize=120032 CPUtime=0.02 cores=0,2
/proc/25170/task/25171/stat : 25171 (mono) S 25168 25170 24447 0 -1 4202560 4 0 0 0 2 0 0 0 15 0 9 0 340132648 122912768 4302 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25172] ppid=25168 vsize=120032 CPUtime=0.01 cores=0,2
/proc/25170/task/25172/stat : 25172 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 340132648 122912768 4302 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25173] ppid=25168 vsize=120032 CPUtime=0.02 cores=0,2
/proc/25170/task/25173/stat : 25173 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 2 0 0 0 16 0 9 0 340132648 122912768 4302 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25174] ppid=25168 vsize=120032 CPUtime=0.01 cores=0,2
/proc/25170/task/25174/stat : 25174 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 1 0 0 0 16 0 9 0 340132648 122912768 4302 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25175] ppid=25168 vsize=120032 CPUtime=0.02 cores=0,2
/proc/25170/task/25175/stat : 25175 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 2 0 0 0 16 0 9 0 340132648 122912768 4302 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0

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

/proc/25170/stat : 25170 (mono) R 25168 25170 24447 0 -1 4202496 33833 0 0 0 20547 14 0 0 25 0 9 0 340132648 194850816 21468 33554432000 4194304 7232020 140733583011536 18446744073709551615 1087691938 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/25170/statm: 47571 21468 1035 742 0 40142 0
[pid=25170/tid=25171] ppid=25168 vsize=190284 CPUtime=0.29 cores=0,2
/proc/25170/task/25171/stat : 25171 (mono) S 25168 25170 24447 0 -1 4202560 4 0 0 0 29 0 0 0 16 0 9 0 340132648 194850816 21468 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25172] ppid=25168 vsize=190284 CPUtime=0.26 cores=0,2
/proc/25170/task/25172/stat : 25172 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 26 0 0 0 16 0 9 0 340132648 194850816 21468 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25173] ppid=25168 vsize=190284 CPUtime=0.32 cores=0,2
/proc/25170/task/25173/stat : 25173 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 32 0 0 0 15 0 9 0 340132648 194850816 21468 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25174] ppid=25168 vsize=190284 CPUtime=0.3 cores=0,2
/proc/25170/task/25174/stat : 25174 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 30 0 0 0 16 0 9 0 340132648 194850816 21468 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25175] ppid=25168 vsize=190284 CPUtime=0.31 cores=0,2
/proc/25170/task/25175/stat : 25175 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 31 0 0 0 15 0 9 0 340132648 194850816 21468 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25176] ppid=25168 vsize=190284 CPUtime=0.28 cores=0,2
/proc/25170/task/25176/stat : 25176 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 28 0 0 0 16 0 9 0 340132648 194850816 21468 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25177] ppid=25168 vsize=190284 CPUtime=0.27 cores=0,2
/proc/25170/task/25177/stat : 25177 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 27 0 0 0 16 0 9 0 340132648 194850816 21468 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25184] ppid=25168 vsize=190284 CPUtime=0 cores=0,2
/proc/25170/task/25184/stat : 25184 (mono) S 25168 25170 24447 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 340132649 194850816 21468 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512515505 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 205.61
Current children cumulated vsize (KiB) 190284

[startup+211.101 s]
/proc/loadavg: 4.17 4.15 4.11 5/222 25273
/proc/meminfo: memFree=14485728/32950928 swapFree=67111528/67111528
[pid=25170] ppid=25168 vsize=190412 CPUtime=212.03 cores=0,2
/proc/25170/stat : 25170 (mono) R 25168 25170 24447 0 -1 4202496 34003 0 0 0 21189 14 0 0 19 0 9 0 340132648 194981888 21638 33554432000 4194304 7232020 140733583011536 18446744073709551615 1087680622 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/25170/statm: 47603 21638 1035 742 0 40174 0
[pid=25170/tid=25171] ppid=25168 vsize=190412 CPUtime=0.29 cores=0,2
/proc/25170/task/25171/stat : 25171 (mono) S 25168 25170 24447 0 -1 4202560 4 0 0 0 29 0 0 0 15 0 9 0 340132648 194981888 21638 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25172] ppid=25168 vsize=190412 CPUtime=0.27 cores=0,2
/proc/25170/task/25172/stat : 25172 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 27 0 0 0 16 0 9 0 340132648 194981888 21638 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25173] ppid=25168 vsize=190412 CPUtime=0.33 cores=0,2
/proc/25170/task/25173/stat : 25173 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 33 0 0 0 15 0 9 0 340132648 194981888 21638 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25174] ppid=25168 vsize=190412 CPUtime=0.31 cores=0,2
/proc/25170/task/25174/stat : 25174 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 31 0 0 0 15 0 9 0 340132648 194981888 21638 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25175] ppid=25168 vsize=190412 CPUtime=0.32 cores=0,2
/proc/25170/task/25175/stat : 25175 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 32 0 0 0 16 0 9 0 340132648 194981888 21638 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25176] ppid=25168 vsize=190412 CPUtime=0.28 cores=0,2
/proc/25170/task/25176/stat : 25176 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 28 0 0 0 16 0 9 0 340132648 194981888 21638 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25177] ppid=25168 vsize=190412 CPUtime=0.28 cores=0,2
/proc/25170/task/25177/stat : 25177 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 28 0 0 0 15 0 9 0 340132648 194981888 21638 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25184] ppid=25168 vsize=190412 CPUtime=0 cores=0,2
/proc/25170/task/25184/stat : 25184 (mono) S 25168 25170 24447 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 340132649 194981888 21638 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512515505 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 212.03
Current children cumulated vsize (KiB) 190412

[startup+214.301 s]
/proc/loadavg: 4.17 4.15 4.11 5/222 25273
/proc/meminfo: memFree=14482132/32950928 swapFree=67111528/67111528
[pid=25170] ppid=25168 vsize=190412 CPUtime=215.25 cores=0,2
/proc/25170/stat : 25170 (mono) R 25168 25170 24447 0 -1 4202496 34003 0 0 0 21511 14 0 0 25 0 9 0 340132648 194981888 19548 33554432000 4194304 7232020 140733583011536 18446744073709551615 254500385773 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/25170/statm: 47603 19548 1035 742 0 40174 0
[pid=25170/tid=25171] ppid=25168 vsize=190412 CPUtime=0.3 cores=0,2
/proc/25170/task/25171/stat : 25171 (mono) S 25168 25170 24447 0 -1 4202560 4 0 0 0 30 0 0 0 15 0 9 0 340132648 194981888 19548 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25172] ppid=25168 vsize=190412 CPUtime=0.28 cores=0,2
/proc/25170/task/25172/stat : 25172 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 28 0 0 0 15 0 9 0 340132648 194981888 19548 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25173] ppid=25168 vsize=190412 CPUtime=0.34 cores=0,2
/proc/25170/task/25173/stat : 25173 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 34 0 0 0 15 0 9 0 340132648 194981888 19548 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25174] ppid=25168 vsize=190412 CPUtime=0.31 cores=0,2
/proc/25170/task/25174/stat : 25174 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 31 0 0 0 16 0 9 0 340132648 194981888 19548 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25175] ppid=25168 vsize=190412 CPUtime=0.32 cores=0,2
/proc/25170/task/25175/stat : 25175 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 32 0 0 0 15 0 9 0 340132648 194981888 19548 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25176] ppid=25168 vsize=190412 CPUtime=0.29 cores=0,2
/proc/25170/task/25176/stat : 25176 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 29 0 0 0 16 0 9 0 340132648 194981888 19548 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25177] ppid=25168 vsize=190412 CPUtime=0.28 cores=0,2
/proc/25170/task/25177/stat : 25177 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 28 0 0 0 16 0 9 0 340132648 194981888 19548 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25184] ppid=25168 vsize=190412 CPUtime=0 cores=0,2
/proc/25170/task/25184/stat : 25184 (mono) S 25168 25170 24447 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 340132649 194981888 19548 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512515505 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 215.25
Current children cumulated vsize (KiB) 190412

[startup+215.101 s]
/proc/loadavg: 4.16 4.15 4.11 5/222 25273
/proc/meminfo: memFree=14489448/32950928 swapFree=67111528/67111528
[pid=25170] ppid=25168 vsize=190412 CPUtime=216.05 cores=0,2
/proc/25170/stat : 25170 (mono) R 25168 25170 24447 0 -1 4202496 34003 0 0 0 21591 14 0 0 25 0 9 0 340132648 194981888 19072 33554432000 4194304 7232020 140733583011536 18446744073709551615 1087680629 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/25170/statm: 47603 19072 1035 742 0 40174 0
[pid=25170/tid=25171] ppid=25168 vsize=190412 CPUtime=0.3 cores=0,2
/proc/25170/task/25171/stat : 25171 (mono) S 25168 25170 24447 0 -1 4202560 4 0 0 0 30 0 0 0 15 0 9 0 340132648 194981888 19072 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25172] ppid=25168 vsize=190412 CPUtime=0.28 cores=0,2
/proc/25170/task/25172/stat : 25172 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 28 0 0 0 16 0 9 0 340132648 194981888 19072 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25173] ppid=25168 vsize=190412 CPUtime=0.34 cores=0,2
/proc/25170/task/25173/stat : 25173 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 34 0 0 0 15 0 9 0 340132648 194981888 19072 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25174] ppid=25168 vsize=190412 CPUtime=0.31 cores=0,2
/proc/25170/task/25174/stat : 25174 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 31 0 0 0 16 0 9 0 340132648 194981888 19072 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25175] ppid=25168 vsize=190412 CPUtime=0.32 cores=0,2
/proc/25170/task/25175/stat : 25175 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 32 0 0 0 15 0 9 0 340132648 194981888 19072 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25176] ppid=25168 vsize=190412 CPUtime=0.29 cores=0,2
/proc/25170/task/25176/stat : 25176 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 29 0 0 0 16 0 9 0 340132648 194981888 19072 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25177] ppid=25168 vsize=190412 CPUtime=0.28 cores=0,2
/proc/25170/task/25177/stat : 25177 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 28 0 0 0 16 0 9 0 340132648 194981888 19072 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25184] ppid=25168 vsize=190412 CPUtime=0 cores=0,2
/proc/25170/task/25184/stat : 25184 (mono) S 25168 25170 24447 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 340132649 194981888 19072 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512515505 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 216.05
Current children cumulated vsize (KiB) 190412

[startup+215.501 s]
/proc/loadavg: 4.16 4.15 4.11 5/222 25273
/proc/meminfo: memFree=14490068/32950928 swapFree=67111528/67111528
[pid=25170] ppid=25168 vsize=190412 CPUtime=216.46 cores=0,2
/proc/25170/stat : 25170 (mono) R 25168 25170 24447 0 -1 4202496 34003 0 0 0 21632 14 0 0 25 0 9 0 340132648 194981888 19072 33554432000 4194304 7232020 140733583011536 18446744073709551615 1087680079 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/25170/statm: 47603 19072 1035 742 0 40174 0
[pid=25170/tid=25171] ppid=25168 vsize=190412 CPUtime=0.3 cores=0,2
/proc/25170/task/25171/stat : 25171 (mono) S 25168 25170 24447 0 -1 4202560 4 0 0 0 30 0 0 0 15 0 9 0 340132648 194981888 19072 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25172] ppid=25168 vsize=190412 CPUtime=0.28 cores=0,2
/proc/25170/task/25172/stat : 25172 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 28 0 0 0 16 0 9 0 340132648 194981888 19081 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25173] ppid=25168 vsize=190412 CPUtime=0.34 cores=0,2
/proc/25170/task/25173/stat : 25173 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 34 0 0 0 15 0 9 0 340132648 194981888 19081 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25174] ppid=25168 vsize=190412 CPUtime=0.31 cores=0,2
/proc/25170/task/25174/stat : 25174 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 31 0 0 0 16 0 9 0 340132648 194981888 19081 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25175] ppid=25168 vsize=190412 CPUtime=0.32 cores=0,2
/proc/25170/task/25175/stat : 25175 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 32 0 0 0 15 0 9 0 340132648 194981888 19081 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25176] ppid=25168 vsize=190412 CPUtime=0.29 cores=0,2
/proc/25170/task/25176/stat : 25176 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 29 0 0 0 16 0 9 0 340132648 194981888 19081 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25177] ppid=25168 vsize=190412 CPUtime=0.28 cores=0,2
/proc/25170/task/25177/stat : 25177 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 28 0 0 0 16 0 9 0 340132648 194981888 19081 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25184] ppid=25168 vsize=190412 CPUtime=0 cores=0,2
/proc/25170/task/25184/stat : 25184 (mono) S 25168 25170 24447 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 340132649 194981888 19081 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512515505 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 216.46
Current children cumulated vsize (KiB) 190412

[startup+215.701 s]
/proc/loadavg: 4.16 4.15 4.11 5/222 25273
/proc/meminfo: memFree=14490068/32950928 swapFree=67111528/67111528
[pid=25170] ppid=25168 vsize=190412 CPUtime=216.66 cores=0,2
/proc/25170/stat : 25170 (mono) R 25168 25170 24447 0 -1 4202496 34045 0 0 0 21652 14 0 0 25 0 9 0 340132648 194981888 18863 33554432000 4194304 7232020 140733583011536 18446744073709551615 1087680629 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/25170/statm: 47603 18863 1035 742 0 40174 0
[pid=25170/tid=25171] ppid=25168 vsize=190412 CPUtime=0.3 cores=0,2
/proc/25170/task/25171/stat : 25171 (mono) S 25168 25170 24447 0 -1 4202560 4 0 0 0 30 0 0 0 16 0 9 0 340132648 194981888 18863 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25172] ppid=25168 vsize=190412 CPUtime=0.28 cores=0,2
/proc/25170/task/25172/stat : 25172 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 28 0 0 0 15 0 9 0 340132648 194981888 18863 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25173] ppid=25168 vsize=190412 CPUtime=0.34 cores=0,2
/proc/25170/task/25173/stat : 25173 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 34 0 0 0 15 0 9 0 340132648 194981888 18863 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25174] ppid=25168 vsize=190412 CPUtime=0.31 cores=0,2
/proc/25170/task/25174/stat : 25174 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 31 0 0 0 16 0 9 0 340132648 194981888 18863 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25175] ppid=25168 vsize=190412 CPUtime=0.32 cores=0,2
/proc/25170/task/25175/stat : 25175 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 32 0 0 0 16 0 9 0 340132648 194981888 18863 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25176] ppid=25168 vsize=190412 CPUtime=0.29 cores=0,2
/proc/25170/task/25176/stat : 25176 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 29 0 0 0 16 0 9 0 340132648 194981888 18863 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25177] ppid=25168 vsize=190412 CPUtime=0.28 cores=0,2
/proc/25170/task/25177/stat : 25177 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 28 0 0 0 16 0 9 0 340132648 194981888 18863 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25184] ppid=25168 vsize=190412 CPUtime=0 cores=0,2
/proc/25170/task/25184/stat : 25184 (mono) S 25168 25170 24447 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 340132649 194981888 18863 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512515505 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 216.66
Current children cumulated vsize (KiB) 190412

[startup+215.801 s]
/proc/loadavg: 4.16 4.15 4.11 5/222 25273
/proc/meminfo: memFree=14490068/32950928 swapFree=67111528/67111528
[pid=25170] ppid=25168 vsize=190412 CPUtime=216.76 cores=0,2
/proc/25170/stat : 25170 (mono) R 25168 25170 24447 0 -1 4202496 34045 0 0 0 21662 14 0 0 25 0 9 0 340132648 194981888 18863 33554432000 4194304 7232020 140733583011536 18446744073709551615 1087680622 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/25170/statm: 47603 18863 1035 742 0 40174 0
[pid=25170/tid=25171] ppid=25168 vsize=190412 CPUtime=0.3 cores=0,2
/proc/25170/task/25171/stat : 25171 (mono) S 25168 25170 24447 0 -1 4202560 4 0 0 0 30 0 0 0 16 0 9 0 340132648 194981888 18863 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25172] ppid=25168 vsize=190412 CPUtime=0.28 cores=0,2
/proc/25170/task/25172/stat : 25172 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 28 0 0 0 15 0 9 0 340132648 194981888 18863 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25173] ppid=25168 vsize=190412 CPUtime=0.34 cores=0,2
/proc/25170/task/25173/stat : 25173 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 34 0 0 0 15 0 9 0 340132648 194981888 18863 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25174] ppid=25168 vsize=190412 CPUtime=0.31 cores=0,2
/proc/25170/task/25174/stat : 25174 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 31 0 0 0 16 0 9 0 340132648 194981888 18863 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25175] ppid=25168 vsize=190412 CPUtime=0.32 cores=0,2
/proc/25170/task/25175/stat : 25175 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 32 0 0 0 16 0 9 0 340132648 194981888 18863 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
[pid=25170/tid=25176] ppid=25168 vsize=190412 CPUtime=0.29 cores=0,2
/proc/25170/task/25176/stat : 25176 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 29 0 0 0 16 0 9 0 340132648 194981888 18863 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25177] ppid=25168 vsize=190412 CPUtime=0.28 cores=0,2
/proc/25170/task/25177/stat : 25177 (mono) S 25168 25170 24447 0 -1 4202560 2 0 0 0 28 0 0 0 16 0 9 0 340132648 194981888 18863 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512507801 0 0 4096 545260780 18446604453563139904 0 0 -1 2 0 0 0
[pid=25170/tid=25184] ppid=25168 vsize=190412 CPUtime=0 cores=0,2
/proc/25170/task/25184/stat : 25184 (mono) S 25168 25170 24447 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 340132649 194981888 18863 33554432000 4194304 7232020 140733583011536 18446744073709551615 254512515505 0 0 4096 545260780 18446604453563139904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 216.76
Current children cumulated vsize (KiB) 190412

Child status: 0
Real time (s): 215.9
CPU time (s): 216.868
CPU user time (s): 216.716
CPU system time (s): 0.151976
CPU usage (%): 100.449
Max. virtual memory (cumulated for all children) (KiB): 190412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 216.716
system time used= 0.151976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34174
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23494
involuntary context switches= 5657

runsolver used 0.369943 second user time and 0.816875 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-08 19:56:00
IDJOB=3189397
IDBENCH=82928
IDSOLVER=1608
FILE ID=node149/3189397-1302285360
RUNJOBID= node149-1302280151-24465
PBS_JOBID= 12919062
Free space on /tmp= 72108 MiB

SOLVER NAME= Sol 2011-04-04
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S1794283924-053.SATISFIABLE.cnf
COMMAND LINE= mono Main.exe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3189397-1302285360/watcher-3189397-1302285360 -o /tmp/evaluation-result-3189397-1302285360/solver-3189397-1302285360 -C 2400 -W 1300 -M 7680  mono Main.exe HOME/instance-3189397-1302285360.cnf

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

MD5SUM BENCH= e6534afa60eb38f9c39ca12382cdd578
RANDOM SEED=1889243437

node149.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.806
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.61
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.806
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.83
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.806
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.83
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.806
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.73
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.806
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.82
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.806
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.75
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.806
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.82
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.806
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:     32950928 kB
MemFree:      14794812 kB
Buffers:        509200 kB
Cached:       17188864 kB
SwapCached:          0 kB
Active:        9099948 kB
Inactive:      8665728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14794812 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:              64 kB
Writeback:           0 kB
AnonPages:       68408 kB
Mapped:          15084 kB
Slab:           325656 kB
PageTables:       5176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   255180 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= 72108 MiB
End job on node149 at 2011-04-08 19:59:36