Trace number 3189419

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 905.147 901.717

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S1060672754-058.SATISFIABLE.cnf
MD5SUM74ebf62a9b67d118d692e671bdb08f4e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.011998
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

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

running on 2 cores: 4,6

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.06 4.03 4.06 4/202 28607
/proc/meminfo: memFree=13494540/32950928 swapFree=67111528/67111528
[pid=28607] ppid=28605 vsize=102404 CPUtime=0 cores=4,6
/proc/28607/stat : 28607 (mono) S 28605 28607 27807 0 -1 4202496 699 0 0 0 0 0 0 0 25 0 8 0 418794051 104861696 605 33554432000 4194304 7232020 140734060034608 18446744073709551615 218880585286 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/28607/statm: 25601 605 474 742 0 18172 0
[pid=28607/tid=28608] ppid=28605 vsize=102404 CPUtime=0 cores=4,6
/proc/28607/task/28608/stat : 28608 (mono) S 28605 28607 27807 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 8 0 418794052 104861696 605 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
[pid=28607/tid=28609] ppid=28605 vsize=102404 CPUtime=0 cores=4,6
/proc/28607/task/28609/stat : 28609 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 8 0 418794052 104861696 605 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
[pid=28607/tid=28610] ppid=28605 vsize=102404 CPUtime=0 cores=4,6
/proc/28607/task/28610/stat : 28610 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 8 0 418794052 104861696 605 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
[pid=28607/tid=28611] ppid=28605 vsize=102404 CPUtime=0 cores=4,6
/proc/28607/task/28611/stat : 28611 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 8 0 418794052 104861696 605 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
[pid=28607/tid=28612] ppid=28605 vsize=102404 CPUtime=0 cores=4,6
/proc/28607/task/28612/stat : 28612 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 8 0 418794052 104861696 605 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
[pid=28607/tid=28613] ppid=28605 vsize=102404 CPUtime=0 cores=4,6
/proc/28607/task/28613/stat : 28613 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 8 0 418794052 104861696 605 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
[pid=28607/tid=28614] ppid=28605 vsize=102404 CPUtime=0 cores=4,6
/proc/28607/task/28614/stat : 28614 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 8 0 418794052 104861696 605 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0

[startup+0.0397239 s]
/proc/loadavg: 4.06 4.03 4.06 4/202 28607
/proc/meminfo: memFree=13494540/32950928 swapFree=67111528/67111528
[pid=28607] ppid=28605 vsize=107132 CPUtime=0.03 cores=4,6
/proc/28607/stat : 28607 (mono) R 28605 28607 27807 0 -1 4202496 1866 0 0 0 3 0 0 0 19 0 9 0 418794051 109703168 1765 33554432000 4194304 7232020 140734060034608 18446744073709551615 218880225989 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/28607/statm: 26783 1765 996 742 0 19354 0
[pid=28607/tid=28608] ppid=28605 vsize=107132 CPUtime=0 cores=4,6
/proc/28607/task/28608/stat : 28608 (mono) R 28605 28607 27807 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 9 0 418794052 109703168 1765 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 0 0 0 -1 4 0 0 0
[pid=28607/tid=28609] ppid=28605 vsize=107132 CPUtime=0 cores=4,6
/proc/28607/task/28609/stat : 28609 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 418794052 109703168 1765 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
[pid=28607/tid=28610] ppid=28605 vsize=107132 CPUtime=0 cores=4,6
/proc/28607/task/28610/stat : 28610 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 418794052 109703168 1765 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
[pid=28607/tid=28611] ppid=28605 vsize=107132 CPUtime=0 cores=4,6
/proc/28607/task/28611/stat : 28611 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 418794052 109703168 1765 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
[pid=28607/tid=28612] ppid=28605 vsize=107584 CPUtime=0 cores=4,6
/proc/28607/task/28612/stat : 28612 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 418794052 110166016 1778 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
[pid=28607/tid=28613] ppid=28605 vsize=107584 CPUtime=0 cores=4,6
/proc/28607/task/28613/stat : 28613 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 418794052 110166016 1793 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
[pid=28607/tid=28614] ppid=28605 vsize=107584 CPUtime=0 cores=4,6
/proc/28607/task/28614/stat : 28614 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 418794052 110166016 1809 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 107132

[startup+0.100708 s]
/proc/loadavg: 4.06 4.03 4.06 4/202 28607
/proc/meminfo: memFree=13494540/32950928 swapFree=67111528/67111528
[pid=28607] ppid=28605 vsize=108452 CPUtime=0.09 cores=4,6
/proc/28607/stat : 28607 (mono) R 28605 28607 27807 0 -1 4202496 2219 0 0 0 9 0 0 0 18 0 9 0 418794051 111054848 2118 33554432000 4194304 7232020 140734060034608 18446744073709551615 1103578442 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/28607/statm: 27113 2118 1024 742 0 19684 0
[pid=28607/tid=28608] ppid=28605 vsize=108452 CPUtime=0 cores=4,6
/proc/28607/task/28608/stat : 28608 (mono) S 28605 28607 27807 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 9 0 418794052 111054848 2118 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28609] ppid=28605 vsize=108452 CPUtime=0 cores=4,6
/proc/28607/task/28609/stat : 28609 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 418794052 111054848 2118 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28610] ppid=28605 vsize=108452 CPUtime=0 cores=4,6
/proc/28607/task/28610/stat : 28610 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 418794052 111054848 2118 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28611] ppid=28605 vsize=108452 CPUtime=0 cores=4,6
/proc/28607/task/28611/stat : 28611 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 418794052 111054848 2118 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28612] ppid=28605 vsize=108452 CPUtime=0 cores=4,6
/proc/28607/task/28612/stat : 28612 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 418794052 111054848 2118 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28613] ppid=28605 vsize=108452 CPUtime=0 cores=4,6
/proc/28607/task/28613/stat : 28613 (mono) R 28605 28607 27807 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 418794052 111054848 2118 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 0 0 0 -1 4 0 0 0
[pid=28607/tid=28614] ppid=28605 vsize=108452 CPUtime=0 cores=4,6
/proc/28607/task/28614/stat : 28614 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 418794052 111054848 2118 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 108452

[startup+0.300662 s]
/proc/loadavg: 4.06 4.03 4.06 4/202 28607
/proc/meminfo: memFree=13494540/32950928 swapFree=67111528/67111528
[pid=28607] ppid=28605 vsize=109300 CPUtime=0.29 cores=4,6
/proc/28607/stat : 28607 (mono) R 28605 28607 27807 0 -1 4202496 2420 0 0 0 29 0 0 0 18 0 9 0 418794051 111923200 2319 33554432000 4194304 7232020 140734060034608 18446744073709551615 1103581301 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/28607/statm: 27325 2319 1024 742 0 19896 0
[pid=28607/tid=28608] ppid=28605 vsize=109300 CPUtime=0 cores=4,6
/proc/28607/task/28608/stat : 28608 (mono) S 28605 28607 27807 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 9 0 418794052 111923200 2319 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28609] ppid=28605 vsize=109300 CPUtime=0 cores=4,6
/proc/28607/task/28609/stat : 28609 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 9 0 418794052 111923200 2319 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28610] ppid=28605 vsize=109300 CPUtime=0 cores=4,6
/proc/28607/task/28610/stat : 28610 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 418794052 111923200 2319 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28611] ppid=28605 vsize=109300 CPUtime=0 cores=4,6
/proc/28607/task/28611/stat : 28611 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 9 0 418794052 111923200 2319 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28612] ppid=28605 vsize=109300 CPUtime=0 cores=4,6
/proc/28607/task/28612/stat : 28612 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 9 0 418794052 111923200 2319 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28613] ppid=28605 vsize=109300 CPUtime=0 cores=4,6
/proc/28607/task/28613/stat : 28613 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 9 0 418794052 111923200 2319 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28614] ppid=28605 vsize=109300 CPUtime=0 cores=4,6
/proc/28607/task/28614/stat : 28614 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 9 0 418794052 111923200 2319 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 109300

[startup+0.700596 s]
/proc/loadavg: 4.06 4.03 4.06 4/202 28607
/proc/meminfo: memFree=13494540/32950928 swapFree=67111528/67111528
[pid=28607] ppid=28605 vsize=111744 CPUtime=0.69 cores=4,6
/proc/28607/stat : 28607 (mono) R 28605 28607 27807 0 -1 4202496 2781 0 0 0 69 0 0 0 18 0 9 0 418794051 114425856 2670 33554432000 4194304 7232020 140734060034608 18446744073709551615 1103581301 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/28607/statm: 27936 2670 1024 742 0 20507 0
[pid=28607/tid=28608] ppid=28605 vsize=111744 CPUtime=0 cores=4,6
/proc/28607/task/28608/stat : 28608 (mono) S 28605 28607 27807 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 9 0 418794052 114425856 2670 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28609] ppid=28605 vsize=111744 CPUtime=0 cores=4,6
/proc/28607/task/28609/stat : 28609 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 9 0 418794052 114425856 2670 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28610] ppid=28605 vsize=111744 CPUtime=0 cores=4,6
/proc/28607/task/28610/stat : 28610 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 418794052 114425856 2670 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
[pid=28607/tid=28611] ppid=28605 vsize=111744 CPUtime=0 cores=4,6
/proc/28607/task/28611/stat : 28611 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 9 0 418794052 114425856 2670 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28612] ppid=28605 vsize=111744 CPUtime=0 cores=4,6
/proc/28607/task/28612/stat : 28612 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 9 0 418794052 114425856 2670 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28613] ppid=28605 vsize=111744 CPUtime=0 cores=4,6
/proc/28607/task/28613/stat : 28613 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 9 0 418794052 114425856 2670 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28614] ppid=28605 vsize=111744 CPUtime=0 cores=4,6
/proc/28607/task/28614/stat : 28614 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 418794052 114425856 2670 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 111744

[startup+1.50044 s]
/proc/loadavg: 4.22 4.06 4.07 11/222 28630
/proc/meminfo: memFree=13471224/32950928 swapFree=67111528/67111528
[pid=28607] ppid=28605 vsize=113684 CPUtime=1.5 cores=4,6
/proc/28607/stat : 28607 (mono) R 28605 28607 27807 0 -1 4202496 3359 0 0 0 150 0 0 0 18 0 9 0 418794051 116412416 3194 33554432000 4194304 7232020 140734060034608 18446744073709551615 1103581464 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/28607/statm: 28421 3194 1024 742 0 20992 0
[pid=28607/tid=28608] ppid=28605 vsize=113684 CPUtime=0 cores=4,6
/proc/28607/task/28608/stat : 28608 (mono) S 28605 28607 27807 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 9 0 418794052 116412416 3194 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
[pid=28607/tid=28609] ppid=28605 vsize=113684 CPUtime=0 cores=4,6
/proc/28607/task/28609/stat : 28609 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 418794052 116412416 3194 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
[pid=28607/tid=28610] ppid=28605 vsize=113684 CPUtime=0.01 cores=4,6
/proc/28607/task/28610/stat : 28610 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 418794052 116412416 3194 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28611] ppid=28605 vsize=113684 CPUtime=0 cores=4,6
/proc/28607/task/28611/stat : 28611 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 418794052 116412416 3194 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
[pid=28607/tid=28612] ppid=28605 vsize=113684 CPUtime=0 cores=4,6
/proc/28607/task/28612/stat : 28612 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 418794052 116412416 3194 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
[pid=28607/tid=28613] ppid=28605 vsize=113684 CPUtime=0 cores=4,6
/proc/28607/task/28613/stat : 28613 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 418794052 116412416 3194 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
[pid=28607/tid=28614] ppid=28605 vsize=113684 CPUtime=0 cores=4,6
/proc/28607/task/28614/stat : 28614 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 418794052 116412416 3194 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
[pid=28607/tid=28628] ppid=28605 vsize=113684 CPUtime=0 cores=4,6
/proc/28607/task/28628/stat : 28628 (mono) S 28605 28607 27807 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 418794052 116412416 3194 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892388785 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 113684

[startup+3.10118 s]
/proc/loadavg: 4.22 4.06 4.07 5/222 28630
/proc/meminfo: memFree=13461056/32950928 swapFree=67111528/67111528
[pid=28607] ppid=28605 vsize=116204 CPUtime=3.13 cores=4,6
/proc/28607/stat : 28607 (mono) R 28605 28607 27807 0 -1 4202496 4016 0 0 0 312 1 0 0 18 0 9 0 418794051 118992896 3542 33554432000 4194304 7232020 140734060034608 18446744073709551615 1103580471 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/28607/statm: 29051 3542 1024 742 0 21622 0
[pid=28607/tid=28608] ppid=28605 vsize=116204 CPUtime=0 cores=4,6
/proc/28607/task/28608/stat : 28608 (mono) S 28605 28607 27807 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 9 0 418794052 118992896 3542 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
[pid=28607/tid=28609] ppid=28605 vsize=116204 CPUtime=0 cores=4,6
/proc/28607/task/28609/stat : 28609 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 418794052 118992896 3542 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
[pid=28607/tid=28610] ppid=28605 vsize=116204 CPUtime=0.02 cores=4,6
/proc/28607/task/28610/stat : 28610 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 418794052 118992896 3542 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
[pid=28607/tid=28611] ppid=28605 vsize=116204 CPUtime=0.01 cores=4,6
/proc/28607/task/28611/stat : 28611 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 1 0 0 0 16 0 9 0 418794052 118992896 3542 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
[pid=28607/tid=28612] ppid=28605 vsize=116204 CPUtime=0 cores=4,6
/proc/28607/task/28612/stat : 28612 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 418794052 118992896 3542 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28613] ppid=28605 vsize=116204 CPUtime=0.01 cores=4,6
/proc/28607/task/28613/stat : 28613 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 418794052 118992896 3542 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28614] ppid=28605 vsize=116204 CPUtime=0 cores=4,6
/proc/28607/task/28614/stat : 28614 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 418794052 118992896 3542 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28628] ppid=28605 vsize=116204 CPUtime=0 cores=4,6
/proc/28607/task/28628/stat : 28628 (mono) S 28605 28607 27807 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 418794052 118992896 3542 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892388785 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 116204

[startup+6.30056 s]
/proc/loadavg: 4.20 4.06 4.07 5/222 28630
/proc/meminfo: memFree=13447912/32950928 swapFree=67111528/67111528
[pid=28607] ppid=28605 vsize=120172 CPUtime=6.36 cores=4,6
/proc/28607/stat : 28607 (mono) R 28605 28607 27807 0 -1 4202496 5492 0 0 0 635 1 0 0 18 0 9 0 418794051 123056128 4407 33554432000 4194304 7232020 140734060034608 18446744073709551615 1103581301 0 0 4096 545260780 18446744073709551615 0 0 17 6 0 0 0
/proc/28607/statm: 30043 4407 1024 742 0 22614 0
[pid=28607/tid=28608] ppid=28605 vsize=120172 CPUtime=0.02 cores=4,6
/proc/28607/task/28608/stat : 28608 (mono) S 28605 28607 27807 0 -1 4202560 4 0 0 0 2 0 0 0 15 0 9 0 418794052 123056128 4407 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
[pid=28607/tid=28609] ppid=28605 vsize=120172 CPUtime=0.02 cores=4,6
/proc/28607/task/28609/stat : 28609 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 418794052 123056128 4407 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
[pid=28607/tid=28610] ppid=28605 vsize=120172 CPUtime=0.03 cores=4,6
/proc/28607/task/28610/stat : 28610 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 418794052 123056128 4407 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
[pid=28607/tid=28611] ppid=28605 vsize=120172 CPUtime=0.02 cores=4,6
/proc/28607/task/28611/stat : 28611 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 2 0 0 0 16 0 9 0 418794052 123056128 4407 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28612] ppid=28605 vsize=120172 CPUtime=0.02 cores=4,6
/proc/28607/task/28612/stat : 28612 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 418794052 123056128 4407 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0

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

/proc/28607/stat : 28607 (mono) R 28605 28607 27807 0 -1 4202496 95708 0 0 0 88625 21 0 0 25 0 9 0 418794051 306057216 37304 33554432000 4194304 7232020 140734060034608 18446744073709551615 1103580614 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/28607/statm: 74721 37304 1036 742 0 67292 0
[pid=28607/tid=28608] ppid=28605 vsize=298884 CPUtime=0.97 cores=4,6
/proc/28607/task/28608/stat : 28608 (mono) S 28605 28607 27807 0 -1 4202560 4 0 0 0 97 0 0 0 15 0 9 0 418794052 306057216 37304 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28609] ppid=28605 vsize=298884 CPUtime=1 cores=4,6
/proc/28607/task/28609/stat : 28609 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 100 0 0 0 16 0 9 0 418794052 306057216 37304 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28610] ppid=28605 vsize=298884 CPUtime=1 cores=4,6
/proc/28607/task/28610/stat : 28610 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 100 0 0 0 15 0 9 0 418794052 306057216 37304 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
[pid=28607/tid=28611] ppid=28605 vsize=298884 CPUtime=1.02 cores=4,6
/proc/28607/task/28611/stat : 28611 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 102 0 0 0 16 0 9 0 418794052 306057216 37304 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28612] ppid=28605 vsize=298884 CPUtime=0.97 cores=4,6
/proc/28607/task/28612/stat : 28612 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 97 0 0 0 15 0 9 0 418794052 306057216 37304 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
[pid=28607/tid=28613] ppid=28605 vsize=298884 CPUtime=1 cores=4,6
/proc/28607/task/28613/stat : 28613 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 100 0 0 0 15 0 9 0 418794052 306057216 37304 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
[pid=28607/tid=28614] ppid=28605 vsize=298884 CPUtime=1.04 cores=4,6
/proc/28607/task/28614/stat : 28614 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 104 0 0 0 15 0 9 0 418794052 306057216 37304 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
[pid=28607/tid=28628] ppid=28605 vsize=298884 CPUtime=0 cores=4,6
/proc/28607/task/28628/stat : 28628 (mono) S 28605 28607 27807 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 418794052 306057216 37304 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892388785 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 886.46
Current children cumulated vsize (KiB) 298884

[startup+889.501 s]
/proc/loadavg: 4.01 4.08 4.08 5/222 28663
/proc/meminfo: memFree=13010008/32950928 swapFree=67111528/67111528
[pid=28607] ppid=28605 vsize=298884 CPUtime=892.91 cores=4,6
/proc/28607/stat : 28607 (mono) R 28605 28607 27807 0 -1 4202496 96390 0 0 0 89269 22 0 0 18 0 9 0 418794051 306057216 37425 33554432000 4194304 7232020 140734060034608 18446744073709551615 1103581248 0 0 4096 545260780 18446744073709551615 0 0 17 6 0 0 0
/proc/28607/statm: 74721 37425 1036 742 0 67292 0
[pid=28607/tid=28608] ppid=28605 vsize=298884 CPUtime=0.99 cores=4,6
/proc/28607/task/28608/stat : 28608 (mono) S 28605 28607 27807 0 -1 4202560 4 0 0 0 99 0 0 0 16 0 9 0 418794052 306057216 37425 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28609] ppid=28605 vsize=298884 CPUtime=1.01 cores=4,6
/proc/28607/task/28609/stat : 28609 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 101 0 0 0 16 0 9 0 418794052 306057216 37425 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
[pid=28607/tid=28610] ppid=28605 vsize=298884 CPUtime=1.01 cores=4,6
/proc/28607/task/28610/stat : 28610 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 101 0 0 0 16 0 9 0 418794052 306057216 37425 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
[pid=28607/tid=28611] ppid=28605 vsize=298884 CPUtime=1.02 cores=4,6
/proc/28607/task/28611/stat : 28611 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 102 0 0 0 15 0 9 0 418794052 306057216 37425 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28612] ppid=28605 vsize=298884 CPUtime=0.98 cores=4,6
/proc/28607/task/28612/stat : 28612 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 98 0 0 0 16 0 9 0 418794052 306057216 37425 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
[pid=28607/tid=28613] ppid=28605 vsize=298884 CPUtime=1.01 cores=4,6
/proc/28607/task/28613/stat : 28613 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 101 0 0 0 15 0 9 0 418794052 306057216 37425 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28614] ppid=28605 vsize=298884 CPUtime=1.04 cores=4,6
/proc/28607/task/28614/stat : 28614 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 104 0 0 0 15 0 9 0 418794052 306057216 37425 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28628] ppid=28605 vsize=298884 CPUtime=0 cores=4,6
/proc/28607/task/28628/stat : 28628 (mono) S 28605 28607 27807 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 418794052 306057216 37425 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892388785 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 892.91
Current children cumulated vsize (KiB) 298884

[startup+895.901 s]
/proc/loadavg: 4.01 4.08 4.08 5/222 28663
/proc/meminfo: memFree=13001068/32950928 swapFree=67111528/67111528
[pid=28607] ppid=28605 vsize=298884 CPUtime=899.33 cores=4,6
/proc/28607/stat : 28607 (mono) R 28605 28607 27807 0 -1 4202496 97044 0 0 0 89911 22 0 0 25 0 9 0 418794051 306057216 34825 33554432000 4194304 7232020 140734060034608 18446744073709551615 1103581442 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/28607/statm: 74721 34825 1036 742 0 67292 0
[pid=28607/tid=28608] ppid=28605 vsize=298884 CPUtime=0.99 cores=4,6
/proc/28607/task/28608/stat : 28608 (mono) S 28605 28607 27807 0 -1 4202560 4 0 0 0 99 0 0 0 15 0 9 0 418794052 306057216 34825 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28609] ppid=28605 vsize=298884 CPUtime=1.01 cores=4,6
/proc/28607/task/28609/stat : 28609 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 101 0 0 0 15 0 9 0 418794052 306057216 34825 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
[pid=28607/tid=28610] ppid=28605 vsize=298884 CPUtime=1.03 cores=4,6
/proc/28607/task/28610/stat : 28610 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 103 0 0 0 16 0 9 0 418794052 306057216 34825 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28611] ppid=28605 vsize=298884 CPUtime=1.04 cores=4,6
/proc/28607/task/28611/stat : 28611 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 104 0 0 0 15 0 9 0 418794052 306057216 34825 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28612] ppid=28605 vsize=298884 CPUtime=0.98 cores=4,6
/proc/28607/task/28612/stat : 28612 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 98 0 0 0 15 0 9 0 418794052 306057216 34825 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28613] ppid=28605 vsize=298884 CPUtime=1.03 cores=4,6
/proc/28607/task/28613/stat : 28613 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 103 0 0 0 16 0 9 0 418794052 306057216 34825 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
[pid=28607/tid=28614] ppid=28605 vsize=298884 CPUtime=1.05 cores=4,6
/proc/28607/task/28614/stat : 28614 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 105 0 0 0 16 0 9 0 418794052 306057216 34825 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
[pid=28607/tid=28628] ppid=28605 vsize=298884 CPUtime=0 cores=4,6
/proc/28607/task/28628/stat : 28628 (mono) S 28605 28607 27807 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 418794052 306057216 34825 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892388785 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 899.33
Current children cumulated vsize (KiB) 298884

[startup+899.101 s]
/proc/loadavg: 4.01 4.08 4.08 5/222 28663
/proc/meminfo: memFree=12996976/32950928 swapFree=67111528/67111528
[pid=28607] ppid=28605 vsize=298884 CPUtime=902.54 cores=4,6
/proc/28607/stat : 28607 (mono) R 28605 28607 27807 0 -1 4202496 98125 0 0 0 90232 22 0 0 25 0 9 0 418794051 306057216 35906 33554432000 4194304 7232020 140734060034608 18446744073709551615 1103580614 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/28607/statm: 74721 35906 1036 742 0 67292 0
[pid=28607/tid=28608] ppid=28605 vsize=298884 CPUtime=0.99 cores=4,6
/proc/28607/task/28608/stat : 28608 (mono) S 28605 28607 27807 0 -1 4202560 4 0 0 0 99 0 0 0 16 0 9 0 418794052 306057216 35906 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28609] ppid=28605 vsize=298884 CPUtime=1.01 cores=4,6
/proc/28607/task/28609/stat : 28609 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 101 0 0 0 15 0 9 0 418794052 306057216 35906 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28610] ppid=28605 vsize=298884 CPUtime=1.03 cores=4,6
/proc/28607/task/28610/stat : 28610 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 103 0 0 0 15 0 9 0 418794052 306057216 35906 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28611] ppid=28605 vsize=298884 CPUtime=1.04 cores=4,6
/proc/28607/task/28611/stat : 28611 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 104 0 0 0 15 0 9 0 418794052 306057216 35906 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28612] ppid=28605 vsize=298884 CPUtime=0.98 cores=4,6
/proc/28607/task/28612/stat : 28612 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 98 0 0 0 15 0 9 0 418794052 306057216 35906 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28613] ppid=28605 vsize=298884 CPUtime=1.03 cores=4,6
/proc/28607/task/28613/stat : 28613 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 103 0 0 0 16 0 9 0 418794052 306057216 35906 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
[pid=28607/tid=28614] ppid=28605 vsize=298884 CPUtime=1.05 cores=4,6
/proc/28607/task/28614/stat : 28614 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 105 0 0 0 16 0 9 0 418794052 306057216 35906 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
[pid=28607/tid=28628] ppid=28605 vsize=298884 CPUtime=0 cores=4,6
/proc/28607/task/28628/stat : 28628 (mono) S 28605 28607 27807 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 418794052 306057216 35906 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892388785 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 902.54
Current children cumulated vsize (KiB) 298884

[startup+900.701 s]
/proc/loadavg: 4.01 4.08 4.08 5/222 28663
/proc/meminfo: memFree=12994992/32950928 swapFree=67111528/67111528
[pid=28607] ppid=28605 vsize=298884 CPUtime=904.14 cores=4,6
/proc/28607/stat : 28607 (mono) R 28605 28607 27807 0 -1 4202496 98125 0 0 0 90392 22 0 0 25 0 9 0 418794051 306057216 35906 33554432000 4194304 7232020 140734060034608 18446744073709551615 1103581225 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/28607/statm: 74721 35906 1036 742 0 67292 0
[pid=28607/tid=28608] ppid=28605 vsize=298884 CPUtime=0.99 cores=4,6
/proc/28607/task/28608/stat : 28608 (mono) S 28605 28607 27807 0 -1 4202560 4 0 0 0 99 0 0 0 16 0 9 0 418794052 306057216 35906 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28609] ppid=28605 vsize=298884 CPUtime=1.01 cores=4,6
/proc/28607/task/28609/stat : 28609 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 101 0 0 0 15 0 9 0 418794052 306057216 35906 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28610] ppid=28605 vsize=298884 CPUtime=1.03 cores=4,6
/proc/28607/task/28610/stat : 28610 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 103 0 0 0 15 0 9 0 418794052 306057216 35906 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28611] ppid=28605 vsize=298884 CPUtime=1.04 cores=4,6
/proc/28607/task/28611/stat : 28611 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 104 0 0 0 15 0 9 0 418794052 306057216 35906 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28612] ppid=28605 vsize=298884 CPUtime=0.98 cores=4,6
/proc/28607/task/28612/stat : 28612 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 98 0 0 0 15 0 9 0 418794052 306057216 35906 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28613] ppid=28605 vsize=298884 CPUtime=1.03 cores=4,6
/proc/28607/task/28613/stat : 28613 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 103 0 0 0 16 0 9 0 418794052 306057216 35906 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
[pid=28607/tid=28614] ppid=28605 vsize=298884 CPUtime=1.05 cores=4,6
/proc/28607/task/28614/stat : 28614 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 105 0 0 0 16 0 9 0 418794052 306057216 35906 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
[pid=28607/tid=28628] ppid=28605 vsize=298884 CPUtime=0 cores=4,6
/proc/28607/task/28628/stat : 28628 (mono) S 28605 28607 27807 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 418794052 306057216 35906 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892388785 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 904.14
Current children cumulated vsize (KiB) 298884

[startup+901.501 s]
/proc/loadavg: 4.01 4.08 4.08 5/222 28663
/proc/meminfo: memFree=12994616/32950928 swapFree=67111528/67111528
[pid=28607] ppid=28605 vsize=298884 CPUtime=904.94 cores=4,6
/proc/28607/stat : 28607 (mono) R 28605 28607 27807 0 -1 4202496 98125 0 0 0 90472 22 0 0 25 0 9 0 418794051 306057216 35906 33554432000 4194304 7232020 140734060034608 18446744073709551615 1103580634 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/28607/statm: 74721 35906 1036 742 0 67292 0
[pid=28607/tid=28608] ppid=28605 vsize=298884 CPUtime=0.99 cores=4,6
/proc/28607/task/28608/stat : 28608 (mono) S 28605 28607 27807 0 -1 4202560 4 0 0 0 99 0 0 0 16 0 9 0 418794052 306057216 35906 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28609] ppid=28605 vsize=298884 CPUtime=1.01 cores=4,6
/proc/28607/task/28609/stat : 28609 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 101 0 0 0 15 0 9 0 418794052 306057216 35906 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28610] ppid=28605 vsize=298884 CPUtime=1.03 cores=4,6
/proc/28607/task/28610/stat : 28610 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 103 0 0 0 15 0 9 0 418794052 306057216 35906 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28611] ppid=28605 vsize=298884 CPUtime=1.04 cores=4,6
/proc/28607/task/28611/stat : 28611 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 104 0 0 0 15 0 9 0 418794052 306057216 35906 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28612] ppid=28605 vsize=298884 CPUtime=0.98 cores=4,6
/proc/28607/task/28612/stat : 28612 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 98 0 0 0 15 0 9 0 418794052 306057216 35906 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28613] ppid=28605 vsize=298884 CPUtime=1.03 cores=4,6
/proc/28607/task/28613/stat : 28613 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 103 0 0 0 16 0 9 0 418794052 306057216 35906 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
[pid=28607/tid=28614] ppid=28605 vsize=298884 CPUtime=1.05 cores=4,6
/proc/28607/task/28614/stat : 28614 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 105 0 0 0 16 0 9 0 418794052 306057216 35906 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
[pid=28607/tid=28628] ppid=28605 vsize=298884 CPUtime=0 cores=4,6
/proc/28607/task/28628/stat : 28628 (mono) S 28605 28607 27807 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 418794052 306057216 35906 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892388785 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 904.94
Current children cumulated vsize (KiB) 298884

[startup+901.701 s]
/proc/loadavg: 4.01 4.08 4.08 5/222 28663
/proc/meminfo: memFree=12994616/32950928 swapFree=67111528/67111528
[pid=28607] ppid=28605 vsize=298956 CPUtime=905.13 cores=4,6
/proc/28607/stat : 28607 (mono) D 28605 28607 27807 0 -1 4202496 98211 0 0 0 90491 22 0 0 18 0 9 0 418794051 306130944 35991 33554432000 4194304 7232020 140734060034608 18446744073709551615 218880608391 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/28607/statm: 74739 35991 1084 742 0 67310 0
[pid=28607/tid=28608] ppid=28605 vsize=298956 CPUtime=0.99 cores=4,6
/proc/28607/task/28608/stat : 28608 (mono) S 28605 28607 27807 0 -1 4202560 4 0 0 0 99 0 0 0 15 0 9 0 418794052 306130944 35991 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28609] ppid=28605 vsize=298956 CPUtime=1.01 cores=4,6
/proc/28607/task/28609/stat : 28609 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 101 0 0 0 15 0 9 0 418794052 306130944 35991 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28610] ppid=28605 vsize=298956 CPUtime=1.03 cores=4,6
/proc/28607/task/28610/stat : 28610 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 103 0 0 0 15 0 9 0 418794052 306130944 35991 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28611] ppid=28605 vsize=298956 CPUtime=1.04 cores=4,6
/proc/28607/task/28611/stat : 28611 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 104 0 0 0 15 0 9 0 418794052 306130944 35991 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28612] ppid=28605 vsize=298956 CPUtime=0.98 cores=4,6
/proc/28607/task/28612/stat : 28612 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 98 0 0 0 15 0 9 0 418794052 306130944 35991 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 6 0 0 0
[pid=28607/tid=28613] ppid=28605 vsize=298956 CPUtime=1.03 cores=4,6
/proc/28607/task/28613/stat : 28613 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 103 0 0 0 16 0 9 0 418794052 306130944 35991 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
[pid=28607/tid=28614] ppid=28605 vsize=298956 CPUtime=1.05 cores=4,6
/proc/28607/task/28614/stat : 28614 (mono) S 28605 28607 27807 0 -1 4202560 2 0 0 0 105 0 0 0 16 0 9 0 418794052 306130944 35991 33554432000 4194304 7232020 140734060034608 18446744073709551615 218892381081 0 0 4096 545260780 18446604452884850752 0 0 -1 4 0 0 0
[pid=28607/tid=28628] ppid=28605 vsize=298956 CPUtime=0 cores=4,6
/proc/28607/task/28628/stat : 28628 (mono) D 28605 28607 27807 0 -1 4202560 14 0 0 0 0 0 0 0 16 0 9 0 418794052 306130944 35991 33554432000 4194304 7232020 140734060034608 18446744073709551615 47645132043940 0 0 4096 545260780 18446744071562154983 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 905.13
Current children cumulated vsize (KiB) 298956

Child status: 0
Real time (s): 901.717
CPU time (s): 905.147
CPU user time (s): 904.911
CPU system time (s): 0.235964
CPU usage (%): 100.38
Max. virtual memory (cumulated for all children) (KiB): 298956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 904.911
system time used= 0.235964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98253
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41197
involuntary context switches= 13414

runsolver used 1.55376 second user time and 3.37249 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-08 20:00:34
IDJOB=3189419
IDBENCH=82950
IDSOLVER=1608
FILE ID=node112/3189419-1302285634
RUNJOBID= node112-1302280425-27826
PBS_JOBID= 12919072
Free space on /tmp= 71644 MiB

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

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

MD5SUM BENCH= 74ebf62a9b67d118d692e671bdb08f4e
RANDOM SEED=651316560

node112.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.828
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.65
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.828
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.828
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.67
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.828
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.82
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.828
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	: 5261.27
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.828
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.82
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.828
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.828
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13494688 kB
Buffers:        596708 kB
Cached:       18372168 kB
SwapCached:          0 kB
Active:        9743940 kB
Inactive:      9302440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13494688 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:              24 kB
Writeback:           0 kB
AnonPages:       77444 kB
Mapped:          17808 kB
Slab:           345500 kB
PageTables:       4788 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   392672 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= 71644 MiB
End job on node112 at 2011-04-08 20:15:36