Trace number 3189511

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 29.8055 29.5053

General information on the benchmark

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

Solver Data

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

running on 2 cores: 5,7

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: 1.23 2.91 3.64 2/185 27158
/proc/meminfo: memFree=15596008/32950940 swapFree=67111528/67111528
[pid=27158] ppid=27156 vsize=11760 CPUtime=0 cores=5,7
/proc/27158/stat : 27158 (runsolver) R 27156 27158 26117 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 1 0 418914265 12042240 49 33554432000 4194304 5392636 140734518755328 18446744073709551615 4838247 0 0 4096 24578 0 0 0 17 7 0 0 0
/proc/27158/statm: 2940 49 30 293 0 2644 0

[startup+0.0466701 s]
/proc/loadavg: 1.23 2.91 3.64 2/185 27158
/proc/meminfo: memFree=15596008/32950940 swapFree=67111528/67111528
[pid=27158] ppid=27156 vsize=107688 CPUtime=0.03 cores=5,7
/proc/27158/stat : 27158 (mono) R 27156 27158 26117 0 -1 4202496 1979 0 0 0 3 0 0 0 23 0 9 0 418914265 110272512 1879 33554432000 4194304 7232020 140733854326832 18446744073709551615 5901332 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/27158/statm: 26922 1879 997 742 0 19493 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 107688

[startup+0.100658 s]
/proc/loadavg: 1.23 2.91 3.64 2/185 27158
/proc/meminfo: memFree=15596008/32950940 swapFree=67111528/67111528
[pid=27158] ppid=27156 vsize=109204 CPUtime=0.08 cores=5,7
/proc/27158/stat : 27158 (mono) R 27156 27158 26117 0 -1 4202496 2231 0 0 0 8 0 0 0 23 0 9 0 418914265 111824896 2131 33554432000 4194304 7232020 140733854326832 18446744073709551615 1085284689 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/27158/statm: 27301 2131 1023 742 0 19872 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 109204

[startup+0.300624 s]
/proc/loadavg: 1.23 2.91 3.64 2/185 27158
/proc/meminfo: memFree=15596008/32950940 swapFree=67111528/67111528
[pid=27158] ppid=27156 vsize=110304 CPUtime=0.29 cores=5,7
/proc/27158/stat : 27158 (mono) R 27156 27158 26117 0 -1 4202496 2456 0 0 0 28 1 0 0 24 0 9 0 418914265 112951296 2356 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000409743 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/27158/statm: 27576 2356 1023 742 0 20147 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 110304

[startup+0.700556 s]
/proc/loadavg: 1.23 2.91 3.64 2/185 27158
/proc/meminfo: memFree=15596008/32950940 swapFree=67111528/67111528
[pid=27158] ppid=27156 vsize=111812 CPUtime=0.69 cores=5,7
/proc/27158/stat : 27158 (mono) R 27156 27158 26117 0 -1 4202496 2775 0 0 0 68 1 0 0 25 0 9 0 418914265 114495488 2674 33554432000 4194304 7232020 140733854326832 18446744073709551615 1085284610 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/27158/statm: 27953 2674 1023 742 0 20524 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 111812

[startup+1.50042 s]
/proc/loadavg: 1.23 2.91 3.64 8/222 27205
/proc/meminfo: memFree=15562124/32950940 swapFree=67111528/67111528
[pid=27158] ppid=27156 vsize=113760 CPUtime=1.5 cores=5,7
/proc/27158/stat : 27158 (mono) R 27156 27158 26117 0 -1 4202496 3289 0 0 0 148 2 0 0 18 0 9 0 418914265 116490240 3083 33554432000 4194304 7232020 140733854326832 18446744073709551615 1085283919 0 0 4096 545260780 18446744073709551615 0 0 17 7 0 0 0
/proc/27158/statm: 28440 3083 1023 742 0 21011 0
[pid=27158/tid=27162] ppid=27156 vsize=113760 CPUtime=0.01 cores=5,7
/proc/27158/task/27162/stat : 27162 (mono) S 27156 27158 26117 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 9 0 418914266 116490240 3083 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 7 0 0 0
[pid=27158/tid=27163] ppid=27156 vsize=113760 CPUtime=0 cores=5,7
/proc/27158/task/27163/stat : 27163 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 418914266 116490240 3083 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 5 0 0 0
[pid=27158/tid=27164] ppid=27156 vsize=113760 CPUtime=0 cores=5,7
/proc/27158/task/27164/stat : 27164 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 418914266 116490240 3083 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 5 0 0 0
[pid=27158/tid=27165] ppid=27156 vsize=113760 CPUtime=0 cores=5,7
/proc/27158/task/27165/stat : 27165 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 418914266 116490240 3083 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 5 0 0 0
[pid=27158/tid=27166] ppid=27156 vsize=113760 CPUtime=0 cores=5,7
/proc/27158/task/27166/stat : 27166 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 418914266 116490240 3083 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 7 0 0 0
[pid=27158/tid=27167] ppid=27156 vsize=113760 CPUtime=0 cores=5,7
/proc/27158/task/27167/stat : 27167 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 418914266 116490240 3083 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 7 0 0 0
[pid=27158/tid=27168] ppid=27156 vsize=113760 CPUtime=0 cores=5,7
/proc/27158/task/27168/stat : 27168 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 418914266 116490240 3083 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 7 0 0 0
[pid=27158/tid=27169] ppid=27156 vsize=113760 CPUtime=0 cores=5,7
/proc/27158/task/27169/stat : 27169 (mono) S 27156 27158 26117 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 418914266 116490240 3083 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000416177 0 0 4096 545260780 18446604471116501312 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 113760

[startup+3.10114 s]
/proc/loadavg: 1.23 2.91 3.64 5/222 27240
/proc/meminfo: memFree=15554684/32950940 swapFree=67111528/67111528
[pid=27158] ppid=27156 vsize=116340 CPUtime=3.11 cores=5,7
/proc/27158/stat : 27158 (mono) R 27156 27158 26117 0 -1 4202496 4087 0 0 0 309 2 0 0 20 0 9 0 418914265 119132160 3557 33554432000 4194304 7232020 140733854326832 18446744073709551615 1085287002 0 0 4096 545260780 18446744073709551615 0 0 17 7 0 0 0
/proc/27158/statm: 29085 3557 1023 742 0 21656 0
[pid=27158/tid=27162] ppid=27156 vsize=116340 CPUtime=0.01 cores=5,7
/proc/27158/task/27162/stat : 27162 (mono) S 27156 27158 26117 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 9 0 418914266 119132160 3557 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 5 0 0 0
[pid=27158/tid=27163] ppid=27156 vsize=116340 CPUtime=0 cores=5,7
/proc/27158/task/27163/stat : 27163 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 418914266 119132160 3557 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 7 0 0 0
[pid=27158/tid=27164] ppid=27156 vsize=116340 CPUtime=0 cores=5,7
/proc/27158/task/27164/stat : 27164 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 418914266 119132160 3557 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 5 0 0 0
[pid=27158/tid=27165] ppid=27156 vsize=116340 CPUtime=0 cores=5,7
/proc/27158/task/27165/stat : 27165 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 418914266 119132160 3557 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 5 0 0 0
[pid=27158/tid=27166] ppid=27156 vsize=116340 CPUtime=0 cores=5,7
/proc/27158/task/27166/stat : 27166 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 418914266 119132160 3557 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 5 0 0 0
[pid=27158/tid=27167] ppid=27156 vsize=116340 CPUtime=0.01 cores=5,7
/proc/27158/task/27167/stat : 27167 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 418914266 119132160 3557 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 5 0 0 0
[pid=27158/tid=27168] ppid=27156 vsize=116340 CPUtime=0 cores=5,7
/proc/27158/task/27168/stat : 27168 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 418914266 119132160 3557 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 7 0 0 0
[pid=27158/tid=27169] ppid=27156 vsize=116340 CPUtime=0 cores=5,7
/proc/27158/task/27169/stat : 27169 (mono) S 27156 27158 26117 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 418914266 119132160 3557 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000416177 0 0 4096 545260780 18446604471116501312 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 116340

[startup+6.30058 s]
/proc/loadavg: 1.45 2.93 3.64 5/222 27240
/proc/meminfo: memFree=15536084/32950940 swapFree=67111528/67111528
[pid=27158] ppid=27156 vsize=119764 CPUtime=6.36 cores=5,7
/proc/27158/stat : 27158 (mono) R 27156 27158 26117 0 -1 4202496 5531 0 0 0 633 3 0 0 19 0 9 0 418914265 122638336 4270 33554432000 4194304 7232020 140733854326832 18446744073709551615 1085284401 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/27158/statm: 29941 4270 1023 742 0 22512 0
[pid=27158/tid=27162] ppid=27156 vsize=119764 CPUtime=0.03 cores=5,7
/proc/27158/task/27162/stat : 27162 (mono) S 27156 27158 26117 0 -1 4202560 4 0 0 0 3 0 0 0 15 0 9 0 418914266 122638336 4270 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 7 0 0 0
[pid=27158/tid=27163] ppid=27156 vsize=119764 CPUtime=0.02 cores=5,7
/proc/27158/task/27163/stat : 27163 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 2 0 0 0 16 0 9 0 418914266 122638336 4270 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 7 0 0 0
[pid=27158/tid=27164] ppid=27156 vsize=119764 CPUtime=0.02 cores=5,7
/proc/27158/task/27164/stat : 27164 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 418914266 122638336 4270 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 7 0 0 0
[pid=27158/tid=27165] ppid=27156 vsize=119764 CPUtime=0.02 cores=5,7
/proc/27158/task/27165/stat : 27165 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 418914266 122638336 4270 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 7 0 0 0
[pid=27158/tid=27166] ppid=27156 vsize=119764 CPUtime=0.01 cores=5,7
/proc/27158/task/27166/stat : 27166 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 418914266 122638336 4270 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 5 0 0 0
[pid=27158/tid=27167] ppid=27156 vsize=119764 CPUtime=0.02 cores=5,7
/proc/27158/task/27167/stat : 27167 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 418914266 122638336 4270 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 5 0 0 0
[pid=27158/tid=27168] ppid=27156 vsize=119764 CPUtime=0.01 cores=5,7
/proc/27158/task/27168/stat : 27168 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 418914266 122638336 4270 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 5 0 0 0
[pid=27158/tid=27169] ppid=27156 vsize=119764 CPUtime=0 cores=5,7
/proc/27158/task/27169/stat : 27169 (mono) S 27156 27158 26117 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 418914266 122638336 4270 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000416177 0 0 4096 545260780 18446604471116501312 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.36
Current children cumulated vsize (KiB) 119764

[startup+12.7005 s]
/proc/loadavg: 1.66 2.95 3.64 5/222 27241
/proc/meminfo: memFree=15512616/32950940 swapFree=67111528/67111528
[pid=27158] ppid=27156 vsize=124396 CPUtime=12.82 cores=5,7
/proc/27158/stat : 27158 (mono) R 27156 27158 26117 0 -1 4202496 7394 0 0 0 1278 4 0 0 25 0 9 0 418914265 127381504 5097 33554432000 4194304 7232020 140733854326832 18446744073709551615 1085283823 0 0 4096 545260780 18446744073709551615 0 0 17 7 0 0 0
/proc/27158/statm: 31099 5097 1024 742 0 23670 0
[pid=27158/tid=27162] ppid=27156 vsize=124396 CPUtime=0.05 cores=5,7
/proc/27158/task/27162/stat : 27162 (mono) S 27156 27158 26117 0 -1 4202560 4 0 0 0 5 0 0 0 15 0 9 0 418914266 127381504 5097 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 5 0 0 0
[pid=27158/tid=27163] ppid=27156 vsize=124396 CPUtime=0.05 cores=5,7
/proc/27158/task/27163/stat : 27163 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 5 0 0 0 16 0 9 0 418914266 127381504 5097 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 7 0 0 0
[pid=27158/tid=27164] ppid=27156 vsize=124396 CPUtime=0.04 cores=5,7
/proc/27158/task/27164/stat : 27164 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 4 0 0 0 15 0 9 0 418914266 127381504 5097 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 7 0 0 0
[pid=27158/tid=27165] ppid=27156 vsize=124396 CPUtime=0.03 cores=5,7
/proc/27158/task/27165/stat : 27165 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 3 0 0 0 16 0 9 0 418914266 127381504 5097 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 5 0 0 0
[pid=27158/tid=27166] ppid=27156 vsize=124396 CPUtime=0.03 cores=5,7
/proc/27158/task/27166/stat : 27166 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 418914266 127381504 5097 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 7 0 0 0
[pid=27158/tid=27167] ppid=27156 vsize=124396 CPUtime=0.04 cores=5,7
/proc/27158/task/27167/stat : 27167 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 4 0 0 0 15 0 9 0 418914266 127381504 5097 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 5 0 0 0
[pid=27158/tid=27168] ppid=27156 vsize=124396 CPUtime=0.04 cores=5,7
/proc/27158/task/27168/stat : 27168 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 4 0 0 0 15 0 9 0 418914266 127381504 5097 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 7 0 0 0
[pid=27158/tid=27169] ppid=27156 vsize=124396 CPUtime=0 cores=5,7
/proc/27158/task/27169/stat : 27169 (mono) S 27156 27158 26117 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 418914266 127381504 5097 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000416177 0 0 4096 545260780 18446604471116501312 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.82
Current children cumulated vsize (KiB) 124396

[startup+25.5012 s]
/proc/loadavg: 2.24 3.02 3.65 5/222 27241
/proc/meminfo: memFree=15482000/32950940 swapFree=67111528/67111528
[pid=27158] ppid=27156 vsize=131008 CPUtime=25.75 cores=5,7
/proc/27158/stat : 27158 (mono) R 27156 27158 26117 0 -1 4202496 11041 0 0 0 2568 7 0 0 25 0 9 0 418914265 134152192 6548 33554432000 4194304 7232020 140733854326832 18446744073709551615 1085284462 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/27158/statm: 32752 6548 1024 742 0 25323 0
[pid=27158/tid=27162] ppid=27156 vsize=131008 CPUtime=0.1 cores=5,7
/proc/27158/task/27162/stat : 27162 (mono) S 27156 27158 26117 0 -1 4202560 4 0 0 0 10 0 0 0 15 0 9 0 418914266 134152192 6548 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 5 0 0 0
[pid=27158/tid=27163] ppid=27156 vsize=131008 CPUtime=0.1 cores=5,7
/proc/27158/task/27163/stat : 27163 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 10 0 0 0 15 0 9 0 418914266 134152192 6548 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 5 0 0 0
[pid=27158/tid=27164] ppid=27156 vsize=131008 CPUtime=0.07 cores=5,7
/proc/27158/task/27164/stat : 27164 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 7 0 0 0 15 0 9 0 418914266 134152192 6548 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 7 0 0 0
[pid=27158/tid=27165] ppid=27156 vsize=131008 CPUtime=0.07 cores=5,7
/proc/27158/task/27165/stat : 27165 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 7 0 0 0 15 0 9 0 418914266 134152192 6548 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 7 0 0 0
[pid=27158/tid=27166] ppid=27156 vsize=131008 CPUtime=0.06 cores=5,7
/proc/27158/task/27166/stat : 27166 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 6 0 0 0 16 0 9 0 418914266 134152192 6548 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 5 0 0 0
[pid=27158/tid=27167] ppid=27156 vsize=131008 CPUtime=0.07 cores=5,7
/proc/27158/task/27167/stat : 27167 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 7 0 0 0 16 0 9 0 418914266 134152192 6548 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 7 0 0 0
[pid=27158/tid=27168] ppid=27156 vsize=131008 CPUtime=0.08 cores=5,7
/proc/27158/task/27168/stat : 27168 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 8 0 0 0 15 0 9 0 418914266 134152192 6548 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 7 0 0 0
[pid=27158/tid=27169] ppid=27156 vsize=131008 CPUtime=0 cores=5,7
/proc/27158/task/27169/stat : 27169 (mono) S 27156 27158 26117 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 418914266 134152192 6548 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000416177 0 0 4096 545260780 18446604471116501312 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.75
Current children cumulated vsize (KiB) 131008

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

[startup+27.1009 s]
/proc/loadavg: 2.24 3.02 3.65 5/222 27241
/proc/meminfo: memFree=15479024/32950940 swapFree=67111528/67111528
[pid=27158] ppid=27156 vsize=131008 CPUtime=27.37 cores=5,7
/proc/27158/stat : 27158 (mono) R 27156 27158 26117 0 -1 4202496 11253 0 0 0 2730 7 0 0 20 0 9 0 418914265 134152192 6760 33554432000 4194304 7232020 140733854326832 18446744073709551615 1085283919 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/27158/statm: 32752 6760 1024 742 0 25323 0
[pid=27158/tid=27162] ppid=27156 vsize=131008 CPUtime=0.1 cores=5,7
/proc/27158/task/27162/stat : 27162 (mono) S 27156 27158 26117 0 -1 4202560 4 0 0 0 10 0 0 0 16 0 9 0 418914266 134152192 6760 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 7 0 0 0
[pid=27158/tid=27163] ppid=27156 vsize=131008 CPUtime=0.1 cores=5,7
/proc/27158/task/27163/stat : 27163 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 10 0 0 0 15 0 9 0 418914266 134152192 6760 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 7 0 0 0
[pid=27158/tid=27164] ppid=27156 vsize=131008 CPUtime=0.08 cores=5,7
/proc/27158/task/27164/stat : 27164 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 8 0 0 0 16 0 9 0 418914266 134152192 6760 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 7 0 0 0
[pid=27158/tid=27165] ppid=27156 vsize=131008 CPUtime=0.08 cores=5,7
/proc/27158/task/27165/stat : 27165 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 8 0 0 0 15 0 9 0 418914266 134152192 6760 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 7 0 0 0
[pid=27158/tid=27166] ppid=27156 vsize=131008 CPUtime=0.07 cores=5,7
/proc/27158/task/27166/stat : 27166 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 7 0 0 0 16 0 9 0 418914266 134152192 6760 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 5 0 0 0
[pid=27158/tid=27167] ppid=27156 vsize=131008 CPUtime=0.08 cores=5,7
/proc/27158/task/27167/stat : 27167 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 8 0 0 0 15 0 9 0 418914266 134152192 6760 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 5 0 0 0
[pid=27158/tid=27168] ppid=27156 vsize=131008 CPUtime=0.09 cores=5,7
/proc/27158/task/27168/stat : 27168 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 9 0 0 0 15 0 9 0 418914266 134152192 6760 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 7 0 0 0
[pid=27158/tid=27169] ppid=27156 vsize=131008 CPUtime=0 cores=5,7
/proc/27158/task/27169/stat : 27169 (mono) S 27156 27158 26117 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 418914266 134152192 6760 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000416177 0 0 4096 545260780 18446604471116501312 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 27.37
Current children cumulated vsize (KiB) 131008

[startup+28.7007 s]
/proc/loadavg: 2.38 3.03 3.65 7/222 27241
/proc/meminfo: memFree=15481876/32950940 swapFree=67111528/67111528
[pid=27158] ppid=27156 vsize=131008 CPUtime=28.98 cores=5,7
/proc/27158/stat : 27158 (mono) R 27156 27158 26117 0 -1 4202496 11615 0 0 0 2891 7 0 0 25 0 9 0 418914265 134152192 7085 33554432000 4194304 7232020 140733854326832 18446744073709551615 1085285044 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/27158/statm: 32752 7085 1024 742 0 25323 0
[pid=27158/tid=27162] ppid=27156 vsize=131008 CPUtime=0.11 cores=5,7
/proc/27158/task/27162/stat : 27162 (mono) S 27156 27158 26117 0 -1 4202560 4 0 0 0 11 0 0 0 16 0 9 0 418914266 134152192 7085 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 7 0 0 0
[pid=27158/tid=27163] ppid=27156 vsize=131008 CPUtime=0.11 cores=5,7
/proc/27158/task/27163/stat : 27163 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 11 0 0 0 15 0 9 0 418914266 134152192 7085 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 7 0 0 0
[pid=27158/tid=27164] ppid=27156 vsize=131008 CPUtime=0.09 cores=5,7
/proc/27158/task/27164/stat : 27164 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 9 0 0 0 16 0 9 0 418914266 134152192 7085 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 7 0 0 0
[pid=27158/tid=27165] ppid=27156 vsize=131008 CPUtime=0.09 cores=5,7
/proc/27158/task/27165/stat : 27165 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 9 0 0 0 15 0 9 0 418914266 134152192 7085 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 5 0 0 0
[pid=27158/tid=27166] ppid=27156 vsize=131008 CPUtime=0.07 cores=5,7
/proc/27158/task/27166/stat : 27166 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 7 0 0 0 15 0 9 0 418914266 134152192 7085 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 7 0 0 0
[pid=27158/tid=27167] ppid=27156 vsize=131008 CPUtime=0.08 cores=5,7
/proc/27158/task/27167/stat : 27167 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 8 0 0 0 15 0 9 0 418914266 134152192 7085 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 7 0 0 0
[pid=27158/tid=27168] ppid=27156 vsize=131008 CPUtime=0.1 cores=5,7
/proc/27158/task/27168/stat : 27168 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 10 0 0 0 16 0 9 0 418914266 134152192 7085 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 5 0 0 0
[pid=27158/tid=27169] ppid=27156 vsize=131008 CPUtime=0 cores=5,7
/proc/27158/task/27169/stat : 27169 (mono) S 27156 27158 26117 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 418914266 134152192 7085 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000416177 0 0 4096 545260780 18446604471116501312 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 28.98
Current children cumulated vsize (KiB) 131008

[startup+29.1006 s]
/proc/loadavg: 2.38 3.03 3.65 7/222 27241
/proc/meminfo: memFree=15481876/32950940 swapFree=67111528/67111528
[pid=27158] ppid=27156 vsize=131008 CPUtime=29.39 cores=5,7
/proc/27158/stat : 27158 (mono) R 27156 27158 26117 0 -1 4202496 11662 0 0 0 2932 7 0 0 25 0 9 0 418914265 134152192 7132 33554432000 4194304 7232020 140733854326832 18446744073709551615 1085284469 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/27158/statm: 32752 7132 1024 742 0 25323 0
[pid=27158/tid=27162] ppid=27156 vsize=131008 CPUtime=0.11 cores=5,7
/proc/27158/task/27162/stat : 27162 (mono) S 27156 27158 26117 0 -1 4202560 4 0 0 0 11 0 0 0 15 0 9 0 418914266 134152192 7132 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 7 0 0 0
[pid=27158/tid=27163] ppid=27156 vsize=131008 CPUtime=0.11 cores=5,7
/proc/27158/task/27163/stat : 27163 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 11 0 0 0 15 0 9 0 418914266 134152192 7132 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 7 0 0 0
[pid=27158/tid=27164] ppid=27156 vsize=131008 CPUtime=0.09 cores=5,7
/proc/27158/task/27164/stat : 27164 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 9 0 0 0 15 0 9 0 418914266 134152192 7132 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 7 0 0 0
[pid=27158/tid=27165] ppid=27156 vsize=131008 CPUtime=0.09 cores=5,7
/proc/27158/task/27165/stat : 27165 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 9 0 0 0 15 0 9 0 418914266 134152192 7132 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 5 0 0 0
[pid=27158/tid=27166] ppid=27156 vsize=131008 CPUtime=0.08 cores=5,7
/proc/27158/task/27166/stat : 27166 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 8 0 0 0 15 0 9 0 418914266 134152192 7132 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 7 0 0 0
[pid=27158/tid=27167] ppid=27156 vsize=131008 CPUtime=0.08 cores=5,7
/proc/27158/task/27167/stat : 27167 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 8 0 0 0 15 0 9 0 418914266 134152192 7132 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 5 0 0 0
[pid=27158/tid=27168] ppid=27156 vsize=131008 CPUtime=0.1 cores=5,7
/proc/27158/task/27168/stat : 27168 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 10 0 0 0 15 0 9 0 418914266 134152192 7132 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 7 0 0 0
[pid=27158/tid=27169] ppid=27156 vsize=131008 CPUtime=0 cores=5,7
/proc/27158/task/27169/stat : 27169 (mono) S 27156 27158 26117 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 418914266 134152192 7132 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000416177 0 0 4096 545260780 18446604471116501312 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 29.39
Current children cumulated vsize (KiB) 131008

[startup+29.5005 s]
/proc/loadavg: 2.38 3.03 3.65 7/222 27241
/proc/meminfo: memFree=15481876/32950940 swapFree=67111528/67111528
[pid=27158] ppid=27156 vsize=131096 CPUtime=29.79 cores=5,7
/proc/27158/stat : 27158 (mono) R 27156 27158 26117 0 -1 4202496 11745 0 0 0 2972 7 0 0 25 0 9 0 418914265 134242304 7214 33554432000 4194304 7232020 140733854326832 18446744073709551615 5609776 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/27158/statm: 32774 7214 1059 742 0 25345 0
[pid=27158/tid=27162] ppid=27156 vsize=131096 CPUtime=0.11 cores=5,7
/proc/27158/task/27162/stat : 27162 (mono) S 27156 27158 26117 0 -1 4202560 4 0 0 0 11 0 0 0 15 0 9 0 418914266 134242304 7214 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 7 0 0 0
[pid=27158/tid=27163] ppid=27156 vsize=131096 CPUtime=0.11 cores=5,7
/proc/27158/task/27163/stat : 27163 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 11 0 0 0 15 0 9 0 418914266 134242304 7214 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 5 0 0 0
[pid=27158/tid=27164] ppid=27156 vsize=131096 CPUtime=0.09 cores=5,7
/proc/27158/task/27164/stat : 27164 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 9 0 0 0 16 0 9 0 418914266 134242304 7214 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 7 0 0 0
[pid=27158/tid=27165] ppid=27156 vsize=131096 CPUtime=0.09 cores=5,7
/proc/27158/task/27165/stat : 27165 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 9 0 0 0 15 0 9 0 418914266 134242304 7214 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 5 0 0 0
[pid=27158/tid=27166] ppid=27156 vsize=131096 CPUtime=0.08 cores=5,7
/proc/27158/task/27166/stat : 27166 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 8 0 0 0 15 0 9 0 418914266 134242304 7214 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 7 0 0 0
[pid=27158/tid=27167] ppid=27156 vsize=131096 CPUtime=0.08 cores=5,7
/proc/27158/task/27167/stat : 27167 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 8 0 0 0 15 0 9 0 418914266 134242304 7214 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 5 0 0 0
[pid=27158/tid=27168] ppid=27156 vsize=131096 CPUtime=0.1 cores=5,7
/proc/27158/task/27168/stat : 27168 (mono) S 27156 27158 26117 0 -1 4202560 2 0 0 0 10 0 0 0 16 0 9 0 418914266 134242304 7214 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000408473 0 0 4096 545260780 18446604471116501312 0 0 -1 7 0 0 0
[pid=27158/tid=27169] ppid=27156 vsize=131096 CPUtime=0 cores=5,7
/proc/27158/task/27169/stat : 27169 (mono) S 27156 27158 26117 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 418914266 134242304 7214 33554432000 4194304 7232020 140733854326832 18446744073709551615 216000416177 0 0 4096 545260780 18446604471116501312 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 29.79
Current children cumulated vsize (KiB) 131096

Child status: 0
Real time (s): 29.5053
CPU time (s): 29.8055
CPU user time (s): 29.7265
CPU system time (s): 0.078987
CPU usage (%): 101.017
Max. virtual memory (cumulated for all children) (KiB): 131096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.7265
system time used= 0.078987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11805
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16432
involuntary context switches= 3850

runsolver used 0.043993 second user time and 0.124981 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-08 20:20:35
IDJOB=3189511
IDBENCH=83042
IDSOLVER=1608
FILE ID=node117/3189511-1302286835
RUNJOBID= node117-1302286835-27133
PBS_JOBID= 12919066
Free space on /tmp= 70632 MiB

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

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

MD5SUM BENCH= b1640086ff1cfd4e86559744179c13fe
RANDOM SEED=597136607

node117.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.849
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.69
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.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.74
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.849
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.75
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.849
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.75
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.849
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.74
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.849
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      15596376 kB
Buffers:        602964 kB
Cached:       16262208 kB
SwapCached:          0 kB
Active:        5979116 kB
Inactive:     10950620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      15596376 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:              64 kB
Writeback:           0 kB
AnonPages:       64276 kB
Mapped:          15656 kB
Slab:           360896 kB
PageTables:       5080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   270456 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= 70632 MiB
End job on node117 at 2011-04-08 20:21:05