Trace number 353000

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, and are wall clock time (not CPU 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
minisat+ 1.14SAT (TO)372 1800.11 1800.12

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii32d2.opb
MD5SUM05a418d42b6e85967009c0fa73623d83
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark372
Best CPU time to get the best result obtained on this benchmark1782.73
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 372
Optimality of the best value was proved NO
Number of variables808
Total number of constraints5557
Number of constraints which are clauses5557
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 constraint32
Number of terms in the objective function 808
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 808
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 808
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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.00/0.00	c Parsing PB file...
0.19/0.21	c Converting 5557 PB-constraints to clauses...
0.19/0.21	c   -- Unit propagations: (none)
0.19/0.21	c   -- Detecting intervals from adjacent constraints: (none)
0.19/0.21	c   -- Clauses(.)/Splits(s): .....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
0.19/0.23	c ==================================[MINISAT+]==================================
0.19/0.23	c | Conflicts | Original         | Learnt                           | Progress |
0.19/0.23	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.19/0.23	c ==============================================================================
0.19/0.23	c |         0 |    5557    18748 |    1852       0        0     nan |  0.000 % |
0.19/0.24	c |       100 |    5557    18748 |    2037     100     8211    82.1 |  0.006 % |
0.19/0.25	c |       252 |    5557    18748 |    2240     252    19966    79.2 |  0.000 % |
0.19/0.26	c |       477 |    5557    18748 |    2465     477    34035    71.4 |  0.000 % |
0.19/0.30	c |       816 |    5557    18748 |    2711     816    61162    75.0 |  0.000 % |
0.29/0.35	c |      1322 |    5557    18748 |    2982    1322   101974    77.1 |  0.000 % |
0.39/0.44	c |      2082 |    5557    18748 |    3280    2082   175391    84.2 |  0.000 % |
0.59/0.63	c |      3222 |    5557    18748 |    3609    3222   287281    89.2 |  0.000 % |
0.79/0.90	c |      4930 |    5557    18748 |    3969    3034   259982    85.7 |  0.000 % |
1.19/1.30	c |      7492 |    5557    18748 |    4366    3524   289629    82.2 |  0.000 % |
1.39/1.43	c ==============================================================================
1.39/1.43	c Found solution: 386
1.39/1.43	o 386
1.39/1.44	c ---[   0]---> Sorter-cost:37286     Base:
1.59/1.69	c ==================================[MINISAT+]==================================
1.59/1.69	c | Conflicts | Original         | Learnt                           | Progress |
1.59/1.69	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
1.59/1.69	c ==============================================================================
1.59/1.69	c |      8400 |   50849   124642 |   16949    4432   356590    80.5 |  0.000 % |
1.69/1.76	c |      8500 |   50849   124642 |   18643    4532   364865    80.5 |  0.033 % |
1.79/1.86	c |      8650 |   50849   124642 |   20508    4682   378388    80.8 |  0.033 % |
1.99/2.00	c |      8875 |   50835   124614 |   22559    4906   393775    80.3 |  0.055 % |
2.09/2.19	c |      9214 |   50835   124614 |   24815    5245   423878    80.8 |  0.055 % |
2.39/2.48	c |      9720 |   50835   124614 |   27296    5751   464928    80.8 |  0.055 % |
2.89/2.93	c |     10479 |   50835   124614 |   30026    6510   536138    82.4 |  0.055 % |
3.59/3.63	c |     11619 |   50835   124614 |   33028    7650   644338    84.2 |  0.055 % |
4.79/4.86	c |     13328 |   50835   124614 |   36331    9359   803264    85.8 |  0.055 % |
6.69/6.72	c |     15892 |   50835   124614 |   39964   11923  1011917    84.9 |  0.055 % |
10.19/10.26	c |     19736 |   50819   124582 |   43961   15766  1313225    83.3 |  0.081 % |
18.09/18.13	c |     25502 |   50819   124582 |   48357   21532  1829113    84.9 |  0.081 % |
31.49/31.59	c |     34154 |   50496   123909 |   53193   30138  2562415    85.0 |  0.650 % |
59.09/59.12	c |     47129 |   50477   123870 |   58512   43112  3694785    85.7 |  0.683 % |
103.79/103.88	c |     66590 |   50370   123647 |   64363   19893  1410152    70.9 |  0.871 % |
112.19/112.25	c ==============================================================================
112.19/112.25	c Found solution: 374
112.19/112.25	o 374
112.19/112.26	c ---[   0]---> Sorter-cost:    0     Base:
112.39/112.48	c ==================================[MINISAT+]==================================
112.39/112.48	c | Conflicts | Original         | Learnt                           | Progress |
112.39/112.48	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
112.39/112.48	c ==============================================================================
112.39/112.48	c |     72696 |   49782   122492 |   16594   25929  1997415    77.0 |  0.871 % |
112.59/112.68	c |     72798 |   49745   122413 |   18253   13066   980835    75.1 |  2.403 % |
112.79/112.83	c |     72948 |   49745   122413 |   20078   13216   995146    75.3 |  2.403 % |
113.09/113.15	c |     73175 |   49745   122413 |   22086   13443  1023685    76.2 |  2.403 % |
113.49/113.57	c |     73514 |   49715   122349 |   24295   13781  1055470    76.6 |  2.455 % |
113.99/114.02	c |     74020 |   49715   122349 |   26724   14287  1097966    76.9 |  2.455 % |
114.69/114.76	c |     74780 |   49679   122273 |   29397   15046  1160728    77.1 |  2.520 % |
115.89/115.99	c |     75921 |   49640   122190 |   32337   16186  1244649    76.9 |  2.591 % |
116.99/117.01	c ==============================================================================
116.99/117.01	c Found solution: 373
116.99/117.01	o 373
116.99/117.02	c ---[   0]---> Sorter-cost:    0     Base:
117.19/117.23	c ==================================[MINISAT+]==================================
117.19/117.23	c | Conflicts | Original         | Learnt                           | Progress |
117.19/117.23	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
117.19/117.23	c ==============================================================================
117.19/117.23	c |     76756 |   49684   122335 |   16561   17021  1322203    77.7 |  2.591 % |
117.89/117.99	c |     76856 |   47021   116453 |   18217   17038  1322673    77.6 |  7.739 % |
118.19/118.29	c |     77006 |   46205   114637 |   20038   17161  1328197    77.4 |  9.357 % |
118.49/118.50	c |     77231 |   46205   114637 |   22042   17386  1343048    77.2 |  9.357 % |
118.79/118.83	c |     77569 |   46205   114637 |   24246   17724  1365837    77.1 |  9.357 % |
119.39/119.40	c |     78078 |   46151   114515 |   26671   18232  1404045    77.0 |  9.467 % |
120.20/120.26	c |     78840 |   46101   114405 |   29338   18993  1463530    77.1 |  9.564 % |
121.40/121.44	c |     79981 |   46043   114277 |   32272   20132  1550128    77.0 |  9.677 % |
123.30/123.35	c |     81689 |   46043   114277 |   35499   21840  1673169    76.6 |  9.677 % |
126.60/126.61	c |     84252 |   45935   114043 |   39049   24396  1851087    75.9 |  9.881 % |
131.90/131.98	c |     88099 |   45891   113943 |   42954   28242  2169099    76.8 |  9.972 % |
142.00/142.05	c |     93868 |   45833   113813 |   47250   34008  2666510    78.4 | 10.088 % |
158.40/158.40	c |    102517 |   45519   113123 |   51975   42638  3411087    80.0 | 10.697 % |
179.00/179.05	c ==============================================================================
179.00/179.05	c Found solution: 372
179.00/179.05	o 372
179.00/179.06	c ---[   0]---> Sorter-cost:    0     Base:
179.30/179.31	c ==================================[MINISAT+]==================================
179.30/179.31	c | Conflicts | Original         | Learnt                           | Progress |
179.30/179.31	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
179.30/179.31	c ==============================================================================
179.30/179.31	c |    115430 |   44752   111423 |   14917   55429  4585559    82.7 | 10.697 % |
179.70/179.74	c |    115531 |   44685   111278 |   16408   16626  1236706    74.4 | 12.317 % |
179.80/179.85	c |    115681 |   44643   111190 |   18049   16617  1236062    74.4 | 12.391 % |
179.90/179.97	c |    115906 |   44643   111190 |   19854   16842  1249766    74.2 | 12.391 % |
180.20/180.20	c |    116243 |   44643   111190 |   21839   17179  1266518    73.7 | 12.391 % |
180.50/180.51	c |    116749 |   44643   111190 |   24023   17685  1298014    73.4 | 12.391 % |
181.10/181.19	c |    117509 |   44586   111061 |   26426   18444  1346422    73.0 | 12.508 % |
182.10/182.16	c |    118648 |   44586   111061 |   29069   19583  1427861    72.9 | 12.508 % |
183.70/183.77	c |    120356 |   44586   111061 |   31975   21291  1567161    73.6 | 12.508 % |
186.40/186.46	c |    122918 |   44586   111061 |   35173   23853  1778453    74.6 | 12.508 % |
191.00/191.02	c |    126762 |   44586   111061 |   38690   27697  2063517    74.5 | 12.508 % |
198.60/198.63	c |    132528 |   44586   111061 |   42559   33463  2536232    75.8 | 12.508 % |
213.60/213.68	c |    141177 |   44353   110536 |   46815   42106  3294557    78.2 | 12.980 % |
234.20/234.23	c |    154151 |   44113   110002 |   51497   20387  1050521    51.5 | 13.456 % |
256.10/256.10	c |    173612 |   43984   109719 |   56647   39845  2733175    68.6 | 13.705 % |
297.50/297.57	c |    202804 |   43797   109306 |   62312   25456  1873780    73.6 | 14.070 % |
358.80/358.87	c |    246599 |   43412   108459 |   68543   21309  2135859   100.2 | 14.818 % |
452.82/452.86	c |    312284 |   43089   107746 |   75397   31770  3343684   105.2 | 15.449 % |
621.92/621.98	c |    410814 |   42923   107380 |   82937   57422  9335667   162.6 | 15.772 % |
885.24/885.35	c |    558603 |   42594   106655 |   91231   66170  6424760    97.1 | 16.413 % |
1287.96/1288.04	c |    780289 |   42517   106494 |  100354   56083  7143960   127.4 | 16.549 % |
1800.09/1800.10	c 
1800.09/1800.10	c *** TERMINATED ***
1800.09/1800.10	s SATISFIABLE
1800.09/1800.10	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
1800.09/1800.10	v -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
1800.09/1800.10	v -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
1800.09/1800.10	v 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
1800.09/1800.10	v -x116 x117 -x118 x119 -x120 x121 -x122 x123 -x124 x125 -x126 x127 -x128 x129 -x130 x131 -x132 x133 -x134 x135 -x136 x137 -x138
1800.09/1800.10	v x139 -x140 -x141 x142 x143 -x144 x145 -x146 x147 -x148 x149 -x150 x151 -x152 x153 -x154 x155 -x156 x157 -x158 x159 -x160 x161
1800.09/1800.10	v -x162 x163 -x164 x165 -x166 x167 -x168 -x169 x170 x171 -x172 x173 -x174 x175 -x176 x177 -x178 x179 -x180 x181 -x182 x183 -x184
1800.09/1800.10	v x185 -x186 x187 -x188 x189 -x190 x191 -x192 x193 -x194 x195 -x196 x197 -x198 x199 -x200 x201 -x202 x203 -x204 x205 -x206 x207
1800.09/1800.10	v -x208 x209 -x210 x211 -x212 x213 -x214 -x215 x216 x217 -x218 x219 -x220 x221 -x222 x223 -x224 x225 -x226 x227 -x228 x229 -x230
1800.09/1800.10	v x231 -x232 x233 -x234 x235 -x236 x237 -x238 x239 -x240 x241 -x242 x243 -x244 x245 -x246 x247 -x248 x249 -x250 x251 -x252 x253
1800.09/1800.10	v -x254 x255 -x256 x257 -x258 x259 -x260 x261 -x262 x263 -x264 x265 -x266 x267 -x268 x269 -x270 x271 -x272 x273 -x274 x275 -x276
1800.09/1800.10	v x277 -x278 x279 -x280 x281 -x282 x283 -x284 x285 -x286 x287 -x288 x289 -x290 x291 -x292 x293 -x294 x295 -x296 x297 -x298 x299
1800.09/1800.10	v -x300 -x301 x302 x303 -x304 x305 -x306 x307 -x308 x309 -x310 x311 -x312 x313 -x314 -x315 x316 x317 -x318 -x319 x320 x321 -x322
1800.09/1800.10	v x323 -x324 x325 -x326 x327 -x328 x329 -x330 x331 -x332 x333 -x334 x335 -x336 x337 -x338 x339 -x340 x341 -x342 x343 -x344 x345
1800.09/1800.10	v -x346 x347 -x348 x349 -x350 x351 -x352 x353 -x354 x355 -x356 x357 -x358 x359 -x360 x361 -x362 x363 -x364 x365 -x366 x367 -x368
1800.09/1800.10	v x369 -x370 -x371 x372 x373 -x374 x375 -x376 x377 -x378 x379 -x380 x381 -x382 x383 -x384 x385 -x386 -x387 -x388 x389 -x390 -x391
1800.09/1800.10	v -x392 -x393 -x394 x395 -x396 -x397 x398 x399 -x400 -x401 -x402 x403 -x404 x405 -x406 -x407 -x408 -x409 -x410 x411 -x412 x413
1800.09/1800.10	v -x414 -x415 -x416 -x417 -x418 x419 -x420 -x421 -x422 x423 -x424 -x425 x426 x427 -x428 -x429 -x430 x431 -x432 x433 -x434 -x435
1800.09/1800.10	v -x436 x437 -x438 -x439 -x440 x441 -x442 -x443 -x444 -x445 -x446 x447 -x448 x449 -x450 -x451 -x452 x453 -x454 -x455 -x456 -x457
1800.09/1800.10	v -x458 x459 -x460 x461 -x462 -x463 -x464 -x465 -x466 x467 -x468 x469 -x470 -x471 x472 -x473 -x474 x475 -x476 -x477 -x478 x479
1800.09/1800.10	v -x480 x481 -x482 -x483 -x484 -x485 -x486 x487 -x488 -x489 -x490 x491 -x492 -x493 -x494 x495 -x496 -x497 -x498 x499 -x500 -x501
1800.09/1800.10	v -x502 x503 -x504 x505 -x506 -x507 -x508 -x509 -x510 x511 -x512 x513 -x514 -x515 x516 -x517 x518 -x519 x520 -x521 x522 -x523
1800.09/1800.10	v x524 x525 -x526 -x527 x528 -x529 x530 x531 -x532 -x533 x534 -x535 x536 x537 -x538 -x539 x540 -x541 x542 -x543 x544 -x545 x546
1800.09/1800.10	v x547 -x548 -x549 x550 -x551 x552 x553 -x554 -x555 x556 -x557 x558 -x559 x560 x561 -x562 -x563 x564 -x565 x566 -x567 x568 x569
1800.09/1800.10	v -x570 -x571 x572 -x573 x574 -x575 x576 -x577 x578 x579 -x580 -x581 x582 -x583 x584 -x585 x586 -x587 x588 x589 -x590 -x591 x592
1800.09/1800.10	v x593 -x594 -x595 x596 -x597 x598 -x599 x600 x601 -x602 -x603 x604 -x605 x606 -x607 x608 -x609 x610 -x611 x612 x613 -x614 -x615
1800.09/1800.10	v x616 -x617 x618 x619 -x620 -x621 x622 -x623 x624 -x625 x626 -x627 -x628 -x629 x630 x631 -x632 x633 -x634 -x635 x636 -x637 x638
1800.09/1800.10	v -x639 x640 -x641 x642 x643 -x644 -x645 x646 -x647 x648 x649 -x650 -x651 x652 -x653 x654 -x655 x656 x657 -x658 -x659 x660 -x661
1800.09/1800.10	v x662 -x663 x664 -x665 x666 x667 -x668 -x669 x670 -x671 x672 -x673 x674 x675 -x676 -x677 x678 -x679 x680 x681 -x682 -x683 x684
1800.09/1800.10	v -x685 x686 -x687 x688 x689 -x690 -x691 x692 -x693 x694 -x695 x696 x697 -x698 -x699 x700 -x701 x702 -x703 x704 -x705 x706 x707
1800.09/1800.10	v -x708 -x709 x710 -x711 x712 x713 -x714 -x715 x716 -x717 x718 -x719 x720 -x721 x722 x723 -x724 -x725 x726 -x727 x728 -x729 x730
1800.09/1800.10	v -x731 x732 x733 -x734 -x735 x736 -x737 -x738 -x739 x740 x741 -x742 -x743 x744 -x745 x746 -x747 x748 x749 -x750 -x751 x752 x753
1800.09/1800.10	v -x754 -x755 x756 -x757 x758 -x759 x760 -x761 x762 x763 -x764 -x765 x766 -x767 x768 -x769 x770 -x771 x772 x773 -x774 -x775 x776
1800.09/1800.10	v x777 -x778 -x779 x780 -x781 x782 -x783 x784 -x785 x786 x787 -x788 -x789 -x790 -x791 x792 -x793 x794 x795 -x796 -x797 x798 -x799
1800.09/1800.10	v x800 -x801 x802 x803 -x804 -x805 x806 -x807 x808

Verifier Data (download as text)

OK	372

Conversion Script Data (download as text)

/tmp/evaluation/353000-1176648441/instance-353000-1176648441.opb is already a linear file

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node16/watcher-353000-1176648441 -o ROOT/results/node16/solver-353000-1176648441 -C 1800 -W 3600 -M 1800 --output-limit 1,15 /tmp/evaluation/353000-1176648441/minisat+ /tmp/evaluation/353000-1176648441/instance-353000-1176648441.opb 

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): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 21092
/proc/meminfo: memFree=1617040/2055920 swapFree=4158176/4192956
[pid=21092] ppid=21090 vsize=1180 CPUtime=0
/proc/21092/stat : 21092 (minisat+) R 21090 21092 21030 0 -1 4194304 148 0 0 0 0 0 0 0 18 0 1 0 112761774 1208320 133 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134618678 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21092/statm: 295 133 74 215 0 77 0

[startup+0.096945 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 21092
/proc/meminfo: memFree=1617040/2055920 swapFree=4158176/4192956
[pid=21092] ppid=21090 vsize=1912 CPUtime=0.09
/proc/21092/stat : 21092 (minisat+) R 21090 21092 21030 0 -1 4194304 308 0 0 0 9 0 0 0 18 0 1 0 112761774 1957888 293 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21092/statm: 478 293 74 215 0 260 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1912

[startup+0.101944 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 21092
/proc/meminfo: memFree=1617040/2055920 swapFree=4158176/4192956
[pid=21092] ppid=21090 vsize=1912 CPUtime=0.09
/proc/21092/stat : 21092 (minisat+) R 21090 21092 21030 0 -1 4194304 319 0 0 0 9 0 0 0 18 0 1 0 112761774 1957888 304 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135031278 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21092/statm: 478 304 74 215 0 260 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1912

[startup+0.301903 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 21092
/proc/meminfo: memFree=1617040/2055920 swapFree=4158176/4192956
[pid=21092] ppid=21090 vsize=3284 CPUtime=0.29
/proc/21092/stat : 21092 (minisat+) R 21090 21092 21030 0 -1 4194304 675 0 0 0 29 0 0 0 18 0 1 0 112761774 3362816 660 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135031374 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21092/statm: 821 660 102 215 0 603 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3284

[startup+0.701821 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 21092
/proc/meminfo: memFree=1617040/2055920 swapFree=4158176/4192956
[pid=21092] ppid=21090 vsize=3812 CPUtime=0.69
/proc/21092/stat : 21092 (minisat+) R 21090 21092 21030 0 -1 4194304 831 0 0 0 68 1 0 0 21 0 1 0 112761774 3903488 816 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21092/statm: 953 816 103 215 0 735 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3812

[startup+1.50165 s]
/proc/loadavg: 0.78 0.95 0.98 2/78 21093
/proc/meminfo: memFree=1614024/2055920 swapFree=4158176/4192956
[pid=21092] ppid=21090 vsize=4592 CPUtime=1.49
/proc/21092/stat : 21092 (minisat+) R 21090 21092 21030 0 -1 4194304 1029 0 0 0 148 1 0 0 25 0 1 0 112761774 4702208 1014 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134530454 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21092/statm: 1148 1014 106 215 0 930 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4592

[startup+3.10132 s]
/proc/loadavg: 0.78 0.95 0.98 2/78 21093
/proc/meminfo: memFree=1607496/2055920 swapFree=4158176/4192956
[pid=21092] ppid=21090 vsize=11804 CPUtime=3.09
/proc/21092/stat : 21092 (minisat+) R 21090 21092 21030 0 -1 4194304 2742 0 0 0 308 1 0 0 25 0 1 0 112761774 12087296 2632 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576837 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21092/statm: 2951 2632 111 215 0 2733 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11804

[startup+6.30166 s]
/proc/loadavg: 0.80 0.95 0.98 2/78 21093
/proc/meminfo: memFree=1605192/2055920 swapFree=4158176/4192956
[pid=21092] ppid=21090 vsize=13780 CPUtime=6.29
/proc/21092/stat : 21092 (minisat+) R 21090 21092 21030 0 -1 4194304 3220 0 0 0 627 2 0 0 25 0 1 0 112761774 14110720 3110 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581284 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21092/statm: 3445 3110 111 215 0 3227 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13780

[startup+12.7013 s]
/proc/loadavg: 0.81 0.95 0.98 2/78 21093
/proc/meminfo: memFree=1602376/2055920 swapFree=4158176/4192956
[pid=21092] ppid=21090 vsize=16300 CPUtime=12.69
/proc/21092/stat : 21092 (minisat+) R 21090 21092 21030 0 -1 4194304 3845 0 0 0 1267 2 0 0 25 0 1 0 112761774 16691200 3735 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581002 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21092/statm: 4075 3735 111 215 0 3857 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 16300

[startup+25.5017 s]
/proc/loadavg: 0.85 0.95 0.98 2/78 21093
/proc/meminfo: memFree=1598216/2055920 swapFree=4158176/4192956
[pid=21092] ppid=21090 vsize=20348 CPUtime=25.49
/proc/21092/stat : 21092 (minisat+) R 21090 21092 21030 0 -1 4194304 4852 0 0 0 2546 3 0 0 25 0 1 0 112761774 20836352 4742 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21092/statm: 5087 4742 111 215 0 4869 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 20348

[startup+51.1014 s]
/proc/loadavg: 0.90 0.96 0.98 2/78 21093
/proc/meminfo: memFree=1592648/2055920 swapFree=4158176/4192956
[pid=21092] ppid=21090 vsize=26044 CPUtime=51.09
/proc/21092/stat : 21092 (minisat+) R 21090 21092 21030 0 -1 4194304 6257 0 0 0 5104 5 0 0 25 0 1 0 112761774 26669056 6147 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21092/statm: 6511 6147 111 215 0 6293 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 26044

[startup+102.306 s]
/proc/loadavg: 0.96 0.96 0.98 2/78 21093
/proc/meminfo: memFree=1583944/2055920 swapFree=4158176/4192956
[pid=21092] ppid=21090 vsize=34780 CPUtime=102.29
/proc/21092/stat : 21092 (minisat+) R 21090 21092 21030 0 -1 4194304 8396 0 0 0 10221 8 0 0 25 0 1 0 112761774 35614720 8286 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580973 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21092/statm: 8695 8286 111 215 0 8477 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 34780

[startup+162.301 s]
/proc/loadavg: 0.98 0.97 0.98 2/78 21093
/proc/meminfo: memFree=1583368/2055920 swapFree=4158176/4192956
[pid=21092] ppid=21090 vsize=35488 CPUtime=162.3
/proc/21092/stat : 21092 (minisat+) R 21090 21092 21030 0 -1 4194304 8546 0 0 0 16221 9 0 0 25 0 1 0 112761774 36339712 8436 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580945 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21092/statm: 8872 8436 111 215 0 8654 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 35488

[startup+222.301 s]
/proc/loadavg: 1.06 0.99 0.99 2/78 21093
/proc/meminfo: memFree=1583176/2055920 swapFree=4158176/4192956
[pid=21092] ppid=21090 vsize=35648 CPUtime=222.3
/proc/21092/stat : 21092 (minisat+) R 21090 21092 21030 0 -1 4194304 8593 0 0 0 22221 9 0 0 25 0 1 0 112761774 36503552 8483 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21092/statm: 8912 8483 111 215 0 8694 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 35648

[startup+282.302 s]
/proc/loadavg: 1.02 0.99 0.99 2/78 21093
/proc/meminfo: memFree=1582984/2055920 swapFree=4158176/4192956
[pid=21092] ppid=21090 vsize=35932 CPUtime=282.31
/proc/21092/stat : 21092 (minisat+) R 21090 21092 21030 0 -1 4194304 8633 0 0 0 28221 10 0 0 25 0 1 0 112761774 36794368 8523 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580970 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21092/statm: 8983 8523 111 215 0 8765 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 35932

[startup+342.301 s]
/proc/loadavg: 1.01 0.99 0.99 2/78 21093
/proc/meminfo: memFree=1582344/2055920 swapFree=4158176/4192956
[pid=21092] ppid=21090 vsize=36844 CPUtime=342.31
/proc/21092/stat : 21092 (minisat+) R 21090 21092 21030 0 -1 4194304 8839 0 0 0 34220 11 0 0 25 0 1 0 112761774 37728256 8729 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21092/statm: 9211 8729 111 215 0 8993 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 36844

[startup+402.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 21093
/proc/meminfo: memFree=1577928/2055920 swapFree=4158176/4192956
[pid=21092] ppid=21090 vsize=41112 CPUtime=402.31
/proc/21092/stat : 21092 (minisat+) R 21090 21092 21030 0 -1 4194304 9901 0 0 0 40219 12 0 0 25 0 1 0 112761774 42098688 9791 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574367 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21092/statm: 10278 9791 111 215 0 10060 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 41112

[startup+462.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 21093
/proc/meminfo: memFree=1569160/2055920 swapFree=4158176/4192956
[pid=21092] ppid=21090 vsize=49844 CPUtime=462.31
/proc/21092/stat : 21092 (minisat+) R 21090 21092 21030 0 -1 4194304 12075 0 0 0 46216 15 0 0 25 0 1 0 112761774 51040256 11965 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574149 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21092/statm: 12461 11965 111 215 0 12243 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 49844

[startup+522.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 21093
/proc/meminfo: memFree=1564296/2055920 swapFree=4158176/4192956
[pid=21092] ppid=21090 vsize=55088 CPUtime=522.32
/proc/21092/stat : 21092 (minisat+) R 21090 21092 21030 0 -1 4194304 13383 0 0 0 52215 17 0 0 25 0 1 0 112761774 56410112 13273 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574147 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21092/statm: 13772 13273 111 215 0 13554 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 55088

[startup+582.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 21093
/proc/meminfo: memFree=1554312/2055920 swapFree=4158176/4192956
[pid=21092] ppid=21090 vsize=64504 CPUtime=582.32
/proc/21092/stat : 21092 (minisat+) R 21090 21092 21030 0 -1 4194304 15774 0 0 0 58213 19 0 0 25 0 1 0 112761774 66052096 15664 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21092/statm: 16126 15664 111 215 0 15908 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 64504

[startup+642.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 21093
/proc/meminfo: memFree=1554376/2055920 swapFree=4158176/4192956
[pid=21092] ppid=21090 vsize=64504 CPUtime=642.32
/proc/21092/stat : 21092 (minisat+) R 21090 21092 21030 0 -1 4194304 15783 0 0 0 64213 19 0 0 25 0 1 0 112761774 66052096 15673 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21092/statm: 16126 15673 111 215 0 15908 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 64504


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

[startup+882.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 21291
/proc/meminfo: memFree=1545920/2055920 swapFree=4158176/4192956
[pid=21092] ppid=21090 vsize=72768 CPUtime=882.24
/proc/21092/stat : 21092 (minisat+) R 21090 21092 21030 0 -1 4194304 17825 0 0 0 88199 25 0 0 25 0 1 0 112761774 74514432 17715 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21092/statm: 18192 17715 111 215 0 17974 0
Current children cumulated CPU time (s) 882.24
Current children cumulated vsize (KiB) 72768

[startup+942.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 21291
/proc/meminfo: memFree=1545672/2055920 swapFree=4158176/4192956
[pid=21092] ppid=21090 vsize=73232 CPUtime=942.23
/proc/21092/stat : 21092 (minisat+) R 21090 21092 21030 0 -1 4194304 17901 0 0 0 94198 25 0 0 25 0 1 0 112761774 74989568 17791 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573189 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21092/statm: 18308 17791 111 215 0 18090 0
Current children cumulated CPU time (s) 942.23
Current children cumulated vsize (KiB) 73232

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 21291
/proc/meminfo: memFree=1545736/2055920 swapFree=4158176/4192956
[pid=21092] ppid=21090 vsize=73232 CPUtime=1002.24
/proc/21092/stat : 21092 (minisat+) R 21090 21092 21030 0 -1 4194304 17908 0 0 0 100199 25 0 0 25 0 1 0 112761774 74989568 17798 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21092/statm: 18308 17798 111 215 0 18090 0
Current children cumulated CPU time (s) 1002.24
Current children cumulated vsize (KiB) 73232

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 21291
/proc/meminfo: memFree=1545352/2055920 swapFree=4158176/4192956
[pid=21092] ppid=21090 vsize=73588 CPUtime=1062.24
/proc/21092/stat : 21092 (minisat+) R 21090 21092 21030 0 -1 4194304 17994 0 0 0 106198 26 0 0 25 0 1 0 112761774 75354112 17884 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21092/statm: 18397 17884 111 215 0 18179 0
Current children cumulated CPU time (s) 1062.24
Current children cumulated vsize (KiB) 73588

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 21291
/proc/meminfo: memFree=1543752/2055920 swapFree=4158176/4192956
[pid=21092] ppid=21090 vsize=75320 CPUtime=1122.24
/proc/21092/stat : 21092 (minisat+) R 21090 21092 21030 0 -1 4194304 18397 0 0 0 112198 26 0 0 25 0 1 0 112761774 77127680 18287 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21092/statm: 18830 18287 111 215 0 18612 0
Current children cumulated CPU time (s) 1122.24
Current children cumulated vsize (KiB) 75320

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 21291
/proc/meminfo: memFree=1543432/2055920 swapFree=4158176/4192956
[pid=21092] ppid=21090 vsize=75672 CPUtime=1182.25
/proc/21092/stat : 21092 (minisat+) R 21090 21092 21030 0 -1 4194304 18476 0 0 0 118198 27 0 0 25 0 1 0 112761774 77488128 18366 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574226 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21092/statm: 18918 18366 111 215 0 18700 0
Current children cumulated CPU time (s) 1182.25
Current children cumulated vsize (KiB) 75672

[startup+1242.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 21291
/proc/meminfo: memFree=1543112/2055920 swapFree=4158176/4192956
[pid=21092] ppid=21090 vsize=75980 CPUtime=1242.25
/proc/21092/stat : 21092 (minisat+) R 21090 21092 21030 0 -1 4194304 18549 0 0 0 124198 27 0 0 25 0 1 0 112761774 77803520 18439 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576199 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21092/statm: 18995 18439 111 215 0 18777 0
Current children cumulated CPU time (s) 1242.25
Current children cumulated vsize (KiB) 75980

[startup+1302.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 21291
/proc/meminfo: memFree=1543112/2055920 swapFree=4158176/4192956
[pid=21092] ppid=21090 vsize=75980 CPUtime=1302.25
/proc/21092/stat : 21092 (minisat+) R 21090 21092 21030 0 -1 4194304 18549 0 0 0 130198 27 0 0 25 0 1 0 112761774 77803520 18439 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574414 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21092/statm: 18995 18439 111 215 0 18777 0
Current children cumulated CPU time (s) 1302.25
Current children cumulated vsize (KiB) 75980

[startup+1362.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 21291
/proc/meminfo: memFree=1542856/2055920 swapFree=4158176/4192956
[pid=21092] ppid=21090 vsize=76372 CPUtime=1362.26
/proc/21092/stat : 21092 (minisat+) R 21090 21092 21030 0 -1 4194304 18629 0 0 0 136198 28 0 0 25 0 1 0 112761774 78204928 18519 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21092/statm: 19093 18519 111 215 0 18875 0
Current children cumulated CPU time (s) 1362.26
Current children cumulated vsize (KiB) 76372

[startup+1422.31 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 21291
/proc/meminfo: memFree=1533832/2055920 swapFree=4158176/4192956
[pid=21092] ppid=21090 vsize=85244 CPUtime=1422.27
/proc/21092/stat : 21092 (minisat+) R 21090 21092 21030 0 -1 4194304 20876 0 0 0 142196 31 0 0 25 0 1 0 112761774 87289856 20766 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134583956 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21092/statm: 21311 20766 111 215 0 21093 0
Current children cumulated CPU time (s) 1422.27
Current children cumulated vsize (KiB) 85244

[startup+1482.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 21291
/proc/meminfo: memFree=1533448/2055920 swapFree=4158176/4192956
[pid=21092] ppid=21090 vsize=85804 CPUtime=1482.26
/proc/21092/stat : 21092 (minisat+) R 21090 21092 21030 0 -1 4194304 20983 0 0 0 148195 31 0 0 25 0 1 0 112761774 87863296 20873 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581451 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21092/statm: 21451 20873 111 215 0 21233 0
Current children cumulated CPU time (s) 1482.26
Current children cumulated vsize (KiB) 85804

[startup+1542.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 21291
/proc/meminfo: memFree=1532296/2055920 swapFree=4158176/4192956
[pid=21092] ppid=21090 vsize=87144 CPUtime=1542.27
/proc/21092/stat : 21092 (minisat+) R 21090 21092 21030 0 -1 4194304 21262 0 0 0 154195 32 0 0 25 0 1 0 112761774 89235456 21152 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21092/statm: 21786 21152 111 215 0 21568 0
Current children cumulated CPU time (s) 1542.27
Current children cumulated vsize (KiB) 87144

[startup+1602.3 s]
/proc/loadavg: 1.00 0.99 0.99 3/78 21291
/proc/meminfo: memFree=1532296/2055920 swapFree=4158176/4192956
[pid=21092] ppid=21090 vsize=87144 CPUtime=1602.27
/proc/21092/stat : 21092 (minisat+) R 21090 21092 21030 0 -1 4194304 21264 0 0 0 160195 32 0 0 25 0 1 0 112761774 89235456 21154 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21092/statm: 21786 21154 111 215 0 21568 0
Current children cumulated CPU time (s) 1602.27
Current children cumulated vsize (KiB) 87144

[startup+1662.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 21291
/proc/meminfo: memFree=1532296/2055920 swapFree=4158176/4192956
[pid=21092] ppid=21090 vsize=87144 CPUtime=1662.28
/proc/21092/stat : 21092 (minisat+) R 21090 21092 21030 0 -1 4194304 21275 0 0 0 166195 33 0 0 25 0 1 0 112761774 89235456 21165 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21092/statm: 21786 21165 111 215 0 21568 0
Current children cumulated CPU time (s) 1662.28
Current children cumulated vsize (KiB) 87144

[startup+1722.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 21291
/proc/meminfo: memFree=1530952/2055920 swapFree=4158176/4192956
[pid=21092] ppid=21090 vsize=88752 CPUtime=1722.27
/proc/21092/stat : 21092 (minisat+) R 21090 21092 21030 0 -1 4194304 21668 0 0 0 172194 33 0 0 25 0 1 0 112761774 90882048 21558 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580968 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21092/statm: 22188 21558 111 215 0 21970 0
Current children cumulated CPU time (s) 1722.27
Current children cumulated vsize (KiB) 88752

[startup+1782.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 21291
/proc/meminfo: memFree=1526856/2055920 swapFree=4158176/4192956
[pid=21092] ppid=21090 vsize=92652 CPUtime=1782.28
/proc/21092/stat : 21092 (minisat+) R 21090 21092 21030 0 -1 4194304 22633 0 0 0 178193 35 0 0 25 0 1 0 112761774 94875648 22523 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21092/statm: 23163 22523 111 215 0 22945 0
Current children cumulated CPU time (s) 1782.28
Current children cumulated vsize (KiB) 92652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.1 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 21291
/proc/meminfo: memFree=1526728/2055920 swapFree=4158176/4192956
[pid=21092] ppid=21090 vsize=92796 CPUtime=1800.09
/proc/21092/stat : 21092 (minisat+) R 21090 21092 21030 0 -1 4194304 22658 0 0 0 179973 36 0 0 25 0 1 0 112761774 95023104 22548 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581451 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21092/statm: 23199 22548 111 215 0 22981 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 92796

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

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

[startup+1800.1 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 21291
/proc/meminfo: memFree=1526728/2055920 swapFree=4158176/4192956
[pid=21092] ppid=21090 vsize=92796 CPUtime=1800.09
/proc/21092/stat : 21092 (minisat+) R 21090 21092 21030 0 -1 4194304 22658 0 0 0 179973 36 0 0 25 0 1 0 112761774 95023104 22548 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581451 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21092/statm: 23199 22548 111 215 0 22981 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 92796

Child status: 10
Real time (s): 1800.12
CPU time (s): 1800.11
CPU user time (s): 1799.74
CPU system time (s): 0.375942
CPU usage (%): 99.9994
Max. virtual memory (cumulated for all children) (KiB): 92796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.74
system time used= 0.375942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22660
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= 46
involuntary context switches= 2124

runsolver used 2.15267 second user time and 4.42233 second system time

The end

Launcher Data (download as text)

Begin job on node16 on Sun Apr 15 14:47:21 UTC 2007

IDJOB= 353000
IDBENCH= 2106
IDSOLVER= 156
FILE ID= node16/353000-1176648441

PBS_JOBID= 4559368

Free space on /tmp= 66518 MiB

SOLVER NAME= minisat+ 1.14
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii32d2.opb
COMMAND LINE= /tmp/evaluation/353000-1176648441/minisat+ /tmp/evaluation/353000-1176648441/instance-353000-1176648441.opb            
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node16/convwatcher-353000-1176648441 -o ROOT/results/node16/conversion-353000-1176648441 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/353000-1176648441/instance-353000-1176648441.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-353000-1176648441 -o ROOT/results/node16/solver-353000-1176648441 -C 1800 -W 3600 -M 1800 --output-limit 1,15  /tmp/evaluation/353000-1176648441/minisat+ /tmp/evaluation/353000-1176648441/instance-353000-1176648441.opb            

META MD5SUM SOLVER= e46aded85e5f265b61da9cdcce06370e
MD5SUM BENCH=  05a418d42b6e85967009c0fa73623d83

RANDOM SEED= 403152618

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node16.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1617448 kB
Buffers:         69776 kB
Cached:         285184 kB
SwapCached:       2720 kB
Active:         167632 kB
Inactive:       212952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1617448 kB
SwapTotal:     4192956 kB
SwapFree:      4158176 kB
Dirty:            2696 kB
Writeback:           0 kB
Mapped:          30064 kB
Slab:            43436 kB
Committed_AS:  3975124 kB
PageTables:       1836 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66518 MiB

End job on node16 on Sun Apr 15 15:17:24 UTC 2007