Trace number 3721480

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
PB07: minisat+ 1.14SAT (TO)1 1800.03 1800.31

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_2.opb
MD5SUM031b0f629913e7cd5c934f00ec1a1885
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark11.1943
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint44
Maximum length of a constraint46
Number of terms in the objective function 64
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 808
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2934
Number of bits of the biggest sum of numbers12
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

0.00/0.00	c Parsing PB file...
0.00/0.00	c Converting 8 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): (none)
0.00/0.00	c ---[   6]---> Adder-cost: 198   maxlim: 941   bits: 11/10
0.00/0.01	c ---[   4]---> Adder-cost: 220   maxlim: 1063   bits: 12/11
0.00/0.02	c ---[   2]---> Adder-cost: 192   maxlim: 910   bits: 11/10
0.00/0.02	c ---[   0]---> Adder-cost: 212   maxlim: 1035   bits: 12/11
0.00/0.04	c ==================================[MINISAT+]==================================
0.00/0.04	c | Conflicts | Original         | Learnt                           | Progress |
0.00/0.04	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |    5466    19390 |    1822       0        0     nan |  0.000 % |
0.00/0.04	c |       101 |    5458    19364 |    2004     100      534     5.3 |  9.290 % |
0.00/0.04	c |       251 |    5458    19364 |    2204     250     2577    10.3 |  9.290 % |
0.00/0.05	c |       476 |    5450    19338 |    2425     474     5508    11.6 |  9.395 % |
0.00/0.06	c |       813 |    5450    19338 |    2667     811    13528    16.7 |  9.395 % |
0.00/0.06	c ==============================================================================
0.00/0.06	c Found solution: 917
0.00/0.06	o 917
0.00/0.06	c ---[   0]---> Sorter-cost:  911     Base: 2 2 2 2 2 2 2
0.00/0.07	c ==================================[MINISAT+]==================================
0.00/0.07	c | Conflicts | Original         | Learnt                           | Progress |
0.00/0.07	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.00/0.07	c ==============================================================================
0.00/0.07	c |      1025 |    7614    24386 |    2538    1021    17033    16.7 |  9.395 % |
0.00/0.07	c |      1125 |    7606    24360 |    2791    1120    17667    15.8 |  5.446 % |
0.00/0.08	c |      1275 |    7590    24308 |    3070    1268    19823    15.6 |  5.562 % |
0.00/0.08	c ==============================================================================
0.00/0.08	c Found solution: 475
0.00/0.08	o 475
0.00/0.08	c ---[   0]---> Sorter-cost:    7     Base: 2 2 2 2 2 2 2
0.00/0.08	c ==================================[MINISAT+]==================================
0.00/0.08	c | Conflicts | Original         | Learnt                           | Progress |
0.00/0.08	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.00/0.08	c ==============================================================================
0.00/0.08	c |      1344 |    7640    24447 |    2546    1337    20485    15.3 |  5.562 % |
0.00/0.09	c |      1444 |    7640    24447 |    2800    1437    22310    15.5 |  5.527 % |
0.00/0.09	c |      1594 |    7634    24429 |    3080    1586    24197    15.3 |  5.584 % |
0.09/0.10	c |      1821 |    7627    24406 |    3388    1811    27493    15.2 |  5.641 % |
0.09/0.11	c |      2158 |    7627    24406 |    3727    2148    34592    16.1 |  5.641 % |
0.09/0.14	c |      2664 |    7627    24406 |    4100    2654    47191    17.8 |  5.641 % |
0.09/0.16	c ==============================================================================
0.09/0.16	c Found solution: 436
0.09/0.16	o 436
0.09/0.16	c ---[   0]---> Sorter-cost:    8     Base: 2 2 2 2 2 2 2
0.09/0.16	c ==================================[MINISAT+]==================================
0.09/0.16	c | Conflicts | Original         | Learnt                           | Progress |
0.09/0.16	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.09/0.16	c ==============================================================================
0.09/0.16	c |      3112 |    7650    24464 |    2550    3102    56912    18.3 |  5.641 % |
0.09/0.17	c |      3212 |    7650    24464 |    2805    1651    27177    16.5 |  5.656 % |
0.09/0.17	c |      3362 |    7650    24464 |    3085    1801    28752    16.0 |  5.656 % |
0.09/0.18	c |      3589 |    7650    24464 |    3394    2028    33047    16.3 |  5.656 % |
0.19/0.20	c |      3926 |    7650    24464 |    3733    2365    40487    17.1 |  5.656 % |
0.19/0.22	c |      4432 |    7650    24464 |    4106    2871    55438    19.3 |  5.656 % |
0.19/0.23	c ==============================================================================
0.19/0.23	c Found solution: 404
0.19/0.23	o 404
0.19/0.23	c ---[   0]---> Sorter-cost:    4     Base: 2 2 2 2 2 2 2
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 |      4592 |    7656    24479 |    2552    3031    58892    19.4 |  5.656 % |
0.19/0.23	c |      4693 |    7656    24479 |    2807    1617    27322    16.9 |  5.703 % |
0.19/0.24	c |      4844 |    7656    24479 |    3087    1768    30528    17.3 |  5.703 % |
0.19/0.25	c |      5069 |    7656    24479 |    3396    1993    35740    17.9 |  5.703 % |
0.19/0.27	c |      5406 |    7656    24479 |    3736    2330    44488    19.1 |  5.703 % |
0.29/0.30	c |      5912 |    7656    24479 |    4110    2836    57625    20.3 |  5.703 % |
0.29/0.34	c |      6671 |    7656    24479 |    4521    3595    78799    21.9 |  5.703 % |
0.29/0.39	c |      7810 |    7656    24479 |    4973    2373    41406    17.4 |  5.703 % |
0.39/0.49	c ==============================================================================
0.39/0.49	c Found solution: 403
0.39/0.49	o 403
0.39/0.49	c ---[   0]---> Sorter-cost:    6     Base: 2 2 2 2 2 2 2
0.39/0.49	c ==================================[MINISAT+]==================================
0.39/0.49	c | Conflicts | Original         | Learnt                           | Progress |
0.39/0.49	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.39/0.49	c ==============================================================================
0.39/0.49	c |      9470 |    7664    24498 |    2554    4033   100865    25.0 |  5.703 % |
0.39/0.49	c |      9570 |    7664    24498 |    2809    2117    52280    24.7 |  5.747 % |
0.49/0.50	c |      9722 |    7664    24498 |    3090    2269    54980    24.2 |  5.747 % |
0.49/0.51	c ==============================================================================
0.49/0.51	c Found solution: 379
0.49/0.51	o 379
0.49/0.51	c ---[   0]---> Sorter-cost:    4     Base: 2 2 2 2 2 2 2
0.49/0.51	c ==================================[MINISAT+]==================================
0.49/0.51	c | Conflicts | Original         | Learnt                           | Progress |
0.49/0.51	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.49/0.51	c ==============================================================================
0.49/0.51	c |      9867 |    7669    24509 |    2556    2414    57379    23.8 |  5.747 % |
0.49/0.51	c |      9967 |    7669    24509 |    2811    2514    58774    23.4 |  5.796 % |
0.49/0.52	c |     10118 |    7669    24509 |    3092    2665    61095    22.9 |  5.796 % |
0.49/0.53	c |     10343 |    7669    24509 |    3402    2890    66999    23.2 |  5.796 % |
0.49/0.54	c ==============================================================================
0.49/0.54	c Found solution: 378
0.49/0.54	o 378
0.49/0.54	c ---[   0]---> Sorter-cost:    8     Base: 2 2 2 2 2 2 2
0.49/0.54	c ==================================[MINISAT+]==================================
0.49/0.54	c | Conflicts | Original         | Learnt                           | Progress |
0.49/0.54	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.49/0.54	c ==============================================================================
0.49/0.54	c |     10552 |    7679    24533 |    2559    3099    69865    22.5 |  5.796 % |
0.49/0.55	c ==============================================================================
0.49/0.55	c Found solution: 248
0.49/0.55	o 248
0.49/0.55	c ---[   0]---> Sorter-cost:    7     Base: 2 2 2 2 2 2 2
0.49/0.55	c ==================================[MINISAT+]==================================
0.49/0.55	c | Conflicts | Original         | Learnt                           | Progress |
0.49/0.55	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.49/0.55	c ==============================================================================
0.49/0.55	c |     10641 |    7690    24562 |    2563    1639    20334    12.4 |  5.796 % |
0.49/0.56	c |     10741 |    7690    24562 |    2819    1739    21856    12.6 |  5.876 % |
0.49/0.56	c |     10892 |    7690    24562 |    3101    1890    24637    13.0 |  5.876 % |
0.49/0.57	c |     11117 |    7690    24562 |    3411    2115    27866    13.2 |  5.876 % |
0.49/0.58	c |     11455 |    7690    24562 |    3752    2453    35346    14.4 |  5.876 % |
0.59/0.61	c |     11961 |    7690    24562 |    4127    2959    47827    16.2 |  5.876 % |
0.59/0.63	c ==============================================================================
0.59/0.63	c Found solution: 222
0.59/0.63	o 222
0.59/0.63	c ---[   0]---> Sorter-cost:    7     Base: 2 2 2 2 2 2 2
0.59/0.63	c ==================================[MINISAT+]==================================
0.59/0.63	c | Conflicts | Original         | Learnt                           | Progress |
0.59/0.63	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.59/0.63	c ==============================================================================
0.59/0.63	c |     12395 |    7700    24586 |    2566    3393    58047    17.1 |  5.876 % |
0.59/0.64	c |     12496 |    7700    24586 |    2822    1798    27201    15.1 |  5.912 % |
0.59/0.65	c |     12646 |    7700    24586 |    3104    1948    29374    15.1 |  5.912 % |
0.59/0.66	c |     12871 |    7700    24586 |    3415    2173    34760    16.0 |  5.912 % |
0.59/0.66	c |     13208 |    7692    24560 |    3756    2509    37914    15.1 |  5.968 % |
0.59/0.69	c |     13715 |    7692    24560 |    4132    3016    52336    17.4 |  5.968 % |
0.69/0.71	c ==============================================================================
0.69/0.71	c Found solution: 221
0.69/0.71	o 221
0.69/0.71	c ---[   0]---> Sorter-cost:    6     Base: 2 2 2 2 2 2 2
0.69/0.72	c ==================================[MINISAT+]==================================
0.69/0.72	c | Conflicts | Original         | Learnt                           | Progress |
0.69/0.72	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.69/0.72	c ==============================================================================
0.69/0.72	c |     14092 |    7699    24577 |    2566    3393    64065    18.9 |  5.968 % |
0.69/0.72	c |     14194 |    7699    24577 |    2822    1799    31189    17.3 |  6.010 % |
0.69/0.73	c |     14344 |    7699    24577 |    3104    1949    33898    17.4 |  6.010 % |
0.69/0.74	c |     14570 |    7699    24577 |    3415    2175    38888    17.9 |  6.010 % |
0.69/0.75	c |     14907 |    7699    24577 |    3756    2512    45100    18.0 |  6.010 % |
0.69/0.77	c |     15413 |    7699    24577 |    4132    3018    59098    19.6 |  6.010 % |
0.79/0.80	c |     16172 |    7699    24577 |    4545    3777    73879    19.6 |  6.010 % |
0.79/0.86	c ==============================================================================
0.79/0.86	c Found solution: 219
0.79/0.86	o 219
0.79/0.86	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2 2 2 2
0.79/0.87	c ==================================[MINISAT+]==================================
0.79/0.87	c | Conflicts | Original         | Learnt                           | Progress |
0.79/0.87	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.79/0.87	c ==============================================================================
0.79/0.87	c |     17066 |    7702    24584 |    2567    4671    98483    21.1 |  6.010 % |
0.79/0.87	c |     17167 |    7702    24584 |    2823    2437    41755    17.1 |  6.059 % |
0.79/0.88	c |     17317 |    7702    24584 |    3106    2587    44303    17.1 |  6.059 % |
0.79/0.89	c |     17542 |    7702    24584 |    3416    2812    48383    17.2 |  6.059 % |
0.89/0.90	c |     17880 |    7702    24584 |    3758    3150    54826    17.4 |  6.059 % |
0.89/0.93	c |     18387 |    7702    24584 |    4134    3657    67199    18.4 |  6.059 % |
0.89/0.98	c |     19147 |    7702    24584 |    4547    4417    93064    21.1 |  6.059 % |
1.00/1.04	c |     20287 |    7702    24584 |    5002    3151    64904    20.6 |  6.059 % |
1.10/1.16	c |     21996 |    7702    24584 |    5502    4860   120461    24.8 |  6.059 % |
1.19/1.25	c ==============================================================================
1.19/1.25	c Found solution: 215
1.19/1.25	o 215
1.19/1.25	c ---[   0]---> Sorter-cost:    7     Base: 2 2 2 2 2 2 2
1.19/1.25	c ==================================[MINISAT+]==================================
1.19/1.25	c | Conflicts | Original         | Learnt                           | Progress |
1.19/1.25	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
1.19/1.25	c ==============================================================================
1.19/1.25	c |     23373 |    7709    24603 |    2569    3348    73427    21.9 |  6.059 % |
1.19/1.26	c |     23473 |    7709    24603 |    2825    1774    29578    16.7 |  6.098 % |
1.19/1.27	c |     23623 |    7709    24603 |    3108    1924    31972    16.6 |  6.098 % |
1.19/1.28	c |     23848 |    7709    24603 |    3419    2149    37683    17.5 |  6.098 % |
1.19/1.29	c |     24185 |    7709    24603 |    3761    2486    44302    17.8 |  6.098 % |
1.29/1.32	c |     24691 |    7709    24603 |    4137    2992    55635    18.6 |  6.098 % |
1.29/1.33	c ==============================================================================
1.29/1.33	c Found solution: 214
1.29/1.33	o 214
1.29/1.33	c ---[   0]---> Sorter-cost:    6     Base: 2 2 2 2 2 2 2
1.29/1.33	c ==================================[MINISAT+]==================================
1.29/1.33	c | Conflicts | Original         | Learnt                           | Progress |
1.29/1.33	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
1.29/1.33	c ==============================================================================
1.29/1.33	c |     24772 |    7716    24621 |    2572    3073    57369    18.7 |  6.098 % |
1.29/1.34	c |     24872 |    7716    24621 |    2829    1637    21468    13.1 |  6.136 % |
1.29/1.34	c |     25022 |    7716    24621 |    3112    1787    23817    13.3 |  6.136 % |
1.29/1.35	c |     25249 |    7716    24621 |    3423    2014    27032    13.4 |  6.136 % |
1.29/1.37	c |     25586 |    7716    24621 |    3765    2351    37119    15.8 |  6.136 % |
1.39/1.44	c |     26092 |    7716    24621 |    4142    2857    47276    16.5 |  6.136 % |
1.39/1.44	c |     26851 |    7716    24621 |    4556    3616    67354    18.6 |  6.136 % |
1.39/1.46	c ==============================================================================
1.39/1.46	c Found solution: 212
1.39/1.46	o 212
1.39/1.46	c ---[   0]---> Sorter-cost:    3     Base: 2 2 2 2 2 2 2
1.39/1.47	c ==================================[MINISAT+]==================================
1.39/1.47	c | Conflicts | Original         | Learnt                           | Progress |
1.39/1.47	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
1.39/1.47	c ==============================================================================
1.39/1.47	c |     27326 |    7722    24635 |    2574    4091    79404    19.4 |  6.136 % |
1.39/1.47	c |     27426 |    7722    24635 |    2831    2146    35291    16.4 |  6.178 % |
1.39/1.48	c |     27576 |    7722    24635 |    3114    2296    37381    16.3 |  6.178 % |
1.39/1.48	c |     27802 |    7722    24635 |    3425    2522    41299    16.4 |  6.178 % |
1.49/1.51	c |     28139 |    7722    24635 |    3768    2859    50029    17.5 |  6.178 % |
1.49/1.53	c |     28647 |    7722    24635 |    4145    3367    61590    18.3 |  6.178 % |
1.49/1.57	c ==============================================================================
1.49/1.57	c Found solution: 211
1.49/1.57	o 211
1.49/1.57	c ---[   0]---> Sorter-cost:    3     Base: 2 2 2 2 2 2 2
1.49/1.57	c ==================================[MINISAT+]==================================
1.49/1.57	c | Conflicts | Original         | Learnt                           | Progress |
1.49/1.57	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
1.49/1.57	c ==============================================================================
1.49/1.57	c |     29270 |    7728    24649 |    2576    3990    80798    20.3 |  6.178 % |
1.49/1.58	c |     29372 |    7728    24649 |    2833    2097    37018    17.7 |  6.219 % |
1.49/1.59	c |     29523 |    7728    24649 |    3116    2248    40046    17.8 |  6.219 % |
1.49/1.59	c ==============================================================================
1.49/1.59	c Found solution: 208
1.49/1.59	o 208
1.49/1.59	c ---[   0]---> Sorter-cost:    6     Base: 2 2 2 2 2 2 2
1.49/1.59	c ==================================[MINISAT+]==================================
1.49/1.59	c | Conflicts | Original         | Learnt                           | Progress |
1.49/1.59	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
1.49/1.59	c ==============================================================================
1.49/1.59	c |     29640 |    7738    24673 |    2579    2365    41706    17.6 |  6.219 % |
1.59/1.60	c |     29742 |    7738    24673 |    2836    2467    43696    17.7 |  6.250 % |
1.59/1.61	c |     29892 |    7738    24673 |    3120    2617    47064    18.0 |  6.250 % |
1.59/1.62	c |     30118 |    7738    24673 |    3432    2843    52567    18.5 |  6.250 % |
1.59/1.64	c |     30457 |    7738    24673 |    3775    3182    59127    18.6 |  6.250 % |
1.59/1.67	c |     30964 |    7738    24673 |    4153    3689    69951    19.0 |  6.250 % |
1.69/1.71	c |     31723 |    7738    24673 |    4568    2251    35168    15.6 |  6.250 % |
1.69/1.78	c |     32865 |    7738    24673 |    5025    3393    74336    21.9 |  6.250 % |
1.79/1.88	c |     34573 |    7738    24673 |    5528    5101   111721    21.9 |  6.250 % |
1.99/2.03	c |     37135 |    7738    24673 |    6081    4801   103529    21.6 |  6.250 % |
2.20/2.29	c |     40979 |    7738    24673 |    6689    5469   142009    26.0 |  6.250 % |
2.69/2.70	c |     46745 |    7738    24673 |    7358    4139   101726    24.6 |  6.250 % |
3.30/3.36	c |     55395 |    7738    24673 |    8094    5068   114139    22.5 |  6.250 % |
3.30/3.38	c ==============================================================================
3.30/3.38	c Found solution: 203
3.30/3.38	o 203
3.30/3.38	c ---[   0]---> Sorter-cost:    5     Base: 2 2 2 2 2 2 2
3.30/3.38	c ==================================[MINISAT+]==================================
3.30/3.38	c | Conflicts | Original         | Learnt                           | Progress |
3.30/3.38	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
3.30/3.38	c ==============================================================================
3.30/3.38	c |     55773 |    7747    24694 |    2582    5446   125020    23.0 |  6.250 % |
3.30/3.39	c |     55873 |    7747    24694 |    2840    1462    20684    14.1 |  6.284 % |
3.39/3.40	c |     56024 |    7747    24694 |    3124    1613    23697    14.7 |  6.284 % |
3.39/3.41	c |     56249 |    7747    24694 |    3436    1838    28536    15.5 |  6.284 % |
3.39/3.42	c |     56586 |    7747    24694 |    3780    2175    34902    16.0 |  6.284 % |
3.39/3.45	c |     57095 |    7747    24694 |    4158    2684    45259    16.9 |  6.284 % |
3.39/3.49	c |     57854 |    7747    24694 |    4574    3443    62977    18.3 |  6.284 % |
3.49/3.55	c |     58993 |    7747    24694 |    5031    4582    88824    19.4 |  6.284 % |
3.59/3.65	c |     60702 |    7740    24679 |    5534    3671    75177    20.5 |  6.393 % |
3.79/3.82	c |     63265 |    7740    24679 |    6088    3356    61927    18.5 |  6.393 % |
3.99/4.06	c |     67111 |    7740    24679 |    6697    3800    77917    20.5 |  6.393 % |
4.09/4.11	c ==============================================================================
4.09/4.11	c Found solution: 202
4.09/4.11	o 202
4.09/4.11	c ---[   0]---> Sorter-cost:    5     Base: 2 2 2 2 2 2 2
4.09/4.12	c ==================================[MINISAT+]==================================
4.09/4.12	c | Conflicts | Original         | Learnt                           | Progress |
4.09/4.12	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
4.09/4.12	c ==============================================================================
4.09/4.12	c |     67896 |    7750    24702 |    2583    4585   100331    21.9 |  6.393 % |
4.09/4.12	c |     67996 |    7750    24702 |    2841    2393    46346    19.4 |  6.427 % |
4.09/4.13	c |     68146 |    7750    24702 |    3125    2543    49177    19.3 |  6.427 % |
4.09/4.14	c |     68371 |    7750    24702 |    3437    2768    53543    19.3 |  6.427 % |
4.09/4.15	c |     68708 |    7750    24702 |    3781    3105    60134    19.4 |  6.427 % |
4.09/4.18	c |     69214 |    7750    24702 |    4159    3611    71404    19.8 |  6.427 % |
4.19/4.23	c |     69973 |    7750    24702 |    4575    4370    90338    20.7 |  6.427 % |
4.30/4.30	c |     71112 |    7750    24702 |    5033    3077    59492    19.3 |  6.427 % |
4.30/4.36	c ==============================================================================
4.30/4.36	c Found solution: 200
4.30/4.36	o 200
4.30/4.36	c ---[   0]---> Sorter-cost:    5     Base: 2 2 2 2 2 2 2
4.30/4.36	c ==================================[MINISAT+]==================================
4.30/4.36	c | Conflicts | Original         | Learnt                           | Progress |
4.30/4.36	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
4.30/4.36	c ==============================================================================
4.30/4.36	c |     72133 |    7758    24721 |    2586    4098    87429    21.3 |  6.427 % |
4.30/4.37	c |     72235 |    7758    24721 |    2844    2151    36953    17.2 |  6.464 % |
4.30/4.37	c |     72385 |    7758    24721 |    3129    2301    38880    16.9 |  6.464 % |
4.30/4.38	c |     72613 |    7758    24721 |    3441    2529    43954    17.4 |  6.464 % |
4.30/4.39	c |     72951 |    7758    24721 |    3786    2867    48941    17.1 |  6.464 % |
4.40/4.41	c ==============================================================================
4.40/4.41	c Found solution: 184
4.40/4.41	o 184
4.40/4.41	c ---[   0]---> Sorter-cost:    3     Base: 2 2 2 2 2 2 2
4.40/4.41	c ==================================[MINISAT+]==================================
4.40/4.41	c | Conflicts | Original         | Learnt                           | Progress |
4.40/4.41	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
4.40/4.41	c ==============================================================================
4.40/4.41	c |     73370 |    7763    24734 |    2587    3286    56193    17.1 |  6.464 % |
4.40/4.42	c |     73470 |    7763    24734 |    2845    1743    18111    10.4 |  6.508 % |
4.40/4.43	c |     73620 |    7763    24734 |    3130    1893    21018    11.1 |  6.508 % |
4.40/4.43	c |     73845 |    7763    24734 |    3443    2118    24583    11.6 |  6.508 % |
4.40/4.45	c |     74182 |    7763    24734 |    3787    2455    34154    13.9 |  6.508 % |
4.40/4.47	c |     74689 |    7763    24734 |    4166    2962    43372    14.6 |  6.508 % |
4.49/4.50	c ==============================================================================
4.49/4.50	c Found solution: 155
4.49/4.50	o 155
4.49/4.50	c ---[   0]---> Sorter-cost:    3     Base: 2 2 2 2 2 2 2
4.49/4.51	c ==================================[MINISAT+]==================================
4.49/4.51	c | Conflicts | Original         | Learnt                           | Progress |
4.49/4.51	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
4.49/4.51	c ==============================================================================
4.49/4.51	c |     75420 |    7768    24746 |    2589    3693    57696    15.6 |  6.508 % |
4.49/4.51	c |     75520 |    7768    24746 |    2847    1947    25100    12.9 |  6.551 % |
4.49/4.52	c |     75670 |    7768    24746 |    3132    2097    27804    13.3 |  6.551 % |
4.49/4.52	c |     75895 |    7768    24746 |    3445    2322    31146    13.4 |  6.551 % |
4.49/4.54	c |     76232 |    7768    24746 |    3790    2659    36954    13.9 |  6.551 % |
4.49/4.56	c |     76738 |    7768    24746 |    4169    3165    48977    15.5 |  6.551 % |
4.59/4.60	c ==============================================================================
4.59/4.60	c Found solution: 154
4.59/4.60	o 154
4.59/4.60	c ---[   0]---> Sorter-cost:    4     Base: 2 2 2 2 2 2 2
4.59/4.60	c ==================================[MINISAT+]==================================
4.59/4.60	c | Conflicts | Original         | Learnt                           | Progress |
4.59/4.60	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
4.59/4.60	c ==============================================================================
4.59/4.60	c |     77278 |    7775    24762 |    2591    3705    65777    17.8 |  6.551 % |
4.59/4.61	c |     77378 |    7775    24762 |    2850    1953    31981    16.4 |  6.591 % |
4.59/4.61	c |     77528 |    7775    24762 |    3135    2103    34628    16.5 |  6.591 % |
4.59/4.62	c |     77754 |    7727    24654 |    3448    2327    39153    16.8 |  7.347 % |
4.59/4.64	c |     78091 |    7727    24654 |    3793    2664    46248    17.4 |  7.347 % |
4.59/4.66	c |     78597 |    7727    24654 |    4172    3170    61943    19.5 |  7.347 % |
4.69/4.70	c |     79357 |    7727    24654 |    4590    3930    80294    20.4 |  7.347 % |
4.69/4.75	c ==============================================================================
4.69/4.75	c Found solution: 141
4.69/4.75	o 141
4.69/4.75	c ---[   0]---> Sorter-cost:    5     Base: 2 2 2 2 2 2 2
4.69/4.76	c ==================================[MINISAT+]==================================
4.69/4.76	c | Conflicts | Original         | Learnt                           | Progress |
4.69/4.76	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
4.69/4.76	c ==============================================================================
4.69/4.76	c |     80210 |    7735    24672 |    2578    4783   104107    21.8 |  7.347 % |
4.69/4.76	c |     80310 |    7735    24672 |    2835    2492    43577    17.5 |  7.385 % |
4.69/4.76	c |     80460 |    7735    24672 |    3119    2642    44998    17.0 |  7.385 % |
4.69/4.77	c |     80685 |    7735    24672 |    3431    2867    49266    17.2 |  7.385 % |
4.69/4.79	c |     81022 |    7735    24672 |    3774    3204    54831    17.1 |  7.385 % |
4.79/4.82	c |     81529 |    7735    24672 |    4151    3711    71900    19.4 |  7.385 % |
4.79/4.86	c |     82293 |    7735    24672 |    4567    4475    88002    19.7 |  7.385 % |
4.89/4.90	c ==============================================================================
4.89/4.90	c Found solution: 131
4.89/4.90	o 131
4.89/4.90	c ---[   0]---> Sorter-cost:    5     Base: 2 2 2 2 2 2 2
4.89/4.90	c ==================================[MINISAT+]==================================
4.89/4.90	c | Conflicts | Original         | Learnt                           | Progress |
4.89/4.90	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
4.89/4.90	c ==============================================================================
4.89/4.90	c |     83029 |    7742    24688 |    2580    2801    48866    17.4 |  7.385 % |
4.89/4.91	c |     83129 |    7742    24688 |    2838    1501    18549    12.4 |  7.427 % |
4.89/4.91	c |     83279 |    7742    24688 |    3121    1651    20671    12.5 |  7.427 % |
4.89/4.92	c |     83504 |    7742    24688 |    3433    1876    23835    12.7 |  7.427 % |
4.89/4.93	c |     83841 |    7742    24688 |    3777    2213    31737    14.3 |  7.427 % |
4.89/4.95	c |     84348 |    7742    24688 |    4155    2720    40290    14.8 |  7.427 % |
4.89/4.98	c |     85108 |    7742    24688 |    4570    3480    54811    15.8 |  7.427 % |
4.99/5.05	c |     86249 |    7742    24688 |    5027    4621    83542    18.1 |  7.427 % |
5.09/5.15	c ==============================================================================
5.09/5.15	c Found solution: 129
5.09/5.15	o 129
5.09/5.15	c ---[   0]---> Sorter-cost:    5     Base: 2 2 2 2 2 2 2
5.09/5.16	c ==================================[MINISAT+]==================================
5.09/5.16	c | Conflicts | Original         | Learnt                           | Progress |
5.09/5.16	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
5.09/5.16	c ==============================================================================
5.09/5.16	c |     87873 |    7748    24701 |    2582    3642    78909    21.7 |  7.427 % |
5.09/5.16	c |     87975 |    7748    24701 |    2840    1923    34174    17.8 |  7.473 % |
5.09/5.17	c |     88126 |    7748    24701 |    3124    2074    36384    17.5 |  7.473 % |
5.09/5.19	c |     88352 |    7748    24701 |    3436    2300    43999    19.1 |  7.473 % |
5.19/5.20	c |     88689 |    7748    24701 |    3780    2637    50778    19.3 |  7.473 % |
5.19/5.23	c |     89195 |    7748    24701 |    4158    3143    63474    20.2 |  7.473 % |
5.19/5.27	c ==============================================================================
5.19/5.27	c Found solution: 123
5.19/5.27	o 123
5.19/5.27	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2 2 2
5.19/5.28	c ==================================[MINISAT+]==================================
5.19/5.28	c | Conflicts | Original         | Learnt                           | Progress |
5.19/5.28	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
5.19/5.28	c ==============================================================================
5.19/5.28	c |     89857 |    7703    24544 |    2567    3803    81133    21.3 |  7.473 % |
5.19/5.28	c |     89957 |    7703    24544 |    2823    2002    31297    15.6 |  7.940 % |
5.19/5.29	c |     90108 |    7703    24544 |    3106    2153    34153    15.9 |  7.940 % |
5.19/5.29	c |     90334 |    7703    24544 |    3416    2379    37171    15.6 |  7.940 % |
5.29/5.31	c |     90672 |    7703    24544 |    3758    2717    43496    16.0 |  7.940 % |
5.29/5.32	c ==============================================================================
5.29/5.32	c Found solution: 116
5.29/5.32	o 116
5.29/5.32	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2 2 2
5.29/5.33	c ==================================[MINISAT+]==================================
5.29/5.33	c | Conflicts | Original         | Learnt                           | Progress |
5.29/5.33	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
5.29/5.33	c ==============================================================================
5.29/5.33	c |     91052 |    7706    24551 |    2568    3097    53389    17.2 |  7.940 % |
5.29/5.33	c |     91152 |    7706    24551 |    2824    1649    20795    12.6 |  7.985 % |
5.29/5.34	c |     91304 |    7706    24551 |    3107    1801    25008    13.9 |  7.985 % |
5.29/5.35	c |     91531 |    7706    24551 |    3418    2028    30669    15.1 |  7.985 % |
5.29/5.37	c |     91869 |    7706    24551 |    3759    2366    38031    16.1 |  7.985 % |
5.29/5.39	c |     92375 |    7706    24551 |    4135    2872    49987    17.4 |  7.985 % |
5.40/5.44	c |     93135 |    7706    24551 |    4549    3632    68242    18.8 |  7.985 % |
5.40/5.46	c ==============================================================================
5.40/5.46	c Found solution: 115
5.40/5.46	o 115
5.40/5.46	c ---[   0]---> Sorter-cost:    3     Base: 2 2 2 2 2 2
5.40/5.47	c ==================================[MINISAT+]==================================
5.40/5.47	c | Conflicts | Original         | Learnt                           | Progress |
5.40/5.47	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
5.40/5.47	c ==============================================================================
5.40/5.47	c |     93596 |    7710    24561 |    2570    4093    79016    19.3 |  7.985 % |
5.40/5.47	c |     93696 |    7710    24561 |    2827    2147    32244    15.0 |  8.026 % |
5.40/5.47	c |     93846 |    7710    24561 |    3109    2297    33168    14.4 |  8.026 % |
5.40/5.48	c |     94071 |    7710    24561 |    3420    2522    37709    15.0 |  8.026 % |
5.50/5.50	c |     94408 |    7710    24561 |    3762    2859    45733    16.0 |  8.026 % |
5.50/5.53	c |     94914 |    7542    24181 |    4139    3354    58738    17.5 | 10.968 % |
5.50/5.57	c |     95673 |    7454    23979 |    4552    4107    78123    19.0 | 12.574 % |
5.59/5.64	c |     96813 |    7454    23979 |    5008    2745    53210    19.4 | 12.574 % |
5.69/5.70	c ==============================================================================
5.69/5.70	c Found solution: 114
5.69/5.70	o 114
5.69/5.70	c ---[   0]---> Sorter-cost:    5     Base: 2 2 2 2 2 2
5.69/5.71	c ==================================[MINISAT+]==================================
5.69/5.71	c | Conflicts | Original         | Learnt                           | Progress |
5.69/5.71	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
5.69/5.71	c ==============================================================================
5.69/5.71	c |     98158 |    7460    23995 |    2486    4090    87387    21.4 | 12.574 % |
5.69/5.71	c |     98262 |    7460    23995 |    2734    2149    37238    17.3 | 12.600 % |
5.69/5.72	c |     98412 |    7460    23995 |    3008    2299    39730    17.3 | 12.600 % |
5.69/5.73	c |     98637 |    7460    23995 |    3308    2524    45002    17.8 | 12.600 % |
5.69/5.75	c |     98974 |    7460    23995 |    3639    2861    52239    18.3 | 12.600 % |
5.69/5.77	c ==============================================================================
5.69/5.77	c Found solution: 113
5.69/5.77	o 113
5.69/5.77	c ---[   0]---> Sorter-cost:    4     Base: 2 2 2 2 2 2
5.69/5.77	c ==================================[MINISAT+]==================================
5.69/5.77	c | Conflicts | Original         | Learnt                           | Progress |
5.69/5.77	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
5.69/5.77	c ==============================================================================
5.69/5.77	c |     99424 |    7464    24006 |    2488    3311    64954    19.6 | 12.600 % |
5.69/5.78	c |     99524 |    7464    24006 |    2736    1756    25511    14.5 | 12.633 % |
5.69/5.79	c |     99674 |    7464    24006 |    3010    1906    28480    14.9 | 12.633 % |
5.79/5.80	c |     99902 |    7464    24006 |    3311    2134    36229    17.0 | 12.633 % |
5.79/5.81	c |    100239 |    7464    24006 |    3642    2471    41292    16.7 | 12.633 % |
5.79/5.84	c |    100745 |    7464    24006 |    4006    2977    53473    18.0 | 12.633 % |
5.79/5.88	c |    101506 |    7464    24006 |    4407    3738    75654    20.2 | 12.633 % |
5.89/5.95	c |    102646 |    7450    23973 |    4848    2528    47815    18.9 | 12.953 % |
5.99/6.02	c ==============================================================================
5.99/6.02	c Found solution: 111
5.99/6.02	o 111
5.99/6.02	c ---[   0]---> Sorter-cost:    5     Base: 2 2 2 2 2 2
5.99/6.02	c ==================================[MINISAT+]==================================
5.99/6.02	c | Conflicts | Original         | Learnt                           | Progress |
5.99/6.02	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
5.99/6.02	c ==============================================================================
5.99/6.02	c |    104001 |    7457    23991 |    2485    3883    79829    20.6 | 12.953 % |
5.99/6.02	c |    104101 |    7457    23991 |    2733    2042    32031    15.7 | 12.972 % |
5.99/6.03	c |    104251 |    7457    23991 |    3006    2192    35235    16.1 | 12.972 % |
5.99/6.04	c |    104476 |    7457    23991 |    3307    2417    37750    15.6 | 12.972 % |
5.99/6.06	c |    104814 |    7457    23991 |    3638    2755    49487    18.0 | 12.972 % |
5.99/6.08	c |    105321 |    7457    23991 |    4002    3262    59433    18.2 | 12.972 % |
6.09/6.13	c |    106080 |    7457    23991 |    4402    4021    82703    20.6 | 12.972 % |
6.19/6.20	c |    107220 |    7457    23991 |    4842    2727    57571    21.1 | 12.972 % |
6.19/6.29	c |    108928 |    7418    23895 |    5326    4434   100577    22.7 | 14.195 % |
6.29/6.39	c ==============================================================================
6.29/6.39	c Found solution: 107
6.29/6.39	o 107
6.39/6.40	c ---[   0]---> Sorter-cost:    3     Base: 2 2 2 2 2 2
6.39/6.40	c ==================================[MINISAT+]==================================
6.39/6.40	c | Conflicts | Original         | Learnt                           | Progress |
6.39/6.40	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
6.39/6.40	c ==============================================================================
6.39/6.40	c |    110651 |    7422    23905 |    2474    3329    64477    19.4 | 14.195 % |
6.39/6.40	c |    110752 |    7422    23905 |    2721    1766    28708    16.3 | 14.225 % |
6.39/6.41	c |    110902 |    7422    23905 |    2993    1916    31657    16.5 | 14.225 % |
6.39/6.42	c |    111128 |    7422    23905 |    3292    2142    36110    16.9 | 14.225 % |
6.39/6.43	c |    111466 |    7422    23905 |    3622    2480    42954    17.3 | 14.225 % |
6.39/6.46	c |    111972 |    7422    23905 |    3984    2986    54528    18.3 | 14.225 % |
6.39/6.50	c |    112732 |    7422    23905 |    4382    3746    69339    18.5 | 14.225 % |
6.50/6.56	c |    113872 |    7422    23905 |    4821    2544    40098    15.8 | 14.225 % |
6.60/6.62	c ==============================================================================
6.60/6.62	c Found solution: 105
6.60/6.62	o 105
6.60/6.62	c ---[   0]---> Sorter-cost:    3     Base: 2 2 2 2 2 2
6.60/6.63	c ==================================[MINISAT+]==================================
6.60/6.63	c | Conflicts | Original         | Learnt                           | Progress |
6.60/6.63	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
6.60/6.63	c ==============================================================================
6.60/6.63	c |    114921 |    7426    23915 |    2475    3593    70603    19.7 | 14.225 % |
6.60/6.63	c |    115022 |    7426    23915 |    2722    1898    31329    16.5 | 14.255 % |
6.60/6.64	c |    115173 |    7426    23915 |    2994    2049    34566    16.9 | 14.255 % |
6.60/6.64	c |    115398 |    7426    23915 |    3294    2274    38619    17.0 | 14.255 % |
6.60/6.66	c |    115737 |    7426    23915 |    3623    2613    46948    18.0 | 14.255 % |
6.60/6.67	c ==============================================================================
6.60/6.67	c Found solution: 104
6.60/6.67	o 104
6.60/6.68	c ---[   0]---> Sorter-cost:    3     Base: 2 2 2 2 2 2
6.60/6.68	c ==================================[MINISAT+]==================================
6.60/6.68	c | Conflicts | Original         | Learnt                           | Progress |
6.60/6.68	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
6.60/6.68	c ==============================================================================
6.60/6.68	c |    116047 |    7432    23929 |    2477    2923    52348    17.9 | 14.255 % |
6.60/6.68	c |    116148 |    7432    23929 |    2724    1563    17736    11.3 | 14.278 % |
6.60/6.69	c |    116299 |    7432    23929 |    2997    1714    20352    11.9 | 14.278 % |
6.69/6.70	c |    116528 |    7432    23929 |    3296    1943    26041    13.4 | 14.279 % |
6.69/6.71	c |    116866 |    7432    23929 |    3626    2281    32117    14.1 | 14.278 % |
6.69/6.73	c |    117372 |    7432    23929 |    3989    2787    43273    15.5 | 14.278 % |
6.69/6.77	c |    118132 |    7432    23929 |    4388    3547    62802    17.7 | 14.278 % |
6.79/6.82	c |    119273 |    7432    23929 |    4826    4688    89559    19.1 | 14.278 % |
6.89/6.91	c |    120981 |    7432    23929 |    5309    3690    72593    19.7 | 14.278 % |
7.09/7.10	c |    123545 |    7432    23929 |    5840    3267    92150    28.2 | 14.278 % |
7.29/7.33	c |    127389 |    7432    23929 |    6424    4001    85352    21.3 | 14.278 % |
7.60/7.61	c ==============================================================================
7.60/7.61	c Found solution: 100
7.60/7.61	o 100
7.60/7.61	c ---[   0]---> Sorter-cost:    4     Base: 2 2 2 2 2 2
7.60/7.61	c ==================================[MINISAT+]==================================
7.60/7.61	c | Conflicts | Original         | Learnt                           | Progress |
7.60/7.61	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
7.60/7.61	c ==============================================================================
7.60/7.61	c |    131738 |    7439    23946 |    2479    4902   117347    23.9 | 14.278 % |
7.60/7.62	c |    131838 |    7439    23946 |    2726    2551    52810    20.7 | 14.293 % |
7.60/7.63	c |    131988 |    7439    23946 |    2999    2701    54634    20.2 | 14.293 % |
7.60/7.64	c |    132213 |    7439    23946 |    3299    2926    58041    19.8 | 14.293 % |
7.60/7.65	c |    132550 |    7439    23946 |    3629    3263    67290    20.6 | 14.293 % |
7.60/7.68	c |    133056 |    7439    23946 |    3992    3769    79955    21.2 | 14.293 % |
7.70/7.72	c |    133815 |    7439    23946 |    4391    4528    99869    22.1 | 14.293 % |
7.70/7.78	c |    134954 |    7439    23946 |    4830    3309    70654    21.4 | 14.293 % |
7.79/7.87	c |    136663 |    7439    23946 |    5313    5018   105519    21.0 | 14.293 % |
7.99/8.04	c |    139225 |    7439    23946 |    5845    4440    99265    22.4 | 14.293 % |
8.19/8.20	c ==============================================================================
8.19/8.20	c Found solution: 98
8.19/8.20	o 98
8.19/8.20	c ---[   0]---> Sorter-cost:    4     Base: 2 2 2 2 2 2
8.19/8.21	c ==================================[MINISAT+]==================================
8.19/8.21	c | Conflicts | Original         | Learnt                           | Progress |
8.19/8.21	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
8.19/8.21	c ==============================================================================
8.19/8.21	c |    141498 |    7446    23963 |    2482    3539    95114    26.9 | 14.293 % |
8.19/8.21	c |    141600 |    7446    23963 |    2730    1872    40822    21.8 | 14.308 % |
8.19/8.21	c |    141750 |    7446    23963 |    3003    2022    42335    20.9 | 14.308 % |
8.19/8.22	c |    141976 |    7446    23963 |    3303    2248    48464    21.6 | 14.308 % |
8.19/8.23	c |    142313 |    7446    23963 |    3633    2585    54734    21.2 | 14.308 % |
8.19/8.25	c |    142820 |    7446    23963 |    3997    3092    67001    21.7 | 14.308 % |
8.29/8.30	c |    143579 |    7446    23963 |    4397    3851    91324    23.7 | 14.308 % |
8.29/8.35	c |    144718 |    7446    23963 |    4836    2526    43747    17.3 | 14.308 % |
8.29/8.36	c ==============================================================================
8.29/8.36	c Found solution: 96
8.29/8.36	o 96
8.29/8.36	c ---[   0]---> Sorter-cost:    4     Base: 2 2 2 2 2 2
8.29/8.37	c ==================================[MINISAT+]==================================
8.29/8.37	c | Conflicts | Original         | Learnt                           | Progress |
8.29/8.37	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
8.29/8.37	c ==============================================================================
8.29/8.37	c |    144851 |    7452    23977 |    2484    2659    47479    17.9 | 14.308 % |
8.29/8.37	c |    144951 |    7452    23977 |    2732    2759    49394    17.9 | 14.331 % |
8.29/8.38	c |    145103 |    7452    23977 |    3005    2911    51549    17.7 | 14.331 % |
8.29/8.39	c |    145331 |    7452    23977 |    3306    3139    58284    18.6 | 14.331 % |
8.39/8.40	c |    145669 |    7452    23977 |    3636    3477    61925    17.8 | 14.331 % |
8.39/8.41	c ==============================================================================
8.39/8.41	c Found solution: 95
8.39/8.41	o 95
8.39/8.41	c ---[   0]---> Sorter-cost:    4     Base: 2 2 2 2 2 2
8.39/8.42	c ==================================[MINISAT+]==================================
8.39/8.42	c | Conflicts | Original         | Learnt                           | Progress |
8.39/8.42	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
8.39/8.42	c ==============================================================================
8.39/8.42	c |    145870 |    7458    23991 |    2486    3678    68623    18.7 | 14.331 % |
8.39/8.42	c |    145970 |    7458    23991 |    2734    1939    25305    13.1 | 14.353 % |
8.39/8.43	c |    146120 |    7458    23991 |    3008    2089    28319    13.6 | 14.353 % |
8.39/8.44	c |    146345 |    7458    23991 |    3308    2314    33976    14.7 | 14.353 % |
8.39/8.45	c |    146682 |    7458    23991 |    3639    2651    39645    15.0 | 14.353 % |
8.39/8.47	c |    147188 |    7458    23991 |    4003    3157    47475    15.0 | 14.353 % |
8.49/8.50	c |    147947 |    7458    23991 |    4404    3916    62616    16.0 | 14.353 % |
8.49/8.55	c |    149086 |    7458    23991 |    4844    2681    40106    15.0 | 14.353 % |
8.59/8.64	c |    150794 |    7458    23991 |    5328    4389    80504    18.3 | 14.353 % |
8.80/8.81	c |    153357 |    7458    23991 |    5861    4030    99650    24.7 | 14.353 % |
8.99/9.02	c |    157201 |    7447    23967 |    6448    4748   100299    21.1 | 14.510 % |
8.99/9.08	c ==============================================================================
8.99/9.08	c Found solution: 89
8.99/9.08	o 89
8.99/9.08	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2 2 2
8.99/9.08	c ==================================[MINISAT+]==================================
8.99/9.08	c | Conflicts | Original         | Learnt                           | Progress |
8.99/9.08	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
8.99/9.08	c ==============================================================================
8.99/9.08	c |    158162 |    7450    23974 |    2483    5709   122981    21.5 | 14.510 % |
8.99/9.09	c |    158262 |    7450    23974 |    2731    1528    17752    11.6 | 14.547 % |
8.99/9.09	c |    158412 |    7450    23974 |    3004    1678    19900    11.9 | 14.547 % |
9.09/9.10	c |    158637 |    7441    23954 |    3304    1902    23881    12.6 | 14.704 % |
9.09/9.11	c ==============================================================================
9.09/9.11	c Found solution: 88
9.09/9.11	o 88
9.09/9.11	c ---[   0]---> Sorter-cost:    3     Base: 2 2 2 2 2 2
9.09/9.11	c ==================================[MINISAT+]==================================
9.09/9.11	c | Conflicts | Original         | Learnt                           | Progress |
9.09/9.11	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
9.09/9.11	c ==============================================================================
9.09/9.11	c |    158856 |    7446    23966 |    2482    2121    29119    13.7 | 14.704 % |
9.09/9.12	c |    158956 |    7446    23966 |    2730    2221    30546    13.8 | 14.734 % |
9.09/9.13	c |    159106 |    7446    23966 |    3003    2371    34198    14.4 | 14.734 % |
9.09/9.13	c |    159331 |    7410    23884 |    3303    2595    37437    14.4 | 15.256 % |
9.09/9.15	c |    159668 |    7410    23884 |    3633    2932    45556    15.5 | 15.256 % |
9.09/9.17	c |    160175 |    7410    23884 |    3997    3439    55526    16.1 | 15.256 % |
9.19/9.21	c |    160935 |    7410    23884 |    4397    4199    77592    18.5 | 15.256 % |
9.19/9.27	c |    162074 |    7410    23884 |    4836    2912    56694    19.5 | 15.256 % |
9.29/9.36	c |    163785 |    7410    23884 |    5320    4623    98592    21.3 | 15.256 % |
9.29/9.39	c ==============================================================================
9.29/9.39	c Found solution: 87
9.29/9.39	o 87
9.29/9.39	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2 2 2
9.39/9.40	c ==================================[MINISAT+]==================================
9.39/9.40	c | Conflicts | Original         | Learnt                           | Progress |
9.39/9.40	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
9.39/9.40	c ==============================================================================
9.39/9.40	c |    164367 |    7413    23891 |    2471    5205   113223    21.8 | 15.256 % |
9.39/9.40	c |    164467 |    7413    23891 |    2718    2703    48204    17.8 | 15.292 % |
9.39/9.41	c |    164619 |    7413    23891 |    2989    2855    51837    18.2 | 15.292 % |
9.39/9.42	c |    164844 |    7413    23891 |    3288    3080    54680    17.8 | 15.292 % |
9.39/9.43	c |    165181 |    7413    23891 |    3617    3417    60479    17.7 | 15.292 % |
9.39/9.46	c |    165687 |    7413    23891 |    3979    3923    75342    19.2 | 15.292 % |
9.49/9.50	c |    166446 |    7413    23891 |    4377    2499    40036    16.0 | 15.292 % |
9.49/9.59	c |    167585 |    7413    23891 |    4815    3638    78230    21.5 | 15.292 % |
9.59/9.69	c |    169293 |    7413    23891 |    5296    2751    49667    18.1 | 15.292 % |
9.80/9.86	c |    171856 |    7413    23891 |    5826    5314   122341    23.0 | 15.292 % |
9.90/9.93	c ==============================================================================
9.90/9.93	c Found solution: 86
9.90/9.93	o 86
9.90/9.93	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2 2 2
9.90/9.93	c ==================================[MINISAT+]==================================
9.90/9.93	c | Conflicts | Original         | Learnt                           | Progress |
9.90/9.93	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
9.90/9.93	c ==============================================================================
9.90/9.93	c |    172820 |    7416    23898 |    2472    6278   150147    23.9 | 15.292 % |
9.90/9.94	c |    172920 |    7416    23898 |    2719    1670    24139    14.5 | 15.328 % |
9.90/9.94	c |    173070 |    7416    23898 |    2991    1820    26332    14.5 | 15.328 % |
9.90/9.95	c |    173296 |    7416    23898 |    3290    2046    31169    15.2 | 15.328 % |
9.90/9.97	c |    173633 |    7416    23898 |    3619    2383    41181    17.3 | 15.328 % |
9.99/10.00	c |    174139 |    7416    23898 |    3981    2889    49858    17.3 | 15.328 % |
9.99/10.04	c |    174899 |    7416    23898 |    4379    3649    66980    18.4 | 15.328 % |
10.09/10.12	c |    176039 |    7416    23898 |    4817    2414    39423    16.3 | 15.328 % |
10.19/10.22	c |    177747 |    7416    23898 |    5298    4122    88836    21.6 | 15.328 % |
10.19/10.29	c ==============================================================================
10.19/10.29	c Found solution: 85
10.19/10.29	o 85
10.19/10.29	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2 2 2
10.19/10.29	c ==================================[MINISAT+]==================================
10.19/10.29	c | Conflicts | Original         | Learnt                           | Progress |
10.19/10.29	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
10.19/10.29	c ==============================================================================
10.19/10.29	c |    178908 |    7314    23662 |    2438    5274   112710    21.4 | 15.328 % |
10.29/10.30	c |    179008 |    7314    23662 |    2681    2737    43965    16.1 | 17.231 % |
10.29/10.30	c |    179158 |    7314    23662 |    2949    2887    46267    16.0 | 17.231 % |
10.29/10.31	c |    179384 |    7314    23662 |    3244    3113    50500    16.2 | 17.231 % |
10.29/10.33	c |    179721 |    7314    23662 |    3569    3450    55811    16.2 | 17.231 % |
10.29/10.36	c |    180231 |    7314    23662 |    3926    3960    69096    17.4 | 17.231 % |
10.39/10.40	c |    180990 |    7314    23662 |    4319    2505    40065    16.0 | 17.231 % |
10.39/10.45	c |    182131 |    7314    23662 |    4750    3646    64350    17.6 | 17.231 % |
10.49/10.56	c |    183839 |    7314    23662 |    5226    2755    50655    18.4 | 17.231 % |
10.59/10.69	c |    186401 |    7314    23662 |    5748    5317   102602    19.3 | 17.231 % |
10.90/10.94	c |    190246 |    7314    23662 |    6323    5962   137622    23.1 | 17.231 % |
11.29/11.32	c |    196012 |    7288    23602 |    6955    4938   110188    22.3 | 17.699 % |
12.00/12.04	c |    204665 |    7288    23602 |    7651    6195   149635    24.2 | 17.699 % |
12.99/13.05	c ==============================================================================
12.99/13.05	c Found solution: 79
12.99/13.05	o 79
12.99/13.05	c ---[   0]---> Sorter-cost:    3     Base: 2 2 2 2 2 2
12.99/13.05	c ==================================[MINISAT+]==================================
12.99/13.05	c | Conflicts | Original         | Learnt                           | Progress |
12.99/13.05	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
12.99/13.05	c ==============================================================================
12.99/13.05	c |    217552 |    7245    23505 |    2415    6923   160372    23.2 | 17.699 % |
12.99/13.06	c |    217652 |    7245    23505 |    2656    1831    23527    12.8 | 18.555 % |
12.99/13.07	c |    217802 |    7245    23505 |    2922    1981    25588    12.9 | 18.555 % |
12.99/13.08	c |    218028 |    7245    23505 |    3214    2207    29224    13.2 | 18.555 % |
12.99/13.09	c |    218365 |    7245    23505 |    3535    2544    36219    14.2 | 18.555 % |
13.10/13.12	c |    218872 |    7245    23505 |    3889    3051    47783    15.7 | 18.555 % |
13.10/13.15	c |    219631 |    7245    23505 |    4278    3810    67895    17.8 | 18.555 % |
13.20/13.23	c |    220770 |    7245    23505 |    4706    2567    52071    20.3 | 18.555 % |
13.29/13.32	c |    222478 |    7245    23505 |    5176    4275    85797    20.1 | 18.555 % |
13.39/13.49	c |    225042 |    7245    23505 |    5694    3953    90179    22.8 | 18.555 % |
13.59/13.66	c ==============================================================================
13.59/13.66	c Found solution: 77
13.59/13.66	o 77
13.59/13.66	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2 2 2
13.59/13.66	c ==================================[MINISAT+]==================================
13.59/13.66	c | Conflicts | Original         | Learnt                           | Progress |
13.59/13.66	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
13.59/13.66	c ==============================================================================
13.59/13.66	c |    227551 |    7250    23516 |    2416    3394    76419    22.5 | 18.555 % |
13.59/13.67	c |    227651 |    7250    23516 |    2657    1797    29231    16.3 | 18.578 % |
13.59/13.68	c |    227803 |    7250    23516 |    2923    1949    32486    16.7 | 18.578 % |
13.59/13.68	c |    228028 |    7250    23516 |    3215    2174    35296    16.2 | 18.578 % |
13.69/13.70	c |    228365 |    7250    23516 |    3537    2511    43443    17.3 | 18.578 % |
13.69/13.73	c |    228871 |    7250    23516 |    3890    3017    54742    18.1 | 18.578 % |
13.69/13.77	c |    229630 |    7250    23516 |    4280    3776    72479    19.2 | 18.578 % |
13.79/13.83	c |    230769 |    7250    23516 |    4708    2551    44516    17.5 | 18.578 % |
13.89/13.90	c ==============================================================================
13.89/13.90	c Found solution: 75
13.89/13.90	o 75
13.89/13.90	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2 2 2
13.89/13.91	c ==================================[MINISAT+]==================================
13.89/13.91	c | Conflicts | Original         | Learnt                           | Progress |
13.89/13.91	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
13.89/13.91	c ==============================================================================
13.89/13.91	c |    231919 |    7253    23523 |    2417    3701    77767    21.0 | 18.578 % |
13.89/13.91	c |    232020 |    7253    23523 |    2658    1952    35087    18.0 | 18.611 % |
13.89/13.91	c |    232171 |    7253    23523 |    2924    2103    37241    17.7 | 18.611 % |
13.89/13.93	c |    232396 |    7253    23523 |    3217    2328    43167    18.5 | 18.611 % |
13.89/13.94	c |    232734 |    7253    23523 |    3538    2666    47512    17.8 | 18.611 % |
13.89/13.96	c |    233242 |    7253    23523 |    3892    3174    58759    18.5 | 18.611 % |
13.99/14.00	c |    234002 |    7253    23523 |    4281    3934    75332    19.1 | 18.611 % |
13.99/14.06	c |    235144 |    7253    23523 |    4710    2731    40672    14.9 | 18.611 % |
13.99/14.07	c ==============================================================================
13.99/14.07	c Found solution: 71
13.99/14.07	o 71
13.99/14.07	c ---[   0]---> Sorter-cost:    4     Base: 2 2 2 2 2 2
13.99/14.07	c ==================================[MINISAT+]==================================
13.99/14.07	c | Conflicts | Original         | Learnt                           | Progress |
13.99/14.07	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
13.99/14.07	c ==============================================================================
13.99/14.07	c |    235377 |    7259    23537 |    2419    2964    47661    16.1 | 18.611 % |
13.99/14.08	c |    235480 |    7259    23537 |    2660    1585    18597    11.7 | 18.634 % |
13.99/14.09	c |    235630 |    7259    23537 |    2926    1735    23316    13.4 | 18.634 % |
14.09/14.10	c |    235855 |    7259    23537 |    3219    1960    28087    14.3 | 18.634 % |
14.09/14.12	c |    236192 |    7259    23537 |    3541    2297    36278    15.8 | 18.634 % |
14.09/14.14	c |    236698 |    7259    23537 |    3895    2803    50120    17.9 | 18.634 % |
14.09/14.18	c |    237457 |    7259    23537 |    4285    3562    67881    19.1 | 18.634 % |
14.20/14.26	c |    238596 |    7259    23537 |    4713    4701    94503    20.1 | 18.634 % |
14.30/14.33	c |    240304 |    7259    23537 |    5185    3846    68991    17.9 | 18.634 % |
14.49/14.51	c |    242866 |    7259    23537 |    5703    3590    88316    24.6 | 18.634 % |
14.69/14.74	c |    246710 |    7212    23431 |    6274    4296    90676    21.1 | 19.358 % |
15.09/15.14	c |    252476 |    7212    23431 |    6901    6678   148733    22.3 | 19.358 % |
15.09/15.14	c ==============================================================================
15.09/15.14	c Found solution: 70
15.09/15.14	o 70
15.09/15.14	c ---[   0]---> Sorter-cost:    4     Base: 2 2 2 2 2 2
15.09/15.15	c ==================================[MINISAT+]==================================
15.09/15.15	c | Conflicts | Original         | Learnt                           | Progress |
15.09/15.15	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
15.09/15.15	c ==============================================================================
15.09/15.15	c |    252512 |    7218    23445 |    2406    6714   149389    22.3 | 19.358 % |
15.09/15.16	c |    252613 |    7218    23445 |    2646    1780    25130    14.1 | 19.380 % |
15.09/15.16	c |    252763 |    7218    23445 |    2911    1930    28496    14.8 | 19.380 % |
15.09/15.18	c |    252990 |    7218    23445 |    3202    2157    33769    15.7 | 19.380 % |
15.09/15.19	c |    253330 |    7218    23445 |    3522    2497    42608    17.1 | 19.380 % |
15.19/15.22	c |    253836 |    7218    23445 |    3874    3003    55006    18.3 | 19.380 % |
15.19/15.24	c ==============================================================================
15.19/15.24	c Found solution: 68
15.19/15.24	o 68
15.19/15.24	c ---[   0]---> Sorter-cost:    3     Base: 2 2 2 2 2 2
15.19/15.25	c ==================================[MINISAT+]==================================
15.19/15.25	c | Conflicts | Original         | Learnt                           | Progress |
15.19/15.25	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
15.19/15.25	c ==============================================================================
15.19/15.25	c |    254136 |    7222    23454 |    2407    3303    64548    19.5 | 19.380 % |
15.19/15.25	c |    254236 |    7222    23454 |    2647    1752    26512    15.1 | 19.411 % |
15.19/15.26	c |    254386 |    7222    23454 |    2912    1902    28935    15.2 | 19.411 % |
15.19/15.27	c |    254612 |    7222    23454 |    3203    2128    35221    16.6 | 19.411 % |
15.19/15.29	c |    254949 |    7222    23454 |    3524    2465    41352    16.8 | 19.411 % |
15.30/15.31	c |    255455 |    7222    23454 |    3876    2971    54449    18.3 | 19.411 % |
15.30/15.36	c |    256214 |    7222    23454 |    4264    3730    70306    18.8 | 19.411 % |
15.40/15.42	c |    257354 |    7222    23454 |    4690    2461    44151    17.9 | 19.411 % |
15.49/15.53	c |    259062 |    7222    23454 |    5159    4169    97429    23.4 | 19.411 % |
15.59/15.69	c |    261624 |    7222    23454 |    5675    3873    89076    23.0 | 19.411 % |
15.89/15.91	c |    265468 |    7222    23454 |    6243    4526    85858    19.0 | 19.411 % |
16.40/16.44	c |    271234 |    7222    23454 |    6867    3365    75298    22.4 | 19.411 % |
16.69/16.73	c ==============================================================================
16.69/16.73	c Found solution: 64
16.69/16.73	o 64
16.69/16.73	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2 2
16.69/16.74	c ==================================[MINISAT+]==================================
16.69/16.74	c | Conflicts | Original         | Learnt                           | Progress |
16.69/16.74	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
16.69/16.74	c ==============================================================================
16.69/16.74	c |    275326 |    7123    23174 |    2374    3748    87740    23.4 | 19.411 % |
16.69/16.74	c |    275428 |    7123    23174 |    2611    1976    35723    18.1 | 20.412 % |
16.69/16.75	c |    275578 |    7099    23119 |    2872    2124    40196    18.9 | 20.825 % |
16.69/16.76	c |    275803 |    7099    23119 |    3159    2349    43459    18.5 | 20.825 % |
16.69/16.77	c |    276141 |    7099    23119 |    3475    2687    49201    18.3 | 20.825 % |
16.79/16.80	c |    276647 |    7099    23119 |    3823    3193    60917    19.1 | 20.825 % |
16.79/16.84	c |    277406 |    7099    23119 |    4205    3952    84657    21.4 | 20.825 % |
16.89/16.91	c |    278545 |    7095    23110 |    4626    2668    52339    19.6 | 20.876 % |
16.99/17.01	c |    280253 |    7095    23110 |    5088    4376   102576    23.4 | 20.876 % |
17.09/17.16	c |    282816 |    7095    23110 |    5597    4135    93144    22.5 | 20.876 % |
17.19/17.27	c ==============================================================================
17.19/17.27	c Found solution: 63
17.19/17.27	o 63
17.19/17.27	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2 2
17.19/17.27	c ==================================[MINISAT+]==================================
17.19/17.27	c | Conflicts | Original         | Learnt                           | Progress |
17.19/17.27	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
17.19/17.27	c ==============================================================================
17.19/17.27	c |    284498 |    7098    23117 |    2366    5817   144341    24.8 | 20.876 % |
17.19/17.27	c |    284598 |    7098    23117 |    2602    1555    27223    17.5 | 20.906 % |
17.19/17.28	c |    284749 |    7098    23117 |    2862    1706    29224    17.1 | 20.906 % |
17.19/17.29	c |    284976 |    7098    23117 |    3149    1933    35172    18.2 | 20.906 % |
17.29/17.31	c |    285315 |    7098    23117 |    3464    2272    44082    19.4 | 20.906 % |
17.29/17.33	c |    285821 |    7098    23117 |    3810    2778    54008    19.4 | 20.906 % |
17.29/17.37	c |    286581 |    7098    23117 |    4191    3538    72737    20.6 | 20.906 % |
17.39/17.42	c |    287721 |    7098    23117 |    4610    4678    99033    21.2 | 20.906 % |
17.50/17.54	c |    289431 |    7098    23117 |    5071    3841    76666    20.0 | 20.906 % |
17.60/17.69	c |    291993 |    7088    23094 |    5578    3591    60196    16.8 | 21.061 % |
17.69/17.73	c ==============================================================================
17.69/17.73	c Found solution: 56
17.69/17.73	o 56
17.69/17.73	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2 2
17.69/17.73	c ==================================[MINISAT+]==================================
17.69/17.73	c | Conflicts | Original         | Learnt                           | Progress |
17.69/17.73	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
17.69/17.73	c ==============================================================================
17.69/17.73	c |    292839 |    7091    23101 |    2363    4437    80547    18.2 | 21.061 % |
17.69/17.74	c |    292939 |    7091    23101 |    2599    2319    36654    15.8 | 21.091 % |
17.69/17.75	c |    293090 |    7091    23101 |    2859    2470    39681    16.1 | 21.091 % |
17.69/17.76	c |    293315 |    7091    23101 |    3145    2695    43367    16.1 | 21.091 % |
17.69/17.77	c |    293652 |    7039    22984 |    3459    3020    52600    17.4 | 21.914 % |
17.79/17.80	c |    294158 |    7039    22984 |    3805    3526    65370    18.5 | 21.914 % |
17.79/17.85	c |    294917 |    7039    22984 |    4186    4285    89269    20.8 | 21.914 % |
17.89/17.92	c |    296057 |    7039    22984 |    4604    3010    62419    20.7 | 21.914 % |
17.99/18.01	c |    297765 |    7039    22984 |    5065    4718   103937    22.0 | 21.914 % |
18.09/18.19	c |    300328 |    6968    22818 |    5571    4414   119476    27.1 | 23.251 % |
18.39/18.45	c |    304174 |    6968    22818 |    6129    5111   138589    27.1 | 23.251 % |
18.79/18.87	c ==============================================================================
18.79/18.87	c Found solution: 55
18.79/18.87	o 55
18.79/18.87	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2 2
18.79/18.87	c ==================================[MINISAT+]==================================
18.79/18.87	c | Conflicts | Original         | Learnt                           | Progress |
18.79/18.87	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
18.79/18.87	c ==============================================================================
18.79/18.87	c |    309822 |    6970    22823 |    2323    3941    99090    25.1 | 23.251 % |
18.79/18.87	c |    309923 |    6970    22823 |    2555    2072    41452    20.0 | 23.279 % |
18.79/18.88	c |    310074 |    6970    22823 |    2810    2223    44585    20.1 | 23.279 % |
18.79/18.89	c |    310299 |    6970    22823 |    3091    2448    47472    19.4 | 23.279 % |
18.89/18.90	c |    310637 |    6970    22823 |    3401    2786    56554    20.3 | 23.279 % |
18.89/18.93	c |    311145 |    6970    22823 |    3741    3294    70273    21.3 | 23.279 % |
18.89/18.97	c |    311905 |    6970    22823 |    4115    4054    86692    21.4 | 23.279 % |
18.99/19.04	c |    313044 |    6970    22823 |    4526    2831    52090    18.4 | 23.279 % |
19.09/19.14	c |    314752 |    6970    22823 |    4979    4539   105389    23.2 | 23.279 % |
19.29/19.32	c |    317315 |    6950    22777 |    5477    4285   110194    25.7 | 23.638 % |
19.49/19.54	c |    321159 |    6950    22777 |    6025    5100   107040    21.0 | 23.638 % |
19.59/19.66	c ==============================================================================
19.59/19.66	c Found solution: 53
19.59/19.66	o 53
19.59/19.66	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2 2
19.59/19.66	c ==================================[MINISAT+]==================================
19.59/19.66	c | Conflicts | Original         | Learnt                           | Progress |
19.59/19.66	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
19.59/19.66	c ==============================================================================
19.59/19.66	c |    323032 |    6952    22782 |    2317    3620    76935    21.3 | 23.638 % |
19.59/19.67	c |    323133 |    6952    22782 |    2548    1911    35989    18.8 | 23.681 % |
19.59/19.67	c |    323283 |    6952    22782 |    2803    2061    38168    18.5 | 23.665 % |
19.59/19.69	c |    323508 |    6952    22782 |    3083    2286    44129    19.3 | 23.667 % |
19.59/19.70	c |    323845 |    6952    22782 |    3392    2623    50680    19.3 | 23.665 % |
19.70/19.72	c |    324351 |    6938    22750 |    3731    3124    62524    20.0 | 23.922 % |
19.70/19.76	c |    325111 |    6938    22750 |    4104    3884    79225    20.4 | 23.922 % |
19.80/19.83	c |    326250 |    6938    22750 |    4515    2700    50806    18.8 | 23.922 % |
19.89/19.91	c ==============================================================================
19.89/19.91	c Found solution: 52
19.89/19.91	o 52
19.89/19.91	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2 2
19.89/19.91	c ==================================[MINISAT+]==================================
19.89/19.91	c | Conflicts | Original         | Learnt                           | Progress |
19.89/19.91	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
19.89/19.91	c ==============================================================================
19.89/19.91	c |    327719 |    6940    22755 |    2313    4169    92645    22.2 | 23.922 % |
19.89/19.92	c |    327820 |    6940    22755 |    2544    2186    41987    19.2 | 23.949 % |
19.89/19.93	c |    327971 |    6940    22755 |    2798    2337    44349    19.0 | 23.949 % |
19.89/19.94	c |    328196 |    6940    22755 |    3078    2562    48091    18.8 | 23.949 % |
19.89/19.95	c |    328533 |    6940    22755 |    3386    2899    53325    18.4 | 23.949 % |
19.89/19.98	c |    329039 |    6940    22755 |    3725    3405    67172    19.7 | 23.949 % |
19.99/20.01	c |    329798 |    6940    22755 |    4097    4164    80055    19.2 | 23.949 % |
19.99/20.09	c |    330937 |    6940    22755 |    4507    2923    55674    19.0 | 23.949 % |
20.09/20.17	c |    332645 |    6940    22755 |    4958    4631    92480    20.0 | 23.949 % |
20.29/20.34	c |    335207 |    6933    22738 |    5453    4412    93619    21.2 | 24.103 % |
20.59/20.61	c |    339051 |    6933    22738 |    5999    5242   121024    23.1 | 24.103 % |
20.90/20.98	c |    344819 |    6921    22711 |    6599    4454    78547    17.6 | 24.308 % |
21.59/21.60	c |    353468 |    6921    22711 |    7259    5878   134180    22.8 | 24.308 % |
22.49/22.56	c |    366443 |    6921    22711 |    7985    6992   158994    22.7 | 24.308 % |
23.49/23.51	c ==============================================================================
23.49/23.51	c Found solution: 50
23.49/23.51	o 50
23.49/23.52	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2 2
23.49/23.52	c ==================================[MINISAT+]==================================
23.49/23.52	c | Conflicts | Original         | Learnt                           | Progress |
23.49/23.52	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
23.49/23.52	c ==============================================================================
23.49/23.52	c |    378453 |    6924    22719 |    2308    6030   166716    27.6 | 24.308 % |
23.49/23.53	c |    378553 |    6924    22719 |    2538    1608    24464    15.2 | 24.322 % |
23.49/23.53	c |    378705 |    6924    22719 |    2792    1760    27412    15.6 | 24.322 % |
23.49/23.54	c |    378932 |    6924    22719 |    3071    1987    31012    15.6 | 24.322 % |
23.49/23.56	c |    379271 |    6924    22719 |    3379    2326    38879    16.7 | 24.322 % |
23.49/23.59	c |    379778 |    6924    22719 |    3717    2833    53112    18.7 | 24.322 % |
23.59/23.62	c |    380537 |    6924    22719 |    4088    3592    68391    19.0 | 24.322 % |
23.69/23.70	c |    381676 |    6924    22719 |    4497    2393    40765    17.0 | 24.322 % |
23.79/23.81	c |    383384 |    6924    22719 |    4947    4101    97826    23.9 | 24.322 % |
23.99/24.01	c |    385946 |    6924    22719 |    5442    3849   104536    27.2 | 24.322 % |
24.20/24.28	c |    389791 |    6924    22719 |    5986    4657   109677    23.6 | 24.322 % |
24.59/24.67	c |    395557 |    6924    22719 |    6584    3789    95147    25.1 | 24.322 % |
25.30/25.35	c |    404206 |    6924    22719 |    7243    5218   137050    26.3 | 24.322 % |
25.49/25.53	c ==============================================================================
25.49/25.53	c Found solution: 49
25.49/25.53	o 49
25.49/25.53	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2 2
25.49/25.54	c ==================================[MINISAT+]==================================
25.49/25.54	c | Conflicts | Original         | Learnt                           | Progress |
25.49/25.54	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
25.49/25.54	c ==============================================================================
25.49/25.54	c |    406916 |    6927    22727 |    2309    4006    82065    20.5 | 24.322 % |
25.49/25.54	c |    407016 |    6927    22727 |    2539    2103    32092    15.3 | 24.335 % |
25.49/25.55	c |    407169 |    6927    22727 |    2793    2256    35560    15.8 | 24.335 % |
25.49/25.56	c |    407395 |    6927    22727 |    3073    2482    38684    15.6 | 24.335 % |
25.49/25.58	c |    407735 |    6927    22727 |    3380    2822    47870    17.0 | 24.335 % |
25.59/25.60	c |    408241 |    6927    22727 |    3718    3328    58375    17.5 | 24.335 % |
25.59/25.65	c |    409001 |    6927    22727 |    4090    4088    75704    18.5 | 24.335 % |
25.69/25.73	c ==============================================================================
25.69/25.73	c Found solution: 48
25.69/25.73	o 48
25.69/25.73	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2 2
25.69/25.74	c ==================================[MINISAT+]==================================
25.69/25.74	c | Conflicts | Original         | Learnt                           | Progress |
25.69/25.74	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
25.69/25.74	c ==============================================================================
25.69/25.74	c |    410057 |    6929    22732 |    2309    2788    59335    21.3 | 24.335 % |
25.69/25.74	c |    410159 |    6929    22732 |    2539    1496    27329    18.3 | 24.362 % |
25.69/25.75	c |    410310 |    6929    22732 |    2793    1647    30686    18.6 | 24.362 % |
25.69/25.76	c |    410536 |    6929    22732 |    3073    1873    35741    19.1 | 24.362 % |
25.69/25.78	c |    410873 |    6929    22732 |    3380    2210    47686    21.6 | 24.362 % |
25.79/25.80	c |    411381 |    6929    22732 |    3718    2718    59578    21.9 | 24.362 % |
25.79/25.85	c |    412140 |    6929    22732 |    4090    3477    76384    22.0 | 24.362 % |
25.89/25.92	c |    413281 |    6929    22732 |    4499    4618   112269    24.3 | 24.362 % |
25.99/26.07	c |    414989 |    6929    22732 |    4949    3668   104483    28.5 | 24.362 % |
25.99/26.08	c ==============================================================================
25.99/26.08	c Found solution: 47
25.99/26.08	o 47
25.99/26.08	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2 2
25.99/26.09	c ==================================[MINISAT+]==================================
25.99/26.09	c | Conflicts | Original         | Learnt                           | Progress |
25.99/26.09	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
25.99/26.09	c ==============================================================================
25.99/26.09	c |    415356 |    6931    22737 |    2310    4035   112151    27.8 | 24.362 % |
25.99/26.09	c |    415457 |    6931    22737 |    2541    2119    46075    21.7 | 24.388 % |
26.09/26.10	c |    415607 |    6931    22737 |    2795    2269    50501    22.3 | 24.388 % |
26.09/26.11	c |    415832 |    6931    22737 |    3074    2494    54106    21.7 | 24.388 % |
26.09/26.13	c |    416170 |    6931    22737 |    3382    2832    62084    21.9 | 24.388 % |
26.09/26.16	c |    416677 |    6931    22737 |    3720    3339    76634    23.0 | 24.388 % |
26.09/26.19	c |    417436 |    6931    22737 |    4092    4098    92390    22.5 | 24.388 % |
26.19/26.25	c |    418575 |    6931    22737 |    4501    2869    48345    16.9 | 24.388 % |
26.30/26.35	c |    420283 |    6931    22737 |    4951    4577    93584    20.4 | 24.388 % |
26.40/26.49	c ==============================================================================
26.40/26.49	c Found solution: 40
26.40/26.49	o 40
26.40/26.49	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2 2
26.40/26.49	c ==================================[MINISAT+]==================================
26.40/26.49	c | Conflicts | Original         | Learnt                           | Progress |
26.40/26.49	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
26.40/26.49	c ==============================================================================
26.40/26.49	c |    422684 |    6933    22742 |    2311    4151    81746    19.7 | 24.388 % |
26.49/26.50	c |    422784 |    6933    22742 |    2542    2176    34880    16.0 | 24.414 % |
26.49/26.51	c |    422936 |    6933    22742 |    2796    2328    37762    16.2 | 24.414 % |
26.49/26.52	c |    423162 |    6933    22742 |    3075    2554    42925    16.8 | 24.414 % |
26.49/26.54	c |    423501 |    6933    22742 |    3383    2893    52055    18.0 | 24.414 % |
26.49/26.56	c |    424007 |    6933    22742 |    3721    3399    61620    18.1 | 24.414 % |
26.59/26.61	c |    424769 |    6933    22742 |    4094    4161    80544    19.4 | 24.414 % |
26.59/26.67	c |    425909 |    6933    22742 |    4503    2935    54170    18.5 | 24.414 % |
26.69/26.79	c |    427617 |    6933    22742 |    4953    4643    99910    21.5 | 24.414 % |
26.89/26.95	c |    430179 |    6906    22679 |    5449    4439    91216    20.5 | 24.873 % |
27.19/27.20	c |    434023 |    6906    22679 |    5994    5240   134778    25.7 | 24.873 % |
27.59/27.60	c |    439789 |    6870    22597 |    6593    4319   107396    24.9 | 25.535 % |
27.79/27.83	c ==============================================================================
27.79/27.83	c Found solution: 32
27.79/27.83	o 32
27.79/27.83	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2
27.79/27.83	c ==================================[MINISAT+]==================================
27.79/27.83	c | Conflicts | Original         | Learnt                           | Progress |
27.79/27.83	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
27.79/27.83	c ==============================================================================
27.79/27.83	c |    442596 |    6801    22379 |    2267    7083   202302    28.6 | 25.535 % |
27.79/27.84	c |    442696 |    6801    22379 |    2493    1871    35180    18.8 | 26.412 % |
27.79/27.84	c |    442847 |    6801    22379 |    2743    2022    37030    18.3 | 26.412 % |
27.79/27.86	c |    443074 |    6801    22379 |    3017    2249    44860    19.9 | 26.412 % |
27.79/27.87	c |    443411 |    6801    22379 |    3319    2586    52746    20.4 | 26.412 % |
27.79/27.89	c |    443917 |    6801    22379 |    3651    3092    62271    20.1 | 26.412 % |
27.89/27.94	c |    444677 |    6801    22379 |    4016    3852    84019    21.8 | 26.412 % |
27.99/28.01	c |    445819 |    6801    22379 |    4417    2604    50910    19.6 | 26.412 % |
28.09/28.10	c |    447528 |    6801    22379 |    4859    4313    86792    20.1 | 26.412 % |
28.19/28.29	c |    450092 |    6801    22379 |    5345    4073   107221    26.3 | 26.412 % |
28.50/28.51	c |    453937 |    6801    22379 |    5880    4915   102802    20.9 | 26.412 % |
28.79/28.83	c ==============================================================================
28.79/28.83	c Found solution: 31
28.79/28.83	o 31
28.79/28.83	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2
28.79/28.83	c ==================================[MINISAT+]==================================
28.79/28.83	c | Conflicts | Original         | Learnt                           | Progress |
28.79/28.83	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
28.79/28.83	c ==============================================================================
28.79/28.83	c |    458543 |    6804    22386 |    2268    6182   152925    24.7 | 26.412 % |
28.79/28.84	c |    458643 |    6804    22386 |    2494    1646    27460    16.7 | 26.436 % |
28.79/28.84	c |    458797 |    6804    22386 |    2744    1800    30151    16.8 | 26.436 % |
28.79/28.85	c |    459022 |    6804    22386 |    3018    2025    34224    16.9 | 26.436 % |
28.79/28.87	c |    459359 |    6804    22386 |    3320    2362    40944    17.3 | 26.436 % |
28.79/28.89	c |    459865 |    6804    22386 |    3652    2868    53951    18.8 | 26.436 % |
28.89/28.93	c |    460628 |    6804    22386 |    4017    3631    71892    19.8 | 26.436 % |
28.99/29.00	c |    461767 |    6804    22386 |    4419    2446    43357    17.7 | 26.436 % |
29.09/29.11	c |    463475 |    6782    22335 |    4861    4147    92633    22.3 | 26.792 % |
29.19/29.28	c |    466037 |    6782    22335 |    5347    3960    85166    21.5 | 26.792 % |
29.49/29.53	c |    469883 |    6770    22307 |    5882    4771   107302    22.5 | 26.995 % |
29.99/30.05	c |    475650 |    6770    22307 |    6470    3861   114480    29.7 | 26.995 % |
30.59/30.67	c |    484299 |    6770    22307 |    7117    5342   115486    21.6 | 26.995 % |
30.89/30.94	c ==============================================================================
30.89/30.94	c Found solution: 30
30.89/30.94	o 30
30.89/30.94	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2
30.89/30.95	c ==================================[MINISAT+]==================================
30.89/30.95	c | Conflicts | Original         | Learnt                           | Progress |
30.89/30.95	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
30.89/30.95	c ==============================================================================
30.89/30.95	c |    488165 |    6746    22250 |    2248    5311   119542    22.5 | 26.995 % |
30.89/30.95	c |    488266 |    6746    22250 |    2472    2757    51038    18.5 | 27.513 % |
30.89/30.96	c |    488416 |    6746    22250 |    2720    2907    54611    18.8 | 27.513 % |
30.89/30.97	c |    488641 |    6746    22250 |    2992    3132    57488    18.4 | 27.513 % |
30.89/30.99	c |    488980 |    6746    22250 |    3291    3471    64329    18.5 | 27.513 % |
30.99/31.02	c |    489486 |    6746    22250 |    3620    2009    27034    13.5 | 27.513 % |
30.99/31.06	c |    490245 |    6746    22250 |    3982    2768    50474    18.2 | 27.513 % |
30.99/31.08	c ==============================================================================
30.99/31.08	c Found solution: 29
30.99/31.08	o 29
30.99/31.08	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2
30.99/31.08	c ==================================[MINISAT+]==================================
30.99/31.08	c | Conflicts | Original         | Learnt                           | Progress |
30.99/31.08	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
30.99/31.08	c ==============================================================================
30.99/31.08	c |    490594 |    6749    22257 |    2249    3117    58547    18.8 | 27.513 % |
30.99/31.09	c |    490696 |    6749    22257 |    2473    1661    26467    15.9 | 27.536 % |
31.09/31.10	c |    490846 |    6749    22257 |    2721    1811    31019    17.1 | 27.536 % |
31.09/31.11	c |    491071 |    6749    22257 |    2993    2036    35989    17.7 | 27.536 % |
31.09/31.12	c |    491408 |    6749    22257 |    3292    2373    43330    18.3 | 27.536 % |
31.09/31.14	c ==============================================================================
31.09/31.14	c Found solution: 28
31.09/31.14	o 28
31.09/31.14	c ---[   0]---> Sorter-cost:    3     Base: 2 2 2 2
31.09/31.14	c ==================================[MINISAT+]==================================
31.09/31.14	c | Conflicts | Original         | Learnt                           | Progress |
31.09/31.14	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
31.09/31.14	c ==============================================================================
31.09/31.14	c |    491789 |    6753    22266 |    2251    2754    53011    19.2 | 27.536 % |
31.09/31.15	c |    491889 |    6753    22266 |    2476    2854    55502    19.4 | 27.558 % |
31.09/31.16	c |    492039 |    6753    22266 |    2723    3004    57783    19.2 | 27.558 % |
31.09/31.17	c |    492265 |    6753    22266 |    2996    3230    62997    19.5 | 27.558 % |
31.09/31.19	c |    492603 |    6753    22266 |    3295    3568    72465    20.3 | 27.558 % |
31.19/31.21	c |    493110 |    6753    22266 |    3625    2095    32187    15.4 | 27.558 % |
31.19/31.26	c |    493869 |    6753    22266 |    3987    2854    53947    18.9 | 27.558 % |
31.29/31.32	c |    495009 |    6753    22266 |    4386    3994    86413    21.6 | 27.558 % |
31.39/31.41	c |    496717 |    6753    22266 |    4825    3158    61635    19.5 | 27.558 % |
31.49/31.55	c |    499279 |    6753    22266 |    5307    2959    58003    19.6 | 27.558 % |
31.80/31.81	c |    503123 |    6753    22266 |    5838    3739    97303    26.0 | 27.558 % |
32.19/32.22	c |    508891 |    6753    22266 |    6422    6186   157115    25.4 | 27.558 % |
32.79/32.82	c |    517543 |    6753    22266 |    7064    4185    97298    23.2 | 27.558 % |
33.79/33.82	c |    530517 |    6736    22227 |    7771    5575   140675    25.2 | 27.812 % |
34.69/34.70	c ==============================================================================
34.69/34.70	c Found solution: 27
34.69/34.70	o 27
34.69/34.70	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2
34.69/34.70	c ==================================[MINISAT+]==================================
34.69/34.70	c | Conflicts | Original         | Learnt                           | Progress |
34.69/34.70	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
34.69/34.70	c ==============================================================================
34.69/34.70	c |    542254 |    6719    22189 |    2239    4532   121364    26.8 | 27.812 % |
34.69/34.71	c |    542354 |    6719    22189 |    2462    2366    52311    22.1 | 28.188 % |
34.69/34.71	c |    542505 |    6719    22189 |    2709    2517    56135    22.3 | 28.188 % |
34.69/34.72	c |    542730 |    6719    22189 |    2980    2742    59359    21.6 | 28.188 % |
34.69/34.74	c |    543068 |    6719    22189 |    3278    3080    65724    21.3 | 28.188 % |
34.69/34.76	c |    543575 |    6719    22189 |    3605    3587    76280    21.3 | 28.188 % |
34.79/34.80	c |    544334 |    6719    22189 |    3966    4346    91421    21.0 | 28.190 % |
34.79/34.87	c |    545474 |    6719    22189 |    4363    3128    65034    20.8 | 28.188 % |
34.89/34.97	c |    547182 |    6719    22189 |    4799    4836   103461    21.4 | 28.188 % |
35.09/35.16	c |    549745 |    6719    22189 |    5279    4668    98271    21.1 | 28.188 % |
35.39/35.41	c |    553592 |    6705    22158 |    5807    5535   127044    23.0 | 28.391 % |
35.79/35.86	c |    559358 |    6705    22158 |    6388    4843   111550    23.0 | 28.391 % |
35.89/35.95	c ==============================================================================
35.89/35.95	c Found solution: 26
35.89/35.95	o 26
35.89/35.95	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2
35.89/35.96	c ==================================[MINISAT+]==================================
35.89/35.96	c | Conflicts | Original         | Learnt                           | Progress |
35.89/35.96	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
35.89/35.96	c ==============================================================================
35.89/35.96	c |    560720 |    6708    22165 |    2236    6205   150667    24.3 | 28.391 % |
35.89/35.96	c |    560822 |    6708    22165 |    2459    1654    23803    14.4 | 28.413 % |
35.89/35.97	c |    560972 |    6708    22165 |    2705    1804    25679    14.2 | 28.413 % |
35.89/35.98	c |    561198 |    6708    22165 |    2976    2030    31989    15.8 | 28.413 % |
35.89/35.99	c |    561537 |    6708    22165 |    3273    2369    37948    16.0 | 28.413 % |
35.99/36.03	c |    562043 |    6708    22165 |    3601    2875    56769    19.7 | 28.413 % |
35.99/36.08	c |    562803 |    6708    22165 |    3961    3635    72821    20.0 | 28.413 % |
36.09/36.14	c |    563942 |    6708    22165 |    4357    2393    44238    18.5 | 28.413 % |
36.19/36.24	c |    565651 |    6708    22165 |    4793    4102    85339    20.8 | 28.413 % |
36.29/36.39	c |    568216 |    6708    22165 |    5272    3897    79573    20.4 | 28.413 % |
36.59/36.61	c |    572063 |    6708    22165 |    5799    4788    83787    17.5 | 28.413 % |
36.99/37.00	c |    577830 |    6708    22165 |    6379    4027    89649    22.3 | 28.413 % |
37.69/37.71	c |    586480 |    6708    22165 |    7017    5487   154210    28.1 | 28.413 % |
38.69/38.72	c |    599456 |    6698    22142 |    7719    6795   168403    24.8 | 28.564 % |
39.19/39.25	c ==============================================================================
39.19/39.25	c Found solution: 25
39.19/39.25	o 25
39.19/39.25	c ---[   0]---> Sorter-cost:    1     Base: 2 2 2 2
39.19/39.25	c ==================================[MINISAT+]==================================
39.19/39.25	c | Conflicts | Original         | Learnt                           | Progress |
39.19/39.25	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
39.19/39.25	c ==============================================================================
39.19/39.25	c |    606192 |    6699    22145 |    2233    5114   134168    26.2 | 28.564 % |
39.19/39.26	c |    606292 |    6699    22145 |    2456    2657    57755    21.7 | 28.600 % |
39.19/39.26	c |    606442 |    6699    22145 |    2701    2807    59303    21.1 | 28.600 % |
39.19/39.27	c |    606667 |    6699    22145 |    2972    3032    62198    20.5 | 28.600 % |
39.19/39.28	c |    607004 |    6699    22145 |    3269    3369    68534    20.3 | 28.600 % |
39.29/39.31	c |    607511 |    6699    22145 |    3596    3876    81244    21.0 | 28.600 % |
39.29/39.36	c |    608270 |    6699    22145 |    3955    2490    39732    16.0 | 28.600 % |
39.39/39.43	c |    609410 |    6699    22145 |    4351    3630    71384    19.7 | 28.600 % |
39.49/39.54	c |    611119 |    6699    22145 |    4786    2822    55409    19.6 | 28.600 % |
39.59/39.69	c |    613681 |    6699    22145 |    5265    5384   115314    21.4 | 28.600 % |
39.89/39.96	c |    617526 |    6685    22113 |    5791    3301    63798    19.3 | 28.802 % |
39.99/40.03	c ==============================================================================
39.99/40.03	c Found solution: 23
39.99/40.03	o 23
39.99/40.03	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2
39.99/40.03	c ==================================[MINISAT+]==================================
39.99/40.03	c | Conflicts | Original         | Learnt                           | Progress |
39.99/40.03	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
39.99/40.03	c ==============================================================================
39.99/40.03	c |    618753 |    6688    22120 |    2229    4528    95667    21.1 | 28.802 % |
39.99/40.03	c |    618853 |    6688    22120 |    2451    2364    39570    16.7 | 28.824 % |
39.99/40.04	c |    619003 |    6688    22120 |    2697    2514    42779    17.0 | 28.824 % |
39.99/40.05	c |    619228 |    6688    22120 |    2966    2739    45499    16.6 | 28.824 % |
39.99/40.06	c |    619566 |    6688    22120 |    3263    3077    51132    16.6 | 28.824 % |
39.99/40.09	c |    620073 |    6688    22120 |    3589    3584    62078    17.3 | 28.824 % |
40.09/40.15	c |    620832 |    6688    22120 |    3948    2187    37957    17.4 | 28.824 % |
40.19/40.21	c |    621972 |    6688    22120 |    4343    3327    63576    19.1 | 28.824 % |
40.29/40.35	c |    623681 |    6688    22120 |    4778    5036   118614    23.6 | 28.824 % |
40.49/40.55	c |    626244 |    6626    21979 |    5255    4874   116745    24.0 | 29.833 % |
40.69/40.76	c |    630088 |    6626    21979 |    5781    5752   119998    20.9 | 29.833 % |
41.09/41.17	c |    635854 |    6612    21947 |    6359    4990   113003    22.6 | 30.086 % |
41.69/41.70	c ==============================================================================
41.69/41.70	c Found solution: 22
41.69/41.70	o 22
41.69/41.70	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2
41.69/41.70	c ==================================[MINISAT+]==================================
41.69/41.70	c | Conflicts | Original         | Learnt                           | Progress |
41.69/41.70	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
41.69/41.70	c ==============================================================================
41.69/41.70	c |    642599 |    6591    21893 |    2197    4628   105911    22.9 | 30.086 % |
41.69/41.71	c |    642699 |    6591    21893 |    2416    2414    43969    18.2 | 30.459 % |
41.69/41.72	c |    642849 |    6591    21893 |    2658    2564    47166    18.4 | 30.459 % |
41.69/41.73	c |    643074 |    6591    21893 |    2924    2789    51083    18.3 | 30.459 % |
41.69/41.75	c |    643412 |    6591    21893 |    3216    3127    58432    18.7 | 30.459 % |
41.69/41.77	c |    643918 |    6591    21893 |    3538    3633    70894    19.5 | 30.459 % |
41.79/41.82	c |    644677 |    6591    21893 |    3892    2226    37856    17.0 | 30.459 % |
41.79/41.87	c |    645816 |    6591    21893 |    4281    3365    58229    17.3 | 30.459 % |
41.89/41.95	c |    647524 |    6591    21893 |    4709    2583    34791    13.5 | 30.459 % |
41.99/42.08	c ==============================================================================
41.99/42.08	c Found solution: 21
41.99/42.08	o 21
41.99/42.08	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2
41.99/42.08	c ==================================[MINISAT+]==================================
41.99/42.08	c | Conflicts | Original         | Learnt                           | Progress |
41.99/42.08	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
41.99/42.08	c ==============================================================================
41.99/42.08	c |    649827 |    6594    21901 |    2198    4886    87119    17.8 | 30.459 % |
41.99/42.09	c |    649927 |    6594    21901 |    2417    2543    41365    16.3 | 30.463 % |
41.99/42.09	c |    650078 |    6594    21901 |    2659    2694    44005    16.3 | 30.463 % |
42.09/42.10	c |    650305 |    6594    21901 |    2925    2921    48263    16.5 | 30.463 % |
42.09/42.12	c |    650643 |    6594    21901 |    3218    3259    57588    17.7 | 30.463 % |
42.09/42.15	c |    651150 |    6594    21901 |    3539    3766    68618    18.2 | 30.463 % |
42.09/42.19	c |    651910 |    6594    21901 |    3893    2425    35847    14.8 | 30.463 % |
42.19/42.25	c |    653049 |    6594    21901 |    4283    3564    60641    17.0 | 30.463 % |
42.29/42.37	c |    654757 |    6594    21901 |    4711    2731    56010    20.5 | 30.463 % |
42.49/42.54	c |    657321 |    6594    21901 |    5182    5295   124449    23.5 | 30.463 % |
42.79/42.81	c |    661166 |    6594    21901 |    5701    3233    66387    20.5 | 30.463 % |
43.19/43.23	c |    666933 |    6594    21901 |    6271    5786   134570    23.3 | 30.463 % |
43.79/43.83	c |    675583 |    6540    21779 |    6898    3792    92267    24.3 | 31.319 % |
44.69/44.77	c |    688557 |    6529    21753 |    7588    5308   133377    25.1 | 31.571 % |
46.39/46.43	c |    708020 |    6529    21753 |    8346    8154   201875    24.8 | 31.571 % |
48.79/48.85	c ==============================================================================
48.79/48.85	c Found solution: 20
48.79/48.85	o 20
48.79/48.85	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2
48.79/48.85	c ==================================[MINISAT+]==================================
48.79/48.85	c | Conflicts | Original         | Learnt                           | Progress |
48.79/48.85	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
48.79/48.85	c ==============================================================================
48.79/48.85	c |    735345 |    6531    21758 |    2177    8132   220446    27.1 | 31.571 % |
48.79/48.86	c |    735445 |    6531    21758 |    2394    2133    35206    16.5 | 31.590 % |
48.79/48.87	c |    735595 |    6531    21758 |    2634    2283    37273    16.3 | 31.590 % |
48.79/48.88	c |    735820 |    6531    21758 |    2897    2508    41843    16.7 | 31.590 % |
48.79/48.89	c |    736158 |    6531    21758 |    3187    2846    50727    17.8 | 31.590 % |
48.89/48.92	c |    736664 |    6531    21758 |    3506    3352    62261    18.6 | 31.590 % |
48.89/48.96	c |    737425 |    6531    21758 |    3856    4113    79417    19.3 | 31.590 % |
48.99/49.02	c |    738564 |    6531    21758 |    4242    2956    49161    16.6 | 31.590 % |
49.09/49.12	c |    740272 |    6531    21758 |    4666    4664    93379    20.0 | 31.590 % |
49.19/49.27	c |    742834 |    6531    21758 |    5133    4536    85295    18.8 | 31.590 % |
49.49/49.54	c |    746678 |    6531    21758 |    5646    5424   120294    22.2 | 31.590 % |
49.89/49.93	c |    752445 |    6531    21758 |    6211    4827   103025    21.3 | 31.590 % |
50.59/50.65	c |    761094 |    6531    21758 |    6832    6534   155761    23.8 | 31.590 % |
51.59/51.63	c |    774069 |    6525    21745 |    7515    4334    94162    21.7 | 31.690 % |
53.28/53.30	c |    793530 |    6525    21745 |    8267    7307   189303    25.9 | 31.690 % |
56.09/56.12	c |    822723 |    6525    21745 |    9093    8562   205051    23.9 | 31.690 % |
59.68/59.76	c |    866512 |    6506    21701 |   10003    7920   223311    28.2 | 31.992 % |
65.89/65.94	c |    932196 |    6506    21701 |   11003    8960   216214    24.1 | 31.992 % |
68.19/68.25	c ==============================================================================
68.19/68.25	c Found solution: 19
68.19/68.25	o 19
68.19/68.25	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2
68.19/68.25	c ==================================[MINISAT+]==================================
68.19/68.25	c | Conflicts | Original         | Learnt                           | Progress |
68.19/68.25	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
68.19/68.25	c ==============================================================================
68.19/68.25	c |    955287 |    6508    21706 |    2169    8441   230748    27.3 | 31.992 % |
68.19/68.26	c |    955387 |    6508    21706 |    2385    2211    43546    19.7 | 32.010 % |
68.19/68.27	c |    955538 |    6508    21706 |    2624    2362    45144    19.1 | 32.010 % |
68.19/68.28	c |    955764 |    6508    21706 |    2886    2588    50547    19.5 | 32.010 % |
68.19/68.29	c |    956102 |    6508    21706 |    3175    2926    56929    19.5 | 32.010 % |
68.28/68.32	c |    956611 |    6508    21706 |    3493    3435    66191    19.3 | 32.010 % |
68.28/68.36	c |    957371 |    6508    21706 |    3842    4195    87886    21.0 | 32.010 % |
68.38/68.43	c |    958510 |    6508    21706 |    4226    2987    55798    18.7 | 32.010 % |
68.48/68.53	c |    960218 |    6508    21706 |    4649    4695    89823    19.1 | 32.010 % |
68.68/68.72	c |    962780 |    6508    21706 |    5114    4558    95873    21.0 | 32.010 % |
68.98/69.02	c |    966624 |    6508    21706 |    5625    5401   127739    23.7 | 32.010 % |
69.38/69.45	c |    972390 |    6508    21706 |    6188    4782    98967    20.7 | 32.010 % |
69.98/70.06	c |    981040 |    6508    21706 |    6807    6510   139423    21.4 | 32.010 % |
70.88/70.99	c ==============================================================================
70.88/70.99	c Found solution: 18
70.88/70.99	o 18
70.88/70.99	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2 2
70.88/70.99	c ==================================[MINISAT+]==================================
70.88/70.99	c | Conflicts | Original         | Learnt                           | Progress |
70.88/70.99	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
70.88/70.99	c ==============================================================================
70.88/70.99	c |    993072 |    6510    21711 |    2170    7201   180539    25.1 | 32.010 % |
70.98/71.00	c |    993172 |    6510    21711 |    2387    1901    29459    15.5 | 32.028 % |
70.98/71.00	c |    993322 |    6510    21711 |    2625    2051    33040    16.1 | 32.028 % |
70.98/71.01	c |    993550 |    6510    21711 |    2888    2279    36821    16.2 | 32.028 % |
70.98/71.03	c |    993887 |    6510    21711 |    3177    2616    44611    17.1 | 32.028 % |
70.98/71.06	c |    994394 |    6510    21711 |    3494    3123    54256    17.4 | 32.028 % |
70.98/71.09	c |    995153 |    6510    21711 |    3844    3882    70256    18.1 | 32.028 % |
71.08/71.17	c |    996292 |    6510    21711 |    4228    2713    45040    16.6 | 32.028 % |
71.18/71.26	c |    998001 |    6510    21711 |    4651    4422    86668    19.6 | 32.028 % |
71.39/71.46	c |   1000564 |    6510    21711 |    5116    4295    88885    20.7 | 32.028 % |
71.68/71.74	c |   1004408 |    6510    21711 |    5628    5198   114609    22.0 | 32.028 % |
72.18/72.22	c |   1010174 |    6510    21711 |    6191    4532   130450    28.8 | 32.028 % |
72.78/72.84	c |   1018823 |    6510    21711 |    6810    6226   127348    20.5 | 32.028 % |
73.78/73.85	c |   1031798 |    6510    21711 |    7491    7678   213951    27.9 | 32.028 % |
75.28/75.32	c |   1051260 |    6510    21711 |    8240    6654   128038    19.2 | 32.028 % |
77.68/77.71	c |   1080453 |    6510    21711 |    9064    8961   243168    27.1 | 32.028 % |
78.78/78.83	c ==============================================================================
78.78/78.83	c Found solution: 16
78.78/78.83	o 16
78.78/78.83	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2
78.78/78.83	c ==================================[MINISAT+]==================================
78.78/78.83	c | Conflicts | Original         | Learnt                           | Progress |
78.78/78.83	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
78.78/78.83	c ==============================================================================
78.78/78.83	c |   1095168 |    6441    21493 |    2147    8763   227282    25.9 | 32.028 % |
78.78/78.84	c |   1095268 |    6441    21493 |    2361    2291    39433    17.2 | 32.882 % |
78.78/78.85	c |   1095418 |    6441    21493 |    2597    2441    43704    17.9 | 32.882 % |
78.78/78.86	c |   1095644 |    6441    21493 |    2857    2667    46997    17.6 | 32.882 % |
78.78/78.88	c |   1095981 |    6441    21493 |    3143    3004    56886    18.9 | 32.882 % |
78.88/78.90	c |   1096488 |    6441    21493 |    3457    3511    66454    18.9 | 32.882 % |
78.88/78.95	c |   1097247 |    6441    21493 |    3803    2190    30597    14.0 | 32.882 % |
78.98/79.00	c |   1098387 |    6441    21493 |    4183    3330    56471    17.0 | 32.882 % |
78.98/79.10	c |   1100096 |    6431    21469 |    4602    5034    98443    19.6 | 33.083 % |
79.18/79.25	c |   1102658 |    6431    21469 |    5062    4908    96013    19.6 | 33.083 % |
79.48/79.51	c |   1106503 |    6417    21437 |    5568    5832   119755    20.5 | 33.283 % |
79.78/79.87	c |   1112269 |    6354    21290 |    6125    5231   106713    20.4 | 34.386 % |
80.48/80.52	c |   1120918 |    6354    21290 |    6738    3509    65030    18.5 | 34.386 % |
81.48/81.52	c |   1133892 |    6354    21290 |    7412    5273   109636    20.8 | 34.386 % |
82.88/82.94	c |   1153353 |    6354    21290 |    8153    4260    84351    19.8 | 34.386 % |
83.38/83.44	c ==============================================================================
83.38/83.44	c Found solution: 15
83.38/83.44	o 15
83.38/83.44	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2
83.38/83.44	c ==================================[MINISAT+]==================================
83.38/83.44	c | Conflicts | Original         | Learnt                           | Progress |
83.38/83.44	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
83.38/83.44	c ==============================================================================
83.38/83.44	c |   1159652 |    6357    21297 |    2119    6095   141706    23.2 | 34.386 % |
83.38/83.45	c |   1159752 |    6357    21297 |    2330    1624    24286    15.0 | 34.402 % |
83.38/83.45	c |   1159902 |    6357    21297 |    2563    1774    27070    15.3 | 34.402 % |
83.38/83.47	c |   1160127 |    6357    21297 |    2820    1999    32177    16.1 | 34.402 % |
83.38/83.48	c |   1160464 |    6357    21297 |    3102    2336    38416    16.4 | 34.402 % |
83.48/83.51	c |   1160970 |    6357    21297 |    3412    2842    52912    18.6 | 34.402 % |
83.48/83.56	c |   1161729 |    6357    21297 |    3753    3601    73296    20.4 | 34.402 % |
83.58/83.64	c |   1162869 |    6357    21297 |    4129    2447    48915    20.0 | 34.402 % |
83.68/83.73	c |   1164577 |    6357    21297 |    4542    4155    87331    21.0 | 34.402 % |
83.88/83.90	c |   1167140 |    6357    21297 |    4996    4050   100674    24.9 | 34.402 % |
84.08/84.11	c |   1170984 |    6357    21297 |    5496    4975   105611    21.2 | 34.402 % |
84.48/84.53	c |   1176750 |    6357    21297 |    6045    4398    99307    22.6 | 34.402 % |
85.08/85.10	c |   1185401 |    6357    21297 |    6650    6217   147436    23.7 | 34.402 % |
86.08/86.13	c |   1198375 |    6345    21270 |    7315    4289    96598    22.5 | 34.602 % |
87.68/87.72	c ==============================================================================
87.68/87.72	c Found solution: 14
87.68/87.72	o 14
87.68/87.72	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2
87.68/87.73	c ==================================[MINISAT+]==================================
87.68/87.73	c | Conflicts | Original         | Learnt                           | Progress |
87.68/87.73	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
87.68/87.73	c ==============================================================================
87.68/87.73	c |   1217468 |    6348    21277 |    2116    6926   191043    27.6 | 34.602 % |
87.68/87.73	c |   1217572 |    6348    21277 |    2327    1836    32932    17.9 | 34.617 % |
87.68/87.74	c |   1217722 |    6348    21277 |    2560    1986    36477    18.4 | 34.617 % |
87.68/87.75	c |   1217947 |    6348    21277 |    2816    2211    41209    18.6 | 34.617 % |
87.68/87.77	c |   1218284 |    6348    21277 |    3098    2548    49413    19.4 | 34.617 % |
87.78/87.80	c |   1218792 |    6348    21277 |    3407    3056    62070    20.3 | 34.617 % |
87.78/87.84	c |   1219551 |    6348    21277 |    3748    3815    78598    20.6 | 34.617 % |
87.88/87.92	c |   1220690 |    6348    21277 |    4123    2622    53578    20.4 | 34.617 % |
87.98/88.03	c |   1222399 |    6348    21277 |    4535    4331   103181    23.8 | 34.617 % |
88.08/88.18	c |   1224963 |    6348    21277 |    4989    4224    92441    21.9 | 34.617 % |
88.38/88.46	c |   1228808 |    6348    21277 |    5488    5194   114800    22.1 | 34.617 % |
88.88/88.90	c |   1234577 |    6348    21277 |    6037    4617   101972    22.1 | 34.617 % |
89.48/89.54	c |   1243227 |    6348    21277 |    6640    6437   153761    23.9 | 34.617 % |
90.48/90.58	c |   1256201 |    6348    21277 |    7305    4457    99284    22.3 | 34.617 % |
92.28/92.34	c |   1275662 |    6348    21277 |    8035    7644   208339    27.3 | 34.617 % |
94.68/94.78	c |   1304856 |    6348    21277 |    8839    5943   122842    20.7 | 34.617 % |
95.48/95.54	c ==============================================================================
95.48/95.54	c Found solution: 13
95.48/95.54	o 13
95.48/95.54	c ---[   0]---> Sorter-cost:    2     Base: 2 2 2
95.48/95.54	c ==================================[MINISAT+]==================================
95.48/95.54	c | Conflicts | Original         | Learnt                           | Progress |
95.48/95.54	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
95.48/95.54	c ==============================================================================
95.48/95.54	c |   1312961 |    6351    21284 |    2117    9216   257459    27.9 | 34.617 % |
95.48/95.55	c |   1313061 |    6351    21284 |    2328    2404    50614    21.1 | 34.633 % |
95.48/95.56	c |   1313211 |    6351    21284 |    2561    2554    53766    21.1 | 34.633 % |
95.48/95.57	c |   1313437 |    6351    21284 |    2817    2780    58356    21.0 | 34.633 % |
95.48/95.58	c |   1313774 |    6351    21284 |    3099    3117    63668    20.4 | 34.633 % |
95.58/95.62	c |   1314281 |    6351    21284 |    3409    3624    77404    21.4 | 34.633 % |
95.58/95.68	c |   1315041 |    6351    21284 |    3750    2286    40195    17.6 | 34.633 % |
95.68/95.75	c |   1316180 |    6351    21284 |    4125    3425    69076    20.2 | 34.633 % |
95.78/95.89	c |   1317888 |    6351    21284 |    4537    2658    52763    19.9 | 34.633 % |
95.98/96.06	c |   1320450 |    6341    21261 |    4991    5215   129078    24.8 | 34.783 % |
96.28/96.37	c |   1324295 |    6341    21261 |    5490    3232    84995    26.3 | 34.783 % |
96.68/96.75	c |   1330061 |    6341    21261 |    6040    5878   135760    23.1 | 34.783 % |
97.38/97.41	c |   1338710 |    6299    21165 |    6644    4292    82341    19.2 | 35.432 % |
98.38/98.48	c |   1351684 |    6299    21165 |    7308    6004   160502    26.7 | 35.432 % |
99.88/99.94	c |   1371145 |    6289    21142 |    8039    4420    96247    21.8 | 35.582 % |
102.18/102.23	c |   1400337 |    6273    21106 |    8843    7044   149556    21.2 | 35.882 % |
102.78/102.87	c ==============================================================================
102.78/102.87	c Found solution: 11
102.78/102.87	o 11
102.78/102.87	c ---[   0]---> BDD-cost:  111
102.78/102.87	c ==================================[MINISAT+]==================================
102.78/102.87	c | Conflicts | Original         | Learnt                           | Progress |
102.78/102.87	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
102.78/102.87	c ==============================================================================
102.78/102.87	c |   1408608 |    6562    21919 |    2187    5651   130734    23.1 | 35.882 % |
102.78/102.87	c |   1408709 |    6562    21919 |    2405    2927    60214    20.6 | 34.076 % |
102.78/102.88	c |   1408859 |    6562    21919 |    2646    3077    62282    20.2 | 34.076 % |
102.78/102.89	c |   1409085 |    6562    21919 |    2910    3303    65903    20.0 | 34.076 % |
102.88/102.90	c |   1409422 |    6562    21919 |    3201    3640    71727    19.7 | 34.076 % |
102.88/102.93	c |   1409928 |    6562    21919 |    3522    2092    30171    14.4 | 34.076 % |
102.88/102.98	c |   1410687 |    6562    21919 |    3874    2851    55828    19.6 | 34.076 % |
102.98/103.04	c |   1411826 |    6562    21919 |    4261    3990    79650    20.0 | 34.076 % |
103.08/103.16	c |   1413535 |    6544    21880 |    4688    3157    64885    20.6 | 34.313 % |
103.28/103.33	c |   1416098 |    6544    21880 |    5156    2964    56750    19.1 | 34.313 % |
103.58/103.61	c |   1419942 |    6544    21880 |    5672    3813    92638    24.3 | 34.313 % |
103.88/103.97	c |   1425710 |    6544    21880 |    6239    6347   142413    22.4 | 34.313 % |
104.48/104.57	c |   1434360 |    6544    21880 |    6863    4345   102475    23.6 | 34.313 % |
105.48/105.52	c |   1447335 |    6544    21880 |    7550    5842   118754    20.3 | 34.313 % |
106.97/107.04	c |   1466796 |    6544    21880 |    8305    4345    88507    20.4 | 34.313 % |
108.97/109.01	c ==============================================================================
108.97/109.01	c Found solution: 9
108.97/109.01	o 9
108.97/109.01	c ---[   0]---> BDD-cost:   41
108.97/109.01	c ==================================[MINISAT+]==================================
108.97/109.01	c | Conflicts | Original         | Learnt                           | Progress |
108.97/109.01	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
108.97/109.01	c ==============================================================================
108.97/109.01	c |   1489747 |    6650    22167 |    2216    9007   221524    24.6 | 34.313 % |
108.97/109.02	c |   1489849 |    6650    22167 |    2437    2354    38561    16.4 | 33.721 % |
108.97/109.03	c |   1489999 |    6650    22167 |    2681    2504    42086    16.8 | 33.721 % |
108.97/109.04	c |   1490224 |    6650    22167 |    2949    2729    46060    16.9 | 33.721 % |
108.97/109.06	c |   1490562 |    6650    22167 |    3244    3067    53226    17.4 | 33.721 % |
108.97/109.09	c |   1491068 |    6650    22167 |    3568    3573    63562    17.8 | 33.721 % |
109.07/109.14	c |   1491828 |    6650    22167 |    3925    4333    81867    18.9 | 33.721 % |
109.17/109.21	c |   1492967 |    6650    22167 |    4318    3099    55017    17.8 | 33.721 % |
109.27/109.31	c |   1494675 |    6650    22167 |    4750    4807    91551    19.0 | 33.721 % |
109.37/109.48	c |   1497239 |    6650    22167 |    5225    4596    89313    19.4 | 33.721 % |
109.67/109.75	c |   1501083 |    6650    22167 |    5747    5416   103841    19.2 | 33.721 % |
110.07/110.10	c |   1506849 |    6650    22167 |    6322    4615    80408    17.4 | 33.721 % |
110.67/110.71	c |   1515499 |    6650    22167 |    6954    6100   129239    21.2 | 33.721 % |
111.67/111.71	c |   1528476 |    6650    22167 |    7650    7375   157115    21.3 | 33.721 % |
113.18/113.24	c |   1547937 |    6650    22167 |    8415    5673   108335    19.1 | 33.721 % |
115.77/115.82	c |   1577129 |    6650    22167 |    9256    7104   155481    21.9 | 33.721 % |
119.78/119.83	c |   1620919 |    6650    22167 |   10182    5545   109332    19.7 | 33.721 % |
126.07/126.13	c |   1686605 |    6646    22158 |   11200   10576   277535    26.2 | 33.767 % |
135.37/135.49	c |   1785134 |    6640    22144 |   12320    7015   139608    19.9 | 33.860 % |
150.57/150.67	c |   1932926 |    6640    22144 |   13552   10062   257330    25.6 | 33.860 % |
173.16/173.27	c |   2154610 |    6640    22144 |   14908    8944   187660    21.0 | 33.860 % |
189.17/189.29	c ==============================================================================
189.17/189.29	c Found solution: 8
189.17/189.29	o 8
189.17/189.29	c ---[   0]---> BDD-cost:   49
189.17/189.29	c ==================================[MINISAT+]==================================
189.17/189.29	c | Conflicts | Original         | Learnt                           | Progress |
189.17/189.29	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
189.17/189.29	c ==============================================================================
189.17/189.29	c |   2306264 |    6635    22109 |    2211   11031   236369    21.4 | 33.860 % |
189.26/189.31	c |   2306366 |    6635    22109 |    2432    2860    44781    15.7 | 34.636 % |
189.26/189.32	c |   2306516 |    6635    22109 |    2675    3010    47264    15.7 | 34.636 % |
189.26/189.32	c |   2306741 |    6635    22109 |    2942    3235    50390    15.6 | 34.636 % |
189.26/189.34	c |   2307078 |    6635    22109 |    3237    3572    56395    15.8 | 34.636 % |
189.26/189.37	c |   2307584 |    6635    22109 |    3560    4078    68397    16.8 | 34.636 % |
189.36/189.41	c |   2308344 |    6635    22109 |    3916    2603    41571    16.0 | 34.636 % |
189.46/189.50	c |   2309483 |    6635    22109 |    4308    3742    69793    18.7 | 34.636 % |
189.46/189.59	c |   2311193 |    6635    22109 |    4739    2879    48849    17.0 | 34.636 % |
189.66/189.75	c |   2313755 |    6635    22109 |    5213    5441   106143    19.5 | 34.636 % |
189.96/190.01	c |   2317600 |    6635    22109 |    5734    3206    54086    16.9 | 34.636 % |
190.36/190.43	c |   2323366 |    6635    22109 |    6308    5640   120038    21.3 | 34.636 % |
190.96/191.04	c |   2332016 |    6635    22109 |    6939    7105   138340    19.5 | 34.636 % |
191.96/192.06	c |   2344990 |    6635    22109 |    7632    4488    83661    18.6 | 34.636 % |
193.47/193.51	c |   2364451 |    6635    22109 |    8396    6954   141441    20.3 | 34.636 % |
195.77/195.87	c |   2393643 |    6635    22109 |    9235    8407   165570    19.7 | 34.636 % |
199.46/199.51	c |   2437432 |    6635    22109 |   10159    6799   136120    20.0 | 34.636 % |
205.46/205.51	c |   2503117 |    6635    22109 |   11175    6403   127050    19.8 | 34.636 % |
213.46/213.57	c ==============================================================================
213.46/213.57	c Found solution: 6
213.46/213.57	o 6
213.46/213.57	c ---[   0]---> BDD-cost:   17
213.46/213.57	c ==================================[MINISAT+]==================================
213.46/213.57	c | Conflicts | Original         | Learnt                           | Progress |
213.46/213.57	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
213.46/213.57	c ==============================================================================
213.46/213.57	c |   2589526 |    6678    22222 |    2226    8237   159950    19.4 | 34.636 % |
213.46/213.58	c |   2589626 |    6678    22222 |    2448    2160    27504    12.7 | 34.416 % |
213.46/213.59	c |   2589777 |    6678    22222 |    2693    2311    30684    13.3 | 34.416 % |
213.56/213.61	c |   2590003 |    6678    22222 |    2962    2537    34861    13.7 | 34.416 % |
213.56/213.63	c |   2590340 |    6678    22222 |    3259    2874    41535    14.5 | 34.416 % |
213.56/213.66	c |   2590849 |    6678    22222 |    3584    3383    51768    15.3 | 34.416 % |
213.66/213.70	c |   2591608 |    6678    22222 |    3943    4142    66564    16.1 | 34.416 % |
213.66/213.78	c |   2592747 |    6678    22222 |    4337    2887    42007    14.6 | 34.416 % |
213.76/213.88	c |   2594456 |    6678    22222 |    4771    4596    77989    17.0 | 34.416 % |
213.96/214.08	c |   2597020 |    6678    22222 |    5248    4349    79366    18.2 | 34.416 % |
214.26/214.36	c |   2600865 |    6678    22222 |    5773    5134    96314    18.8 | 34.416 % |
214.76/214.84	c |   2606632 |    6678    22222 |    6351    4279    77285    18.1 | 34.416 % |
215.46/215.55	c |   2615281 |    6678    22222 |    6986    5712   115657    20.2 | 34.416 % |
216.56/216.63	c |   2628255 |    6678    22222 |    7684    6953   128606    18.5 | 34.416 % |
218.16/218.26	c |   2647718 |    6678    22222 |    8453    5123    90811    17.7 | 34.416 % |
220.56/220.65	c |   2676910 |    6678    22222 |    9298    6391   122705    19.2 | 34.416 % |
224.36/224.47	c |   2720700 |    6678    22222 |   10228    9625   196931    20.5 | 34.416 % |
230.05/230.10	c |   2786384 |    6660    22181 |   11251    8854   172326    19.5 | 34.641 % |
239.45/239.51	c |   2884910 |    6622    22093 |   12376   10524   222203    21.1 | 35.183 % |
254.35/254.48	c |   3032700 |    6622    22093 |   13614   12716   266859    21.0 | 35.183 % |
260.35/260.44	c ==============================================================================
260.35/260.44	c Found solution: 5
260.35/260.44	o 5
260.35/260.44	c ---[   0]---> BDD-cost:    1
260.35/260.45	c ==================================[MINISAT+]==================================
260.35/260.45	c | Conflicts | Original         | Learnt                           | Progress |
260.35/260.45	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
260.35/260.45	c ==============================================================================
260.35/260.45	c |   3091842 |    6627    22106 |    2209   13863   290435    21.0 | 35.183 % |
260.35/260.48	c |   3091943 |    6627    22106 |    2429    1834    22467    12.3 | 35.196 % |
260.35/260.48	c |   3092095 |    6627    22106 |    2672    1986    25839    13.0 | 35.196 % |
260.45/260.50	c |   3092322 |    6627    22106 |    2940    2213    30783    13.9 | 35.196 % |
260.45/260.52	c |   3092660 |    6627    22106 |    3234    2551    37075    14.5 | 35.196 % |
260.45/260.54	c |   3093166 |    6627    22106 |    3557    3057    47576    15.6 | 35.196 % |
260.45/260.57	c |   3093926 |    6627    22106 |    3913    3817    61860    16.2 | 35.196 % |
260.56/260.65	c |   3095065 |    6627    22106 |    4304    2531    43251    17.1 | 35.196 % |
260.66/260.74	c |   3096773 |    6627    22106 |    4735    4239    82565    19.5 | 35.196 % |
260.85/260.93	c |   3099335 |    6627    22106 |    5208    3983    91957    23.1 | 35.196 % |
261.05/261.15	c |   3103181 |    6623    22094 |    5729    4773    86660    18.2 | 35.241 % |
261.45/261.54	c |   3108947 |    6623    22094 |    6302    3925    67988    17.3 | 35.241 % |
262.15/262.20	c |   3117596 |    6611    22066 |    6932    5400   103277    19.1 | 35.421 % |
263.15/263.24	c |   3130572 |    6611    22066 |    7626    6649   132340    19.9 | 35.421 % |
264.65/264.78	c |   3150033 |    6607    22054 |    8388    4835    95626    19.8 | 35.466 % |
267.25/267.37	c |   3179225 |    6607    22054 |    9227    6200   110361    17.8 | 35.466 % |
271.35/271.40	c |   3223016 |    6607    22054 |   10150    9598   206803    21.5 | 35.466 % |
277.95/278.01	c |   3288700 |    6607    22054 |   11165    9083   181613    20.0 | 35.466 % |
287.25/287.30	c |   3387226 |    6588    22007 |   12281   11326   219446    19.4 | 35.782 % |
301.64/301.74	c |   3535017 |    6576    21971 |   13510    7772   152065    19.6 | 35.917 % |
324.74/324.85	c |   3756702 |    6568    21947 |   14861   13748   300511    21.9 | 36.007 % |
344.24/344.39	c ==============================================================================
344.24/344.39	c Found solution: 4
344.24/344.39	o 4
344.24/344.39	c ---[   0]---> BDD-cost:    0
344.34/344.40	c ==================================[MINISAT+]==================================
344.34/344.40	c | Conflicts | Original         | Learnt                           | Progress |
344.34/344.40	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
344.34/344.40	c ==============================================================================
344.34/344.40	c |   3951767 |    6371    21379 |    2123   12215   265361    21.7 | 36.007 % |
344.34/344.42	c |   3951867 |    6367    21367 |    2335    1625    19408    11.9 | 38.215 % |
344.34/344.42	c |   3952018 |    6367    21367 |    2568    1776    22867    12.9 | 38.215 % |
344.34/344.43	c |   3952244 |    6329    21276 |    2825    1986    26990    13.6 | 38.666 % |
344.34/344.45	c |   3952582 |    6329    21276 |    3108    2324    33522    14.4 | 38.666 % |
344.34/344.48	c |   3953088 |    6321    21252 |    3419    2825    44717    15.8 | 38.756 % |
344.44/344.53	c |   3953847 |    6321    21252 |    3761    3584    60403    16.9 | 38.756 % |
344.54/344.61	c |   3954986 |    6321    21252 |    4137    4723    86300    18.3 | 38.756 % |
344.64/344.70	c |   3956694 |    6321    21252 |    4550    3868    67305    17.4 | 38.756 % |
344.74/344.88	c |   3959258 |    6321    21252 |    5005    3665    66033    18.0 | 38.756 % |
345.04/345.17	c |   3963102 |    6321    21252 |    5506    4530    84597    18.7 | 38.756 % |
345.54/345.61	c |   3968869 |    6321    21252 |    6057    3854    74557    19.3 | 38.756 % |
346.14/346.26	c |   3977519 |    6309    21219 |    6662    5477   104881    19.1 | 38.892 % |
347.24/347.30	c |   3990493 |    6289    21173 |    7329    6901   144008    20.9 | 39.162 % |
348.83/348.96	c |   4009954 |    6289    21173 |    8062    5648   115491    20.4 | 39.162 % |
351.33/351.43	c |   4039147 |    6286    21164 |    8868    7710   162751    21.1 | 39.207 % |
354.93/355.09	c |   4082936 |    6275    21139 |    9755    7308   135344    18.5 | 39.387 % |
360.83/360.93	c |   4148620 |    6272    21130 |   10730    8595   182963    21.3 | 39.432 % |
369.83/369.98	c |   4247146 |    6269    21121 |   11803    7494   143151    19.1 | 39.477 % |
384.13/384.27	c |   4394935 |    6262    21100 |   12984    8129   171160    21.1 | 39.568 % |
405.13/405.28	c |   4616618 |    6242    21043 |   14282   13043   261746    20.1 | 39.794 % |
439.42/439.58	c |   4949144 |    6234    21019 |   15710    8943   178527    20.0 | 39.883 % |
492.11/492.24	c |   5447932 |    6234    21019 |   17281   14777   267375    18.1 | 39.883 % |
577.00/577.14	c |   6196114 |    6093    20675 |   19009   13271   241747    18.2 | 42.046 % |
707.68/707.88	c |   7318388 |    6058    20591 |   20910   14282   276243    19.3 | 42.542 % |
843.36/843.52	c ==============================================================================
843.36/843.52	c Found solution: 1
843.36/843.52	o 1
843.36/843.52	c ==================================[MINISAT+]==================================
843.36/843.52	c | Conflicts | Original         | Learnt                           | Progress |
843.36/843.52	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
843.36/843.52	c ==============================================================================
843.36/843.52	c |   8422439 |    5523    19161 |    1841   21311   424881    19.9 | 42.542 % |
843.36/843.59	c |   8422540 |    5523    19161 |    2025    2765    37721    13.6 | 49.887 % |
843.36/843.59	c |   8422691 |    5523    19161 |    2227    2916    39939    13.7 | 49.887 % |
843.46/843.60	c |   8422916 |    5523    19161 |    2450    3141    43389    13.8 | 49.887 % |
843.46/843.62	c |   8423254 |    5523    19161 |    2695    3479    49247    14.2 | 49.887 % |
843.46/843.65	c |   8423760 |    5523    19161 |    2964    2053    24949    12.2 | 49.887 % |
843.46/843.69	c |   8424519 |    5523    19161 |    3261    2812    38616    13.7 | 49.887 % |
843.56/843.77	c |   8425658 |    5523    19161 |    3587    3951    59975    15.2 | 49.887 % |
843.66/843.87	c |   8427366 |    5523    19161 |    3946    3293    52404    15.9 | 49.887 % |
843.86/844.02	c |   8429928 |    5523    19161 |    4340    3287    52333    15.9 | 49.887 % |
844.06/844.25	c |   8433774 |    5523    19161 |    4775    4377    72197    16.5 | 49.887 % |
844.46/844.60	c |   8439540 |    5523    19161 |    5252    4201    63964    15.2 | 49.887 % |
845.06/845.20	c |   8448191 |    5523    19161 |    5777    3232    55340    17.1 | 49.887 % |
846.16/846.35	c |   8461168 |    5523    19161 |    6355    5793    99475    17.2 | 49.887 % |
847.76/847.95	c |   8480632 |    5523    19161 |    6991    6424   114722    17.9 | 49.887 % |
850.46/850.68	c |   8509825 |    5523    19161 |    7690    7008   128329    18.3 | 49.887 % |
854.86/855.02	c |   8553614 |    5523    19161 |    8459    6310   116889    18.5 | 49.887 % |
861.25/861.46	c |   8619299 |    5523    19161 |    9305    9355   177244    18.9 | 49.887 % |
871.06/871.29	c |   8717827 |    5523    19161 |   10235    8015   148925    18.6 | 49.887 % |
886.55/886.79	c |   8865618 |    5523    19161 |   11259    7069   133383    18.9 | 49.887 % |
911.65/911.81	c |   9087301 |    5523    19161 |   12385   10454   224364    21.5 | 49.887 % |
952.74/952.96	c |   9419827 |    5523    19161 |   13623   10143   196941    19.4 | 49.887 % |
1005.93/1006.13	c |   9918615 |    5523    19161 |   14986   12246   217607    17.8 | 49.887 % |
1081.92/1082.18	c |  10666798 |    5523    19161 |   16484    8339   146922    17.6 | 49.887 % |
1207.51/1207.71	c |  11789073 |    5523    19161 |   18133   17018   323791    19.0 | 49.887 % |
1418.57/1418.88	c |  13472485 |    5523    19161 |   19946   19094   379409    19.9 | 49.887 % |
1757.81/1758.10	c |  15997601 |    5523    19161 |   21941   17482   308941    17.7 | 49.887 % |
1800.01/1800.30	c 
1800.01/1800.30	c *** TERMINATED ***
1800.01/1800.30	s SATISFIABLE
1800.01/1800.30	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 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 -x69

Verifier Data

OK	1

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

running on 4 cores: 0,2,4,6

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: 1.92 1.98 1.91 4/176 11430
/proc/meminfo: memFree=31966160/32873844 swapFree=8656/8656
[pid=11430] ppid=11428 vsize=1132 CPUtime=0 cores=0,2,4,6
/proc/11430/stat : 11430 (minisat+) R 11428 11430 11023 0 -1 4202496 171 0 0 0 0 0 0 0 20 0 1 0 321759097 1159168 129 33554432000 134512640 135395479 4290187344 4290184628 135005314 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/11430/statm: 283 129 89 216 0 65 0

[startup+0.01037 s]
/proc/loadavg: 1.92 1.98 1.91 4/176 11430
/proc/meminfo: memFree=31966160/32873844 swapFree=8656/8656
[pid=11430] ppid=11428 vsize=1132 CPUtime=0 cores=0,2,4,6
/proc/11430/stat : 11430 (minisat+) R 11428 11430 11023 0 -1 4202496 171 0 0 0 0 0 0 0 20 0 1 0 321759097 1159168 129 33554432000 134512640 135395479 4290187344 4290185744 134809912 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/11430/statm: 283 129 89 216 0 65 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1132

[startup+0.100204 s]
/proc/loadavg: 1.92 1.98 1.91 4/176 11430
/proc/meminfo: memFree=31966160/32873844 swapFree=8656/8656
[pid=11430] ppid=11428 vsize=1964 CPUtime=0.09 cores=0,2,4,6
/proc/11430/stat : 11430 (minisat+) R 11428 11430 11023 0 -1 4202496 396 0 0 0 9 0 0 0 20 0 1 0 321759097 2011136 354 33554432000 134512640 135395479 4290187344 4290185664 134572776 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/11430/statm: 491 354 123 216 0 273 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1964

[startup+0.30018 s]
/proc/loadavg: 1.92 1.98 1.91 4/176 11430
/proc/meminfo: memFree=31966160/32873844 swapFree=8656/8656
[pid=11430] ppid=11428 vsize=2216 CPUtime=0.29 cores=0,2,4,6
/proc/11430/stat : 11430 (minisat+) R 11428 11430 11023 0 -1 4202496 452 0 0 0 29 0 0 0 20 0 1 0 321759097 2269184 410 33554432000 134512640 135395479 4290187344 4290185312 134577430 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/11430/statm: 554 410 123 216 0 336 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2216

[startup+0.700173 s]
/proc/loadavg: 1.92 1.98 1.91 4/176 11430
/proc/meminfo: memFree=31966160/32873844 swapFree=8656/8656
[pid=11430] ppid=11428 vsize=2476 CPUtime=0.69 cores=0,2,4,6
/proc/11430/stat : 11430 (minisat+) R 11428 11430 11023 0 -1 4202496 510 0 0 0 69 0 0 0 20 0 1 0 321759097 2535424 468 33554432000 134512640 135395479 4290187344 4290185696 134581036 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/11430/statm: 619 468 123 216 0 401 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2476

[startup+1.50017 s]
/proc/loadavg: 1.92 1.98 1.91 3/177 11431
/proc/meminfo: memFree=31965448/32873844 swapFree=8656/8656
[pid=11430] ppid=11428 vsize=2740 CPUtime=1.49 cores=0,2,4,6
/proc/11430/stat : 11430 (minisat+) R 11428 11430 11023 0 -1 4202496 587 0 0 0 149 0 0 0 20 0 1 0 321759097 2805760 545 33554432000 134512640 135395479 4290187344 4290185696 134580732 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/11430/statm: 685 545 123 216 0 467 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2740

[startup+3.10018 s]
/proc/loadavg: 1.92 1.98 1.91 3/177 11431
/proc/meminfo: memFree=31964704/32873844 swapFree=8656/8656
[pid=11430] ppid=11428 vsize=3136 CPUtime=3.09 cores=0,2,4,6
/proc/11430/stat : 11430 (minisat+) R 11428 11430 11023 0 -1 4202496 696 0 0 0 309 0 0 0 20 0 1 0 321759097 3211264 654 33554432000 134512640 135395479 4290187344 4290185648 134580340 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/11430/statm: 784 654 123 216 0 566 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3136

[startup+6.30018 s]
/proc/loadavg: 1.93 1.98 1.91 3/177 11431
/proc/meminfo: memFree=31963960/32873844 swapFree=8656/8656
[pid=11430] ppid=11428 vsize=3268 CPUtime=6.29 cores=0,2,4,6
/proc/11430/stat : 11430 (minisat+) R 11428 11430 11023 0 -1 4202496 701 0 0 0 629 0 0 0 20 0 1 0 321759097 3346432 659 33554432000 134512640 135395479 4290187344 4290185696 134580798 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/11430/statm: 817 659 123 216 0 599 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3268

[startup+12.7002 s]
/proc/loadavg: 1.93 1.98 1.91 3/177 11431
/proc/meminfo: memFree=31962112/32873844 swapFree=8656/8656
[pid=11430] ppid=11428 vsize=3664 CPUtime=12.69 cores=0,2,4,6
/proc/11430/stat : 11430 (minisat+) R 11428 11430 11023 0 -1 4202496 823 0 0 0 1269 0 0 0 20 0 1 0 321759097 3751936 781 33554432000 134512640 135395479 4290187344 4290185696 134581426 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/11430/statm: 916 781 123 216 0 698 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3664

[startup+25.5002 s]
/proc/loadavg: 1.95 1.98 1.91 3/177 11431
/proc/meminfo: memFree=31960996/32873844 swapFree=8656/8656
[pid=11430] ppid=11428 vsize=4188 CPUtime=25.49 cores=0,2,4,6
/proc/11430/stat : 11430 (minisat+) R 11428 11430 11023 0 -1 4202496 933 0 0 0 2549 0 0 0 20 0 1 0 321759097 4288512 891 33554432000 134512640 135395479 4290187344 4290185648 134580445 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/11430/statm: 1047 891 123 216 0 829 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 4188

[startup+51.1002 s]
/proc/loadavg: 1.96 1.98 1.91 3/177 11431
/proc/meminfo: memFree=31959632/32873844 swapFree=8656/8656
[pid=11430] ppid=11428 vsize=4580 CPUtime=51.09 cores=0,2,4,6
/proc/11430/stat : 11430 (minisat+) R 11428 11430 11023 0 -1 4202496 1049 0 0 0 5109 0 0 0 20 0 1 0 321759097 4689920 1007 33554432000 134512640 135395479 4290187344 4290185216 134574201 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/11430/statm: 1145 1007 123 216 0 927 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 4580

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.91 3/177 11431
/proc/meminfo: memFree=31956652/32873844 swapFree=8656/8656
[pid=11430] ppid=11428 vsize=5356 CPUtime=102.28 cores=0,2,4,6
/proc/11430/stat : 11430 (minisat+) R 11428 11430 11023 0 -1 4202496 1240 0 0 0 10228 0 0 0 20 0 1 0 321759097 5484544 1197 33554432000 134512640 135395479 4290187344 4290185696 134580896 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/11430/statm: 1339 1197 123 216 0 1121 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 5356

[startup+162.3 s]
/proc/loadavg: 2.07 2.00 1.92 3/177 11431
/proc/meminfo: memFree=31954728/32873844 swapFree=8656/8656
[pid=11430] ppid=11428 vsize=6600 CPUtime=162.27 cores=0,2,4,6
/proc/11430/stat : 11430 (minisat+) R 11428 11430 11023 0 -1 4202496 1553 0 0 0 16227 0 0 0 20 0 1 0 321759097 6758400 1510 33554432000 134512640 135395479 4290187344 4290185696 134581451 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/11430/statm: 1650 1510 123 216 0 1432 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 6600

[startup+222.3 s]
/proc/loadavg: 2.02 2.00 1.92 3/177 11432
/proc/meminfo: memFree=31953052/32873844 swapFree=8656/8656
[pid=11430] ppid=11428 vsize=7008 CPUtime=222.26 cores=0,2,4,6
/proc/11430/stat : 11430 (minisat+) R 11428 11430 11023 0 -1 4202496 1661 0 0 0 22226 0 0 0 20 0 1 0 321759097 7176192 1622 33554432000 134512640 135395479 4290187344 4290185696 134581488 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/11430/statm: 1752 1622 123 216 0 1534 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 7008

[startup+282.3 s]
/proc/loadavg: 2.01 2.00 1.92 3/177 11432
/proc/meminfo: memFree=31952244/32873844 swapFree=8656/8656
[pid=11430] ppid=11428 vsize=7288 CPUtime=282.25 cores=0,2,4,6
/proc/11430/stat : 11430 (minisat+) R 11428 11430 11023 0 -1 4202496 1722 0 0 0 28225 0 0 0 20 0 1 0 321759097 7462912 1683 33554432000 134512640 135395479 4290187344 4290185808 134588432 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/11430/statm: 1822 1683 123 216 0 1604 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 7288

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 11432
/proc/meminfo: memFree=31951252/32873844 swapFree=8656/8656
[pid=11430] ppid=11428 vsize=7752 CPUtime=342.24 cores=0,2,4,6
/proc/11430/stat : 11430 (minisat+) R 11428 11430 11023 0 -1 4202496 1808 0 0 0 34224 0 0 0 20 0 1 0 321759097 7938048 1769 33554432000 134512640 135395479 4290187344 4290185696 134580888 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/11430/statm: 1938 1769 123 216 0 1720 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 7752

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 11432
/proc/meminfo: memFree=31951004/32873844 swapFree=8656/8656
[pid=11430] ppid=11428 vsize=7752 CPUtime=402.23 cores=0,2,4,6
/proc/11430/stat : 11430 (minisat+) R 11428 11430 11023 0 -1 4202496 1826 0 0 0 40223 0 0 0 20 0 1 0 321759097 7938048 1787 33554432000 134512640 135395479 4290187344 4290185696 134580765 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/11430/statm: 1938 1787 123 216 0 1720 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 7752

[startup+462.3 s]
/proc/loadavg: 2.03 2.01 1.93 3/177 11432
/proc/meminfo: memFree=31950136/32873844 swapFree=8656/8656
[pid=11430] ppid=11428 vsize=8300 CPUtime=462.22 cores=0,2,4,6
/proc/11430/stat : 11430 (minisat+) R 11428 11430 11023 0 -1 4202496 1944 0 0 0 46222 0 0 0 20 0 1 0 321759097 8499200 1905 33554432000 134512640 135395479 4290187344 4290185696 134580923 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/11430/statm: 2075 1905 123 216 0 1857 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 8300

[startup+522.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 11436
/proc/meminfo: memFree=31949136/32873844 swapFree=8656/8656
[pid=11430] ppid=11428 vsize=8632 CPUtime=522.21 cores=0,2,4,6
/proc/11430/stat : 11430 (minisat+) R 11428 11430 11023 0 -1 4202496 2023 0 0 0 52221 0 0 0 20 0 1 0 321759097 8839168 1984 33554432000 134512640 135395479 4290187344 4290185696 134581028 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/11430/statm: 2158 1984 123 216 0 1940 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 8632

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 11436
/proc/meminfo: memFree=31947964/32873844 swapFree=8656/8656
[pid=11430] ppid=11428 vsize=8920 CPUtime=582.2 cores=0,2,4,6
/proc/11430/stat : 11430 (minisat+) R 11428 11430 11023 0 -1 4202496 2086 0 0 0 58220 0 0 0 20 0 1 0 321759097 9134080 2047 33554432000 134512640 135395479 4290187344 4290185696 134581044 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/11430/statm: 2230 2047 123 216 0 2012 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 8920

[startup+642.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 11437
/proc/meminfo: memFree=31944612/32873844 swapFree=8656/8656
[pid=11430] ppid=11428 vsize=10024 CPUtime=882.15 cores=0,2,4,6
/proc/11430/stat : 11430 (minisat+) R 11428 11430 11023 0 -1 4202496 2336 0 0 0 88215 0 0 0 20 0 1 0 321759097 10264576 2325 33554432000 134512640 135395479 4290187344 4290185696 134581480 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/11430/statm: 2506 2325 123 216 0 2288 0
Current children cumulated CPU time (s) 882.15
Current children cumulated vsize (KiB) 10024

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 11437
/proc/meminfo: memFree=31944240/32873844 swapFree=8656/8656
[pid=11430] ppid=11428 vsize=10024 CPUtime=942.14 cores=0,2,4,6
/proc/11430/stat : 11430 (minisat+) R 11428 11430 11023 0 -1 4202496 2358 0 0 0 94214 0 0 0 20 0 1 0 321759097 10264576 2347 33554432000 134512640 135395479 4290187344 4290185312 134576207 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/11430/statm: 2506 2347 123 216 0 2288 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 10024

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 11437
/proc/meminfo: memFree=31943744/32873844 swapFree=8656/8656
[pid=11430] ppid=11428 vsize=10432 CPUtime=1002.13 cores=0,2,4,6
/proc/11430/stat : 11430 (minisat+) R 11428 11430 11023 0 -1 4202496 2429 0 0 0 100213 0 0 0 20 0 1 0 321759097 10682368 2418 33554432000 134512640 135395479 4290187344 4290185808 134588783 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/11430/statm: 2608 2418 123 216 0 2390 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 10432

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 11437
/proc/meminfo: memFree=31943124/32873844 swapFree=8656/8656
[pid=11430] ppid=11428 vsize=10716 CPUtime=1062.12 cores=0,2,4,6
/proc/11430/stat : 11430 (minisat+) R 11428 11430 11023 0 -1 4202496 2522 0 0 0 106212 0 0 0 20 0 1 0 321759097 10973184 2511 33554432000 134512640 135395479 4290187344 4290185696 134581284 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/11430/statm: 2679 2511 123 216 0 2461 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 10716

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11441
/proc/meminfo: memFree=31942432/32873844 swapFree=8656/8656
[pid=11430] ppid=11428 vsize=11140 CPUtime=1122.11 cores=0,2,4,6
/proc/11430/stat : 11430 (minisat+) R 11428 11430 11023 0 -1 4202496 2618 0 0 0 112211 0 0 0 20 0 1 0 321759097 11407360 2646 33554432000 134512640 135395479 4290187344 4290185696 134580732 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/11430/statm: 2785 2646 123 216 0 2567 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 11140

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 11441
/proc/meminfo: memFree=31941260/32873844 swapFree=8656/8656
[pid=11430] ppid=11428 vsize=11576 CPUtime=1182.1 cores=0,2,4,6
/proc/11430/stat : 11430 (minisat+) R 11428 11430 11023 0 -1 4202496 2725 0 0 0 118210 0 0 0 20 0 1 0 321759097 11853824 2753 33554432000 134512640 135395479 4290187344 4290185696 134581071 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/11430/statm: 2894 2753 123 216 0 2676 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 11576

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 11441
/proc/meminfo: memFree=31940268/32873844 swapFree=8656/8656
[pid=11430] ppid=11428 vsize=12120 CPUtime=1242.09 cores=0,2,4,6
/proc/11430/stat : 11430 (minisat+) R 11428 11430 11023 0 -1 4202496 2822 0 0 0 124209 0 0 0 20 0 1 0 321759097 12410880 2850 33554432000 134512640 135395479 4290187344 4290185696 134581488 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/11430/statm: 3030 2850 123 216 0 2812 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 12120

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 11441
/proc/meminfo: memFree=31939276/32873844 swapFree=8656/8656
[pid=11430] ppid=11428 vsize=12568 CPUtime=1302.09 cores=0,2,4,6
/proc/11430/stat : 11430 (minisat+) R 11428 11430 11023 0 -1 4202496 2935 0 0 0 130209 0 0 0 20 0 1 0 321759097 12869632 2963 33554432000 134512640 135395479 4290187344 4290185664 134572709 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/11430/statm: 3142 2963 123 216 0 2924 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 12568

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 11441
/proc/meminfo: memFree=31938532/32873844 swapFree=8656/8656
[pid=11430] ppid=11428 vsize=12856 CPUtime=1362.07 cores=0,2,4,6
/proc/11430/stat : 11430 (minisat+) R 11428 11430 11023 0 -1 4202496 2995 0 0 0 136207 0 0 0 20 0 1 0 321759097 13164544 3023 33554432000 134512640 135395479 4290187344 4290185696 134580750 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/11430/statm: 3214 3023 123 216 0 2996 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 12856

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 11442
/proc/meminfo: memFree=31938408/32873844 swapFree=8656/8656
[pid=11430] ppid=11428 vsize=12996 CPUtime=1422.07 cores=0,2,4,6
/proc/11430/stat : 11430 (minisat+) R 11428 11430 11023 0 -1 4202496 3030 0 0 0 142207 0 0 0 20 0 1 0 321759097 13307904 3058 33554432000 134512640 135395479 4290187344 4290185696 134580765 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/11430/statm: 3249 3058 123 216 0 3031 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 12996

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 11442
/proc/meminfo: memFree=31937848/32873844 swapFree=8656/8656
[pid=11430] ppid=11428 vsize=13128 CPUtime=1482.05 cores=0,2,4,6
/proc/11430/stat : 11430 (minisat+) R 11428 11430 11023 0 -1 4202496 3055 0 0 0 148205 0 0 0 20 0 1 0 321759097 13443072 3133 33554432000 134512640 135395479 4290187344 4290185312 134579871 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/11430/statm: 3282 3133 123 216 0 3064 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 13128

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 1.94 3/177 11442
/proc/meminfo: memFree=31937288/32873844 swapFree=8656/8656
[pid=11430] ppid=11428 vsize=13272 CPUtime=1542.05 cores=0,2,4,6
/proc/11430/stat : 11430 (minisat+) R 11428 11430 11023 0 -1 4202496 3080 0 0 0 154205 0 0 0 20 0 1 0 321759097 13590528 3158 33554432000 134512640 135395479 4290187344 4290185696 134580809 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/11430/statm: 3318 3158 123 216 0 3100 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 13272

[startup+1602.3 s]
/proc/loadavg: 2.04 2.02 1.94 3/177 11442
/proc/meminfo: memFree=31936916/32873844 swapFree=8656/8656
[pid=11430] ppid=11428 vsize=13436 CPUtime=1602.04 cores=0,2,4,6
/proc/11430/stat : 11430 (minisat+) R 11428 11430 11023 0 -1 4202496 3115 0 0 0 160204 0 0 0 20 0 1 0 321759097 13758464 3193 33554432000 134512640 135395479 4290187344 4290185696 134581488 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/11430/statm: 3359 3193 123 216 0 3141 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 13436

[startup+1662.3 s]
/proc/loadavg: 2.05 2.03 1.95 3/177 11442
/proc/meminfo: memFree=31936296/32873844 swapFree=8656/8656
[pid=11430] ppid=11428 vsize=13732 CPUtime=1662.03 cores=0,2,4,6
/proc/11430/stat : 11430 (minisat+) R 11428 11430 11023 0 -1 4202496 3192 0 0 0 166203 0 0 0 20 0 1 0 321759097 14061568 3270 33554432000 134512640 135395479 4290187344 4290185696 134580744 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/11430/statm: 3433 3270 123 216 0 3215 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 13732

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 1.95 3/178 11446
/proc/meminfo: memFree=31935420/32873844 swapFree=8656/8656
[pid=11430] ppid=11428 vsize=14016 CPUtime=1722.02 cores=0,2,4,6
/proc/11430/stat : 11430 (minisat+) R 11428 11430 11023 0 -1 4202496 3262 0 0 0 172202 0 0 0 20 0 1 0 321759097 14352384 3340 33554432000 134512640 135395479 4290187344 4290185696 134581480 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/11430/statm: 3504 3340 123 216 0 3286 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 14016

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 1.95 2/175 11447
/proc/meminfo: memFree=31955612/32873844 swapFree=8656/8656
[pid=11430] ppid=11428 vsize=14176 CPUtime=1782.01 cores=0,2,4,6
/proc/11430/stat : 11430 (minisat+) R 11428 11430 11023 0 -1 4202496 3288 0 0 0 178201 0 0 0 20 0 1 0 321759097 14516224 3366 33554432000 134512640 135395479 4290187344 4290185696 134580765 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/11430/statm: 3544 3366 123 216 0 3326 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 14176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 1.94 2.00 1.94 3/177 11495
/proc/meminfo: memFree=31884904/32873844 swapFree=8656/8656
[pid=11430] ppid=11428 vsize=14332 CPUtime=1800.01 cores=0,2,4,6
/proc/11430/stat : 11430 (minisat+) R 11428 11430 11023 0 -1 4202496 3310 0 0 0 180001 0 0 0 20 0 1 0 321759097 14675968 3388 33554432000 134512640 135395479 4290187344 4290185696 134580765 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/11430/statm: 3583 3388 123 216 0 3365 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 14332

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

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

[startup+1800.3 s]
/proc/loadavg: 1.94 2.00 1.94 3/177 11495
/proc/meminfo: memFree=31884904/32873844 swapFree=8656/8656
[pid=11430] ppid=11428 vsize=14332 CPUtime=1800.01 cores=0,2,4,6
/proc/11430/stat : 11430 (minisat+) R 11428 11430 11023 0 -1 4202496 3310 0 0 0 180001 0 0 0 20 0 1 0 321759097 14675968 3388 33554432000 134512640 135395479 4290187344 4290185696 134580765 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/11430/statm: 3583 3388 123 216 0 3365 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 14332

Child status: 10
Real time (s): 1800.31
CPU time (s): 1800.03
CPU user time (s): 1800.02
CPU system time (s): 0.009998
CPU usage (%): 99.9844
Max. virtual memory (cumulated for all children) (KiB): 14332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.02
system time used= 0.009998
maximum resident set size= 13560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3312
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= 6
involuntary context switches= 2534

runsolver used 3.10153 second user time and 7.9048 second system time

The end

Launcher Data

Begin job on node102 at 2012-06-01 15:11:46
IDJOB=3721480
IDBENCH=2916
IDSOLVER=2306
FILE ID=node102/3721480-1338556306
RUNJOBID= node102-1338552592-11039
PBS_JOBID= 14635889
Free space on /tmp= 71192 MiB

SOLVER NAME= minisat+ 1.14
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_4_30_2.opb
COMMAND LINE= HOME/minisat+ BENCHNAME            
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3721480-1338556306/watcher-3721480-1338556306 -o /tmp/evaluation-result-3721480-1338556306/solver-3721480-1338556306 -C 1800 -W 1900 -M 15500  HOME/minisat+ HOME/instance-3721480-1338556306.opb            

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

MD5SUM BENCH= 031b0f629913e7cd5c934f00ec1a1885
RANDOM SEED=2076301207

node102.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		: 2667.178
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	: 5334.35
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		: 2667.178
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.90
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		: 2667.178
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.91
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		: 2667.178
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		: 2667.178
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		: 2667.178
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	: 5438.54
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		: 2667.178
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		: 2667.178
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:        31966704 kB
Buffers:           65208 kB
Cached:            80476 kB
SwapCached:         5424 kB
Active:            49116 kB
Inactive:         113860 kB
Active(anon):      14200 kB
Inactive(anon):     5248 kB
Active(file):      34916 kB
Inactive(file):   108612 kB
Unevictable:        8656 kB
Mlocked:            8656 kB
SwapTotal:      67108856 kB
SwapFree:       67097008 kB
Dirty:              4848 kB
Writeback:             0 kB
AnonPages:         20844 kB
Mapped:             8304 kB
Shmem:                 0 kB
Slab:             603096 kB
SReclaimable:      44224 kB
SUnreclaim:       558872 kB
KernelStack:        1448 kB
PageTables:         4120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     136764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3721480-1338556306.opb

Free space on /tmp at the end= 71188 MiB
End job on node102 at 2012-06-01 15:41:48