Trace number 3189442

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 20.8758 20.6761

General information on the benchmark

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

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.92 4.01 4.05 4/213 12455
/proc/meminfo: memFree=14618724/32951124 swapFree=67111524/67111528
[pid=12455] ppid=12453 vsize=11760 CPUtime=0 cores=1,3
/proc/12455/stat : 12455 (runsolver) R 12453 12455 11597 0 -1 4202560 40 0 0 0 0 0 0 0 25 0 1 0 418816133 12042240 50 33554432000 4194304 5392636 140736951698368 18446744073709551615 4838247 0 2147483391 4096 24578 0 0 0 17 3 0 0 0
/proc/12455/statm: 2940 50 30 293 0 2644 0

[startup+0.013085 s]
/proc/loadavg: 3.92 4.01 4.05 4/213 12455
/proc/meminfo: memFree=14618724/32951124 swapFree=67111524/67111528
[pid=12455] ppid=12453 vsize=102736 CPUtime=0 cores=1,3
/proc/12455/stat : 12455 (mono) R 12453 12455 11597 0 -1 4202496 922 0 0 0 0 0 0 0 25 0 8 0 418816133 105201664 829 33554432000 4194304 7232020 140733486934560 18446744073709551615 5604661 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/12455/statm: 25684 829 639 742 0 18255 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 102736

[startup+0.10107 s]
/proc/loadavg: 3.92 4.01 4.05 4/213 12455
/proc/meminfo: memFree=14618724/32951124 swapFree=67111524/67111528
[pid=12455] ppid=12453 vsize=108464 CPUtime=0.08 cores=1,3
/proc/12455/stat : 12455 (mono) R 12453 12455 11597 0 -1 4202496 2213 0 0 0 8 0 0 0 25 0 9 0 418816133 111067136 2117 33554432000 4194304 7232020 140733486934560 18446744073709551615 1099075913 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/12455/statm: 27116 2117 1023 742 0 19687 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 108464

[startup+0.301035 s]
/proc/loadavg: 3.92 4.01 4.05 4/213 12455
/proc/meminfo: memFree=14618724/32951124 swapFree=67111524/67111528
[pid=12455] ppid=12453 vsize=110360 CPUtime=0.28 cores=1,3
/proc/12455/stat : 12455 (mono) R 12453 12455 11597 0 -1 4202496 2438 0 0 0 28 0 0 0 18 0 9 0 418816133 113008640 2342 33554432000 4194304 7232020 140733486934560 18446744073709551615 1099072374 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/12455/statm: 27590 2342 1023 742 0 20161 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 110360

[startup+0.700959 s]
/proc/loadavg: 3.92 4.01 4.05 4/213 12455
/proc/meminfo: memFree=14618724/32951124 swapFree=67111524/67111528
[pid=12455] ppid=12453 vsize=111820 CPUtime=0.69 cores=1,3
/proc/12455/stat : 12455 (mono) R 12453 12455 11597 0 -1 4202496 2796 0 0 0 69 0 0 0 18 0 9 0 418816133 114503680 2700 33554432000 4194304 7232020 140733486934560 18446744073709551615 1099078162 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/12455/statm: 27955 2700 1023 742 0 20526 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 111820

[startup+1.50078 s]
/proc/loadavg: 3.92 4.01 4.05 5/222 12464
/proc/meminfo: memFree=14604912/32951124 swapFree=67111524/67111528
[pid=12455] ppid=12453 vsize=113768 CPUtime=1.5 cores=1,3
/proc/12455/stat : 12455 (mono) R 12453 12455 11597 0 -1 4202496 3277 0 0 0 150 0 0 0 18 0 9 0 418816133 116498432 3181 33554432000 4194304 7232020 140733486934560 18446744073709551615 1099075701 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/12455/statm: 28442 3181 1023 742 0 21013 0
[pid=12455/tid=12457] ppid=12453 vsize=113768 CPUtime=0 cores=1,3
/proc/12455/task/12457/stat : 12457 (mono) S 12453 12455 11597 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 9 0 418816133 116498432 3181 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 3 0 0 0
[pid=12455/tid=12458] ppid=12453 vsize=113768 CPUtime=0 cores=1,3
/proc/12455/task/12458/stat : 12458 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 418816133 116498432 3181 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 3 0 0 0
[pid=12455/tid=12459] ppid=12453 vsize=113768 CPUtime=0 cores=1,3
/proc/12455/task/12459/stat : 12459 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 418816133 116498432 3181 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 1 0 0 0
[pid=12455/tid=12460] ppid=12453 vsize=113768 CPUtime=0 cores=1,3
/proc/12455/task/12460/stat : 12460 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 418816133 116498432 3181 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 1 0 0 0
[pid=12455/tid=12461] ppid=12453 vsize=113768 CPUtime=0 cores=1,3
/proc/12455/task/12461/stat : 12461 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 418816133 116498432 3181 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 3 0 0 0
[pid=12455/tid=12462] ppid=12453 vsize=113768 CPUtime=0 cores=1,3
/proc/12455/task/12462/stat : 12462 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 418816133 116498432 3181 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 3 0 0 0
[pid=12455/tid=12463] ppid=12453 vsize=113768 CPUtime=0 cores=1,3
/proc/12455/task/12463/stat : 12463 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 418816133 116498432 3181 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 3 0 0 0
[pid=12455/tid=12464] ppid=12453 vsize=113768 CPUtime=0 cores=1,3
/proc/12455/task/12464/stat : 12464 (mono) S 12453 12455 11597 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 418816134 116498432 3181 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469889457 0 0 4096 545260780 18446604471128007872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 113768

[startup+3.10048 s]
/proc/loadavg: 3.92 4.01 4.05 5/222 12464
/proc/meminfo: memFree=14594868/32951124 swapFree=67111524/67111528
[pid=12455] ppid=12453 vsize=116344 CPUtime=3.12 cores=1,3
/proc/12455/stat : 12455 (mono) R 12453 12455 11597 0 -1 4202496 4061 0 0 0 311 1 0 0 18 0 9 0 418816133 119136256 3699 33554432000 4194304 7232020 140733486934560 18446744073709551615 1099077920 0 0 4096 545260780 18446744073709551615 0 0 17 3 0 0 0
/proc/12455/statm: 29086 3699 1023 742 0 21657 0
[pid=12455/tid=12457] ppid=12453 vsize=116344 CPUtime=0 cores=1,3
/proc/12455/task/12457/stat : 12457 (mono) S 12453 12455 11597 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 9 0 418816133 119136256 3699 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 1 0 0 0
[pid=12455/tid=12458] ppid=12453 vsize=116344 CPUtime=0 cores=1,3
/proc/12455/task/12458/stat : 12458 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 418816133 119136256 3699 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 1 0 0 0
[pid=12455/tid=12459] ppid=12453 vsize=116344 CPUtime=0.01 cores=1,3
/proc/12455/task/12459/stat : 12459 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 418816133 119136256 3699 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 3 0 0 0
[pid=12455/tid=12460] ppid=12453 vsize=116344 CPUtime=0 cores=1,3
/proc/12455/task/12460/stat : 12460 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 418816133 119136256 3699 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 1 0 0 0
[pid=12455/tid=12461] ppid=12453 vsize=116344 CPUtime=0 cores=1,3
/proc/12455/task/12461/stat : 12461 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 418816133 119136256 3699 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 3 0 0 0
[pid=12455/tid=12462] ppid=12453 vsize=116344 CPUtime=0 cores=1,3
/proc/12455/task/12462/stat : 12462 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 418816133 119136256 3699 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 3 0 0 0
[pid=12455/tid=12463] ppid=12453 vsize=116344 CPUtime=0.01 cores=1,3
/proc/12455/task/12463/stat : 12463 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 418816133 119136256 3699 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 3 0 0 0
[pid=12455/tid=12464] ppid=12453 vsize=116344 CPUtime=0 cores=1,3
/proc/12455/task/12464/stat : 12464 (mono) S 12453 12455 11597 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 418816134 119136256 3699 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469889457 0 0 4096 545260780 18446604471128007872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 116344

[startup+6.30089 s]
/proc/loadavg: 3.93 4.01 4.05 8/222 12464
/proc/meminfo: memFree=14586340/32951124 swapFree=67111524/67111528
[pid=12455] ppid=12453 vsize=119756 CPUtime=6.37 cores=1,3
/proc/12455/stat : 12455 (mono) R 12453 12455 11597 0 -1 4202496 5572 0 0 0 635 2 0 0 18 0 9 0 418816133 122630144 4581 33554432000 4194304 7232020 140733486934560 18446744073709551615 1099075599 0 0 4096 545260780 18446744073709551615 0 0 17 3 0 0 0
/proc/12455/statm: 29939 4581 1023 742 0 22510 0
[pid=12455/tid=12457] ppid=12453 vsize=119756 CPUtime=0.01 cores=1,3
/proc/12455/task/12457/stat : 12457 (mono) S 12453 12455 11597 0 -1 4202560 4 0 0 0 1 0 0 0 16 0 9 0 418816133 122630144 4581 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 1 0 0 0
[pid=12455/tid=12458] ppid=12453 vsize=119756 CPUtime=0 cores=1,3
/proc/12455/task/12458/stat : 12458 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 418816133 122630144 4581 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 1 0 0 0
[pid=12455/tid=12459] ppid=12453 vsize=119756 CPUtime=0.02 cores=1,3
/proc/12455/task/12459/stat : 12459 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 418816133 122630144 4581 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 3 0 0 0
[pid=12455/tid=12460] ppid=12453 vsize=119756 CPUtime=0.01 cores=1,3
/proc/12455/task/12460/stat : 12460 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 418816133 122630144 4581 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 3 0 0 0
[pid=12455/tid=12461] ppid=12453 vsize=119756 CPUtime=0.02 cores=1,3
/proc/12455/task/12461/stat : 12461 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 418816133 122630144 4581 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 3 0 0 0
[pid=12455/tid=12462] ppid=12453 vsize=119756 CPUtime=0.01 cores=1,3
/proc/12455/task/12462/stat : 12462 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 418816133 122630144 4581 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 3 0 0 0
[pid=12455/tid=12463] ppid=12453 vsize=119756 CPUtime=0.02 cores=1,3
/proc/12455/task/12463/stat : 12463 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 418816133 122630144 4581 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 3 0 0 0
[pid=12455/tid=12464] ppid=12453 vsize=119756 CPUtime=0 cores=1,3
/proc/12455/task/12464/stat : 12464 (mono) S 12453 12455 11597 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 418816134 122630144 4581 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469889457 0 0 4096 545260780 18446604471128007872 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.37
Current children cumulated vsize (KiB) 119756

[startup+12.7007 s]
/proc/loadavg: 3.93 4.01 4.04 5/222 12464
/proc/meminfo: memFree=14573860/32951124 swapFree=67111524/67111528
[pid=12455] ppid=12453 vsize=124376 CPUtime=12.83 cores=1,3
/proc/12455/stat : 12455 (mono) R 12453 12455 11597 0 -1 4202496 7558 0 0 0 1280 3 0 0 18 0 9 0 418816133 127361024 5515 33554432000 4194304 7232020 140733486934560 18446744073709551615 1099075817 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/12455/statm: 31094 5515 1024 742 0 23665 0
[pid=12455/tid=12457] ppid=12453 vsize=124376 CPUtime=0.02 cores=1,3
/proc/12455/task/12457/stat : 12457 (mono) S 12453 12455 11597 0 -1 4202560 4 0 0 0 2 0 0 0 15 0 9 0 418816133 127361024 5515 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 3 0 0 0
[pid=12455/tid=12458] ppid=12453 vsize=124376 CPUtime=0.03 cores=1,3
/proc/12455/task/12458/stat : 12458 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 418816133 127361024 5515 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 3 0 0 0
[pid=12455/tid=12459] ppid=12453 vsize=124376 CPUtime=0.03 cores=1,3
/proc/12455/task/12459/stat : 12459 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 418816133 127361024 5515 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 3 0 0 0
[pid=12455/tid=12460] ppid=12453 vsize=124376 CPUtime=0.03 cores=1,3
/proc/12455/task/12460/stat : 12460 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 418816133 127361024 5515 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 3 0 0 0
[pid=12455/tid=12461] ppid=12453 vsize=124376 CPUtime=0.03 cores=1,3
/proc/12455/task/12461/stat : 12461 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 3 0 0 0 16 0 9 0 418816133 127361024 5515 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 3 0 0 0
[pid=12455/tid=12462] ppid=12453 vsize=124376 CPUtime=0.03 cores=1,3
/proc/12455/task/12462/stat : 12462 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 418816133 127361024 5515 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 1 0 0 0
[pid=12455/tid=12463] ppid=12453 vsize=124376 CPUtime=0.04 cores=1,3
/proc/12455/task/12463/stat : 12463 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 4 0 0 0 16 0 9 0 418816133 127361024 5515 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 3 0 0 0
[pid=12455/tid=12464] ppid=12453 vsize=124376 CPUtime=0 cores=1,3
/proc/12455/task/12464/stat : 12464 (mono) S 12453 12455 11597 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 418816134 127361024 5515 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469889457 0 0 4096 545260780 18446604471128007872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.83
Current children cumulated vsize (KiB) 124376

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

[startup+15.9011 s]
/proc/loadavg: 3.94 4.01 4.04 5/222 12464
/proc/meminfo: memFree=14557492/32951124 swapFree=67111524/67111528
[pid=12455] ppid=12453 vsize=131448 CPUtime=16.05 cores=1,3
/proc/12455/stat : 12455 (mono) R 12453 12455 11597 0 -1 4202496 9088 0 0 0 1602 3 0 0 20 0 9 0 418816133 134602752 7045 33554432000 4194304 7232020 140733486934560 18446744073709551615 1099075801 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/12455/statm: 32862 7045 1024 742 0 25433 0
[pid=12455/tid=12457] ppid=12453 vsize=131448 CPUtime=0.03 cores=1,3
/proc/12455/task/12457/stat : 12457 (mono) S 12453 12455 11597 0 -1 4202560 4 0 0 0 3 0 0 0 15 0 9 0 418816133 134602752 7045 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 1 0 0 0
[pid=12455/tid=12458] ppid=12453 vsize=131448 CPUtime=0.04 cores=1,3
/proc/12455/task/12458/stat : 12458 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 4 0 0 0 16 0 9 0 418816133 134602752 7045 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 3 0 0 0
[pid=12455/tid=12459] ppid=12453 vsize=131448 CPUtime=0.04 cores=1,3
/proc/12455/task/12459/stat : 12459 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 4 0 0 0 15 0 9 0 418816133 134602752 7045 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 1 0 0 0
[pid=12455/tid=12460] ppid=12453 vsize=131448 CPUtime=0.03 cores=1,3
/proc/12455/task/12460/stat : 12460 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 418816133 134602752 7045 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 3 0 0 0
[pid=12455/tid=12461] ppid=12453 vsize=131448 CPUtime=0.04 cores=1,3
/proc/12455/task/12461/stat : 12461 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 4 0 0 0 16 0 9 0 418816133 134602752 7045 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 1 0 0 0
[pid=12455/tid=12462] ppid=12453 vsize=131448 CPUtime=0.03 cores=1,3
/proc/12455/task/12462/stat : 12462 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 418816133 134602752 7045 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 3 0 0 0
[pid=12455/tid=12463] ppid=12453 vsize=131448 CPUtime=0.05 cores=1,3
/proc/12455/task/12463/stat : 12463 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 5 0 0 0 15 0 9 0 418816133 134602752 7045 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 3 0 0 0
[pid=12455/tid=12464] ppid=12453 vsize=131448 CPUtime=0 cores=1,3
/proc/12455/task/12464/stat : 12464 (mono) S 12453 12455 11597 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 418816134 134602752 7045 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469889457 0 0 4096 545260780 18446604471128007872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.05
Current children cumulated vsize (KiB) 131448

[startup+19.1005 s]
/proc/loadavg: 3.94 4.01 4.04 5/222 12464
/proc/meminfo: memFree=14539760/32951124 swapFree=67111524/67111528
[pid=12455] ppid=12453 vsize=131512 CPUtime=19.27 cores=1,3
/proc/12455/stat : 12455 (mono) R 12453 12455 11597 0 -1 4202496 9691 0 0 0 1924 3 0 0 19 0 9 0 418816133 134668288 7648 33554432000 4194304 7232020 140733486934560 18446744073709551615 1099087006 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/12455/statm: 32878 7648 1024 742 0 25449 0
[pid=12455/tid=12457] ppid=12453 vsize=131512 CPUtime=0.04 cores=1,3
/proc/12455/task/12457/stat : 12457 (mono) S 12453 12455 11597 0 -1 4202560 4 0 0 0 4 0 0 0 15 0 9 0 418816133 134668288 7648 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 1 0 0 0
[pid=12455/tid=12458] ppid=12453 vsize=131512 CPUtime=0.05 cores=1,3
/proc/12455/task/12458/stat : 12458 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 5 0 0 0 16 0 9 0 418816133 134668288 7648 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 3 0 0 0
[pid=12455/tid=12459] ppid=12453 vsize=131512 CPUtime=0.04 cores=1,3
/proc/12455/task/12459/stat : 12459 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 4 0 0 0 15 0 9 0 418816133 134668288 7648 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 1 0 0 0
[pid=12455/tid=12460] ppid=12453 vsize=131512 CPUtime=0.04 cores=1,3
/proc/12455/task/12460/stat : 12460 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 4 0 0 0 16 0 9 0 418816133 134668288 7648 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 3 0 0 0
[pid=12455/tid=12461] ppid=12453 vsize=131512 CPUtime=0.05 cores=1,3
/proc/12455/task/12461/stat : 12461 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 5 0 0 0 15 0 9 0 418816133 134668288 7648 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 1 0 0 0
[pid=12455/tid=12462] ppid=12453 vsize=131512 CPUtime=0.04 cores=1,3
/proc/12455/task/12462/stat : 12462 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 4 0 0 0 15 0 9 0 418816133 134668288 7648 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 3 0 0 0
[pid=12455/tid=12463] ppid=12453 vsize=131512 CPUtime=0.05 cores=1,3
/proc/12455/task/12463/stat : 12463 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 5 0 0 0 16 0 9 0 418816133 134668288 7648 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 1 0 0 0
[pid=12455/tid=12464] ppid=12453 vsize=131512 CPUtime=0 cores=1,3
/proc/12455/task/12464/stat : 12464 (mono) S 12453 12455 11597 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 418816134 134668288 7648 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469889457 0 0 4096 545260780 18446604471128007872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19.27
Current children cumulated vsize (KiB) 131512

[startup+19.9004 s]
/proc/loadavg: 3.94 4.01 4.04 5/222 12464
/proc/meminfo: memFree=14536420/32951124 swapFree=67111524/67111528
[pid=12455] ppid=12453 vsize=131512 CPUtime=20.09 cores=1,3
/proc/12455/stat : 12455 (mono) R 12453 12455 11597 0 -1 4202496 9696 0 0 0 2005 4 0 0 18 0 9 0 418816133 134668288 7427 33554432000 4194304 7232020 140733486934560 18446744073709551615 1099076126 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/12455/statm: 32878 7427 1024 742 0 25449 0
[pid=12455/tid=12457] ppid=12453 vsize=131512 CPUtime=0.04 cores=1,3
/proc/12455/task/12457/stat : 12457 (mono) S 12453 12455 11597 0 -1 4202560 4 0 0 0 4 0 0 0 15 0 9 0 418816133 134668288 7427 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 1 0 0 0
[pid=12455/tid=12458] ppid=12453 vsize=131512 CPUtime=0.06 cores=1,3
/proc/12455/task/12458/stat : 12458 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 6 0 0 0 16 0 9 0 418816133 134668288 7427 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 1 0 0 0
[pid=12455/tid=12459] ppid=12453 vsize=131512 CPUtime=0.05 cores=1,3
/proc/12455/task/12459/stat : 12459 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 5 0 0 0 15 0 9 0 418816133 134668288 7427 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 1 0 0 0
[pid=12455/tid=12460] ppid=12453 vsize=131512 CPUtime=0.04 cores=1,3
/proc/12455/task/12460/stat : 12460 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 4 0 0 0 15 0 9 0 418816133 134668288 7427 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 1 0 0 0
[pid=12455/tid=12461] ppid=12453 vsize=131512 CPUtime=0.05 cores=1,3
/proc/12455/task/12461/stat : 12461 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 5 0 0 0 16 0 9 0 418816133 134668288 7427 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 3 0 0 0
[pid=12455/tid=12462] ppid=12453 vsize=131512 CPUtime=0.04 cores=1,3
/proc/12455/task/12462/stat : 12462 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 4 0 0 0 15 0 9 0 418816133 134668288 7427 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 3 0 0 0
[pid=12455/tid=12463] ppid=12453 vsize=131512 CPUtime=0.05 cores=1,3
/proc/12455/task/12463/stat : 12463 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 5 0 0 0 16 0 9 0 418816133 134668288 7427 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 3 0 0 0
[pid=12455/tid=12464] ppid=12453 vsize=131512 CPUtime=0 cores=1,3
/proc/12455/task/12464/stat : 12464 (mono) S 12453 12455 11597 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 418816134 134668288 7427 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469889457 0 0 4096 545260780 18446604471128007872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20.09
Current children cumulated vsize (KiB) 131512

[startup+20.3013 s]
/proc/loadavg: 3.94 4.01 4.04 5/222 12464
/proc/meminfo: memFree=14536420/32951124 swapFree=67111524/67111528
[pid=12455] ppid=12453 vsize=131512 CPUtime=20.49 cores=1,3
/proc/12455/stat : 12455 (mono) R 12453 12455 11597 0 -1 4202496 9724 0 0 0 2045 4 0 0 18 0 9 0 418816133 134668288 6966 33554432000 4194304 7232020 140733486934560 18446744073709551615 1099075694 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/12455/statm: 32878 6966 1024 742 0 25449 0
[pid=12455/tid=12457] ppid=12453 vsize=131512 CPUtime=0.04 cores=1,3
/proc/12455/task/12457/stat : 12457 (mono) S 12453 12455 11597 0 -1 4202560 4 0 0 0 4 0 0 0 16 0 9 0 418816133 134668288 6966 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 3 0 0 0
[pid=12455/tid=12458] ppid=12453 vsize=131512 CPUtime=0.06 cores=1,3
/proc/12455/task/12458/stat : 12458 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 6 0 0 0 15 0 9 0 418816133 134668288 6966 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 3 0 0 0
[pid=12455/tid=12459] ppid=12453 vsize=131512 CPUtime=0.05 cores=1,3
/proc/12455/task/12459/stat : 12459 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 5 0 0 0 15 0 9 0 418816133 134668288 6966 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 3 0 0 0
[pid=12455/tid=12460] ppid=12453 vsize=131512 CPUtime=0.04 cores=1,3
/proc/12455/task/12460/stat : 12460 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 4 0 0 0 15 0 9 0 418816133 134668288 6966 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 1 0 0 0
[pid=12455/tid=12461] ppid=12453 vsize=131512 CPUtime=0.05 cores=1,3
/proc/12455/task/12461/stat : 12461 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 5 0 0 0 15 0 9 0 418816133 134668288 6966 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 3 0 0 0
[pid=12455/tid=12462] ppid=12453 vsize=131512 CPUtime=0.04 cores=1,3
/proc/12455/task/12462/stat : 12462 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 4 0 0 0 15 0 9 0 418816133 134668288 6966 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 3 0 0 0
[pid=12455/tid=12463] ppid=12453 vsize=131512 CPUtime=0.05 cores=1,3
/proc/12455/task/12463/stat : 12463 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 5 0 0 0 15 0 9 0 418816133 134668288 6966 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 3 0 0 0
[pid=12455/tid=12464] ppid=12453 vsize=131512 CPUtime=0 cores=1,3
/proc/12455/task/12464/stat : 12464 (mono) S 12453 12455 11597 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 418816134 134668288 6966 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469889457 0 0 4096 545260780 18446604471128007872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20.49
Current children cumulated vsize (KiB) 131512

[startup+20.5013 s]
/proc/loadavg: 3.94 4.01 4.04 5/222 12464
/proc/meminfo: memFree=14536420/32951124 swapFree=67111524/67111528
[pid=12455] ppid=12453 vsize=131512 CPUtime=20.7 cores=1,3
/proc/12455/stat : 12455 (mono) R 12453 12455 11597 0 -1 4202496 9785 0 0 0 2066 4 0 0 18 0 9 0 418816133 134668288 6606 33554432000 4194304 7232020 140733486934560 18446744073709551615 1099075701 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/12455/statm: 32878 6606 1024 742 0 25449 0
[pid=12455/tid=12457] ppid=12453 vsize=131512 CPUtime=0.04 cores=1,3
/proc/12455/task/12457/stat : 12457 (mono) S 12453 12455 11597 0 -1 4202560 4 0 0 0 4 0 0 0 15 0 9 0 418816133 134668288 6606 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 3 0 0 0
[pid=12455/tid=12458] ppid=12453 vsize=131512 CPUtime=0.06 cores=1,3
/proc/12455/task/12458/stat : 12458 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 6 0 0 0 15 0 9 0 418816133 134668288 6606 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 1 0 0 0
[pid=12455/tid=12459] ppid=12453 vsize=131512 CPUtime=0.05 cores=1,3
/proc/12455/task/12459/stat : 12459 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 5 0 0 0 15 0 9 0 418816133 134668288 6606 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 3 0 0 0
[pid=12455/tid=12460] ppid=12453 vsize=131512 CPUtime=0.05 cores=1,3
/proc/12455/task/12460/stat : 12460 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 5 0 0 0 15 0 9 0 418816133 134668288 6606 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 1 0 0 0
[pid=12455/tid=12461] ppid=12453 vsize=131512 CPUtime=0.05 cores=1,3
/proc/12455/task/12461/stat : 12461 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 5 0 0 0 16 0 9 0 418816133 134668288 6606 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 3 0 0 0
[pid=12455/tid=12462] ppid=12453 vsize=131512 CPUtime=0.04 cores=1,3
/proc/12455/task/12462/stat : 12462 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 4 0 0 0 16 0 9 0 418816133 134668288 6606 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 3 0 0 0
[pid=12455/tid=12463] ppid=12453 vsize=131512 CPUtime=0.06 cores=1,3
/proc/12455/task/12463/stat : 12463 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 6 0 0 0 16 0 9 0 418816133 134668288 6606 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 1 0 0 0
[pid=12455/tid=12464] ppid=12453 vsize=131512 CPUtime=0 cores=1,3
/proc/12455/task/12464/stat : 12464 (mono) S 12453 12455 11597 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 418816134 134668288 6606 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469889457 0 0 4096 545260780 18446604471128007872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20.7
Current children cumulated vsize (KiB) 131512

[startup+20.6013 s]
/proc/loadavg: 3.94 4.01 4.04 5/222 12464
/proc/meminfo: memFree=14536420/32951124 swapFree=67111524/67111528
[pid=12455] ppid=12453 vsize=131512 CPUtime=20.8 cores=1,3
/proc/12455/stat : 12455 (mono) R 12453 12455 11597 0 -1 4202496 9785 0 0 0 2076 4 0 0 18 0 9 0 418816133 134668288 6606 33554432000 4194304 7232020 140733486934560 18446744073709551615 1099075701 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/12455/statm: 32878 6606 1024 742 0 25449 0
[pid=12455/tid=12457] ppid=12453 vsize=131512 CPUtime=0.04 cores=1,3
/proc/12455/task/12457/stat : 12457 (mono) S 12453 12455 11597 0 -1 4202560 4 0 0 0 4 0 0 0 15 0 9 0 418816133 134668288 6606 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 3 0 0 0
[pid=12455/tid=12458] ppid=12453 vsize=131512 CPUtime=0.06 cores=1,3
/proc/12455/task/12458/stat : 12458 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 6 0 0 0 15 0 9 0 418816133 134668288 6606 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 1 0 0 0
[pid=12455/tid=12459] ppid=12453 vsize=131512 CPUtime=0.05 cores=1,3
/proc/12455/task/12459/stat : 12459 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 5 0 0 0 15 0 9 0 418816133 134668288 6606 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 3 0 0 0
[pid=12455/tid=12460] ppid=12453 vsize=131512 CPUtime=0.05 cores=1,3
/proc/12455/task/12460/stat : 12460 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 5 0 0 0 15 0 9 0 418816133 134668288 6606 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 1 0 0 0
[pid=12455/tid=12461] ppid=12453 vsize=131512 CPUtime=0.05 cores=1,3
/proc/12455/task/12461/stat : 12461 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 5 0 0 0 16 0 9 0 418816133 134668288 6606 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 3 0 0 0
[pid=12455/tid=12462] ppid=12453 vsize=131512 CPUtime=0.04 cores=1,3
/proc/12455/task/12462/stat : 12462 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 4 0 0 0 16 0 9 0 418816133 134668288 6606 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 3 0 0 0
[pid=12455/tid=12463] ppid=12453 vsize=131512 CPUtime=0.06 cores=1,3
/proc/12455/task/12463/stat : 12463 (mono) S 12453 12455 11597 0 -1 4202560 2 0 0 0 6 0 0 0 16 0 9 0 418816133 134668288 6606 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469881753 0 0 4096 545260780 18446604471128007872 0 0 -1 1 0 0 0
[pid=12455/tid=12464] ppid=12453 vsize=131512 CPUtime=0 cores=1,3
/proc/12455/task/12464/stat : 12464 (mono) S 12453 12455 11597 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 418816134 134668288 6606 33554432000 4194304 7232020 140733486934560 18446744073709551615 252469889457 0 0 4096 545260780 18446604471128007872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20.8
Current children cumulated vsize (KiB) 131512

Child status: 0
Real time (s): 20.6761
CPU time (s): 20.8758
CPU user time (s): 20.8338
CPU system time (s): 0.041993
CPU usage (%): 100.966
Max. virtual memory (cumulated for all children) (KiB): 131512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.8338
system time used= 0.041993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9915
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= 10191
involuntary context switches= 2185

runsolver used 0.028995 second user time and 0.084987 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-08 20:04:17
IDJOB=3189442
IDBENCH=82973
IDSOLVER=1608
FILE ID=node111/3189442-1302285857
RUNJOBID= node111-1302280644-11617
PBS_JOBID= 12919082
Free space on /tmp= 70836 MiB

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

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

MD5SUM BENCH= 483d25248cf3914949bc8e0a31e41038
RANDOM SEED=1539684390

node111.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	: 5428.12
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.75
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.86
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14618880 kB
Buffers:        515920 kB
Cached:       17291292 kB
SwapCached:          4 kB
Active:        9477592 kB
Inactive:      8429224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14618880 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:             436 kB
Writeback:           0 kB
AnonPages:       99908 kB
Mapped:          18060 kB
Slab:           361460 kB
PageTables:       5664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   514176 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= 70836 MiB
End job on node111 at 2011-04-08 20:04:37