Trace number 3723646

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 NameAnswerobjective functionCPU timeWall clock time
PB12: minisatp 1.0-2-g022594cSAT (TO)102 1800.09 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-m4.r.opb
MD5SUMf69ecb5497caa964fbd82b9dc6698ac3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark90
Best CPU time to get the best result obtained on this benchmark0.142977
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 90
Optimality of the best value was proved YES
Number of variables652
Total number of constraints759
Number of constraints which are clauses759
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint46
Number of terms in the objective function 652
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 652
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 652
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c Parsing PB file...
0.00/0.00	c Converting 759 PB-constraints to clauses...
0.00/0.00	c   -- Unit propagations: (none)
0.00/0.00	c   -- Detecting intervals from adjacent constraints: ==
0.00/0.00	c   -- Clauses(.)/Splits(s): .....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
0.00/0.00	c ==================================[MINISAT+]==================================
0.00/0.00	c | Conflicts | Original         | Learnt                           | Progress |
0.00/0.00	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |     757     9236 |     252       0        0    -nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Found solution: 116
0.00/0.00	c ---[   0]---> Sorter-cost:29548     Base:
0.00/0.02	c ==================================[MINISAT+]==================================
0.00/0.02	c | Conflicts | Original         | Learnt                           | Progress |
0.00/0.02	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   35689    90798 |   11896       0        0    -nan |  0.000 % |
0.00/0.05	c |       100 |   35046    89453 |   13085      75      520     6.9 |  1.932 % |
0.00/0.08	c |       250 |   34855    89044 |   14394     219     1796     8.2 |  2.383 % |
0.00/0.11	c |       475 |   34855    89044 |   15833     444    10268    23.1 |  2.383 % |
0.00/0.14	c |       813 |   34805    88940 |   17416     778    19780    25.4 |  2.497 % |
0.00/0.18	c |      1319 |   34805    88940 |   19158    1284    31364    24.4 |  2.497 % |
0.00/0.25	c |      2078 |   34805    88940 |   21074    2043    54522    26.7 |  2.497 % |
0.00/0.36	c |      3217 |   34805    88940 |   23181    3182    85305    26.8 |  2.497 % |
0.00/0.63	c |      4925 |   34805    88940 |   25500    4890   209396    42.8 |  2.497 % |
0.99/1.02	c |      7487 |   34773    88868 |   28050    7450   418145    56.1 |  2.582 % |
1.09/1.19	c ==============================================================================
1.09/1.19	c Found solution: 105
1.09/1.19	c ---[   0]---> Sorter-cost:    0     Base:
1.09/1.19	c ==================================[MINISAT+]==================================
1.09/1.19	c | Conflicts | Original         | Learnt                           | Progress |
1.09/1.19	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
1.09/1.19	c ==============================================================================
1.09/1.19	c |      8988 |   34859    89083 |   11619    8951   472954    52.8 |  2.582 % |
1.18/1.21	c |      9088 |   34832    89022 |   12780    9050   474299    52.4 |  2.652 % |
1.18/1.22	c |      9239 |   34832    89022 |   14058    9201   478419    52.0 |  2.652 % |
1.18/1.25	c |      9464 |   34832    89022 |   15464    9426   490212    52.0 |  2.652 % |
1.28/1.30	c |      9801 |   34795    88943 |   17011    9762   504643    51.7 |  2.740 % |
1.28/1.36	c |     10310 |   34795    88943 |   18712   10271   524947    51.1 |  2.740 % |
1.38/1.43	c |     11070 |   34795    88943 |   20583   11031   550537    49.9 |  2.740 % |
1.48/1.54	c |     12209 |   34795    88943 |   22642   12170   600336    49.3 |  2.740 % |
1.68/1.72	c |     13917 |   34727    88793 |   24906   13873   651570    47.0 |  2.912 % |
1.88/1.96	c |     16479 |   34727    88793 |   27396   16435   757603    46.1 |  2.912 % |
2.38/2.42	c |     20323 |   34727    88793 |   30136   20279  1048386    51.7 |  2.912 % |
2.48/2.51	c ==============================================================================
2.48/2.51	c Found solution: 102
2.48/2.51	c ---[   0]---> Sorter-cost:    0     Base:
2.48/2.52	c ==================================[MINISAT+]==================================
2.48/2.52	c | Conflicts | Original         | Learnt                           | Progress |
2.48/2.52	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
2.48/2.52	c ==============================================================================
2.48/2.52	c |     20985 |   34734    88811 |   11578   19968   931247    46.6 |  2.912 % |
2.48/2.55	c |     21085 |   34734    88811 |   12735   10084   480617    47.7 |  2.970 % |
2.48/2.56	c |     21235 |   34734    88811 |   14009   10234   484417    47.3 |  2.970 % |
2.48/2.59	c |     21461 |   34734    88811 |   15410   10460   489931    46.8 |  2.970 % |
2.58/2.64	c |     21798 |   34707    88751 |   16951   10796   498355    46.2 |  3.037 % |
2.68/2.70	c |     22304 |   34707    88751 |   18646   11302   518923    45.9 |  3.037 % |
2.78/2.80	c |     23064 |   34707    88751 |   20511   12062   555082    46.0 |  3.037 % |
2.88/2.99	c |     24203 |   34707    88751 |   22562   13201   621335    47.1 |  3.037 % |
3.08/3.17	c |     25911 |   34707    88751 |   24818   14909   684584    45.9 |  3.037 % |
3.38/3.49	c |     28474 |   34707    88751 |   27300   17472   825199    47.2 |  3.037 % |
3.98/4.08	c |     32321 |   34707    88751 |   30030   21319  1100904    51.6 |  3.037 % |
4.59/4.68	c |     38087 |   34707    88751 |   33033   27085  1403047    51.8 |  3.037 % |
5.69/5.79	c |     46736 |   34707    88751 |   36336   13367   630591    47.2 |  3.037 % |
7.39/7.47	c |     59710 |   34707    88751 |   39970   26341  1310206    49.7 |  3.037 % |
10.09/10.10	c |     79171 |   34707    88751 |   43967   17737   817364    46.1 |  3.037 % |
15.79/15.82	c |    108363 |   34707    88751 |   48364   46929  3368875    71.8 |  3.037 % |
28.89/28.99	c |    152152 |   34707    88751 |   53200   52978  5666306   107.0 |  3.037 % |
41.58/41.61	c |    217837 |   34680    88692 |   58520   36183  3071461    84.9 |  3.104 % |
71.88/71.91	c |    316363 |   34680    88692 |   64372   40264  4842390   120.3 |  3.104 % |
120.27/120.38	c |    464158 |   34680    88692 |   70809   35114  3657188   104.2 |  3.104 % |
196.16/196.20	c |    685841 |   34680    88692 |   77890   21715  2094962    96.5 |  3.104 % |
327.03/327.16	c |   1018366 |   34680    88692 |   85680   32506  2822697    86.8 |  3.104 % |
519.11/519.23	c |   1517154 |   34680    88692 |   94248   19005  2167259   114.0 |  3.104 % |
822.36/822.55	c |   2265337 |   34680    88692 |  103672   32443  3627818   111.8 |  3.104 % |
1243.54/1243.86	c |   3387611 |   34680    88692 |  114040   64855  7310789   112.7 |  3.104 % |
1800.07/1800.40	c 
1800.07/1800.40	c *** TERMINATED ***
1800.07/1800.40	s SATISFIABLE
1800.07/1800.40	v -x1 x2 -x3 -x4 -x5 -x6 -x7 x8 -x9 -x10 x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 x47 x48 x49 -x50 -x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 -x69 -x70 -x71 x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 x94 x95 -x96 x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 x119 x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 x141 -x142 x143 -x144 -x145 -x146 x147 -x148 -x149 x150 -x151 -x152 x153 -x154 x155 -x156 -x157 -x158 x159 -x160 x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 x174 -x175 -x176 -x177 x178 -x179 -x180 -x181 -x182 -x183 x184 -x185 -x186 -x187 x188 x189 -x190 -x191 -x192 -x193 x194 x195 -x196 -x197 -x198 -x199 -x200 -x201 x202 -x203 x204 -x205 -x206 -x207 x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 x232 -x233 -x234 -x235 x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 x267 -x268 x269 -x270 x271 -x272 x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 x303 -x304 -x305 x306 -x307 -x308 -x309 x310 -x311 -x312 -x313 -x314 x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 x323 -x324 x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 x350 -x351 x352 -x353 -x354 -x355 -x356 -x357 -x358 x359 x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 x404 -x405 -x406 -x407 -x408 x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 x417 -x418 x419 -x420 x421 x422 -x423 -x424 -x425 -x426 -x427 -x428 x429 x430 -x431 -x432 -x433 x434 -x435 x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 x445 -x446 x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 x457 -x458 x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 x490 -x491 x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 x500 -x501 -x502 -x503 -x504 x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 x515 -x516 -x517 x518 -x519 -x520 x521 -x522 -x523 -x524 -x525 -x526 x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 x536 -x537 x538 -x539 x540 -x541 -x542 -x543 x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 x566 -x567 -x568 -x569 -x570 -x571 x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 x589 -x590 -x591 -x592 -x593 x594 x595 -x596 -x597 -x598 -x599 -x600 -x601 x602 -x603 -x604 x605 -x606 -x607 -x608 x609 -x610 -x611 -x612 -x613 x614 x615 -x616 x617 -x618 -x619 -x620 -x621 x622 -x623 -x624 -x625 -x626 -x627 x628 -x629 x630 x631 -x632 x633 -x634 -x635 -x636 -x637 x638 x639 -x640 x641 -x642 x643 -x644 x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652

Verifier Data

OK	102

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3723646-1338572987/watcher-3723646-1338572987 -o /tmp/evaluation-result-3723646-1338572987/solver-3723646-1338572987 -C 1800 -W 1900 -M 15500 minisat+_script HOME/instance-3723646-1338572987.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.21 2.06 1.97 4/177 11175
/proc/meminfo: memFree=31097732/32873844 swapFree=7900/7900
[pid=11175] ppid=11173 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11175/stat : 11175 (minisat+_script) S 11173 11175 8567 0 -1 4202496 381 551 0 0 0 0 0 0 20 0 1 0 323423278 9367552 276 33554432000 4194304 5064252 140736172707968 140736172706880 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11175/statm: 2287 276 236 213 0 72 0

[startup+0.0526969 s]
/proc/loadavg: 2.21 2.06 1.97 4/177 11175
/proc/meminfo: memFree=31097732/32873844 swapFree=7900/7900
[pid=11175] ppid=11173 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11175/stat : 11175 (minisat+_script) S 11173 11175 8567 0 -1 4202496 381 551 0 0 0 0 0 0 20 0 1 0 323423278 9367552 276 33554432000 4194304 5064252 140736172707968 140736172706880 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11175/statm: 2287 276 236 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100298 s]
/proc/loadavg: 2.21 2.06 1.97 4/177 11175
/proc/meminfo: memFree=31097732/32873844 swapFree=7900/7900
[pid=11175] ppid=11173 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11175/stat : 11175 (minisat+_script) S 11173 11175 8567 0 -1 4202496 381 551 0 0 0 0 0 0 20 0 1 0 323423278 9367552 276 33554432000 4194304 5064252 140736172707968 140736172706880 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11175/statm: 2287 276 236 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300229 s]
/proc/loadavg: 2.21 2.06 1.97 4/177 11175
/proc/meminfo: memFree=31097732/32873844 swapFree=7900/7900
[pid=11175] ppid=11173 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11175/stat : 11175 (minisat+_script) S 11173 11175 8567 0 -1 4202496 381 551 0 0 0 0 0 0 20 0 1 0 323423278 9367552 276 33554432000 4194304 5064252 140736172707968 140736172706880 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11175/statm: 2287 276 236 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700227 s]
/proc/loadavg: 2.21 2.06 1.97 4/177 11175
/proc/meminfo: memFree=31097732/32873844 swapFree=7900/7900
[pid=11175] ppid=11173 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11175/stat : 11175 (minisat+_script) S 11173 11175 8567 0 -1 4202496 381 551 0 0 0 0 0 0 20 0 1 0 323423278 9367552 276 33554432000 4194304 5064252 140736172707968 140736172706880 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11175/statm: 2287 276 236 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 2.21 2.06 1.97 3/179 11180
/proc/meminfo: memFree=31083340/32873844 swapFree=7900/7900
[pid=11175] ppid=11173 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11175/stat : 11175 (minisat+_script) S 11173 11175 8567 0 -1 4202496 381 551 0 0 0 0 0 0 20 0 1 0 323423278 9367552 276 33554432000 4194304 5064252 140736172707968 140736172706880 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11175/statm: 2287 276 236 213 0 72 0
[pid=11179] ppid=11175 vsize=12112 CPUtime=1.48 cores=1,3,5,7
/proc/11179/stat : 11179 (minisat+_64-bit) R 11175 11175 8567 0 -1 4202496 2759 0 0 0 148 0 0 0 20 0 1 0 323423279 12402688 2715 33554432000 4194304 5276501 140733246086496 140733246084488 4633200 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/11179/statm: 3028 2715 121 265 0 2760 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 21260

[startup+3.10027 s]
/proc/loadavg: 2.21 2.06 1.97 3/179 11180
/proc/meminfo: memFree=31076868/32873844 swapFree=7900/7900
[pid=11175] ppid=11173 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11175/stat : 11175 (minisat+_script) S 11173 11175 8567 0 -1 4202496 381 551 0 0 0 0 0 0 20 0 1 0 323423278 9367552 276 33554432000 4194304 5064252 140736172707968 140736172706880 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11175/statm: 2287 276 236 213 0 72 0
[pid=11179] ppid=11175 vsize=14956 CPUtime=3.08 cores=1,3,5,7
/proc/11179/stat : 11179 (minisat+_64-bit) R 11175 11175 8567 0 -1 4202496 3472 0 0 0 308 0 0 0 20 0 1 0 323423279 15314944 3428 33554432000 4194304 5276501 140733246086496 140733246084744 4399718 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/11179/statm: 3739 3428 121 265 0 3471 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 24104

[startup+6.30027 s]
/proc/loadavg: 2.19 2.06 1.97 3/179 11180
/proc/meminfo: memFree=31056284/32873844 swapFree=7900/7900
[pid=11175] ppid=11173 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11175/stat : 11175 (minisat+_script) S 11173 11175 8567 0 -1 4202496 381 551 0 0 0 0 0 0 20 0 1 0 323423278 9367552 276 33554432000 4194304 5064252 140736172707968 140736172706880 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11175/statm: 2287 276 236 213 0 72 0
[pid=11179] ppid=11175 vsize=19308 CPUtime=6.29 cores=1,3,5,7
/proc/11179/stat : 11179 (minisat+_64-bit) R 11175 11175 8567 0 -1 4202496 4542 0 0 0 628 1 0 0 20 0 1 0 323423279 19771392 4498 33554432000 4194304 5276501 140733246086496 140733246084680 4400441 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/11179/statm: 4827 4498 121 265 0 4559 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28456

[startup+12.7003 s]
/proc/loadavg: 2.17 2.05 1.97 4/179 11180
/proc/meminfo: memFree=31018644/32873844 swapFree=7900/7900
[pid=11175] ppid=11173 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11175/stat : 11175 (minisat+_script) S 11173 11175 8567 0 -1 4202496 381 551 0 0 0 0 0 0 20 0 1 0 323423278 9367552 276 33554432000 4194304 5064252 140736172707968 140736172706880 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11175/statm: 2287 276 236 213 0 72 0
[pid=11179] ppid=11175 vsize=22176 CPUtime=12.69 cores=1,3,5,7
/proc/11179/stat : 11179 (minisat+_64-bit) R 11175 11175 8567 0 -1 4202496 5212 0 0 0 1268 1 0 0 20 0 1 0 323423279 22708224 5168 33554432000 4194304 5276501 140733246086496 140733246084680 4397140 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/11179/statm: 5544 5168 121 265 0 5276 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31324

[startup+25.5004 s]
/proc/loadavg: 2.21 2.07 1.97 3/180 11183
/proc/meminfo: memFree=30960240/32873844 swapFree=7900/7900
[pid=11175] ppid=11173 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11175/stat : 11175 (minisat+_script) S 11173 11175 8567 0 -1 4202496 381 551 0 0 0 0 0 0 20 0 1 0 323423278 9367552 276 33554432000 4194304 5064252 140736172707968 140736172706880 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11175/statm: 2287 276 236 213 0 72 0
[pid=11179] ppid=11175 vsize=35272 CPUtime=25.48 cores=1,3,5,7
/proc/11179/stat : 11179 (minisat+_64-bit) R 11175 11175 8567 0 -1 4202496 8451 0 0 0 2546 2 0 0 20 0 1 0 323423279 36118528 8407 33554432000 4194304 5276501 140733246086496 140733246084488 4399816 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/11179/statm: 8818 8407 121 265 0 8550 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 44420

[startup+51.1003 s]
/proc/loadavg: 2.20 2.08 1.98 3/180 11183
/proc/meminfo: memFree=30859148/32873844 swapFree=7900/7900
[pid=11175] ppid=11173 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11175/stat : 11175 (minisat+_script) S 11173 11175 8567 0 -1 4202496 381 551 0 0 0 0 0 0 20 0 1 0 323423278 9367552 276 33554432000 4194304 5064252 140736172707968 140736172706880 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11175/statm: 2287 276 236 213 0 72 0
[pid=11179] ppid=11175 vsize=46568 CPUtime=51.08 cores=1,3,5,7
/proc/11179/stat : 11179 (minisat+_64-bit) R 11175 11175 8567 0 -1 4202496 11196 0 0 0 5105 3 0 0 20 0 1 0 323423279 47685632 11152 33554432000 4194304 5276501 140733246086496 140733246084680 4399852 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/11179/statm: 11642 11152 121 265 0 11374 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 55716

[startup+102.307 s]
/proc/loadavg: 2.08 2.06 1.98 3/179 11183
/proc/meminfo: memFree=30645780/32873844 swapFree=7900/7900
[pid=11175] ppid=11173 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11175/stat : 11175 (minisat+_script) S 11173 11175 8567 0 -1 4202496 381 551 0 0 0 0 0 0 20 0 1 0 323423278 9367552 276 33554432000 4194304 5064252 140736172707968 140736172706880 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11175/statm: 2287 276 236 213 0 72 0
[pid=11179] ppid=11175 vsize=57996 CPUtime=102.28 cores=1,3,5,7
/proc/11179/stat : 11179 (minisat+_64-bit) R 11175 11175 8567 0 -1 4202496 13947 0 0 0 10224 4 0 0 20 0 1 0 323423279 59387904 13903 33554432000 4194304 5276501 140733246086496 140733246084680 4399850 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/11179/statm: 14499 13903 121 265 0 14231 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 67144

[startup+162.3 s]
/proc/loadavg: 2.09 2.06 1.98 3/179 11184
/proc/meminfo: memFree=30589652/32873844 swapFree=7900/7900
[pid=11175] ppid=11173 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11175/stat : 11175 (minisat+_script) S 11173 11175 8567 0 -1 4202496 381 551 0 0 0 0 0 0 20 0 1 0 323423278 9367552 276 33554432000 4194304 5064252 140736172707968 140736172706880 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11175/statm: 2287 276 236 213 0 72 0
[pid=11179] ppid=11175 vsize=62536 CPUtime=162.26 cores=1,3,5,7
/proc/11179/stat : 11179 (minisat+_64-bit) R 11175 11175 8567 0 -1 4202496 15051 0 0 0 16222 4 0 0 20 0 1 0 323423279 64036864 15007 33554432000 4194304 5276501 140733246086496 140733246084680 4399992 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/11179/statm: 15634 15007 121 265 0 15366 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 71684

[startup+222.3 s]
/proc/loadavg: 2.03 2.05 1.98 3/179 11184
/proc/meminfo: memFree=30582612/32873844 swapFree=7900/7900
[pid=11175] ppid=11173 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11175/stat : 11175 (minisat+_script) S 11173 11175 8567 0 -1 4202496 381 551 0 0 0 0 0 0 20 0 1 0 323423278 9367552 276 33554432000 4194304 5064252 140736172707968 140736172706880 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11175/statm: 2287 276 236 213 0 72 0
[pid=11179] ppid=11175 vsize=69876 CPUtime=222.25 cores=1,3,5,7
/proc/11179/stat : 11179 (minisat+_64-bit) R 11175 11175 8567 0 -1 4202496 16812 0 0 0 22220 5 0 0 20 0 1 0 323423279 71553024 16768 33554432000 4194304 5276501 140733246086496 140733246084488 4400432 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/11179/statm: 17469 16768 121 265 0 17201 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 79024

[startup+282.3 s]
/proc/loadavg: 2.01 2.04 1.98 3/179 11184
/proc/meminfo: memFree=30500552/32873844 swapFree=7900/7900
[pid=11175] ppid=11173 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11175/stat : 11175 (minisat+_script) S 11173 11175 8567 0 -1 4202496 381 551 0 0 0 0 0 0 20 0 1 0 323423278 9367552 276 33554432000 4194304 5064252 140736172707968 140736172706880 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11175/statm: 2287 276 236 213 0 72 0
[pid=11179] ppid=11175 vsize=72808 CPUtime=282.24 cores=1,3,5,7
/proc/11179/stat : 11179 (minisat+_64-bit) R 11175 11175 8567 0 -1 4202496 17448 0 0 0 28219 5 0 0 20 0 1 0 323423279 74555392 17404 33554432000 4194304 5276501 140733246086496 140733246084728 4399816 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/11179/statm: 18202 17404 121 265 0 17934 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 81956

[startup+342.3 s]
/proc/loadavg: 2.00 2.03 1.98 3/179 11184
/proc/meminfo: memFree=30327724/32873844 swapFree=7900/7900
[pid=11175] ppid=11173 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11175/stat : 11175 (minisat+_script) S 11173 11175 8567 0 -1 4202496 381 551 0 0 0 0 0 0 20 0 1 0 323423278 9367552 276 33554432000 4194304 5064252 140736172707968 140736172706880 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11175/statm: 2287 276 236 213 0 72 0
[pid=11179] ppid=11175 vsize=76888 CPUtime=342.23 cores=1,3,5,7
/proc/11179/stat : 11179 (minisat+_64-bit) R 11175 11175 8567 0 -1 4202496 18397 0 0 0 34218 5 0 0 20 0 1 0 323423279 78733312 18353 33554432000 4194304 5276501 140733246086496 140733246084488 4399992 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/11179/statm: 19222 18353 121 265 0 18954 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 86036

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/179 11184
/proc/meminfo: memFree=30154524/32873844 swapFree=7900/7900
[pid=11175] ppid=11173 vsize=9148 CPUtime=0 cores=1,3,5,7

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

[pid=11179] ppid=11175 vsize=139940 CPUtime=1062.07 cores=1,3,5,7
/proc/11179/stat : 11179 (minisat+_64-bit) R 11175 11175 8567 0 -1 4202496 33413 0 0 0 106195 12 0 0 20 0 1 0 323423279 143298560 33732 33554432000 4194304 5276501 140733246086496 140733246084728 4399804 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/11179/statm: 34985 33732 121 265 0 34717 0
Current children cumulated CPU time (s) 1062.07
Current children cumulated vsize (KiB) 149088

[startup+1122.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 11213
/proc/meminfo: memFree=29838060/32873844 swapFree=7900/7900
[pid=11175] ppid=11173 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11175/stat : 11175 (minisat+_script) S 11173 11175 8567 0 -1 4202496 381 551 0 0 0 0 0 0 20 0 1 0 323423278 9367552 276 33554432000 4194304 5064252 140736172707968 140736172706880 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11175/statm: 2287 276 236 213 0 72 0
[pid=11179] ppid=11175 vsize=140604 CPUtime=1122.06 cores=1,3,5,7
/proc/11179/stat : 11179 (minisat+_64-bit) R 11175 11175 8567 0 -1 4202496 33556 0 0 0 112194 12 0 0 20 0 1 0 323423279 143978496 33875 33554432000 4194304 5276501 140733246086496 140733246084680 4398651 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/11179/statm: 35151 33875 121 265 0 34883 0
Current children cumulated CPU time (s) 1122.06
Current children cumulated vsize (KiB) 149752

[startup+1182.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 11213
/proc/meminfo: memFree=29645860/32873844 swapFree=7900/7900
[pid=11175] ppid=11173 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11175/stat : 11175 (minisat+_script) S 11173 11175 8567 0 -1 4202496 381 551 0 0 0 0 0 0 20 0 1 0 323423278 9367552 276 33554432000 4194304 5064252 140736172707968 140736172706880 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11175/statm: 2287 276 236 213 0 72 0
[pid=11179] ppid=11175 vsize=143780 CPUtime=1182.05 cores=1,3,5,7
/proc/11179/stat : 11179 (minisat+_64-bit) R 11175 11175 8567 0 -1 4202496 34273 0 0 0 118193 12 0 0 20 0 1 0 323423279 147230720 34592 33554432000 4194304 5276501 140733246086496 140733246084920 4400432 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/11179/statm: 35945 34592 121 265 0 35677 0
Current children cumulated CPU time (s) 1182.05
Current children cumulated vsize (KiB) 152928

[startup+1242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/180 11216
/proc/meminfo: memFree=29522348/32873844 swapFree=7900/7900
[pid=11175] ppid=11173 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11175/stat : 11175 (minisat+_script) S 11173 11175 8567 0 -1 4202496 381 551 0 0 0 0 0 0 20 0 1 0 323423278 9367552 276 33554432000 4194304 5064252 140736172707968 140736172706880 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11175/statm: 2287 276 236 213 0 72 0
[pid=11179] ppid=11175 vsize=144956 CPUtime=1242.05 cores=1,3,5,7
/proc/11179/stat : 11179 (minisat+_64-bit) R 11175 11175 8567 0 -1 4202496 34532 0 0 0 124192 13 0 0 20 0 1 0 323423279 148434944 34851 33554432000 4194304 5276501 140733246086496 140733246084728 4399804 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/11179/statm: 36239 34851 121 265 0 35971 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 154104

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 11216
/proc/meminfo: memFree=29356940/32873844 swapFree=7900/7900
[pid=11175] ppid=11173 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11175/stat : 11175 (minisat+_script) S 11173 11175 8567 0 -1 4202496 381 551 0 0 0 0 0 0 20 0 1 0 323423278 9367552 276 33554432000 4194304 5064252 140736172707968 140736172706880 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11175/statm: 2287 276 236 213 0 72 0
[pid=11179] ppid=11175 vsize=148340 CPUtime=1302.04 cores=1,3,5,7
/proc/11179/stat : 11179 (minisat+_64-bit) R 11175 11175 8567 0 -1 4202496 35297 0 0 0 130191 13 0 0 20 0 1 0 323423279 151900160 35616 33554432000 4194304 5276501 140733246086496 140733246084488 4399850 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/11179/statm: 37085 35616 121 265 0 36817 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 157488

[startup+1362.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/179 11217
/proc/meminfo: memFree=29353592/32873844 swapFree=7900/7900
[pid=11175] ppid=11173 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11175/stat : 11175 (minisat+_script) S 11173 11175 8567 0 -1 4202496 381 551 0 0 0 0 0 0 20 0 1 0 323423278 9367552 276 33554432000 4194304 5064252 140736172707968 140736172706880 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11175/statm: 2287 276 236 213 0 72 0
[pid=11179] ppid=11175 vsize=150864 CPUtime=1362.02 cores=1,3,5,7
/proc/11179/stat : 11179 (minisat+_64-bit) R 11175 11175 8567 0 -1 4202496 35806 0 0 0 136189 13 0 0 20 0 1 0 323423279 154484736 36125 33554432000 4194304 5276501 140733246086496 140733246084728 4399850 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/11179/statm: 37716 36125 121 265 0 37448 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 160012

[startup+1422.31 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 11217
/proc/meminfo: memFree=29350492/32873844 swapFree=7900/7900
[pid=11175] ppid=11173 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11175/stat : 11175 (minisat+_script) S 11173 11175 8567 0 -1 4202496 381 551 0 0 0 0 0 0 20 0 1 0 323423278 9367552 276 33554432000 4194304 5064252 140736172707968 140736172706880 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11175/statm: 2287 276 236 213 0 72 0
[pid=11179] ppid=11175 vsize=154332 CPUtime=1422.03 cores=1,3,5,7
/proc/11179/stat : 11179 (minisat+_64-bit) R 11175 11175 8567 0 -1 4202496 36578 0 0 0 142189 14 0 0 20 0 1 0 323423279 158035968 36897 33554432000 4194304 5276501 140733246086496 140733246084680 4399854 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/11179/statm: 38583 36897 121 265 0 38315 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 163480

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 11217
/proc/meminfo: memFree=29347640/32873844 swapFree=7900/7900
[pid=11175] ppid=11173 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11175/stat : 11175 (minisat+_script) S 11173 11175 8567 0 -1 4202496 381 551 0 0 0 0 0 0 20 0 1 0 323423278 9367552 276 33554432000 4194304 5064252 140736172707968 140736172706880 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11175/statm: 2287 276 236 213 0 72 0
[pid=11179] ppid=11175 vsize=157548 CPUtime=1482 cores=1,3,5,7
/proc/11179/stat : 11179 (minisat+_64-bit) R 11175 11175 8567 0 -1 4202496 37258 0 0 0 148186 14 0 0 20 0 1 0 323423279 161329152 37577 33554432000 4194304 5276501 140733246086496 140733246084920 4399826 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/11179/statm: 39387 37577 121 265 0 39119 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 166696

[startup+1542.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/179 11217
/proc/meminfo: memFree=29344912/32873844 swapFree=7900/7900
[pid=11175] ppid=11173 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11175/stat : 11175 (minisat+_script) S 11173 11175 8567 0 -1 4202496 381 551 0 0 0 0 0 0 20 0 1 0 323423278 9367552 276 33554432000 4194304 5064252 140736172707968 140736172706880 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11175/statm: 2287 276 236 213 0 72 0
[pid=11179] ppid=11175 vsize=160268 CPUtime=1542 cores=1,3,5,7
/proc/11179/stat : 11179 (minisat+_64-bit) R 11175 11175 8567 0 -1 4202496 37938 0 0 0 154185 15 0 0 20 0 1 0 323423279 164114432 38257 33554432000 4194304 5276501 140733246086496 140733246084728 4399804 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/11179/statm: 40067 38257 121 265 0 39799 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 169416

[startup+1602.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 11217
/proc/meminfo: memFree=29341564/32873844 swapFree=7900/7900
[pid=11175] ppid=11173 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11175/stat : 11175 (minisat+_script) S 11173 11175 8567 0 -1 4202496 381 551 0 0 0 0 0 0 20 0 1 0 323423278 9367552 276 33554432000 4194304 5064252 140736172707968 140736172706880 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11175/statm: 2287 276 236 213 0 72 0
[pid=11179] ppid=11175 vsize=164064 CPUtime=1601.99 cores=1,3,5,7
/proc/11179/stat : 11179 (minisat+_64-bit) R 11175 11175 8567 0 -1 4202496 38823 0 0 0 160184 15 0 0 20 0 1 0 323423279 168001536 39142 33554432000 4194304 5276501 140733246086496 140733246084920 4399918 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/11179/statm: 41016 39142 121 265 0 40748 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 173212

[startup+1662.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/179 11218
/proc/meminfo: memFree=29283656/32873844 swapFree=7900/7900
[pid=11175] ppid=11173 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11175/stat : 11175 (minisat+_script) S 11173 11175 8567 0 -1 4202496 381 551 0 0 0 0 0 0 20 0 1 0 323423278 9367552 276 33554432000 4194304 5064252 140736172707968 140736172706880 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11175/statm: 2287 276 236 213 0 72 0
[pid=11179] ppid=11175 vsize=164980 CPUtime=1661.98 cores=1,3,5,7
/proc/11179/stat : 11179 (minisat+_64-bit) R 11175 11175 8567 0 -1 4202496 39008 0 0 0 166183 15 0 0 20 0 1 0 323423279 168939520 39327 33554432000 4194304 5276501 140733246086496 140733246084920 4399804 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/11179/statm: 41245 39327 121 265 0 40977 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 174128

[startup+1722.3 s]
/proc/loadavg: 1.95 2.01 1.99 3/175 11226
/proc/meminfo: memFree=31471296/32873844 swapFree=7900/7900
[pid=11175] ppid=11173 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11175/stat : 11175 (minisat+_script) S 11173 11175 8567 0 -1 4202496 381 551 0 0 0 0 0 0 20 0 1 0 323423278 9367552 276 33554432000 4194304 5064252 140736172707968 140736172706880 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11175/statm: 2287 276 236 213 0 72 0
[pid=11179] ppid=11175 vsize=166660 CPUtime=1721.97 cores=1,3,5,7
/proc/11179/stat : 11179 (minisat+_64-bit) R 11175 11175 8567 0 -1 4202496 39388 0 0 0 172182 15 0 0 20 0 1 0 323423279 170659840 39707 33554432000 4194304 5276501 140733246086496 140733246084728 4399958 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/11179/statm: 41665 39707 121 265 0 41397 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 175808

[startup+1782.3 s]
/proc/loadavg: 1.98 2.00 1.99 3/179 11261
/proc/meminfo: memFree=31347412/32873844 swapFree=7900/7900
[pid=11175] ppid=11173 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11175/stat : 11175 (minisat+_script) S 11173 11175 8567 0 -1 4202496 381 551 0 0 0 0 0 0 20 0 1 0 323423278 9367552 276 33554432000 4194304 5064252 140736172707968 140736172706880 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11175/statm: 2287 276 236 213 0 72 0
[pid=11179] ppid=11175 vsize=168752 CPUtime=1781.96 cores=1,3,5,7
/proc/11179/stat : 11179 (minisat+_64-bit) R 11175 11175 8567 0 -1 4202496 39782 0 0 0 178181 15 0 0 20 0 1 0 323423279 172802048 40101 33554432000 4194304 5276501 140733246086496 140733246084920 4399315 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/11179/statm: 42188 40101 121 265 0 41920 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 177900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.98 2.00 1.99 3/179 11261
/proc/meminfo: memFree=31347660/32873844 swapFree=7900/7900
[pid=11175] ppid=11173 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11175/stat : 11175 (minisat+_script) S 11173 11175 8567 0 -1 4202496 381 551 0 0 0 0 0 0 20 0 1 0 323423278 9367552 276 33554432000 4194304 5064252 140736172707968 140736172706880 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11175/statm: 2287 276 236 213 0 72 0
[pid=11179] ppid=11175 vsize=168896 CPUtime=1800.07 cores=1,3,5,7
/proc/11179/stat : 11179 (minisat+_64-bit) R 11175 11175 8567 0 -1 4202496 39812 0 0 0 179992 15 0 0 20 0 1 0 323423279 172949504 40131 33554432000 4194304 5276501 140733246086496 140733246084728 4399804 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/11179/statm: 42224 40131 121 265 0 41956 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 178044

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.41
CPU time (s): 1800.09
CPU user time (s): 1799.92
CPU system time (s): 0.164974
CPU usage (%): 99.9818
Max. virtual memory (cumulated for all children) (KiB): 178044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.92
system time used= 0.164974
maximum resident set size= 160528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40745
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= 68
involuntary context switches= 1856

runsolver used 4.03139 second user time and 10.7544 second system time

The end

Launcher Data

Begin job on node137 at 2012-06-01 19:49:48
IDJOB=3723646
IDBENCH=2868
IDSOLVER=2307
FILE ID=node137/3723646-1338572987
RUNJOBID= node137-1338569029-10329
PBS_JOBID= 14635883
Free space on /tmp= 70692 MiB

SOLVER NAME= minisatp 1.0-2-g022594c
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m4.r.opb
COMMAND LINE= minisat+_script BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3723646-1338572987/watcher-3723646-1338572987 -o /tmp/evaluation-result-3723646-1338572987/solver-3723646-1338572987 -C 1800 -W 1900 -M 15500  minisat+_script HOME/instance-3723646-1338572987.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= f69ecb5497caa964fbd82b9dc6698ac3
RANDOM SEED=1521129720

node137.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.600
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.600
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.600
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.600
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.600
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.600
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.600
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.600
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31097996 kB
Buffers:          111508 kB
Cached:           315044 kB
SwapCached:         5796 kB
Active:           728796 kB
Inactive:         242040 kB
Active(anon):     539132 kB
Inactive(anon):     7184 kB
Active(file):     189664 kB
Inactive(file):   234856 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67097500 kB
Dirty:              2292 kB
Writeback:             0 kB
AnonPages:        547156 kB
Mapped:             9644 kB
Shmem:                 0 kB
Slab:             665924 kB
SReclaimable:     107004 kB
SUnreclaim:       558920 kB
KernelStack:        1496 kB
PageTables:         5276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     665312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    104448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70692 MiB
End job on node137 at 2012-06-01 20:19:50