Trace number 35850

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
minisat+ 1.14OPT14745600 21.3018 21.341

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-flugpl.opb
MD5SUM0999192fc93f1a0347078df6cc5d3945
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark14745600
Best CPU time to get the best result obtained on this benchmark3.10753
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 14745600
Optimality of the best value was proved YES
Number of variables265
Total number of constraints29
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 constraints29
Minimum length of a constraint5
Maximum length of a constraint65
Number of terms in the objective function 265
Biggest coefficient in the objective function 48318382080
Number of bits for the biggest coefficient in the objective function 36
Sum of the numbers in the objective function 103103023008
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 80530636800
Number of bits of the biggest number in a constraint 37
Biggest sum of numbers in a constraint 162146381673
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00	c Parsing PB file...
0.01	c Converting 35 PB-constraints to clauses...
0.01	c   -- Unit propagations: pp
0.01	c   -- Detecting intervals from adjacent constraints: #####
0.01	c   -- Clauses(.)/Splits(s): (none)
0.01	c ---[  34]---> BDD-cost:    4
0.01	c ---[  33]---> BDD-cost:    4
0.01	c ---[  32]---> BDD-cost:    4
0.01	c ---[  31]---> BDD-cost:    4
0.01	c ---[  30]---> BDD-cost:    4
0.01	c ---[  29]---> BDD-cost:    4
0.01	c ---[  28]---> BDD-cost:    4
0.01	c ---[  27]---> BDD-cost:    4
0.01	c ---[  26]---> BDD-cost:    4
0.01	c ---[  25]---> BDD-cost:    4
0.01	c ---[  24]---> BDD-cost:    4
0.01	c ---[  20]---> BDD-cost:   20
0.01	c ---[  18]---> BDD-cost:   63
0.01	c ---[  16]---> BDD-cost:   63
0.01	c ---[  14]---> BDD-cost:   63
0.01	c ---[  12]---> BDD-cost:   63
0.01	c ---[  11]---> BDD-cost:  107
0.01	c ---[  10]---> Sorter-cost:  619     Base: 2 2 2 2 2 2 2 2 2 2 2 2 5 5 2 2 2
0.06	c ---[   9]---> Sorter-cost:  619     Base: 2 2 2 2 2 2 2 2 2 2 2 2 5 5 2 2 2
0.11	c ---[   8]---> Sorter-cost:  619     Base: 2 2 2 2 2 2 2 2 2 2 2 2 5 5 2 2 2
0.16	c ---[   7]---> Sorter-cost:  619     Base: 2 2 2 2 2 2 2 2 2 2 2 2 5 5 2 2 2
0.20	c ---[   6]---> Sorter-cost:  619     Base: 2 2 2 2 2 2 2 2 2 2 2 2 5 5 2 2 2
0.25	c ---[   5]---> BDD-cost:   20
0.25	c ---[   4]---> BDD-cost:   89
0.25	c ---[   3]---> BDD-cost:   89
0.25	c ---[   2]---> BDD-cost:   89
0.25	c ---[   1]---> BDD-cost:   89
0.25	c ---[   0]---> BDD-cost:   89
0.26	c ==================================[MINISAT+]==================================
0.26	c | Conflicts | Original         | Learnt                           | Progress |
0.26	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.26	c ==============================================================================
0.26	c |         0 |    8288    19783 |    2762       0        0     nan |  0.000 % |
0.27	c ==============================================================================
0.27	c Found solution: 16054272
0.27	o 16054272
0.27	c ---[   0]---> Sorter-cost: 9301     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
0.57	c ==================================[MINISAT+]==================================
0.57	c | Conflicts | Original         | Learnt                           | Progress |
0.57	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.57	c ==============================================================================
0.57	c |        43 |   31968    75043 |   10656      43      241     5.6 |  0.000 % |
0.59	c ==============================================================================
0.59	c Found solution: 16051230
0.59	o 16051230
0.59	c ---[   0]---> Sorter-cost: 6121     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
0.86	c ==================================[MINISAT+]==================================
0.86	c | Conflicts | Original         | Learnt                           | Progress |
0.86	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.86	c ==============================================================================
0.86	c |       117 |   46354   108670 |   15451     115     2476    21.5 |  0.000 % |
0.89	c |       217 |   46019   107919 |   16996     208     3066    14.7 |  2.333 % |
0.93	c ==============================================================================
0.93	c Found solution: 16040959
0.93	o 16040959
0.93	c ---[   0]---> Sorter-cost: 4638     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
1.18	c ==================================[MINISAT+]==================================
1.18	c | Conflicts | Original         | Learnt                           | Progress |
1.18	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
1.18	c ==============================================================================
1.18	c |       326 |   56576   132606 |   18858     308     4436    14.4 |  2.333 % |
1.23	c ==============================================================================
1.23	c Found solution: 16040956
1.23	o 16040956
1.23	c ---[   0]---> Sorter-cost: 5638     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
1.42	c ==================================[MINISAT+]==================================
1.42	c | Conflicts | Original         | Learnt                           | Progress |
1.42	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
1.42	c ==============================================================================
1.42	c |       392 |   66435   155830 |   22145     346     5317    15.4 |  2.333 % |
1.47	c ==============================================================================
1.47	c Found solution: 15803900
1.47	o 15803900
1.48	c ---[   0]---> Sorter-cost: 4729     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
1.62	c ==================================[MINISAT+]==================================
1.62	c | Conflicts | Original         | Learnt                           | Progress |
1.62	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
1.62	c ==============================================================================
1.62	c |       415 |   70525   165737 |   23508     295     5059    17.1 |  2.333 % |
1.65	c ==============================================================================
1.65	c Found solution: 15803575
1.65	o 15803575
1.65	c ---[   0]---> Sorter-cost:   18     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
1.78	c ==================================[MINISAT+]==================================
1.78	c | Conflicts | Original         | Learnt                           | Progress |
1.78	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
1.78	c ==============================================================================
1.78	c |       428 |   70207   165064 |   23402     304     5100    16.8 |  2.333 % |
1.80	c ==============================================================================
1.80	c Found solution: 15542010
1.80	o 15542010
1.80	c ---[   0]---> Sorter-cost:   19     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
1.93	c ==================================[MINISAT+]==================================
1.93	c | Conflicts | Original         | Learnt                           | Progress |
1.93	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
1.93	c ==============================================================================
1.93	c |       432 |   70224   165109 |   23408     308     5192    16.9 |  2.333 % |
1.95	c ==============================================================================
1.95	c Found solution: 15410911
1.95	o 15410911
1.95	c ---[   0]---> Sorter-cost:   16     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
2.08	c ==================================[MINISAT+]==================================
2.08	c | Conflicts | Original         | Learnt                           | Progress |
2.08	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
2.08	c ==============================================================================
2.08	c |       438 |   70243   165154 |   23414     314     5370    17.1 |  2.333 % |
2.15	c ==============================================================================
2.15	c Found solution: 15328990
2.15	o 15328990
2.15	c ---[   0]---> Sorter-cost:   15     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
2.28	c ==================================[MINISAT+]==================================
2.28	c | Conflicts | Original         | Learnt                           | Progress |
2.28	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
2.28	c ==============================================================================
2.28	c |       536 |   70183   165036 |   23394     410     7122    17.4 |  2.333 % |
2.34	c ==============================================================================
2.34	c Found solution: 15317983
2.34	o 15317983
2.35	c ---[   0]---> Sorter-cost: 2314     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
2.40	c ==================================[MINISAT+]==================================
2.40	c | Conflicts | Original         | Learnt                           | Progress |
2.40	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
2.40	c ==============================================================================
2.40	c |       576 |   51566   122353 |   17188     390     7076    18.1 |  2.333 % |
2.43	c ==============================================================================
2.43	c Found solution: 15317951
2.43	o 15317951
2.43	c ---[   0]---> Sorter-cost:   15     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
2.48	c ==================================[MINISAT+]==================================
2.48	c | Conflicts | Original         | Learnt                           | Progress |
2.48	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
2.48	c ==============================================================================
2.48	c |       583 |   51594   122465 |   17198     397     7107    17.9 |  2.333 % |
2.50	c ==============================================================================
2.50	c Found solution: 15317947
2.50	o 15317947
2.50	c ---[   0]---> Sorter-cost:   14     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
2.56	c ==================================[MINISAT+]==================================
2.56	c | Conflicts | Original         | Learnt                           | Progress |
2.56	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
2.56	c ==============================================================================
2.56	c |       583 |   51604   122494 |   17201     397     7107    17.9 |  2.333 % |
2.58	c ==============================================================================
2.58	c Found solution: 15317943
2.58	o 15317943
2.58	c ---[   0]---> Sorter-cost:   13     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
2.63	c ==================================[MINISAT+]==================================
2.63	c | Conflicts | Original         | Learnt                           | Progress |
2.63	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
2.63	c ==============================================================================
2.63	c |       583 |   51614   122522 |   17204     397     7107    17.9 |  2.333 % |
2.65	c ==============================================================================
2.65	c Found solution: 15317941
2.65	o 15317941
2.65	c ---[   0]---> Sorter-cost:   19     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
2.71	c ==================================[MINISAT+]==================================
2.71	c | Conflicts | Original         | Learnt                           | Progress |
2.71	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
2.71	c ==============================================================================
2.71	c |       584 |   51629   122564 |   17209     398     7111    17.9 |  2.333 % |
2.73	c ==============================================================================
2.73	c Found solution: 15317939
2.73	o 15317939
2.73	c ---[   0]---> Sorter-cost:   17     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
2.78	c ==================================[MINISAT+]==================================
2.78	c | Conflicts | Original         | Learnt                           | Progress |
2.78	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
2.78	c ==============================================================================
2.78	c |       591 |   51642   122601 |   17214     405     7162    17.7 |  2.333 % |
2.81	c ==============================================================================
2.81	c Found solution: 15317910
2.81	o 15317910
2.81	c ---[   0]---> Sorter-cost:   18     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
2.87	c ==================================[MINISAT+]==================================
2.87	c | Conflicts | Original         | Learnt                           | Progress |
2.87	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
2.87	c ==============================================================================
2.87	c |       600 |   51658   122644 |   17219     414     7234    17.5 |  2.333 % |
2.90	c ==============================================================================
2.90	c Found solution: 15266710
2.90	o 15266710
2.90	c ---[   0]---> Sorter-cost:   10     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
2.95	c ==================================[MINISAT+]==================================
2.95	c | Conflicts | Original         | Learnt                           | Progress |
2.95	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
2.95	c ==============================================================================
2.95	c |       625 |   51433   122122 |   17144     435     7579    17.4 |  2.333 % |
3.02	c ==============================================================================
3.02	c Found solution: 15131542
3.02	o 15131542
3.02	c ---[   0]---> Sorter-cost:    9     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
3.07	c ==================================[MINISAT+]==================================
3.07	c | Conflicts | Original         | Learnt                           | Progress |
3.07	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
3.07	c ==============================================================================
3.07	c |       692 |   51387   122020 |   17129     499     8510    17.1 |  2.333 % |
3.12	c ==============================================================================
3.12	c Found solution: 14859670
3.12	o 14859670
3.12	c ---[   0]---> Sorter-cost:   12     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
3.17	c ==================================[MINISAT+]==================================
3.17	c | Conflicts | Original         | Learnt                           | Progress |
3.17	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
3.17	c ==============================================================================
3.17	c |       748 |   51392   122040 |   17130     553     9143    16.5 |  2.333 % |
3.23	c |       848 |   51355   121954 |   18843     648    12068    18.6 | 36.570 % |
3.32	c ==============================================================================
3.32	c Found solution: 14859669
3.32	o 14859669
3.32	c ---[   0]---> Sorter-cost:   16     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
3.38	c ==================================[MINISAT+]==================================
3.38	c | Conflicts | Original         | Learnt                           | Progress |
3.38	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
3.38	c ==============================================================================
3.38	c |       935 |   51148   121507 |   17049     702    12843    18.3 | 36.570 % |
3.40	c ==============================================================================
3.40	c Found solution: 14859654
3.40	o 14859654
3.40	c ---[   0]---> Sorter-cost:   17     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
3.46	c ==================================[MINISAT+]==================================
3.46	c | Conflicts | Original         | Learnt                           | Progress |
3.46	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
3.46	c ==============================================================================
3.46	c |       941 |   51162   121546 |   17054     708    12921    18.2 | 36.570 % |
3.51	c ==============================================================================
3.51	c Found solution: 14859606
3.51	o 14859606
3.51	c ---[   0]---> Sorter-cost:   15     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
3.56	c ==================================[MINISAT+]==================================
3.56	c | Conflicts | Original         | Learnt                           | Progress |
3.56	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
3.56	c ==============================================================================
3.56	c |       992 |   51176   121584 |   17058     759    13860    18.3 | 36.570 % |
3.59	c ==============================================================================
3.59	c Found solution: 14858646
3.59	o 14858646
3.59	c ---[   0]---> Sorter-cost:   11     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
3.64	c ==================================[MINISAT+]==================================
3.64	c | Conflicts | Original         | Learnt                           | Progress |
3.64	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
3.64	c ==============================================================================
3.64	c |       993 |   51184   121607 |   17061     760    13871    18.3 | 36.570 % |
3.67	c ==============================================================================
3.67	c Found solution: 14858645
3.67	o 14858645
3.67	c ---[   0]---> Sorter-cost:   11     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
3.72	c ==================================[MINISAT+]==================================
3.72	c | Conflicts | Original         | Learnt                           | Progress |
3.72	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
3.72	c ==============================================================================
3.72	c |      1005 |   51192   121630 |   17064     772    14036    18.2 | 36.570 % |
3.75	c ==============================================================================
3.75	c Found solution: 14858644
3.75	o 14858644
3.75	c ---[   0]---> Sorter-cost:   18     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
3.80	c ==================================[MINISAT+]==================================
3.80	c | Conflicts | Original         | Learnt                           | Progress |
3.80	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
3.80	c ==============================================================================
3.80	c |      1009 |   51208   121673 |   17069     776    14103    18.2 | 36.570 % |
3.83	c ==============================================================================
3.83	c Found solution: 14858638
3.83	o 14858638
3.83	c ---[   0]---> Sorter-cost:   17     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
3.88	c ==================================[MINISAT+]==================================
3.88	c | Conflicts | Original         | Learnt                           | Progress |
3.88	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
3.88	c ==============================================================================
3.88	c |      1017 |   51224   121715 |   17074     784    14284    18.2 | 36.570 % |
3.95	c ==============================================================================
3.95	c Found solution: 14858625
3.95	o 14858625
3.96	c ---[   0]---> Sorter-cost:   19     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
4.01	c ==================================[MINISAT+]==================================
4.01	c | Conflicts | Original         | Learnt                           | Progress |
4.01	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
4.01	c ==============================================================================
4.01	c |      1086 |   51171   121604 |   17057     850    15185    17.9 | 36.570 % |
4.05	c ==============================================================================
4.05	c Found solution: 14858370
4.05	o 14858370
4.05	c ---[   0]---> Sorter-cost:   18     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
4.10	c ==================================[MINISAT+]==================================
4.10	c | Conflicts | Original         | Learnt                           | Progress |
4.10	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
4.10	c ==============================================================================
4.10	c |      1115 |   51183   121637 |   17061     878    15426    17.6 | 36.570 % |
4.14	c ==============================================================================
4.14	c Found solution: 14858369
4.14	o 14858369
4.14	c ---[   0]---> Sorter-cost:   13     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
4.19	c ==================================[MINISAT+]==================================
4.19	c | Conflicts | Original         | Learnt                           | Progress |
4.19	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
4.19	c ==============================================================================
4.19	c |      1134 |   51194   121667 |   17064     897    15740    17.5 | 36.570 % |
4.24	c ==============================================================================
4.24	c Found solution: 14858354
4.24	o 14858354
4.24	c ---[   0]---> Sorter-cost:   17     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
4.29	c ==================================[MINISAT+]==================================
4.29	c | Conflicts | Original         | Learnt                           | Progress |
4.29	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
4.29	c ==============================================================================
4.29	c |      1169 |   51171   121622 |   17057     931    16186    17.4 | 36.570 % |
4.33	c ==============================================================================
4.33	c Found solution: 14858353
4.33	o 14858353
4.33	c ---[   0]---> Sorter-cost:   17     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
4.38	c ==================================[MINISAT+]==================================
4.38	c | Conflicts | Original         | Learnt                           | Progress |
4.38	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
4.38	c ==============================================================================
4.38	c |      1187 |   51185   121660 |   17061     949    16435    17.3 | 36.570 % |
4.40	c ==============================================================================
4.40	c Found solution: 14858322
4.40	o 14858322
4.41	c ---[   0]---> Sorter-cost:   16     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
4.46	c ==================================[MINISAT+]==================================
4.46	c | Conflicts | Original         | Learnt                           | Progress |
4.46	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
4.46	c ==============================================================================
4.46	c |      1190 |   51200   121699 |   17066     952    16534    17.4 | 36.570 % |
4.48	c ==============================================================================
4.48	c Found solution: 14858321
4.48	o 14858321
4.48	c ---[   0]---> Sorter-cost:   16     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
4.54	c ==================================[MINISAT+]==================================
4.54	c | Conflicts | Original         | Learnt                           | Progress |
4.54	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
4.54	c ==============================================================================
4.54	c |      1190 |   51215   121738 |   17071     952    16534    17.4 | 36.570 % |
4.56	c ==============================================================================
4.56	c Found solution: 14858320
4.56	o 14858320
4.56	c ---[   0]---> Sorter-cost:   17     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
4.61	c ==================================[MINISAT+]==================================
4.61	c | Conflicts | Original         | Learnt                           | Progress |
4.61	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
4.61	c ==============================================================================
4.61	c |      1190 |   51232   121781 |   17077     952    16534    17.4 | 36.570 % |
4.64	c ==============================================================================
4.64	c Found solution: 14858312
4.64	o 14858312
4.64	c ---[   0]---> Sorter-cost:   18     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
4.69	c ==================================[MINISAT+]==================================
4.69	c | Conflicts | Original         | Learnt                           | Progress |
4.69	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
4.69	c ==============================================================================
4.69	c |      1194 |   51248   121822 |   17082     956    16562    17.3 | 36.570 % |
4.71	c ==============================================================================
4.71	c Found solution: 14857672
4.71	o 14857672
4.72	c ---[   0]---> Sorter-cost:   14     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
4.77	c ==================================[MINISAT+]==================================
4.77	c | Conflicts | Original         | Learnt                           | Progress |
4.77	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
4.77	c ==============================================================================
4.77	c |      1195 |   51260   121855 |   17086     957    16567    17.3 | 36.570 % |
4.79	c ==============================================================================
4.79	c Found solution: 14856648
4.79	o 14856648
4.79	c ---[   0]---> Sorter-cost:   11     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
4.85	c ==================================[MINISAT+]==================================
4.85	c | Conflicts | Original         | Learnt                           | Progress |
4.85	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
4.85	c ==============================================================================
4.85	c |      1196 |   51269   121879 |   17089     958    16574    17.3 | 36.570 % |
4.87	c ==============================================================================
4.87	c Found solution: 14856392
4.87	o 14856392
4.88	c ---[   0]---> Sorter-cost:   13     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
4.93	c ==================================[MINISAT+]==================================
4.93	c | Conflicts | Original         | Learnt                           | Progress |
4.93	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
4.93	c ==============================================================================
4.93	c |      1200 |   51100   121488 |   17033     961    16602    17.3 | 36.570 % |
4.95	c ==============================================================================
4.95	c Found solution: 14856264
4.95	o 14856264
4.95	c ---[   0]---> Sorter-cost:   10     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
5.01	c ==================================[MINISAT+]==================================
5.01	c | Conflicts | Original         | Learnt                           | Progress |
5.01	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
5.01	c ==============================================================================
5.01	c |      1200 |   51108   121510 |   17036     961    16602    17.3 | 36.570 % |
5.06	c ==============================================================================
5.06	c Found solution: 14850888
5.06	o 14850888
5.06	c ---[   0]---> Sorter-cost:   13     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
5.11	c ==================================[MINISAT+]==================================
5.11	c | Conflicts | Original         | Learnt                           | Progress |
5.11	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
5.11	c ==============================================================================
5.11	c |      1287 |   51122   121546 |   17040    1048    18139    17.3 | 36.570 % |
5.18	c |      1391 |   51122   121546 |   18744    1152    20103    17.5 | 36.981 % |
5.24	c ==============================================================================
5.24	c Found solution: 14850632
5.24	o 14850632
5.24	c ---[   0]---> Sorter-cost:   12     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
5.29	c ==================================[MINISAT+]==================================
5.29	c | Conflicts | Original         | Learnt                           | Progress |
5.29	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
5.29	c ==============================================================================
5.29	c |      1432 |   51054   121398 |   17018    1190    20841    17.5 | 36.981 % |
5.33	c ==============================================================================
5.33	c Found solution: 14849672
5.33	o 14849672
5.33	c ---[   0]---> Sorter-cost:   15     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
5.38	c ==================================[MINISAT+]==================================
5.38	c | Conflicts | Original         | Learnt                           | Progress |
5.38	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
5.38	c ==============================================================================
5.38	c |      1454 |   51071   121440 |   17023    1212    21234    17.5 | 36.981 % |
5.40	c ==============================================================================
5.40	c Found solution: 14849669
5.40	o 14849669
5.41	c ---[   0]---> Sorter-cost:   17     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
5.46	c ==================================[MINISAT+]==================================
5.46	c | Conflicts | Original         | Learnt                           | Progress |
5.46	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
5.46	c ==============================================================================
5.46	c |      1458 |   51091   121489 |   17030    1216    21313    17.5 | 36.981 % |
5.49	c ==============================================================================
5.49	c Found solution: 14849416
5.49	o 14849416
5.49	c ---[   0]---> Sorter-cost:   13     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
5.54	c ==================================[MINISAT+]==================================
5.54	c | Conflicts | Original         | Learnt                           | Progress |
5.54	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
5.54	c ==============================================================================
5.54	c |      1467 |   51106   121526 |   17035    1225    21479    17.5 | 36.981 % |
5.57	c ==============================================================================
5.57	c Found solution: 14849411
5.57	o 14849411
5.57	c ---[   0]---> Sorter-cost:   17     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
5.62	c ==================================[MINISAT+]==================================
5.62	c | Conflicts | Original         | Learnt                           | Progress |
5.62	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
5.62	c ==============================================================================
5.62	c |      1482 |   51125   121572 |   17041    1240    21533    17.4 | 36.981 % |
5.64	c ==============================================================================
5.64	c Found solution: 14848933
5.64	o 14848933
5.65	c ---[   0]---> Sorter-cost:   16     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
5.70	c ==================================[MINISAT+]==================================
5.70	c | Conflicts | Original         | Learnt                           | Progress |
5.70	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
5.70	c ==============================================================================
5.70	c |      1492 |   51143   121617 |   17047    1250    21572    17.3 | 36.981 % |
5.72	c ==============================================================================
5.72	c Found solution: 14848902
5.72	o 14848902
5.72	c ---[   0]---> Sorter-cost:   12     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
5.78	c ==================================[MINISAT+]==================================
5.78	c | Conflicts | Original         | Learnt                           | Progress |
5.78	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
5.78	c ==============================================================================
5.78	c |      1493 |   51156   121649 |   17052    1251    21577    17.2 | 36.981 % |
5.81	c ==============================================================================
5.81	c Found solution: 14848518
5.81	o 14848518
5.81	c ---[   0]---> Sorter-cost:   14     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
5.86	c ==================================[MINISAT+]==================================
5.86	c | Conflicts | Original         | Learnt                           | Progress |
5.86	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
5.86	c ==============================================================================
5.86	c |      1496 |   51172   121687 |   17057    1254    21584    17.2 | 36.981 % |
5.89	c ==============================================================================
5.89	c Found solution: 14848517
5.89	o 14848517
5.89	c ---[   0]---> Sorter-cost:   14     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
5.94	c ==================================[MINISAT+]==================================
5.94	c | Conflicts | Original         | Learnt                           | Progress |
5.94	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
5.94	c ==============================================================================
5.94	c |      1496 |   51188   121725 |   17062    1254    21584    17.2 | 36.981 % |
5.96	c ==============================================================================
5.96	c Found solution: 14848516
5.96	o 14848516
5.97	c ---[   0]---> Sorter-cost:   17     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
6.02	c ==================================[MINISAT+]==================================
6.02	c | Conflicts | Original         | Learnt                           | Progress |
6.02	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
6.02	c ==============================================================================
6.02	c |      1496 |   51208   121772 |   17069    1254    21584    17.2 | 36.981 % |
6.04	c ==============================================================================
6.04	c Found solution: 14847493
6.04	o 14847493
6.04	c ---[   0]---> Sorter-cost:   11     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
6.09	c ==================================[MINISAT+]==================================
6.09	c | Conflicts | Original         | Learnt                           | Progress |
6.09	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
6.09	c ==============================================================================
6.09	c |      1497 |   51218   121798 |   17072    1255    21591    17.2 | 36.981 % |
6.12	c ==============================================================================
6.12	c Found solution: 14846469
6.12	o 14846469
6.12	c ---[   0]---> Sorter-cost:   10     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
6.17	c ==================================[MINISAT+]==================================
6.17	c | Conflicts | Original         | Learnt                           | Progress |
6.17	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
6.17	c ==============================================================================
6.17	c |      1497 |   51230   121827 |   17076    1255    21591    17.2 | 36.981 % |
6.19	c ==============================================================================
6.19	c Found solution: 14846468
6.19	o 14846468
6.20	c ---[   0]---> Sorter-cost:   10     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
6.25	c ==================================[MINISAT+]==================================
6.25	c | Conflicts | Original         | Learnt                           | Progress |
6.25	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
6.25	c ==============================================================================
6.25	c |      1497 |   51242   121856 |   17080    1255    21591    17.2 | 36.981 % |
6.35	c ==============================================================================
6.35	c Found solution: 14830078
6.35	o 14830078
6.35	c ---[   0]---> Sorter-cost:   16     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
6.40	c ==================================[MINISAT+]==================================
6.40	c | Conflicts | Original         | Learnt                           | Progress |
6.40	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
6.40	c ==============================================================================
6.40	c |      1586 |   51261   121899 |   17087    1344    23063    17.2 | 36.981 % |
6.46	c ==============================================================================
6.46	c Found solution: 14827082
6.46	o 14827082
6.46	c ---[   0]---> Sorter-cost:   17     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
6.51	c ==================================[MINISAT+]==================================
6.51	c | Conflicts | Original         | Learnt                           | Progress |
6.51	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
6.51	c ==============================================================================
6.51	c |      1631 |   51278   121943 |   17092    1389    24305    17.5 | 36.981 % |
6.55	c ==============================================================================
6.55	c Found solution: 14794363
6.55	o 14794363
6.55	c ---[   0]---> Sorter-cost:   13     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
6.60	c ==================================[MINISAT+]==================================
6.60	c | Conflicts | Original         | Learnt                           | Progress |
6.60	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
6.60	c ==============================================================================
6.60	c |      1653 |   51287   121969 |   17095    1411    24530    17.4 | 36.981 % |
6.70	c |      1754 |   51203   121775 |   18804    1510    26470    17.5 | 37.038 % |
6.73	c ==============================================================================
6.73	c Found solution: 14794308
6.73	o 14794308
6.73	c ---[   0]---> Sorter-cost:   15     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
6.79	c ==================================[MINISAT+]==================================
6.79	c | Conflicts | Original         | Learnt                           | Progress |
6.79	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
6.79	c ==============================================================================
6.79	c |      1770 |   51217   121812 |   17072    1526    26747    17.5 | 37.038 % |
6.81	c ==============================================================================
6.81	c Found solution: 14794267
6.81	o 14794267
6.81	c ---[   0]---> Sorter-cost:   15     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
6.86	c ==================================[MINISAT+]==================================
6.86	c | Conflicts | Original         | Learnt                           | Progress |
6.86	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
6.86	c ==============================================================================
6.86	c |      1770 |   51228   121842 |   17076    1526    26747    17.5 | 37.038 % |
6.89	c ==============================================================================
6.89	c Found solution: 14794076
6.89	o 14794076
6.89	c ---[   0]---> Sorter-cost:   16     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
6.94	c ==================================[MINISAT+]==================================
6.94	c | Conflicts | Original         | Learnt                           | Progress |
6.94	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
6.94	c ==============================================================================
6.94	c |      1770 |   51244   121884 |   17081    1526    26747    17.5 | 37.038 % |
6.96	c ==============================================================================
6.96	c Found solution: 14794012
6.96	o 14794012
6.97	c ---[   0]---> Sorter-cost:   15     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
7.02	c ==================================[MINISAT+]==================================
7.02	c | Conflicts | Original         | Learnt                           | Progress |
7.02	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
7.02	c ==============================================================================
7.02	c |      1771 |   51258   121921 |   17086    1527    26751    17.5 | 37.038 % |
7.04	c ==============================================================================
7.04	c Found solution: 14793563
7.04	o 14793563
7.04	c ---[   0]---> Sorter-cost:   15     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
7.10	c ==================================[MINISAT+]==================================
7.10	c | Conflicts | Original         | Learnt                           | Progress |
7.10	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
7.10	c ==============================================================================
7.10	c |      1771 |   51271   121956 |   17090    1527    26751    17.5 | 37.038 % |
7.12	c ==============================================================================
7.12	c Found solution: 14793500
7.12	o 14793500
7.12	c ---[   0]---> Sorter-cost:   12     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
7.17	c ==================================[MINISAT+]==================================
7.17	c | Conflicts | Original         | Learnt                           | Progress |
7.17	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
7.17	c ==============================================================================
7.17	c |      1771 |   51281   121983 |   17093    1527    26751    17.5 | 37.038 % |
7.23	c |      1871 |   51281   121983 |   18802    1627    28463    17.5 | 37.014 % |
7.29	c ==============================================================================
7.29	c Found solution: 14792548
7.29	o 14792548
7.30	c ---[   0]---> Sorter-cost:   16     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
7.35	c ==================================[MINISAT+]==================================
7.35	c | Conflicts | Original         | Learnt                           | Progress |
7.35	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
7.35	c ==============================================================================
7.35	c |      1966 |   51296   122023 |   17098    1722    30026    17.4 | 37.014 % |
7.37	c ==============================================================================
7.37	c Found solution: 14792475
7.37	o 14792475
7.38	c ---[   0]---> Sorter-cost:   13     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
7.43	c ==================================[MINISAT+]==================================
7.43	c | Conflicts | Original         | Learnt                           | Progress |
7.43	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
7.43	c ==============================================================================
7.43	c |      1970 |   51309   122057 |   17103    1726    30155    17.5 | 37.014 % |
7.46	c ==============================================================================
7.46	c Found solution: 14790492
7.46	o 14790492
7.46	c ---[   0]---> Sorter-cost:   12     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
7.51	c ==================================[MINISAT+]==================================
7.51	c | Conflicts | Original         | Learnt                           | Progress |
7.51	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
7.51	c ==============================================================================
7.51	c |      1978 |   51319   122084 |   17106    1734    30397    17.5 | 37.014 % |
7.55	c ==============================================================================
7.55	c Found solution: 14790427
7.55	o 14790427
7.56	c ---[   0]---> Sorter-cost:   10     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
7.61	c ==================================[MINISAT+]==================================
7.61	c | Conflicts | Original         | Learnt                           | Progress |
7.61	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
7.61	c ==============================================================================
7.61	c |      2002 |   51329   122109 |   17109    1758    30962    17.6 | 37.014 % |
7.63	c ==============================================================================
7.63	c Found solution: 14790243
7.63	o 14790243
7.63	c ---[   0]---> Sorter-cost:   16     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
7.69	c ==================================[MINISAT+]==================================
7.69	c | Conflicts | Original         | Learnt                           | Progress |
7.69	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
7.69	c ==============================================================================
7.69	c |      2004 |   51345   122150 |   17115    1760    30991    17.6 | 37.014 % |
7.76	c ==============================================================================
7.76	c Found solution: 14777116
7.76	o 14777116
7.76	c ---[   0]---> Sorter-cost:    7     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
7.82	c ==================================[MINISAT+]==================================
7.82	c | Conflicts | Original         | Learnt                           | Progress |
7.82	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
7.82	c ==============================================================================
7.82	c |      2058 |   51355   122175 |   17118    1814    31984    17.6 | 37.014 % |
7.84	c ==============================================================================
7.84	c Found solution: 14777091
7.84	o 14777091
7.84	c ---[   0]---> Sorter-cost:   14     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
7.89	c ==================================[MINISAT+]==================================
7.89	c | Conflicts | Original         | Learnt                           | Progress |
7.89	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
7.89	c ==============================================================================
7.89	c |      2058 |   51370   122212 |   17123    1814    31984    17.6 | 37.014 % |
7.92	c ==============================================================================
7.92	c Found solution: 14777084
7.92	o 14777084
7.92	c ---[   0]---> Sorter-cost:   13     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
7.97	c ==================================[MINISAT+]==================================
7.97	c | Conflicts | Original         | Learnt                           | Progress |
7.97	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
7.97	c ==============================================================================
7.97	c |      2058 |   51387   122253 |   17129    1814    31984    17.6 | 37.014 % |
8.00	c ==============================================================================
8.00	c Found solution: 14777083
8.00	o 14777083
8.00	c ---[   0]---> Sorter-cost:   12     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
8.05	c ==================================[MINISAT+]==================================
8.05	c | Conflicts | Original         | Learnt                           | Progress |
8.05	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
8.05	c ==============================================================================
8.05	c |      2061 |   51400   122285 |   17133    1817    31998    17.6 | 37.014 % |
8.08	c ==============================================================================
8.08	c Found solution: 14776859
8.08	o 14776859
8.08	c ---[   0]---> Sorter-cost:   11     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
8.13	c ==================================[MINISAT+]==================================
8.13	c | Conflicts | Original         | Learnt                           | Progress |
8.13	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
8.13	c ==============================================================================
8.13	c |      2061 |   51413   122317 |   17137    1817    31998    17.6 | 37.014 % |
8.15	c ==============================================================================
8.15	c Found solution: 14776835
8.15	o 14776835
8.15	c ---[   0]---> Sorter-cost:   13     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
8.21	c ==================================[MINISAT+]==================================
8.21	c | Conflicts | Original         | Learnt                           | Progress |
8.21	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
8.21	c ==============================================================================
8.21	c |      2061 |   51428   122353 |   17142    1817    31998    17.6 | 37.014 % |
8.23	c ==============================================================================
8.23	c Found solution: 14776827
8.23	o 14776827
8.23	c ---[   0]---> Sorter-cost:   11     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
8.29	c ==================================[MINISAT+]==================================
8.29	c | Conflicts | Original         | Learnt                           | Progress |
8.29	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
8.29	c ==============================================================================
8.29	c |      2061 |   51440   122382 |   17146    1817    31998    17.6 | 37.014 % |
8.31	c ==============================================================================
8.31	c Found solution: 14776603
8.31	o 14776603
8.31	c ---[   0]---> Sorter-cost:   12     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
8.37	c ==================================[MINISAT+]==================================
8.37	c | Conflicts | Original         | Learnt                           | Progress |
8.37	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
8.37	c ==============================================================================
8.37	c |      2061 |   51454   122416 |   17151    1817    31998    17.6 | 37.014 % |
8.39	c ==============================================================================
8.39	c Found solution: 14776579
8.39	o 14776579
8.39	c ---[   0]---> Sorter-cost:   12     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
8.44	c ==================================[MINISAT+]==================================
8.44	c | Conflicts | Original         | Learnt                           | Progress |
8.44	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
8.44	c ==============================================================================
8.44	c |      2061 |   51468   122450 |   17156    1817    31998    17.6 | 37.014 % |
8.47	c ==============================================================================
8.47	c Found solution: 14776571
8.47	o 14776571
8.47	c ---[   0]---> Sorter-cost:   12     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
8.52	c ==================================[MINISAT+]==================================
8.52	c | Conflicts | Original         | Learnt                           | Progress |
8.52	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
8.52	c ==============================================================================
8.52	c |      2061 |   51481   122481 |   17160    1817    31998    17.6 | 37.014 % |
8.55	c ==============================================================================
8.55	c Found solution: 14776515
8.55	o 14776515
8.55	c ---[   0]---> Sorter-cost:   15     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
8.60	c ==================================[MINISAT+]==================================
8.60	c | Conflicts | Original         | Learnt                           | Progress |
8.60	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
8.60	c ==============================================================================
8.60	c |      2063 |   51498   122522 |   17166    1819    32003    17.6 | 37.014 % |
8.63	c ==============================================================================
8.63	c Found solution: 14776507
8.63	o 14776507
8.63	c ---[   0]---> Sorter-cost:   13     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
8.69	c ==================================[MINISAT+]==================================
8.69	c | Conflicts | Original         | Learnt                           | Progress |
8.69	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
8.69	c ==============================================================================
8.69	c |      2065 |   51470   122460 |   17156    1820    32005    17.6 | 37.014 % |
8.71	c ==============================================================================
8.71	c Found solution: 14776483
8.71	o 14776483
8.71	c ---[   0]---> Sorter-cost:   15     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
8.76	c ==================================[MINISAT+]==================================
8.76	c | Conflicts | Original         | Learnt                           | Progress |
8.76	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
8.76	c ==============================================================================
8.76	c |      2065 |   51488   122503 |   17162    1820    32005    17.6 | 37.014 % |
8.79	c ==============================================================================
8.79	c Found solution: 14776451
8.79	o 14776451
8.79	c ---[   0]---> Sorter-cost:   13     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
8.84	c ==================================[MINISAT+]==================================
8.84	c | Conflicts | Original         | Learnt                           | Progress |
8.84	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
8.84	c ==============================================================================
8.84	c |      2065 |   51503   122539 |   17167    1820    32005    17.6 | 37.014 % |
8.87	c ==============================================================================
8.87	c Found solution: 14776443
8.87	o 14776443
8.87	c ---[   0]---> Sorter-cost:   12     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
8.92	c ==================================[MINISAT+]==================================
8.92	c | Conflicts | Original         | Learnt                           | Progress |
8.92	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
8.92	c ==============================================================================
8.92	c |      2065 |   51516   122570 |   17172    1820    32005    17.6 | 37.014 % |
8.95	c ==============================================================================
8.95	c Found solution: 14776419
8.95	o 14776419
8.95	c ---[   0]---> Sorter-cost:   12     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
9.00	c ==================================[MINISAT+]==================================
9.00	c | Conflicts | Original         | Learnt                           | Progress |
9.00	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
9.00	c ==============================================================================
9.00	c |      2070 |   51529   122601 |   17176    1825    32022    17.5 | 37.014 % |
9.03	c ==============================================================================
9.03	c Found solution: 14776415
9.03	o 14776415
9.03	c ---[   0]---> Sorter-cost:   14     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
9.08	c ==================================[MINISAT+]==================================
9.08	c | Conflicts | Original         | Learnt                           | Progress |
9.08	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
9.08	c ==============================================================================
9.08	c |      2076 |   51545   122640 |   17181    1831    32259    17.6 | 37.014 % |
9.11	c ==============================================================================
9.11	c Found solution: 14776413
9.11	o 14776413
9.11	c ---[   0]---> Sorter-cost:   18     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
9.16	c ==================================[MINISAT+]==================================
9.16	c | Conflicts | Original         | Learnt                           | Progress |
9.16	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
9.16	c ==============================================================================
9.16	c |      2089 |   51564   122685 |   17188    1844    32471    17.6 | 37.014 % |
9.19	c ==============================================================================
9.19	c Found solution: 14776412
9.19	o 14776412
9.19	c ---[   0]---> Sorter-cost:   13     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
9.24	c ==================================[MINISAT+]==================================
9.24	c | Conflicts | Original         | Learnt                           | Progress |
9.24	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
9.24	c ==============================================================================
9.24	c |      2091 |   51578   122718 |   17192    1846    32495    17.6 | 37.014 % |
9.27	c ==============================================================================
9.27	c Found solution: 14776411
9.27	o 14776411
9.27	c ---[   0]---> Sorter-cost:   13     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
9.32	c ==================================[MINISAT+]==================================
9.32	c | Conflicts | Original         | Learnt                           | Progress |
9.32	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
9.32	c ==============================================================================
9.32	c |      2092 |   51592   122751 |   17197    1847    32505    17.6 | 37.014 % |
9.35	c ==============================================================================
9.35	c Found solution: 14776403
9.35	o 14776403
9.35	c ---[   0]---> Sorter-cost:   16     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
9.40	c ==================================[MINISAT+]==================================
9.40	c | Conflicts | Original         | Learnt                           | Progress |
9.40	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
9.40	c ==============================================================================
9.40	c |      2092 |   51611   122796 |   17203    1847    32505    17.6 | 37.014 % |
9.42	c ==============================================================================
9.42	c Found solution: 14776395
9.42	o 14776395
9.42	c ---[   0]---> Sorter-cost:   16     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
9.48	c ==================================[MINISAT+]==================================
9.48	c | Conflicts | Original         | Learnt                           | Progress |
9.48	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
9.48	c ==============================================================================
9.48	c |      2092 |   51629   122838 |   17209    1847    32505    17.6 | 37.014 % |
9.50	c ==============================================================================
9.50	c Found solution: 14776387
9.50	o 14776387
9.50	c ---[   0]---> Sorter-cost:   14     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
9.55	c ==================================[MINISAT+]==================================
9.55	c | Conflicts | Original         | Learnt                           | Progress |
9.55	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
9.55	c ==============================================================================
9.55	c |      2093 |   51645   122876 |   17215    1848    32518    17.6 | 37.014 % |
9.58	c ==============================================================================
9.58	c Found solution: 14776371
9.58	o 14776371
9.58	c ---[   0]---> Sorter-cost:   14     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
9.63	c ==================================[MINISAT+]==================================
9.63	c | Conflicts | Original         | Learnt                           | Progress |
9.63	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
9.63	c ==============================================================================
9.63	c |      2096 |   51660   122911 |   17220    1851    32599    17.6 | 37.014 % |
9.66	c ==============================================================================
9.66	c Found solution: 14776363
9.66	o 14776363
9.66	c ---[   0]---> Sorter-cost:   16     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
9.71	c ==================================[MINISAT+]==================================
9.71	c | Conflicts | Original         | Learnt                           | Progress |
9.71	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
9.71	c ==============================================================================
9.71	c |      2096 |   51677   122951 |   17225    1851    32599    17.6 | 37.014 % |
9.74	c ==============================================================================
9.74	c Found solution: 14776362
9.74	o 14776362
9.74	c ---[   0]---> Sorter-cost:   16     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
9.79	c ==================================[MINISAT+]==================================
9.79	c | Conflicts | Original         | Learnt                           | Progress |
9.79	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
9.79	c ==============================================================================
9.79	c |      2100 |   51696   122995 |   17232    1855    32627    17.6 | 37.014 % |
9.82	c ==============================================================================
9.82	c Found solution: 14776361
9.82	o 14776361
9.82	c ---[   0]---> Sorter-cost:   18     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
9.87	c ==================================[MINISAT+]==================================
9.87	c | Conflicts | Original         | Learnt                           | Progress |
9.87	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
9.87	c ==============================================================================
9.87	c |      2102 |   51716   123042 |   17238    1857    32649    17.6 | 37.014 % |
9.90	c ==============================================================================
9.90	c Found solution: 14776360
9.90	o 14776360
9.90	c ---[   0]---> Sorter-cost:   16     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
9.95	c ==================================[MINISAT+]==================================
9.95	c | Conflicts | Original         | Learnt                           | Progress |
9.95	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
9.95	c ==============================================================================
9.95	c |      2102 |   51735   123086 |   17245    1857    32649    17.6 | 37.014 % |
9.97	c ==============================================================================
9.97	c Found solution: 14776357
9.97	o 14776357
9.97	c ---[   0]---> Sorter-cost:   14     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
10.03	c ==================================[MINISAT+]==================================
10.03	c | Conflicts | Original         | Learnt                           | Progress |
10.03	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
10.03	c ==============================================================================
10.03	c |      2102 |   51750   123121 |   17250    1857    32649    17.6 | 37.014 % |
10.05	c ==============================================================================
10.05	c Found solution: 14776356
10.05	o 14776356
10.05	c ---[   0]---> Sorter-cost:   15     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
10.10	c ==================================[MINISAT+]==================================
10.10	c | Conflicts | Original         | Learnt                           | Progress |
10.10	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
10.10	c ==============================================================================
10.10	c |      2102 |   51767   123161 |   17255    1857    32649    17.6 | 37.014 % |
10.14	c ==============================================================================
10.14	c Found solution: 14774855
10.14	o 14774855
10.14	c ---[   0]---> Sorter-cost:   17     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
10.19	c ==================================[MINISAT+]==================================
10.19	c | Conflicts | Original         | Learnt                           | Progress |
10.19	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
10.19	c ==============================================================================
10.19	c |      2111 |   51789   123212 |   17263    1866    32746    17.5 | 37.014 % |
10.24	c ==============================================================================
10.24	c Found solution: 14773063
10.24	o 14773063
10.24	c ---[   0]---> Sorter-cost:   13     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
10.29	c ==================================[MINISAT+]==================================
10.29	c | Conflicts | Original         | Learnt                           | Progress |
10.29	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
10.29	c ==============================================================================
10.29	c |      2134 |   51807   123254 |   17269    1889    33202    17.6 | 37.014 % |
10.33	c ==============================================================================
10.33	c Found solution: 14770247
10.33	o 14770247
10.33	c ---[   0]---> Sorter-cost:   12     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
10.39	c ==================================[MINISAT+]==================================
10.39	c | Conflicts | Original         | Learnt                           | Progress |
10.39	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
10.39	c ==============================================================================
10.39	c |      2151 |   51822   123287 |   17274    1906    33641    17.7 | 37.014 % |
10.41	c ==============================================================================
10.41	c Found solution: 14766151
10.41	o 14766151
10.42	c ---[   0]---> Sorter-cost:    9     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
10.47	c ==================================[MINISAT+]==================================
10.47	c | Conflicts | Original         | Learnt                           | Progress |
10.47	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
10.47	c ==============================================================================
10.47	c |      2158 |   51837   123320 |   17279    1913    33842    17.7 | 37.014 % |
10.51	c ==============================================================================
10.51	c Found solution: 14766147
10.51	o 14766147
10.51	c ---[   0]---> Sorter-cost:   10     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
10.56	c ==================================[MINISAT+]==================================
10.56	c | Conflicts | Original         | Learnt                           | Progress |
10.56	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
10.56	c ==============================================================================
10.56	c |      2165 |   51669   122930 |   17223    1918    33978    17.7 | 37.014 % |
10.58	c ==============================================================================
10.58	c Found solution: 14766119
10.58	o 14766119
10.59	c ---[   0]---> Sorter-cost:   16     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
10.64	c ==================================[MINISAT+]==================================
10.64	c | Conflicts | Original         | Learnt                           | Progress |
10.64	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
10.64	c ==============================================================================
10.64	c |      2167 |   51690   122976 |   17230    1920    33998    17.7 | 37.014 % |
10.66	c ==============================================================================
10.66	c Found solution: 14766118
10.66	o 14766118
10.66	c ---[   0]---> Sorter-cost:   16     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
10.71	c ==================================[MINISAT+]==================================
10.71	c | Conflicts | Original         | Learnt                           | Progress |
10.71	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
10.71	c ==============================================================================
10.71	c |      2170 |   51711   123022 |   17237    1923    34008    17.7 | 37.014 % |
10.74	c ==============================================================================
10.74	c Found solution: 14762021
10.74	o 14762021
10.74	c ---[   0]---> Sorter-cost:   10     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
10.80	c ==================================[MINISAT+]==================================
10.80	c | Conflicts | Original         | Learnt                           | Progress |
10.80	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
10.80	c ==============================================================================
10.80	c |      2183 |   51723   123048 |   17241    1936    34155    17.6 | 37.014 % |
10.82	c ==============================================================================
10.82	c Found solution: 14762020
10.82	o 14762020
10.82	c ---[   0]---> Sorter-cost:   10     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
10.87	c ==================================[MINISAT+]==================================
10.87	c | Conflicts | Original         | Learnt                           | Progress |
10.87	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
10.87	c ==============================================================================
10.87	c |      2184 |   51735   123074 |   17245    1937    34163    17.6 | 37.014 % |
10.90	c ==============================================================================
10.90	c Found solution: 14762019
10.90	o 14762019
10.90	c ---[   0]---> Sorter-cost:   14     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
10.95	c ==================================[MINISAT+]==================================
10.95	c | Conflicts | Original         | Learnt                           | Progress |
10.95	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
10.95	c ==============================================================================
10.95	c |      2187 |   51751   123108 |   17250    1940    34175    17.6 | 37.014 % |
10.98	c ==============================================================================
10.98	c Found solution: 14761992
10.98	o 14761992
10.98	c ---[   0]---> Sorter-cost:   14     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
11.03	c ==================================[MINISAT+]==================================
11.03	c | Conflicts | Original         | Learnt                           | Progress |
11.03	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
11.03	c ==============================================================================
11.03	c |      2188 |   51767   123142 |   17255    1941    34180    17.6 | 37.014 % |
11.06	c ==============================================================================
11.06	c Found solution: 14761988
11.06	o 14761988
11.06	c ---[   0]---> Sorter-cost:   12     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
11.11	c ==================================[MINISAT+]==================================
11.11	c | Conflicts | Original         | Learnt                           | Progress |
11.11	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
11.11	c ==============================================================================
11.11	c |      2189 |   51781   123172 |   17260    1942    34186    17.6 | 37.014 % |
11.13	c ==============================================================================
11.13	c Found solution: 14761985
11.13	o 14761985
11.14	c ---[   0]---> Sorter-cost:   14     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
11.19	c ==================================[MINISAT+]==================================
11.19	c | Conflicts | Original         | Learnt                           | Progress |
11.19	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
11.19	c ==============================================================================
11.19	c |      2190 |   51797   123206 |   17265    1943    34192    17.6 | 37.014 % |
11.24	c ==============================================================================
11.24	c Found solution: 14761984
11.24	o 14761984
11.24	c ---[   0]---> Sorter-cost:   10     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
11.29	c ==================================[MINISAT+]==================================
11.29	c | Conflicts | Original         | Learnt                           | Progress |
11.29	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
11.29	c ==============================================================================
11.29	c |      2229 |   51817   123248 |   17272    1982    34913    17.6 | 37.014 % |
11.32	c ==============================================================================
11.32	c Found solution: 14759432
11.32	o 14759432
11.32	c ---[   0]---> Sorter-cost:   12     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
11.37	c ==================================[MINISAT+]==================================
11.37	c | Conflicts | Original         | Learnt                           | Progress |
11.37	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
11.37	c ==============================================================================
11.37	c |      2235 |   51831   123282 |   17277    1988    35030    17.6 | 37.014 % |
11.40	c ==============================================================================
11.40	c Found solution: 14758920
11.40	o 14758920
11.40	c ---[   0]---> Sorter-cost:   11     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
11.45	c ==================================[MINISAT+]==================================
11.45	c | Conflicts | Original         | Learnt                           | Progress |
11.45	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
11.45	c ==============================================================================
11.45	c |      2236 |   51844   123313 |   17281    1989    35067    17.6 | 37.014 % |
11.48	c ==============================================================================
11.48	c Found solution: 14758916
11.48	o 14758916
11.48	c ---[   0]---> Sorter-cost:   11     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
11.53	c ==================================[MINISAT+]==================================
11.53	c | Conflicts | Original         | Learnt                           | Progress |
11.53	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
11.53	c ==============================================================================
11.53	c |      2236 |   51857   123344 |   17285    1989    35067    17.6 | 37.014 % |
11.55	c ==============================================================================
11.55	c Found solution: 14758913
11.55	o 14758913
11.56	c ---[   0]---> Sorter-cost:   11     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
11.61	c ==================================[MINISAT+]==================================
11.61	c | Conflicts | Original         | Learnt                           | Progress |
11.61	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
11.61	c ==============================================================================
11.61	c |      2236 |   51872   123379 |   17290    1989    35067    17.6 | 37.014 % |
11.63	c ==============================================================================
11.63	c Found solution: 14758912
11.63	o 14758912
11.63	c ---[   0]---> Sorter-cost:   11     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
11.69	c ==================================[MINISAT+]==================================
11.69	c | Conflicts | Original         | Learnt                           | Progress |
11.69	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
11.69	c ==============================================================================
11.69	c |      2236 |   51890   123420 |   17296    1989    35067    17.6 | 37.014 % |
11.71	c ==============================================================================
11.71	c Found solution: 14758908
11.71	o 14758908
11.71	c ---[   0]---> Sorter-cost:   10     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
11.76	c ==================================[MINISAT+]==================================
11.76	c | Conflicts | Original         | Learnt                           | Progress |
11.76	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
11.76	c ==============================================================================
11.76	c |      2237 |   51900   123444 |   17300    1990    35072    17.6 | 37.014 % |
11.79	c ==============================================================================
11.79	c Found solution: 14758664
11.79	o 14758664
11.79	c ---[   0]---> Sorter-cost:   13     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
11.84	c ==================================[MINISAT+]==================================
11.84	c | Conflicts | Original         | Learnt                           | Progress |
11.84	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
11.84	c ==============================================================================
11.84	c |      2238 |   51914   123478 |   17304    1991    35077    17.6 | 37.014 % |
11.87	c ==============================================================================
11.87	c Found solution: 14758408
11.87	o 14758408
11.87	c ---[   0]---> Sorter-cost:   11     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
11.92	c ==================================[MINISAT+]==================================
11.92	c | Conflicts | Original         | Learnt                           | Progress |
11.92	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
11.92	c ==============================================================================
11.92	c |      2241 |   51926   123507 |   17308    1994    35096    17.6 | 37.014 % |
11.98	c ==============================================================================
11.98	c Found solution: 14758184
11.98	o 14758184
11.98	c ---[   0]---> Sorter-cost:   13     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
12.04	c ==================================[MINISAT+]==================================
12.04	c | Conflicts | Original         | Learnt                           | Progress |
12.04	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
12.04	c ==============================================================================
12.04	c |      2281 |   51798   123213 |   17266    2027    35424    17.5 | 37.014 % |
12.06	c ==============================================================================
12.06	c Found solution: 14758180
12.06	o 14758180
12.06	c ---[   0]---> Sorter-cost:   13     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
12.11	c ==================================[MINISAT+]==================================
12.11	c | Conflicts | Original         | Learnt                           | Progress |
12.11	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
12.11	c ==============================================================================
12.11	c |      2281 |   51814   123250 |   17271    2027    35424    17.5 | 37.014 % |
12.14	c ==============================================================================
12.14	c Found solution: 14758179
12.14	o 14758179
12.14	c ---[   0]---> Sorter-cost:   13     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
12.19	c ==================================[MINISAT+]==================================
12.19	c | Conflicts | Original         | Learnt                           | Progress |
12.19	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
12.19	c ==============================================================================
12.19	c |      2281 |   51829   123285 |   17276    2027    35424    17.5 | 37.014 % |
12.22	c ==============================================================================
12.22	c Found solution: 14758178
12.22	o 14758178
12.22	c ---[   0]---> Sorter-cost:   16     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
12.27	c ==================================[MINISAT+]==================================
12.27	c | Conflicts | Original         | Learnt                           | Progress |
12.27	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
12.27	c ==============================================================================
12.27	c |      2281 |   51848   123329 |   17282    2027    35424    17.5 | 37.014 % |
12.30	c ==============================================================================
12.30	c Found solution: 14758177
12.30	o 14758177
12.30	c ---[   0]---> Sorter-cost:   16     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
12.35	c ==================================[MINISAT+]==================================
12.35	c | Conflicts | Original         | Learnt                           | Progress |
12.35	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
12.35	c ==============================================================================
12.35	c |      2281 |   51867   123373 |   17289    2027    35424    17.5 | 37.014 % |
12.37	c ==============================================================================
12.37	c Found solution: 14758176
12.37	o 14758176
12.37	c ---[   0]---> Sorter-cost:   16     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
12.43	c ==================================[MINISAT+]==================================
12.43	c | Conflicts | Original         | Learnt                           | Progress |
12.43	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
12.43	c ==============================================================================
12.43	c |      2281 |   51886   123417 |   17295    2027    35424    17.5 | 37.014 % |
12.45	c ==============================================================================
12.45	c Found solution: 14758172
12.45	o 14758172
12.45	c ---[   0]---> Sorter-cost:   11     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
12.50	c ==================================[MINISAT+]==================================
12.50	c | Conflicts | Original         | Learnt                           | Progress |
12.50	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
12.50	c ==============================================================================
12.50	c |      2282 |   51897   123443 |   17299    2028    35427    17.5 | 37.014 % |
12.53	c ==============================================================================
12.53	c Found solution: 14757672
12.53	o 14757672
12.53	c ---[   0]---> Sorter-cost:   12     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
12.58	c ==================================[MINISAT+]==================================
12.58	c | Conflicts | Original         | Learnt                           | Progress |
12.58	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
12.58	c ==============================================================================
12.58	c |      2282 |   51908   123471 |   17302    2028    35427    17.5 | 37.014 % |
12.61	c ==============================================================================
12.61	c Found solution: 14757160
12.61	o 14757160
12.61	c ---[   0]---> Sorter-cost:   11     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
12.66	c ==================================[MINISAT+]==================================
12.66	c | Conflicts | Original         | Learnt                           | Progress |
12.66	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
12.66	c ==============================================================================
12.66	c |      2282 |   51921   123502 |   17307    2028    35427    17.5 | 37.014 % |
12.68	c ==============================================================================
12.68	c Found solution: 14757156
12.68	o 14757156
12.69	c ---[   0]---> Sorter-cost:   11     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
12.74	c ==================================[MINISAT+]==================================
12.74	c | Conflicts | Original         | Learnt                           | Progress |
12.74	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
12.74	c ==============================================================================
12.74	c |      2282 |   51934   123533 |   17311    2028    35427    17.5 | 37.014 % |
12.76	c ==============================================================================
12.76	c Found solution: 14757155
12.76	o 14757155
12.76	c ---[   0]---> Sorter-cost:   11     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
12.82	c ==================================[MINISAT+]==================================
12.82	c | Conflicts | Original         | Learnt                           | Progress |
12.82	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
12.82	c ==============================================================================
12.82	c |      2282 |   51947   123564 |   17315    2028    35427    17.5 | 37.014 % |
12.84	c ==============================================================================
12.84	c Found solution: 14757128
12.84	o 14757128
12.84	c ---[   0]---> Sorter-cost:   12     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
12.89	c ==================================[MINISAT+]==================================
12.89	c | Conflicts | Original         | Learnt                           | Progress |
12.89	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
12.89	c ==============================================================================
12.89	c |      2282 |   51961   123598 |   17320    2028    35427    17.5 | 37.014 % |
12.92	c ==============================================================================
12.92	c Found solution: 14757124
12.92	o 14757124
12.92	c ---[   0]---> Sorter-cost:   13     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
12.97	c ==================================[MINISAT+]==================================
12.97	c | Conflicts | Original         | Learnt                           | Progress |
12.97	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
12.97	c ==============================================================================
12.97	c |      2282 |   51978   123638 |   17326    2028    35427    17.5 | 37.014 % |
13.00	c ==============================================================================
13.00	c Found solution: 14757123
13.00	o 14757123
13.00	c ---[   0]---> Sorter-cost:   11     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
13.05	c ==================================[MINISAT+]==================================
13.05	c | Conflicts | Original         | Learnt                           | Progress |
13.05	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
13.05	c ==============================================================================
13.05	c |      2282 |   51991   123669 |   17330    2028    35427    17.5 | 37.014 % |
13.08	c ==============================================================================
13.08	c Found solution: 14756648
13.08	o 14756648
13.08	c ---[   0]---> Sorter-cost:   11     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
13.13	c ==================================[MINISAT+]==================================
13.13	c | Conflicts | Original         | Learnt                           | Progress |
13.13	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
13.13	c ==============================================================================
13.13	c |      2284 |   52005   123702 |   17335    2030    35447    17.5 | 37.014 % |
13.16	c ==============================================================================
13.16	c Found solution: 14754600
13.16	o 14754600
13.16	c ---[   0]---> Sorter-cost:   10     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
13.21	c ==================================[MINISAT+]==================================
13.21	c | Conflicts | Original         | Learnt                           | Progress |
13.21	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
13.21	c ==============================================================================
13.21	c |      2288 |   52016   123727 |   17338    2034    35608    17.5 | 37.014 % |
13.25	c ==============================================================================
13.25	c Found solution: 14754596
13.25	o 14754596
13.25	c ---[   0]---> Sorter-cost:   12     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
13.30	c ==================================[MINISAT+]==================================
13.30	c | Conflicts | Original         | Learnt                           | Progress |
13.30	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
13.30	c ==============================================================================
13.30	c |      2300 |   52029   123757 |   17343    2046    35877    17.5 | 37.014 % |
13.33	c ==============================================================================
13.33	c Found solution: 14754595
13.33	o 14754595
13.33	c ---[   0]---> Sorter-cost:   12     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
13.38	c ==================================[MINISAT+]==================================
13.38	c | Conflicts | Original         | Learnt                           | Progress |
13.38	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
13.38	c ==============================================================================
13.38	c |      2301 |   52042   123787 |   17347    2047    35892    17.5 | 37.014 % |
13.41	c ==============================================================================
13.41	c Found solution: 14754344
13.41	o 14754344
13.41	c ---[   0]---> Sorter-cost:   12     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
13.46	c ==================================[MINISAT+]==================================
13.46	c | Conflicts | Original         | Learnt                           | Progress |
13.46	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
13.46	c ==============================================================================
13.46	c |      2301 |   52057   123821 |   17352    2047    35892    17.5 | 37.014 % |
13.49	c ==============================================================================
13.49	c Found solution: 14754340
13.49	o 14754340
13.49	c ---[   0]---> Sorter-cost:   12     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
13.54	c ==================================[MINISAT+]==================================
13.54	c | Conflicts | Original         | Learnt                           | Progress |
13.54	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
13.54	c ==============================================================================
13.54	c |      2301 |   52072   123855 |   17357    2047    35892    17.5 | 37.014 % |
13.56	c ==============================================================================
13.56	c Found solution: 14754339
13.56	o 14754339
13.57	c ---[   0]---> Sorter-cost:   12     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
13.62	c ==================================[MINISAT+]==================================
13.62	c | Conflicts | Original         | Learnt                           | Progress |
13.62	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
13.62	c ==============================================================================
13.62	c |      2301 |   52087   123889 |   17362    2047    35892    17.5 | 37.014 % |
13.68	c ==============================================================================
13.68	c Found solution: 14753576
13.68	o 14753576
13.68	c ---[   0]---> Sorter-cost:    9     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
13.74	c ==================================[MINISAT+]==================================
13.74	c | Conflicts | Original         | Learnt                           | Progress |
13.74	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
13.74	c ==============================================================================
13.74	c |      2371 |   52098   123914 |   17366    2117    37650    17.8 | 37.014 % |
13.77	c ==============================================================================
13.77	c Found solution: 14753572
13.77	o 14753572
13.77	c ---[   0]---> Sorter-cost:   11     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
13.82	c ==================================[MINISAT+]==================================
13.82	c | Conflicts | Original         | Learnt                           | Progress |
13.82	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
13.82	c ==============================================================================
13.82	c |      2378 |   52109   123941 |   17369    2124    37798    17.8 | 37.014 % |
13.86	c ==============================================================================
13.86	c Found solution: 14753571
13.86	o 14753571
13.86	c ---[   0]---> Sorter-cost:   11     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
13.91	c ==================================[MINISAT+]==================================
13.91	c | Conflicts | Original         | Learnt                           | Progress |
13.91	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
13.91	c ==============================================================================
13.91	c |      2391 |   52087   123893 |   17362    2136    37996    17.8 | 37.014 % |
13.94	c ==============================================================================
13.94	c Found solution: 14753320
13.94	o 14753320
13.94	c ---[   0]---> Sorter-cost:   11     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
13.99	c ==================================[MINISAT+]==================================
13.99	c | Conflicts | Original         | Learnt                           | Progress |
13.99	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
13.99	c ==============================================================================
13.99	c |      2394 |   52098   123920 |   17366    2139    38048    17.8 | 37.014 % |
14.02	c ==============================================================================
14.02	c Found solution: 14753316
14.02	o 14753316
14.02	c ---[   0]---> Sorter-cost:   11     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
14.07	c ==================================[MINISAT+]==================================
14.07	c | Conflicts | Original         | Learnt                           | Progress |
14.07	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
14.07	c ==============================================================================
14.07	c |      2401 |   52109   123947 |   17369    2146    38254    17.8 | 37.014 % |
14.13	c ==============================================================================
14.13	c Found solution: 14753315
14.13	o 14753315
14.14	c ---[   0]---> Sorter-cost:   11     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
14.19	c ==================================[MINISAT+]==================================
14.19	c | Conflicts | Original         | Learnt                           | Progress |
14.19	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
14.19	c ==============================================================================
14.19	c |      2420 |   52120   123974 |   17373    2165    38618    17.8 | 37.014 % |
14.21	c ==============================================================================
14.21	c Found solution: 14753288
14.21	o 14753288
14.21	c ---[   0]---> Sorter-cost:   10     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
14.27	c ==================================[MINISAT+]==================================
14.27	c | Conflicts | Original         | Learnt                           | Progress |
14.27	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
14.27	c ==============================================================================
14.27	c |      2421 |   52131   124000 |   17377    2166    38627    17.8 | 37.014 % |
14.29	c ==============================================================================
14.29	c Found solution: 14753284
14.29	o 14753284
14.29	c ---[   0]---> Sorter-cost:   11     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
14.35	c ==================================[MINISAT+]==================================
14.35	c | Conflicts | Original         | Learnt                           | Progress |
14.35	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
14.35	c ==============================================================================
14.35	c |      2421 |   52142   124027 |   17380    2166    38627    17.8 | 37.014 % |
14.37	c ==============================================================================
14.37	c Found solution: 14753283
14.37	o 14753283
14.37	c ---[   0]---> Sorter-cost:   11     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
14.42	c ==================================[MINISAT+]==================================
14.42	c | Conflicts | Original         | Learnt                           | Progress |
14.42	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
14.42	c ==============================================================================
14.42	c |      2421 |   52153   124054 |   17384    2166    38627    17.8 | 37.014 % |
14.45	c ==============================================================================
14.45	c Found solution: 14753282
14.45	o 14753282
14.45	c ---[   0]---> Sorter-cost:   14     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
14.50	c ==================================[MINISAT+]==================================
14.50	c | Conflicts | Original         | Learnt                           | Progress |
14.50	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
14.50	c ==============================================================================
14.50	c |      2421 |   52167   124088 |   17389    2166    38627    17.8 | 37.014 % |
14.53	c ==============================================================================
14.53	c Found solution: 14753281
14.53	o 14753281
14.53	c ---[   0]---> Sorter-cost:   12     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
14.58	c ==================================[MINISAT+]==================================
14.58	c | Conflicts | Original         | Learnt                           | Progress |
14.58	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
14.58	c ==============================================================================
14.58	c |      2421 |   52181   124122 |   17393    2166    38627    17.8 | 37.014 % |
14.61	c ==============================================================================
14.61	c Found solution: 14753280
14.61	o 14753280
14.61	c ---[   0]---> Sorter-cost:   12     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
14.66	c ==================================[MINISAT+]==================================
14.66	c | Conflicts | Original         | Learnt                           | Progress |
14.66	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
14.66	c ==============================================================================
14.66	c |      2421 |   52197   124160 |   17399    2166    38627    17.8 | 37.014 % |
14.69	c ==============================================================================
14.69	c Found solution: 14753276
14.69	o 14753276
14.69	c ---[   0]---> Sorter-cost:   10     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
14.74	c ==================================[MINISAT+]==================================
14.74	c | Conflicts | Original         | Learnt                           | Progress |
14.74	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
14.74	c ==============================================================================
14.74	c |      2421 |   52208   124186 |   17402    2166    38627    17.8 | 37.014 % |
14.77	c ==============================================================================
14.77	c Found solution: 14753275
14.77	o 14753275
14.77	c ---[   0]---> Sorter-cost:   11     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
14.82	c ==================================[MINISAT+]==================================
14.82	c | Conflicts | Original         | Learnt                           | Progress |
14.82	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
14.82	c ==============================================================================
14.82	c |      2422 |   52219   124213 |   17406    2167    38632    17.8 | 37.014 % |
14.85	c ==============================================================================
14.85	c Found solution: 14753060
14.85	o 14753060
14.85	c ---[   0]---> Sorter-cost:    9     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
14.90	c ==================================[MINISAT+]==================================
14.90	c | Conflicts | Original         | Learnt                           | Progress |
14.90	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
14.90	c ==============================================================================
14.90	c |      2422 |   52230   124238 |   17410    2167    38632    17.8 | 37.014 % |
14.93	c ==============================================================================
14.93	c Found solution: 14753032
14.93	o 14753032
14.93	c ---[   0]---> Sorter-cost:    9     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
14.98	c ==================================[MINISAT+]==================================
14.98	c | Conflicts | Original         | Learnt                           | Progress |
14.98	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
14.98	c ==============================================================================
14.98	c |      2422 |   52241   124263 |   17413    2167    38632    17.8 | 37.014 % |
15.01	c ==============================================================================
15.01	c Found solution: 14753028
15.01	o 14753028
15.01	c ---[   0]---> Sorter-cost:    9     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
15.06	c ==================================[MINISAT+]==================================
15.06	c | Conflicts | Original         | Learnt                           | Progress |
15.06	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
15.06	c ==============================================================================
15.06	c |      2422 |   52252   124288 |   17417    2167    38632    17.8 | 37.014 % |
15.14	c ==============================================================================
15.14	c Found solution: 14753024
15.14	o 14753024
15.14	c ---[   0]---> Sorter-cost:   13     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
15.19	c ==================================[MINISAT+]==================================
15.19	c | Conflicts | Original         | Learnt                           | Progress |
15.19	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
15.19	c ==============================================================================
15.19	c |      2465 |   52229   124237 |   17409    2208    39214    17.8 | 37.014 % |
15.22	c ==============================================================================
15.22	c Found solution: 14753020
15.22	o 14753020
15.22	c ---[   0]---> Sorter-cost:   12     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
15.27	c ==================================[MINISAT+]==================================
15.27	c | Conflicts | Original         | Learnt                           | Progress |
15.27	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
15.27	c ==============================================================================
15.27	c |      2468 |   52243   124271 |   17414    2211    39323    17.8 | 37.014 % |
15.30	c ==============================================================================
15.30	c Found solution: 14752296
15.30	o 14752296
15.30	c ---[   0]---> Sorter-cost:   10     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
15.35	c ==================================[MINISAT+]==================================
15.35	c | Conflicts | Original         | Learnt                           | Progress |
15.35	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
15.35	c ==============================================================================
15.35	c |      2474 |   52256   124301 |   17418    2217    39408    17.8 | 37.014 % |
15.38	c ==============================================================================
15.38	c Found solution: 14751780
15.38	o 14751780
15.38	c ---[   0]---> Sorter-cost:    8     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
15.43	c ==================================[MINISAT+]==================================
15.43	c | Conflicts | Original         | Learnt                           | Progress |
15.43	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
15.43	c ==============================================================================
15.43	c |      2475 |   52267   124327 |   17422    2218    39411    17.8 | 37.014 % |
15.46	c ==============================================================================
15.46	c Found solution: 14751752
15.46	o 14751752
15.46	c ---[   0]---> Sorter-cost:   10     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
15.51	c ==================================[MINISAT+]==================================
15.51	c | Conflicts | Original         | Learnt                           | Progress |
15.51	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
15.51	c ==============================================================================
15.51	c |      2476 |   52280   124357 |   17426    2219    39413    17.8 | 37.014 % |
15.54	c ==============================================================================
15.54	c Found solution: 14751748
15.54	o 14751748
15.54	c ---[   0]---> Sorter-cost:   10     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
15.59	c ==================================[MINISAT+]==================================
15.59	c | Conflicts | Original         | Learnt                           | Progress |
15.59	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
15.59	c ==============================================================================
15.59	c |      2476 |   52293   124387 |   17431    2219    39413    17.8 | 37.014 % |
15.62	c ==============================================================================
15.62	c Found solution: 14751744
15.62	o 14751744
15.62	c ---[   0]---> Sorter-cost:   10     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
15.67	c ==================================[MINISAT+]==================================
15.67	c | Conflicts | Original         | Learnt                           | Progress |
15.67	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
15.67	c ==============================================================================
15.67	c |      2476 |   52304   124413 |   17434    2219    39413    17.8 | 37.014 % |
15.70	c ==============================================================================
15.70	c Found solution: 14751740
15.70	o 14751740
15.70	c ---[   0]---> Sorter-cost:   11     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
15.75	c ==================================[MINISAT+]==================================
15.75	c | Conflicts | Original         | Learnt                           | Progress |
15.75	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
15.75	c ==============================================================================
15.75	c |      2477 |   52317   124443 |   17439    2220    39415    17.8 | 37.014 % |
15.78	c ==============================================================================
15.78	c Found solution: 14751739
15.78	o 14751739
15.78	c ---[   0]---> Sorter-cost:    9     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
15.83	c ==================================[MINISAT+]==================================
15.83	c | Conflicts | Original         | Learnt                           | Progress |
15.83	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
15.83	c ==============================================================================
15.83	c |      2477 |   52328   124468 |   17442    2220    39415    17.8 | 37.014 % |
15.86	c ==============================================================================
15.86	c Found solution: 14750696
15.86	o 14750696
15.86	c ---[   0]---> Sorter-cost:   15     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
15.91	c ==================================[MINISAT+]==================================
15.91	c | Conflicts | Original         | Learnt                           | Progress |
15.91	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
15.91	c ==============================================================================
15.91	c |      2490 |   52343   124505 |   17447    2233    39972    17.9 | 37.014 % |
15.94	c ==============================================================================
15.94	c Found solution: 14750568
15.94	o 14750568
15.94	c ---[   0]---> Sorter-cost:   14     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
16.00	c ==================================[MINISAT+]==================================
16.00	c | Conflicts | Original         | Learnt                           | Progress |
16.00	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
16.00	c ==============================================================================
16.00	c |      2497 |   52361   124547 |   17453    2240    40106    17.9 | 37.014 % |
16.02	c ==============================================================================
16.02	c Found solution: 14749796
16.02	o 14749796
16.03	c ---[   0]---> Sorter-cost:   13     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
16.08	c ==================================[MINISAT+]==================================
16.08	c | Conflicts | Original         | Learnt                           | Progress |
16.08	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
16.08	c ==============================================================================
16.08	c |      2501 |   52377   124582 |   17459    2244    40209    17.9 | 37.014 % |
16.11	c ==============================================================================
16.11	c Found solution: 14749764
16.11	o 14749764
16.11	c ---[   0]---> Sorter-cost:   12     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
16.16	c ==================================[MINISAT+]==================================
16.16	c | Conflicts | Original         | Learnt                           | Progress |
16.16	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
16.16	c ==============================================================================
16.16	c |      2505 |   52392   124615 |   17464    2248    40295    17.9 | 37.014 % |
16.19	c ==============================================================================
16.19	c Found solution: 14749760
16.19	o 14749760
16.19	c ---[   0]---> Sorter-cost:   15     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
16.24	c ==================================[MINISAT+]==================================
16.24	c | Conflicts | Original         | Learnt                           | Progress |
16.24	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
16.24	c ==============================================================================
16.24	c |      2505 |   52412   124659 |   17470    2248    40295    17.9 | 37.014 % |
16.27	c ==============================================================================
16.27	c Found solution: 14749756
16.27	o 14749756
16.27	c ---[   0]---> Sorter-cost:   15     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
16.32	c ==================================[MINISAT+]==================================
16.32	c | Conflicts | Original         | Learnt                           | Progress |
16.32	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
16.32	c ==============================================================================
16.32	c |      2505 |   52432   124703 |   17477    2248    40295    17.9 | 37.014 % |
16.35	c ==============================================================================
16.35	c Found solution: 14749728
16.35	o 14749728
16.35	c ---[   0]---> Sorter-cost:   13     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
16.40	c ==================================[MINISAT+]==================================
16.40	c | Conflicts | Original         | Learnt                           | Progress |
16.40	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
16.40	c ==============================================================================
16.40	c |      2510 |   52448   124738 |   17482    2253    40306    17.9 | 37.014 % |
16.43	c ==============================================================================
16.43	c Found solution: 14749720
16.43	o 14749720
16.43	c ---[   0]---> Sorter-cost:   17     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
16.48	c ==================================[MINISAT+]==================================
16.48	c | Conflicts | Original         | Learnt                           | Progress |
16.48	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
16.48	c ==============================================================================
16.48	c |      2511 |   52468   124782 |   17489    2254    40310    17.9 | 37.014 % |
16.51	c ==============================================================================
16.51	c Found solution: 14749696
16.51	o 14749696
16.51	c ---[   0]---> Sorter-cost:    9     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
16.56	c ==================================[MINISAT+]==================================
16.56	c | Conflicts | Original         | Learnt                           | Progress |
16.56	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
16.56	c ==============================================================================
16.56	c |      2517 |   52481   124811 |   17493    2260    40331    17.8 | 37.014 % |
16.59	c ==============================================================================
16.59	c Found solution: 14748704
16.59	o 14748704
16.59	c ---[   0]---> Sorter-cost:   11     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
16.64	c ==================================[MINISAT+]==================================
16.64	c | Conflicts | Original         | Learnt                           | Progress |
16.64	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
16.64	c ==============================================================================
16.64	c |      2521 |   52496   124845 |   17498    2264    40342    17.8 | 37.014 % |
16.67	c ==============================================================================
16.67	c Found solution: 14748700
16.67	o 14748700
16.67	c ---[   0]---> Sorter-cost:   13     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
16.72	c ==================================[MINISAT+]==================================
16.72	c | Conflicts | Original         | Learnt                           | Progress |
16.72	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
16.72	c ==============================================================================
16.72	c |      2522 |   52511   124879 |   17503    2265    40345    17.8 | 37.014 % |
16.75	c ==============================================================================
16.75	c Found solution: 14748699
16.75	o 14748699
16.75	c ---[   0]---> Sorter-cost:   12     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
16.80	c ==================================[MINISAT+]==================================
16.80	c | Conflicts | Original         | Learnt                           | Progress |
16.80	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
16.80	c ==============================================================================
16.80	c |      2525 |   52525   124911 |   17508    2268    40383    17.8 | 37.014 % |
16.83	c ==============================================================================
16.83	c Found solution: 14748688
16.83	o 14748688
16.83	c ---[   0]---> Sorter-cost:   15     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
16.88	c ==================================[MINISAT+]==================================
16.88	c | Conflicts | Original         | Learnt                           | Progress |
16.88	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
16.88	c ==============================================================================
16.88	c |      2531 |   52542   124949 |   17514    2274    40411    17.8 | 37.014 % |
16.91	c ==============================================================================
16.91	c Found solution: 14748676
16.91	o 14748676
16.91	c ---[   0]---> Sorter-cost:   10     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
16.96	c ==================================[MINISAT+]==================================
16.96	c | Conflicts | Original         | Learnt                           | Progress |
16.96	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
16.96	c ==============================================================================
16.96	c |      2535 |   52554   124976 |   17518    2278    40426    17.7 | 37.014 % |
16.99	c ==============================================================================
16.99	c Found solution: 14748672
16.99	o 14748672
16.99	c ---[   0]---> Sorter-cost:   10     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
17.04	c ==================================[MINISAT+]==================================
17.04	c | Conflicts | Original         | Learnt                           | Progress |
17.04	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
17.04	c ==============================================================================
17.04	c |      2537 |   52566   125003 |   17522    2280    40437    17.7 | 37.014 % |
17.07	c ==============================================================================
17.07	c Found solution: 14748668
17.07	o 14748668
17.07	c ---[   0]---> Sorter-cost:   10     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
17.12	c ==================================[MINISAT+]==================================
17.12	c | Conflicts | Original         | Learnt                           | Progress |
17.12	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
17.12	c ==============================================================================
17.12	c |      2543 |   52578   125030 |   17526    2286    40455    17.7 | 37.014 % |
17.16	c ==============================================================================
17.16	c Found solution: 14748667
17.16	o 14748667
17.16	c ---[   0]---> Sorter-cost:   10     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
17.21	c ==================================[MINISAT+]==================================
17.21	c | Conflicts | Original         | Learnt                           | Progress |
17.21	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
17.21	c ==============================================================================
17.21	c |      2555 |   52590   125057 |   17530    2298    40625    17.7 | 37.014 % |
17.24	c ==============================================================================
17.24	c Found solution: 14748553
17.24	o 14748553
17.24	c ---[   0]---> Sorter-cost:   16     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
17.30	c ==================================[MINISAT+]==================================
17.30	c | Conflicts | Original         | Learnt                           | Progress |
17.30	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
17.30	c ==============================================================================
17.30	c |      2564 |   52608   125099 |   17536    2307    40738    17.7 | 37.014 % |
17.32	c ==============================================================================
17.32	c Found solution: 14747785
17.32	o 14747785
17.32	c ---[   0]---> Sorter-cost:   13     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
17.38	c ==================================[MINISAT+]==================================
17.38	c | Conflicts | Original         | Learnt                           | Progress |
17.38	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
17.38	c ==============================================================================
17.38	c |      2566 |   52625   125137 |   17541    2309    40763    17.7 | 37.014 % |
17.40	c ==============================================================================
17.40	c Found solution: 14747781
17.40	o 14747781
17.40	c ---[   0]---> Sorter-cost:   12     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
17.46	c ==================================[MINISAT+]==================================
17.46	c | Conflicts | Original         | Learnt                           | Progress |
17.46	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
17.46	c ==============================================================================
17.46	c |      2567 |   52640   125170 |   17546    2310    40765    17.6 | 37.014 % |
17.48	c ==============================================================================
17.48	c Found solution: 14747273
17.48	o 14747273
17.48	c ---[   0]---> Sorter-cost:   12     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
17.54	c ==================================[MINISAT+]==================================
17.54	c | Conflicts | Original         | Learnt                           | Progress |
17.54	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
17.54	c ==============================================================================
17.54	c |      2568 |   52655   125204 |   17551    2311    40769    17.6 | 37.014 % |
17.56	c ==============================================================================
17.56	c Found solution: 14747269
17.56	o 14747269
17.56	c ---[   0]---> Sorter-cost:    9     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
17.62	c ==================================[MINISAT+]==================================
17.62	c | Conflicts | Original         | Learnt                           | Progress |
17.62	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
17.62	c ==============================================================================
17.62	c |      2568 |   52666   125228 |   17555    2311    40769    17.6 | 37.014 % |
17.64	c ==============================================================================
17.64	c Found solution: 14747268
17.64	o 14747268
17.64	c ---[   0]---> Sorter-cost:   14     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
17.70	c ==================================[MINISAT+]==================================
17.70	c | Conflicts | Original         | Learnt                           | Progress |
17.70	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
17.70	c ==============================================================================
17.70	c |      2568 |   52684   125269 |   17561    2311    40769    17.6 | 37.014 % |
17.72	c ==============================================================================
17.72	c Found solution: 14747017
17.72	o 14747017
17.72	c ---[   0]---> Sorter-cost:   12     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
17.78	c ==================================[MINISAT+]==================================
17.78	c | Conflicts | Original         | Learnt                           | Progress |
17.78	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
17.78	c ==============================================================================
17.78	c |      2568 |   52700   125305 |   17566    2311    40769    17.6 | 37.014 % |
17.80	c ==============================================================================
17.80	c Found solution: 14747013
17.80	o 14747013
17.81	c ---[   0]---> Sorter-cost:   13     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
17.86	c ==================================[MINISAT+]==================================
17.86	c | Conflicts | Original         | Learnt                           | Progress |
17.86	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
17.86	c ==============================================================================
17.86	c |      2568 |   52716   125341 |   17572    2311    40769    17.6 | 37.014 % |
17.88	c ==============================================================================
17.88	c Found solution: 14747012
17.88	o 14747012
17.89	c ---[   0]---> Sorter-cost:   13     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
17.94	c ==================================[MINISAT+]==================================
17.94	c | Conflicts | Original         | Learnt                           | Progress |
17.94	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
17.94	c ==============================================================================
17.94	c |      2568 |   52732   125377 |   17577    2311    40769    17.6 | 37.014 % |
17.96	c ==============================================================================
17.96	c Found solution: 14746949
17.96	o 14746949
17.97	c ---[   0]---> Sorter-cost:   15     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
18.02	c ==================================[MINISAT+]==================================
18.02	c | Conflicts | Original         | Learnt                           | Progress |
18.02	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
18.02	c ==============================================================================
18.02	c |      2570 |   52753   125424 |   17584    2313    40784    17.6 | 37.014 % |
18.04	c ==============================================================================
18.04	c Found solution: 14746943
18.05	o 14746943
18.05	c ---[   0]---> Sorter-cost:   14     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
18.10	c ==================================[MINISAT+]==================================
18.10	c | Conflicts | Original         | Learnt                           | Progress |
18.10	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
18.10	c ==============================================================================
18.10	c |      2572 |   52772   125467 |   17590    2315    40794    17.6 | 37.014 % |
18.12	c ==============================================================================
18.12	c Found solution: 14746881
18.12	o 14746881
18.13	c ---[   0]---> Sorter-cost:   13     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
18.18	c ==================================[MINISAT+]==================================
18.18	c | Conflicts | Original         | Learnt                           | Progress |
18.18	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
18.18	c ==============================================================================
18.18	c |      2573 |   52790   125507 |   17596    2316    40799    17.6 | 37.014 % |
18.20	c ==============================================================================
18.20	c Found solution: 14746877
18.20	o 14746877
18.21	c ---[   0]---> Sorter-cost:   16     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
18.26	c ==================================[MINISAT+]==================================
18.26	c | Conflicts | Original         | Learnt                           | Progress |
18.26	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
18.26	c ==============================================================================
18.26	c |      2574 |   52810   125551 |   17603    2317    40805    17.6 | 37.014 % |
18.29	c ==============================================================================
18.29	c Found solution: 14746369
18.29	o 14746369
18.29	c ---[   0]---> Sorter-cost:   12     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
18.34	c ==================================[MINISAT+]==================================
18.34	c | Conflicts | Original         | Learnt                           | Progress |
18.34	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
18.34	c ==============================================================================
18.34	c |      2577 |   52824   125582 |   17608    2320    40844    17.6 | 37.014 % |
18.45	c |      2677 |   52804   125535 |   19368    2418    42373    17.5 | 36.944 % |
18.48	c ==============================================================================
18.48	c Found solution: 14746368
18.48	o 14746368
18.48	c ---[   0]---> Sorter-cost:   12     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
18.53	c ==================================[MINISAT+]==================================
18.53	c | Conflicts | Original         | Learnt                           | Progress |
18.53	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
18.53	c ==============================================================================
18.53	c |      2679 |   52818   125566 |   17606    2420    42420    17.5 | 36.944 % |
18.55	c ==============================================================================
18.55	c Found solution: 14746365
18.55	o 14746365
18.56	c ---[   0]---> Sorter-cost:   12     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
18.61	c ==================================[MINISAT+]==================================
18.61	c | Conflicts | Original         | Learnt                           | Progress |
18.61	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
18.61	c ==============================================================================
18.61	c |      2679 |   52832   125597 |   17610    2420    42420    17.5 | 36.944 % |
18.63	c ==============================================================================
18.63	c Found solution: 14746241
18.63	o 14746241
18.64	c ---[   0]---> Sorter-cost:   12     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
18.69	c ==================================[MINISAT+]==================================
18.69	c | Conflicts | Original         | Learnt                           | Progress |
18.69	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
18.69	c ==============================================================================
18.69	c |      2679 |   52848   125632 |   17616    2420    42420    17.5 | 36.944 % |
18.71	c ==============================================================================
18.71	c Found solution: 14746209
18.71	o 14746209
18.72	c ---[   0]---> Sorter-cost:   15     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
18.77	c ==================================[MINISAT+]==================================
18.77	c | Conflicts | Original         | Learnt                           | Progress |
18.77	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
18.77	c ==============================================================================
18.77	c |      2680 |   52866   125672 |   17622    2421    42425    17.5 | 36.944 % |
18.79	c ==============================================================================
18.79	c Found solution: 14746177
18.79	o 14746177
18.79	c ---[   0]---> Sorter-cost:   15     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
18.85	c ==================================[MINISAT+]==================================
18.85	c | Conflicts | Original         | Learnt                           | Progress |
18.85	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
18.85	c ==============================================================================
18.85	c |      2681 |   52886   125716 |   17628    2422    42429    17.5 | 36.944 % |
18.87	c ==============================================================================
18.87	c Found solution: 14746153
18.87	o 14746153
18.87	c ---[   0]---> Sorter-cost:   12     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
18.93	c ==================================[MINISAT+]==================================
18.93	c | Conflicts | Original         | Learnt                           | Progress |
18.93	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
18.93	c ==============================================================================
18.93	c |      2682 |   52904   125755 |   17634    2423    42439    17.5 | 36.944 % |
18.95	c ==============================================================================
18.95	c Found solution: 14746145
18.95	o 14746145
18.95	c ---[   0]---> Sorter-cost:   13     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
19.01	c ==================================[MINISAT+]==================================
19.01	c | Conflicts | Original         | Learnt                           | Progress |
19.01	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
19.01	c ==============================================================================
19.01	c |      2685 |   52920   125790 |   17640    2426    42445    17.5 | 36.944 % |
19.03	c ==============================================================================
19.03	c Found solution: 14746113
19.03	o 14746113
19.03	c ---[   0]---> Sorter-cost:   11     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
19.09	c ==================================[MINISAT+]==================================
19.09	c | Conflicts | Original         | Learnt                           | Progress |
19.09	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
19.09	c ==============================================================================
19.09	c |      2686 |   52934   125821 |   17644    2427    42452    17.5 | 36.944 % |
19.11	c ==============================================================================
19.11	c Found solution: 14746112
19.11	o 14746112
19.11	c ---[   0]---> Sorter-cost:   11     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
19.17	c ==================================[MINISAT+]==================================
19.17	c | Conflicts | Original         | Learnt                           | Progress |
19.17	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
19.17	c ==============================================================================
19.17	c |      2686 |   52948   125852 |   17649    2427    42452    17.5 | 36.944 % |
19.20	c ==============================================================================
19.20	c Found solution: 14745889
19.20	o 14745889
19.20	c ---[   0]---> Sorter-cost:    9     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
19.25	c ==================================[MINISAT+]==================================
19.25	c | Conflicts | Original         | Learnt                           | Progress |
19.25	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
19.25	c ==============================================================================
19.25	c |      2690 |   52959   125876 |   17653    2431    42566    17.5 | 36.944 % |
19.28	c ==============================================================================
19.28	c Found solution: 14745888
19.28	o 14745888
19.28	c ---[   0]---> Sorter-cost:    9     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
19.33	c ==================================[MINISAT+]==================================
19.33	c | Conflicts | Original         | Learnt                           | Progress |
19.33	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
19.33	c ==============================================================================
19.33	c |      2691 |   52970   125900 |   17656    2432    42573    17.5 | 36.944 % |
19.36	c ==============================================================================
19.36	c Found solution: 14745885
19.36	o 14745885
19.36	c ---[   0]---> Sorter-cost:   15     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
19.41	c ==================================[MINISAT+]==================================
19.41	c | Conflicts | Original         | Learnt                           | Progress |
19.41	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
19.41	c ==============================================================================
19.41	c |      2691 |   52989   125942 |   17663    2432    42573    17.5 | 36.944 % |
19.44	c ==============================================================================
19.44	c Found solution: 14745884
19.44	o 14745884
19.44	c ---[   0]---> Sorter-cost:    9     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
19.49	c ==================================[MINISAT+]==================================
19.49	c | Conflicts | Original         | Learnt                           | Progress |
19.49	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
19.49	c ==============================================================================
19.49	c |      2692 |   53000   125966 |   17666    2433    42578    17.5 | 36.944 % |
19.52	c ==============================================================================
19.52	c Found solution: 14745883
19.52	o 14745883
19.52	c ---[   0]---> Sorter-cost:   10     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
19.57	c ==================================[MINISAT+]==================================
19.57	c | Conflicts | Original         | Learnt                           | Progress |
19.57	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
19.57	c ==============================================================================
19.57	c |      2692 |   53012   125992 |   17670    2433    42578    17.5 | 36.944 % |
19.60	c ==============================================================================
19.60	c Found solution: 14745865
19.60	o 14745865
19.60	c ---[   0]---> Sorter-cost:   14     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
19.65	c ==================================[MINISAT+]==================================
19.65	c | Conflicts | Original         | Learnt                           | Progress |
19.65	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
19.65	c ==============================================================================
19.65	c |      2692 |   53029   126029 |   17676    2433    42578    17.5 | 36.944 % |
19.68	c ==============================================================================
19.68	c Found solution: 14745864
19.68	o 14745864
19.68	c ---[   0]---> Sorter-cost:   11     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
19.73	c ==================================[MINISAT+]==================================
19.73	c | Conflicts | Original         | Learnt                           | Progress |
19.73	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
19.73	c ==============================================================================
19.73	c |      2693 |   53042   126057 |   17680    2434    42585    17.5 | 36.944 % |
19.76	c ==============================================================================
19.76	c Found solution: 14745761
19.76	o 14745761
19.76	c ---[   0]---> Sorter-cost:   14     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
19.81	c ==================================[MINISAT+]==================================
19.81	c | Conflicts | Original         | Learnt                           | Progress |
19.81	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
19.81	c ==============================================================================
19.81	c |      2695 |   53060   126096 |   17686    2436    42601    17.5 | 36.944 % |
19.84	c ==============================================================================
19.84	c Found solution: 14745705
19.84	o 14745705
19.84	c ---[   0]---> Sorter-cost:   15     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
19.89	c ==================================[MINISAT+]==================================
19.89	c | Conflicts | Original         | Learnt                           | Progress |
19.89	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
19.89	c ==============================================================================
19.89	c |      2697 |   53077   126133 |   17692    2438    42611    17.5 | 36.944 % |
19.92	c ==============================================================================
19.92	c Found solution: 14745697
19.92	o 14745697
19.92	c ---[   0]---> Sorter-cost:   12     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
19.97	c ==================================[MINISAT+]==================================
19.97	c | Conflicts | Original         | Learnt                           | Progress |
19.97	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
19.97	c ==============================================================================
19.97	c |      2699 |   53091   126163 |   17697    2440    42622    17.5 | 36.944 % |
20.00	c ==============================================================================
20.00	c Found solution: 14745673
20.00	o 14745673
20.00	c ---[   0]---> Sorter-cost:   15     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
20.05	c ==================================[MINISAT+]==================================
20.05	c | Conflicts | Original         | Learnt                           | Progress |
20.05	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
20.05	c ==============================================================================
20.05	c |      2699 |   53110   126204 |   17703    2440    42622    17.5 | 36.944 % |
20.08	c ==============================================================================
20.08	c Found solution: 14745665
20.08	o 14745665
20.08	c ---[   0]---> Sorter-cost:   12     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
20.13	c ==================================[MINISAT+]==================================
20.13	c | Conflicts | Original         | Learnt                           | Progress |
20.13	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
20.13	c ==============================================================================
20.13	c |      2700 |   53124   126234 |   17708    2441    42632    17.5 | 36.944 % |
20.16	c ==============================================================================
20.16	c Found solution: 14745661
20.16	o 14745661
20.16	c ---[   0]---> Sorter-cost:   15     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
20.21	c ==================================[MINISAT+]==================================
20.21	c | Conflicts | Original         | Learnt                           | Progress |
20.21	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
20.21	c ==============================================================================
20.21	c |      2702 |   53143   126275 |   17714    2443    42651    17.5 | 36.944 % |
20.24	c ==============================================================================
20.24	c Found solution: 14745641
20.24	o 14745641
20.24	c ---[   0]---> Sorter-cost:   10     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
20.29	c ==================================[MINISAT+]==================================
20.29	c | Conflicts | Original         | Learnt                           | Progress |
20.29	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
20.29	c ==============================================================================
20.29	c |      2702 |   53155   126301 |   17718    2443    42651    17.5 | 36.944 % |
20.32	c ==============================================================================
20.32	c Found solution: 14745633
20.32	o 14745633
20.32	c ---[   0]---> Sorter-cost:   12     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
20.37	c ==================================[MINISAT+]==================================
20.37	c | Conflicts | Original         | Learnt                           | Progress |
20.37	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
20.37	c ==============================================================================
20.37	c |      2703 |   53169   126331 |   17723    2444    42661    17.5 | 36.944 % |
20.40	c ==============================================================================
20.40	c Found solution: 14745629
20.40	o 14745629
20.40	c ---[   0]---> Sorter-cost:   13     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
20.45	c ==================================[MINISAT+]==================================
20.45	c | Conflicts | Original         | Learnt                           | Progress |
20.45	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
20.45	c ==============================================================================
20.45	c |      2706 |   53184   126363 |   17728    2447    42686    17.4 | 36.944 % |
20.48	c ==============================================================================
20.48	c Found solution: 14745621
20.48	o 14745621
20.48	c ---[   0]---> Sorter-cost:   14     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
20.53	c ==================================[MINISAT+]==================================
20.53	c | Conflicts | Original         | Learnt                           | Progress |
20.53	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
20.53	c ==============================================================================
20.53	c |      2708 |   53200   126397 |   17733    2449    42693    17.4 | 36.944 % |
20.56	c ==============================================================================
20.56	c Found solution: 14745610
20.56	o 14745610
20.56	c ---[   0]---> Sorter-cost:   15     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
20.61	c ==================================[MINISAT+]==================================
20.61	c | Conflicts | Original         | Learnt                           | Progress |
20.61	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
20.61	c ==============================================================================
20.61	c |      2710 |   53217   126433 |   17739    2451    42731    17.4 | 36.944 % |
20.64	c ==============================================================================
20.64	c Found solution: 14745608
20.64	o 14745608
20.64	c ---[   0]---> Sorter-cost:    7     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
20.69	c ==================================[MINISAT+]==================================
20.69	c | Conflicts | Original         | Learnt                           | Progress |
20.69	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
20.69	c ==============================================================================
20.69	c |      2711 |   53229   126459 |   17743    2452    42737    17.4 | 36.944 % |
20.72	c ==============================================================================
20.72	c Found solution: 14745607
20.72	o 14745607
20.72	c ---[   0]---> Sorter-cost:   15     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
20.77	c ==================================[MINISAT+]==================================
20.77	c | Conflicts | Original         | Learnt                           | Progress |
20.77	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
20.77	c ==============================================================================
20.77	c |      2712 |   53246   126495 |   17748    2453    42746    17.4 | 36.944 % |
20.80	c ==============================================================================
20.80	c Found solution: 14745606
20.80	o 14745606
20.80	c ---[   0]---> Sorter-cost:   12     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
20.85	c ==================================[MINISAT+]==================================
20.85	c | Conflicts | Original         | Learnt                           | Progress |
20.85	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
20.85	c ==============================================================================
20.85	c |      2713 |   53260   126525 |   17753    2454    42751    17.4 | 36.944 % |
20.88	c ==============================================================================
20.88	c Found solution: 14745605
20.88	o 14745605
20.88	c ---[   0]---> Sorter-cost:   12     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
20.94	c ==================================[MINISAT+]==================================
20.94	c | Conflicts | Original         | Learnt                           | Progress |
20.94	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
20.94	c ==============================================================================
20.94	c |      2716 |   53274   126555 |   17758    2457    42770    17.4 | 36.944 % |
20.98	c ==============================================================================
20.98	c Found solution: 14745603
20.98	o 14745603
20.99	c ---[   0]---> Sorter-cost:   12     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
21.04	c ==================================[MINISAT+]==================================
21.04	c | Conflicts | Original         | Learnt                           | Progress |
21.04	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
21.04	c ==============================================================================
21.04	c |      2747 |   53288   126585 |   17762    2488    43194    17.4 | 36.944 % |
21.06	c ==============================================================================
21.06	c Found solution: 14745602
21.06	o 14745602
21.06	c ---[   0]---> Sorter-cost:   12     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
21.12	c ==================================[MINISAT+]==================================
21.12	c | Conflicts | Original         | Learnt                           | Progress |
21.12	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
21.12	c ==============================================================================
21.12	c |      2747 |   53302   126615 |   17767    2488    43194    17.4 | 36.944 % |
21.14	c ==============================================================================
21.14	c Found solution: 14745601
21.14	o 14745601
21.14	c ---[   0]---> Sorter-cost:    7     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
21.20	c ==================================[MINISAT+]==================================
21.20	c | Conflicts | Original         | Learnt                           | Progress |
21.20	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
21.20	c ==============================================================================
21.20	c |      2747 |   53315   126643 |   17771    2488    43194    17.4 | 36.944 % |
21.22	c ==============================================================================
21.22	c Found solution: 14745600
21.22	o 14745600
21.22	c ---[   0]---> Sorter-cost:    7     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
21.27	c ==================================[MINISAT+]==================================
21.27	c | Conflicts | Original         | Learnt                           | Progress |
21.27	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
21.27	c ==============================================================================
21.27	c |      2747 |   53326   126667 |   17775    2488    43194    17.4 | 36.944 % |
21.33	c ==============================================================================
21.33	c Optimal solution: 14745600
21.33	s OPTIMUM FOUND
21.33	v -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
21.33	v -x58 -x59 -x60 -x1 x2 x3 -x4 -x5 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103
21.33	v -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 x61 x62 -x63 -x64 -x65 -x6 x7 x8 -x9 -x10 -x116 -x117
21.33	v -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 x129 x130 -x131 x132 -x133 -x134 x135 -x136 -x137 -x138
21.33	v -x139 -x140 -x141 -x142 -x143 -x144 -x145 x66 x67 -x68 -x69 -x70 -x11 -x12 -x13 -x14 x15 -x146 -x147 -x148 -x149 -x150 -x151
21.33	v -x152 -x153 -x154 -x155 -x156 -x157 -x158 x159 x160 -x161 x162 -x163 -x164 x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172
21.33	v -x173 -x174 -x175 x71 -x72 x73 x74 -x75 x16 x17 x18 -x19 -x20 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186
21.33	v -x187 -x188 x189 -x190 -x191 x192 x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 x76 -x77 x78
21.33	v x79 -x80 -x21 -x22 x23 x24 -x25 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221
21.33	v -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x81 x82 -x83 -x84 x85 -x26 -x27 -x28 -x29
21.33	v -x30 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 x247 x248 x249 -x250 x251 x252 x253 -x254 x255 -x256
21.33	v -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265
21.33	c _______________________________________________________________________________
21.33	c 
21.33	c restarts              : 239
21.33	c conflicts             : 2799           (132 /sec)
21.33	c decisions             : 242915         (11415 /sec)
21.33	c propagations          : 0              (0 /sec)
21.33	c inspects              : 0              (0 /sec)
21.33	c CPU time              : 21.2798 s
21.33	c _______________________________________________________________________________

Verifier Data (download as text)

OK	14745600

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
runsolver version 3.0.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node69/watcher-35850-1149314516 -o ROOT/results/node69/solver-35850-1149314516 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node69/35850-1149314516/instance-35850-1149314516.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.19 1.06 0.95 2/64 21515
/proc/meminfo: memFree=1788252/2055920 swapFree=4182216/4192956
[pid=21515] ppid=21513 vsize=1048 CPUtime=0
/proc/21515/stat : 21515 (minisat+) R 21513 21515 21469 0 -1 4194304 116 0 0 0 0 0 0 0 19 0 1 0 197121579 1073152 101 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134618678 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21515/statm: 262 101 74 215 0 44 0

[startup+10.0031 s]
/proc/loadavg: 1.16 1.06 0.95 2/64 21515
/proc/meminfo: memFree=1780644/2055920 swapFree=4182216/4192956
[pid=21515] ppid=21513 vsize=9284 CPUtime=10
/proc/21515/stat : 21515 (minisat+) R 21513 21515 21469 0 -1 4194304 2070 0 0 0 999 1 0 0 25 0 1 0 197121579 9506816 2008 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134691305 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21515/statm: 2321 2008 110 215 0 2103 0
Current children cumulated CPU time (s) 10
Current children cumulated vsize (Kb) 9284

[startup+20.009 s]
/proc/loadavg: 1.14 1.05 0.95 2/64 21515
/proc/meminfo: memFree=1779748/2055920 swapFree=4182216/4192956
[pid=21515] ppid=21513 vsize=10016 CPUtime=19.97
/proc/21515/stat : 21515 (minisat+) R 21513 21515 21469 0 -1 4194304 2288 0 0 0 1996 1 0 0 25 0 1 0 197121579 10256384 2226 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135012124 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21515/statm: 2504 2226 110 215 0 2286 0
Current children cumulated CPU time (s) 19.97
Current children cumulated vsize (Kb) 10016

Child status: 30
Real time (s): 21.341
CPU time (s): 21.3018
CPU user time (s): 21.2828
CPU system time (s): 0.018997
CPU usage (%): 99.8161
Max. virtual memory (cumulated for all children) (Kb): 10016

Launcher Data (download as text)

Begin job on node69 on Sat Jun  3 06:01:56 UTC 2006


FILE ID= 35850-1149314516

PBS_JOBID= 308235

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-flugpl.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node69/35850-1149314516/instance-35850-1149314516.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node69/watcher-35850-1149314516 -o ROOT/results/node69/solver-35850-1149314516 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node69/35850-1149314516/instance-35850-1149314516.opb

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  0999192fc93f1a0347078df6cc5d3945

RANDOM SEED= 133964070


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1788524 kB
Buffers:         28236 kB
Cached:         169216 kB
SwapCached:       2468 kB
Active:          71952 kB
Inactive:       134256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1788524 kB
SwapTotal:     4192956 kB
SwapFree:      4182216 kB
Dirty:             292 kB
Writeback:           0 kB
Mapped:          15444 kB
Slab:            47184 kB
Committed_AS:   332700 kB
PageTables:       1496 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node69 on Sat Jun  3 06:02:17 UTC 2006