Trace number 4087828

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
cdcl-cuttingplanes OPT binary search 2016-05-01? (TO) 1800.02 1800.4

General information on the benchmark

Name/OPT-SMALLINT-LIN/oliveras/j120opt/
normalized-j12038_4.std.opb
MD5SUM661b4190c55178f9645295549e370fd5
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark147
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables72842
Total number of constraints245147
Number of constraints which are clauses243947
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1200
Minimum length of a constraint1
Maximum length of a constraint120
Number of terms in the objective function 300
Biggest coefficient in the objective function 300
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 45150
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 45150
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c OPTIONS:
0.00/0.01	c - Resolve (`-resolve-always' or `-resolve-skip'): -resolve-skip
0.18/0.36	c * #variable= 72842 #constraint= 245147
0.89/0.96	c * #variable= 72842 #constraint= 245147
1.99/2.07	c S1->S2
1.99/2.07	c S1->S2
1.99/2.07	c S1->S2
1.99/2.07	c S2->S1
1.99/2.07	c S1->S2
1.99/2.07	c S1->S2
1.99/2.07	c S1->S2
1.99/2.07	c S1->S2
1.99/2.07	c S1->S2
1.99/2.07	c #Conflicts:       1000 | #Learnt:       1007 | 0.000
1.99/2.07	c total clause space: 48.1602MB
1.99/2.07	c total #watches: 493196
2.29/2.34	c total #propagations: 1182044 / total #impl: 4260561 (eff. 0.277)
2.29/2.34	c S1->S2
2.29/2.34	c #Conflicts:       2000 | #Learnt:       2008 | 0.000
2.29/2.34	c total clause space: 48.1602MB
2.29/2.34	c total #watches: 497433
2.58/2.62	c total #propagations: 1802379 / total #impl: 6885854 (eff. 0.262)
2.58/2.62	c #Conflicts:       3000 | #Learnt:       2021 | 0.000
2.58/2.62	c total clause space: 48.1602MB
2.58/2.62	c total #watches: 500259
2.88/2.92	c total #propagations: 2525240 / total #impl: 9605601 (eff. 0.263)
2.88/2.92	c #Conflicts:       4000 | #Learnt:       3021 | 0.000
2.88/2.92	c total clause space: 48.1602MB
2.88/2.92	c total #watches: 502943
3.18/3.22	c total #propagations: 3289992 / total #impl: 12342215 (eff. 0.267)
3.18/3.22	c #Conflicts:       5000 | #Learnt:       2369 | 0.000
3.18/3.22	c total clause space: 48.1602MB
3.18/3.22	c total #watches: 503451
3.49/3.51	c total #propagations: 3952212 / total #impl: 14862773 (eff. 0.266)
3.49/3.51	c #Conflicts:       6000 | #Learnt:       3369 | 0.000
3.49/3.51	c total clause space: 48.1602MB
3.49/3.51	c total #watches: 506156
3.78/3.85	c total #propagations: 4665137 / total #impl: 17380958 (eff. 0.268)
3.78/3.85	c GC COLLECT
3.78/3.85	c #Conflicts:       7000 | #Learnt:       2255 | 0.000
3.78/3.85	c total clause space: 48.1602MB
3.78/3.85	c total #watches: 496141
4.18/4.23	c total #propagations: 5363481 / total #impl: 19971083 (eff. 0.269)
4.18/4.23	c #Conflicts:       8000 | #Learnt:       3255 | 0.000
4.18/4.23	c total clause space: 48.1602MB
4.18/4.23	c total #watches: 500891
4.49/4.60	c total #propagations: 6257618 / total #impl: 22978481 (eff. 0.272)
4.49/4.60	c #Conflicts:       9000 | #Learnt:       4255 | 0.000
4.49/4.60	c total clause space: 48.1602MB
4.49/4.60	c total #watches: 504910
4.88/4.92	c total #propagations: 7012743 / total #impl: 25575701 (eff. 0.274)
4.88/4.92	c #Conflicts:      10000 | #Learnt:       2739 | 0.000
4.88/4.92	c total clause space: 48.1602MB
4.88/4.92	c total #watches: 504484
5.18/5.20	c total #propagations: 7786876 / total #impl: 28044719 (eff. 0.278)
5.18/5.20	c #Conflicts:      11000 | #Learnt:       3739 | 0.000
5.18/5.20	c total clause space: 48.1602MB
5.18/5.20	c total #watches: 503934
5.48/5.52	c total #propagations: 8437889 / total #impl: 30628121 (eff. 0.275)
5.48/5.52	c #Conflicts:      12000 | #Learnt:       4739 | 0.000
5.48/5.52	c total clause space: 48.1602MB
5.48/5.52	c total #watches: 507443
5.78/5.82	c total #propagations: 9178093 / total #impl: 33267815 (eff. 0.276)
5.78/5.82	c #Conflicts:      13000 | #Learnt:       5739 | 0.000
5.78/5.82	c total clause space: 48.1602MB
5.78/5.82	c total #watches: 510916
6.08/6.13	c total #propagations: 9833279 / total #impl: 35487249 (eff. 0.277)
6.08/6.13	c GC COLLECT
6.08/6.13	c #Conflicts:      14000 | #Learnt:       3880 | 0.000
6.08/6.13	c total clause space: 48.1602MB
6.08/6.13	c total #watches: 503085
6.38/6.47	c total #propagations: 10587789 / total #impl: 38112391 (eff. 0.278)
6.38/6.47	c #Conflicts:      15000 | #Learnt:       4880 | 0.000
6.38/6.47	c total clause space: 48.1602MB
6.38/6.47	c total #watches: 506409
6.79/6.84	c total #propagations: 11268311 / total #impl: 40397319 (eff. 0.279)
6.79/6.84	c #Conflicts:      16000 | #Learnt:       5880 | 0.000
6.79/6.84	c total clause space: 48.1602MB
6.79/6.84	c total #watches: 510457
7.18/7.25	c total #propagations: 11969806 / total #impl: 42632883 (eff. 0.281)
7.18/7.25	c #Conflicts:      17000 | #Learnt:       3707 | 0.000
7.18/7.25	c total clause space: 48.1602MB
7.18/7.25	c total #watches: 511655
7.68/7.77	c total #propagations: 12622284 / total #impl: 45566981 (eff. 0.277)
7.68/7.77	c #Conflicts:      18000 | #Learnt:       4707 | 0.000
7.68/7.77	c total clause space: 78.2603MB
7.68/7.77	c total #watches: 516209
8.38/8.49	c total #propagations: 13230315 / total #impl: 48530465 (eff. 0.273)
8.38/8.49	c #Conflicts:      19000 | #Learnt:       5707 | 0.000
8.38/8.49	c total clause space: 78.2603MB
8.38/8.49	c total #watches: 517718
9.09/9.11	c total #propagations: 13959880 / total #impl: 51582151 (eff. 0.271)
9.09/9.11	c #Conflicts:      20000 | #Learnt:       6707 | 0.000
9.09/9.11	c total clause space: 78.2603MB
9.09/9.11	c total #watches: 518808
9.49/9.54	c total #propagations: 14660756 / total #impl: 54235231 (eff. 0.270)
9.49/9.54	c GC COLLECT
9.49/9.54	c #Conflicts:      21000 | #Learnt:       4222 | 0.000
9.49/9.54	c total clause space: 78.2603MB
9.49/9.54	c total #watches: 505372
9.89/9.92	c total #propagations: 15338252 / total #impl: 56572933 (eff. 0.271)
9.89/9.92	c #Conflicts:      22000 | #Learnt:       5222 | 0.000
9.89/9.92	c total clause space: 78.2603MB
9.89/9.92	c total #watches: 508651
10.29/10.31	c total #propagations: 16000212 / total #impl: 58742922 (eff. 0.272)
10.29/10.31	c #Conflicts:      23000 | #Learnt:       6222 | 0.000
10.29/10.31	c total clause space: 78.2603MB
10.29/10.31	c total #watches: 512475
10.59/10.67	c total #propagations: 16633404 / total #impl: 61178112 (eff. 0.272)
10.59/10.67	c #Conflicts:      24000 | #Learnt:       7222 | 0.000
10.59/10.67	c total clause space: 78.2603MB
10.59/10.67	c total #watches: 516007
10.99/11.06	c total #propagations: 17265958 / total #impl: 63341667 (eff. 0.273)
10.99/11.06	c GC COLLECT
10.99/11.06	c #Conflicts:      25000 | #Learnt:       4420 | 0.000
10.99/11.06	c total clause space: 78.2603MB
10.99/11.06	c total #watches: 502925
11.29/11.34	c total #propagations: 18032591 / total #impl: 65863199 (eff. 0.274)
11.29/11.34	c #Conflicts:      26000 | #Learnt:       5420 | 0.000
11.29/11.34	c total clause space: 78.2603MB
11.29/11.34	c total #watches: 506044
11.59/11.66	c total #propagations: 18522569 / total #impl: 67970838 (eff. 0.273)
11.59/11.66	c #Conflicts:      27000 | #Learnt:       6420 | 0.000
11.59/11.66	c total clause space: 78.2603MB
11.59/11.66	c total #watches: 508731
11.99/12.02	c total #propagations: 19284601 / total #impl: 70143111 (eff. 0.275)
11.99/12.02	c #Conflicts:      28000 | #Learnt:       7420 | 0.000
11.99/12.02	c total clause space: 78.2603MB
11.99/12.03	c total #watches: 512014
12.29/12.38	c total #propagations: 20124554 / total #impl: 72745711 (eff. 0.277)
12.29/12.38	c #Conflicts:      29000 | #Learnt:       4324 | 0.000
12.29/12.38	c total clause space: 78.2603MB
12.29/12.38	c total #watches: 510875
12.59/12.69	c total #propagations: 20808314 / total #impl: 75389174 (eff. 0.276)
12.59/12.69	c #Conflicts:      30000 | #Learnt:       5324 | 0.000
12.59/12.69	c total clause space: 78.2603MB
12.59/12.69	c total #watches: 510498
12.99/13.07	c total #propagations: 21475975 / total #impl: 77786179 (eff. 0.276)
12.99/13.07	c #Conflicts:      31000 | #Learnt:       6324 | 0.000
12.99/13.07	c total clause space: 78.2603MB
12.99/13.07	c total #watches: 513321
13.39/13.43	c total #propagations: 22253287 / total #impl: 80783001 (eff. 0.275)
13.39/13.43	c #Conflicts:      32000 | #Learnt:       7324 | 0.000
13.39/13.43	c total clause space: 78.2603MB
13.39/13.43	c total #watches: 516293
13.78/13.87	c total #propagations: 23000655 / total #impl: 83411378 (eff. 0.276)
13.78/13.87	c #Conflicts:      33000 | #Learnt:       8324 | 0.000
13.78/13.87	c total clause space: 78.2603MB
13.78/13.87	c total #watches: 519749
14.28/14.31	c total #propagations: 23817826 / total #impl: 86722900 (eff. 0.275)
14.28/14.31	c GC COLLECT
14.28/14.31	c #Conflicts:      34000 | #Learnt:       4924 | 0.000
14.28/14.31	c total clause space: 78.2603MB
14.28/14.31	c total #watches: 505799
14.58/14.62	c total #propagations: 24594382 / total #impl: 89596758 (eff. 0.275)
14.58/14.62	c #Conflicts:      35000 | #Learnt:       5924 | 0.000
14.58/14.62	c total clause space: 78.2603MB
14.58/14.62	c total #watches: 510683
14.88/14.94	c total #propagations: 25269011 / total #impl: 91961810 (eff. 0.275)
14.88/14.94	c #Conflicts:      36000 | #Learnt:       6924 | 0.000
14.88/14.94	c total clause space: 78.2603MB
14.88/14.94	c total #watches: 516821
15.28/15.30	c total #propagations: 25842262 / total #impl: 94282805 (eff. 0.274)
15.28/15.30	c #Conflicts:      37000 | #Learnt:       7924 | 0.000
15.28/15.30	c total clause space: 78.2603MB
15.28/15.30	c total #watches: 522253
15.68/15.74	c total #propagations: 26425054 / total #impl: 97065708 (eff. 0.272)
15.68/15.74	c #Conflicts:      38000 | #Learnt:       8924 | 0.000
15.68/15.74	c total clause space: 78.2603MB
15.68/15.74	c total #watches: 526539
16.08/16.14	c total #propagations: 27070145 / total #impl: 100068017 (eff. 0.271)
16.08/16.14	c GC COLLECT
16.08/16.14	c #Conflicts:      39000 | #Learnt:       5222 | 0.000
16.08/16.14	c total clause space: 78.2603MB
16.08/16.14	c total #watches: 514266
16.38/16.48	c total #propagations: 27716842 / total #impl: 102536819 (eff. 0.270)
16.38/16.48	c #Conflicts:      40000 | #Learnt:       6222 | 0.000
16.38/16.48	c total clause space: 78.2603MB
16.38/16.48	c total #watches: 517984
16.78/16.89	c total #propagations: 28394564 / total #impl: 104825195 (eff. 0.271)
16.78/16.89	c #Conflicts:      41000 | #Learnt:       7222 | 0.000
16.78/16.89	c total clause space: 78.2603MB
16.78/16.89	c total #watches: 523861
17.38/17.41	c total #propagations: 29015337 / total #impl: 107017631 (eff. 0.271)
17.38/17.41	c #Conflicts:      42000 | #Learnt:       8222 | 0.000
17.38/17.41	c total clause space: 78.2603MB
17.38/17.41	c total #watches: 530902
17.98/18.01	c total #propagations: 29677008 / total #impl: 109793279 (eff. 0.270)
17.98/18.01	c #Conflicts:      43000 | #Learnt:       9222 | 0.000
17.98/18.01	c total clause space: 78.2603MB
17.98/18.01	c total #watches: 538165
18.68/18.76	c total #propagations: 30337472 / total #impl: 112333335 (eff. 0.270)
18.68/18.76	c GC COLLECT
18.68/18.76	c #Conflicts:      44000 | #Learnt:       5220 | 0.000
18.68/18.76	c total clause space: 78.2603MB
18.68/18.76	c total #watches: 514353
19.18/19.20	c total #propagations: 31083880 / total #impl: 115472058 (eff. 0.269)
19.18/19.20	c #Conflicts:      45000 | #Learnt:       6220 | 0.000
19.18/19.20	c total clause space: 78.2603MB
19.18/19.20	c total #watches: 521274
19.48/19.52	c total #propagations: 31819361 / total #impl: 118232265 (eff. 0.269)
19.48/19.52	c #Conflicts:      46000 | #Learnt:       7220 | 0.000
19.48/19.52	c total clause space: 78.2603MB
19.48/19.52	c total #watches: 524640
19.78/19.86	c total #propagations: 32357757 / total #impl: 120318262 (eff. 0.269)
19.78/19.86	c #Conflicts:      47000 | #Learnt:       8220 | 0.000
19.78/19.86	c total clause space: 78.2603MB
19.78/19.86	c total #watches: 527637
20.08/20.19	c total #propagations: 32925429 / total #impl: 122454565 (eff. 0.269)
20.08/20.19	c #Conflicts:      48000 | #Learnt:       9220 | 0.000
20.08/20.19	c total clause space: 78.2603MB
20.08/20.19	c total #watches: 530479
20.58/20.65	c total #propagations: 33459149 / total #impl: 124604067 (eff. 0.269)
20.58/20.65	c #Conflicts:      49000 | #Learnt:      10220 | 0.000
20.58/20.65	c total clause space: 78.2603MB
20.58/20.65	c total #watches: 533787
20.99/21.06	c total #propagations: 34223440 / total #impl: 127680359 (eff. 0.268)
20.99/21.06	c GC COLLECT
20.99/21.06	c #Conflicts:      50000 | #Learnt:       5919 | 0.000
20.99/21.06	c total clause space: 78.2603MB
20.99/21.06	c total #watches: 517353
21.28/21.34	c total #propagations: 34916003 / total #impl: 130295066 (eff. 0.268)
21.28/21.34	c #Conflicts:      51000 | #Learnt:       6919 | 0.000
21.28/21.34	c total clause space: 78.2603MB
21.28/21.34	c total #watches: 521505
21.68/21.71	c total #propagations: 35451638 / total #impl: 132468448 (eff. 0.268)
21.68/21.71	c #Conflicts:      52000 | #Learnt:       7919 | 0.000
21.68/21.71	c total clause space: 78.2603MB
21.68/21.71	c total #watches: 525700
22.19/22.23	c total #propagations: 36089690 / total #impl: 135090315 (eff. 0.267)
22.19/22.23	c #Conflicts:      53000 | #Learnt:       8919 | 0.000
22.19/22.23	c total clause space: 78.2603MB
22.19/22.23	c total #watches: 530931
22.58/22.63	c total #propagations: 36731660 / total #impl: 138120940 (eff. 0.266)
22.58/22.63	c #Conflicts:      54000 | #Learnt:       9919 | 0.000
22.58/22.63	c total clause space: 78.2603MB
22.58/22.63	c total #watches: 535300
23.08/23.20	c total #propagations: 37359776 / total #impl: 140709033 (eff. 0.266)
23.08/23.20	c #Conflicts:      55000 | #Learnt:      10919 | 0.000
23.08/23.20	c total clause space: 78.2603MB
23.08/23.20	c total #watches: 542412
23.58/23.60	c total #propagations: 38103171 / total #impl: 143960774 (eff. 0.265)
23.58/23.60	c GC COLLECT
23.58/23.60	c #Conflicts:      56000 | #Learnt:       6323 | 0.000
23.58/23.60	c total clause space: 78.2603MB
23.58/23.60	c total #watches: 518557
23.88/23.95	c total #propagations: 38673330 / total #impl: 146287645 (eff. 0.264)
23.88/23.95	c #Conflicts:      57000 | #Learnt:       7323 | 0.000
23.88/23.95	c total clause space: 78.2603MB
23.88/23.95	c total #watches: 521473
24.29/24.37	c total #propagations: 39310762 / total #impl: 148715481 (eff. 0.264)
24.29/24.37	c #Conflicts:      58000 | #Learnt:       8323 | 0.000
24.29/24.37	c total clause space: 78.2603MB
24.29/24.37	c total #watches: 524978
24.68/24.78	c total #propagations: 40016231 / total #impl: 151373698 (eff. 0.264)
24.68/24.78	c #Conflicts:      59000 | #Learnt:       9323 | 0.000
24.68/24.78	c total clause space: 78.2603MB
24.68/24.78	c total #watches: 528216
25.28/25.31	c total #propagations: 40734530 / total #impl: 154173613 (eff. 0.264)
25.28/25.31	c #Conflicts:      60000 | #Learnt:      10323 | 0.000
25.28/25.31	c total clause space: 78.2603MB
25.28/25.31	c total #watches: 532301
25.78/25.80	c total #propagations: 41551343 / total #impl: 157152946 (eff. 0.264)
25.78/25.80	c #Conflicts:      61000 | #Learnt:      11323 | 0.000
25.78/25.80	c total clause space: 78.2603MB
25.78/25.80	c total #watches: 535096
26.18/26.29	c total #propagations: 42285443 / total #impl: 159463650 (eff. 0.265)
26.18/26.29	c GC COLLECT
26.18/26.29	c #Conflicts:      62000 | #Learnt:       6416 | 0.000
26.18/26.29	c total clause space: 78.2603MB
26.18/26.29	c total #watches: 518554
26.78/26.82	c total #propagations: 43074948 / total #impl: 162358595 (eff. 0.265)
26.78/26.82	c #Conflicts:      63000 | #Learnt:       7416 | 0.000
26.78/26.82	c total clause space: 78.2603MB
26.78/26.82	c total #watches: 521606
27.18/27.20	c total #propagations: 44049129 / total #impl: 166099056 (eff. 0.265)
27.18/27.20	c #Conflicts:      64000 | #Learnt:       8416 | 0.000
27.18/27.20	c total clause space: 78.2603MB
27.18/27.20	c total #watches: 525484
27.48/27.59	c total #propagations: 44707740 / total #impl: 168654253 (eff. 0.265)
27.48/27.59	c #Conflicts:      65000 | #Learnt:       9416 | 0.000
27.48/27.59	c total clause space: 78.2603MB
27.48/27.59	c total #watches: 528611
27.88/27.98	c total #propagations: 45373841 / total #impl: 170947367 (eff. 0.265)
27.88/27.98	c #Conflicts:      66000 | #Learnt:      10416 | 0.000
27.88/27.98	c total clause space: 78.2603MB
27.88/27.98	c total #watches: 531721
28.28/28.38	c total #propagations: 45985523 / total #impl: 173160614 (eff. 0.266)
28.28/28.38	c #Conflicts:      67000 | #Learnt:      11416 | 0.000
28.28/28.38	c total clause space: 78.2603MB
28.28/28.38	c total #watches: 535208
28.69/28.80	c total #propagations: 46596193 / total #impl: 175448457 (eff. 0.266)
28.69/28.80	c #Conflicts:      68000 | #Learnt:      12416 | 0.000
28.69/28.80	c total clause space: 78.2603MB
28.69/28.80	c total #watches: 538829
29.18/29.23	c total #propagations: 47277473 / total #impl: 177945268 (eff. 0.266)
29.18/29.23	c GC COLLECT
29.18/29.23	c #Conflicts:      69000 | #Learnt:       7202 | 0.000
29.18/29.23	c total clause space: 78.2603MB
29.18/29.23	c total #watches: 521607
29.48/29.57	c total #propagations: 47999682 / total #impl: 180478083 (eff. 0.266)
29.48/29.57	c #Conflicts:      70000 | #Learnt:       8202 | 0.000
29.48/29.57	c total clause space: 78.2603MB
29.48/29.57	c total #watches: 525737
29.89/29.95	c total #propagations: 48646064 / total #impl: 182761034 (eff. 0.266)
29.89/29.95	c #Conflicts:      71000 | #Learnt:       9202 | 0.000
29.89/29.95	c total clause space: 78.2603MB
29.89/29.95	c total #watches: 530476
30.28/30.38	c total #propagations: 49278618 / total #impl: 185203794 (eff. 0.266)
30.28/30.38	c #Conflicts:      72000 | #Learnt:      10202 | 0.000
30.28/30.38	c total clause space: 78.2603MB
30.28/30.38	c total #watches: 534809
30.78/30.88	c total #propagations: 49972120 / total #impl: 188080847 (eff. 0.266)
30.78/30.88	c #Conflicts:      73000 | #Learnt:      11202 | 0.000
30.78/30.88	c total clause space: 78.2603MB
30.78/30.88	c total #watches: 539634
31.28/31.31	c total #propagations: 50731907 / total #impl: 190977383 (eff. 0.266)
31.28/31.31	c #Conflicts:      74000 | #Learnt:      12202 | 0.000
31.28/31.31	c total clause space: 78.2603MB
31.28/31.31	c total #watches: 543138
31.78/31.84	c total #propagations: 51391632 / total #impl: 193198641 (eff. 0.266)
31.78/31.84	c GC COLLECT
31.78/31.84	c #Conflicts:      75000 | #Learnt:       6709 | 0.000
31.78/31.84	c total clause space: 78.2603MB
31.78/31.84	c total #watches: 519460
32.28/32.30	c total #propagations: 52143541 / total #impl: 196283402 (eff. 0.266)
32.28/32.30	c #Conflicts:      76000 | #Learnt:       7709 | 0.000
32.28/32.30	c total clause space: 78.2603MB
32.28/32.31	c total #watches: 523175
32.58/32.63	c total #propagations: 52976383 / total #impl: 199402082 (eff. 0.266)
32.58/32.63	c #Conflicts:      77000 | #Learnt:       8709 | 0.000
32.58/32.63	c total clause space: 78.2603MB
32.58/32.63	c total #watches: 527071
32.98/33.01	c total #propagations: 53514728 / total #impl: 201932797 (eff. 0.265)
32.98/33.01	c #Conflicts:      78000 | #Learnt:       9709 | 0.000
32.98/33.01	c total clause space: 78.2603MB
32.98/33.01	c total #watches: 531566
33.38/33.48	c total #propagations: 54105320 / total #impl: 204297947 (eff. 0.265)
33.38/33.48	c #Conflicts:      79000 | #Learnt:      10709 | 0.000
33.38/33.48	c total clause space: 78.2603MB
33.38/33.48	c total #watches: 536494
33.98/34.07	c total #propagations: 54750934 / total #impl: 207028623 (eff. 0.264)
33.98/34.07	c #Conflicts:      80000 | #Learnt:      11709 | 0.000
33.98/34.07	c total clause space: 78.2603MB
33.98/34.07	c total #watches: 538985
34.58/34.61	c total #propagations: 55571944 / total #impl: 209854865 (eff. 0.265)
34.58/34.61	c #Conflicts:      81000 | #Learnt:      12709 | 0.000
34.58/34.61	c total clause space: 78.2603MB
34.58/34.61	c total #watches: 542429
34.98/35.03	c total #propagations: 56339941 / total #impl: 212445974 (eff. 0.265)
34.98/35.03	c GC COLLECT
34.98/35.03	c #Conflicts:      82000 | #Learnt:       6917 | 0.000
34.98/35.03	c total clause space: 78.2603MB
34.98/35.03	c total #watches: 520546
35.39/35.42	c total #propagations: 56976271 / total #impl: 214878465 (eff. 0.265)
35.39/35.42	c #Conflicts:      83000 | #Learnt:       7917 | 0.000
35.39/35.42	c total clause space: 78.2603MB
35.39/35.42	c total #watches: 525998
35.78/35.80	c total #propagations: 57606877 / total #impl: 217166627 (eff. 0.265)
35.78/35.80	c #Conflicts:      84000 | #Learnt:       8917 | 0.000
35.78/35.80	c total clause space: 78.2603MB
35.78/35.80	c total #watches: 531018
36.08/36.16	c total #propagations: 58109206 / total #impl: 219165806 (eff. 0.265)
36.08/36.16	c #Conflicts:      85000 | #Learnt:       9917 | 0.000
36.08/36.16	c total clause space: 78.2603MB
36.08/36.16	c total #watches: 534063
36.49/36.53	c total #propagations: 58599851 / total #impl: 221169438 (eff. 0.265)
36.49/36.53	c #Conflicts:      86000 | #Learnt:      10917 | 0.000
36.49/36.53	c total clause space: 78.2603MB
36.49/36.53	c total #watches: 537725
36.88/36.97	c total #propagations: 59083051 / total #impl: 223313414 (eff. 0.265)
36.88/36.97	c #Conflicts:      87000 | #Learnt:      11917 | 0.000
36.88/36.97	c total clause space: 78.2603MB
36.88/36.97	c total #watches: 541028
37.28/37.32	c total #propagations: 59612413 / total #impl: 225570131 (eff. 0.264)
37.28/37.32	c #Conflicts:      88000 | #Learnt:      12917 | 0.000
37.28/37.32	c total clause space: 78.2603MB
37.28/37.32	c total #watches: 544412
37.68/37.72	c total #propagations: 60101635 / total #impl: 227777704 (eff. 0.264)
37.68/37.72	c #Conflicts:      89000 | #Learnt:      13917 | 0.000
37.68/37.72	c total clause space: 78.2603MB
37.68/37.72	c total #watches: 548081
38.08/38.14	c total #propagations: 60572600 / total #impl: 229877578 (eff. 0.263)
38.08/38.14	c GC COLLECT
38.08/38.14	c #Conflicts:      90000 | #Learnt:       7823 | 0.000
38.08/38.14	c total clause space: 78.2603MB
38.08/38.14	c total #watches: 523937
38.38/38.49	c total #propagations: 61116141 / total #impl: 232286134 (eff. 0.263)
38.38/38.49	c #Conflicts:      91000 | #Learnt:       8823 | 0.000
38.38/38.49	c total clause space: 78.2603MB
38.38/38.49	c total #watches: 527152
38.88/38.90	c total #propagations: 61663664 / total #impl: 234361336 (eff. 0.263)
38.88/38.90	c #Conflicts:      92000 | #Learnt:       9823 | 0.000
38.88/38.90	c total clause space: 78.2603MB
38.88/38.90	c total #watches: 530640
39.28/39.31	c total #propagations: 62249677 / total #impl: 236351720 (eff. 0.263)
39.28/39.31	c #Conflicts:      93000 | #Learnt:      10823 | 0.000
39.28/39.31	c total clause space: 78.2603MB
39.28/39.31	c total #watches: 533669
39.68/39.74	c total #propagations: 62776482 / total #impl: 238134009 (eff. 0.264)
39.68/39.74	c #Conflicts:      94000 | #Learnt:      11823 | 0.000
39.68/39.74	c total clause space: 78.2603MB
39.68/39.74	c total #watches: 536276
40.18/40.22	c total #propagations: 63292373 / total #impl: 239863851 (eff. 0.264)
40.18/40.22	c #Conflicts:      95000 | #Learnt:      12823 | 0.000
40.18/40.22	c total clause space: 78.2603MB
40.18/40.22	c total #watches: 539166
40.68/40.72	c total #propagations: 63836905 / total #impl: 241791920 (eff. 0.264)
40.68/40.72	c #Conflicts:      96000 | #Learnt:      13823 | 0.000
40.68/40.72	c total clause space: 78.2603MB
40.68/40.72	c total #watches: 543246
41.18/41.27	c total #propagations: 64373204 / total #impl: 243768983 (eff. 0.264)
41.18/41.27	c #Conflicts:      97000 | #Learnt:      14823 | 0.000
41.18/41.27	c total clause space: 78.2603MB
41.18/41.27	c total #watches: 547283
41.68/41.71	c total #propagations: 64970448 / total #impl: 245830465 (eff. 0.264)
41.68/41.71	c GC COLLECT
41.68/41.71	c #Conflicts:      98000 | #Learnt:       8435 | 0.000
41.68/41.71	c total clause space: 78.2603MB
41.68/41.71	c total #watches: 527323
42.08/42.17	c total #propagations: 65623869 / total #impl: 248065882 (eff. 0.265)
42.08/42.17	c #Conflicts:      99000 | #Learnt:       9435 | 0.000
42.08/42.17	c total clause space: 78.2603MB
42.08/42.17	c total #watches: 530519
42.58/42.62	c total #propagations: 66279197 / total #impl: 250171102 (eff. 0.265)
42.58/42.62	c #Conflicts:     100000 | #Learnt:      10435 | 0.000
42.58/42.62	c total clause space: 78.2603MB
42.58/42.62	c total #watches: 534144
43.08/43.16	c total #propagations: 66851423 / total #impl: 252124369 (eff. 0.265)
43.08/43.16	c #Conflicts:     101000 | #Learnt:      11435 | 0.000
43.08/43.16	c total clause space: 78.2603MB
43.08/43.16	c total #watches: 538366
43.58/43.68	c total #propagations: 67468047 / total #impl: 254215073 (eff. 0.265)
43.58/43.68	c #Conflicts:     102000 | #Learnt:      12435 | 0.000
43.58/43.68	c total clause space: 78.2603MB
43.58/43.68	c total #watches: 541617
44.08/44.20	c total #propagations: 68030128 / total #impl: 256007044 (eff. 0.266)
44.08/44.20	c #Conflicts:     103000 | #Learnt:      13435 | 0.000
44.08/44.20	c total clause space: 78.2603MB
44.08/44.20	c total #watches: 545431
44.58/44.68	c total #propagations: 68619323 / total #impl: 258007570 (eff. 0.266)
44.58/44.68	c #Conflicts:     104000 | #Learnt:      14435 | 0.000
44.58/44.68	c total clause space: 78.2603MB
44.58/44.68	c total #watches: 549618
45.08/45.11	c total #propagations: 69310661 / total #impl: 260511933 (eff. 0.266)
45.08/45.11	c #Conflicts:     105000 | #Learnt:      15435 | 0.000
45.08/45.11	c total clause space: 78.2603MB
45.08/45.11	c total #watches: 553028
45.48/45.59	c total #propagations: 69940450 / total #impl: 262792765 (eff. 0.266)
45.48/45.59	c GC COLLECT
45.48/45.59	c #Conflicts:     106000 | #Learnt:       8730 | 0.000
45.48/45.59	c total clause space: 78.2603MB
45.48/45.59	c total #watches: 528906
45.88/45.96	c total #propagations: 70656542 / total #impl: 265758760 (eff. 0.266)
45.88/45.96	c #Conflicts:     107000 | #Learnt:       9730 | 0.000
45.88/45.96	c total clause space: 78.2603MB
45.88/45.96	c total #watches: 532423
46.38/46.47	c total #propagations: 71282067 / total #impl: 268105252 (eff. 0.266)
46.38/46.47	c #Conflicts:     108000 | #Learnt:      10730 | 0.000
46.38/46.47	c total clause space: 78.2603MB
46.38/46.47	c total #watches: 535714
46.88/46.95	c total #propagations: 72048026 / total #impl: 271184222 (eff. 0.266)
46.88/46.95	c #Conflicts:     109000 | #Learnt:      11730 | 0.000
46.88/46.95	c total clause space: 78.2603MB
46.88/46.95	c total #watches: 539973
47.38/47.40	c total #propagations: 72697593 / total #impl: 273892206 (eff. 0.265)
47.38/47.40	c #Conflicts:     110000 | #Learnt:      12730 | 0.000
47.38/47.40	c total clause space: 78.2603MB
47.38/47.41	c total #watches: 547429
47.78/47.89	c total #propagations: 73339050 / total #impl: 276779689 (eff. 0.265)
47.78/47.89	c #Conflicts:     111000 | #Learnt:      13730 | 0.000
47.78/47.89	c total clause space: 78.2603MB
47.78/47.89	c total #watches: 552355
48.38/48.45	c total #propagations: 73916537 / total #impl: 279544326 (eff. 0.264)
48.38/48.45	c #Conflicts:     112000 | #Learnt:      14730 | 0.000
48.38/48.45	c total clause space: 78.2603MB
48.38/48.45	c total #watches: 556639
48.98/49.00	c total #propagations: 74573169 / total #impl: 282199570 (eff. 0.264)
48.98/49.00	c #Conflicts:     113000 | #Learnt:      15730 | 0.000
48.98/49.00	c total clause space: 78.2603MB
48.98/49.00	c total #watches: 560423
49.38/49.45	c total #propagations: 75188733 / total #impl: 284508677 (eff. 0.264)
49.38/49.45	c GC COLLECT
49.38/49.45	c #Conflicts:     114000 | #Learnt:       8728 | 0.000
49.38/49.45	c total clause space: 78.2603MB
49.38/49.45	c total #watches: 528927
49.78/49.89	c total #propagations: 75762955 / total #impl: 286760445 (eff. 0.264)
49.78/49.89	c #Conflicts:     115000 | #Learnt:       9728 | 0.000
49.78/49.89	c total clause space: 78.2603MB
49.78/49.89	c total #watches: 532625
50.28/50.39	c total #propagations: 76460280 / total #impl: 289197113 (eff. 0.264)
50.28/50.39	c #Conflicts:     116000 | #Learnt:      10728 | 0.000
50.28/50.39	c total clause space: 78.2603MB
50.28/50.39	c total #watches: 537154
50.68/50.77	c total #propagations: 77250229 / total #impl: 292301336 (eff. 0.264)
50.68/50.77	c #Conflicts:     117000 | #Learnt:      11728 | 0.000
50.68/50.77	c total clause space: 78.2603MB
50.68/50.77	c total #watches: 541738
51.18/51.22	c total #propagations: 77824207 / total #impl: 295022648 (eff. 0.264)
51.18/51.22	c #Conflicts:     118000 | #Learnt:      12728 | 0.000
51.18/51.22	c total clause space: 78.2603MB
51.18/51.22	c total #watches: 546320
51.78/51.83	c total #propagations: 78414925 / total #impl: 297951375 (eff. 0.263)
51.78/51.83	c #Conflicts:     119000 | #Learnt:      13728 | 0.000
51.78/51.83	c total clause space: 78.2603MB
51.78/51.83	c total #watches: 552189
52.28/52.35	c total #propagations: 79101591 / total #impl: 301115113 (eff. 0.263)
52.28/52.35	c #Conflicts:     120000 | #Learnt:      14728 | 0.000
52.28/52.35	c total clause space: 78.2603MB
52.28/52.35	c total #watches: 555935
52.78/52.90	c total #propagations: 79641108 / total #impl: 303240954 (eff. 0.263)
52.78/52.90	c #Conflicts:     121000 | #Learnt:      15728 | 0.000
52.78/52.90	c total clause space: 78.2603MB
52.78/52.90	c total #watches: 559026
53.38/53.47	c total #propagations: 80089119 / total #impl: 305055408 (eff. 0.263)
53.38/53.47	c GC COLLECT
53.38/53.47	c #Conflicts:     122000 | #Learnt:       8407 | 0.000
53.38/53.47	c total clause space: 78.2603MB
53.38/53.47	c total #watches: 527254
53.88/53.96	c total #propagations: 80538460 / total #impl: 306842798 (eff. 0.262)
53.88/53.96	c #Conflicts:     123000 | #Learnt:       9407 | 0.000
53.88/53.96	c total clause space: 78.2603MB
53.88/53.96	c total #watches: 531416
54.38/54.42	c total #propagations: 81334766 / total #impl: 309701450 (eff. 0.263)
54.38/54.42	c #Conflicts:     124000 | #Learnt:      10407 | 0.000
54.38/54.42	c total clause space: 78.2603MB
54.38/54.42	c total #watches: 535611
54.78/54.86	c total #propagations: 82021606 / total #impl: 312572388 (eff. 0.262)
54.78/54.86	c #Conflicts:     125000 | #Learnt:      11407 | 0.000
54.78/54.86	c total clause space: 78.2603MB
54.78/54.86	c total #watches: 540222
55.28/55.34	c total #propagations: 82745247 / total #impl: 315972573 (eff. 0.262)
55.28/55.34	c #Conflicts:     126000 | #Learnt:      12407 | 0.000
55.28/55.34	c total clause space: 78.2603MB
55.28/55.34	c total #watches: 543651
55.78/55.83	c total #propagations: 83456630 / total #impl: 318949417 (eff. 0.262)
55.78/55.83	c #Conflicts:     127000 | #Learnt:      13407 | 0.000
55.78/55.83	c total clause space: 78.2603MB
55.78/55.84	c total #watches: 548051
56.28/56.32	c total #propagations: 84109406 / total #impl: 321397632 (eff. 0.262)
56.28/56.32	c #Conflicts:     128000 | #Learnt:      14407 | 0.000
56.28/56.32	c total clause space: 78.2603MB
56.28/56.32	c total #watches: 552455
56.68/56.78	c total #propagations: 84808461 / total #impl: 324029498 (eff. 0.262)
56.68/56.78	c #Conflicts:     129000 | #Learnt:      15407 | 0.000
56.68/56.78	c total clause space: 78.2603MB
56.68/56.78	c total #watches: 558881
57.18/57.30	c total #propagations: 85372582 / total #impl: 326277488 (eff. 0.262)
57.18/57.30	c #Conflicts:     130000 | #Learnt:      16407 | 0.000
57.18/57.30	c total clause space: 78.2603MB
57.18/57.30	c total #watches: 563035
57.88/57.90	c total #propagations: 85875078 / total #impl: 328264419 (eff. 0.262)
57.88/57.90	c GC COLLECT
57.88/57.90	c #Conflicts:     131000 | #Learnt:       8802 | 0.000
57.88/57.90	c total clause space: 78.2603MB
57.88/57.90	c total #watches: 528488
58.28/58.36	c total #propagations: 86591515 / total #impl: 331199078 (eff. 0.261)
58.28/58.36	c #Conflicts:     132000 | #Learnt:       9802 | 0.000
58.28/58.36	c total clause space: 78.2603MB
58.28/58.36	c total #watches: 531944
58.68/58.76	c total #propagations: 87390567 / total #impl: 334130157 (eff. 0.262)
58.68/58.76	c #Conflicts:     133000 | #Learnt:      10802 | 0.000
58.68/58.76	c total clause space: 78.2603MB
58.68/58.76	c total #watches: 535407
59.27/59.32	c total #propagations: 88031001 / total #impl: 336856665 (eff. 0.261)
59.27/59.32	c #Conflicts:     134000 | #Learnt:      11802 | 0.000
59.27/59.32	c total clause space: 78.2603MB
59.27/59.32	c total #watches: 539554
59.67/59.79	c total #propagations: 88866161 / total #impl: 340224037 (eff. 0.261)
59.67/59.79	c #Conflicts:     135000 | #Learnt:      12802 | 0.000
59.67/59.79	c total clause space: 78.2603MB
59.67/59.79	c total #watches: 543161
60.37/60.44	c total #propagations: 89529093 / total #impl: 342895159 (eff. 0.261)
60.37/60.44	c #Conflicts:     136000 | #Learnt:      13802 | 0.000
60.37/60.44	c total clause space: 78.2603MB
60.37/60.44	c total #watches: 546390
60.87/60.95	c total #propagations: 90389940 / total #impl: 345586143 (eff. 0.262)
60.87/60.95	c #Conflicts:     137000 | #Learnt:      14802 | 0.000
60.87/60.95	c total clause space: 78.2603MB
60.87/60.95	c total #watches: 550042
61.47/61.55	c total #propagations: 91061711 / total #impl: 348027030 (eff. 0.262)
61.47/61.55	c #Conflicts:     138000 | #Learnt:      15802 | 0.000
61.47/61.55	c total clause space: 78.2603MB
61.47/61.55	c total #watches: 553027
61.78/61.89	c total #propagations: 91765110 / total #impl: 350353159 (eff. 0.262)
61.78/61.89	c #Conflicts:     139000 | #Learnt:      16802 | 0.000
61.78/61.89	c total clause space: 78.2603MB
61.78/61.89	c total #watches: 557040
62.27/62.34	c total #propagations: 92126695 / total #impl: 352324356 (eff. 0.261)
62.27/62.34	c #Conflicts:     140000 | #Learnt:      17802 | 0.000
62.27/62.34	c total clause space: 78.2603MB
62.27/62.35	c total #watches: 561993
62.57/62.68	c total #propagations: 92620382 / total #impl: 355035708 (eff. 0.261)
62.57/62.68	c GC COLLECT
62.57/62.68	c #Conflicts:     141000 | #Learnt:       9905 | 0.000
62.57/62.68	c total clause space: 78.2603MB
62.57/62.68	c total #watches: 534556
62.97/63.05	c total #propagations: 93014676 / total #impl: 357472350 (eff. 0.260)
62.97/63.05	c #Conflicts:     142000 | #Learnt:      10905 | 0.000
62.97/63.05	c total clause space: 78.2603MB
62.97/63.05	c total #watches: 537411
63.37/63.45	c total #propagations: 93529679 / total #impl: 359447261 (eff. 0.260)
63.37/63.45	c #Conflicts:     143000 | #Learnt:      11905 | 0.000
63.37/63.45	c total clause space: 78.2603MB
63.37/63.45	c total #watches: 540525
63.77/63.88	c total #propagations: 94061386 / total #impl: 361393724 (eff. 0.260)
63.77/63.88	c #Conflicts:     144000 | #Learnt:      12905 | 0.000
63.77/63.88	c total clause space: 78.2603MB
63.77/63.88	c total #watches: 543405
64.27/64.30	c total #propagations: 94574357 / total #impl: 363329647 (eff. 0.260)
64.27/64.30	c #Conflicts:     145000 | #Learnt:      13905 | 0.000
64.27/64.30	c total clause space: 78.2603MB
64.27/64.30	c total #watches: 546084
64.67/64.76	c total #propagations: 95049287 / total #impl: 365040017 (eff. 0.260)
64.67/64.76	c #Conflicts:     146000 | #Learnt:      14905 | 0.000
64.67/64.76	c total clause space: 78.2603MB
64.67/64.76	c total #watches: 549007
65.17/65.25	c total #propagations: 95476228 / total #impl: 366702060 (eff. 0.260)
65.17/65.25	c #Conflicts:     147000 | #Learnt:      15905 | 0.000
65.17/65.25	c total clause space: 78.2603MB
65.17/65.25	c total #watches: 551943
65.67/65.71	c total #propagations: 95948109 / total #impl: 368507969 (eff. 0.260)
65.67/65.71	c #Conflicts:     148000 | #Learnt:      16905 | 0.000
65.67/65.71	c total clause space: 78.2603MB
65.67/65.72	c total #watches: 554882
66.08/66.19	c total #propagations: 96472864 / total #impl: 370496216 (eff. 0.260)
66.08/66.19	c #Conflicts:     149000 | #Learnt:      17905 | 0.000
66.08/66.19	c total clause space: 78.2603MB
66.08/66.19	c total #watches: 557735
66.57/66.66	c total #propagations: 97056106 / total #impl: 372684897 (eff. 0.260)
66.57/66.66	c GC COLLECT
66.57/66.66	c #Conflicts:     150000 | #Learnt:       9703 | 0.000
66.57/66.66	c total clause space: 78.2603MB
66.57/66.66	c total #watches: 532292
67.07/67.13	c total #propagations: 97676069 / total #impl: 374996474 (eff. 0.260)
67.07/67.13	c #Conflicts:     151000 | #Learnt:      10703 | 0.000
67.07/67.13	c total clause space: 78.2603MB
67.07/67.13	c total #watches: 535574
67.47/67.59	c total #propagations: 98374703 / total #impl: 377466758 (eff. 0.261)
67.47/67.59	c #Conflicts:     152000 | #Learnt:      11703 | 0.000
67.47/67.59	c total clause space: 78.2603MB
67.47/67.59	c total #watches: 539769
67.97/68.07	c total #propagations: 99039599 / total #impl: 380215859 (eff. 0.260)
67.97/68.07	c #Conflicts:     153000 | #Learnt:      12703 | 0.000
67.97/68.07	c total clause space: 78.2603MB
67.97/68.07	c total #watches: 542920
68.38/68.42	c total #propagations: 99724861 / total #impl: 382841127 (eff. 0.260)
68.38/68.42	c #Conflicts:     154000 | #Learnt:      13703 | 0.000
68.38/68.42	c total clause space: 78.2603MB
68.38/68.42	c total #watches: 547912
68.87/68.91	c total #propagations: 100317204 / total #impl: 384898810 (eff. 0.261)
68.87/68.91	c #Conflicts:     155000 | #Learnt:      14703 | 0.000
68.87/68.91	c total clause space: 78.2603MB
68.87/68.91	c total #watches: 551894
69.27/69.39	c total #propagations: 100896728 / total #impl: 387230421 (eff. 0.261)
69.27/69.39	c #Conflicts:     156000 | #Learnt:      15703 | 0.000
69.27/69.39	c total clause space: 78.2603MB
69.27/69.39	c total #watches: 555200
69.77/69.87	c total #propagations: 101486104 / total #impl: 389493659 (eff. 0.261)
69.77/69.87	c #Conflicts:     157000 | #Learnt:      16703 | 0.000
69.77/69.87	c total clause space: 78.2603MB
69.77/69.87	c total #watches: 558247
70.27/70.36	c total #propagations: 102093322 / total #impl: 391549978 (eff. 0.261)
70.27/70.36	c #Conflicts:     158000 | #Learnt:      17703 | 0.000
70.27/70.36	c total clause space: 78.2603MB
70.27/70.36	c total #watches: 561817
70.87/70.91	c total #propagations: 102731075 / total #impl: 393974084 (eff. 0.261)
70.87/70.91	c #Conflicts:     159000 | #Learnt:      18703 | 0.000
70.87/70.91	c total clause space: 78.2603MB
70.87/70.91	c total #watches: 566655
71.37/71.46	c total #propagations: 103455491 / total #impl: 396759359 (eff. 0.261)
71.37/71.46	c GC COLLECT
71.37/71.46	c #Conflicts:     160000 | #Learnt:      10199 | 0.000
71.37/71.46	c total clause space: 78.2603MB
71.37/71.46	c total #watches: 533569
71.87/71.91	c total #propagations: 104181956 / total #impl: 399236079 (eff. 0.261)
71.87/71.91	c #Conflicts:     161000 | #Learnt:      11199 | 0.000
71.87/71.91	c total clause space: 78.2603MB
71.87/71.91	c total #watches: 537870
72.27/72.37	c total #propagations: 104811853 / total #impl: 401571490 (eff. 0.261)
72.27/72.37	c #Conflicts:     162000 | #Learnt:      12199 | 0.000
72.27/72.37	c total clause space: 78.2603MB
72.27/72.37	c total #watches: 540690
72.87/72.94	c total #propagations: 105489621 / total #impl: 404302528 (eff. 0.261)
72.87/72.94	c #Conflicts:     163000 | #Learnt:      13199 | 0.000
72.87/72.94	c total clause space: 78.2603MB
72.87/72.94	c total #watches: 543855
73.37/73.41	c total #propagations: 106280554 / total #impl: 407165966 (eff. 0.261)
73.37/73.41	c #Conflicts:     164000 | #Learnt:      14199 | 0.000
73.37/73.41	c total clause space: 78.2603MB
73.37/73.41	c total #watches: 547358
73.88/73.94	c total #propagations: 106891276 / total #impl: 409856677 (eff. 0.261)
73.88/73.94	c #Conflicts:     165000 | #Learnt:      15199 | 0.000
73.88/73.94	c total clause space: 78.2603MB
73.88/73.94	c total #watches: 549985
74.47/74.53	c total #propagations: 107513314 / total #impl: 412185717 (eff. 0.261)
74.47/74.53	c #Conflicts:     166000 | #Learnt:      16199 | 0.000
74.47/74.53	c total clause space: 127.173MB
74.47/74.53	c total #watches: 552299
74.98/75.05	c total #propagations: 108214062 / total #impl: 414733930 (eff. 0.261)
74.98/75.05	c #Conflicts:     167000 | #Learnt:      17199 | 0.000
74.98/75.05	c total clause space: 127.173MB
74.98/75.05	c total #watches: 555321
75.47/75.58	c total #propagations: 108862375 / total #impl: 417235545 (eff. 0.261)
75.47/75.58	c #Conflicts:     168000 | #Learnt:      18199 | 0.000
75.47/75.58	c total clause space: 127.173MB
75.47/75.58	c total #watches: 558959
76.08/76.18	c total #propagations: 109551193 / total #impl: 419846660 (eff. 0.261)
76.08/76.18	c #Conflicts:     169000 | #Learnt:      19199 | 0.000
76.08/76.18	c total clause space: 127.173MB
76.08/76.18	c total #watches: 562893
76.67/76.77	c total #propagations: 110309296 / total #impl: 422647988 (eff. 0.261)
76.67/76.77	c GC COLLECT
76.67/76.77	c #Conflicts:     170000 | #Learnt:      10398 | 0.000
76.67/76.77	c total clause space: 127.173MB
76.67/76.77	c total #watches: 535210
77.18/77.28	c total #propagations: 111127325 / total #impl: 425677384 (eff. 0.261)
77.18/77.28	c #Conflicts:     171000 | #Learnt:      11398 | 0.000
77.18/77.28	c total clause space: 127.173MB
77.18/77.28	c total #watches: 539632
77.67/77.74	c total #propagations: 111882798 / total #impl: 429107430 (eff. 0.261)
77.67/77.74	c #Conflicts:     172000 | #Learnt:      12398 | 0.000
77.67/77.74	c total clause space: 127.173MB
77.67/77.74	c total #watches: 542903
78.17/78.22	c total #propagations: 112553196 / total #impl: 431631862 (eff. 0.261)
78.17/78.22	c #Conflicts:     173000 | #Learnt:      13398 | 0.000
78.17/78.22	c total clause space: 127.173MB
78.17/78.22	c total #watches: 545876
78.67/78.70	c total #propagations: 113224060 / total #impl: 434442719 (eff. 0.261)
78.67/78.70	c #Conflicts:     174000 | #Learnt:      14398 | 0.000
78.67/78.70	c total clause space: 127.173MB
78.67/78.70	c total #watches: 550573
79.17/79.26	c total #propagations: 113835381 / total #impl: 436979158 (eff. 0.261)
79.17/79.26	c #Conflicts:     175000 | #Learnt:      15398 | 0.000
79.17/79.26	c total clause space: 127.173MB
79.17/79.26	c total #watches: 555958
79.67/79.75	c total #propagations: 114506747 / total #impl: 439840151 (eff. 0.260)
79.67/79.75	c #Conflicts:     176000 | #Learnt:      16398 | 0.000
79.67/79.75	c total clause space: 127.173MB
79.67/79.75	c total #watches: 560650
80.27/80.31	c total #propagations: 115176925 / total #impl: 442276381 (eff. 0.260)
80.27/80.31	c #Conflicts:     177000 | #Learnt:      17398 | 0.000
80.27/80.31	c total clause space: 127.173MB
80.27/80.31	c total #watches: 564283
80.87/80.92	c total #propagations: 115855407 / total #impl: 444742806 (eff. 0.260)
80.87/80.92	c #Conflicts:     178000 | #Learnt:      18398 | 0.000
80.87/80.92	c total clause space: 127.173MB
80.87/80.92	c total #watches: 567542
81.47/81.51	c total #propagations: 116525888 / total #impl: 446994636 (eff. 0.261)
81.47/81.51	c #Conflicts:     179000 | #Learnt:      19398 | 0.000
81.47/81.51	c total clause space: 127.173MB
81.47/81.51	c total #watches: 570760
81.97/82.08	c total #propagations: 117171891 / total #impl: 449400265 (eff. 0.261)
81.97/82.08	c GC COLLECT
81.97/82.08	c #Conflicts:     180000 | #Learnt:      10306 | 0.000
81.97/82.08	c total clause space: 127.173MB
81.97/82.08	c total #watches: 534362
82.37/82.42	c total #propagations: 117829273 / total #impl: 451883816 (eff. 0.261)
82.37/82.42	c #Conflicts:     181000 | #Learnt:      11306 | 0.000
82.37/82.42	c total clause space: 127.173MB
82.37/82.42	c total #watches: 538417
82.87/82.90	c total #propagations: 118365813 / total #impl: 453909230 (eff. 0.261)
82.87/82.90	c #Conflicts:     182000 | #Learnt:      12306 | 0.000
82.87/82.90	c total clause space: 127.173MB
82.87/82.90	c total #watches: 541255
83.37/83.42	c total #propagations: 119054827 / total #impl: 456611418 (eff. 0.261)
83.37/83.42	c #Conflicts:     183000 | #Learnt:      13306 | 0.000
83.37/83.42	c total clause space: 127.173MB
83.37/83.42	c total #watches: 545121
83.77/83.89	c total #propagations: 119708245 / total #impl: 459096479 (eff. 0.261)
83.77/83.89	c #Conflicts:     184000 | #Learnt:      14306 | 0.000
83.77/83.89	c total clause space: 127.173MB
83.77/83.89	c total #watches: 548011
84.37/84.41	c total #propagations: 120330461 / total #impl: 461485845 (eff. 0.261)
84.37/84.41	c #Conflicts:     185000 | #Learnt:      15306 | 0.000
84.37/84.41	c total clause space: 127.173MB
84.37/84.41	c total #watches: 550609
84.77/84.90	c total #propagations: 120978109 / total #impl: 463861296 (eff. 0.261)
84.77/84.90	c #Conflicts:     186000 | #Learnt:      16306 | 0.000
84.77/84.90	c total clause space: 127.173MB
84.77/84.90	c total #watches: 553721
85.37/85.45	c total #propagations: 121553173 / total #impl: 466306203 (eff. 0.261)
85.37/85.45	c #Conflicts:     187000 | #Learnt:      17306 | 0.000
85.37/85.45	c total clause space: 127.173MB
85.37/85.45	c total #watches: 556777
85.97/86.04	c total #propagations: 122276319 / total #impl: 469227094 (eff. 0.261)
85.97/86.04	c #Conflicts:     188000 | #Learnt:      18306 | 0.000
85.97/86.04	c total clause space: 127.173MB
85.97/86.04	c total #watches: 560356
86.67/86.76	c total #propagations: 123006288 / total #impl: 472334752 (eff. 0.260)
86.67/86.76	c #Conflicts:     189000 | #Learnt:      19306 | 0.000
86.67/86.76	c total clause space: 127.173MB
86.67/86.76	c total #watches: 565451
87.47/87.52	c total #propagations: 123772795 / total #impl: 475487752 (eff. 0.260)
87.47/87.52	c #Conflicts:     190000 | #Learnt:      20306 | 0.000
87.47/87.52	c total clause space: 127.173MB
87.47/87.52	c total #watches: 569680
88.07/88.19	c total #propagations: 124484668 / total #impl: 478504125 (eff. 0.260)
88.07/88.19	c GC COLLECT
88.07/88.19	c #Conflicts:     191000 | #Learnt:      10924 | 0.000
88.07/88.19	c total clause space: 127.173MB
88.07/88.19	c total #watches: 536889
88.67/88.70	c total #propagations: 125195406 / total #impl: 481447586 (eff. 0.260)
88.67/88.70	c #Conflicts:     192000 | #Learnt:      11924 | 0.000
88.67/88.70	c total clause space: 127.173MB
88.67/88.70	c total #watches: 540475
89.17/89.26	c total #propagations: 125878498 / total #impl: 484450441 (eff. 0.260)
89.17/89.26	c #Conflicts:     193000 | #Learnt:      12924 | 0.000
89.17/89.26	c total clause space: 127.173MB
89.17/89.26	c total #watches: 544931
89.87/89.93	c total #propagations: 126580694 / total #impl: 487679478 (eff. 0.260)
89.87/89.93	c #Conflicts:     194000 | #Learnt:      13924 | 0.000
89.87/89.93	c total clause space: 127.173MB
89.87/89.93	c total #watches: 550730
90.57/90.67	c total #propagations: 127267524 / total #impl: 491046457 (eff. 0.259)
90.57/90.67	c #Conflicts:     195000 | #Learnt:      14924 | 0.000
90.57/90.67	c total clause space: 127.173MB
90.57/90.67	c total #watches: 555140
91.27/91.38	c total #propagations: 127924279 / total #impl: 493953065 (eff. 0.259)
91.27/91.38	c #Conflicts:     196000 | #Learnt:      15924 | 0.000
91.27/91.38	c total clause space: 127.173MB
91.27/91.38	c total #watches: 560306
92.07/92.19	c total #propagations: 128611336 / total #impl: 496892796 (eff. 0.259)
92.07/92.19	c #Conflicts:     197000 | #Learnt:      16924 | 0.000
92.07/92.19	c total clause space: 127.173MB
92.07/92.19	c total #watches: 563594
93.06/93.14	c total #propagations: 129248140 / total #impl: 499667766 (eff. 0.259)
93.06/93.14	c #Conflicts:     198000 | #Learnt:      17924 | 0.000
93.06/93.14	c total clause space: 127.173MB
93.06/93.14	c total #watches: 566740
93.96/94.03	c total #propagations: 130031011 / total #impl: 502948242 (eff. 0.259)
93.96/94.03	c #Conflicts:     199000 | #Learnt:      18924 | 0.000
93.96/94.03	c total clause space: 127.173MB
93.96/94.03	c total #watches: 569840
94.86/94.93	c total #propagations: 130743100 / total #impl: 505993930 (eff. 0.258)
94.86/94.93	c #Conflicts:     200000 | #Learnt:      19924 | 0.000
94.86/94.93	c total clause space: 127.173MB
94.86/94.93	c total #watches: 573844
95.88/95.99	c total #propagations: 131403792 / total #impl: 508736402 (eff. 0.258)
95.88/95.99	c #Conflicts:     201000 | #Learnt:      20924 | 0.000
95.88/95.99	c total clause space: 127.173MB
95.88/95.99	c total #watches: 577911
96.77/96.87	c total #propagations: 132150726 / total #impl: 512230563 (eff. 0.258)
96.77/96.87	c GC COLLECT
96.77/96.87	c #Conflicts:     202000 | #Learnt:      11217 | 0.000
96.77/96.87	c total clause space: 127.173MB
96.77/96.87	c total #watches: 537878
97.37/97.49	c total #propagations: 132926676 / total #impl: 515775219 (eff. 0.258)
97.37/97.49	c #Conflicts:     203000 | #Learnt:      12217 | 0.000
97.37/97.49	c total clause space: 127.173MB
97.37/97.49	c total #watches: 541509
97.98/98.07	c total #propagations: 133701995 / total #impl: 519230639 (eff. 0.258)
97.98/98.07	c #Conflicts:     204000 | #Learnt:      13217 | 0.000
97.98/98.07	c total clause space: 127.173MB
97.98/98.07	c total #watches: 544629
98.67/98.73	c total #propagations: 134494070 / total #impl: 522484128 (eff. 0.257)
98.67/98.73	c #Conflicts:     205000 | #Learnt:      14217 | 0.000
98.67/98.73	c total clause space: 127.173MB
98.67/98.73	c total #watches: 548882
99.07/99.19	c total #propagations: 135289100 / total #impl: 525499893 (eff. 0.257)
99.07/99.19	c #Conflicts:     206000 | #Learnt:      15217 | 0.000
99.07/99.19	c total clause space: 127.173MB
99.07/99.19	c total #watches: 552282
99.57/99.60	c total #propagations: 135902209 / total #impl: 527988085 (eff. 0.257)
99.57/99.60	c #Conflicts:     207000 | #Learnt:      16217 | 0.000
99.57/99.60	c total clause space: 127.173MB
99.57/99.60	c total #watches: 556688
99.97/100.02	c total #propagations: 136411314 / total #impl: 530398100 (eff. 0.257)
99.97/100.02	c #Conflicts:     208000 | #Learnt:      17217 | 0.000
99.97/100.02	c total clause space: 127.173MB
99.97/100.02	c total #watches: 561500
100.47/100.55	c total #propagations: 136859303 / total #impl: 532563477 (eff. 0.257)
100.47/100.55	c #Conflicts:     209000 | #Learnt:      18217 | 0.000
100.47/100.55	c total clause space: 127.173MB
100.47/100.55	c total #watches: 566415
101.07/101.14	c total #propagations: 137315280 / total #impl: 534732518 (eff. 0.257)
101.07/101.14	c #Conflicts:     210000 | #Learnt:      19217 | 0.000
101.07/101.14	c total clause space: 127.173MB
101.07/101.14	c total #watches: 570387
101.77/101.82	c total #propagations: 137795735 / total #impl: 536995739 (eff. 0.257)
101.77/101.82	c #Conflicts:     211000 | #Learnt:      20217 | 0.000
101.77/101.82	c total clause space: 127.173MB
101.77/101.82	c total #watches: 575829
102.48/102.52	c total #propagations: 138267520 / total #impl: 539379385 (eff. 0.256)
102.48/102.52	c #Conflicts:     212000 | #Learnt:      21217 | 0.000
102.48/102.52	c total clause space: 127.173MB
102.48/102.52	c total #watches: 579304
103.17/103.29	c total #propagations: 138723964 / total #impl: 541519445 (eff. 0.256)
103.17/103.29	c GC COLLECT
103.17/103.29	c #Conflicts:     213000 | #Learnt:      11218 | 0.000
103.17/103.29	c total clause space: 127.173MB
103.17/103.29	c total #watches: 537533
103.58/103.64	c total #propagations: 139220935 / total #impl: 543845478 (eff. 0.256)
103.58/103.64	c #Conflicts:     214000 | #Learnt:      12218 | 0.000
103.58/103.64	c total clause space: 127.173MB
103.58/103.64	c total #watches: 542523
103.97/104.09	c total #propagations: 139697714 / total #impl: 546226378 (eff. 0.256)
103.97/104.09	c #Conflicts:     215000 | #Learnt:      13218 | 0.000
103.97/104.09	c total clause space: 127.173MB
103.97/104.09	c total #watches: 548017
104.47/104.59	c total #propagations: 140210674 / total #impl: 548791819 (eff. 0.255)
104.47/104.59	c #Conflicts:     216000 | #Learnt:      14218 | 0.000
104.47/104.59	c total clause space: 127.173MB
104.47/104.59	c total #watches: 551792
104.97/105.09	c total #propagations: 140721796 / total #impl: 551110807 (eff. 0.255)
104.97/105.09	c #Conflicts:     217000 | #Learnt:      15218 | 0.000
104.97/105.09	c total clause space: 127.173MB
104.97/105.09	c total #watches: 555180
105.67/105.72	c total #propagations: 141219570 / total #impl: 553424856 (eff. 0.255)
105.67/105.72	c #Conflicts:     218000 | #Learnt:      16218 | 0.000
105.67/105.72	c total clause space: 127.173MB
105.67/105.72	c total #watches: 559462
106.37/106.40	c total #propagations: 141802563 / total #impl: 556196335 (eff. 0.255)
106.37/106.40	c #Conflicts:     219000 | #Learnt:      17218 | 0.000
106.37/106.40	c total clause space: 127.173MB
106.37/106.40	c total #watches: 564661
106.97/107.03	c total #propagations: 142369371 / total #impl: 558848372 (eff. 0.255)
106.97/107.03	c #Conflicts:     220000 | #Learnt:      18218 | 0.000
106.97/107.03	c total clause space: 127.173MB
106.97/107.03	c total #watches: 567854
107.57/107.69	c total #propagations: 142882979 / total #impl: 561220040 (eff. 0.255)
107.57/107.69	c #Conflicts:     221000 | #Learnt:      19218 | 0.000
107.57/107.69	c total clause space: 127.173MB
107.57/107.69	c total #watches: 571212
108.27/108.35	c total #propagations: 143397183 / total #impl: 563684253 (eff. 0.254)
108.27/108.35	c #Conflicts:     222000 | #Learnt:      20218 | 0.000
108.27/108.35	c total clause space: 127.173MB
108.27/108.35	c total #watches: 575000
109.08/109.12	c total #propagations: 143875210 / total #impl: 565958849 (eff. 0.254)
109.08/109.12	c #Conflicts:     223000 | #Learnt:      21218 | 0.000
109.08/109.12	c total clause space: 127.173MB
109.08/109.12	c total #watches: 578902
109.87/109.91	c total #propagations: 144380548 / total #impl: 568368231 (eff. 0.254)
109.87/109.91	c #Conflicts:     224000 | #Learnt:      22218 | 0.000
109.87/109.91	c total clause space: 127.173MB
109.87/109.91	c total #watches: 583002
110.37/110.50	c total #propagations: 144874458 / total #impl: 570766834 (eff. 0.254)
110.37/110.50	c GC COLLECT
110.37/110.50	c #Conflicts:     225000 | #Learnt:      11908 | 0.000
110.37/110.50	c total clause space: 127.173MB
110.47/110.50	c total #watches: 540086
110.87/110.90	c total #propagations: 145384357 / total #impl: 573141646 (eff. 0.254)
110.87/110.90	c #Conflicts:     226000 | #Learnt:      12908 | 0.000
110.87/110.90	c total clause space: 127.173MB
110.87/110.90	c total #watches: 544794
111.28/111.32	c total #propagations: 145940554 / total #impl: 575675331 (eff. 0.254)
111.28/111.32	c #Conflicts:     227000 | #Learnt:      13908 | 0.000
111.28/111.32	c total clause space: 127.173MB
111.28/111.32	c total #watches: 550515
111.77/111.82	c total #propagations: 146434839 / total #impl: 578075132 (eff. 0.253)
111.77/111.82	c #Conflicts:     228000 | #Learnt:      14908 | 0.000
111.77/111.82	c total clause space: 127.173MB
111.77/111.82	c total #watches: 554625
112.27/112.39	c total #propagations: 146933436 / total #impl: 580575439 (eff. 0.253)
112.27/112.39	c #Conflicts:     229000 | #Learnt:      15908 | 0.000
112.27/112.39	c total clause space: 127.173MB
112.27/112.39	c total #watches: 558071
112.87/112.98	c total #propagations: 147434898 / total #impl: 582941700 (eff. 0.253)
112.87/112.98	c #Conflicts:     230000 | #Learnt:      16908 | 0.000
112.87/112.98	c total clause space: 127.173MB
112.87/112.98	c total #watches: 562976
113.57/113.62	c total #propagations: 147921338 / total #impl: 585248978 (eff. 0.253)
113.57/113.62	c #Conflicts:     231000 | #Learnt:      17908 | 0.000
113.57/113.62	c total clause space: 127.173MB
113.57/113.62	c total #watches: 565912
114.17/114.23	c total #propagations: 148432020 / total #impl: 587417678 (eff. 0.253)
114.17/114.23	c #Conflicts:     232000 | #Learnt:      18908 | 0.000
114.17/114.23	c total clause space: 127.173MB
114.17/114.23	c total #watches: 569289
114.77/114.89	c total #propagations: 149138690 / total #impl: 590017280 (eff. 0.253)
114.77/114.89	c #Conflicts:     233000 | #Learnt:      19908 | 0.000
114.77/114.89	c total clause space: 127.173MB
114.77/114.89	c total #watches: 573965
115.37/115.48	c total #propagations: 149900963 / total #impl: 592697554 (eff. 0.253)
115.37/115.48	c #Conflicts:     234000 | #Learnt:      20908 | 0.000
115.37/115.48	c total clause space: 127.173MB
115.37/115.48	c total #watches: 577607
115.97/116.05	c total #propagations: 150606970 / total #impl: 595146500 (eff. 0.253)
115.97/116.05	c #Conflicts:     235000 | #Learnt:      21908 | 0.000
115.97/116.05	c total clause space: 127.173MB
115.97/116.05	c total #watches: 580546
116.57/116.62	c total #propagations: 151236621 / total #impl: 597510373 (eff. 0.253)
116.57/116.62	c #Conflicts:     236000 | #Learnt:      22908 | 0.000
116.57/116.62	c total clause space: 127.173MB
116.57/116.62	c total #watches: 584479
117.07/117.14	c total #propagations: 151842566 / total #impl: 600019928 (eff. 0.253)
117.07/117.14	c GC COLLECT
117.07/117.14	c #Conflicts:     237000 | #Learnt:      12309 | 0.000
117.07/117.14	c total clause space: 127.173MB
117.07/117.14	c total #watches: 541887
117.57/117.60	c total #propagations: 152452835 / total #impl: 602471128 (eff. 0.253)
117.57/117.60	c #Conflicts:     238000 | #Learnt:      13309 | 0.000
117.57/117.60	c total clause space: 127.173MB
117.57/117.60	c total #watches: 546272
118.17/118.25	c total #propagations: 153118837 / total #impl: 605506054 (eff. 0.253)
118.17/118.25	c #Conflicts:     239000 | #Learnt:      14309 | 0.000
118.17/118.25	c total clause space: 127.173MB
118.17/118.25	c total #watches: 552266
118.57/118.68	c total #propagations: 153861564 / total #impl: 609447185 (eff. 0.252)
118.57/118.68	c #Conflicts:     240000 | #Learnt:      15309 | 0.000
118.57/118.68	c total clause space: 127.173MB
118.57/118.68	c total #watches: 555967
119.17/119.20	c total #propagations: 154425013 / total #impl: 611570705 (eff. 0.253)
119.17/119.20	c #Conflicts:     241000 | #Learnt:      16309 | 0.000
119.17/119.20	c total clause space: 127.173MB
119.17/119.20	c total #watches: 559608
119.67/119.78	c total #propagations: 155055546 / total #impl: 613912780 (eff. 0.253)
119.67/119.78	c #Conflicts:     242000 | #Learnt:      17309 | 0.000
119.67/119.78	c total clause space: 127.173MB
119.67/119.78	c total #watches: 563833
120.27/120.38	c total #propagations: 155709018 / total #impl: 616506301 (eff. 0.253)
120.27/120.38	c #Conflicts:     243000 | #Learnt:      18309 | 0.000
120.27/120.38	c total clause space: 127.173MB
120.27/120.38	c total #watches: 568328
120.87/120.99	c total #propagations: 156353220 / total #impl: 619144529 (eff. 0.253)
120.87/120.99	c #Conflicts:     244000 | #Learnt:      19309 | 0.000
120.87/120.99	c total clause space: 127.173MB
120.87/120.99	c total #watches: 571988
121.57/121.68	c total #propagations: 156958928 / total #impl: 621709660 (eff. 0.252)
121.57/121.68	c #Conflicts:     245000 | #Learnt:      20309 | 0.000
121.57/121.68	c total clause space: 127.173MB
121.57/121.68	c total #watches: 577358
122.27/122.34	c total #propagations: 157585239 / total #impl: 624299432 (eff. 0.252)
122.27/122.34	c #Conflicts:     246000 | #Learnt:      21309 | 0.000
122.27/122.34	c total clause space: 127.173MB
122.27/122.34	c total #watches: 580824
122.97/123.09	c total #propagations: 158112804 / total #impl: 626409436 (eff. 0.252)
122.97/123.09	c #Conflicts:     247000 | #Learnt:      22309 | 0.000
122.97/123.09	c total clause space: 127.173MB
122.97/123.09	c total #watches: 584133
123.67/123.73	c total #propagations: 158690879 / total #impl: 628765089 (eff. 0.252)
123.67/123.73	c #Conflicts:     248000 | #Learnt:      23309 | 0.000
123.67/123.73	c total clause space: 127.173MB
123.67/123.73	c total #watches: 587485
124.17/124.28	c total #propagations: 159243436 / total #impl: 631438227 (eff. 0.252)
124.17/124.28	c GC COLLECT
124.17/124.28	c #Conflicts:     249000 | #Learnt:      12403 | 0.000
124.17/124.28	c total clause space: 127.173MB
124.17/124.28	c total #watches: 542038
124.57/124.69	c total #propagations: 159775173 / total #impl: 634037450 (eff. 0.252)
124.57/124.69	c #Conflicts:     250000 | #Learnt:      13403 | 0.000
124.57/124.69	c total clause space: 127.173MB
124.57/124.69	c total #watches: 546829
125.07/125.16	c total #propagations: 160339246 / total #impl: 636694110 (eff. 0.252)
125.07/125.16	c #Conflicts:     251000 | #Learnt:      14403 | 0.000
125.07/125.16	c total clause space: 127.173MB
125.07/125.17	c total #watches: 550292
125.57/125.63	c total #propagations: 161022890 / total #impl: 639306422 (eff. 0.252)
125.57/125.63	c #Conflicts:     252000 | #Learnt:      15403 | 0.000
125.57/125.63	c total clause space: 127.173MB
125.57/125.63	c total #watches: 554124
126.27/126.31	c total #propagations: 161646291 / total #impl: 641630366 (eff. 0.252)
126.27/126.31	c #Conflicts:     253000 | #Learnt:      16403 | 0.000
126.27/126.31	c total clause space: 127.173MB
126.27/126.31	c total #watches: 557636
126.77/126.87	c total #propagations: 162544141 / total #impl: 645162238 (eff. 0.252)
126.77/126.87	c #Conflicts:     254000 | #Learnt:      17403 | 0.000
126.77/126.87	c total clause space: 127.173MB
126.77/126.87	c total #watches: 560859
127.37/127.41	c total #propagations: 163284219 / total #impl: 647945743 (eff. 0.252)
127.37/127.41	c #Conflicts:     255000 | #Learnt:      18403 | 0.000
127.37/127.41	c total clause space: 127.173MB
127.37/127.41	c total #watches: 565075
127.87/127.93	c total #propagations: 163958701 / total #impl: 650507737 (eff. 0.252)
127.87/127.93	c #Conflicts:     256000 | #Learnt:      19403 | 0.000
127.87/127.93	c total clause space: 127.173MB
127.87/127.93	c total #watches: 569864
128.57/128.64	c total #propagations: 164544646 / total #impl: 652919097 (eff. 0.252)
128.57/128.64	c #Conflicts:     257000 | #Learnt:      20403 | 0.000
128.57/128.64	c total clause space: 127.173MB
128.57/128.64	c total #watches: 573472
128.97/129.06	c total #propagations: 165424751 / total #impl: 655863812 (eff. 0.252)
128.97/129.06	c #Conflicts:     258000 | #Learnt:      21403 | 0.000
128.97/129.06	c total clause space: 127.173MB
128.97/129.06	c total #watches: 578140
129.47/129.56	c total #propagations: 165991674 / total #impl: 657802428 (eff. 0.252)
129.47/129.56	c #Conflicts:     259000 | #Learnt:      22403 | 0.000
129.47/129.56	c total clause space: 127.173MB
129.47/129.56	c total #watches: 582402
130.16/130.23	c total #propagations: 166537002 / total #impl: 660173640 (eff. 0.252)
130.16/130.23	c #Conflicts:     260000 | #Learnt:      23403 | 0.000
130.16/130.23	c total clause space: 127.173MB
130.16/130.23	c total #watches: 585824
130.86/130.90	c total #propagations: 167227583 / total #impl: 662655144 (eff. 0.252)
130.86/130.90	c #Conflicts:     261000 | #Learnt:      24403 | 0.000
130.86/130.90	c total clause space: 127.173MB
130.86/130.90	c total #watches: 590937
131.26/131.36	c total #propagations: 167862152 / total #impl: 665717696 (eff. 0.252)
131.26/131.36	c GC COLLECT
131.26/131.36	c #Conflicts:     262000 | #Learnt:      13229 | 0.000
131.26/131.36	c total clause space: 127.173MB
131.26/131.36	c total #watches: 545105
131.76/131.83	c total #propagations: 168436703 / total #impl: 668098086 (eff. 0.252)
131.76/131.83	c #Conflicts:     263000 | #Learnt:      14229 | 0.000
131.76/131.83	c total clause space: 127.173MB
131.76/131.83	c total #watches: 548750
132.17/132.21	c total #propagations: 169033976 / total #impl: 670477230 (eff. 0.252)
132.17/132.21	c #Conflicts:     264000 | #Learnt:      15229 | 0.000
132.17/132.21	c total clause space: 127.173MB
132.17/132.21	c total #watches: 552210
132.66/132.70	c total #propagations: 169586069 / total #impl: 672494164 (eff. 0.252)
132.66/132.70	c #Conflicts:     265000 | #Learnt:      16229 | 0.000
132.66/132.70	c total clause space: 127.173MB
132.66/132.71	c total #watches: 555357
133.17/133.27	c total #propagations: 170217535 / total #impl: 674808728 (eff. 0.252)
133.17/133.27	c #Conflicts:     266000 | #Learnt:      17229 | 0.000
133.17/133.27	c total clause space: 127.173MB
133.17/133.27	c total #watches: 558794
133.76/133.83	c total #propagations: 170995113 / total #impl: 677801379 (eff. 0.252)
133.76/133.83	c #Conflicts:     267000 | #Learnt:      18229 | 0.000
133.76/133.83	c total clause space: 127.173MB
133.76/133.83	c total #watches: 562200
134.27/134.37	c total #propagations: 171698314 / total #impl: 680182127 (eff. 0.252)
134.27/134.37	c #Conflicts:     268000 | #Learnt:      19229 | 0.000
134.27/134.37	c total clause space: 127.173MB
134.27/134.37	c total #watches: 565300
134.86/134.97	c total #propagations: 172401364 / total #impl: 682476708 (eff. 0.253)
134.86/134.97	c #Conflicts:     269000 | #Learnt:      20229 | 0.000
134.86/134.97	c total clause space: 127.173MB
134.86/134.97	c total #watches: 568786
135.26/135.34	c total #propagations: 173205533 / total #impl: 685085530 (eff. 0.253)
135.26/135.34	c #Conflicts:     270000 | #Learnt:      21229 | 0.000
135.26/135.34	c total clause space: 127.173MB
135.26/135.34	c total #watches: 572055
135.66/135.71	c total #propagations: 173759522 / total #impl: 687022404 (eff. 0.253)
135.66/135.71	c #Conflicts:     271000 | #Learnt:      22229 | 0.000
135.66/135.71	c total clause space: 127.173MB
135.66/135.71	c total #watches: 576868
136.16/136.21	c total #propagations: 174303595 / total #impl: 689198021 (eff. 0.253)
136.16/136.21	c #Conflicts:     272000 | #Learnt:      23229 | 0.000
136.16/136.21	c total clause space: 127.173MB
136.16/136.21	c total #watches: 583862
136.76/136.83	c total #propagations: 174833796 / total #impl: 691305859 (eff. 0.253)
136.76/136.83	c #Conflicts:     273000 | #Learnt:      24229 | 0.000
136.76/136.83	c total clause space: 127.173MB
136.76/136.83	c total #watches: 588006
137.46/137.50	c total #propagations: 175454201 / total #impl: 693910371 (eff. 0.253)
137.46/137.50	c GC COLLECT
137.46/137.50	c #Conflicts:     274000 | #Learnt:      12724 | 0.000
137.46/137.50	c total clause space: 127.173MB
137.46/137.50	c total #watches: 543352
137.86/137.99	c total #propagations: 176065893 / total #impl: 696527347 (eff. 0.253)
137.86/137.99	c #Conflicts:     275000 | #Learnt:      13724 | 0.000
137.86/137.99	c total clause space: 127.173MB
137.86/137.99	c total #watches: 547022
138.46/138.51	c total #propagations: 176644899 / total #impl: 699089451 (eff. 0.253)
138.46/138.51	c #Conflicts:     276000 | #Learnt:      14724 | 0.000
138.46/138.51	c total clause space: 127.173MB
138.46/138.51	c total #watches: 550690
138.86/138.92	c total #propagations: 177237741 / total #impl: 701829237 (eff. 0.253)
138.86/138.92	c #Conflicts:     277000 | #Learnt:      15724 | 0.000
138.86/138.92	c total clause space: 127.173MB
138.86/138.92	c total #watches: 555037
139.36/139.45	c total #propagations: 177778827 / total #impl: 703928541 (eff. 0.253)
139.36/139.45	c #Conflicts:     278000 | #Learnt:      16724 | 0.000
139.36/139.45	c total clause space: 127.173MB
139.36/139.45	c total #watches: 558927
140.06/140.10	c total #propagations: 178426695 / total #impl: 706542798 (eff. 0.253)
140.06/140.10	c #Conflicts:     279000 | #Learnt:      17724 | 0.000
140.06/140.10	c total clause space: 127.173MB
140.06/140.10	c total #watches: 562415
140.56/140.64	c total #propagations: 179184313 / total #impl: 709103710 (eff. 0.253)
140.56/140.64	c #Conflicts:     280000 | #Learnt:      18724 | 0.000
140.56/140.64	c total clause space: 127.173MB
140.56/140.65	c total #watches: 565495
141.16/141.28	c total #propagations: 179822209 / total #impl: 711635524 (eff. 0.253)
141.16/141.28	c #Conflicts:     281000 | #Learnt:      19724 | 0.000
141.16/141.28	c total clause space: 127.173MB
141.16/141.28	c total #watches: 569692
141.97/142.02	c total #propagations: 180565567 / total #impl: 714692631 (eff. 0.253)
141.97/142.02	c #Conflicts:     282000 | #Learnt:      20724 | 0.000
141.97/142.02	c total clause space: 127.173MB
141.97/142.02	c total #watches: 574799
142.86/142.98	c total #propagations: 181329620 / total #impl: 718165359 (eff. 0.252)
142.86/142.98	c #Conflicts:     283000 | #Learnt:      21724 | 0.000
142.86/142.98	c total clause space: 127.173MB
142.86/142.98	c total #watches: 579335
143.86/144.00	c total #propagations: 182143688 / total #impl: 721326939 (eff. 0.253)
143.86/144.00	c #Conflicts:     284000 | #Learnt:      22724 | 0.000
143.86/144.00	c total clause space: 127.173MB
143.96/144.00	c total #watches: 582452
144.56/144.67	c total #propagations: 183023403 / total #impl: 724720674 (eff. 0.253)
144.56/144.67	c #Conflicts:     285000 | #Learnt:      23724 | 0.000
144.56/144.67	c total clause space: 127.173MB
144.56/144.67	c total #watches: 585761
145.27/145.35	c total #propagations: 183650650 / total #impl: 727138371 (eff. 0.253)
145.27/145.35	c #Conflicts:     286000 | #Learnt:      24724 | 0.000
145.27/145.35	c total clause space: 127.173MB
145.27/145.35	c total #watches: 589356
145.96/146.03	c total #propagations: 184314257 / total #impl: 729716197 (eff. 0.253)
145.96/146.03	c GC COLLECT
145.96/146.03	c #Conflicts:     287000 | #Learnt:      12911 | 0.000
145.96/146.03	c total clause space: 127.173MB
145.96/146.03	c total #watches: 544030
146.37/146.45	c total #propagations: 184862359 / total #impl: 731921062 (eff. 0.253)
146.37/146.45	c #Conflicts:     288000 | #Learnt:      13911 | 0.000
146.37/146.45	c total clause space: 127.173MB
146.47/146.55	c total #watches: 547203
146.86/146.96	c total #propagations: 185453042 / total #impl: 734113253 (eff. 0.253)
146.86/146.96	c #Conflicts:     289000 | #Learnt:      14911 | 0.000
146.86/146.96	c total clause space: 127.173MB
146.86/146.96	c total #watches: 550279
147.36/147.50	c total #propagations: 186095664 / total #impl: 736544189 (eff. 0.253)
147.36/147.50	c #Conflicts:     290000 | #Learnt:      15911 | 0.000
147.36/147.50	c total clause space: 127.173MB
147.36/147.50	c total #watches: 557503
148.26/148.34	c total #propagations: 186777323 / total #impl: 739416652 (eff. 0.253)
148.26/148.34	c #Conflicts:     291000 | #Learnt:      16911 | 0.000
148.26/148.34	c total clause space: 127.173MB
148.26/148.34	c total #watches: 563707
149.06/149.15	c total #propagations: 187614958 / total #impl: 742885653 (eff. 0.253)
149.06/149.15	c #Conflicts:     292000 | #Learnt:      17911 | 0.000
149.06/149.15	c total clause space: 127.173MB
149.06/149.15	c total #watches: 568099
149.96/150.06	c total #propagations: 188334211 / total #impl: 746533325 (eff. 0.252)
149.96/150.06	c #Conflicts:     293000 | #Learnt:      18911 | 0.000
149.96/150.06	c total clause space: 127.173MB
149.96/150.06	c total #watches: 573873
150.96/151.08	c total #propagations: 189132856 / total #impl: 750415959 (eff. 0.252)
150.96/151.08	c #Conflicts:     294000 | #Learnt:      19911 | 0.000
150.96/151.08	c total clause space: 127.173MB
150.96/151.08	c total #watches: 579999
152.26/152.35	c total #propagations: 189906487 / total #impl: 754384639 (eff. 0.252)
152.26/152.35	c #Conflicts:     295000 | #Learnt:      20911 | 0.000
152.26/152.35	c total clause space: 127.173MB
152.26/152.35	c total #watches: 587902
153.56/153.68	c total #propagations: 190754635 / total #impl: 758687938 (eff. 0.251)
153.56/153.68	c #Conflicts:     296000 | #Learnt:      21911 | 0.000
153.56/153.68	c total clause space: 127.173MB
153.56/153.68	c total #watches: 593334
154.36/154.40	c total #propagations: 191537856 / total #impl: 762267716 (eff. 0.251)
154.36/154.40	c #Conflicts:     297000 | #Learnt:      22911 | 0.000
154.36/154.40	c total clause space: 127.173MB
154.36/154.40	c total #watches: 597267
155.27/155.35	c total #propagations: 192141964 / total #impl: 764805282 (eff. 0.251)
155.27/155.35	c #Conflicts:     298000 | #Learnt:      23911 | 0.000
155.27/155.35	c total clause space: 127.173MB
155.27/155.35	c total #watches: 601569
156.16/156.27	c total #propagations: 192778727 / total #impl: 767338365 (eff. 0.251)
156.16/156.27	c #Conflicts:     299000 | #Learnt:      24911 | 0.000
156.16/156.27	c total clause space: 127.173MB
156.16/156.27	c total #watches: 605196
157.16/157.27	c total #propagations: 193441795 / total #impl: 769891956 (eff. 0.251)
157.16/157.27	c #Conflicts:     300000 | #Learnt:      25911 | 0.000
157.16/157.27	c total clause space: 127.173MB
157.16/157.27	c total #watches: 609782
157.96/158.06	c total #propagations: 194130292 / total #impl: 772581524 (eff. 0.251)
157.96/158.06	c GC COLLECT
157.96/158.06	c #Conflicts:     301000 | #Learnt:      13814 | 0.000
157.96/158.06	c total clause space: 127.173MB
157.96/158.06	c total #watches: 546840
158.57/158.62	c total #propagations: 194745224 / total #impl: 775021645 (eff. 0.251)
158.57/158.62	c #Conflicts:     302000 | #Learnt:      14814 | 0.000
158.57/158.62	c total clause space: 127.173MB
158.57/158.62	c total #watches: 550058
158.96/159.07	c total #propagations: 195469132 / total #impl: 777635460 (eff. 0.251)
158.96/159.07	c #Conflicts:     303000 | #Learnt:      15814 | 0.000
158.96/159.07	c total clause space: 127.173MB
158.96/159.07	c total #watches: 553200
159.46/159.50	c total #propagations: 196022255 / total #impl: 780131835 (eff. 0.251)
159.46/159.50	c #Conflicts:     304000 | #Learnt:      16814 | 0.000
159.46/159.50	c total clause space: 127.173MB
159.46/159.50	c total #watches: 557098
159.86/159.96	c total #propagations: 196620872 / total #impl: 782354180 (eff. 0.251)
159.86/159.96	c #Conflicts:     305000 | #Learnt:      17814 | 0.000
159.86/159.96	c total clause space: 127.173MB
159.86/159.96	c total #watches: 560719
160.46/160.51	c total #propagations: 197219988 / total #impl: 784491447 (eff. 0.251)
160.46/160.51	c #Conflicts:     306000 | #Learnt:      18814 | 0.000
160.46/160.51	c total clause space: 127.173MB
160.46/160.51	c total #watches: 564455
160.96/161.08	c total #propagations: 197907721 / total #impl: 787145049 (eff. 0.251)
160.96/161.08	c #Conflicts:     307000 | #Learnt:      19814 | 0.000
160.96/161.08	c total clause space: 127.173MB
160.96/161.08	c total #watches: 567541
161.66/161.73	c total #propagations: 198562159 / total #impl: 789599052 (eff. 0.251)
161.66/161.73	c #Conflicts:     308000 | #Learnt:      20814 | 0.000
161.66/161.73	c total clause space: 127.173MB
161.66/161.73	c total #watches: 571131
162.26/162.36	c total #propagations: 199311544 / total #impl: 792267388 (eff. 0.252)
162.26/162.36	c #Conflicts:     309000 | #Learnt:      21814 | 0.000
162.26/162.36	c total clause space: 127.173MB
162.26/162.36	c total #watches: 575169
162.76/162.84	c total #propagations: 200038791 / total #impl: 795082608 (eff. 0.252)
162.76/162.84	c #Conflicts:     310000 | #Learnt:      22814 | 0.000
162.76/162.84	c total clause space: 127.173MB
162.76/162.84	c total #watches: 578689
163.36/163.43	c total #propagations: 200653985 / total #impl: 797582963 (eff. 0.252)
163.36/163.43	c #Conflicts:     311000 | #Learnt:      23814 | 0.000
163.36/163.43	c total clause space: 127.173MB
163.36/163.43	c total #watches: 583462
163.86/163.98	c total #propagations: 201331724 / total #impl: 800166085 (eff. 0.252)
163.86/163.98	c #Conflicts:     312000 | #Learnt:      24814 | 0.000
163.86/163.98	c total clause space: 127.173MB
163.86/163.98	c total #watches: 587694
164.46/164.54	c total #propagations: 201859308 / total #impl: 802224205 (eff. 0.252)
164.46/164.54	c #Conflicts:     313000 | #Learnt:      25814 | 0.000
164.46/164.54	c total clause space: 127.173MB
164.46/164.54	c total #watches: 591518
165.06/165.14	c total #propagations: 202395059 / total #impl: 804589427 (eff. 0.252)
165.06/165.14	c #Conflicts:     314000 | #Learnt:      26814 | 0.000
165.06/165.14	c total clause space: 127.173MB
165.06/165.14	c total #watches: 595348
165.56/165.66	c total #propagations: 202939010 / total #impl: 806981341 (eff. 0.251)
165.56/165.66	c GC COLLECT
165.56/165.66	c #Conflicts:     315000 | #Learnt:      14405 | 0.000
165.56/165.66	c total clause space: 127.173MB
165.56/165.66	c total #watches: 549933
166.06/166.15	c total #propagations: 203649376 / total #impl: 809787218 (eff. 0.251)
166.06/166.15	c #Conflicts:     316000 | #Learnt:      15405 | 0.000
166.06/166.15	c total clause space: 127.173MB
166.06/166.15	c total #watches: 554629
166.66/166.71	c total #propagations: 204340388 / total #impl: 812337180 (eff. 0.252)
166.66/166.71	c #Conflicts:     317000 | #Learnt:      16405 | 0.000
166.66/166.71	c total clause space: 127.173MB
166.66/166.71	c total #watches: 560557
167.26/167.35	c total #propagations: 204911536 / total #impl: 814463831 (eff. 0.252)
167.26/167.35	c #Conflicts:     318000 | #Learnt:      17405 | 0.000
167.26/167.35	c total clause space: 127.173MB
167.26/167.36	c total #watches: 566123
168.06/168.18	c total #propagations: 205430066 / total #impl: 816568401 (eff. 0.252)
168.06/168.18	c #Conflicts:     319000 | #Learnt:      18405 | 0.000
168.06/168.18	c total clause space: 127.173MB
168.06/168.18	c total #watches: 571032
168.46/168.57	c total #propagations: 206150809 / total #impl: 819405713 (eff. 0.252)
168.46/168.57	c #Conflicts:     320000 | #Learnt:      19405 | 0.000
168.46/168.57	c total clause space: 127.173MB
168.46/168.57	c total #watches: 574103
169.26/169.32	c total #propagations: 206595960 / total #impl: 820894804 (eff. 0.252)
169.26/169.32	c #Conflicts:     321000 | #Learnt:      20405 | 0.000
169.26/169.32	c total clause space: 127.173MB
169.26/169.32	c total #watches: 577768
169.86/169.99	c total #propagations: 207293866 / total #impl: 823607095 (eff. 0.252)
169.86/169.99	c #Conflicts:     322000 | #Learnt:      21405 | 0.000
169.86/169.99	c total clause space: 127.173MB
169.86/169.99	c total #watches: 583220
170.46/170.52	c total #propagations: 207872744 / total #impl: 826237269 (eff. 0.252)
170.46/170.52	c #Conflicts:     323000 | #Learnt:      22405 | 0.000
170.46/170.52	c total clause space: 127.173MB
170.46/170.52	c total #watches: 586458
171.06/171.12	c total #propagations: 208355220 / total #impl: 828444115 (eff. 0.252)
171.06/171.12	c #Conflicts:     324000 | #Learnt:      23405 | 0.000
171.06/171.12	c total clause space: 127.173MB
171.06/171.12	c total #watches: 590770
171.76/171.81	c total #propagations: 208859888 / total #impl: 830786866 (eff. 0.251)
171.76/171.81	c #Conflicts:     325000 | #Learnt:      24405 | 0.000
171.76/171.81	c total clause space: 127.173MB
171.76/171.82	c total #watches: 594066
172.45/172.53	c total #propagations: 209378405 / total #impl: 833143325 (eff. 0.251)
172.45/172.53	c #Conflicts:     326000 | #Learnt:      25405 | 0.000
172.45/172.53	c total clause space: 127.173MB
172.45/172.53	c total #watches: 597497
173.15/173.28	c total #propagations: 209891695 / total #impl: 835495103 (eff. 0.251)
173.15/173.28	c #Conflicts:     327000 | #Learnt:      26405 | 0.000
173.15/173.28	c total clause space: 127.173MB
173.15/173.28	c total #watches: 601192
173.96/174.08	c total #propagations: 210374870 / total #impl: 837730143 (eff. 0.251)
173.96/174.08	c #Conflicts:     328000 | #Learnt:      27405 | 0.000
173.96/174.08	c total clause space: 127.173MB
173.96/174.08	c total #watches: 604463
174.35/174.46	c total #propagations: 210840093 / total #impl: 839814730 (eff. 0.251)
174.35/174.46	c GC COLLECT
174.35/174.46	c #Conflicts:     329000 | #Learnt:      14698 | 0.000
174.35/174.46	c total clause space: 127.173MB
174.35/174.46	c total #watches: 549849
174.65/174.79	c total #propagations: 211276489 / total #impl: 841861782 (eff. 0.251)
174.65/174.79	c #Conflicts:     330000 | #Learnt:      15698 | 0.000
174.65/174.79	c total clause space: 127.173MB
174.65/174.79	c total #watches: 552956
175.15/175.26	c total #propagations: 211693417 / total #impl: 843835653 (eff. 0.251)
175.15/175.26	c #Conflicts:     331000 | #Learnt:      16698 | 0.000
175.15/175.26	c total clause space: 127.173MB
175.15/175.26	c total #watches: 556257
175.55/175.69	c total #propagations: 212250906 / total #impl: 846442817 (eff. 0.251)
175.55/175.69	c #Conflicts:     332000 | #Learnt:      17698 | 0.000
175.55/175.69	c total clause space: 127.173MB
175.55/175.69	c total #watches: 559469
176.05/176.16	c total #propagations: 212719760 / total #impl: 848740187 (eff. 0.251)
176.05/176.16	c #Conflicts:     333000 | #Learnt:      18698 | 0.000
176.05/176.16	c total clause space: 127.173MB
176.05/176.16	c total #watches: 562784
176.65/176.72	c total #propagations: 213196541 / total #impl: 850930335 (eff. 0.251)
176.65/176.72	c #Conflicts:     334000 | #Learnt:      19698 | 0.000
176.65/176.72	c total clause space: 127.173MB
176.65/176.72	c total #watches: 565899
177.15/177.26	c total #propagations: 213802857 / total #impl: 853606425 (eff. 0.250)
177.15/177.26	c #Conflicts:     335000 | #Learnt:      20698 | 0.000
177.15/177.26	c total clause space: 127.173MB
177.15/177.26	c total #watches: 570100
177.75/177.83	c total #propagations: 214459821 / total #impl: 855991707 (eff. 0.251)
177.75/177.83	c #Conflicts:     336000 | #Learnt:      21698 | 0.000
177.75/177.83	c total clause space: 127.173MB
177.75/177.83	c total #watches: 573359
178.25/178.38	c total #propagations: 215075829 / total #impl: 858254832 (eff. 0.251)
178.25/178.38	c #Conflicts:     337000 | #Learnt:      22698 | 0.000
178.25/178.38	c total clause space: 127.173MB
178.25/178.38	c total #watches: 576477
178.84/178.93	c total #propagations: 215684380 / total #impl: 860299562 (eff. 0.251)
178.84/178.93	c #Conflicts:     338000 | #Learnt:      23698 | 0.000
178.84/178.93	c total clause space: 127.173MB
178.84/178.93	c total #watches: 579758
179.54/179.62	c total #propagations: 216279205 / total #impl: 862519135 (eff. 0.251)
179.54/179.62	c #Conflicts:     339000 | #Learnt:      24698 | 0.000
179.54/179.62	c total clause space: 127.173MB
179.54/179.62	c total #watches: 582978
180.14/180.26	c total #propagations: 217037173 / total #impl: 865436851 (eff. 0.251)
180.14/180.26	c #Conflicts:     340000 | #Learnt:      25698 | 0.000
180.14/180.26	c total clause space: 127.173MB
180.14/180.26	c total #watches: 585774
180.74/180.86	c total #propagations: 217655410 / total #impl: 867931061 (eff. 0.251)
180.74/180.86	c #Conflicts:     341000 | #Learnt:      26698 | 0.000
180.74/180.86	c total clause space: 127.173MB
180.74/180.86	c total #watches: 588304
181.44/181.50	c total #propagations: 218401780 / total #impl: 870826461 (eff. 0.251)
181.44/181.50	c #Conflicts:     342000 | #Learnt:      27698 | 0.000
181.44/181.50	c total clause space: 127.173MB
181.44/181.50	c total #watches: 592034
182.04/182.10	c total #propagations: 219140022 / total #impl: 873652326 (eff. 0.251)
182.04/182.10	c GC COLLECT
182.04/182.10	c #Conflicts:     343000 | #Learnt:      14680 | 0.000
182.04/182.10	c total clause space: 127.173MB
182.04/182.10	c total #watches: 550065
182.44/182.57	c total #propagations: 219880059 / total #impl: 876308679 (eff. 0.251)
182.44/182.57	c #Conflicts:     344000 | #Learnt:      15680 | 0.000
182.44/182.57	c total clause space: 127.173MB
182.44/182.57	c total #watches: 553993
183.04/183.11	c total #propagations: 220487084 / total #impl: 878870311 (eff. 0.251)
183.04/183.11	c #Conflicts:     345000 | #Learnt:      16680 | 0.000
183.04/183.11	c total clause space: 127.173MB
183.04/183.11	c total #watches: 556817
183.54/183.64	c total #propagations: 221177023 / total #impl: 881112334 (eff. 0.251)
183.54/183.64	c #Conflicts:     346000 | #Learnt:      17680 | 0.000
183.54/183.64	c total clause space: 127.173MB
183.54/183.64	c total #watches: 560545
184.04/184.16	c total #propagations: 221934874 / total #impl: 883960832 (eff. 0.251)
184.04/184.16	c #Conflicts:     347000 | #Learnt:      18680 | 0.000
184.04/184.16	c total clause space: 127.173MB
184.04/184.16	c total #watches: 564185
184.54/184.62	c total #propagations: 222615635 / total #impl: 886642809 (eff. 0.251)
184.54/184.62	c #Conflicts:     348000 | #Learnt:      19680 | 0.000
184.54/184.62	c total clause space: 127.173MB
184.54/184.62	c total #watches: 567883
184.85/184.99	c total #propagations: 223263828 / total #impl: 888979582 (eff. 0.251)
184.85/184.99	c #Conflicts:     349000 | #Learnt:      20680 | 0.000
184.85/184.99	c total clause space: 127.173MB
184.85/184.99	c total #watches: 571134
185.34/185.49	c total #propagations: 223941649 / total #impl: 891565323 (eff. 0.251)
185.34/185.49	c #Conflicts:     350000 | #Learnt:      21680 | 0.000
185.34/185.49	c total clause space: 127.173MB
185.34/185.49	c total #watches: 574515
185.95/186.05	c total #propagations: 224632026 / total #impl: 894110404 (eff. 0.251)
185.95/186.05	c #Conflicts:     351000 | #Learnt:      22680 | 0.000
185.95/186.05	c total clause space: 127.173MB
185.95/186.05	c total #watches: 578046
186.54/186.62	c total #propagations: 225230541 / total #impl: 896381110 (eff. 0.251)
186.54/186.62	c #Conflicts:     352000 | #Learnt:      23680 | 0.000
186.54/186.62	c total clause space: 127.173MB
186.54/186.62	c total #watches: 581808
187.15/187.26	c total #propagations: 225868179 / total #impl: 899324355 (eff. 0.251)
187.15/187.26	c #Conflicts:     353000 | #Learnt:      24680 | 0.000
187.15/187.26	c total clause space: 127.173MB
187.15/187.26	c total #watches: 586421
187.94/188.00	c total #propagations: 226570347 / total #impl: 902461306 (eff. 0.251)
187.94/188.00	c #Conflicts:     354000 | #Learnt:      25680 | 0.000
187.94/188.00	c total clause space: 127.173MB
187.94/188.00	c total #watches: 592063
188.65/188.78	c total #propagations: 227345580 / total #impl: 905284459 (eff. 0.251)
188.65/188.78	c #Conflicts:     355000 | #Learnt:      26680 | 0.000
188.65/188.78	c total clause space: 127.173MB
188.65/188.78	c total #watches: 595597
189.55/189.66	c total #propagations: 228107378 / total #impl: 908397553 (eff. 0.251)
189.55/189.66	c #Conflicts:     356000 | #Learnt:      27680 | 0.000
189.55/189.66	c total clause space: 127.173MB
189.55/189.66	c total #watches: 598510
190.25/190.32	c total #propagations: 228875842 / total #impl: 911192198 (eff. 0.251)
190.25/190.32	c GC COLLECT
190.25/190.32	c #Conflicts:     357000 | #Learnt:      14390 | 0.000
190.25/190.32	c total clause space: 127.173MB
190.25/190.32	c total #watches: 549047
190.75/190.86	c total #propagations: 229461920 / total #impl: 913389728 (eff. 0.251)
190.75/190.86	c #Conflicts:     358000 | #Learnt:      15390 | 0.000
190.75/190.86	c total clause space: 127.173MB
190.75/190.86	c total #watches: 551880
191.35/191.50	c total #propagations: 230169046 / total #impl: 915963980 (eff. 0.251)
191.35/191.50	c #Conflicts:     359000 | #Learnt:      16390 | 0.000
191.35/191.50	c total clause space: 127.173MB
191.35/191.50	c total #watches: 554821
191.85/191.97	c total #propagations: 231004173 / total #impl: 918567522 (eff. 0.251)
191.85/191.97	c #Conflicts:     360000 | #Learnt:      17390 | 0.000
191.85/191.97	c total clause space: 127.173MB
191.85/191.97	c total #watches: 558830
192.35/192.46	c total #propagations: 231712628 / total #impl: 920935338 (eff. 0.252)
192.35/192.46	c #Conflicts:     361000 | #Learnt:      18390 | 0.000
192.35/192.46	c total clause space: 127.173MB
192.35/192.46	c total #watches: 561448
192.95/193.00	c total #propagations: 232336549 / total #impl: 923223327 (eff. 0.252)
192.95/193.00	c #Conflicts:     362000 | #Learnt:      19390 | 0.000
192.95/193.00	c total clause space: 127.173MB
192.95/193.00	c total #watches: 565058
193.45/193.58	c total #propagations: 232982316 / total #impl: 925792361 (eff. 0.252)
193.45/193.58	c #Conflicts:     363000 | #Learnt:      20390 | 0.000
193.45/193.58	c total clause space: 127.173MB
193.45/193.58	c total #watches: 569183
193.95/194.08	c total #propagations: 233673975 / total #impl: 928512992 (eff. 0.252)
193.95/194.08	c #Conflicts:     364000 | #Learnt:      21390 | 0.000
193.95/194.08	c total clause space: 127.173MB
193.95/194.08	c total #watches: 575836
194.55/194.69	c total #propagations: 234188111 / total #impl: 931092568 (eff. 0.252)
194.55/194.69	c #Conflicts:     365000 | #Learnt:      22390 | 0.000
194.55/194.69	c total clause space: 127.173MB
194.55/194.70	c total #watches: 580076
195.25/195.33	c total #propagations: 234858164 / total #impl: 933953391 (eff. 0.251)
195.25/195.33	c #Conflicts:     366000 | #Learnt:      23390 | 0.000
195.25/195.33	c total clause space: 127.173MB
195.25/195.33	c total #watches: 583246
195.95/196.06	c total #propagations: 235544372 / total #impl: 936556129 (eff. 0.252)
195.95/196.06	c #Conflicts:     367000 | #Learnt:      24390 | 0.000
195.95/196.06	c total clause space: 127.173MB
195.95/196.07	c total #watches: 587037
196.95/197.05	c total #propagations: 236312103 / total #impl: 939580289 (eff. 0.252)
196.95/197.05	c #Conflicts:     368000 | #Learnt:      25390 | 0.000
196.95/197.05	c total clause space: 127.173MB
196.95/197.05	c total #watches: 591742
197.84/197.94	c total #propagations: 237279511 / total #impl: 943218934 (eff. 0.252)
197.84/197.94	c #Conflicts:     369000 | #Learnt:      26390 | 0.000
197.84/197.94	c total clause space: 127.173MB
197.84/197.94	c total #watches: 599147
198.84/198.90	c total #propagations: 238058920 / total #impl: 946229303 (eff. 0.252)
198.84/198.90	c #Conflicts:     370000 | #Learnt:      27390 | 0.000
198.84/198.90	c total clause space: 127.173MB
198.84/198.90	c total #watches: 606370
200.24/200.32	c total #propagations: 238813509 / total #impl: 949162763 (eff. 0.252)
200.24/200.32	c #Conflicts:     371000 | #Learnt:      28390 | 0.000
200.24/200.32	c total clause space: 127.173MB
200.24/200.32	c total #watches: 613471
201.64/201.79	c total #propagations: 239759137 / total #impl: 953113678 (eff. 0.252)
201.64/201.79	c GC COLLECT
201.64/201.79	c #Conflicts:     372000 | #Learnt:      14788 | 0.000
201.64/201.79	c total clause space: 127.173MB
201.64/201.79	c total #watches: 551371
202.44/202.53	c total #propagations: 240684142 / total #impl: 957006464 (eff. 0.251)
202.44/202.53	c #Conflicts:     373000 | #Learnt:      15788 | 0.000
202.44/202.53	c total clause space: 127.173MB
202.44/202.53	c total #watches: 558956
203.14/203.28	c total #propagations: 241498119 / total #impl: 960080612 (eff. 0.252)
203.14/203.28	c #Conflicts:     374000 | #Learnt:      16788 | 0.000
203.14/203.28	c total clause space: 127.173MB
203.14/203.28	c total #watches: 565999
203.94/204.03	c total #propagations: 242165702 / total #impl: 962846761 (eff. 0.252)
203.94/204.03	c #Conflicts:     375000 | #Learnt:      17788 | 0.000
203.94/204.03	c total clause space: 127.173MB
203.94/204.03	c total #watches: 569564
204.44/204.52	c total #propagations: 242735611 / total #impl: 965587993 (eff. 0.251)
204.44/204.52	c #Conflicts:     376000 | #Learnt:      18788 | 0.000
204.44/204.52	c total clause space: 127.173MB
204.44/204.52	c total #watches: 573965
205.14/205.25	c total #propagations: 243297807 / total #impl: 967633736 (eff. 0.251)
205.14/205.25	c #Conflicts:     377000 | #Learnt:      19788 | 0.000
205.14/205.25	c total clause space: 127.173MB
205.14/205.25	c total #watches: 580121
206.24/206.30	c total #propagations: 243860224 / total #impl: 970397228 (eff. 0.251)
206.24/206.30	c #Conflicts:     378000 | #Learnt:      20788 | 0.000
206.24/206.30	c total clause space: 127.173MB
206.24/206.30	c total #watches: 585175
207.34/207.42	c total #propagations: 244504191 / total #impl: 973415458 (eff. 0.251)
207.34/207.42	c #Conflicts:     379000 | #Learnt:      21788 | 0.000
207.34/207.42	c total clause space: 127.173MB
207.34/207.42	c total #watches: 589397
208.54/208.61	c total #propagations: 245180496 / total #impl: 976361282 (eff. 0.251)
208.54/208.61	c #Conflicts:     380000 | #Learnt:      22788 | 0.000
208.54/208.61	c total clause space: 127.173MB
208.54/208.61	c total #watches: 593904
209.64/209.72	c total #propagations: 245893979 / total #impl: 979328398 (eff. 0.251)
209.64/209.72	c #Conflicts:     381000 | #Learnt:      23788 | 0.000
209.64/209.72	c total clause space: 127.173MB
209.64/209.72	c total #watches: 598608
210.64/210.71	c total #propagations: 246613703 / total #impl: 982299410 (eff. 0.251)
210.64/210.71	c #Conflicts:     382000 | #Learnt:      24788 | 0.000
210.64/210.71	c total clause space: 127.173MB
210.64/210.71	c total #watches: 602896
211.44/211.55	c total #propagations: 247280347 / total #impl: 985276422 (eff. 0.251)
211.44/211.55	c #Conflicts:     383000 | #Learnt:      25788 | 0.000
211.44/211.55	c total clause space: 127.173MB
211.44/211.55	c total #watches: 608100
212.34/212.46	c total #propagations: 247854117 / total #impl: 987739847 (eff. 0.251)
212.34/212.46	c #Conflicts:     384000 | #Learnt:      26788 | 0.000
212.34/212.46	c total clause space: 127.173MB
212.34/212.46	c total #watches: 612206
213.34/213.48	c total #propagations: 248477618 / total #impl: 990693838 (eff. 0.251)
213.34/213.48	c #Conflicts:     385000 | #Learnt:      27788 | 0.000
213.34/213.48	c total clause space: 127.173MB
213.34/213.48	c total #watches: 618076
215.04/215.16	c total #propagations: 249278226 / total #impl: 993715854 (eff. 0.251)
215.04/215.16	c #Conflicts:     386000 | #Learnt:      28788 | 0.000
215.04/215.16	c total clause space: 127.173MB
215.04/215.16	c total #watches: 622683
216.54/216.62	c total #propagations: 250259895 / total #impl: 998120110 (eff. 0.251)
216.54/216.62	c #Conflicts:     387000 | #Learnt:      29788 | 0.000
216.54/216.62	c total clause space: 127.173MB
216.54/216.62	c total #watches: 628053
216.94/217.09	c total #propagations: 251096974 / total #impl: 1001941855 (eff. 0.251)
216.94/217.09	c GC COLLECT
216.94/217.09	c #Conflicts:     388000 | #Learnt:      15883 | 0.000
216.94/217.09	c total clause space: 127.173MB
216.94/217.09	c total #watches: 556408
217.63/217.70	c total #propagations: 251660814 / total #impl: 1004267551 (eff. 0.251)
217.63/217.70	c #Conflicts:     389000 | #Learnt:      16883 | 0.000
217.63/217.70	c total clause space: 127.173MB
217.63/217.70	c total #watches: 561646
218.23/218.32	c total #propagations: 252392893 / total #impl: 1007456355 (eff. 0.251)
218.23/218.32	c #Conflicts:     390000 | #Learnt:      17883 | 0.000
218.23/218.32	c total clause space: 127.173MB
218.23/218.32	c total #watches: 565952
218.94/219.07	c total #propagations: 253058345 / total #impl: 1010156822 (eff. 0.251)
218.94/219.07	c #Conflicts:     391000 | #Learnt:      18883 | 0.000
218.94/219.07	c total clause space: 127.173MB
218.94/219.07	c total #watches: 570216
219.63/219.74	c total #propagations: 253909952 / total #impl: 1013499136 (eff. 0.251)
219.63/219.74	c #Conflicts:     392000 | #Learnt:      19883 | 0.000
219.63/219.74	c total clause space: 127.173MB
219.63/219.74	c total #watches: 575201
220.14/220.26	c total #propagations: 254604336 / total #impl: 1016313752 (eff. 0.251)
220.14/220.26	c #Conflicts:     393000 | #Learnt:      20883 | 0.000
220.14/220.26	c total clause space: 127.173MB
220.14/220.26	c total #watches: 578681
220.73/220.87	c total #propagations: 255115998 / total #impl: 1018432706 (eff. 0.250)
220.73/220.87	c #Conflicts:     394000 | #Learnt:      21883 | 0.000
220.73/220.87	c total clause space: 127.173MB
220.73/220.87	c total #watches: 583377
221.53/221.60	c total #propagations: 255707132 / total #impl: 1021243108 (eff. 0.250)
221.53/221.60	c #Conflicts:     395000 | #Learnt:      22883 | 0.000
221.53/221.60	c total clause space: 127.173MB
221.53/221.60	c total #watches: 586843
222.03/222.15	c total #propagations: 256339555 / total #impl: 1023853881 (eff. 0.250)
222.03/222.15	c #Conflicts:     396000 | #Learnt:      23883 | 0.000
222.03/222.15	c total clause space: 127.173MB
222.03/222.15	c total #watches: 590126
222.83/222.94	c total #propagations: 256777595 / total #impl: 1026149808 (eff. 0.250)
222.83/222.94	c #Conflicts:     397000 | #Learnt:      24883 | 0.000
222.83/222.94	c total clause space: 127.173MB
222.83/222.94	c total #watches: 593463
223.53/223.68	c total #propagations: 257461762 / total #impl: 1028979364 (eff. 0.250)
223.53/223.68	c #Conflicts:     398000 | #Learnt:      25883 | 0.000
223.53/223.68	c total clause space: 127.173MB
223.53/223.68	c total #watches: 597283
224.44/224.52	c total #propagations: 258116561 / total #impl: 1031751407 (eff. 0.250)
224.44/224.52	c #Conflicts:     399000 | #Learnt:      26883 | 0.000
224.44/224.52	c total clause space: 127.173MB
224.44/224.52	c total #watches: 600106
225.13/225.21	c total #propagations: 258920660 / total #impl: 1034802495 (eff. 0.250)
225.13/225.21	c #Conflicts:     400000 | #Learnt:      27883 | 0.000
225.13/225.21	c total clause space: 127.173MB
225.13/225.21	c total #watches: 604266
225.83/225.92	c total #propagations: 259589485 / total #impl: 1037155975 (eff. 0.250)
225.83/225.92	c #Conflicts:     401000 | #Learnt:      28883 | 0.000
225.83/225.92	c total clause space: 127.173MB
225.83/225.92	c total #watches: 608015
226.53/226.66	c total #propagations: 260241162 / total #impl: 1039546727 (eff. 0.250)
226.53/226.66	c #Conflicts:     402000 | #Learnt:      29883 | 0.000
226.53/226.66	c total clause space: 127.173MB
226.53/226.66	c total #watches: 611818
227.33/227.40	c total #propagations: 260870075 / total #impl: 1042330888 (eff. 0.250)
227.33/227.40	c GC COLLECT
227.33/227.40	c #Conflicts:     403000 | #Learnt:      15678 | 0.000
227.33/227.40	c total clause space: 127.173MB
227.33/227.40	c total #watches: 555078
227.53/227.69	c total #propagations: 261556059 / total #impl: 1045058914 (eff. 0.250)
227.53/227.69	c #Conflicts:     404000 | #Learnt:      16678 | 0.000
227.53/227.69	c total clause space: 127.173MB
227.53/227.69	c total #watches: 558515
228.03/228.17	c total #propagations: 262068505 / total #impl: 1046768945 (eff. 0.250)
228.03/228.17	c #Conflicts:     405000 | #Learnt:      17678 | 0.000
228.03/228.17	c total clause space: 127.173MB
228.03/228.17	c total #watches: 561855
228.63/228.72	c total #propagations: 262632849 / total #impl: 1048909508 (eff. 0.250)
228.63/228.72	c #Conflicts:     406000 | #Learnt:      18678 | 0.000
228.63/228.72	c total clause space: 127.173MB
228.63/228.72	c total #watches: 564963
229.13/229.26	c total #propagations: 263252074 / total #impl: 1051404254 (eff. 0.250)
229.13/229.26	c #Conflicts:     407000 | #Learnt:      19678 | 0.000
229.13/229.26	c total clause space: 127.173MB
229.13/229.26	c total #watches: 568863
229.63/229.77	c total #propagations: 263921833 / total #impl: 1054153644 (eff. 0.250)
229.63/229.77	c #Conflicts:     408000 | #Learnt:      20678 | 0.000
229.63/229.77	c total clause space: 127.173MB
229.63/229.77	c total #watches: 572518
230.23/230.30	c total #propagations: 264554064 / total #impl: 1056601732 (eff. 0.250)
230.23/230.30	c #Conflicts:     409000 | #Learnt:      21678 | 0.000
230.23/230.30	c total clause space: 127.173MB
230.23/230.30	c total #watches: 575551
230.73/230.81	c total #propagations: 265191685 / total #impl: 1058862679 (eff. 0.250)
230.73/230.81	c #Conflicts:     410000 | #Learnt:      22678 | 0.000
230.73/230.81	c total clause space: 127.173MB
230.73/230.81	c total #watches: 579212
231.33/231.43	c total #propagations: 265749743 / total #impl: 1060936587 (eff. 0.250)
231.33/231.43	c #Conflicts:     411000 | #Learnt:      23678 | 0.000
231.33/231.43	c total clause space: 127.173MB
231.33/231.43	c total #watches: 582459
231.93/232.08	c total #propagations: 266429193 / total #impl: 1063473046 (eff. 0.251)
231.93/232.08	c #Conflicts:     412000 | #Learnt:      24678 | 0.000
231.93/232.08	c total clause space: 127.173MB
231.93/232.08	c total #watches: 586887
232.43/232.56	c total #propagations: 267175929 / total #impl: 1066344020 (eff. 0.251)
232.43/232.56	c #Conflicts:     413000 | #Learnt:      25678 | 0.000
232.43/232.56	c total clause space: 127.173MB
232.43/232.56	c total #watches: 590732
233.03/233.19	c total #propagations: 267728474 / total #impl: 1068406438 (eff. 0.251)
233.03/233.19	c #Conflicts:     414000 | #Learnt:      26678 | 0.000
233.03/233.19	c total clause space: 127.173MB
233.03/233.19	c total #watches: 596298
233.73/233.84	c total #propagations: 268360540 / total #impl: 1070927414 (eff. 0.251)
233.73/233.84	c #Conflicts:     415000 | #Learnt:      27678 | 0.000
233.73/233.84	c total clause space: 127.173MB
233.73/233.84	c total #watches: 601766
234.53/234.62	c total #propagations: 268924808 / total #impl: 1073381476 (eff. 0.251)
234.53/234.62	c #Conflicts:     416000 | #Learnt:      28678 | 0.000
234.53/234.62	c total clause space: 127.173MB
234.53/234.62	c total #watches: 606253
235.33/235.46	c total #propagations: 269587885 / total #impl: 1076039378 (eff. 0.251)
235.33/235.46	c #Conflicts:     417000 | #Learnt:      29678 | 0.000
235.33/235.46	c total clause space: 127.173MB
235.33/235.46	c total #watches: 611528
236.33/236.45	c total #propagations: 270199437 / total #impl: 1078664667 (eff. 0.250)
236.33/236.45	c #Conflicts:     418000 | #Learnt:      30678 | 0.000
236.33/236.45	c total clause space: 127.173MB
236.33/236.45	c total #watches: 618174
236.93/237.06	c total #propagations: 270839928 / total #impl: 1081429656 (eff. 0.250)
236.93/237.06	c GC COLLECT
236.93/237.06	c #Conflicts:     419000 | #Learnt:      16207 | 0.000
236.93/237.06	c total clause space: 127.173MB
236.93/237.06	c total #watches: 561927
237.63/237.79	c total #propagations: 271449288 / total #impl: 1084028818 (eff. 0.250)
237.63/237.79	c #Conflicts:     420000 | #Learnt:      17207 | 0.000
237.63/237.79	c total clause space: 127.173MB
237.63/237.79	c total #watches: 570779
238.63/238.75	c total #propagations: 272033865 / total #impl: 1086665964 (eff. 0.250)
238.63/238.75	c #Conflicts:     421000 | #Learnt:      18207 | 0.000
238.63/238.75	c total clause space: 127.173MB
238.63/238.75	c total #watches: 580927
239.63/239.70	c total #propagations: 272619544 / total #impl: 1089443624 (eff. 0.250)
239.63/239.70	c #Conflicts:     422000 | #Learnt:      19207 | 0.000
239.63/239.70	c total clause space: 127.173MB
239.63/239.71	c total #watches: 584736
240.63/240.72	c total #propagations: 273180817 / total #impl: 1091710956 (eff. 0.250)
240.63/240.72	c #Conflicts:     423000 | #Learnt:      20207 | 0.000
240.63/240.72	c total clause space: 127.173MB
240.63/240.72	c total #watches: 587626
241.63/241.75	c total #propagations: 273740257 / total #impl: 1093815673 (eff. 0.250)
241.63/241.75	c #Conflicts:     424000 | #Learnt:      21207 | 0.000
241.63/241.75	c total clause space: 127.173MB
241.63/241.76	c total #watches: 591505
242.03/242.15	c total #propagations: 274353557 / total #impl: 1096421746 (eff. 0.250)
242.03/242.15	c #Conflicts:     425000 | #Learnt:      22207 | 0.000
242.03/242.15	c total clause space: 127.173MB
242.03/242.15	c total #watches: 595854
242.83/242.93	c total #propagations: 274807509 / total #impl: 1099004054 (eff. 0.250)
242.83/242.93	c #Conflicts:     426000 | #Learnt:      23207 | 0.000
242.83/242.93	c total clause space: 127.173MB
242.83/242.93	c total #watches: 601081
243.73/243.87	c total #propagations: 275326556 / total #impl: 1101576154 (eff. 0.250)
243.73/243.87	c #Conflicts:     427000 | #Learnt:      24207 | 0.000
243.73/243.87	c total clause space: 127.173MB
243.73/243.88	c total #watches: 609084
244.93/245.08	c total #propagations: 275851105 / total #impl: 1104447097 (eff. 0.250)
244.93/245.08	c #Conflicts:     428000 | #Learnt:      25207 | 0.000
244.93/245.08	c total clause space: 127.173MB
244.93/245.08	c total #watches: 614469
246.23/246.32	c total #propagations: 276428422 / total #impl: 1107704213 (eff. 0.250)
246.23/246.32	c #Conflicts:     429000 | #Learnt:      26207 | 0.000
246.23/246.32	c total clause space: 127.173MB
246.23/246.32	c total #watches: 620050
247.64/247.71	c total #propagations: 276949516 / total #impl: 1110362993 (eff. 0.249)
247.64/247.71	c #Conflicts:     430000 | #Learnt:      27207 | 0.000
247.64/247.71	c total clause space: 127.173MB
247.64/247.71	c total #watches: 625914
249.13/249.20	c total #propagations: 277534105 / total #impl: 1113494488 (eff. 0.249)
249.13/249.20	c #Conflicts:     431000 | #Learnt:      28207 | 0.000
249.13/249.20	c total clause space: 127.173MB
249.13/249.20	c total #watches: 636811
250.73/250.88	c total #propagations: 278138223 / total #impl: 1117309300 (eff. 0.249)
250.73/250.88	c #Conflicts:     432000 | #Learnt:      29207 | 0.000
250.73/250.88	c total clause space: 127.173MB
250.73/250.88	c total #watches: 643900
252.53/252.66	c total #propagations: 278733765 / total #impl: 1121157779 (eff. 0.249)
252.53/252.66	c #Conflicts:     433000 | #Learnt:      30207 | 0.000
252.53/252.66	c total clause space: 206.656MB
252.53/252.66	c total #watches: 651783
254.53/254.68	c total #propagations: 279268686 / total #impl: 1125008682 (eff. 0.248)
254.53/254.68	c #Conflicts:     434000 | #Learnt:      31207 | 0.000
254.53/254.68	c total clause space: 206.656MB
254.53/254.68	c total #watches: 659149
255.93/256.00	c total #propagations: 279842653 / total #impl: 1128622111 (eff. 0.248)
255.93/256.00	c GC COLLECT
255.93/256.00	c #Conflicts:     435000 | #Learnt:      16422 | 0.000
255.93/256.00	c total clause space: 206.656MB
255.93/256.00	c total #watches: 559215
256.53/256.62	c total #propagations: 280424818 / total #impl: 1131626431 (eff. 0.248)
256.53/256.62	c #Conflicts:     436000 | #Learnt:      17422 | 0.000
256.53/256.62	c total clause space: 206.656MB
256.53/256.62	c total #watches: 565409
257.03/257.16	c total #propagations: 281060629 / total #impl: 1134474013 (eff. 0.248)
257.03/257.16	c #Conflicts:     437000 | #Learnt:      18422 | 0.000
257.03/257.16	c total clause space: 206.656MB
257.03/257.17	c total #watches: 568811
257.63/257.77	c total #propagations: 281662530 / total #impl: 1136859362 (eff. 0.248)
257.63/257.77	c #Conflicts:     438000 | #Learnt:      19422 | 0.000
257.63/257.77	c total clause space: 206.656MB
257.63/257.77	c total #watches: 572828
258.33/258.44	c total #propagations: 282336088 / total #impl: 1139423492 (eff. 0.248)
258.33/258.44	c #Conflicts:     439000 | #Learnt:      20422 | 0.000
258.33/258.44	c total clause space: 206.656MB
258.33/258.44	c total #watches: 577137
259.13/259.23	c total #propagations: 283057762 / total #impl: 1142097482 (eff. 0.248)
259.13/259.23	c #Conflicts:     440000 | #Learnt:      21422 | 0.000
259.13/259.23	c total clause space: 206.656MB
259.13/259.23	c total #watches: 582096
260.03/260.10	c total #propagations: 283754314 / total #impl: 1144748519 (eff. 0.248)
260.03/260.10	c #Conflicts:     441000 | #Learnt:      22422 | 0.000
260.03/260.10	c total clause space: 206.656MB
260.03/260.10	c total #watches: 585836
260.53/260.68	c total #propagations: 284418709 / total #impl: 1147321586 (eff. 0.248)
260.53/260.68	c #Conflicts:     442000 | #Learnt:      23422 | 0.000
260.53/260.68	c total clause space: 206.656MB
260.53/260.68	c total #watches: 589077
261.23/261.35	c total #propagations: 284998009 / total #impl: 1149943122 (eff. 0.248)
261.23/261.35	c #Conflicts:     443000 | #Learnt:      24422 | 0.000
261.23/261.35	c total clause space: 206.656MB
261.23/261.35	c total #watches: 592314
261.83/261.98	c total #propagations: 285613480 / total #impl: 1152762627 (eff. 0.248)
261.83/261.98	c #Conflicts:     444000 | #Learnt:      25422 | 0.000
261.83/261.98	c total clause space: 206.656MB
261.83/261.98	c total #watches: 596263
262.53/262.62	c total #propagations: 286136409 / total #impl: 1155417934 (eff. 0.248)
262.53/262.62	c #Conflicts:     445000 | #Learnt:      26422 | 0.000
262.53/262.62	c total clause space: 206.656MB
262.53/262.62	c total #watches: 599286
263.23/263.38	c total #propagations: 286670381 / total #impl: 1157931056 (eff. 0.248)
263.23/263.38	c #Conflicts:     446000 | #Learnt:      27422 | 0.000
263.23/263.38	c total clause space: 206.656MB
263.23/263.38	c total #watches: 602297
264.03/264.19	c total #propagations: 287271831 / total #impl: 1160571514 (eff. 0.248)
264.03/264.19	c #Conflicts:     447000 | #Learnt:      28422 | 0.000
264.03/264.19	c total clause space: 206.656MB
264.03/264.19	c total #watches: 605589
264.83/264.96	c total #propagations: 287893193 / total #impl: 1163337010 (eff. 0.247)
264.83/264.96	c #Conflicts:     448000 | #Learnt:      29422 | 0.000
264.83/264.96	c total clause space: 206.656MB
264.83/264.96	c total #watches: 608574
265.73/265.82	c total #propagations: 288447415 / total #impl: 1165867587 (eff. 0.247)
265.73/265.82	c #Conflicts:     449000 | #Learnt:      30422 | 0.000
265.73/265.82	c total clause space: 206.656MB
265.73/265.82	c total #watches: 611270
266.63/266.73	c total #propagations: 288994024 / total #impl: 1168406406 (eff. 0.247)
266.63/266.73	c #Conflicts:     450000 | #Learnt:      31422 | 0.000
266.63/266.73	c total clause space: 206.656MB
266.63/266.73	c total #watches: 614015
267.43/267.52	c total #propagations: 289517355 / total #impl: 1170786867 (eff. 0.247)
267.43/267.52	c GC COLLECT
267.43/267.52	c #Conflicts:     451000 | #Learnt:      16305 | 0.000
267.43/267.52	c total clause space: 206.656MB
267.43/267.52	c total #watches: 558246
267.93/268.02	c total #propagations: 289964783 / total #impl: 1172830082 (eff. 0.247)
267.93/268.02	c #Conflicts:     452000 | #Learnt:      17305 | 0.000
267.93/268.02	c total clause space: 206.656MB
267.93/268.02	c total #watches: 561811
268.43/268.52	c total #propagations: 290518754 / total #impl: 1175505944 (eff. 0.247)
268.43/268.52	c #Conflicts:     453000 | #Learnt:      18305 | 0.000
268.43/268.52	c total clause space: 206.656MB
268.43/268.52	c total #watches: 565721
268.93/269.07	c total #propagations: 291031837 / total #impl: 1178211694 (eff. 0.247)
268.93/269.07	c #Conflicts:     454000 | #Learnt:      19305 | 0.000
268.93/269.07	c total clause space: 206.656MB
268.93/269.07	c total #watches: 568969
269.63/269.78	c total #propagations: 291505307 / total #impl: 1180650602 (eff. 0.247)
269.63/269.78	c #Conflicts:     455000 | #Learnt:      20305 | 0.000
269.63/269.78	c total clause space: 206.656MB
269.63/269.78	c total #watches: 571644
270.42/270.56	c total #propagations: 292031422 / total #impl: 1183230218 (eff. 0.247)
270.42/270.56	c #Conflicts:     456000 | #Learnt:      21305 | 0.000
270.42/270.56	c total clause space: 206.656MB
270.42/270.56	c total #watches: 575745
271.02/271.16	c total #propagations: 292615025 / total #impl: 1186123961 (eff. 0.247)
271.02/271.16	c #Conflicts:     457000 | #Learnt:      22305 | 0.000
271.02/271.16	c total clause space: 206.656MB
271.02/271.16	c total #watches: 578868
271.73/271.84	c total #propagations: 293048117 / total #impl: 1188473035 (eff. 0.247)
271.73/271.84	c #Conflicts:     458000 | #Learnt:      23305 | 0.000
271.73/271.84	c total clause space: 206.656MB
271.73/271.84	c total #watches: 582121
272.52/272.61	c total #propagations: 293542169 / total #impl: 1191154886 (eff. 0.246)
272.52/272.61	c #Conflicts:     459000 | #Learnt:      24305 | 0.000
272.52/272.61	c total clause space: 206.656MB
272.52/272.61	c total #watches: 586113
273.22/273.38	c total #propagations: 294019333 / total #impl: 1193787749 (eff. 0.246)
273.22/273.38	c #Conflicts:     460000 | #Learnt:      25305 | 0.000
273.22/273.38	c total clause space: 206.656MB
273.22/273.38	c total #watches: 590024
274.12/274.27	c total #propagations: 294453319 / total #impl: 1196247891 (eff. 0.246)
274.12/274.27	c #Conflicts:     461000 | #Learnt:      26305 | 0.000
274.12/274.27	c total clause space: 206.656MB
274.12/274.27	c total #watches: 593428
275.03/275.18	c total #propagations: 294918907 / total #impl: 1198781097 (eff. 0.246)
275.03/275.18	c #Conflicts:     462000 | #Learnt:      27305 | 0.000
275.03/275.18	c total clause space: 206.656MB
275.03/275.18	c total #watches: 596688
275.92/276.06	c total #propagations: 295446365 / total #impl: 1201393292 (eff. 0.246)
275.92/276.06	c #Conflicts:     463000 | #Learnt:      28305 | 0.000
275.92/276.06	c total clause space: 206.656MB
275.92/276.06	c total #watches: 600984
276.92/277.00	c total #propagations: 296197877 / total #impl: 1204693395 (eff. 0.246)
276.92/277.00	c #Conflicts:     464000 | #Learnt:      29305 | 0.000
276.92/277.00	c total clause space: 206.656MB
276.92/277.00	c total #watches: 604861
277.82/277.91	c total #propagations: 296852029 / total #impl: 1207870268 (eff. 0.246)
277.82/277.91	c #Conflicts:     465000 | #Learnt:      30305 | 0.000
277.82/277.91	c total clause space: 206.656MB
277.82/277.91	c total #watches: 607666
278.72/278.88	c total #propagations: 297453329 / total #impl: 1210848651 (eff. 0.246)
278.72/278.88	c #Conflicts:     466000 | #Learnt:      31305 | 0.000
278.72/278.88	c total clause space: 206.656MB
278.72/278.88	c total #watches: 610821
279.72/279.84	c total #propagations: 298093392 / total #impl: 1213977107 (eff. 0.246)
279.72/279.84	c #Conflicts:     467000 | #Learnt:      32305 | 0.000
279.72/279.84	c total clause space: 206.656MB
279.72/279.84	c total #watches: 615167
280.63/280.72	c total #propagations: 298843074 / total #impl: 1217243335 (eff. 0.246)
280.63/280.72	c GC COLLECT
280.63/280.72	c #Conflicts:     468000 | #Learnt:      16922 | 0.000
280.63/280.72	c total clause space: 206.656MB
280.63/280.72	c total #watches: 560858
281.22/281.38	c total #propagations: 299585892 / total #impl: 1220448740 (eff. 0.245)
281.22/281.38	c #Conflicts:     469000 | #Learnt:      17922 | 0.000
281.22/281.38	c total clause space: 206.656MB
281.22/281.38	c total #watches: 565829
281.92/282.07	c total #propagations: 300277774 / total #impl: 1223909013 (eff. 0.245)
281.92/282.07	c #Conflicts:     470000 | #Learnt:      18922 | 0.000
281.92/282.07	c total clause space: 206.656MB
281.92/282.07	c total #watches: 571246
282.62/282.75	c total #propagations: 301007814 / total #impl: 1227030698 (eff. 0.245)
282.62/282.75	c #Conflicts:     471000 | #Learnt:      19922 | 0.000
282.62/282.75	c total clause space: 206.656MB
282.62/282.75	c total #watches: 577744
283.52/283.62	c total #propagations: 301588341 / total #impl: 1229875314 (eff. 0.245)
283.52/283.62	c #Conflicts:     472000 | #Learnt:      20922 | 0.000
283.52/283.62	c total clause space: 206.656MB
283.52/283.62	c total #watches: 589982
284.72/284.85	c total #propagations: 302387183 / total #impl: 1233671986 (eff. 0.245)
284.72/284.85	c #Conflicts:     473000 | #Learnt:      21922 | 0.000
284.72/284.85	c total clause space: 206.656MB
284.72/284.85	c total #watches: 598786
286.03/286.17	c total #propagations: 303100220 / total #impl: 1237345916 (eff. 0.245)
286.03/286.17	c #Conflicts:     474000 | #Learnt:      22922 | 0.000
286.03/286.17	c total clause space: 206.656MB
286.03/286.17	c total #watches: 603583
287.52/287.60	c total #propagations: 303671987 / total #impl: 1240823279 (eff. 0.245)
287.52/287.60	c #Conflicts:     475000 | #Learnt:      23922 | 0.000
287.52/287.60	c total clause space: 206.656MB
287.52/287.60	c total #watches: 612240
289.02/289.18	c total #propagations: 304447151 / total #impl: 1244362693 (eff. 0.245)
289.02/289.18	c #Conflicts:     476000 | #Learnt:      24922 | 0.000
289.02/289.18	c total clause space: 206.656MB
289.02/289.18	c total #watches: 617546
291.22/291.32	c total #propagations: 305027341 / total #impl: 1247821833 (eff. 0.244)
291.22/291.32	c #Conflicts:     477000 | #Learnt:      25922 | 0.000
291.22/291.32	c total clause space: 206.656MB
291.22/291.32	c total #watches: 626531
294.22/294.33	c total #propagations: 305713408 / total #impl: 1251441665 (eff. 0.244)
294.22/294.33	c #Conflicts:     478000 | #Learnt:      26922 | 0.000
294.22/294.33	c total clause space: 206.656MB
294.22/294.33	c total #watches: 637059
297.22/297.33	c total #propagations: 306587946 / total #impl: 1255539656 (eff. 0.244)
297.22/297.33	c #Conflicts:     479000 | #Learnt:      27922 | 0.000
297.22/297.33	c total clause space: 206.656MB
297.22/297.33	c total #watches: 644063
301.12/301.23	c total #propagations: 307389268 / total #impl: 1259357075 (eff. 0.244)
301.12/301.23	c #Conflicts:     480000 | #Learnt:      28922 | 0.000
301.12/301.23	c total clause space: 206.656MB
301.12/301.23	c total #watches: 648606
304.72/304.88	c total #propagations: 308135801 / total #impl: 1262968314 (eff. 0.244)
304.72/304.88	c #Conflicts:     481000 | #Learnt:      29922 | 0.000
304.72/304.88	c total clause space: 206.656MB
304.72/304.88	c total #watches: 652179
309.42/309.54	c total #propagations: 308839257 / total #impl: 1266567371 (eff. 0.244)
309.42/309.54	c #Conflicts:     482000 | #Learnt:      30922 | 0.000
309.42/309.54	c total clause space: 206.656MB
309.42/309.54	c total #watches: 660558
313.02/313.10	c total #propagations: 309600623 / total #impl: 1270681657 (eff. 0.244)
313.02/313.10	c #Conflicts:     483000 | #Learnt:      31922 | 0.000
313.02/313.10	c total clause space: 206.656MB
313.02/313.10	c total #watches: 663832
316.12/316.28	c total #propagations: 310233070 / total #impl: 1274019466 (eff. 0.244)
316.12/316.28	c #Conflicts:     484000 | #Learnt:      32922 | 0.000
316.12/316.28	c total clause space: 206.656MB
316.12/316.28	c total #watches: 668571
318.82/318.95	c total #propagations: 310897053 / total #impl: 1277356064 (eff. 0.243)
318.82/318.95	c GC COLLECT
318.82/318.95	c #Conflicts:     485000 | #Learnt:      17256 | 0.000
318.82/318.95	c total clause space: 206.656MB
318.82/318.95	c total #watches: 562664
319.62/319.78	c total #propagations: 311729399 / total #impl: 1281688846 (eff. 0.243)
319.62/319.78	c #Conflicts:     486000 | #Learnt:      18256 | 0.000
319.62/319.78	c total clause space: 206.656MB
319.62/319.78	c total #watches: 569947
320.52/320.69	c total #propagations: 312617648 / total #impl: 1285863687 (eff. 0.243)
320.52/320.69	c #Conflicts:     487000 | #Learnt:      19256 | 0.000
320.52/320.69	c total clause space: 206.656MB
320.52/320.69	c total #watches: 576815
321.42/321.56	c total #propagations: 313393860 / total #impl: 1289489014 (eff. 0.243)
321.42/321.56	c #Conflicts:     488000 | #Learnt:      20256 | 0.000
321.42/321.56	c total clause space: 206.656MB
321.42/321.56	c total #watches: 582348
322.42/322.58	c total #propagations: 313897753 / total #impl: 1292303155 (eff. 0.243)
322.42/322.58	c #Conflicts:     489000 | #Learnt:      21256 | 0.000
322.42/322.58	c total clause space: 206.656MB
322.42/322.59	c total #watches: 588839
323.71/323.85	c total #propagations: 314390250 / total #impl: 1295190570 (eff. 0.243)
323.71/323.85	c #Conflicts:     490000 | #Learnt:      22256 | 0.000
323.71/323.85	c total clause space: 206.656MB
323.71/323.85	c total #watches: 593574
325.11/325.22	c total #propagations: 314965852 / total #impl: 1298308245 (eff. 0.243)
325.11/325.22	c #Conflicts:     491000 | #Learnt:      23256 | 0.000
325.11/325.22	c total clause space: 206.656MB
325.11/325.22	c total #watches: 598832
326.51/326.68	c total #propagations: 315570093 / total #impl: 1301719348 (eff. 0.242)
326.51/326.68	c #Conflicts:     492000 | #Learnt:      24256 | 0.000
326.51/326.68	c total clause space: 206.656MB
326.51/326.68	c total #watches: 605851
327.92/328.06	c total #propagations: 316209046 / total #impl: 1305722785 (eff. 0.242)
327.92/328.06	c #Conflicts:     493000 | #Learnt:      25256 | 0.000
327.92/328.06	c total clause space: 206.656MB
327.92/328.06	c total #watches: 617690
329.41/329.52	c total #propagations: 316772189 / total #impl: 1309582187 (eff. 0.242)
329.41/329.52	c #Conflicts:     494000 | #Learnt:      26256 | 0.000
329.41/329.52	c total clause space: 206.656MB
329.41/329.52	c total #watches: 630145
331.41/331.59	c total #propagations: 317492454 / total #impl: 1313650592 (eff. 0.242)
331.41/331.59	c #Conflicts:     495000 | #Learnt:      27256 | 0.000
331.41/331.59	c total clause space: 206.656MB
331.41/331.59	c total #watches: 637018
333.11/333.26	c total #propagations: 318059616 / total #impl: 1317720809 (eff. 0.241)
333.11/333.26	c #Conflicts:     496000 | #Learnt:      28256 | 0.000
333.11/333.26	c total clause space: 206.656MB
333.11/333.26	c total #watches: 642725
335.81/335.98	c total #propagations: 318651402 / total #impl: 1320623597 (eff. 0.241)
335.81/335.98	c #Conflicts:     497000 | #Learnt:      29256 | 0.000
335.81/335.98	c total clause space: 206.656MB
335.81/335.98	c total #watches: 647085
337.51/337.63	c total #propagations: 319322123 / total #impl: 1324445187 (eff. 0.241)
337.51/337.63	c #Conflicts:     498000 | #Learnt:      30256 | 0.000
337.51/337.63	c total clause space: 206.656MB
337.51/337.63	c total #watches: 653124
339.41/339.51	c total #propagations: 319993812 / total #impl: 1327631622 (eff. 0.241)
339.41/339.51	c #Conflicts:     499000 | #Learnt:      31256 | 0.000
339.41/339.51	c total clause space: 206.656MB
339.41/339.51	c total #watches: 656967
341.12/341.24	c total #propagations: 320593579 / total #impl: 1330792414 (eff. 0.241)
341.12/341.24	c #Conflicts:     500000 | #Learnt:      32256 | 0.000
341.12/341.24	c total clause space: 206.656MB
341.12/341.24	c total #watches: 663619
343.91/344.01	c total #propagations: 321228393 / total #impl: 1333701113 (eff. 0.241)
343.91/344.01	c #Conflicts:     501000 | #Learnt:      33256 | 0.000
343.91/344.01	c total clause space: 206.656MB
343.91/344.01	c total #watches: 670144
346.41/346.50	c total #propagations: 321888824 / total #impl: 1337498118 (eff. 0.241)
346.41/346.50	c GC COLLECT
346.41/346.50	c #Conflicts:     502000 | #Learnt:      17244 | 0.000
346.41/346.50	c total clause space: 206.656MB
346.41/346.50	c total #watches: 562295
346.91/347.06	c total #propagations: 322448094 / total #impl: 1341019732 (eff. 0.240)
346.91/347.06	c #Conflicts:     503000 | #Learnt:      18244 | 0.000
346.91/347.06	c total clause space: 206.656MB
346.91/347.06	c total #watches: 566992
347.51/347.63	c total #propagations: 323130959 / total #impl: 1344461653 (eff. 0.240)
347.51/347.63	c #Conflicts:     504000 | #Learnt:      19244 | 0.000
347.51/347.63	c total clause space: 206.656MB
347.51/347.63	c total #watches: 570736
348.11/348.27	c total #propagations: 323751408 / total #impl: 1347819993 (eff. 0.240)
348.11/348.27	c #Conflicts:     505000 | #Learnt:      20244 | 0.000
348.11/348.27	c total clause space: 206.656MB
348.11/348.27	c total #watches: 574782
348.91/349.01	c total #propagations: 324331390 / total #impl: 1351107876 (eff. 0.240)
348.91/349.01	c #Conflicts:     506000 | #Learnt:      21244 | 0.000
348.91/349.01	c total clause space: 206.656MB
348.91/349.01	c total #watches: 578557
349.71/349.85	c total #propagations: 324950428 / total #impl: 1354494991 (eff. 0.240)
349.71/349.85	c #Conflicts:     507000 | #Learnt:      22244 | 0.000
349.71/349.85	c total clause space: 206.656MB
349.71/349.85	c total #watches: 582721
350.71/350.86	c total #propagations: 325608162 / total #impl: 1357876585 (eff. 0.240)
350.71/350.86	c #Conflicts:     508000 | #Learnt:      23244 | 0.000
350.71/350.86	c total clause space: 206.656MB
350.71/350.86	c total #watches: 586298
351.61/351.75	c total #propagations: 326334888 / total #impl: 1361794347 (eff. 0.240)
351.61/351.75	c #Conflicts:     509000 | #Learnt:      24244 | 0.000
351.61/351.75	c total clause space: 206.656MB
351.61/351.75	c total #watches: 591689
352.51/352.64	c total #propagations: 326941157 / total #impl: 1365425435 (eff. 0.239)
352.51/352.64	c #Conflicts:     510000 | #Learnt:      25244 | 0.000
352.51/352.64	c total clause space: 206.656MB
352.51/352.64	c total #watches: 596013
353.71/353.84	c total #propagations: 327443111 / total #impl: 1368351850 (eff. 0.239)
353.71/353.84	c #Conflicts:     511000 | #Learnt:      26244 | 0.000
353.71/353.84	c total clause space: 206.656MB
353.71/353.84	c total #watches: 601294
355.11/355.27	c total #propagations: 328075601 / total #impl: 1371843836 (eff. 0.239)
355.11/355.27	c #Conflicts:     512000 | #Learnt:      27244 | 0.000
355.11/355.27	c total clause space: 206.656MB
355.11/355.27	c total #watches: 609247
356.11/356.27	c total #propagations: 328677547 / total #impl: 1375575080 (eff. 0.239)
356.11/356.27	c #Conflicts:     513000 | #Learnt:      28244 | 0.000
356.11/356.27	c total clause space: 206.656MB
356.11/356.27	c total #watches: 613876
357.31/357.45	c total #propagations: 329316398 / total #impl: 1378476433 (eff. 0.239)
357.31/357.45	c #Conflicts:     514000 | #Learnt:      29244 | 0.000
357.31/357.45	c total clause space: 206.656MB
357.31/357.45	c total #watches: 617553
358.41/358.54	c total #propagations: 329922246 / total #impl: 1380846723 (eff. 0.239)
358.41/358.54	c #Conflicts:     515000 | #Learnt:      30244 | 0.000
358.41/358.54	c total clause space: 206.656MB
358.41/358.54	c total #watches: 620975
359.61/359.71	c total #propagations: 330607101 / total #impl: 1383318145 (eff. 0.239)
359.61/359.71	c #Conflicts:     516000 | #Learnt:      31244 | 0.000
359.61/359.71	c total clause space: 206.656MB
359.61/359.71	c total #watches: 627168
360.71/360.83	c total #propagations: 331301289 / total #impl: 1386088403 (eff. 0.239)
360.71/360.83	c #Conflicts:     517000 | #Learnt:      32244 | 0.000
360.71/360.83	c total clause space: 206.656MB
360.71/360.83	c total #watches: 631074
362.02/362.12	c total #propagations: 331978089 / total #impl: 1388675350 (eff. 0.239)
362.02/362.12	c #Conflicts:     518000 | #Learnt:      33244 | 0.000
362.02/362.12	c total clause space: 206.656MB
362.02/362.13	c total #watches: 634567
363.12/363.29	c total #propagations: 332683116 / total #impl: 1391397363 (eff. 0.239)
363.12/363.29	c #Conflicts:     519000 | #Learnt:      34244 | 0.000
363.12/363.29	c total clause space: 206.656MB
363.12/363.29	c total #watches: 638043
364.01/364.18	c total #propagations: 333268819 / total #impl: 1393668213 (eff. 0.239)
364.01/364.18	c GC COLLECT
364.01/364.18	c #Conflicts:     520000 | #Learnt:      17924 | 0.000
364.01/364.18	c total clause space: 206.656MB
364.01/364.18	c total #watches: 564270
364.61/364.76	c total #propagations: 333821867 / total #impl: 1396052756 (eff. 0.239)
364.61/364.76	c #Conflicts:     521000 | #Learnt:      18924 | 0.000
364.61/364.76	c total clause space: 206.656MB
364.61/364.76	c total #watches: 567327
365.11/365.30	c total #propagations: 334393642 / total #impl: 1398783955 (eff. 0.239)
365.11/365.30	c #Conflicts:     522000 | #Learnt:      19924 | 0.000
365.11/365.30	c total clause space: 206.656MB
365.11/365.30	c total #watches: 570818
365.81/365.96	c total #propagations: 335029078 / total #impl: 1401097419 (eff. 0.239)
365.81/365.96	c #Conflicts:     523000 | #Learnt:      20924 | 0.000
365.81/365.96	c total clause space: 206.656MB
365.81/365.96	c total #watches: 573970
366.31/366.41	c total #propagations: 335758821 / total #impl: 1403709085 (eff. 0.239)
366.31/366.41	c #Conflicts:     524000 | #Learnt:      21924 | 0.000
366.31/366.41	c total clause space: 206.656MB
366.31/366.41	c total #watches: 577652
366.91/367.01	c total #propagations: 336276398 / total #impl: 1406001932 (eff. 0.239)
366.91/367.01	c #Conflicts:     525000 | #Learnt:      22924 | 0.000
366.91/367.01	c total clause space: 206.656MB
366.91/367.01	c total #watches: 581819
367.41/367.54	c total #propagations: 336933406 / total #impl: 1408539572 (eff. 0.239)
367.41/367.54	c #Conflicts:     526000 | #Learnt:      23924 | 0.000
367.41/367.54	c total clause space: 206.656MB
367.41/367.54	c total #watches: 585631
368.11/368.24	c total #propagations: 337514431 / total #impl: 1411178637 (eff. 0.239)
368.11/368.24	c #Conflicts:     527000 | #Learnt:      24924 | 0.000
368.11/368.24	c total clause space: 206.656MB
368.11/368.24	c total #watches: 590460
369.01/369.14	c total #propagations: 338132078 / total #impl: 1413656725 (eff. 0.239)
369.01/369.14	c #Conflicts:     528000 | #Learnt:      25924 | 0.000
369.01/369.14	c total clause space: 206.656MB
369.01/369.14	c total #watches: 595685
369.61/369.80	c total #propagations: 338902400 / total #impl: 1416920238 (eff. 0.239)
369.61/369.80	c #Conflicts:     529000 | #Learnt:      26924 | 0.000
369.61/369.80	c total clause space: 206.656MB
369.71/369.80	c total #watches: 599056
370.31/370.48	c total #propagations: 339461085 / total #impl: 1419455723 (eff. 0.239)
370.31/370.48	c #Conflicts:     530000 | #Learnt:      27924 | 0.000
370.31/370.48	c total clause space: 206.656MB
370.31/370.48	c total #watches: 604192
371.11/371.23	c total #propagations: 340060707 / total #impl: 1422386359 (eff. 0.239)
371.11/371.23	c #Conflicts:     531000 | #Learnt:      28924 | 0.000
371.11/371.23	c total clause space: 206.656MB
371.11/371.24	c total #watches: 607951
371.81/371.98	c total #propagations: 340642275 / total #impl: 1425144281 (eff. 0.239)
371.81/371.98	c #Conflicts:     532000 | #Learnt:      29924 | 0.000
371.81/371.98	c total clause space: 206.656MB
371.81/371.98	c total #watches: 613070
372.91/373.04	c total #propagations: 341174462 / total #impl: 1428086932 (eff. 0.239)
372.91/373.04	c #Conflicts:     533000 | #Learnt:      30924 | 0.000
372.91/373.04	c total clause space: 206.656MB
372.91/373.04	c total #watches: 617313
373.91/374.01	c total #propagations: 341935315 / total #impl: 1431099585 (eff. 0.239)
373.91/374.01	c #Conflicts:     534000 | #Learnt:      31924 | 0.000
373.91/374.01	c total clause space: 206.656MB
373.91/374.01	c total #watches: 621084
374.71/374.87	c total #propagations: 342637078 / total #impl: 1433698646 (eff. 0.239)
374.71/374.87	c #Conflicts:     535000 | #Learnt:      32924 | 0.000
374.71/374.87	c total clause space: 206.656MB
374.71/374.87	c total #watches: 625396
375.61/375.71	c total #propagations: 343297319 / total #impl: 1436543045 (eff. 0.239)
375.61/375.71	c #Conflicts:     536000 | #Learnt:      33924 | 0.000
375.61/375.71	c total clause space: 206.656MB
375.61/375.71	c total #watches: 629613
376.31/376.44	c total #propagations: 343930604 / total #impl: 1439361218 (eff. 0.239)
376.31/376.44	c #Conflicts:     537000 | #Learnt:      34924 | 0.000
376.31/376.44	c total clause space: 206.656MB
376.31/376.44	c total #watches: 632716
377.01/377.13	c total #propagations: 344531799 / total #impl: 1441749117 (eff. 0.239)
377.01/377.13	c GC COLLECT
377.01/377.13	c #Conflicts:     538000 | #Learnt:      18320 | 0.000
377.01/377.13	c total clause space: 206.656MB
377.01/377.13	c total #watches: 566366
377.61/377.72	c total #propagations: 345163771 / total #impl: 1444129407 (eff. 0.239)
377.61/377.72	c #Conflicts:     539000 | #Learnt:      19320 | 0.000
377.61/377.72	c total clause space: 206.656MB
377.61/377.72	c total #watches: 570569
378.11/378.26	c total #propagations: 345836194 / total #impl: 1446786481 (eff. 0.239)
378.11/378.26	c #Conflicts:     540000 | #Learnt:      20320 | 0.000
378.11/378.26	c total clause space: 206.656MB
378.11/378.26	c total #watches: 575444
378.91/379.01	c total #propagations: 346302469 / total #impl: 1449396434 (eff. 0.239)
378.91/379.01	c #Conflicts:     541000 | #Learnt:      21320 | 0.000
378.91/379.01	c total clause space: 206.656MB
378.91/379.01	c total #watches: 579183
379.51/379.66	c total #propagations: 346990004 / total #impl: 1452165628 (eff. 0.239)
379.51/379.66	c #Conflicts:     542000 | #Learnt:      22320 | 0.000
379.51/379.66	c total clause space: 206.656MB
379.51/379.66	c total #watches: 583985
380.11/380.22	c total #propagations: 347615836 / total #impl: 1454909431 (eff. 0.239)
380.11/380.22	c #Conflicts:     543000 | #Learnt:      23320 | 0.000
380.11/380.22	c total clause space: 206.656MB
380.11/380.22	c total #watches: 587407
380.71/380.83	c total #propagations: 348211418 / total #impl: 1457153215 (eff. 0.239)
380.71/380.83	c #Conflicts:     544000 | #Learnt:      24320 | 0.000
380.71/380.83	c total clause space: 206.656MB
380.71/380.83	c total #watches: 592276
381.51/381.62	c total #propagations: 348759747 / total #impl: 1459496174 (eff. 0.239)
381.51/381.62	c #Conflicts:     545000 | #Learnt:      25320 | 0.000
381.51/381.62	c total clause space: 206.656MB
381.51/381.62	c total #watches: 595693
382.20/382.31	c total #propagations: 349495424 / total #impl: 1462309368 (eff. 0.239)
382.20/382.31	c #Conflicts:     546000 | #Learnt:      26320 | 0.000
382.20/382.31	c total clause space: 206.656MB
382.20/382.31	c total #watches: 599784
382.81/382.94	c total #propagations: 350094446 / total #impl: 1464809951 (eff. 0.239)
382.81/382.94	c #Conflicts:     547000 | #Learnt:      27320 | 0.000
382.81/382.94	c total clause space: 206.656MB
382.81/382.94	c total #watches: 603739
383.60/383.80	c total #propagations: 350686573 / total #impl: 1467034894 (eff. 0.239)
383.60/383.80	c #Conflicts:     548000 | #Learnt:      28320 | 0.000
383.60/383.80	c total clause space: 206.656MB
383.70/383.80	c total #watches: 607884
384.60/384.71	c total #propagations: 351289793 / total #impl: 1469643001 (eff. 0.239)
384.60/384.71	c #Conflicts:     549000 | #Learnt:      29320 | 0.000
384.60/384.71	c total clause space: 206.656MB
384.60/384.71	c total #watches: 611809
385.50/385.66	c total #propagations: 351994064 / total #impl: 1472509785 (eff. 0.239)
385.50/385.66	c #Conflicts:     550000 | #Learnt:      30320 | 0.000
385.50/385.66	c total clause space: 206.656MB
385.50/385.66	c total #watches: 615643
386.50/386.68	c total #propagations: 352817496 / total #impl: 1475713767 (eff. 0.239)
386.50/386.68	c #Conflicts:     551000 | #Learnt:      31320 | 0.000
386.50/386.68	c total clause space: 206.656MB
386.50/386.68	c total #watches: 619679
387.50/387.69	c total #propagations: 353610357 / total #impl: 1478835515 (eff. 0.239)
387.50/387.69	c #Conflicts:     552000 | #Learnt:      32320 | 0.000
387.50/387.69	c total clause space: 206.656MB
387.50/387.69	c total #watches: 623910
388.60/388.75	c total #propagations: 354358858 / total #impl: 1481543305 (eff. 0.239)
388.60/388.75	c #Conflicts:     553000 | #Learnt:      33320 | 0.000
388.60/388.75	c total clause space: 206.656MB
388.60/388.75	c total #watches: 627541
389.60/389.77	c total #propagations: 355123041 / total #impl: 1484328676 (eff. 0.239)
389.60/389.77	c #Conflicts:     554000 | #Learnt:      34320 | 0.000
389.60/389.77	c total clause space: 206.656MB
389.60/389.77	c total #watches: 631646
390.61/390.76	c total #propagations: 355913920 / total #impl: 1486982226 (eff. 0.239)
390.61/390.76	c #Conflicts:     555000 | #Learnt:      35320 | 0.000
390.61/390.76	c total clause space: 206.656MB
390.61/390.76	c total #watches: 636096
391.50/391.69	c total #propagations: 356632033 / total #impl: 1489485996 (eff. 0.239)
391.50/391.69	c GC COLLECT
391.50/391.69	c #Conflicts:     556000 | #Learnt:      18412 | 0.000
391.50/391.69	c total clause space: 206.656MB
391.50/391.69	c total #watches: 566908
392.20/392.38	c total #propagations: 357411944 / total #impl: 1492290218 (eff. 0.240)
392.20/392.38	c #Conflicts:     557000 | #Learnt:      19412 | 0.000
392.20/392.38	c total clause space: 206.656MB
392.20/392.38	c total #watches: 572029
393.10/393.24	c total #propagations: 358183301 / total #impl: 1495282301 (eff. 0.240)
393.10/393.24	c #Conflicts:     558000 | #Learnt:      20412 | 0.000
393.10/393.24	c total clause space: 206.656MB
393.10/393.24	c total #watches: 576447
393.70/393.81	c total #propagations: 359042867 / total #impl: 1498527037 (eff. 0.240)
393.70/393.81	c #Conflicts:     559000 | #Learnt:      21412 | 0.000
393.70/393.81	c total clause space: 206.656MB
393.70/393.81	c total #watches: 580333
394.30/394.41	c total #propagations: 359673593 / total #impl: 1501051735 (eff. 0.240)
394.30/394.41	c #Conflicts:     560000 | #Learnt:      22412 | 0.000
394.30/394.41	c total clause space: 206.656MB
394.30/394.41	c total #watches: 584113
395.10/395.27	c total #propagations: 360305618 / total #impl: 1503378055 (eff. 0.240)
395.10/395.27	c #Conflicts:     561000 | #Learnt:      23412 | 0.000
395.10/395.27	c total clause space: 206.656MB
395.10/395.27	c total #watches: 588588
395.90/396.03	c total #propagations: 361146866 / total #impl: 1506305202 (eff. 0.240)
395.90/396.03	c #Conflicts:     562000 | #Learnt:      24412 | 0.000
395.90/396.03	c total clause space: 206.656MB
395.90/396.03	c total #watches: 592081
396.50/396.69	c total #propagations: 361831503 / total #impl: 1508966453 (eff. 0.240)
396.50/396.69	c #Conflicts:     563000 | #Learnt:      25412 | 0.000
396.50/396.69	c total clause space: 206.656MB
396.50/396.69	c total #watches: 596353
397.30/397.44	c total #propagations: 362462646 / total #impl: 1511561164 (eff. 0.240)
397.30/397.44	c #Conflicts:     564000 | #Learnt:      26412 | 0.000
397.30/397.44	c total clause space: 206.656MB
397.30/397.44	c total #watches: 599885
398.00/398.17	c total #propagations: 363161249 / total #impl: 1514403305 (eff. 0.240)
398.00/398.17	c #Conflicts:     565000 | #Learnt:      27412 | 0.000
398.00/398.17	c total clause space: 206.656MB
398.00/398.17	c total #watches: 603841
398.90/399.05	c total #propagations: 363832050 / total #impl: 1517267970 (eff. 0.240)
398.90/399.05	c #Conflicts:     566000 | #Learnt:      28412 | 0.000
398.90/399.05	c total clause space: 206.656MB
398.90/399.05	c total #watches: 606814
399.60/399.78	c total #propagations: 364508428 / total #impl: 1519945607 (eff. 0.240)
399.60/399.78	c #Conflicts:     567000 | #Learnt:      29412 | 0.000
399.60/399.78	c total clause space: 206.656MB
399.60/399.78	c total #watches: 611630
400.51/400.63	c total #propagations: 365190997 / total #impl: 1522600473 (eff. 0.240)
400.51/400.63	c #Conflicts:     568000 | #Learnt:      30412 | 0.000
400.51/400.63	c total clause space: 206.656MB
400.51/400.63	c total #watches: 615250
401.61/401.77	c total #propagations: 365909257 / total #impl: 1525552553 (eff. 0.240)
401.61/401.77	c #Conflicts:     569000 | #Learnt:      31412 | 0.000
401.61/401.77	c total clause space: 206.656MB
401.61/401.77	c total #watches: 618795
402.50/402.67	c total #propagations: 366764560 / total #impl: 1528571691 (eff. 0.240)
402.50/402.67	c #Conflicts:     570000 | #Learnt:      32412 | 0.000
402.50/402.67	c total clause space: 206.656MB
402.50/402.67	c total #watches: 622414
403.30/403.49	c total #propagations: 367471114 / total #impl: 1531270428 (eff. 0.240)
403.30/403.49	c #Conflicts:     571000 | #Learnt:      33412 | 0.000
403.30/403.49	c total clause space: 206.656MB
403.30/403.49	c total #watches: 625733
404.20/404.30	c total #propagations: 368103878 / total #impl: 1533808106 (eff. 0.240)
404.20/404.30	c #Conflicts:     572000 | #Learnt:      34412 | 0.000
404.20/404.30	c total clause space: 206.656MB
404.20/404.30	c total #watches: 628658
404.91/405.07	c total #propagations: 368732094 / total #impl: 1536643680 (eff. 0.240)
404.91/405.07	c #Conflicts:     573000 | #Learnt:      35412 | 0.000
404.91/405.07	c total clause space: 206.656MB
404.91/405.07	c total #watches: 632347
405.91/406.07	c total #propagations: 369243647 / total #impl: 1539015742 (eff. 0.240)
405.91/406.07	c #Conflicts:     574000 | #Learnt:      36412 | 0.000
405.91/406.07	c total clause space: 206.656MB
405.91/406.07	c total #watches: 635607
406.40/406.56	c total #propagations: 369785977 / total #impl: 1541641720 (eff. 0.240)
406.40/406.56	c GC COLLECT
406.40/406.56	c #Conflicts:     575000 | #Learnt:      19213 | 0.000
406.40/406.56	c total clause space: 206.656MB
406.40/406.56	c total #watches: 569557
406.90/407.09	c total #propagations: 370274786 / total #impl: 1544003783 (eff. 0.240)
406.90/407.09	c #Conflicts:     576000 | #Learnt:      20213 | 0.000
406.90/407.09	c total clause space: 206.656MB
406.90/407.09	c total #watches: 572334
407.50/407.61	c total #propagations: 370835688 / total #impl: 1546850781 (eff. 0.240)
407.50/407.61	c #Conflicts:     577000 | #Learnt:      21213 | 0.000
407.50/407.61	c total clause space: 206.656MB
407.50/407.61	c total #watches: 575449
408.30/408.45	c total #propagations: 371358473 / total #impl: 1549523201 (eff. 0.240)
408.30/408.45	c #Conflicts:     578000 | #Learnt:      22213 | 0.000
408.30/408.45	c total clause space: 206.656MB
408.30/408.45	c total #watches: 580336
409.00/409.11	c total #propagations: 372177268 / total #impl: 1553068619 (eff. 0.240)
409.00/409.11	c #Conflicts:     579000 | #Learnt:      23213 | 0.000
409.00/409.11	c total clause space: 206.656MB
409.00/409.11	c total #watches: 584342
409.80/409.95	c total #propagations: 372889095 / total #impl: 1555700349 (eff. 0.240)
409.80/409.95	c #Conflicts:     580000 | #Learnt:      24213 | 0.000
409.80/409.95	c total clause space: 206.656MB
409.80/409.95	c total #watches: 588995
410.60/410.78	c total #propagations: 373715491 / total #impl: 1558925729 (eff. 0.240)
410.60/410.78	c #Conflicts:     581000 | #Learnt:      25213 | 0.000
410.60/410.78	c total clause space: 206.656MB
410.60/410.78	c total #watches: 593599
411.60/411.74	c total #propagations: 374486920 / total #impl: 1561964732 (eff. 0.240)
411.60/411.74	c #Conflicts:     582000 | #Learnt:      26213 | 0.000
411.60/411.74	c total clause space: 206.656MB
411.60/411.74	c total #watches: 599198
412.30/412.48	c total #propagations: 375276725 / total #impl: 1565049625 (eff. 0.240)
412.30/412.48	c #Conflicts:     583000 | #Learnt:      27213 | 0.000
412.30/412.48	c total clause space: 206.656MB
412.30/412.48	c total #watches: 603712
412.90/413.07	c total #propagations: 375968483 / total #impl: 1567464002 (eff. 0.240)
412.90/413.07	c #Conflicts:     584000 | #Learnt:      28213 | 0.000
412.90/413.07	c total clause space: 206.656MB
412.90/413.07	c total #watches: 609895
413.60/413.76	c total #propagations: 376494876 / total #impl: 1569552434 (eff. 0.240)
413.60/413.76	c #Conflicts:     585000 | #Learnt:      29213 | 0.000
413.60/413.76	c total clause space: 206.656MB
413.60/413.76	c total #watches: 617375
414.40/414.54	c total #propagations: 377037469 / total #impl: 1571994711 (eff. 0.240)
414.40/414.54	c #Conflicts:     586000 | #Learnt:      30213 | 0.000
414.40/414.54	c total clause space: 206.656MB
414.40/414.54	c total #watches: 623702
415.30/415.41	c total #propagations: 377668991 / total #impl: 1574741899 (eff. 0.240)
415.30/415.41	c #Conflicts:     587000 | #Learnt:      31213 | 0.000
415.30/415.41	c total clause space: 206.656MB
415.30/415.42	c total #watches: 627660
416.50/416.60	c total #propagations: 378333079 / total #impl: 1577481494 (eff. 0.240)
416.50/416.60	c #Conflicts:     588000 | #Learnt:      32213 | 0.000
416.50/416.60	c total clause space: 206.656MB
416.50/416.60	c total #watches: 631149
417.50/417.69	c total #propagations: 379093034 / total #impl: 1580841185 (eff. 0.240)
417.50/417.69	c #Conflicts:     589000 | #Learnt:      33213 | 0.000
417.50/417.69	c total clause space: 206.656MB
417.50/417.69	c total #watches: 634629
418.80/418.92	c total #propagations: 379815193 / total #impl: 1583709754 (eff. 0.240)
418.80/418.92	c #Conflicts:     590000 | #Learnt:      34213 | 0.000
418.80/418.92	c total clause space: 206.656MB
418.80/418.92	c total #watches: 640281
419.80/419.92	c total #propagations: 380599721 / total #impl: 1587228033 (eff. 0.240)
419.80/419.92	c #Conflicts:     591000 | #Learnt:      35213 | 0.000
419.80/419.92	c total clause space: 206.656MB
419.80/419.92	c total #watches: 643535
420.60/420.76	c total #propagations: 381264741 / total #impl: 1589961871 (eff. 0.240)
420.60/420.76	c #Conflicts:     592000 | #Learnt:      36213 | 0.000
420.60/420.76	c total clause space: 206.656MB
420.60/420.77	c total #watches: 646981
421.20/421.38	c total #propagations: 381934048 / total #impl: 1592868700 (eff. 0.240)
421.20/421.38	c GC COLLECT
421.20/421.38	c #Conflicts:     593000 | #Learnt:      18720 | 0.000
421.20/421.38	c total clause space: 206.656MB
421.20/421.38	c total #watches: 568469
421.70/421.87	c total #propagations: 382472932 / total #impl: 1594804013 (eff. 0.240)
421.70/421.87	c #Conflicts:     594000 | #Learnt:      19720 | 0.000
421.70/421.87	c total clause space: 206.656MB
421.70/421.87	c total #watches: 573122
422.30/422.48	c total #propagations: 383033318 / total #impl: 1597286463 (eff. 0.240)
422.30/422.48	c #Conflicts:     595000 | #Learnt:      20720 | 0.000
422.30/422.48	c total clause space: 206.656MB
422.30/422.48	c total #watches: 579197
423.10/423.22	c total #propagations: 383549093 / total #impl: 1599698764 (eff. 0.240)
423.10/423.22	c #Conflicts:     596000 | #Learnt:      21720 | 0.000
423.10/423.22	c total clause space: 206.656MB
423.10/423.22	c total #watches: 583126
423.80/423.94	c total #propagations: 384053635 / total #impl: 1602129270 (eff. 0.240)
423.80/423.94	c #Conflicts:     597000 | #Learnt:      22720 | 0.000
423.80/423.94	c total clause space: 206.656MB
423.80/423.94	c total #watches: 587403
424.50/424.68	c total #propagations: 384735310 / total #impl: 1605586217 (eff. 0.240)
424.50/424.68	c #Conflicts:     598000 | #Learnt:      23720 | 0.000
424.50/424.68	c total clause space: 206.656MB
424.50/424.68	c total #watches: 591851
425.30/425.49	c total #propagations: 385469330 / total #impl: 1609366821 (eff. 0.240)
425.30/425.49	c #Conflicts:     599000 | #Learnt:      24720 | 0.000
425.30/425.49	c total clause space: 206.656MB
425.30/425.49	c total #watches: 597422
426.30/426.49	c total #propagations: 386184173 / total #impl: 1613159270 (eff. 0.239)
426.30/426.49	c #Conflicts:     600000 | #Learnt:      25720 | 0.000
426.30/426.49	c total clause space: 206.656MB
426.30/426.49	c total #watches: 602077
427.40/427.56	c total #propagations: 386950567 / total #impl: 1617054219 (eff. 0.239)
427.40/427.56	c #Conflicts:     601000 | #Learnt:      26720 | 0.000
427.40/427.56	c total clause space: 206.656MB
427.40/427.56	c total #watches: 605839
428.60/428.70	c total #propagations: 387687332 / total #impl: 1620654049 (eff. 0.239)
428.60/428.70	c #Conflicts:     602000 | #Learnt:      27720 | 0.000
428.60/428.70	c total clause space: 206.656MB
428.60/428.70	c total #watches: 610270
429.80/429.95	c total #propagations: 388427015 / total #impl: 1624254443 (eff. 0.239)
429.80/429.95	c #Conflicts:     603000 | #Learnt:      28720 | 0.000
429.80/429.95	c total clause space: 206.656MB
429.80/429.95	c total #watches: 613928
430.70/430.83	c total #propagations: 389197459 / total #impl: 1627771621 (eff. 0.239)
430.70/430.83	c #Conflicts:     604000 | #Learnt:      29720 | 0.000
430.70/430.83	c total clause space: 206.656MB
430.70/430.83	c total #watches: 618964
431.50/431.69	c total #propagations: 389860166 / total #impl: 1630452826 (eff. 0.239)
431.50/431.69	c #Conflicts:     605000 | #Learnt:      30720 | 0.000
431.50/431.69	c total clause space: 206.656MB
431.50/431.69	c total #watches: 623796
432.40/432.56	c total #propagations: 390580826 / total #impl: 1633229712 (eff. 0.239)
432.40/432.56	c #Conflicts:     606000 | #Learnt:      31720 | 0.000
432.40/432.56	c total clause space: 206.656MB
432.40/432.56	c total #watches: 628050
433.20/433.39	c total #propagations: 391209465 / total #impl: 1635828914 (eff. 0.239)
433.20/433.39	c #Conflicts:     607000 | #Learnt:      32720 | 0.000
433.20/433.39	c total clause space: 206.656MB
433.20/433.39	c total #watches: 633018
434.20/434.33	c total #propagations: 391870671 / total #impl: 1638479338 (eff. 0.239)
434.20/434.33	c #Conflicts:     608000 | #Learnt:      33720 | 0.000
434.20/434.33	c total clause space: 206.656MB
434.20/434.33	c total #watches: 636266
435.19/435.32	c total #propagations: 392485004 / total #impl: 1641142137 (eff. 0.239)
435.19/435.32	c #Conflicts:     609000 | #Learnt:      34720 | 0.000
435.19/435.32	c total clause space: 206.656MB
435.19/435.33	c total #watches: 639428
436.09/436.24	c total #propagations: 393112688 / total #impl: 1643689061 (eff. 0.239)
436.09/436.24	c #Conflicts:     610000 | #Learnt:      35720 | 0.000
436.09/436.24	c total clause space: 206.656MB
436.09/436.24	c total #watches: 644573
437.19/437.30	c total #propagations: 393658935 / total #impl: 1646179613 (eff. 0.239)
437.19/437.30	c #Conflicts:     611000 | #Learnt:      36720 | 0.000
437.19/437.30	c total clause space: 206.656MB
437.19/437.31	c total #watches: 649307
438.49/438.60	c total #propagations: 394436705 / total #impl: 1649634958 (eff. 0.239)
438.49/438.60	c GC COLLECT
438.49/438.60	c #Conflicts:     612000 | #Learnt:      18939 | 0.000
438.49/438.60	c total clause space: 206.656MB
438.49/438.60	c total #watches: 569833
439.09/439.29	c total #propagations: 395223239 / total #impl: 1653512623 (eff. 0.239)
439.09/439.29	c #Conflicts:     613000 | #Learnt:      19939 | 0.000
439.09/439.29	c total clause space: 206.656MB
439.09/439.29	c total #watches: 577168
440.00/440.13	c total #propagations: 395908249 / total #impl: 1656741484 (eff. 0.239)
440.00/440.13	c #Conflicts:     614000 | #Learnt:      20939 | 0.000
440.00/440.13	c total clause space: 206.656MB
440.00/440.13	c total #watches: 583016
440.99/441.14	c total #propagations: 396569206 / total #impl: 1660024479 (eff. 0.239)
440.99/441.14	c #Conflicts:     615000 | #Learnt:      21939 | 0.000
440.99/441.14	c total clause space: 206.656MB
440.99/441.14	c total #watches: 587439
441.99/442.10	c total #propagations: 397262061 / total #impl: 1663008120 (eff. 0.239)
441.99/442.10	c #Conflicts:     616000 | #Learnt:      22939 | 0.000
441.99/442.10	c total clause space: 206.656MB
441.99/442.10	c total #watches: 591556
442.79/442.95	c total #propagations: 397950316 / total #impl: 1665680012 (eff. 0.239)
442.79/442.95	c #Conflicts:     617000 | #Learnt:      23939 | 0.000
442.79/442.95	c total clause space: 206.656MB
442.79/442.95	c total #watches: 595873
443.69/443.81	c total #propagations: 398694907 / total #impl: 1668432215 (eff. 0.239)
443.69/443.81	c #Conflicts:     618000 | #Learnt:      24939 | 0.000
443.69/443.81	c total clause space: 206.656MB
443.69/443.81	c total #watches: 600933
444.79/444.98	c total #propagations: 399408559 / total #impl: 1671198233 (eff. 0.239)
444.79/444.98	c #Conflicts:     619000 | #Learnt:      25939 | 0.000
444.79/444.98	c total clause space: 206.656MB
444.79/444.98	c total #watches: 606196
445.69/445.87	c total #propagations: 400251784 / total #impl: 1674817775 (eff. 0.239)
445.69/445.87	c #Conflicts:     620000 | #Learnt:      26939 | 0.000
445.69/445.87	c total clause space: 206.656MB
445.69/445.87	c total #watches: 610689
446.49/446.67	c total #propagations: 400837551 / total #impl: 1677041793 (eff. 0.239)
446.49/446.67	c #Conflicts:     621000 | #Learnt:      27939 | 0.000
446.49/446.67	c total clause space: 206.656MB
446.49/446.67	c total #watches: 615130
447.59/447.76	c total #propagations: 401413145 / total #impl: 1679406122 (eff. 0.239)
447.59/447.76	c #Conflicts:     622000 | #Learnt:      28939 | 0.000
447.59/447.76	c total clause space: 206.656MB
447.59/447.76	c total #watches: 619148
448.29/448.40	c total #propagations: 402093010 / total #impl: 1681988917 (eff. 0.239)
448.29/448.40	c #Conflicts:     623000 | #Learnt:      29939 | 0.000
448.29/448.40	c total clause space: 206.656MB
448.29/448.40	c total #watches: 623434
448.99/449.19	c total #propagations: 402685356 / total #impl: 1684416942 (eff. 0.239)
448.99/449.19	c #Conflicts:     624000 | #Learnt:      30939 | 0.000
448.99/449.19	c total clause space: 206.656MB
448.99/449.19	c total #watches: 627592
450.39/450.51	c total #propagations: 403323359 / total #impl: 1687023715 (eff. 0.239)
450.39/450.51	c #Conflicts:     625000 | #Learnt:      31939 | 0.000
450.39/450.51	c total clause space: 206.656MB
450.39/450.51	c total #watches: 633238
451.59/451.70	c total #propagations: 404115189 / total #impl: 1690707979 (eff. 0.239)
451.59/451.70	c #Conflicts:     626000 | #Learnt:      32939 | 0.000
451.59/451.70	c total clause space: 206.656MB
451.59/451.70	c total #watches: 637716
452.20/452.35	c total #propagations: 404716960 / total #impl: 1693274013 (eff. 0.239)
452.20/452.35	c #Conflicts:     627000 | #Learnt:      33939 | 0.000
452.20/452.35	c total clause space: 206.656MB
452.20/452.35	c total #watches: 640604
453.39/453.58	c total #propagations: 405175046 / total #impl: 1695509779 (eff. 0.239)
453.39/453.58	c #Conflicts:     628000 | #Learnt:      34939 | 0.000
453.39/453.58	c total clause space: 206.656MB
453.39/453.58	c total #watches: 644628
454.49/454.61	c total #propagations: 405939951 / total #impl: 1698493449 (eff. 0.239)
454.49/454.61	c #Conflicts:     629000 | #Learnt:      35939 | 0.000
454.49/454.61	c total clause space: 206.656MB
454.49/454.61	c total #watches: 650636
455.79/455.98	c total #propagations: 406585566 / total #impl: 1701563571 (eff. 0.239)
455.79/455.98	c #Conflicts:     630000 | #Learnt:      36939 | 0.000
455.79/455.98	c total clause space: 206.656MB
455.79/455.98	c total #watches: 654161
457.49/457.68	c total #propagations: 407287214 / total #impl: 1704644336 (eff. 0.239)
457.49/457.68	c #Conflicts:     631000 | #Learnt:      37939 | 0.000
457.49/457.68	c total clause space: 206.656MB
457.49/457.68	c total #watches: 663426
458.39/458.57	c total #propagations: 408122802 / total #impl: 1708809415 (eff. 0.239)
458.39/458.57	c GC COLLECT
458.39/458.57	c #Conflicts:     632000 | #Learnt:      19838 | 0.000
458.39/458.57	c total clause space: 206.656MB
458.39/458.57	c total #watches: 576040
459.29/459.41	c total #propagations: 408826111 / total #impl: 1711768462 (eff. 0.239)
459.29/459.41	c #Conflicts:     633000 | #Learnt:      20838 | 0.000
459.29/459.41	c total clause space: 206.656MB
459.29/459.42	c total #watches: 579503
460.19/460.35	c total #propagations: 409606185 / total #impl: 1715081678 (eff. 0.239)
460.19/460.35	c #Conflicts:     634000 | #Learnt:      21838 | 0.000
460.19/460.35	c total clause space: 206.656MB
460.19/460.35	c total #watches: 587162
461.49/461.63	c total #propagations: 410304497 / total #impl: 1718279355 (eff. 0.239)
461.49/461.63	c #Conflicts:     635000 | #Learnt:      22838 | 0.000
461.49/461.63	c total clause space: 206.656MB
461.49/461.63	c total #watches: 593286
462.29/462.48	c total #propagations: 411099980 / total #impl: 1722004415 (eff. 0.239)
462.29/462.48	c #Conflicts:     636000 | #Learnt:      23838 | 0.000
462.29/462.48	c total clause space: 206.656MB
462.29/462.48	c total #watches: 597933
463.20/463.38	c total #propagations: 411737394 / total #impl: 1724594056 (eff. 0.239)
463.20/463.38	c #Conflicts:     637000 | #Learnt:      24838 | 0.000
463.20/463.38	c total clause space: 206.656MB
463.20/463.38	c total #watches: 602079
463.79/463.97	c total #propagations: 412383791 / total #impl: 1727294755 (eff. 0.239)
463.79/463.97	c #Conflicts:     638000 | #Learnt:      25838 | 0.000
463.79/463.97	c total clause space: 206.656MB
463.79/463.97	c total #watches: 605569
464.89/465.07	c total #propagations: 412927075 / total #impl: 1729749803 (eff. 0.239)
464.89/465.07	c #Conflicts:     639000 | #Learnt:      26838 | 0.000
464.89/465.07	c total clause space: 206.656MB
464.89/465.07	c total #watches: 609217
465.99/466.19	c total #propagations: 413619108 / total #impl: 1732606598 (eff. 0.239)
465.99/466.19	c #Conflicts:     640000 | #Learnt:      27838 | 0.000
465.99/466.19	c total clause space: 206.656MB
465.99/466.19	c total #watches: 614649
467.19/467.32	c total #propagations: 414380826 / total #impl: 1735975436 (eff. 0.239)
467.19/467.32	c #Conflicts:     641000 | #Learnt:      28838 | 0.000
467.19/467.32	c total clause space: 206.656MB
467.19/467.32	c total #watches: 618493
468.09/468.25	c total #propagations: 415075375 / total #impl: 1738547946 (eff. 0.239)
468.09/468.25	c #Conflicts:     642000 | #Learnt:      29838 | 0.000
468.09/468.25	c total clause space: 206.656MB
468.09/468.25	c total #watches: 622653
468.99/469.19	c total #propagations: 415625636 / total #impl: 1740727933 (eff. 0.239)
468.99/469.19	c #Conflicts:     643000 | #Learnt:      30838 | 0.000
468.99/469.19	c total clause space: 206.656MB
468.99/469.19	c total #watches: 626952
470.19/470.33	c total #propagations: 416157714 / total #impl: 1742912221 (eff. 0.239)
470.19/470.33	c #Conflicts:     644000 | #Learnt:      31838 | 0.000
470.19/470.33	c total clause space: 206.656MB
470.19/470.33	c total #watches: 630583
471.29/471.40	c total #propagations: 416805379 / total #impl: 1745582539 (eff. 0.239)
471.29/471.40	c #Conflicts:     645000 | #Learnt:      32838 | 0.000
471.29/471.40	c total clause space: 206.656MB
471.29/471.40	c total #watches: 635446
472.49/472.66	c total #propagations: 417483294 / total #impl: 1748277365 (eff. 0.239)
472.49/472.66	c #Conflicts:     646000 | #Learnt:      33838 | 0.000
472.49/472.66	c total clause space: 206.656MB
472.49/472.66	c total #watches: 638556
473.69/473.83	c total #propagations: 418129363 / total #impl: 1750895179 (eff. 0.239)
473.69/473.83	c #Conflicts:     647000 | #Learnt:      34838 | 0.000
473.69/473.83	c total clause space: 206.656MB
473.69/473.83	c total #watches: 641773
474.99/475.14	c total #propagations: 418747754 / total #impl: 1753366718 (eff. 0.239)
474.99/475.14	c #Conflicts:     648000 | #Learnt:      35838 | 0.000
474.99/475.14	c total clause space: 206.656MB
474.99/475.14	c total #watches: 646652
476.19/476.31	c total #propagations: 419476613 / total #impl: 1756432946 (eff. 0.239)
476.19/476.31	c #Conflicts:     649000 | #Learnt:      36838 | 0.000
476.19/476.31	c total clause space: 206.656MB
476.19/476.31	c total #watches: 650213
477.19/477.38	c total #propagations: 420114355 / total #impl: 1758993524 (eff. 0.239)
477.19/477.38	c #Conflicts:     650000 | #Learnt:      37838 | 0.000
477.19/477.38	c total clause space: 206.656MB
477.19/477.38	c total #watches: 654281
478.39/478.56	c total #propagations: 420694827 / total #impl: 1761355005 (eff. 0.239)
478.39/478.56	c #Conflicts:     651000 | #Learnt:      38838 | 0.000
478.39/478.56	c total clause space: 206.656MB
478.39/478.56	c total #watches: 657222
479.19/479.32	c total #propagations: 421395056 / total #impl: 1764284904 (eff. 0.239)
479.19/479.32	c GC COLLECT
479.19/479.32	c #Conflicts:     652000 | #Learnt:      20413 | 0.000
479.19/479.32	c total clause space: 206.656MB
479.19/479.32	c total #watches: 575878
479.99/480.13	c total #propagations: 422057895 / total #impl: 1766919004 (eff. 0.239)
479.99/480.13	c #Conflicts:     653000 | #Learnt:      21413 | 0.000
479.99/480.13	c total clause space: 206.656MB
479.99/480.13	c total #watches: 582440
480.79/480.97	c total #propagations: 422753116 / total #impl: 1769963608 (eff. 0.239)
480.79/480.97	c #Conflicts:     654000 | #Learnt:      22413 | 0.000
480.79/480.97	c total clause space: 206.656MB
480.79/480.97	c total #watches: 587513
481.49/481.69	c total #propagations: 423358119 / total #impl: 1772624158 (eff. 0.239)
481.49/481.69	c #Conflicts:     655000 | #Learnt:      23413 | 0.000
481.49/481.69	c total clause space: 206.656MB
481.49/481.69	c total #watches: 590954
482.19/482.31	c total #propagations: 424052160 / total #impl: 1775870120 (eff. 0.239)
482.19/482.31	c #Conflicts:     656000 | #Learnt:      24413 | 0.000
482.19/482.31	c total clause space: 206.656MB
482.19/482.31	c total #watches: 594158
483.09/483.24	c total #propagations: 424655117 / total #impl: 1778768131 (eff. 0.239)
483.09/483.24	c #Conflicts:     657000 | #Learnt:      25413 | 0.000
483.09/483.24	c total clause space: 206.656MB
483.09/483.24	c total #watches: 598451
483.79/483.99	c total #propagations: 425424456 / total #impl: 1782094301 (eff. 0.239)
483.79/483.99	c #Conflicts:     658000 | #Learnt:      26413 | 0.000
483.79/483.99	c total clause space: 206.656MB
483.79/483.99	c total #watches: 601722
484.69/484.89	c total #propagations: 426033432 / total #impl: 1784899808 (eff. 0.239)
484.69/484.89	c #Conflicts:     659000 | #Learnt:      27413 | 0.000
484.69/484.89	c total clause space: 206.656MB
484.69/484.89	c total #watches: 605563
485.69/485.85	c total #propagations: 426670302 / total #impl: 1787568016 (eff. 0.239)
485.69/485.85	c #Conflicts:     660000 | #Learnt:      28413 | 0.000
485.69/485.85	c total clause space: 206.656MB
485.69/485.85	c total #watches: 610133
486.79/486.90	c total #propagations: 427429185 / total #impl: 1790821671 (eff. 0.239)
486.79/486.90	c #Conflicts:     661000 | #Learnt:      29413 | 0.000
486.79/486.90	c total clause space: 206.656MB
486.79/486.90	c total #watches: 616377
487.79/487.90	c total #propagations: 428191793 / total #impl: 1794064071 (eff. 0.239)
487.79/487.90	c #Conflicts:     662000 | #Learnt:      30413 | 0.000
487.79/487.90	c total clause space: 206.656MB
487.79/487.90	c total #watches: 620134
488.59/488.71	c total #propagations: 428844650 / total #impl: 1796849100 (eff. 0.239)
488.59/488.71	c #Conflicts:     663000 | #Learnt:      31413 | 0.000
488.59/488.71	c total clause space: 206.656MB
488.59/488.71	c total #watches: 623231
489.39/489.51	c total #propagations: 429452878 / total #impl: 1799032215 (eff. 0.239)
489.39/489.51	c #Conflicts:     664000 | #Learnt:      32413 | 0.000
489.39/489.51	c total clause space: 206.656MB
489.39/489.51	c total #watches: 635954
490.69/490.84	c total #propagations: 430027060 / total #impl: 1802866388 (eff. 0.239)
490.69/490.84	c #Conflicts:     665000 | #Learnt:      33413 | 0.000
490.69/490.84	c total clause space: 206.656MB
490.69/490.84	c total #watches: 642633
491.69/491.87	c total #propagations: 430799842 / total #impl: 1806016649 (eff. 0.239)
491.69/491.87	c #Conflicts:     666000 | #Learnt:      34413 | 0.000
491.69/491.87	c total clause space: 206.656MB
491.69/491.87	c total #watches: 645951
492.89/493.06	c total #propagations: 431420313 / total #impl: 1808619329 (eff. 0.239)
492.89/493.06	c #Conflicts:     667000 | #Learnt:      35413 | 0.000
492.89/493.06	c total clause space: 206.656MB
492.89/493.06	c total #watches: 649327
493.69/493.83	c total #propagations: 431969435 / total #impl: 1810618676 (eff. 0.239)
493.69/493.83	c #Conflicts:     668000 | #Learnt:      36413 | 0.000
493.69/493.83	c total clause space: 206.656MB
493.69/493.83	c total #watches: 653546
494.79/494.93	c total #propagations: 432579032 / total #impl: 1813428204 (eff. 0.239)
494.79/494.93	c #Conflicts:     669000 | #Learnt:      37413 | 0.000
494.79/494.93	c total clause space: 206.656MB
494.79/494.93	c total #watches: 657436
495.89/496.04	c total #propagations: 433249387 / total #impl: 1816572542 (eff. 0.238)
495.89/496.04	c #Conflicts:     670000 | #Learnt:      38413 | 0.000
495.89/496.04	c total clause space: 206.656MB
495.89/496.04	c total #watches: 661400
497.20/497.33	c total #propagations: 433950038 / total #impl: 1819252656 (eff. 0.239)
497.20/497.33	c #Conflicts:     671000 | #Learnt:      39413 | 0.000
497.20/497.33	c total clause space: 206.656MB
497.20/497.33	c total #watches: 665368
497.99/498.11	c total #propagations: 434612313 / total #impl: 1822014947 (eff. 0.239)
497.99/498.11	c GC COLLECT
497.99/498.11	c #Conflicts:     672000 | #Learnt:      20703 | 0.000
497.99/498.11	c total clause space: 206.656MB
497.99/498.11	c total #watches: 580820
498.79/498.96	c total #propagations: 435272179 / total #impl: 1825234408 (eff. 0.238)
498.79/498.96	c #Conflicts:     673000 | #Learnt:      21703 | 0.000
498.79/498.96	c total clause space: 206.656MB
498.79/498.96	c total #watches: 586439
499.69/499.83	c total #propagations: 435997979 / total #impl: 1828227125 (eff. 0.238)
499.69/499.83	c #Conflicts:     674000 | #Learnt:      22703 | 0.000
499.69/499.83	c total clause space: 206.656MB
499.69/499.83	c total #watches: 590097
500.50/500.67	c total #propagations: 436722596 / total #impl: 1831136771 (eff. 0.238)
500.50/500.67	c #Conflicts:     675000 | #Learnt:      23703 | 0.000
500.50/500.67	c total clause space: 206.656MB
500.50/500.67	c total #watches: 593492
501.29/501.46	c total #propagations: 437393374 / total #impl: 1833574969 (eff. 0.239)
501.29/501.46	c #Conflicts:     676000 | #Learnt:      24703 | 0.000
501.29/501.46	c total clause space: 206.656MB
501.29/501.46	c total #watches: 597084
501.99/502.10	c total #propagations: 437949480 / total #impl: 1836182633 (eff. 0.239)
501.99/502.10	c #Conflicts:     677000 | #Learnt:      25703 | 0.000
501.99/502.10	c total clause space: 206.656MB
501.99/502.10	c total #watches: 600563
502.49/502.60	c total #propagations: 438457190 / total #impl: 1838637245 (eff. 0.238)
502.49/502.60	c #Conflicts:     678000 | #Learnt:      26703 | 0.000
502.49/502.60	c total clause space: 206.656MB
502.49/502.60	c total #watches: 603413
503.09/503.24	c total #propagations: 438877011 / total #impl: 1840915735 (eff. 0.238)
503.09/503.24	c #Conflicts:     679000 | #Learnt:      27703 | 0.000
503.09/503.24	c total clause space: 206.656MB
503.09/503.24	c total #watches: 606869
503.80/503.97	c total #propagations: 439342586 / total #impl: 1843359900 (eff. 0.238)
503.80/503.97	c #Conflicts:     680000 | #Learnt:      28703 | 0.000
503.80/503.97	c total clause space: 206.656MB
503.80/503.97	c total #watches: 609839
504.59/504.73	c total #propagations: 439896270 / total #impl: 1846295894 (eff. 0.238)
504.59/504.73	c #Conflicts:     681000 | #Learnt:      29703 | 0.000
504.59/504.73	c total clause space: 206.656MB
504.59/504.73	c total #watches: 612929
505.49/505.62	c total #propagations: 440451403 / total #impl: 1848413948 (eff. 0.238)
505.49/505.62	c #Conflicts:     682000 | #Learnt:      30703 | 0.000
505.49/505.62	c total clause space: 206.656MB
505.49/505.62	c total #watches: 616686
506.39/506.50	c total #propagations: 441060368 / total #impl: 1850951507 (eff. 0.238)
506.39/506.50	c #Conflicts:     683000 | #Learnt:      31703 | 0.000
506.39/506.50	c total clause space: 206.656MB
506.39/506.50	c total #watches: 620606
507.20/507.35	c total #propagations: 441669081 / total #impl: 1853648041 (eff. 0.238)
507.20/507.35	c #Conflicts:     684000 | #Learnt:      32703 | 0.000
507.20/507.35	c total clause space: 206.656MB
507.20/507.35	c total #watches: 624823
508.09/508.23	c total #propagations: 442279095 / total #impl: 1856249479 (eff. 0.238)
508.09/508.23	c #Conflicts:     685000 | #Learnt:      33703 | 0.000
508.09/508.23	c total clause space: 206.656MB
508.09/508.23	c total #watches: 628392
508.89/509.03	c total #propagations: 442875716 / total #impl: 1858757794 (eff. 0.238)
508.89/509.03	c #Conflicts:     686000 | #Learnt:      34703 | 0.000
508.89/509.03	c total clause space: 206.656MB
508.89/509.03	c total #watches: 630979
509.89/510.08	c total #propagations: 443366272 / total #impl: 1860599076 (eff. 0.238)
509.89/510.08	c #Conflicts:     687000 | #Learnt:      35703 | 0.000
509.89/510.08	c total clause space: 206.656MB
509.89/510.08	c total #watches: 636081
510.99/511.15	c total #propagations: 444062222 / total #impl: 1863444829 (eff. 0.238)
510.99/511.15	c #Conflicts:     688000 | #Learnt:      36703 | 0.000
510.99/511.15	c total clause space: 206.656MB
510.99/511.15	c total #watches: 643068
512.19/512.32	c total #propagations: 444665190 / total #impl: 1866520297 (eff. 0.238)
512.19/512.32	c #Conflicts:     689000 | #Learnt:      37703 | 0.000
512.19/512.32	c total clause space: 206.656MB
512.19/512.32	c total #watches: 646443
513.49/513.60	c total #propagations: 445342057 / total #impl: 1869370612 (eff. 0.238)
513.49/513.60	c #Conflicts:     690000 | #Learnt:      38703 | 0.000
513.49/513.60	c total clause space: 206.656MB
513.49/513.60	c total #watches: 650859
514.59/514.77	c total #propagations: 446095173 / total #impl: 1872484062 (eff. 0.238)
514.59/514.77	c #Conflicts:     691000 | #Learnt:      39703 | 0.000
514.59/514.77	c total clause space: 206.656MB
514.59/514.77	c total #watches: 655600
515.59/515.74	c total #propagations: 446705034 / total #impl: 1875176349 (eff. 0.238)
515.59/515.74	c GC COLLECT
515.59/515.74	c #Conflicts:     692000 | #Learnt:      20702 | 0.000
515.59/515.74	c total clause space: 206.656MB
515.59/515.74	c total #watches: 579101
516.39/516.54	c total #propagations: 447481371 / total #impl: 1878125678 (eff. 0.238)
516.39/516.54	c #Conflicts:     693000 | #Learnt:      21702 | 0.000
516.39/516.54	c total clause space: 206.656MB
516.39/516.54	c total #watches: 583539
517.19/517.39	c total #propagations: 448234011 / total #impl: 1881256370 (eff. 0.238)
517.19/517.39	c #Conflicts:     694000 | #Learnt:      22702 | 0.000
517.19/517.39	c total clause space: 206.656MB
517.19/517.39	c total #watches: 591694
518.20/518.36	c total #propagations: 448999537 / total #impl: 1884580367 (eff. 0.238)
518.20/518.36	c #Conflicts:     695000 | #Learnt:      23702 | 0.000
518.20/518.36	c total clause space: 206.656MB
518.20/518.36	c total #watches: 597973
519.19/519.32	c total #propagations: 449751828 / total #impl: 1887869212 (eff. 0.238)
519.19/519.32	c #Conflicts:     696000 | #Learnt:      24702 | 0.000
519.19/519.32	c total clause space: 206.656MB
519.19/519.33	c total #watches: 603708
520.09/520.27	c total #propagations: 450443336 / total #impl: 1890894271 (eff. 0.238)
520.09/520.27	c #Conflicts:     697000 | #Learnt:      25702 | 0.000
520.09/520.27	c total clause space: 206.656MB
520.09/520.27	c total #watches: 609121
521.19/521.33	c total #propagations: 450987723 / total #impl: 1893432574 (eff. 0.238)
521.19/521.33	c #Conflicts:     698000 | #Learnt:      26702 | 0.000
521.19/521.33	c total clause space: 206.656MB
521.19/521.33	c total #watches: 615213
522.39/522.50	c total #propagations: 451551995 / total #impl: 1896380594 (eff. 0.238)
522.39/522.50	c #Conflicts:     699000 | #Learnt:      27702 | 0.000
522.39/522.50	c total clause space: 206.656MB
522.39/522.50	c total #watches: 621068
523.70/523.81	c total #propagations: 452071617 / total #impl: 1899104447 (eff. 0.238)
523.70/523.81	c #Conflicts:     700000 | #Learnt:      28702 | 0.000
523.70/523.81	c total clause space: 206.656MB
523.70/523.81	c total #watches: 625664
524.89/525.04	c total #propagations: 452895375 / total #impl: 1902873659 (eff. 0.238)
524.89/525.04	c #Conflicts:     701000 | #Learnt:      29702 | 0.000
524.89/525.04	c total clause space: 206.656MB
524.89/525.04	c total #watches: 629975
526.59/526.71	c total #propagations: 453611930 / total #impl: 1906031236 (eff. 0.238)
526.59/526.71	c #Conflicts:     702000 | #Learnt:      30702 | 0.000
526.59/526.71	c total clause space: 206.656MB
526.59/526.71	c total #watches: 639273
528.69/528.89	c total #propagations: 454361975 / total #impl: 1909440084 (eff. 0.238)
528.69/528.89	c #Conflicts:     703000 | #Learnt:      31702 | 0.000
528.69/528.89	c total clause space: 206.656MB
528.69/528.90	c total #watches: 643628
531.29/531.43	c total #propagations: 455198820 / total #impl: 1913518985 (eff. 0.238)
531.29/531.43	c #Conflicts:     704000 | #Learnt:      32702 | 0.000
531.29/531.43	c total clause space: 206.656MB
531.29/531.43	c total #watches: 648639
533.69/533.89	c total #propagations: 456024546 / total #impl: 1917590746 (eff. 0.238)
533.69/533.89	c #Conflicts:     705000 | #Learnt:      33702 | 0.000
533.69/533.89	c total clause space: 206.656MB
533.69/533.89	c total #watches: 654109
535.69/535.84	c total #propagations: 456869990 / total #impl: 1922073771 (eff. 0.238)
535.69/535.84	c #Conflicts:     706000 | #Learnt:      34702 | 0.000
535.69/535.84	c total clause space: 206.656MB
535.69/535.84	c total #watches: 657717
537.39/537.55	c total #propagations: 457580667 / total #impl: 1925623597 (eff. 0.238)
537.39/537.55	c #Conflicts:     707000 | #Learnt:      35702 | 0.000
537.39/537.55	c total clause space: 206.656MB
537.39/537.55	c total #watches: 660680
538.99/539.18	c total #propagations: 458208972 / total #impl: 1928579651 (eff. 0.238)
538.99/539.18	c #Conflicts:     708000 | #Learnt:      36702 | 0.000
538.99/539.18	c total clause space: 206.656MB
538.99/539.18	c total #watches: 663847
540.59/540.76	c total #propagations: 458809665 / total #impl: 1931326916 (eff. 0.238)
540.59/540.76	c #Conflicts:     709000 | #Learnt:      37702 | 0.000
540.59/540.76	c total clause space: 206.656MB
540.59/540.76	c total #watches: 668537
542.09/542.21	c total #propagations: 459424505 / total #impl: 1934470128 (eff. 0.237)
542.09/542.21	c #Conflicts:     710000 | #Learnt:      38702 | 0.000
542.09/542.21	c total clause space: 206.656MB
542.09/542.21	c total #watches: 675279
543.89/544.00	c total #propagations: 459995939 / total #impl: 1937535620 (eff. 0.237)
543.89/544.00	c #Conflicts:     711000 | #Learnt:      39702 | 0.000
543.89/544.00	c total clause space: 206.656MB
543.89/544.00	c total #watches: 680702
545.79/545.95	c total #propagations: 460567577 / total #impl: 1940340521 (eff. 0.237)
545.79/545.95	c GC COLLECT
545.79/545.95	c #Conflicts:     712000 | #Learnt:      20431 | 0.000
545.79/545.95	c total clause space: 206.656MB
545.79/545.95	c total #watches: 577272
546.48/546.66	c total #propagations: 461189563 / total #impl: 1943523786 (eff. 0.237)
546.48/546.66	c #Conflicts:     713000 | #Learnt:      21431 | 0.000
546.48/546.66	c total clause space: 206.656MB
546.48/546.66	c total #watches: 583243
547.28/547.47	c total #propagations: 461843271 / total #impl: 1946705142 (eff. 0.237)
547.28/547.47	c #Conflicts:     714000 | #Learnt:      22431 | 0.000
547.28/547.47	c total clause space: 206.656MB
547.28/547.47	c total #watches: 589571
548.08/548.23	c total #propagations: 462456508 / total #impl: 1949826596 (eff. 0.237)
548.08/548.23	c #Conflicts:     715000 | #Learnt:      23431 | 0.000
548.08/548.23	c total clause space: 206.656MB
548.08/548.23	c total #watches: 594033
549.08/549.22	c total #propagations: 463010005 / total #impl: 1952981814 (eff. 0.237)
549.08/549.22	c #Conflicts:     716000 | #Learnt:      24431 | 0.000
549.08/549.22	c total clause space: 206.656MB
549.08/549.22	c total #watches: 598511
550.09/550.27	c total #propagations: 463611548 / total #impl: 1956438292 (eff. 0.237)
550.09/550.27	c #Conflicts:     717000 | #Learnt:      25431 | 0.000
550.09/550.27	c total clause space: 206.656MB
550.09/550.27	c total #watches: 604832
551.28/551.49	c total #propagations: 464154087 / total #impl: 1959507910 (eff. 0.237)
551.28/551.49	c #Conflicts:     718000 | #Learnt:      26431 | 0.000
551.28/551.49	c total clause space: 206.656MB
551.28/551.49	c total #watches: 612879
552.48/552.68	c total #propagations: 464674830 / total #impl: 1962626603 (eff. 0.237)
552.48/552.68	c #Conflicts:     719000 | #Learnt:      27431 | 0.000
552.48/552.68	c total clause space: 206.656MB
552.48/552.68	c total #watches: 621047
553.98/554.12	c total #propagations: 465291218 / total #impl: 1965733271 (eff. 0.237)
553.98/554.12	c #Conflicts:     720000 | #Learnt:      28431 | 0.000
553.98/554.12	c total clause space: 206.656MB
553.98/554.12	c total #watches: 624737
555.59/555.79	c total #propagations: 465898478 / total #impl: 1968544793 (eff. 0.237)
555.59/555.79	c #Conflicts:     721000 | #Learnt:      29431 | 0.000
555.59/555.79	c total clause space: 206.656MB
555.59/555.79	c total #watches: 628174
556.98/557.19	c total #propagations: 466542668 / total #impl: 1971519319 (eff. 0.237)
556.98/557.19	c #Conflicts:     722000 | #Learnt:      30431 | 0.000
556.98/557.19	c total clause space: 206.656MB
556.98/557.19	c total #watches: 631314
558.48/558.65	c total #propagations: 467089968 / total #impl: 1973895837 (eff. 0.237)
558.48/558.65	c #Conflicts:     723000 | #Learnt:      31431 | 0.000
558.48/558.65	c total clause space: 206.656MB
558.48/558.65	c total #watches: 635748
560.08/560.25	c total #propagations: 467636022 / total #impl: 1976469313 (eff. 0.237)
560.08/560.25	c #Conflicts:     724000 | #Learnt:      32431 | 0.000
560.08/560.25	c total clause space: 206.656MB
560.08/560.25	c total #watches: 639615
561.88/562.02	c total #propagations: 468171218 / total #impl: 1979179768 (eff. 0.237)
561.88/562.02	c #Conflicts:     725000 | #Learnt:      33431 | 0.000
561.88/562.02	c total clause space: 206.656MB
561.88/562.02	c total #watches: 643593
563.78/563.95	c total #propagations: 468727809 / total #impl: 1981912477 (eff. 0.237)
563.78/563.95	c #Conflicts:     726000 | #Learnt:      34431 | 0.000
563.78/563.95	c total clause space: 206.656MB
563.78/563.95	c total #watches: 648390
565.98/566.11	c total #propagations: 469296922 / total #impl: 1984692337 (eff. 0.236)
565.98/566.11	c #Conflicts:     727000 | #Learnt:      35431 | 0.000
565.98/566.11	c total clause space: 206.656MB
565.98/566.11	c total #watches: 651575
568.08/568.22	c total #propagations: 469856722 / total #impl: 1987348627 (eff. 0.236)
568.08/568.22	c #Conflicts:     728000 | #Learnt:      36431 | 0.000
568.08/568.22	c total clause space: 206.656MB
568.08/568.22	c total #watches: 655581
570.08/570.29	c total #propagations: 470392746 / total #impl: 1989862122 (eff. 0.236)
570.08/570.29	c #Conflicts:     729000 | #Learnt:      37431 | 0.000
570.08/570.29	c total clause space: 206.656MB
570.08/570.29	c total #watches: 658982
572.08/572.23	c total #propagations: 470923720 / total #impl: 1992592523 (eff. 0.236)
572.08/572.23	c #Conflicts:     730000 | #Learnt:      38431 | 0.000
572.08/572.23	c total clause space: 206.656MB
572.08/572.23	c total #watches: 664943
574.07/574.24	c total #propagations: 471459006 / total #impl: 1995435408 (eff. 0.236)
574.07/574.24	c #Conflicts:     731000 | #Learnt:      39431 | 0.000
574.07/574.24	c total clause space: 335.816MB
574.07/574.24	c total #watches: 669676
576.27/576.50	c total #propagations: 472001262 / total #impl: 1998298034 (eff. 0.236)
576.27/576.50	c #Conflicts:     732000 | #Learnt:      40431 | 0.000
576.27/576.50	c total clause space: 335.816MB
576.39/576.50	c total #watches: 673455
578.48/578.67	c total #propagations: 472556884 / total #impl: 2001209443 (eff. 0.236)
578.48/578.67	c GC COLLECT
578.48/578.67	c #Conflicts:     733000 | #Learnt:      20819 | 0.000
578.48/578.67	c total clause space: 335.816MB
578.48/578.67	c total #watches: 579234
579.28/579.44	c total #propagations: 473122240 / total #impl: 2004285230 (eff. 0.236)
579.28/579.44	c #Conflicts:     734000 | #Learnt:      21819 | 0.000
579.28/579.44	c total clause space: 335.816MB
579.28/579.44	c total #watches: 582495
580.18/580.30	c total #propagations: 473719143 / total #impl: 2006809645 (eff. 0.236)
580.18/580.30	c #Conflicts:     735000 | #Learnt:      22819 | 0.000
580.18/580.30	c total clause space: 335.816MB
580.18/580.30	c total #watches: 585268
581.08/581.20	c total #propagations: 474300159 / total #impl: 2009370401 (eff. 0.236)
581.08/581.20	c #Conflicts:     736000 | #Learnt:      23819 | 0.000
581.08/581.20	c total clause space: 335.816MB
581.08/581.20	c total #watches: 589091
581.88/582.08	c total #propagations: 474843454 / total #impl: 2011788070 (eff. 0.236)
581.88/582.08	c #Conflicts:     737000 | #Learnt:      24819 | 0.000
581.88/582.08	c total clause space: 335.816MB
581.88/582.08	c total #watches: 592166
582.78/582.94	c total #propagations: 475420864 / total #impl: 2014397660 (eff. 0.236)
582.78/582.94	c #Conflicts:     738000 | #Learnt:      25819 | 0.000
582.78/582.94	c total clause space: 335.816MB
582.78/582.94	c total #watches: 598029
583.88/584.03	c total #propagations: 475998871 / total #impl: 2017177971 (eff. 0.236)
583.88/584.03	c #Conflicts:     739000 | #Learnt:      26819 | 0.000
583.88/584.03	c total clause space: 335.816MB
583.88/584.03	c total #watches: 601363
584.98/585.13	c total #propagations: 476615589 / total #impl: 2020142016 (eff. 0.236)
584.98/585.13	c #Conflicts:     740000 | #Learnt:      27819 | 0.000
584.98/585.13	c total clause space: 335.816MB
584.98/585.13	c total #watches: 605835
586.18/586.32	c total #propagations: 477166759 / total #impl: 2022891901 (eff. 0.236)
586.18/586.32	c #Conflicts:     741000 | #Learnt:      28819 | 0.000
586.18/586.32	c total clause space: 335.816MB
586.18/586.32	c total #watches: 609526
587.38/587.57	c total #propagations: 477672728 / total #impl: 2025391410 (eff. 0.236)
587.38/587.57	c #Conflicts:     742000 | #Learnt:      29819 | 0.000
587.38/587.57	c total clause space: 335.816MB
587.38/587.57	c total #watches: 613513
588.59/588.74	c total #propagations: 478237894 / total #impl: 2028182685 (eff. 0.236)
588.59/588.74	c #Conflicts:     743000 | #Learnt:      30819 | 0.000
588.59/588.74	c total clause space: 335.816MB
588.59/588.75	c total #watches: 616690
589.78/589.90	c total #propagations: 478755874 / total #impl: 2030772087 (eff. 0.236)
589.78/589.90	c #Conflicts:     744000 | #Learnt:      31819 | 0.000
589.78/589.90	c total clause space: 335.816MB
589.78/589.90	c total #watches: 620972
590.79/590.97	c total #propagations: 479289021 / total #impl: 2033521316 (eff. 0.236)
590.79/590.97	c #Conflicts:     745000 | #Learnt:      32819 | 0.000
590.79/590.97	c total clause space: 335.816MB
590.79/590.97	c total #watches: 624513
591.78/592.00	c total #propagations: 479926176 / total #impl: 2035895704 (eff. 0.236)
591.78/592.00	c #Conflicts:     746000 | #Learnt:      33819 | 0.000
591.78/592.00	c total clause space: 335.816MB
591.89/592.00	c total #watches: 629537
592.58/592.71	c total #propagations: 480652239 / total #impl: 2038589553 (eff. 0.236)
592.58/592.71	c #Conflicts:     747000 | #Learnt:      34819 | 0.000
592.58/592.71	c total clause space: 335.816MB
592.58/592.71	c total #watches: 633109
593.48/593.60	c total #propagations: 481230773 / total #impl: 2040831364 (eff. 0.236)
593.48/593.60	c #Conflicts:     748000 | #Learnt:      35819 | 0.000
593.48/593.60	c total clause space: 335.816MB
593.48/593.60	c total #watches: 637095
594.28/594.46	c total #propagations: 481866921 / total #impl: 2043572244 (eff. 0.236)
594.28/594.46	c #Conflicts:     749000 | #Learnt:      36819 | 0.000
594.28/594.46	c total clause space: 335.816MB
594.28/594.46	c total #watches: 640765
594.88/595.09	c total #propagations: 482433708 / total #impl: 2045917444 (eff. 0.236)
594.88/595.09	c #Conflicts:     750000 | #Learnt:      37819 | 0.000
594.88/595.09	c total clause space: 335.816MB
594.88/595.09	c total #watches: 644546
595.98/596.19	c total #propagations: 482929329 / total #impl: 2047844701 (eff. 0.236)
595.98/596.19	c #Conflicts:     751000 | #Learnt:      38819 | 0.000
595.98/596.19	c total clause space: 335.816MB
595.98/596.19	c total #watches: 648140
597.08/597.23	c total #propagations: 483542972 / total #impl: 2050136743 (eff. 0.236)
597.08/597.23	c #Conflicts:     752000 | #Learnt:      39819 | 0.000
597.08/597.23	c total clause space: 335.816MB
597.08/597.24	c total #watches: 651899
598.28/598.48	c total #propagations: 484119580 / total #impl: 2052169593 (eff. 0.236)
598.28/598.48	c #Conflicts:     753000 | #Learnt:      40819 | 0.000
598.28/598.48	c total clause space: 335.816MB
598.28/598.48	c total #watches: 655677
599.38/599.58	c total #propagations: 484899479 / total #impl: 2055137050 (eff. 0.236)
599.38/599.58	c #Conflicts:     754000 | #Learnt:      41819 | 0.000
599.38/599.58	c total clause space: 335.816MB
599.38/599.58	c total #watches: 660329
599.98/600.16	c total #propagations: 485538043 / total #impl: 2057940305 (eff. 0.236)
599.98/600.16	c GC COLLECT
599.98/600.16	c #Conflicts:     755000 | #Learnt:      21895 | 0.000
599.98/600.16	c total clause space: 335.816MB
599.98/600.16	c total #watches: 584062
600.58/600.79	c total #propagations: 486120584 / total #impl: 2060060178 (eff. 0.236)
600.58/600.79	c #Conflicts:     756000 | #Learnt:      22895 | 0.000
600.58/600.79	c total clause space: 335.816MB
600.58/600.79	c total #watches: 587773
601.48/601.64	c total #propagations: 486694596 / total #impl: 2062168449 (eff. 0.236)
601.48/601.64	c #Conflicts:     757000 | #Learnt:      23895 | 0.000
601.48/601.64	c total clause space: 335.816MB
601.48/601.64	c total #watches: 592794
602.18/602.30	c total #propagations: 487440652 / total #impl: 2065207482 (eff. 0.236)
602.18/602.30	c #Conflicts:     758000 | #Learnt:      24895 | 0.000
602.18/602.30	c total clause space: 335.816MB
602.18/602.30	c total #watches: 598859
602.98/603.12	c total #propagations: 487988650 / total #impl: 2067417915 (eff. 0.236)
602.98/603.12	c #Conflicts:     759000 | #Learnt:      25895 | 0.000
602.98/603.12	c total clause space: 335.816MB
602.98/603.12	c total #watches: 605972
603.88/604.07	c total #propagations: 488644071 / total #impl: 2070526013 (eff. 0.236)
603.88/604.07	c #Conflicts:     760000 | #Learnt:      26895 | 0.000
603.88/604.07	c total clause space: 335.816MB
603.88/604.07	c total #watches: 612451
605.08/605.22	c total #propagations: 489331637 / total #impl: 2073582152 (eff. 0.236)
605.08/605.22	c #Conflicts:     761000 | #Learnt:      27895 | 0.000
605.08/605.22	c total clause space: 335.816MB
605.08/605.22	c total #watches: 617605
606.28/606.44	c total #propagations: 490117719 / total #impl: 2076599104 (eff. 0.236)
606.28/606.44	c #Conflicts:     762000 | #Learnt:      28895 | 0.000
606.28/606.44	c total clause space: 335.816MB
606.28/606.44	c total #watches: 622866
607.68/607.86	c total #propagations: 490870068 / total #impl: 2079881298 (eff. 0.236)
607.68/607.86	c #Conflicts:     763000 | #Learnt:      29895 | 0.000
607.68/607.86	c total clause space: 335.816MB
607.68/607.86	c total #watches: 627950
608.98/609.18	c total #propagations: 491673638 / total #impl: 2083664489 (eff. 0.236)
608.98/609.18	c #Conflicts:     764000 | #Learnt:      30895 | 0.000
608.98/609.18	c total clause space: 335.816MB
608.98/609.18	c total #watches: 632085
610.18/610.33	c total #propagations: 492398623 / total #impl: 2086524176 (eff. 0.236)
610.18/610.33	c #Conflicts:     765000 | #Learnt:      31895 | 0.000
610.18/610.33	c total clause space: 335.816MB
610.18/610.33	c total #watches: 637049
611.18/611.35	c total #propagations: 493065213 / total #impl: 2089238022 (eff. 0.236)
611.18/611.35	c #Conflicts:     766000 | #Learnt:      32895 | 0.000
611.18/611.35	c total clause space: 335.816MB
611.18/611.35	c total #watches: 642082
612.17/612.38	c total #propagations: 493573028 / total #impl: 2091725187 (eff. 0.236)
612.17/612.38	c #Conflicts:     767000 | #Learnt:      33895 | 0.000
612.17/612.38	c total clause space: 335.816MB
612.17/612.38	c total #watches: 645405
613.27/613.49	c total #propagations: 494104614 / total #impl: 2094267000 (eff. 0.236)
613.27/613.49	c #Conflicts:     768000 | #Learnt:      34895 | 0.000
613.27/613.49	c total clause space: 335.816MB
613.27/613.49	c total #watches: 649607
614.98/615.12	c total #propagations: 494731749 / total #impl: 2096870097 (eff. 0.236)
614.98/615.12	c #Conflicts:     769000 | #Learnt:      35895 | 0.000
614.98/615.12	c total clause space: 335.816MB
614.98/615.12	c total #watches: 653607
616.47/616.60	c total #propagations: 495556297 / total #impl: 2100604410 (eff. 0.236)
616.47/616.60	c #Conflicts:     770000 | #Learnt:      36895 | 0.000
616.47/616.60	c total clause space: 335.816MB
616.47/616.60	c total #watches: 658307
617.97/618.13	c total #propagations: 496291992 / total #impl: 2103867151 (eff. 0.236)
617.97/618.13	c #Conflicts:     771000 | #Learnt:      37895 | 0.000
617.97/618.13	c total clause space: 335.816MB
617.97/618.13	c total #watches: 664294
619.38/619.51	c total #propagations: 497120398 / total #impl: 2107232139 (eff. 0.236)
619.38/619.51	c #Conflicts:     772000 | #Learnt:      38895 | 0.000
619.38/619.51	c total clause space: 335.816MB
619.38/619.51	c total #watches: 667896
620.57/620.72	c total #propagations: 497805897 / total #impl: 2110013149 (eff. 0.236)
620.57/620.72	c #Conflicts:     773000 | #Learnt:      39895 | 0.000
620.57/620.72	c total clause space: 335.816MB
620.57/620.72	c total #watches: 671179
622.07/622.23	c total #propagations: 498381326 / total #impl: 2112298409 (eff. 0.236)
622.07/622.23	c #Conflicts:     774000 | #Learnt:      40895 | 0.000
622.07/622.23	c total clause space: 335.816MB
622.07/622.23	c total #watches: 673776
623.47/623.63	c total #propagations: 499045113 / total #impl: 2114948214 (eff. 0.236)
623.47/623.63	c #Conflicts:     775000 | #Learnt:      41895 | 0.000
623.47/623.63	c total clause space: 335.816MB
623.47/623.63	c total #watches: 677058
624.57/624.77	c total #propagations: 499694037 / total #impl: 2117574449 (eff. 0.236)
624.57/624.77	c GC COLLECT
624.57/624.77	c #Conflicts:     776000 | #Learnt:      21681 | 0.000
624.57/624.77	c total clause space: 335.816MB
624.57/624.77	c total #watches: 582687
625.37/625.51	c total #propagations: 500429856 / total #impl: 2120497147 (eff. 0.236)
625.37/625.51	c #Conflicts:     777000 | #Learnt:      22681 | 0.000
625.37/625.51	c total clause space: 335.816MB
625.37/625.51	c total #watches: 585793
625.98/626.18	c total #propagations: 501115246 / total #impl: 2122967765 (eff. 0.236)
625.98/626.18	c #Conflicts:     778000 | #Learnt:      23681 | 0.000
625.98/626.18	c total clause space: 335.816MB
625.98/626.18	c total #watches: 590012
626.77/626.99	c total #propagations: 501693510 / total #impl: 2125128595 (eff. 0.236)
626.77/626.99	c #Conflicts:     779000 | #Learnt:      24681 | 0.000
626.77/626.99	c total clause space: 335.816MB
626.77/626.99	c total #watches: 593247
627.47/627.69	c total #propagations: 502236173 / total #impl: 2127283143 (eff. 0.236)
627.47/627.69	c #Conflicts:     780000 | #Learnt:      25681 | 0.000
627.47/627.69	c total clause space: 335.816MB
627.47/627.69	c total #watches: 598320
628.27/628.42	c total #propagations: 502845963 / total #impl: 2129965181 (eff. 0.236)
628.27/628.42	c #Conflicts:     781000 | #Learnt:      26681 | 0.000
628.27/628.42	c total clause space: 335.816MB
628.27/628.42	c total #watches: 603387
629.07/629.25	c total #propagations: 503477209 / total #impl: 2132862622 (eff. 0.236)
629.07/629.25	c #Conflicts:     782000 | #Learnt:      27681 | 0.000
629.07/629.25	c total clause space: 335.816MB
629.07/629.25	c total #watches: 609719
629.87/630.03	c total #propagations: 504130722 / total #impl: 2135613800 (eff. 0.236)
629.87/630.03	c #Conflicts:     783000 | #Learnt:      28681 | 0.000
629.87/630.03	c total clause space: 335.816MB
629.87/630.04	c total #watches: 614095
630.87/631.03	c total #propagations: 504742242 / total #impl: 2138133179 (eff. 0.236)
630.87/631.03	c #Conflicts:     784000 | #Learnt:      29681 | 0.000
630.87/631.03	c total clause space: 335.816MB
630.87/631.03	c total #watches: 619381
631.87/632.09	c total #propagations: 505333949 / total #impl: 2141061717 (eff. 0.236)
631.87/632.09	c #Conflicts:     785000 | #Learnt:      30681 | 0.000
631.87/632.09	c total clause space: 335.816MB
631.87/632.09	c total #watches: 624065
633.17/633.32	c total #propagations: 505952637 / total #impl: 2144051930 (eff. 0.236)
633.17/633.32	c #Conflicts:     786000 | #Learnt:      31681 | 0.000
633.17/633.32	c total clause space: 335.816MB
633.17/633.32	c total #watches: 628592
634.27/634.44	c total #propagations: 506553708 / total #impl: 2146787675 (eff. 0.236)
634.27/634.44	c #Conflicts:     787000 | #Learnt:      32681 | 0.000
634.27/634.44	c total clause space: 335.816MB
634.27/634.44	c total #watches: 635076
635.47/635.69	c total #propagations: 507103561 / total #impl: 2149550919 (eff. 0.236)
635.47/635.69	c #Conflicts:     788000 | #Learnt:      33681 | 0.000
635.47/635.69	c total clause space: 335.816MB
635.47/635.69	c total #watches: 640250
636.57/636.77	c total #propagations: 507645152 / total #impl: 2152264265 (eff. 0.236)
636.57/636.77	c #Conflicts:     789000 | #Learnt:      34681 | 0.000
636.57/636.77	c total clause space: 335.816MB
636.57/636.77	c total #watches: 645325
637.67/637.80	c total #propagations: 508186335 / total #impl: 2154936865 (eff. 0.236)
637.67/637.80	c #Conflicts:     790000 | #Learnt:      35681 | 0.000
637.67/637.80	c total clause space: 335.816MB
637.67/637.80	c total #watches: 650165
638.67/638.85	c total #propagations: 508780644 / total #impl: 2157416604 (eff. 0.236)
638.67/638.85	c #Conflicts:     791000 | #Learnt:      36681 | 0.000
638.67/638.85	c total clause space: 335.816MB
638.67/638.85	c total #watches: 653376
639.77/639.96	c total #propagations: 509337184 / total #impl: 2159639980 (eff. 0.236)
639.77/639.96	c #Conflicts:     792000 | #Learnt:      37681 | 0.000
639.77/639.96	c total clause space: 335.816MB
639.77/639.96	c total #watches: 656875
640.97/641.14	c total #propagations: 509963163 / total #impl: 2161881308 (eff. 0.236)
640.97/641.14	c #Conflicts:     793000 | #Learnt:      38681 | 0.000
640.97/641.14	c total clause space: 335.816MB
640.97/641.15	c total #watches: 660406
642.17/642.39	c total #propagations: 510666001 / total #impl: 2164615075 (eff. 0.236)
642.17/642.39	c #Conflicts:     794000 | #Learnt:      39681 | 0.000
642.17/642.39	c total clause space: 335.816MB
642.17/642.39	c total #watches: 664033
643.37/643.57	c total #propagations: 511344379 / total #impl: 2167315336 (eff. 0.236)
643.37/643.57	c #Conflicts:     795000 | #Learnt:      40681 | 0.000
643.37/643.57	c total clause space: 335.816MB
643.37/643.57	c total #watches: 667214
644.77/644.93	c total #propagations: 511877856 / total #impl: 2169604895 (eff. 0.236)
644.77/644.93	c #Conflicts:     796000 | #Learnt:      41681 | 0.000
644.77/644.93	c total clause space: 335.816MB
644.77/644.93	c total #watches: 670225
646.07/646.28	c total #propagations: 512567732 / total #impl: 2172214020 (eff. 0.236)
646.07/646.28	c #Conflicts:     797000 | #Learnt:      42681 | 0.000
646.07/646.28	c total clause space: 335.816MB
646.07/646.28	c total #watches: 674038
647.17/647.33	c total #propagations: 513244742 / total #impl: 2174998345 (eff. 0.236)
647.17/647.33	c GC COLLECT
647.17/647.33	c #Conflicts:     798000 | #Learnt:      22163 | 0.000
647.17/647.33	c total clause space: 335.816MB
647.17/647.33	c total #watches: 584517
647.77/648.00	c total #propagations: 513992643 / total #impl: 2177970515 (eff. 0.236)
647.77/648.00	c #Conflicts:     799000 | #Learnt:      23163 | 0.000
647.77/648.00	c total clause space: 335.816MB
647.77/648.00	c total #watches: 587926
648.47/648.62	c total #propagations: 514685057 / total #impl: 2180644723 (eff. 0.236)
648.47/648.62	c #Conflicts:     800000 | #Learnt:      24163 | 0.000
648.47/648.62	c total clause space: 335.816MB
648.47/648.63	c total #watches: 591004
649.17/649.31	c total #propagations: 515247948 / total #impl: 2183481314 (eff. 0.236)
649.17/649.31	c #Conflicts:     801000 | #Learnt:      25163 | 0.000
649.17/649.31	c total clause space: 335.816MB
649.17/649.31	c total #watches: 594726
649.87/650.09	c total #propagations: 515925697 / total #impl: 2186116520 (eff. 0.236)
649.87/650.09	c #Conflicts:     802000 | #Learnt:      26163 | 0.000
649.87/650.09	c total clause space: 335.816MB
649.87/650.09	c total #watches: 598234
650.67/650.80	c total #propagations: 516610419 / total #impl: 2188753514 (eff. 0.236)
650.67/650.80	c #Conflicts:     803000 | #Learnt:      27163 | 0.000
650.67/650.80	c total clause space: 335.816MB
650.67/650.80	c total #watches: 601364
651.47/651.70	c total #propagations: 517220045 / total #impl: 2191437462 (eff. 0.236)
651.47/651.70	c #Conflicts:     804000 | #Learnt:      28163 | 0.000
651.47/651.70	c total clause space: 335.816MB
651.57/651.70	c total #watches: 604578
652.47/652.62	c total #propagations: 517878718 / total #impl: 2194134295 (eff. 0.236)
652.47/652.62	c #Conflicts:     805000 | #Learnt:      29163 | 0.000
652.47/652.62	c total clause space: 335.816MB
652.47/652.62	c total #watches: 608577
652.97/653.20	c total #propagations: 518558035 / total #impl: 2196851560 (eff. 0.236)
652.97/653.20	c #Conflicts:     806000 | #Learnt:      30163 | 0.000
652.97/653.20	c total clause space: 335.816MB
653.07/653.20	c total #watches: 612208
653.47/653.67	c total #propagations: 519047070 / total #impl: 2199213983 (eff. 0.236)
653.47/653.67	c #Conflicts:     807000 | #Learnt:      31163 | 0.000
653.47/653.67	c total clause space: 335.816MB
653.47/653.67	c total #watches: 616151
654.07/654.23	c total #propagations: 519580564 / total #impl: 2201337668 (eff. 0.236)
654.07/654.23	c #Conflicts:     808000 | #Learnt:      32163 | 0.000
654.07/654.23	c total clause space: 335.816MB
654.07/654.23	c total #watches: 621240
655.07/655.29	c total #propagations: 520058889 / total #impl: 2203146640 (eff. 0.236)
655.07/655.29	c #Conflicts:     809000 | #Learnt:      33163 | 0.000
655.07/655.29	c total clause space: 335.816MB
655.07/655.29	c total #watches: 625142
656.17/656.33	c total #propagations: 520777390 / total #impl: 2205888391 (eff. 0.236)
656.17/656.33	c #Conflicts:     810000 | #Learnt:      34163 | 0.000
656.17/656.33	c total clause space: 335.816MB
656.17/656.33	c total #watches: 629676
657.07/657.26	c total #propagations: 521478681 / total #impl: 2208683442 (eff. 0.236)
657.07/657.26	c #Conflicts:     811000 | #Learnt:      35163 | 0.000
657.07/657.26	c total clause space: 335.816MB
657.07/657.26	c total #watches: 633719
658.07/658.20	c total #propagations: 522097966 / total #impl: 2211328856 (eff. 0.236)
658.07/658.20	c #Conflicts:     812000 | #Learnt:      36163 | 0.000
658.07/658.20	c total clause space: 335.816MB
658.07/658.20	c total #watches: 637714
659.07/659.20	c total #propagations: 522702509 / total #impl: 2213917987 (eff. 0.236)
659.07/659.20	c #Conflicts:     813000 | #Learnt:      37163 | 0.000
659.07/659.20	c total clause space: 335.816MB
659.07/659.20	c total #watches: 641001
659.97/660.18	c total #propagations: 523329559 / total #impl: 2216218216 (eff. 0.236)
659.97/660.18	c #Conflicts:     814000 | #Learnt:      38163 | 0.000
659.97/660.18	c total clause space: 335.816MB
659.97/660.18	c total #watches: 644510
661.17/661.34	c total #propagations: 523942493 / total #impl: 2218807677 (eff. 0.236)
661.17/661.34	c #Conflicts:     815000 | #Learnt:      39163 | 0.000
661.17/661.34	c total clause space: 335.816MB
661.17/661.34	c total #watches: 648115
662.57/662.79	c total #propagations: 524635421 / total #impl: 2221775811 (eff. 0.236)
662.57/662.79	c #Conflicts:     816000 | #Learnt:      40163 | 0.000
662.57/662.79	c total clause space: 335.816MB
662.57/662.80	c total #watches: 651985
663.77/663.96	c total #propagations: 525390255 / total #impl: 2225022251 (eff. 0.236)
663.77/663.96	c #Conflicts:     817000 | #Learnt:      41163 | 0.000
663.77/663.96	c total clause space: 335.816MB
663.77/663.96	c total #watches: 655649
664.96/665.11	c total #propagations: 526043840 / total #impl: 2227517709 (eff. 0.236)
664.96/665.11	c #Conflicts:     818000 | #Learnt:      42163 | 0.000
664.96/665.11	c total clause space: 335.816MB
664.96/665.11	c total #watches: 660444
666.06/666.26	c total #propagations: 526677550 / total #impl: 2229976071 (eff. 0.236)
666.06/666.26	c #Conflicts:     819000 | #Learnt:      43163 | 0.000
666.06/666.26	c total clause space: 335.816MB
666.06/666.27	c total #watches: 664193
667.06/667.20	c total #propagations: 527328188 / total #impl: 2232974576 (eff. 0.236)
667.06/667.20	c GC COLLECT
667.06/667.20	c #Conflicts:     820000 | #Learnt:      22385 | 0.000
667.06/667.20	c total clause space: 335.816MB
667.06/667.20	c total #watches: 586105
667.77/667.91	c total #propagations: 527939389 / total #impl: 2235502865 (eff. 0.236)
667.77/667.91	c #Conflicts:     821000 | #Learnt:      23385 | 0.000
667.77/667.91	c total clause space: 335.816MB
667.77/667.91	c total #watches: 589461
668.46/668.61	c total #propagations: 528635514 / total #impl: 2238254447 (eff. 0.236)
668.46/668.61	c #Conflicts:     822000 | #Learnt:      24385 | 0.000
668.46/668.61	c total clause space: 335.816MB
668.46/668.61	c total #watches: 595811
669.16/669.31	c total #propagations: 529306354 / total #impl: 2240960345 (eff. 0.236)
669.16/669.31	c #Conflicts:     823000 | #Learnt:      25385 | 0.000
669.16/669.31	c total clause space: 335.816MB
669.16/669.31	c total #watches: 599386
669.76/669.97	c total #propagations: 529996058 / total #impl: 2244008214 (eff. 0.236)
669.76/669.97	c #Conflicts:     824000 | #Learnt:      26385 | 0.000
669.76/669.97	c total clause space: 335.816MB
669.76/669.97	c total #watches: 603247
670.46/670.64	c total #propagations: 530694515 / total #impl: 2247118505 (eff. 0.236)
670.46/670.64	c #Conflicts:     825000 | #Learnt:      27385 | 0.000
670.46/670.64	c total clause space: 335.816MB
670.46/670.64	c total #watches: 607182
671.16/671.39	c total #propagations: 531259394 / total #impl: 2249055079 (eff. 0.236)
671.16/671.39	c #Conflicts:     826000 | #Learnt:      28385 | 0.000
671.16/671.39	c total clause space: 335.816MB
671.16/671.39	c total #watches: 611334
672.07/672.23	c total #propagations: 531900473 / total #impl: 2251358483 (eff. 0.236)
672.07/672.23	c #Conflicts:     827000 | #Learnt:      29385 | 0.000
672.07/672.23	c total clause space: 335.816MB
672.07/672.23	c total #watches: 615853
672.96/673.11	c total #propagations: 532587036 / total #impl: 2253927608 (eff. 0.236)
672.96/673.11	c #Conflicts:     828000 | #Learnt:      30385 | 0.000
672.96/673.11	c total clause space: 335.816MB
672.96/673.11	c total #watches: 620756
673.86/674.09	c total #propagations: 533206411 / total #impl: 2257022547 (eff. 0.236)
673.86/674.09	c #Conflicts:     829000 | #Learnt:      31385 | 0.000
673.86/674.09	c total clause space: 335.816MB
673.86/674.09	c total #watches: 625756
674.96/675.10	c total #propagations: 533844604 / total #impl: 2260356835 (eff. 0.236)
674.96/675.10	c #Conflicts:     830000 | #Learnt:      32385 | 0.000
674.96/675.10	c total clause space: 335.816MB
674.96/675.10	c total #watches: 628825
675.86/676.07	c total #propagations: 534456882 / total #impl: 2263435638 (eff. 0.236)
675.86/676.07	c #Conflicts:     831000 | #Learnt:      33385 | 0.000
675.86/676.07	c total clause space: 335.816MB
675.86/676.07	c total #watches: 632527
677.16/677.33	c total #propagations: 535044681 / total #impl: 2266396946 (eff. 0.236)
677.16/677.33	c #Conflicts:     832000 | #Learnt:      34385 | 0.000
677.16/677.33	c total clause space: 335.816MB
677.16/677.33	c total #watches: 637387
678.46/678.64	c total #propagations: 535723694 / total #impl: 2269943576 (eff. 0.236)
678.46/678.64	c #Conflicts:     833000 | #Learnt:      35385 | 0.000
678.46/678.64	c total clause space: 335.816MB
678.46/678.64	c total #watches: 641478
679.56/679.79	c total #propagations: 536390976 / total #impl: 2273077655 (eff. 0.236)
679.56/679.79	c #Conflicts:     834000 | #Learnt:      36385 | 0.000
679.56/679.79	c total clause space: 335.816MB
679.56/679.79	c total #watches: 644725
680.76/680.96	c total #propagations: 536996439 / total #impl: 2275867901 (eff. 0.236)
680.76/680.96	c #Conflicts:     835000 | #Learnt:      37385 | 0.000
680.76/680.96	c total clause space: 335.816MB
680.76/680.96	c total #watches: 648396
681.66/681.89	c total #propagations: 537638986 / total #impl: 2278395924 (eff. 0.236)
681.66/681.89	c #Conflicts:     836000 | #Learnt:      38385 | 0.000
681.66/681.89	c total clause space: 335.816MB
681.66/681.90	c total #watches: 651838
682.66/682.87	c total #propagations: 538234947 / total #impl: 2280611721 (eff. 0.236)
682.66/682.87	c #Conflicts:     837000 | #Learnt:      39385 | 0.000
682.66/682.87	c total clause space: 335.816MB
682.66/682.87	c total #watches: 655734
683.76/683.96	c total #propagations: 538838261 / total #impl: 2283123609 (eff. 0.236)
683.76/683.96	c #Conflicts:     838000 | #Learnt:      40385 | 0.000
683.76/683.96	c total clause space: 335.816MB
683.76/683.96	c total #watches: 658484
685.06/685.25	c total #propagations: 539373691 / total #impl: 2285243580 (eff. 0.236)
685.06/685.25	c #Conflicts:     839000 | #Learnt:      41385 | 0.000
685.06/685.25	c total clause space: 335.816MB
685.06/685.25	c total #watches: 661628
686.37/686.57	c total #propagations: 540056744 / total #impl: 2287878197 (eff. 0.236)
686.37/686.57	c #Conflicts:     840000 | #Learnt:      42385 | 0.000
686.37/686.57	c total clause space: 335.816MB
686.37/686.57	c total #watches: 670149
687.86/688.03	c total #propagations: 540765860 / total #impl: 2291147743 (eff. 0.236)
687.86/688.03	c #Conflicts:     841000 | #Learnt:      43385 | 0.000
687.86/688.03	c total clause space: 335.816MB
687.86/688.03	c total #watches: 679681
688.76/688.93	c total #propagations: 541447287 / total #impl: 2294386426 (eff. 0.236)
688.76/688.93	c GC COLLECT
688.76/688.93	c #Conflicts:     842000 | #Learnt:      22283 | 0.000
688.76/688.93	c total clause space: 335.816MB
688.76/688.93	c total #watches: 585395
689.66/689.83	c total #propagations: 542030149 / total #impl: 2296941776 (eff. 0.236)
689.66/689.83	c #Conflicts:     843000 | #Learnt:      23283 | 0.000
689.66/689.83	c total clause space: 335.816MB
689.66/689.83	c total #watches: 591033
690.66/690.88	c total #propagations: 542888311 / total #impl: 2300336454 (eff. 0.236)
690.66/690.88	c #Conflicts:     844000 | #Learnt:      24283 | 0.000
690.66/690.88	c total clause space: 335.816MB
690.66/690.88	c total #watches: 595610
691.86/692.07	c total #propagations: 543790847 / total #impl: 2303960822 (eff. 0.236)
691.86/692.07	c #Conflicts:     845000 | #Learnt:      25283 | 0.000
691.86/692.07	c total clause space: 335.816MB
691.86/692.07	c total #watches: 602736
693.16/693.33	c total #propagations: 544664239 / total #impl: 2307982285 (eff. 0.236)
693.16/693.33	c #Conflicts:     846000 | #Learnt:      26283 | 0.000
693.16/693.33	c total clause space: 335.816MB
693.16/693.33	c total #watches: 609582
694.46/694.60	c total #propagations: 545463572 / total #impl: 2311348439 (eff. 0.236)
694.46/694.60	c #Conflicts:     847000 | #Learnt:      27283 | 0.000
694.46/694.60	c total clause space: 335.816MB
694.46/694.60	c total #watches: 614081
695.46/695.62	c total #propagations: 546190367 / total #impl: 2314631092 (eff. 0.236)
695.46/695.62	c #Conflicts:     848000 | #Learnt:      28283 | 0.000
695.46/695.62	c total clause space: 335.816MB
695.46/695.62	c total #watches: 618245
696.46/696.68	c total #propagations: 546743264 / total #impl: 2317153795 (eff. 0.236)
696.46/696.68	c #Conflicts:     849000 | #Learnt:      29283 | 0.000
696.46/696.68	c total clause space: 335.816MB
696.46/696.68	c total #watches: 621718
697.95/698.17	c total #propagations: 547336093 / total #impl: 2319823707 (eff. 0.236)
697.95/698.17	c #Conflicts:     850000 | #Learnt:      30283 | 0.000
697.95/698.17	c total clause space: 335.816MB
697.95/698.17	c total #watches: 624789
699.05/699.21	c total #propagations: 548022018 / total #impl: 2322306096 (eff. 0.236)
699.05/699.21	c #Conflicts:     851000 | #Learnt:      31283 | 0.000
699.05/699.21	c total clause space: 335.816MB
699.05/699.21	c total #watches: 628023
700.45/700.65	c total #propagations: 548648967 / total #impl: 2324733298 (eff. 0.236)
700.45/700.65	c #Conflicts:     852000 | #Learnt:      32283 | 0.000
700.45/700.65	c total clause space: 335.816MB
700.45/700.65	c total #watches: 632029
701.55/701.74	c total #propagations: 549334885 / total #impl: 2327396403 (eff. 0.236)
701.55/701.74	c #Conflicts:     853000 | #Learnt:      33283 | 0.000
701.55/701.74	c total clause space: 335.816MB
701.55/701.74	c total #watches: 637826
702.96/703.13	c total #propagations: 550024142 / total #impl: 2330528718 (eff. 0.236)
702.96/703.13	c #Conflicts:     854000 | #Learnt:      34283 | 0.000
702.96/703.13	c total clause space: 335.816MB
702.96/703.13	c total #watches: 640677
704.25/704.44	c total #propagations: 550742367 / total #impl: 2333299786 (eff. 0.236)
704.25/704.44	c #Conflicts:     855000 | #Learnt:      35283 | 0.000
704.25/704.44	c total clause space: 335.816MB
704.25/704.44	c total #watches: 643620
705.45/705.65	c total #propagations: 551387317 / total #impl: 2335868585 (eff. 0.236)
705.45/705.65	c #Conflicts:     856000 | #Learnt:      36283 | 0.000
705.45/705.65	c total clause space: 335.816MB
705.45/705.65	c total #watches: 646726
706.45/706.67	c total #propagations: 552026666 / total #impl: 2338648451 (eff. 0.236)
706.45/706.67	c #Conflicts:     857000 | #Learnt:      37283 | 0.000
706.45/706.67	c total clause space: 335.816MB
706.45/706.67	c total #watches: 650218
707.55/707.78	c total #propagations: 552612371 / total #impl: 2340989214 (eff. 0.236)
707.55/707.78	c #Conflicts:     858000 | #Learnt:      38283 | 0.000
707.55/707.78	c total clause space: 335.816MB
707.55/707.78	c total #watches: 654481
708.64/708.86	c total #propagations: 553269976 / total #impl: 2344133462 (eff. 0.236)
708.64/708.86	c #Conflicts:     859000 | #Learnt:      39283 | 0.000
708.64/708.86	c total clause space: 335.816MB
708.64/708.86	c total #watches: 658145
710.04/710.20	c total #propagations: 553834393 / total #impl: 2346532079 (eff. 0.236)
710.04/710.20	c #Conflicts:     860000 | #Learnt:      40283 | 0.000
710.04/710.20	c total clause space: 335.816MB
710.04/710.20	c total #watches: 661915
711.34/711.56	c total #propagations: 554405333 / total #impl: 2348966140 (eff. 0.236)
711.34/711.56	c #Conflicts:     861000 | #Learnt:      41283 | 0.000
711.34/711.56	c total clause space: 335.816MB
711.34/711.56	c total #watches: 665278
713.04/713.25	c total #propagations: 555036858 / total #impl: 2351763860 (eff. 0.236)
713.04/713.25	c #Conflicts:     862000 | #Learnt:      42283 | 0.000
713.04/713.25	c total clause space: 335.816MB
713.04/713.25	c total #watches: 669165
714.54/714.75	c total #propagations: 555868369 / total #impl: 2355212484 (eff. 0.236)
714.54/714.75	c #Conflicts:     863000 | #Learnt:      43283 | 0.000
714.54/714.75	c total clause space: 335.816MB
714.54/714.75	c total #watches: 674390
715.74/715.94	c total #propagations: 556590925 / total #impl: 2358392552 (eff. 0.236)
715.74/715.94	c #Conflicts:     864000 | #Learnt:      44283 | 0.000
715.74/715.94	c total clause space: 335.816MB
715.74/715.94	c total #watches: 678689
716.64/716.83	c total #propagations: 557157925 / total #impl: 2361068556 (eff. 0.236)
716.64/716.83	c GC COLLECT
716.64/716.83	c #Conflicts:     865000 | #Learnt:      22898 | 0.000
716.64/716.83	c total clause space: 335.816MB
716.64/716.84	c total #watches: 587603
717.25/717.42	c total #propagations: 557619149 / total #impl: 2363530942 (eff. 0.236)
717.25/717.42	c #Conflicts:     866000 | #Learnt:      23898 | 0.000
717.25/717.42	c total clause space: 335.816MB
717.25/717.42	c total #watches: 591270
718.04/718.24	c total #propagations: 558127393 / total #impl: 2365743714 (eff. 0.236)
718.04/718.24	c #Conflicts:     867000 | #Learnt:      24898 | 0.000
718.04/718.24	c total clause space: 335.816MB
718.04/718.24	c total #watches: 597268
718.84/719.03	c total #propagations: 558818977 / total #impl: 2368635769 (eff. 0.236)
718.84/719.03	c #Conflicts:     868000 | #Learnt:      25898 | 0.000
718.84/719.03	c total clause space: 335.816MB
718.84/719.03	c total #watches: 601767
719.54/719.76	c total #propagations: 559461280 / total #impl: 2371182868 (eff. 0.236)
719.54/719.76	c #Conflicts:     869000 | #Learnt:      26898 | 0.000
719.54/719.76	c total clause space: 335.816MB
719.54/719.76	c total #watches: 606178
720.34/720.55	c total #propagations: 560135443 / total #impl: 2373695456 (eff. 0.236)
720.34/720.55	c #Conflicts:     870000 | #Learnt:      27898 | 0.000
720.34/720.55	c total clause space: 335.816MB
720.34/720.55	c total #watches: 610033
721.14/721.37	c total #propagations: 560749942 / total #impl: 2375924303 (eff. 0.236)
721.14/721.37	c #Conflicts:     871000 | #Learnt:      28898 | 0.000
721.14/721.37	c total clause space: 335.816MB
721.14/721.37	c total #watches: 613636
721.84/722.07	c total #propagations: 561388889 / total #impl: 2378443572 (eff. 0.236)
721.84/722.07	c #Conflicts:     872000 | #Learnt:      29898 | 0.000
721.84/722.07	c total clause space: 335.816MB
721.84/722.07	c total #watches: 617093
722.74/722.96	c total #propagations: 561948232 / total #impl: 2380967140 (eff. 0.236)
722.74/722.96	c #Conflicts:     873000 | #Learnt:      30898 | 0.000
722.74/722.96	c total clause space: 335.816MB
722.74/722.96	c total #watches: 620447
723.74/723.94	c total #propagations: 562649952 / total #impl: 2383779199 (eff. 0.236)
723.74/723.94	c #Conflicts:     874000 | #Learnt:      31898 | 0.000
723.74/723.94	c total clause space: 335.816MB
723.74/723.94	c total #watches: 624902
724.54/724.76	c total #propagations: 563444615 / total #impl: 2386788942 (eff. 0.236)
724.54/724.76	c #Conflicts:     875000 | #Learnt:      32898 | 0.000
724.54/724.76	c total clause space: 335.816MB
724.54/724.76	c total #watches: 629820
725.34/725.57	c total #propagations: 564132044 / total #impl: 2389747704 (eff. 0.236)
725.34/725.57	c #Conflicts:     876000 | #Learnt:      33898 | 0.000
725.34/725.57	c total clause space: 335.816MB
725.34/725.57	c total #watches: 633521
726.14/726.33	c total #propagations: 564744847 / total #impl: 2392165311 (eff. 0.236)
726.14/726.33	c #Conflicts:     877000 | #Learnt:      34898 | 0.000
726.14/726.33	c total clause space: 335.816MB
726.14/726.34	c total #watches: 638041
727.04/727.22	c total #propagations: 565358702 / total #impl: 2395333734 (eff. 0.236)
727.04/727.22	c #Conflicts:     878000 | #Learnt:      35898 | 0.000
727.04/727.22	c total clause space: 335.816MB
727.04/727.23	c total #watches: 643395
728.04/728.30	c total #propagations: 565993521 / total #impl: 2397924519 (eff. 0.236)
728.04/728.30	c #Conflicts:     879000 | #Learnt:      36898 | 0.000
728.04/728.30	c total clause space: 335.816MB
728.04/728.30	c total #watches: 646632
729.13/729.34	c total #propagations: 566658694 / total #impl: 2400897503 (eff. 0.236)
729.13/729.34	c #Conflicts:     880000 | #Learnt:      37898 | 0.000
729.13/729.34	c total clause space: 335.816MB
729.13/729.34	c total #watches: 650714
730.23/730.48	c total #propagations: 567340395 / total #impl: 2403720128 (eff. 0.236)
730.23/730.48	c #Conflicts:     881000 | #Learnt:      38898 | 0.000
730.23/730.48	c total clause space: 335.816MB
730.23/730.48	c total #watches: 657753
731.13/731.38	c total #propagations: 568044488 / total #impl: 2406527975 (eff. 0.236)
731.13/731.38	c #Conflicts:     882000 | #Learnt:      39898 | 0.000
731.13/731.38	c total clause space: 335.816MB
731.13/731.38	c total #watches: 661501
732.23/732.49	c total #propagations: 568636830 / total #impl: 2408763159 (eff. 0.236)
732.23/732.49	c #Conflicts:     883000 | #Learnt:      40898 | 0.000
732.23/732.49	c total clause space: 335.816MB
732.23/732.49	c total #watches: 665697
733.53/733.71	c total #propagations: 569166974 / total #impl: 2411034912 (eff. 0.236)
733.53/733.71	c #Conflicts:     884000 | #Learnt:      41898 | 0.000
733.53/733.71	c total clause space: 335.816MB
733.53/733.71	c total #watches: 668925
734.63/734.80	c total #propagations: 569744687 / total #impl: 2413629702 (eff. 0.236)
734.63/734.80	c #Conflicts:     885000 | #Learnt:      42898 | 0.000
734.63/734.80	c total clause space: 335.816MB
734.63/734.80	c total #watches: 671938
736.13/736.31	c total #propagations: 570309353 / total #impl: 2416217380 (eff. 0.236)
736.13/736.31	c #Conflicts:     886000 | #Learnt:      43898 | 0.000
736.13/736.31	c total clause space: 335.816MB
736.13/736.31	c total #watches: 676033
737.93/738.10	c total #propagations: 571108951 / total #impl: 2419257307 (eff. 0.236)
737.93/738.10	c #Conflicts:     887000 | #Learnt:      44898 | 0.000
737.93/738.10	c total clause space: 335.816MB
737.93/738.10	c total #watches: 679582
739.23/739.45	c total #propagations: 572016532 / total #impl: 2422774653 (eff. 0.236)
739.23/739.45	c GC COLLECT
739.23/739.45	c #Conflicts:     888000 | #Learnt:      23199 | 0.000
739.23/739.45	c total clause space: 335.816MB
739.23/739.45	c total #watches: 588788
740.33/740.52	c total #propagations: 572863406 / total #impl: 2426013791 (eff. 0.236)
740.33/740.52	c #Conflicts:     889000 | #Learnt:      24199 | 0.000
740.33/740.52	c total clause space: 335.816MB
740.33/740.52	c total #watches: 593521
741.32/741.52	c total #propagations: 573831254 / total #impl: 2429754568 (eff. 0.236)
741.32/741.52	c #Conflicts:     890000 | #Learnt:      25199 | 0.000
741.32/741.52	c total clause space: 335.816MB
741.32/741.52	c total #watches: 597569
742.32/742.58	c total #propagations: 574679619 / total #impl: 2433238026 (eff. 0.236)
742.32/742.58	c #Conflicts:     891000 | #Learnt:      26199 | 0.000
742.32/742.58	c total clause space: 335.816MB
742.32/742.58	c total #watches: 604686
743.52/743.70	c total #propagations: 575505510 / total #impl: 2437069745 (eff. 0.236)
743.52/743.70	c #Conflicts:     892000 | #Learnt:      27199 | 0.000
743.52/743.70	c total clause space: 335.816MB
743.52/743.70	c total #watches: 612098
744.42/744.62	c total #propagations: 576181952 / total #impl: 2440650832 (eff. 0.236)
744.42/744.62	c #Conflicts:     893000 | #Learnt:      28199 | 0.000
744.42/744.62	c total clause space: 335.816MB
744.42/744.62	c total #watches: 615674
745.52/745.72	c total #propagations: 576764771 / total #impl: 2443037946 (eff. 0.236)
745.52/745.72	c #Conflicts:     894000 | #Learnt:      29199 | 0.000
745.52/745.72	c total clause space: 335.816MB
745.52/745.72	c total #watches: 621354
746.93/747.17	c total #propagations: 577408411 / total #impl: 2446046486 (eff. 0.236)
746.93/747.17	c #Conflicts:     895000 | #Learnt:      30199 | 0.000
746.93/747.17	c total clause space: 335.816MB
746.93/747.17	c total #watches: 626605
748.03/748.26	c total #propagations: 578129855 / total #impl: 2449238934 (eff. 0.236)
748.03/748.26	c #Conflicts:     896000 | #Learnt:      31199 | 0.000
748.03/748.26	c total clause space: 335.816MB
748.03/748.26	c total #watches: 630616
749.31/749.54	c total #propagations: 578775943 / total #impl: 2451835465 (eff. 0.236)
749.31/749.54	c #Conflicts:     897000 | #Learnt:      32199 | 0.000
749.31/749.54	c total clause space: 335.816MB
749.31/749.54	c total #watches: 635840
750.22/750.41	c total #propagations: 579408718 / total #impl: 2454387711 (eff. 0.236)
750.22/750.41	c #Conflicts:     898000 | #Learnt:      33199 | 0.000
750.22/750.41	c total clause space: 335.816MB
750.22/750.41	c total #watches: 640010
751.11/751.30	c total #propagations: 579953603 / total #impl: 2457200866 (eff. 0.236)
751.11/751.30	c #Conflicts:     899000 | #Learnt:      34199 | 0.000
751.11/751.30	c total clause space: 335.816MB
751.11/751.30	c total #watches: 645048
752.11/752.33	c total #propagations: 580514162 / total #impl: 2459772459 (eff. 0.236)
752.11/752.33	c #Conflicts:     900000 | #Learnt:      35199 | 0.000
752.11/752.33	c total clause space: 335.816MB
752.11/752.33	c total #watches: 649884
753.21/753.45	c total #propagations: 581130208 / total #impl: 2462280526 (eff. 0.236)
753.21/753.45	c #Conflicts:     901000 | #Learnt:      36199 | 0.000
753.21/753.45	c total clause space: 335.816MB
753.21/753.45	c total #watches: 653100
754.31/754.58	c total #propagations: 581784511 / total #impl: 2464663371 (eff. 0.236)
754.31/754.58	c #Conflicts:     902000 | #Learnt:      37199 | 0.000
754.31/754.58	c total clause space: 335.816MB
754.31/754.58	c total #watches: 657182
755.81/756.09	c total #propagations: 582425118 / total #impl: 2467144220 (eff. 0.236)
755.81/756.09	c #Conflicts:     903000 | #Learnt:      38199 | 0.000
755.81/756.09	c total clause space: 335.816MB
755.81/756.09	c total #watches: 660845
756.91/757.17	c total #propagations: 583124956 / total #impl: 2469805522 (eff. 0.236)
756.91/757.17	c #Conflicts:     904000 | #Learnt:      39199 | 0.000
756.91/757.17	c total clause space: 335.816MB
756.91/757.17	c total #watches: 663862
758.11/758.35	c total #propagations: 583742602 / total #impl: 2472388020 (eff. 0.236)
758.11/758.35	c #Conflicts:     905000 | #Learnt:      40199 | 0.000
758.11/758.35	c total clause space: 335.816MB
758.11/758.35	c total #watches: 668571
759.41/759.63	c total #propagations: 584356107 / total #impl: 2474934471 (eff. 0.236)
759.41/759.63	c #Conflicts:     906000 | #Learnt:      41199 | 0.000
759.41/759.63	c total clause space: 335.816MB
759.41/759.63	c total #watches: 673595
761.01/761.24	c total #propagations: 584915185 / total #impl: 2477503561 (eff. 0.236)
761.01/761.24	c #Conflicts:     907000 | #Learnt:      42199 | 0.000
761.01/761.24	c total clause space: 335.816MB
761.01/761.24	c total #watches: 677915
762.81/763.01	c total #propagations: 585647033 / total #impl: 2480381098 (eff. 0.236)
762.81/763.01	c #Conflicts:     908000 | #Learnt:      43199 | 0.000
762.81/763.01	c total clause space: 335.816MB
762.81/763.01	c total #watches: 684577
764.81/765.10	c total #propagations: 586351834 / total #impl: 2483903656 (eff. 0.236)
764.81/765.10	c #Conflicts:     909000 | #Learnt:      44199 | 0.000
764.81/765.10	c total clause space: 335.816MB
764.91/765.10	c total #watches: 691801
766.41/766.62	c total #propagations: 587229873 / total #impl: 2488717933 (eff. 0.236)
766.41/766.62	c #Conflicts:     910000 | #Learnt:      45199 | 0.000
766.41/766.62	c total clause space: 335.816MB
766.41/766.62	c total #watches: 697447
767.91/768.19	c total #propagations: 587883350 / total #impl: 2492958366 (eff. 0.236)
767.91/768.19	c GC COLLECT
767.91/768.19	c #Conflicts:     911000 | #Learnt:      23196 | 0.000
767.91/768.19	c total clause space: 335.816MB
767.91/768.19	c total #watches: 588961
768.51/768.77	c total #propagations: 588557401 / total #impl: 2496792979 (eff. 0.236)
768.51/768.77	c #Conflicts:     912000 | #Learnt:      24196 | 0.000
768.51/768.77	c total clause space: 335.816MB
768.51/768.77	c total #watches: 592249
769.31/769.52	c total #propagations: 589130191 / total #impl: 2499323368 (eff. 0.236)
769.31/769.52	c #Conflicts:     913000 | #Learnt:      25196 | 0.000
769.31/769.52	c total clause space: 335.816MB
769.31/769.52	c total #watches: 595416
769.91/770.20	c total #propagations: 589769980 / total #impl: 2502109542 (eff. 0.236)
769.91/770.20	c #Conflicts:     914000 | #Learnt:      26196 | 0.000
769.91/770.20	c total clause space: 335.816MB
769.91/770.20	c total #watches: 599261
770.71/770.95	c total #propagations: 590291333 / total #impl: 2504738620 (eff. 0.236)
770.71/770.95	c #Conflicts:     915000 | #Learnt:      27196 | 0.000
770.71/770.95	c total clause space: 335.816MB
770.71/770.95	c total #watches: 603093
771.51/771.78	c total #propagations: 590942539 / total #impl: 2507373418 (eff. 0.236)
771.51/771.78	c #Conflicts:     916000 | #Learnt:      28196 | 0.000
771.51/771.78	c total clause space: 335.816MB
771.51/771.78	c total #watches: 608145
772.21/772.41	c total #propagations: 591641041 / total #impl: 2510438781 (eff. 0.236)
772.21/772.41	c #Conflicts:     917000 | #Learnt:      29196 | 0.000
772.21/772.41	c total clause space: 335.816MB
772.21/772.41	c total #watches: 611412
773.11/773.35	c total #propagations: 592280925 / total #impl: 2512921527 (eff. 0.236)
773.11/773.35	c #Conflicts:     918000 | #Learnt:      30196 | 0.000
773.11/773.35	c total clause space: 335.816MB
773.11/773.35	c total #watches: 614465
774.01/774.29	c total #propagations: 592957823 / total #impl: 2516097748 (eff. 0.236)
774.01/774.29	c #Conflicts:     919000 | #Learnt:      31196 | 0.000
774.01/774.29	c total clause space: 335.816MB
774.01/774.29	c total #watches: 617601
774.91/775.12	c total #propagations: 593622219 / total #impl: 2519012325 (eff. 0.236)
774.91/775.12	c #Conflicts:     920000 | #Learnt:      32196 | 0.000
774.91/775.12	c total clause space: 335.816MB
774.91/775.12	c total #watches: 621467
775.81/776.05	c total #propagations: 594294285 / total #impl: 2522113978 (eff. 0.236)
775.81/776.05	c #Conflicts:     921000 | #Learnt:      33196 | 0.000
775.81/776.05	c total clause space: 335.816MB
775.81/776.05	c total #watches: 627004
777.51/777.72	c total #propagations: 594969092 / total #impl: 2525300666 (eff. 0.236)
777.51/777.72	c #Conflicts:     922000 | #Learnt:      34196 | 0.000
777.51/777.72	c total clause space: 335.816MB
777.51/777.72	c total #watches: 636254
779.01/779.27	c total #propagations: 595808640 / total #impl: 2529525480 (eff. 0.236)
779.01/779.27	c #Conflicts:     923000 | #Learnt:      35196 | 0.000
779.01/779.27	c total clause space: 335.816MB
779.01/779.27	c total #watches: 640546
780.61/780.81	c total #propagations: 596582546 / total #impl: 2532868554 (eff. 0.236)
780.61/780.81	c #Conflicts:     924000 | #Learnt:      36196 | 0.000
780.61/780.81	c total clause space: 335.816MB
780.61/780.81	c total #watches: 644738
781.71/781.98	c total #propagations: 597297580 / total #impl: 2535878543 (eff. 0.236)
781.71/781.98	c #Conflicts:     925000 | #Learnt:      37196 | 0.000
781.71/781.98	c total clause space: 335.816MB
781.71/781.98	c total #watches: 649321
783.50/783.72	c total #propagations: 597859456 / total #impl: 2538525810 (eff. 0.236)
783.50/783.72	c #Conflicts:     926000 | #Learnt:      38196 | 0.000
783.50/783.72	c total clause space: 335.816MB
783.50/783.72	c total #watches: 655116
784.80/785.08	c total #propagations: 598598810 / total #impl: 2542051068 (eff. 0.235)
784.80/785.08	c #Conflicts:     927000 | #Learnt:      39196 | 0.000
784.80/785.08	c total clause space: 335.816MB
784.80/785.08	c total #watches: 660792
785.50/785.77	c total #propagations: 599262249 / total #impl: 2545080723 (eff. 0.235)
785.50/785.77	c #Conflicts:     928000 | #Learnt:      40196 | 0.000
785.50/785.77	c total clause space: 335.816MB
785.50/785.77	c total #watches: 669510
786.51/786.75	c total #propagations: 599777654 / total #impl: 2547352674 (eff. 0.235)
786.51/786.75	c #Conflicts:     929000 | #Learnt:      41196 | 0.000
786.51/786.75	c total clause space: 335.816MB
786.51/786.75	c total #watches: 680727
788.20/788.42	c total #propagations: 600318086 / total #impl: 2550089573 (eff. 0.235)
788.20/788.42	c #Conflicts:     930000 | #Learnt:      42196 | 0.000
788.20/788.42	c total clause space: 335.816MB
788.20/788.42	c total #watches: 693540
790.00/790.25	c total #propagations: 600956086 / total #impl: 2554009625 (eff. 0.235)
790.00/790.25	c #Conflicts:     931000 | #Learnt:      43196 | 0.000
790.00/790.25	c total clause space: 335.816MB
790.00/790.26	c total #watches: 696307
791.80/792.01	c total #propagations: 601642534 / total #impl: 2556852545 (eff. 0.235)
791.80/792.01	c #Conflicts:     932000 | #Learnt:      44196 | 0.000
791.80/792.01	c total clause space: 335.816MB
791.80/792.01	c total #watches: 700523
793.40/793.61	c total #propagations: 602293130 / total #impl: 2559552565 (eff. 0.235)
793.40/793.61	c #Conflicts:     933000 | #Learnt:      45196 | 0.000
793.40/793.61	c total clause space: 335.816MB
793.40/793.61	c total #watches: 703742
795.21/795.49	c total #propagations: 602798123 / total #impl: 2561551020 (eff. 0.235)
795.21/795.49	c #Conflicts:     934000 | #Learnt:      46196 | 0.000
795.21/795.49	c total clause space: 335.816MB
795.21/795.49	c total #watches: 707667
796.41/796.61	c total #propagations: 603374953 / total #impl: 2563966995 (eff. 0.235)
796.41/796.61	c GC COLLECT
796.41/796.61	c #Conflicts:     935000 | #Learnt:      23900 | 0.000
796.41/796.61	c total clause space: 335.816MB
796.41/796.61	c total #watches: 591267
797.10/797.33	c total #propagations: 603840084 / total #impl: 2565821009 (eff. 0.235)
797.10/797.33	c #Conflicts:     936000 | #Learnt:      24900 | 0.000
797.10/797.33	c total clause space: 335.816MB
797.10/797.33	c total #watches: 595792
797.90/798.14	c total #propagations: 604409164 / total #impl: 2567970101 (eff. 0.235)
797.90/798.14	c #Conflicts:     937000 | #Learnt:      25900 | 0.000
797.90/798.14	c total clause space: 335.816MB
797.90/798.14	c total #watches: 599509
798.70/798.95	c total #propagations: 605132049 / total #impl: 2570691873 (eff. 0.235)
798.70/798.95	c #Conflicts:     938000 | #Learnt:      26900 | 0.000
798.70/798.95	c total clause space: 335.816MB
798.70/798.95	c total #watches: 602223
799.61/799.83	c total #propagations: 605845235 / total #impl: 2573206323 (eff. 0.235)
799.61/799.83	c #Conflicts:     939000 | #Learnt:      27900 | 0.000
799.61/799.83	c total clause space: 335.816MB
799.61/799.83	c total #watches: 606774
800.40/800.67	c total #propagations: 606611633 / total #impl: 2576331976 (eff. 0.235)
800.40/800.67	c #Conflicts:     940000 | #Learnt:      28900 | 0.000
800.40/800.67	c total clause space: 335.816MB
800.40/800.67	c total #watches: 611536
801.40/801.67	c total #propagations: 607245092 / total #impl: 2578756473 (eff. 0.235)
801.40/801.67	c #Conflicts:     941000 | #Learnt:      29900 | 0.000
801.40/801.67	c total clause space: 335.816MB
801.40/801.67	c total #watches: 614702
802.40/802.65	c total #propagations: 608005180 / total #impl: 2581553532 (eff. 0.236)
802.40/802.65	c #Conflicts:     942000 | #Learnt:      30900 | 0.000
802.40/802.65	c total clause space: 335.816MB
802.40/802.65	c total #watches: 617537
803.40/803.62	c total #propagations: 608701785 / total #impl: 2584275623 (eff. 0.236)
803.40/803.62	c #Conflicts:     943000 | #Learnt:      31900 | 0.000
803.40/803.62	c total clause space: 335.816MB
803.40/803.62	c total #watches: 620250
804.60/804.81	c total #propagations: 609377546 / total #impl: 2586699180 (eff. 0.236)
804.60/804.81	c #Conflicts:     944000 | #Learnt:      32900 | 0.000
804.60/804.81	c total clause space: 335.816MB
804.60/804.81	c total #watches: 623675
805.70/805.99	c total #propagations: 610176947 / total #impl: 2589723828 (eff. 0.236)
805.70/805.99	c #Conflicts:     945000 | #Learnt:      33900 | 0.000
805.70/805.99	c total clause space: 335.816MB
805.70/805.99	c total #watches: 628114
806.80/807.09	c total #propagations: 610877391 / total #impl: 2592280900 (eff. 0.236)
806.80/807.09	c #Conflicts:     946000 | #Learnt:      34900 | 0.000
806.80/807.09	c total clause space: 335.816MB
806.80/807.09	c total #watches: 631671
808.20/808.43	c total #propagations: 611480254 / total #impl: 2594369368 (eff. 0.236)
808.20/808.43	c #Conflicts:     947000 | #Learnt:      35900 | 0.000
808.20/808.43	c total clause space: 335.816MB
808.20/808.43	c total #watches: 633843
809.50/809.79	c total #propagations: 612191822 / total #impl: 2597071875 (eff. 0.236)
809.50/809.79	c #Conflicts:     948000 | #Learnt:      36900 | 0.000
809.50/809.79	c total clause space: 335.816MB
809.50/809.79	c total #watches: 636988
811.01/811.27	c total #propagations: 612894986 / total #impl: 2599687174 (eff. 0.236)
811.01/811.27	c #Conflicts:     949000 | #Learnt:      37900 | 0.000
811.01/811.27	c total clause space: 335.816MB
811.01/811.27	c total #watches: 639812
812.11/812.30	c total #propagations: 613573912 / total #impl: 2602283272 (eff. 0.236)
812.11/812.30	c #Conflicts:     950000 | #Learnt:      38900 | 0.000
812.11/812.30	c total clause space: 335.816MB
812.11/812.30	c total #watches: 643108
813.11/813.30	c total #propagations: 614084661 / total #impl: 2604568877 (eff. 0.236)
813.11/813.30	c #Conflicts:     951000 | #Learnt:      39900 | 0.000
813.11/813.30	c total clause space: 335.816MB
813.11/813.30	c total #watches: 646382
814.02/814.29	c total #propagations: 614594545 / total #impl: 2606854253 (eff. 0.236)
814.02/814.29	c #Conflicts:     952000 | #Learnt:      40900 | 0.000
814.02/814.29	c total clause space: 335.816MB
814.02/814.29	c total #watches: 650008
815.01/815.25	c total #propagations: 615128277 / total #impl: 2609800105 (eff. 0.236)
815.01/815.25	c #Conflicts:     953000 | #Learnt:      41900 | 0.000
815.01/815.25	c total clause space: 335.816MB
815.01/815.25	c total #watches: 653330
816.11/816.38	c total #propagations: 615631342 / total #impl: 2612327686 (eff. 0.236)
816.11/816.38	c #Conflicts:     954000 | #Learnt:      42900 | 0.000
816.11/816.38	c total clause space: 335.816MB
816.11/816.38	c total #watches: 657973
817.21/817.44	c total #propagations: 616210625 / total #impl: 2615200624 (eff. 0.236)
817.21/817.44	c #Conflicts:     955000 | #Learnt:      43900 | 0.000
817.21/817.44	c total clause space: 335.816MB
817.21/817.44	c total #watches: 661544
818.31/818.58	c total #propagations: 616762362 / total #impl: 2617984736 (eff. 0.236)
818.31/818.58	c #Conflicts:     956000 | #Learnt:      44900 | 0.000
818.31/818.58	c total clause space: 335.816MB
818.31/818.58	c total #watches: 666822
819.71/819.93	c total #propagations: 617303587 / total #impl: 2620683503 (eff. 0.236)
819.71/819.93	c #Conflicts:     957000 | #Learnt:      45900 | 0.000
819.71/819.93	c total clause space: 335.816MB
819.71/819.93	c total #watches: 669988
821.11/821.33	c total #propagations: 617894066 / total #impl: 2623516968 (eff. 0.236)
821.11/821.33	c #Conflicts:     958000 | #Learnt:      46900 | 0.000
821.11/821.33	c total clause space: 335.816MB
821.11/821.33	c total #watches: 674151
822.01/822.26	c total #propagations: 618447256 / total #impl: 2626113913 (eff. 0.235)
822.01/822.26	c GC COLLECT
822.01/822.26	c #Conflicts:     959000 | #Learnt:      24290 | 0.000
822.01/822.26	c total clause space: 335.816MB
822.01/822.26	c total #watches: 592922
822.51/822.71	c total #propagations: 619052487 / total #impl: 2628828678 (eff. 0.235)
822.51/822.71	c #Conflicts:     960000 | #Learnt:      25290 | 0.000
822.51/822.71	c total clause space: 335.816MB
822.51/822.71	c total #watches: 596078
822.91/823.17	c total #propagations: 619568574 / total #impl: 2631050730 (eff. 0.235)
822.91/823.17	c #Conflicts:     961000 | #Learnt:      26290 | 0.000
822.91/823.17	c total clause space: 335.816MB
822.91/823.17	c total #watches: 599787
823.81/824.04	c total #propagations: 620114031 / total #impl: 2633369884 (eff. 0.235)
823.81/824.04	c #Conflicts:     962000 | #Learnt:      27290 | 0.000
823.81/824.04	c total clause space: 335.816MB
823.81/824.04	c total #watches: 604358
824.71/824.90	c total #propagations: 620875164 / total #impl: 2636827582 (eff. 0.235)
824.71/824.90	c #Conflicts:     963000 | #Learnt:      28290 | 0.000
824.71/824.90	c total clause space: 335.816MB
824.71/824.90	c total #watches: 608988
825.51/825.78	c total #propagations: 621584967 / total #impl: 2640120624 (eff. 0.235)
825.51/825.78	c #Conflicts:     964000 | #Learnt:      29290 | 0.000
825.51/825.78	c total clause space: 335.816MB
825.51/825.78	c total #watches: 613609
826.01/826.28	c total #propagations: 622247251 / total #impl: 2643208136 (eff. 0.235)
826.01/826.28	c #Conflicts:     965000 | #Learnt:      30290 | 0.000
826.01/826.28	c total clause space: 335.816MB
826.01/826.28	c total #watches: 618193
827.11/827.33	c total #propagations: 622792240 / total #impl: 2645631563 (eff. 0.235)
827.11/827.33	c #Conflicts:     966000 | #Learnt:      31290 | 0.000
827.11/827.33	c total clause space: 335.816MB
827.11/827.33	c total #watches: 622366
828.31/828.52	c total #propagations: 623405266 / total #impl: 2648408450 (eff. 0.235)
828.31/828.52	c #Conflicts:     967000 | #Learnt:      32290 | 0.000
828.31/828.52	c total clause space: 335.816MB
828.31/828.52	c total #watches: 627475
829.61/829.88	c total #propagations: 623960224 / total #impl: 2650960086 (eff. 0.235)
829.61/829.88	c #Conflicts:     968000 | #Learnt:      33290 | 0.000
829.61/829.88	c total clause space: 335.816MB
829.61/829.88	c total #watches: 634051
831.21/831.40	c total #propagations: 624532065 / total #impl: 2653679732 (eff. 0.235)
831.21/831.40	c #Conflicts:     969000 | #Learnt:      34290 | 0.000
831.21/831.40	c total clause space: 335.816MB
831.21/831.40	c total #watches: 640425
833.11/833.35	c total #propagations: 625140079 / total #impl: 2656677514 (eff. 0.235)
833.11/833.35	c #Conflicts:     970000 | #Learnt:      35290 | 0.000
833.11/833.35	c total clause space: 335.816MB
833.11/833.35	c total #watches: 643751
834.11/834.36	c total #propagations: 625779118 / total #impl: 2659603783 (eff. 0.235)
834.11/834.36	c #Conflicts:     971000 | #Learnt:      36290 | 0.000
834.11/834.36	c total clause space: 335.816MB
834.11/834.36	c total #watches: 649004
836.10/836.34	c total #propagations: 626303681 / total #impl: 2661982761 (eff. 0.235)
836.10/836.34	c #Conflicts:     972000 | #Learnt:      37290 | 0.000
836.10/836.34	c total clause space: 335.816MB
836.10/836.34	c total #watches: 656419
838.30/838.57	c total #propagations: 626816345 / total #impl: 2664527146 (eff. 0.235)
838.30/838.57	c #Conflicts:     973000 | #Learnt:      38290 | 0.000
838.30/838.57	c total clause space: 335.816MB
838.30/838.57	c total #watches: 668568
840.30/840.52	c total #propagations: 627316133 / total #impl: 2667164165 (eff. 0.235)
840.30/840.52	c #Conflicts:     974000 | #Learnt:      39290 | 0.000
840.30/840.52	c total clause space: 335.816MB
840.30/840.52	c total #watches: 671909
842.51/842.72	c total #propagations: 627907030 / total #impl: 2669916499 (eff. 0.235)
842.51/842.72	c #Conflicts:     975000 | #Learnt:      40290 | 0.000
842.51/842.72	c total clause space: 335.816MB
842.51/842.72	c total #watches: 675391
844.50/844.71	c total #propagations: 628434548 / total #impl: 2672358220 (eff. 0.235)
844.50/844.71	c #Conflicts:     976000 | #Learnt:      41290 | 0.000
844.50/844.71	c total clause space: 335.816MB
844.50/844.71	c total #watches: 679607
847.10/847.36	c total #propagations: 629036062 / total #impl: 2675158860 (eff. 0.235)
847.10/847.36	c #Conflicts:     977000 | #Learnt:      42290 | 0.000
847.10/847.36	c total clause space: 335.816MB
847.10/847.36	c total #watches: 683665
850.21/850.50	c total #propagations: 629669583 / total #impl: 2678351974 (eff. 0.235)
850.21/850.50	c #Conflicts:     978000 | #Learnt:      43290 | 0.000
850.21/850.50	c total clause space: 335.816MB
850.21/850.50	c total #watches: 687677
853.61/853.87	c total #propagations: 630369490 / total #impl: 2681683421 (eff. 0.235)
853.61/853.87	c #Conflicts:     979000 | #Learnt:      44290 | 0.000
853.61/853.87	c total clause space: 335.816MB
853.61/853.87	c total #watches: 692606
858.00/858.21	c total #propagations: 631105098 / total #impl: 2685510085 (eff. 0.235)
858.00/858.21	c #Conflicts:     980000 | #Learnt:      45290 | 0.000
858.00/858.21	c total clause space: 335.816MB
858.00/858.21	c total #watches: 699129
860.99/861.25	c total #propagations: 631954135 / total #impl: 2690211299 (eff. 0.235)
860.99/861.25	c #Conflicts:     981000 | #Learnt:      46290 | 0.000
860.99/861.25	c total clause space: 335.816MB
860.99/861.26	c total #watches: 704060
864.29/864.53	c total #propagations: 632601225 / total #impl: 2693253962 (eff. 0.235)
864.29/864.53	c #Conflicts:     982000 | #Learnt:      47290 | 0.000
864.29/864.53	c total clause space: 545.701MB
864.29/864.53	c total #watches: 707809
865.99/866.21	c total #propagations: 633199229 / total #impl: 2695979045 (eff. 0.235)
865.99/866.21	c GC COLLECT
865.99/866.21	c #Conflicts:     983000 | #Learnt:      24389 | 0.000
865.99/866.21	c total clause space: 545.701MB
865.99/866.21	c total #watches: 592850
866.59/866.89	c total #propagations: 633802992 / total #impl: 2698752208 (eff. 0.235)
866.59/866.89	c #Conflicts:     984000 | #Learnt:      25389 | 0.000
866.59/866.89	c total clause space: 545.701MB
866.59/866.89	c total #watches: 595524
867.49/867.70	c total #propagations: 634348043 / total #impl: 2701173303 (eff. 0.235)
867.49/867.70	c #Conflicts:     985000 | #Learnt:      26389 | 0.000
867.49/867.70	c total clause space: 545.701MB
867.49/867.70	c total #watches: 599020
868.19/868.49	c total #propagations: 634928960 / total #impl: 2703654925 (eff. 0.235)
868.19/868.49	c #Conflicts:     986000 | #Learnt:      27389 | 0.000
868.19/868.49	c total clause space: 545.701MB
868.19/868.49	c total #watches: 601923
869.00/869.28	c total #propagations: 635473636 / total #impl: 2705939065 (eff. 0.235)
869.00/869.28	c #Conflicts:     987000 | #Learnt:      28389 | 0.000
869.00/869.28	c total clause space: 545.701MB
869.00/869.28	c total #watches: 604583
869.79/870.02	c total #propagations: 635980171 / total #impl: 2708114595 (eff. 0.235)
869.79/870.02	c #Conflicts:     988000 | #Learnt:      29389 | 0.000
869.79/870.02	c total clause space: 545.701MB
869.79/870.02	c total #watches: 607986
870.39/870.67	c total #propagations: 636536415 / total #impl: 2710707512 (eff. 0.235)
870.39/870.67	c #Conflicts:     989000 | #Learnt:      30389 | 0.000
870.39/870.67	c total clause space: 545.701MB
870.39/870.67	c total #watches: 612376
871.29/871.51	c total #propagations: 637038745 / total #impl: 2713283913 (eff. 0.235)
871.29/871.51	c #Conflicts:     990000 | #Learnt:      31389 | 0.000
871.29/871.51	c total clause space: 545.701MB
871.29/871.51	c total #watches: 615070
872.09/872.30	c total #propagations: 637626718 / total #impl: 2715970481 (eff. 0.235)
872.09/872.30	c #Conflicts:     991000 | #Learnt:      32389 | 0.000
872.09/872.30	c total clause space: 545.701MB
872.09/872.30	c total #watches: 618769
872.89/873.12	c total #propagations: 638183766 / total #impl: 2718601693 (eff. 0.235)
872.89/873.12	c #Conflicts:     992000 | #Learnt:      33389 | 0.000
872.89/873.12	c total clause space: 545.701MB
872.89/873.12	c total #watches: 623817
873.79/874.08	c total #propagations: 638710833 / total #impl: 2721210250 (eff. 0.235)
873.79/874.08	c #Conflicts:     993000 | #Learnt:      34389 | 0.000
873.79/874.08	c total clause space: 545.701MB
873.79/874.08	c total #watches: 627704
874.89/875.18	c total #propagations: 639269827 / total #impl: 2723934809 (eff. 0.235)
874.89/875.18	c #Conflicts:     994000 | #Learnt:      35389 | 0.000
874.89/875.18	c total clause space: 545.701MB
874.89/875.18	c total #watches: 631010
876.09/876.38	c total #propagations: 639874317 / total #impl: 2726819984 (eff. 0.235)
876.09/876.38	c #Conflicts:     995000 | #Learnt:      36389 | 0.000
876.09/876.38	c total clause space: 545.701MB
876.09/876.38	c total #watches: 634452
877.29/877.57	c total #propagations: 640549001 / total #impl: 2730036568 (eff. 0.235)
877.29/877.57	c #Conflicts:     996000 | #Learnt:      37389 | 0.000
877.29/877.57	c total clause space: 545.701MB
877.29/877.57	c total #watches: 637487
878.49/878.71	c total #propagations: 641168271 / total #impl: 2732971848 (eff. 0.235)
878.49/878.71	c #Conflicts:     997000 | #Learnt:      38389 | 0.000
878.49/878.71	c total clause space: 545.701MB
878.49/878.71	c total #watches: 640010
879.49/879.75	c total #propagations: 641706940 / total #impl: 2735324650 (eff. 0.235)
879.49/879.75	c #Conflicts:     998000 | #Learnt:      39389 | 0.000
879.49/879.75	c total clause space: 545.701MB
879.49/879.75	c total #watches: 642492
880.59/880.86	c total #propagations: 642207461 / total #impl: 2737610013 (eff. 0.235)
880.59/880.86	c #Conflicts:     999000 | #Learnt:      40389 | 0.000
880.59/880.86	c total clause space: 545.701MB
880.59/880.86	c total #watches: 645939
881.69/881.97	c total #propagations: 642776269 / total #impl: 2740513101 (eff. 0.235)
881.69/881.97	c #Conflicts:    1000000 | #Learnt:      41389 | 0.000
881.69/881.97	c total clause space: 545.701MB
881.69/881.97	c total #watches: 649608
882.89/883.18	c total #propagations: 643314509 / total #impl: 2743245754 (eff. 0.235)
882.89/883.18	c #Conflicts:    1001000 | #Learnt:      42389 | 0.000
882.89/883.18	c total clause space: 545.701MB
882.89/883.18	c total #watches: 652725
884.19/884.50	c total #propagations: 643926337 / total #impl: 2746383891 (eff. 0.234)
884.19/884.50	c #Conflicts:    1002000 | #Learnt:      43389 | 0.000
884.19/884.50	c total clause space: 545.701MB
884.19/884.50	c total #watches: 656773
885.69/885.93	c total #propagations: 644552888 / total #impl: 2749493300 (eff. 0.234)
885.69/885.93	c #Conflicts:    1003000 | #Learnt:      44389 | 0.000
885.69/885.93	c total clause space: 545.701MB
885.69/885.93	c total #watches: 660503
886.99/887.23	c total #propagations: 645196122 / total #impl: 2752676727 (eff. 0.234)
886.99/887.23	c #Conflicts:    1004000 | #Learnt:      45389 | 0.000
886.99/887.23	c total clause space: 545.701MB
886.99/887.23	c total #watches: 664336
888.29/888.59	c total #propagations: 645725106 / total #impl: 2755587178 (eff. 0.234)
888.29/888.59	c #Conflicts:    1005000 | #Learnt:      46389 | 0.000
888.29/888.59	c total clause space: 545.701MB
888.29/888.59	c total #watches: 667479
889.79/890.01	c total #propagations: 646262207 / total #impl: 2758540312 (eff. 0.234)
889.79/890.01	c #Conflicts:    1006000 | #Learnt:      47389 | 0.000
889.79/890.01	c total clause space: 545.701MB
889.79/890.01	c total #watches: 669932
890.79/891.06	c total #propagations: 646786209 / total #impl: 2761391056 (eff. 0.234)
890.79/891.06	c #Conflicts:    1007000 | #Learnt:      48389 | 0.000
890.79/891.06	c total clause space: 545.701MB
890.79/891.06	c total #watches: 672746
891.49/891.78	c total #propagations: 647214783 / total #impl: 2763764779 (eff. 0.234)
891.49/891.78	c GC COLLECT
891.49/891.78	c #Conflicts:    1008000 | #Learnt:      25188 | 0.000
891.49/891.78	c total clause space: 545.701MB
891.49/891.78	c total #watches: 595850
892.19/892.47	c total #propagations: 647793607 / total #impl: 2766683753 (eff. 0.234)
892.19/892.47	c #Conflicts:    1009000 | #Learnt:      26188 | 0.000
892.19/892.47	c total clause space: 545.701MB
892.19/892.47	c total #watches: 599900
892.99/893.27	c total #propagations: 648393465 / total #impl: 2769415544 (eff. 0.234)
892.99/893.27	c #Conflicts:    1010000 | #Learnt:      27188 | 0.000
892.99/893.27	c total clause space: 545.701MB
892.99/893.27	c total #watches: 604726
893.89/894.12	c total #propagations: 648955731 / total #impl: 2772175899 (eff. 0.234)
893.89/894.12	c #Conflicts:    1011000 | #Learnt:      28188 | 0.000
893.89/894.12	c total clause space: 545.701MB
893.89/894.12	c total #watches: 610025
894.89/895.11	c total #propagations: 649542039 / total #impl: 2774980562 (eff. 0.234)
894.89/895.11	c #Conflicts:    1012000 | #Learnt:      29188 | 0.000
894.89/895.11	c total clause space: 545.701MB
894.89/895.11	c total #watches: 613413
895.79/896.04	c total #propagations: 650123561 / total #impl: 2777760796 (eff. 0.234)
895.79/896.04	c #Conflicts:    1013000 | #Learnt:      30188 | 0.000
895.79/896.04	c total clause space: 545.701MB
895.79/896.05	c total #watches: 617104
896.89/897.15	c total #propagations: 650654905 / total #impl: 2780466285 (eff. 0.234)
896.89/897.15	c #Conflicts:    1014000 | #Learnt:      31188 | 0.000
896.89/897.15	c total clause space: 545.701MB
896.89/897.15	c total #watches: 621440
898.29/898.51	c total #propagations: 651242266 / total #impl: 2783372129 (eff. 0.234)
898.29/898.51	c #Conflicts:    1015000 | #Learnt:      32188 | 0.000
898.29/898.51	c total clause space: 545.701MB
898.29/898.51	c total #watches: 626110
899.49/899.76	c total #propagations: 651955056 / total #impl: 2786608043 (eff. 0.234)
899.49/899.76	c #Conflicts:    1016000 | #Learnt:      33188 | 0.000
899.49/899.76	c total clause space: 545.701MB
899.49/899.76	c total #watches: 630271
900.89/901.10	c total #propagations: 652596131 / total #impl: 2789594204 (eff. 0.234)
900.89/901.10	c #Conflicts:    1017000 | #Learnt:      34188 | 0.000
900.89/901.10	c total clause space: 545.701MB
900.89/901.10	c total #watches: 634662
902.29/902.58	c total #propagations: 653222753 / total #impl: 2792666413 (eff. 0.234)
902.29/902.58	c #Conflicts:    1018000 | #Learnt:      35188 | 0.000
902.29/902.58	c total clause space: 545.701MB
902.29/902.58	c total #watches: 638648
903.79/904.03	c total #propagations: 653872350 / total #impl: 2795868460 (eff. 0.234)
903.79/904.03	c #Conflicts:    1019000 | #Learnt:      36188 | 0.000
903.79/904.03	c total clause space: 545.701MB
903.79/904.03	c total #watches: 643997
905.29/905.54	c total #propagations: 654423454 / total #impl: 2798663502 (eff. 0.234)
905.29/905.54	c #Conflicts:    1020000 | #Learnt:      37188 | 0.000
905.29/905.54	c total clause space: 545.701MB
905.29/905.54	c total #watches: 650877
906.99/907.30	c total #propagations: 654991286 / total #impl: 2801846270 (eff. 0.234)
906.99/907.30	c #Conflicts:    1021000 | #Learnt:      38188 | 0.000
906.99/907.30	c total clause space: 545.701MB
907.09/907.30	c total #watches: 654224
908.79/909.04	c total #propagations: 655543718 / total #impl: 2804808343 (eff. 0.234)
908.79/909.04	c #Conflicts:    1022000 | #Learnt:      39188 | 0.000
908.79/909.04	c total clause space: 545.701MB
908.79/909.04	c total #watches: 657606
910.59/910.90	c total #propagations: 656080382 / total #impl: 2807620878 (eff. 0.234)
910.59/910.90	c #Conflicts:    1023000 | #Learnt:      40188 | 0.000
910.59/910.90	c total clause space: 545.701MB
910.59/910.90	c total #watches: 660915
912.69/912.97	c total #propagations: 656622661 / total #impl: 2810355444 (eff. 0.234)
912.69/912.97	c #Conflicts:    1024000 | #Learnt:      41188 | 0.000
912.69/912.97	c total clause space: 545.701MB
912.69/912.97	c total #watches: 666062
914.69/914.98	c total #propagations: 657198378 / total #impl: 2813393813 (eff. 0.234)
914.69/914.98	c #Conflicts:    1025000 | #Learnt:      42188 | 0.000
914.69/914.98	c total clause space: 545.701MB
914.69/914.98	c total #watches: 670215
916.69/916.95	c total #propagations: 657728870 / total #impl: 2816181232 (eff. 0.234)
916.69/916.95	c #Conflicts:    1026000 | #Learnt:      43188 | 0.000
916.69/916.95	c total clause space: 545.701MB
916.69/916.95	c total #watches: 674489
918.50/918.74	c total #propagations: 658240652 / total #impl: 2818832236 (eff. 0.234)
918.50/918.74	c #Conflicts:    1027000 | #Learnt:      44188 | 0.000
918.50/918.74	c total clause space: 545.701MB
918.50/918.74	c total #watches: 678911
920.39/920.65	c total #propagations: 658888123 / total #impl: 2822242324 (eff. 0.233)
920.39/920.65	c #Conflicts:    1028000 | #Learnt:      45188 | 0.000
920.39/920.65	c total clause space: 545.701MB
920.39/920.65	c total #watches: 683689
922.19/922.44	c total #propagations: 659562738 / total #impl: 2825940166 (eff. 0.233)
922.19/922.44	c #Conflicts:    1029000 | #Learnt:      46188 | 0.000
922.19/922.44	c total clause space: 545.701MB
922.19/922.45	c total #watches: 687863
924.00/924.27	c total #propagations: 660167873 / total #impl: 2829263459 (eff. 0.233)
924.00/924.27	c #Conflicts:    1030000 | #Learnt:      47188 | 0.000
924.00/924.27	c total clause space: 545.701MB
924.00/924.27	c total #watches: 692552
925.99/926.23	c total #propagations: 660799973 / total #impl: 2833092958 (eff. 0.233)
925.99/926.23	c #Conflicts:    1031000 | #Learnt:      48188 | 0.000
925.99/926.23	c total clause space: 545.701MB
925.99/926.23	c total #watches: 696355
927.89/928.13	c total #propagations: 661445981 / total #impl: 2836625696 (eff. 0.233)
927.89/928.13	c GC COLLECT
927.89/928.13	c #Conflicts:    1032000 | #Learnt:      24703 | 0.000
927.89/928.13	c total clause space: 545.701MB
927.89/928.13	c total #watches: 594362
928.59/928.81	c total #propagations: 662094806 / total #impl: 2840121055 (eff. 0.233)
928.59/928.81	c #Conflicts:    1033000 | #Learnt:      25703 | 0.000
928.59/928.81	c total clause space: 545.701MB
928.59/928.81	c total #watches: 598634
929.29/929.54	c total #propagations: 662746144 / total #impl: 2843106512 (eff. 0.233)
929.29/929.54	c #Conflicts:    1034000 | #Learnt:      26703 | 0.000
929.29/929.54	c total clause space: 545.701MB
929.29/929.54	c total #watches: 603369
929.99/930.29	c total #propagations: 663406148 / total #impl: 2846290028 (eff. 0.233)
929.99/930.29	c #Conflicts:    1035000 | #Learnt:      27703 | 0.000
929.99/930.29	c total clause space: 545.701MB
929.99/930.29	c total #watches: 607014
930.79/931.00	c total #propagations: 664024409 / total #impl: 2849196210 (eff. 0.233)
930.79/931.00	c #Conflicts:    1036000 | #Learnt:      28703 | 0.000
930.79/931.00	c total clause space: 545.701MB
930.79/931.01	c total #watches: 610871
931.59/931.90	c total #propagations: 664590109 / total #impl: 2851780422 (eff. 0.233)
931.59/931.90	c #Conflicts:    1037000 | #Learnt:      29703 | 0.000
931.59/931.90	c total clause space: 545.701MB
931.59/931.90	c total #watches: 614122
932.59/932.88	c total #propagations: 665234169 / total #impl: 2854845223 (eff. 0.233)
932.59/932.88	c #Conflicts:    1038000 | #Learnt:      30703 | 0.000
932.59/932.88	c total clause space: 545.701MB
932.59/932.88	c total #watches: 618523
933.59/933.89	c total #propagations: 665886662 / total #impl: 2857805605 (eff. 0.233)
933.59/933.89	c #Conflicts:    1039000 | #Learnt:      31703 | 0.000
933.59/933.89	c total clause space: 545.701MB
933.59/933.89	c total #watches: 623111
934.69/934.99	c total #propagations: 666522803 / total #impl: 2860779785 (eff. 0.233)
934.69/934.99	c #Conflicts:    1040000 | #Learnt:      32703 | 0.000
934.69/934.99	c total clause space: 545.701MB
934.69/934.99	c total #watches: 630091
935.69/935.95	c total #propagations: 667175128 / total #impl: 2863961234 (eff. 0.233)
935.69/935.95	c #Conflicts:    1041000 | #Learnt:      33703 | 0.000
935.69/935.95	c total clause space: 545.701MB
935.69/935.95	c total #watches: 634196
936.59/936.88	c total #propagations: 667704391 / total #impl: 2866772668 (eff. 0.233)
936.59/936.88	c #Conflicts:    1042000 | #Learnt:      34703 | 0.000
936.59/936.88	c total clause space: 545.701MB
936.59/936.88	c total #watches: 638747
937.79/938.09	c total #propagations: 668204587 / total #impl: 2869527550 (eff. 0.233)
937.79/938.09	c #Conflicts:    1043000 | #Learnt:      35703 | 0.000
937.79/938.09	c total clause space: 545.701MB
937.79/938.09	c total #watches: 644044
939.19/939.46	c total #propagations: 668743086 / total #impl: 2872455806 (eff. 0.233)
939.19/939.46	c #Conflicts:    1044000 | #Learnt:      36703 | 0.000
939.19/939.46	c total clause space: 545.701MB
939.19/939.46	c total #watches: 649777
940.69/940.99	c total #propagations: 669329736 / total #impl: 2875683981 (eff. 0.233)
940.69/940.99	c #Conflicts:    1045000 | #Learnt:      37703 | 0.000
940.69/940.99	c total clause space: 545.701MB
940.69/940.99	c total #watches: 655984
942.39/942.62	c total #propagations: 669907777 / total #impl: 2878794543 (eff. 0.233)
942.39/942.62	c #Conflicts:    1046000 | #Learnt:      38703 | 0.000
942.39/942.62	c total clause space: 545.701MB
942.39/942.62	c total #watches: 660264
944.19/944.47	c total #propagations: 670536939 / total #impl: 2882093324 (eff. 0.233)
944.19/944.47	c #Conflicts:    1047000 | #Learnt:      39703 | 0.000
944.19/944.47	c total clause space: 545.701MB
944.19/944.47	c total #watches: 665713
946.49/946.70	c total #propagations: 671250817 / total #impl: 2885794701 (eff. 0.233)
946.49/946.70	c #Conflicts:    1048000 | #Learnt:      40703 | 0.000
946.49/946.70	c total clause space: 545.701MB
946.49/946.70	c total #watches: 670238
948.39/948.69	c total #propagations: 671980202 / total #impl: 2889415955 (eff. 0.233)
948.39/948.69	c #Conflicts:    1049000 | #Learnt:      41703 | 0.000
948.39/948.69	c total clause space: 545.701MB
948.39/948.69	c total #watches: 675403
950.19/950.43	c total #propagations: 672638895 / total #impl: 2892950338 (eff. 0.233)
950.19/950.43	c #Conflicts:    1050000 | #Learnt:      42703 | 0.000
950.19/950.43	c total clause space: 545.701MB
950.19/950.43	c total #watches: 680406
952.29/952.53	c total #propagations: 673241843 / total #impl: 2896165668 (eff. 0.232)
952.29/952.53	c #Conflicts:    1051000 | #Learnt:      43703 | 0.000
952.29/952.53	c total clause space: 545.701MB
952.29/952.53	c total #watches: 685384
954.58/954.81	c total #propagations: 673839308 / total #impl: 2899374119 (eff. 0.232)
954.58/954.81	c #Conflicts:    1052000 | #Learnt:      44703 | 0.000
954.58/954.81	c total clause space: 545.701MB
954.58/954.81	c total #watches: 690015
956.99/957.26	c total #propagations: 674472253 / total #impl: 2902679495 (eff. 0.232)
956.99/957.26	c #Conflicts:    1053000 | #Learnt:      45703 | 0.000
956.99/957.26	c total clause space: 545.701MB
956.99/957.27	c total #watches: 698543
959.78/960.05	c total #propagations: 675151369 / total #impl: 2906452236 (eff. 0.232)
959.78/960.05	c #Conflicts:    1054000 | #Learnt:      46703 | 0.000
959.78/960.05	c total clause space: 545.701MB
959.78/960.05	c total #watches: 704313
962.98/963.28	c total #propagations: 675794851 / total #impl: 2909837662 (eff. 0.232)
962.98/963.28	c #Conflicts:    1055000 | #Learnt:      47703 | 0.000
962.98/963.28	c total clause space: 545.701MB
962.98/963.28	c total #watches: 709624
966.28/966.51	c total #propagations: 676534692 / total #impl: 2913606188 (eff. 0.232)
966.28/966.51	c #Conflicts:    1056000 | #Learnt:      48703 | 0.000
966.28/966.51	c total clause space: 545.701MB
966.28/966.51	c total #watches: 715362
969.68/969.91	c total #propagations: 677207097 / total #impl: 2917302921 (eff. 0.232)
969.68/969.91	c GC COLLECT
969.68/969.91	c #Conflicts:    1057000 | #Learnt:      24889 | 0.000
969.68/969.91	c total clause space: 545.701MB
969.68/969.91	c total #watches: 594965
970.28/970.56	c total #propagations: 677882244 / total #impl: 2920930045 (eff. 0.232)
970.28/970.56	c #Conflicts:    1058000 | #Learnt:      25889 | 0.000
970.28/970.56	c total clause space: 545.701MB
970.28/970.56	c total #watches: 599730
970.98/971.22	c total #propagations: 678480792 / total #impl: 2923845420 (eff. 0.232)
970.98/971.22	c #Conflicts:    1059000 | #Learnt:      26889 | 0.000
970.98/971.22	c total clause space: 545.701MB
970.98/971.22	c total #watches: 603492
971.68/971.98	c total #propagations: 679039308 / total #impl: 2926636600 (eff. 0.232)
971.68/971.98	c #Conflicts:    1060000 | #Learnt:      27889 | 0.000
971.68/971.98	c total clause space: 545.701MB
971.68/971.98	c total #watches: 609038
972.29/972.56	c total #propagations: 679610981 / total #impl: 2929441024 (eff. 0.232)
972.29/972.56	c #Conflicts:    1061000 | #Learnt:      28889 | 0.000
972.29/972.56	c total clause space: 545.701MB
972.29/972.56	c total #watches: 612400
973.18/973.47	c total #propagations: 680032218 / total #impl: 2931890491 (eff. 0.232)
973.18/973.47	c #Conflicts:    1062000 | #Learnt:      29889 | 0.000
973.18/973.47	c total clause space: 545.701MB
973.18/973.47	c total #watches: 619631
974.38/974.66	c total #propagations: 680662338 / total #impl: 2935387150 (eff. 0.232)
974.38/974.66	c #Conflicts:    1063000 | #Learnt:      30889 | 0.000
974.38/974.66	c total clause space: 545.701MB
974.38/974.66	c total #watches: 624010
975.48/975.74	c total #propagations: 681350453 / total #impl: 2938807254 (eff. 0.232)
975.48/975.74	c #Conflicts:    1064000 | #Learnt:      31889 | 0.000
975.48/975.74	c total clause space: 545.701MB
975.48/975.74	c total #watches: 628320
976.79/977.06	c total #propagations: 681950310 / total #impl: 2942148069 (eff. 0.232)
976.79/977.06	c #Conflicts:    1065000 | #Learnt:      32889 | 0.000
976.79/977.06	c total clause space: 545.701MB
976.79/977.06	c total #watches: 631776
977.98/978.21	c total #propagations: 682656455 / total #impl: 2945702733 (eff. 0.232)
977.98/978.21	c #Conflicts:    1066000 | #Learnt:      33889 | 0.000
977.98/978.21	c total clause space: 545.701MB
977.98/978.21	c total #watches: 636184
979.28/979.50	c total #propagations: 683265868 / total #impl: 2948949953 (eff. 0.232)
979.28/979.50	c #Conflicts:    1067000 | #Learnt:      34889 | 0.000
979.28/979.50	c total clause space: 545.701MB
979.28/979.50	c total #watches: 639548
980.68/980.94	c total #propagations: 683894666 / total #impl: 2952047242 (eff. 0.232)
980.68/980.94	c #Conflicts:    1068000 | #Learnt:      35889 | 0.000
980.68/980.94	c total clause space: 545.701MB
980.68/980.94	c total #watches: 643760
982.08/982.39	c total #propagations: 684539316 / total #impl: 2955131069 (eff. 0.232)
982.08/982.39	c #Conflicts:    1069000 | #Learnt:      36889 | 0.000
982.08/982.39	c total clause space: 545.701MB
982.08/982.39	c total #watches: 647894
983.98/984.23	c total #propagations: 685164943 / total #impl: 2958036389 (eff. 0.232)
983.98/984.23	c #Conflicts:    1070000 | #Learnt:      37889 | 0.000
983.98/984.23	c total clause space: 545.701MB
983.98/984.23	c total #watches: 652336
985.78/986.02	c total #propagations: 685925581 / total #impl: 2961772776 (eff. 0.232)
985.78/986.02	c #Conflicts:    1071000 | #Learnt:      38889 | 0.000
985.78/986.02	c total clause space: 545.701MB
985.78/986.02	c total #watches: 657347
987.38/987.65	c total #propagations: 686582179 / total #impl: 2965033096 (eff. 0.232)
987.38/987.65	c #Conflicts:    1072000 | #Learnt:      39889 | 0.000
987.38/987.65	c total clause space: 545.701MB
987.38/987.65	c total #watches: 661719
989.08/989.39	c total #propagations: 687280372 / total #impl: 2968272570 (eff. 0.232)
989.08/989.39	c #Conflicts:    1073000 | #Learnt:      40889 | 0.000
989.08/989.39	c total clause space: 545.701MB
989.08/989.40	c total #watches: 666274
990.88/991.17	c total #propagations: 687974697 / total #impl: 2971504407 (eff. 0.232)
990.88/991.17	c #Conflicts:    1074000 | #Learnt:      41889 | 0.000
990.88/991.17	c total clause space: 545.701MB
990.88/991.17	c total #watches: 671128
992.78/993.08	c total #propagations: 688684872 / total #impl: 2975112888 (eff. 0.231)
992.78/993.08	c #Conflicts:    1075000 | #Learnt:      42889 | 0.000
992.78/993.08	c total clause space: 545.701MB
992.78/993.09	c total #watches: 675513
994.78/995.01	c total #propagations: 689423928 / total #impl: 2978742881 (eff. 0.231)
994.78/995.01	c #Conflicts:    1076000 | #Learnt:      43889 | 0.000
994.78/995.01	c total clause space: 545.701MB
994.78/995.01	c total #watches: 681016
996.88/997.15	c total #propagations: 690042047 / total #impl: 2981967281 (eff. 0.231)
996.88/997.15	c #Conflicts:    1077000 | #Learnt:      44889 | 0.000
996.88/997.15	c total clause space: 545.701MB
996.88/997.15	c total #watches: 684703
998.98/999.22	c total #propagations: 690663056 / total #impl: 2985261609 (eff. 0.231)
998.98/999.22	c #Conflicts:    1078000 | #Learnt:      45889 | 0.000
998.98/999.22	c total clause space: 545.701MB
998.98/999.22	c total #watches: 688025
1000.98/1001.22	c total #propagations: 691302634 / total #impl: 2988474406 (eff. 0.231)
1000.98/1001.22	c #Conflicts:    1079000 | #Learnt:      46889 | 0.000
1000.98/1001.22	c total clause space: 545.701MB
1000.98/1001.22	c total #watches: 694495
1002.78/1003.01	c total #propagations: 692021081 / total #impl: 2992664811 (eff. 0.231)
1002.78/1003.01	c #Conflicts:    1080000 | #Learnt:      47889 | 0.000
1002.78/1003.01	c total clause space: 545.701MB
1002.78/1003.01	c total #watches: 699998
1004.48/1004.72	c total #propagations: 692568367 / total #impl: 2995752371 (eff. 0.231)
1004.48/1004.72	c #Conflicts:    1081000 | #Learnt:      48889 | 0.000
1004.48/1004.72	c total clause space: 545.701MB
1004.48/1004.72	c total #watches: 705405
1006.78/1007.08	c total #propagations: 693100825 / total #impl: 2998916987 (eff. 0.231)
1006.78/1007.08	c #Conflicts:    1082000 | #Learnt:      49889 | 0.000
1006.78/1007.08	c total clause space: 545.701MB
1006.78/1007.08	c total #watches: 708697
1008.38/1008.69	c total #propagations: 693718660 / total #impl: 3002121325 (eff. 0.231)
1008.38/1008.69	c GC COLLECT
1008.38/1008.69	c #Conflicts:    1083000 | #Learnt:      25776 | 0.000
1008.38/1008.69	c total clause space: 545.701MB
1008.38/1008.69	c total #watches: 598810
1009.18/1009.41	c total #propagations: 694437654 / total #impl: 3005510795 (eff. 0.231)
1009.18/1009.41	c #Conflicts:    1084000 | #Learnt:      26776 | 0.000
1009.18/1009.41	c total clause space: 545.701MB
1009.18/1009.41	c total #watches: 603532
1009.98/1010.29	c total #propagations: 695061882 / total #impl: 3008563859 (eff. 0.231)
1009.98/1010.29	c #Conflicts:    1085000 | #Learnt:      27776 | 0.000
1009.98/1010.29	c total clause space: 545.701MB
1009.98/1010.29	c total #watches: 607700
1010.98/1011.26	c total #propagations: 695707105 / total #impl: 3011785763 (eff. 0.231)
1010.98/1011.26	c #Conflicts:    1086000 | #Learnt:      28776 | 0.000
1010.98/1011.26	c total clause space: 545.701MB
1010.98/1011.26	c total #watches: 611544
1011.98/1012.21	c total #propagations: 696357225 / total #impl: 3015086651 (eff. 0.231)
1011.98/1012.21	c #Conflicts:    1087000 | #Learnt:      29776 | 0.000
1011.98/1012.21	c total clause space: 545.701MB
1011.98/1012.21	c total #watches: 615174
1013.18/1013.45	c total #propagations: 696951074 / total #impl: 3017958141 (eff. 0.231)
1013.18/1013.45	c #Conflicts:    1088000 | #Learnt:      30776 | 0.000
1013.18/1013.45	c total clause space: 545.701MB
1013.18/1013.45	c total #watches: 619938
1014.48/1014.70	c total #propagations: 697636740 / total #impl: 3021058429 (eff. 0.231)
1014.48/1014.70	c #Conflicts:    1089000 | #Learnt:      31776 | 0.000
1014.48/1014.70	c total clause space: 545.701MB
1014.48/1014.70	c total #watches: 625008
1015.68/1015.95	c total #propagations: 698301667 / total #impl: 3024282317 (eff. 0.231)
1015.68/1015.95	c #Conflicts:    1090000 | #Learnt:      32776 | 0.000
1015.68/1015.95	c total clause space: 545.701MB
1015.68/1015.95	c total #watches: 630293
1017.08/1017.31	c total #propagations: 698906777 / total #impl: 3027237498 (eff. 0.231)
1017.08/1017.31	c #Conflicts:    1091000 | #Learnt:      33776 | 0.000
1017.08/1017.31	c total clause space: 545.701MB
1017.08/1017.31	c total #watches: 636418
1018.48/1018.78	c total #propagations: 699529713 / total #impl: 3030493572 (eff. 0.231)
1018.48/1018.78	c #Conflicts:    1092000 | #Learnt:      34776 | 0.000
1018.48/1018.78	c total clause space: 545.701MB
1018.48/1018.78	c total #watches: 640773
1019.87/1020.10	c total #propagations: 700204288 / total #impl: 3033841505 (eff. 0.231)
1019.87/1020.10	c #Conflicts:    1093000 | #Learnt:      35776 | 0.000
1019.87/1020.10	c total clause space: 545.701MB
1019.87/1020.10	c total #watches: 645872
1021.27/1021.52	c total #propagations: 700935124 / total #impl: 3037660474 (eff. 0.231)
1021.27/1021.52	c #Conflicts:    1094000 | #Learnt:      36776 | 0.000
1021.27/1021.52	c total clause space: 545.701MB
1021.27/1021.52	c total #watches: 653176
1022.88/1023.15	c total #propagations: 701692083 / total #impl: 3041657089 (eff. 0.231)
1022.88/1023.15	c #Conflicts:    1095000 | #Learnt:      37776 | 0.000
1022.88/1023.15	c total clause space: 545.701MB
1022.88/1023.15	c total #watches: 663584
1024.97/1025.21	c total #propagations: 702369782 / total #impl: 3045582903 (eff. 0.231)
1024.97/1025.21	c #Conflicts:    1096000 | #Learnt:      38776 | 0.000
1024.97/1025.21	c total clause space: 545.701MB
1024.97/1025.21	c total #watches: 675323
1027.17/1027.45	c total #propagations: 703110551 / total #impl: 3050065210 (eff. 0.231)
1027.17/1027.45	c #Conflicts:    1097000 | #Learnt:      39776 | 0.000
1027.17/1027.45	c total clause space: 545.701MB
1027.17/1027.45	c total #watches: 680965
1029.97/1030.24	c total #propagations: 703796922 / total #impl: 3054073256 (eff. 0.230)
1029.97/1030.24	c #Conflicts:    1098000 | #Learnt:      40776 | 0.000
1029.97/1030.24	c total clause space: 545.701MB
1029.97/1030.24	c total #watches: 687984
1032.88/1033.17	c total #propagations: 704563495 / total #impl: 3058814013 (eff. 0.230)
1032.88/1033.17	c #Conflicts:    1099000 | #Learnt:      41776 | 0.000
1032.88/1033.17	c total clause space: 545.701MB
1032.88/1033.17	c total #watches: 693901
1034.98/1035.28	c total #propagations: 705346990 / total #impl: 3063093847 (eff. 0.230)
1034.98/1035.28	c #Conflicts:    1100000 | #Learnt:      42776 | 0.000
1034.98/1035.28	c total clause space: 545.701MB
1034.98/1035.28	c total #watches: 700786
1038.28/1038.57	c total #propagations: 706022849 / total #impl: 3066951493 (eff. 0.230)
1038.28/1038.57	c #Conflicts:    1101000 | #Learnt:      43776 | 0.000
1038.28/1038.57	c total clause space: 545.701MB
1038.28/1038.57	c total #watches: 705656
1041.87/1042.19	c total #propagations: 706722964 / total #impl: 3071335236 (eff. 0.230)
1041.87/1042.19	c #Conflicts:    1102000 | #Learnt:      44776 | 0.000
1041.87/1042.19	c total clause space: 545.701MB
1041.87/1042.19	c total #watches: 710941
1045.57/1045.85	c total #propagations: 707454183 / total #impl: 3075538840 (eff. 0.230)
1045.57/1045.85	c #Conflicts:    1103000 | #Learnt:      45776 | 0.000
1045.57/1045.85	c total clause space: 545.701MB
1045.57/1045.86	c total #watches: 716395
1049.27/1049.59	c total #propagations: 708131691 / total #impl: 3079492992 (eff. 0.230)
1049.27/1049.59	c #Conflicts:    1104000 | #Learnt:      46776 | 0.000
1049.27/1049.59	c total clause space: 545.701MB
1049.27/1049.59	c total #watches: 727551
1053.97/1054.23	c total #propagations: 708781984 / total #impl: 3084531184 (eff. 0.230)
1053.97/1054.23	c #Conflicts:    1105000 | #Learnt:      47776 | 0.000
1053.97/1054.23	c total clause space: 545.701MB
1053.97/1054.23	c total #watches: 733680
1059.07/1059.38	c total #propagations: 709471451 / total #impl: 3090145942 (eff. 0.230)
1059.07/1059.38	c #Conflicts:    1106000 | #Learnt:      48776 | 0.000
1059.07/1059.38	c total clause space: 545.701MB
1059.07/1059.38	c total #watches: 743171
1064.77/1065.06	c total #propagations: 710154515 / total #impl: 3095908912 (eff. 0.229)
1064.77/1065.06	c #Conflicts:    1107000 | #Learnt:      49776 | 0.000
1064.77/1065.06	c total clause space: 545.701MB
1064.77/1065.06	c total #watches: 747989
1069.87/1070.15	c total #propagations: 710862707 / total #impl: 3099844895 (eff. 0.229)
1069.87/1070.15	c #Conflicts:    1108000 | #Learnt:      50776 | 0.000
1069.87/1070.15	c total clause space: 545.701MB
1069.87/1070.15	c total #watches: 761560
1070.97/1071.24	c total #propagations: 711539110 / total #impl: 3104601570 (eff. 0.229)
1070.97/1071.24	c GC COLLECT
1070.97/1071.24	c #Conflicts:    1109000 | #Learnt:      26385 | 0.000
1070.97/1071.24	c total clause space: 545.701MB
1070.97/1071.24	c total #watches: 601582
1071.77/1072.03	c total #propagations: 712293458 / total #impl: 3107756048 (eff. 0.229)
1071.77/1072.03	c #Conflicts:    1110000 | #Learnt:      27385 | 0.000
1071.77/1072.03	c total clause space: 545.701MB
1071.77/1072.04	c total #watches: 605270
1072.57/1072.82	c total #propagations: 712982087 / total #impl: 3110402243 (eff. 0.229)
1072.57/1072.82	c #Conflicts:    1111000 | #Learnt:      28385 | 0.000
1072.57/1072.82	c total clause space: 545.701MB
1072.57/1072.82	c total #watches: 608404
1073.37/1073.68	c total #propagations: 713694506 / total #impl: 3113344657 (eff. 0.229)
1073.37/1073.68	c #Conflicts:    1112000 | #Learnt:      29385 | 0.000
1073.37/1073.68	c total clause space: 545.701MB
1073.37/1073.68	c total #watches: 612551
1074.47/1074.71	c total #propagations: 714394195 / total #impl: 3116154906 (eff. 0.229)
1074.47/1074.71	c #Conflicts:    1113000 | #Learnt:      30385 | 0.000
1074.47/1074.71	c total clause space: 545.701MB
1074.47/1074.71	c total #watches: 620268
1075.47/1075.71	c total #propagations: 715063785 / total #impl: 3119282785 (eff. 0.229)
1075.47/1075.71	c #Conflicts:    1114000 | #Learnt:      31385 | 0.000
1075.47/1075.71	c total clause space: 545.701MB
1075.47/1075.71	c total #watches: 625501
1076.37/1076.66	c total #propagations: 715673953 / total #impl: 3122011707 (eff. 0.229)
1076.37/1076.66	c #Conflicts:    1115000 | #Learnt:      32385 | 0.000
1076.37/1076.66	c total clause space: 545.701MB
1076.37/1076.66	c total #watches: 631520
1077.87/1078.20	c total #propagations: 716229284 / total #impl: 3125008643 (eff. 0.229)
1077.87/1078.20	c #Conflicts:    1116000 | #Learnt:      33385 | 0.000
1077.87/1078.20	c total clause space: 545.701MB
1077.87/1078.20	c total #watches: 637766
1079.16/1079.47	c total #propagations: 716894576 / total #impl: 3129210825 (eff. 0.229)
1079.16/1079.47	c #Conflicts:    1117000 | #Learnt:      34385 | 0.000
1079.16/1079.47	c total clause space: 545.701MB
1079.16/1079.47	c total #watches: 642999
1081.36/1081.61	c total #propagations: 717407571 / total #impl: 3132860055 (eff. 0.229)
1081.36/1081.61	c #Conflicts:    1118000 | #Learnt:      35385 | 0.000
1081.36/1081.61	c total clause space: 545.701MB
1081.36/1081.61	c total #watches: 648835
1083.47/1083.71	c total #propagations: 718096611 / total #impl: 3137035820 (eff. 0.229)
1083.47/1083.71	c #Conflicts:    1119000 | #Learnt:      36385 | 0.000
1083.47/1083.71	c total clause space: 545.701MB
1083.47/1083.71	c total #watches: 655205
1084.86/1085.14	c total #propagations: 718738258 / total #impl: 3140671487 (eff. 0.229)
1084.86/1085.14	c #Conflicts:    1120000 | #Learnt:      37385 | 0.000
1084.86/1085.14	c total clause space: 545.701MB
1084.86/1085.14	c total #watches: 660554
1086.96/1087.26	c total #propagations: 719208557 / total #impl: 3144219689 (eff. 0.229)
1086.96/1087.26	c #Conflicts:    1121000 | #Learnt:      38385 | 0.000
1086.96/1087.26	c total clause space: 545.701MB
1086.96/1087.26	c total #watches: 669535
1089.26/1089.54	c total #propagations: 719759822 / total #impl: 3148205292 (eff. 0.229)
1089.26/1089.54	c #Conflicts:    1122000 | #Learnt:      39385 | 0.000
1089.26/1089.54	c total clause space: 545.701MB
1089.26/1089.54	c total #watches: 679641
1092.17/1092.45	c total #propagations: 720278309 / total #impl: 3152008108 (eff. 0.229)
1092.17/1092.45	c #Conflicts:    1123000 | #Learnt:      40385 | 0.000
1092.17/1092.45	c total clause space: 545.701MB
1092.17/1092.45	c total #watches: 689858
1096.06/1096.30	c total #propagations: 720807027 / total #impl: 3156213093 (eff. 0.228)
1096.06/1096.30	c #Conflicts:    1124000 | #Learnt:      41385 | 0.000
1096.06/1096.30	c total clause space: 545.701MB
1096.06/1096.30	c total #watches: 699741
1099.86/1100.19	c total #propagations: 721364093 / total #impl: 3160048288 (eff. 0.228)
1099.86/1100.19	c #Conflicts:    1125000 | #Learnt:      42385 | 0.000
1099.86/1100.19	c total clause space: 545.701MB
1099.86/1100.19	c total #watches: 705970
1104.16/1104.44	c total #propagations: 721996243 / total #impl: 3163638098 (eff. 0.228)
1104.16/1104.44	c #Conflicts:    1126000 | #Learnt:      43385 | 0.000
1104.16/1104.44	c total clause space: 545.701MB
1104.16/1104.44	c total #watches: 712083
1107.96/1108.25	c total #propagations: 722635946 / total #impl: 3167747107 (eff. 0.228)
1107.96/1108.25	c #Conflicts:    1127000 | #Learnt:      44385 | 0.000
1107.96/1108.25	c total clause space: 545.701MB
1107.96/1108.25	c total #watches: 716824
1112.36/1112.61	c total #propagations: 723170325 / total #impl: 3171287301 (eff. 0.228)
1112.36/1112.61	c #Conflicts:    1128000 | #Learnt:      45385 | 0.000
1112.36/1112.61	c total clause space: 545.701MB
1112.36/1112.61	c total #watches: 724321
1116.76/1117.08	c total #propagations: 723697397 / total #impl: 3174638291 (eff. 0.228)
1116.76/1117.08	c #Conflicts:    1129000 | #Learnt:      46385 | 0.000
1116.76/1117.08	c total clause space: 545.701MB
1116.76/1117.08	c total #watches: 730370
1118.86/1119.17	c total #propagations: 724373666 / total #impl: 3178187466 (eff. 0.228)
1118.86/1119.17	c #Conflicts:    1130000 | #Learnt:      47385 | 0.000
1118.86/1119.17	c total clause space: 545.701MB
1118.86/1119.17	c total #watches: 734403
1121.96/1122.21	c total #propagations: 724965510 / total #impl: 3180424364 (eff. 0.228)
1121.96/1122.21	c #Conflicts:    1131000 | #Learnt:      48385 | 0.000
1121.96/1122.21	c total clause space: 545.701MB
1121.96/1122.21	c total #watches: 737765
1124.06/1124.38	c total #propagations: 725568105 / total #impl: 3183041473 (eff. 0.228)
1124.06/1124.38	c #Conflicts:    1132000 | #Learnt:      49385 | 0.000
1124.06/1124.38	c total clause space: 545.701MB
1124.06/1124.38	c total #watches: 741854
1127.16/1127.43	c total #propagations: 726170417 / total #impl: 3185536382 (eff. 0.228)
1127.16/1127.43	c #Conflicts:    1133000 | #Learnt:      50385 | 0.000
1127.16/1127.43	c total clause space: 545.701MB
1127.16/1127.43	c total #watches: 746285
1131.26/1131.55	c total #propagations: 726857229 / total #impl: 3188294923 (eff. 0.228)
1131.26/1131.55	c #Conflicts:    1134000 | #Learnt:      51385 | 0.000
1131.26/1131.55	c total clause space: 545.701MB
1131.26/1131.55	c total #watches: 749371
1132.35/1132.65	c total #propagations: 727645513 / total #impl: 3191474431 (eff. 0.228)
1132.35/1132.65	c GC COLLECT
1132.35/1132.65	c #Conflicts:    1135000 | #Learnt:      26675 | 0.000
1132.35/1132.65	c total clause space: 545.701MB
1132.35/1132.65	c total #watches: 603644
1133.35/1133.67	c total #propagations: 728443250 / total #impl: 3195054929 (eff. 0.228)
1133.35/1133.67	c #Conflicts:    1136000 | #Learnt:      27675 | 0.000
1133.35/1133.67	c total clause space: 545.701MB
1133.35/1133.67	c total #watches: 608990
1134.55/1134.88	c total #propagations: 729200812 / total #impl: 3198595261 (eff. 0.228)
1134.55/1134.88	c #Conflicts:    1137000 | #Learnt:      28675 | 0.000
1134.55/1134.88	c total clause space: 545.701MB
1134.55/1134.88	c total #watches: 613095
1135.45/1135.70	c total #propagations: 730000179 / total #impl: 3201715319 (eff. 0.228)
1135.45/1135.70	c #Conflicts:    1138000 | #Learnt:      29675 | 0.000
1135.45/1135.70	c total clause space: 545.701MB
1135.45/1135.70	c total #watches: 617446
1136.35/1136.60	c total #propagations: 730632481 / total #impl: 3204146661 (eff. 0.228)
1136.35/1136.60	c #Conflicts:    1139000 | #Learnt:      30675 | 0.000
1136.35/1136.60	c total clause space: 545.701MB
1136.35/1136.60	c total #watches: 621540
1137.26/1137.55	c total #propagations: 731261485 / total #impl: 3206828676 (eff. 0.228)
1137.26/1137.55	c #Conflicts:    1140000 | #Learnt:      31675 | 0.000
1137.26/1137.55	c total clause space: 545.701MB
1137.26/1137.55	c total #watches: 626388
1138.36/1138.61	c total #propagations: 731888888 / total #impl: 3209782247 (eff. 0.228)
1138.36/1138.61	c #Conflicts:    1141000 | #Learnt:      32675 | 0.000
1138.36/1138.61	c total clause space: 545.701MB
1138.36/1138.61	c total #watches: 629673
1139.35/1139.63	c total #propagations: 732566376 / total #impl: 3212771370 (eff. 0.228)
1139.35/1139.63	c #Conflicts:    1142000 | #Learnt:      33675 | 0.000
1139.35/1139.63	c total clause space: 545.701MB
1139.35/1139.63	c total #watches: 634728
1140.56/1140.88	c total #propagations: 733300560 / total #impl: 3215922995 (eff. 0.228)
1140.56/1140.88	c #Conflicts:    1143000 | #Learnt:      34675 | 0.000
1140.56/1140.88	c total clause space: 545.701MB
1140.56/1140.88	c total #watches: 639012
1141.66/1141.91	c total #propagations: 734029513 / total #impl: 3218696949 (eff. 0.228)
1141.66/1141.91	c #Conflicts:    1144000 | #Learnt:      35675 | 0.000
1141.66/1141.91	c total clause space: 545.701MB
1141.66/1141.91	c total #watches: 645670
1142.95/1143.29	c total #propagations: 734575722 / total #impl: 3221575618 (eff. 0.228)
1142.95/1143.29	c #Conflicts:    1145000 | #Learnt:      36675 | 0.000
1142.95/1143.29	c total clause space: 545.701MB
1142.95/1143.29	c total #watches: 650787
1144.75/1145.01	c total #propagations: 735331553 / total #impl: 3224882654 (eff. 0.228)
1144.75/1145.01	c #Conflicts:    1146000 | #Learnt:      37675 | 0.000
1144.75/1145.01	c total clause space: 545.701MB
1144.75/1145.01	c total #watches: 655159
1146.35/1146.61	c total #propagations: 736194209 / total #impl: 3228311274 (eff. 0.228)
1146.35/1146.61	c #Conflicts:    1147000 | #Learnt:      38675 | 0.000
1146.35/1146.61	c total clause space: 545.701MB
1146.35/1146.61	c total #watches: 661513
1148.05/1148.30	c total #propagations: 737028934 / total #impl: 3231750466 (eff. 0.228)
1148.05/1148.30	c #Conflicts:    1148000 | #Learnt:      39675 | 0.000
1148.05/1148.30	c total clause space: 545.701MB
1148.05/1148.30	c total #watches: 669561
1149.36/1149.62	c total #propagations: 737828772 / total #impl: 3235540158 (eff. 0.228)
1149.36/1149.62	c #Conflicts:    1149000 | #Learnt:      40675 | 0.000
1149.36/1149.62	c total clause space: 545.701MB
1149.36/1149.62	c total #watches: 673511
1150.46/1150.75	c total #propagations: 738440052 / total #impl: 3238189760 (eff. 0.228)
1150.46/1150.75	c #Conflicts:    1150000 | #Learnt:      41675 | 0.000
1150.46/1150.75	c total clause space: 545.701MB
1150.46/1150.75	c total #watches: 678107
1151.95/1152.22	c total #propagations: 739010463 / total #impl: 3240772967 (eff. 0.228)
1151.95/1152.22	c #Conflicts:    1151000 | #Learnt:      42675 | 0.000
1151.95/1152.22	c total clause space: 545.701MB
1151.95/1152.22	c total #watches: 681891
1153.15/1153.44	c total #propagations: 739632627 / total #impl: 3243145847 (eff. 0.228)
1153.15/1153.44	c #Conflicts:    1152000 | #Learnt:      43675 | 0.000
1153.15/1153.44	c total clause space: 545.701MB
1153.15/1153.44	c total #watches: 685001
1154.65/1154.92	c total #propagations: 740192286 / total #impl: 3245366089 (eff. 0.228)
1154.65/1154.92	c #Conflicts:    1153000 | #Learnt:      44675 | 0.000
1154.65/1154.92	c total clause space: 545.701MB
1154.65/1154.92	c total #watches: 688593
1156.35/1156.60	c total #propagations: 740797939 / total #impl: 3247844198 (eff. 0.228)
1156.35/1156.60	c #Conflicts:    1154000 | #Learnt:      45675 | 0.000
1156.35/1156.60	c total clause space: 545.701MB
1156.35/1156.60	c total #watches: 691571
1158.26/1158.53	c total #propagations: 741430608 / total #impl: 3250792507 (eff. 0.228)
1158.26/1158.53	c #Conflicts:    1155000 | #Learnt:      46675 | 0.000
1158.26/1158.53	c total clause space: 545.701MB
1158.26/1158.53	c total #watches: 694599
1159.95/1160.20	c total #propagations: 742146347 / total #impl: 3253635536 (eff. 0.228)
1159.95/1160.20	c #Conflicts:    1156000 | #Learnt:      47675 | 0.000
1159.95/1160.20	c total clause space: 545.701MB
1159.95/1160.20	c total #watches: 699199
1161.95/1162.20	c total #propagations: 742827390 / total #impl: 3256483471 (eff. 0.228)
1161.95/1162.20	c #Conflicts:    1157000 | #Learnt:      48675 | 0.000
1161.95/1162.20	c total clause space: 545.701MB
1161.95/1162.20	c total #watches: 702355
1163.45/1163.75	c total #propagations: 743622207 / total #impl: 3260076829 (eff. 0.228)
1163.45/1163.75	c #Conflicts:    1158000 | #Learnt:      49675 | 0.000
1163.45/1163.75	c total clause space: 545.701MB
1163.45/1163.75	c total #watches: 708408
1165.35/1165.69	c total #propagations: 744277434 / total #impl: 3262846325 (eff. 0.228)
1165.35/1165.69	c #Conflicts:    1159000 | #Learnt:      50675 | 0.000
1165.35/1165.69	c total clause space: 545.701MB
1165.35/1165.69	c total #watches: 711823
1167.06/1167.35	c total #propagations: 744853073 / total #impl: 3265564469 (eff. 0.228)
1167.06/1167.35	c #Conflicts:    1160000 | #Learnt:      51675 | 0.000
1167.06/1167.35	c total clause space: 545.701MB
1167.06/1167.35	c total #watches: 715713
1168.16/1168.48	c total #propagations: 745469688 / total #impl: 3268110051 (eff. 0.228)
1168.16/1168.48	c GC COLLECT
1168.16/1168.48	c #Conflicts:    1161000 | #Learnt:      26679 | 0.000
1168.16/1168.48	c total clause space: 545.701MB
1168.16/1168.48	c total #watches: 603604
1168.95/1169.26	c total #propagations: 746086622 / total #impl: 3270897536 (eff. 0.228)
1168.95/1169.26	c #Conflicts:    1162000 | #Learnt:      27679 | 0.000
1168.95/1169.26	c total clause space: 545.701MB
1168.95/1169.26	c total #watches: 606567
1169.85/1170.17	c total #propagations: 746697424 / total #impl: 3273294196 (eff. 0.228)
1169.85/1170.17	c #Conflicts:    1163000 | #Learnt:      28679 | 0.000
1169.85/1170.17	c total clause space: 545.701MB
1169.85/1170.17	c total #watches: 611070
1170.85/1171.15	c total #propagations: 747380008 / total #impl: 3276156751 (eff. 0.228)
1170.85/1171.15	c #Conflicts:    1164000 | #Learnt:      29679 | 0.000
1170.85/1171.15	c total clause space: 545.701MB
1170.85/1171.15	c total #watches: 615915
1171.75/1172.07	c total #propagations: 748110127 / total #impl: 3278886338 (eff. 0.228)
1171.75/1172.07	c #Conflicts:    1165000 | #Learnt:      30679 | 0.000
1171.75/1172.07	c total clause space: 545.701MB
1171.75/1172.07	c total #watches: 619418
1172.75/1173.08	c total #propagations: 748779593 / total #impl: 3281185108 (eff. 0.228)
1172.75/1173.08	c #Conflicts:    1166000 | #Learnt:      31679 | 0.000
1172.75/1173.08	c total clause space: 545.701MB
1172.75/1173.08	c total #watches: 623609
1173.95/1174.22	c total #propagations: 749417044 / total #impl: 3283539282 (eff. 0.228)
1173.95/1174.22	c #Conflicts:    1167000 | #Learnt:      32679 | 0.000
1173.95/1174.22	c total clause space: 545.701MB
1173.95/1174.22	c total #watches: 626693
1174.76/1175.08	c total #propagations: 750075556 / total #impl: 3286007388 (eff. 0.228)
1174.76/1175.08	c #Conflicts:    1168000 | #Learnt:      33679 | 0.000
1174.76/1175.08	c total clause space: 545.701MB
1174.76/1175.08	c total #watches: 630670
1175.75/1176.07	c total #propagations: 750536442 / total #impl: 3288942001 (eff. 0.228)
1175.75/1176.07	c #Conflicts:    1169000 | #Learnt:      34679 | 0.000
1175.75/1176.07	c total clause space: 545.701MB
1175.75/1176.07	c total #watches: 636227
1176.75/1177.05	c total #propagations: 750996324 / total #impl: 3291552210 (eff. 0.228)
1176.75/1177.05	c #Conflicts:    1170000 | #Learnt:      35679 | 0.000
1176.75/1177.05	c total clause space: 545.701MB
1176.75/1177.05	c total #watches: 639101
1177.95/1178.24	c total #propagations: 751457824 / total #impl: 3294425529 (eff. 0.228)
1177.95/1178.24	c #Conflicts:    1171000 | #Learnt:      36679 | 0.000
1177.95/1178.24	c total clause space: 545.701MB
1177.95/1178.24	c total #watches: 643280
1178.85/1179.19	c total #propagations: 751981177 / total #impl: 3297405989 (eff. 0.228)
1178.85/1179.19	c #Conflicts:    1172000 | #Learnt:      37679 | 0.000
1178.85/1179.19	c total clause space: 545.701MB
1178.85/1179.19	c total #watches: 647490
1180.05/1180.39	c total #propagations: 752468044 / total #impl: 3300664965 (eff. 0.228)
1180.05/1180.39	c #Conflicts:    1173000 | #Learnt:      38679 | 0.000
1180.05/1180.39	c total clause space: 545.701MB
1180.05/1180.39	c total #watches: 651757
1181.45/1181.73	c total #propagations: 752949885 / total #impl: 3303618728 (eff. 0.228)
1181.45/1181.73	c #Conflicts:    1174000 | #Learnt:      39679 | 0.000
1181.45/1181.73	c total clause space: 545.701MB
1181.45/1181.73	c total #watches: 656199
1182.95/1183.23	c total #propagations: 753613654 / total #impl: 3306821993 (eff. 0.228)
1182.95/1183.23	c #Conflicts:    1175000 | #Learnt:      40679 | 0.000
1182.95/1183.23	c total clause space: 545.701MB
1182.95/1183.23	c total #watches: 662464
1184.45/1184.78	c total #propagations: 754440821 / total #impl: 3310737659 (eff. 0.228)
1184.45/1184.78	c #Conflicts:    1176000 | #Learnt:      41679 | 0.000
1184.45/1184.78	c total clause space: 545.701MB
1184.45/1184.78	c total #watches: 666631
1186.05/1186.39	c total #propagations: 755192835 / total #impl: 3314048774 (eff. 0.228)
1186.05/1186.39	c #Conflicts:    1177000 | #Learnt:      42679 | 0.000
1186.05/1186.39	c total clause space: 545.701MB
1186.05/1186.40	c total #watches: 670804
1187.35/1187.64	c total #propagations: 755915748 / total #impl: 3317259108 (eff. 0.228)
1187.35/1187.64	c #Conflicts:    1178000 | #Learnt:      43679 | 0.000
1187.35/1187.64	c total clause space: 545.701MB
1187.35/1187.64	c total #watches: 675218
1188.55/1188.82	c total #propagations: 756577852 / total #impl: 3319913836 (eff. 0.228)
1188.55/1188.82	c #Conflicts:    1179000 | #Learnt:      44679 | 0.000
1188.55/1188.82	c total clause space: 545.701MB
1188.55/1188.82	c total #watches: 678102
1189.95/1190.24	c total #propagations: 757211791 / total #impl: 3322588461 (eff. 0.228)
1189.95/1190.24	c #Conflicts:    1180000 | #Learnt:      45679 | 0.000
1189.95/1190.24	c total clause space: 545.701MB
1189.95/1190.24	c total #watches: 682018
1191.65/1191.94	c total #propagations: 757871025 / total #impl: 3325430153 (eff. 0.228)
1191.65/1191.94	c #Conflicts:    1181000 | #Learnt:      46679 | 0.000
1191.65/1191.94	c total clause space: 545.701MB
1191.65/1191.94	c total #watches: 685734
1193.15/1193.41	c total #propagations: 758602901 / total #impl: 3328105969 (eff. 0.228)
1193.15/1193.41	c #Conflicts:    1182000 | #Learnt:      47679 | 0.000
1193.15/1193.41	c total clause space: 545.701MB
1193.15/1193.41	c total #watches: 689120
1194.35/1194.65	c total #propagations: 759256670 / total #impl: 3330805761 (eff. 0.228)
1194.35/1194.65	c #Conflicts:    1183000 | #Learnt:      48679 | 0.000
1194.35/1194.65	c total clause space: 545.701MB
1194.35/1194.65	c total #watches: 692151
1195.75/1196.04	c total #propagations: 759871552 / total #impl: 3333121381 (eff. 0.228)
1195.75/1196.04	c #Conflicts:    1184000 | #Learnt:      49679 | 0.000
1195.75/1196.04	c total clause space: 545.701MB
1195.75/1196.04	c total #watches: 696071
1197.25/1197.50	c total #propagations: 760523979 / total #impl: 3335939554 (eff. 0.228)
1197.25/1197.50	c #Conflicts:    1185000 | #Learnt:      50679 | 0.000
1197.25/1197.50	c total clause space: 545.701MB
1197.25/1197.50	c total #watches: 700857
1198.44/1198.75	c total #propagations: 761083503 / total #impl: 3338675940 (eff. 0.228)
1198.44/1198.75	c #Conflicts:    1186000 | #Learnt:      51679 | 0.000
1198.44/1198.75	c total clause space: 545.701MB
1198.44/1198.75	c total #watches: 703969
1199.95/1200.29	c total #propagations: 761676569 / total #impl: 3341041392 (eff. 0.228)
1199.95/1200.29	c GC COLLECT
1199.95/1200.29	c #Conflicts:    1187000 | #Learnt:      26370 | 0.000
1199.95/1200.29	c total clause space: 545.701MB
1199.95/1200.29	c total #watches: 602711
1200.74/1201.02	c total #propagations: 762323350 / total #impl: 3343882477 (eff. 0.228)
1200.74/1201.02	c #Conflicts:    1188000 | #Learnt:      27370 | 0.000
1200.74/1201.02	c total clause space: 545.701MB
1200.74/1201.02	c total #watches: 607415
1201.74/1202.04	c total #propagations: 762964646 / total #impl: 3346399310 (eff. 0.228)
1201.74/1202.04	c #Conflicts:    1189000 | #Learnt:      28370 | 0.000
1201.74/1202.04	c total clause space: 545.701MB
1201.74/1202.04	c total #watches: 611495
1202.74/1203.07	c total #propagations: 763819464 / total #impl: 3349711241 (eff. 0.228)
1202.74/1203.07	c #Conflicts:    1190000 | #Learnt:      29370 | 0.000
1202.74/1203.07	c total clause space: 545.701MB
1202.74/1203.07	c total #watches: 615930
1204.04/1204.39	c total #propagations: 764677327 / total #impl: 3353038240 (eff. 0.228)
1204.04/1204.39	c #Conflicts:    1191000 | #Learnt:      30370 | 0.000
1204.04/1204.39	c total clause space: 545.701MB
1204.04/1204.39	c total #watches: 619777
1205.45/1205.75	c total #propagations: 765685265 / total #impl: 3356892039 (eff. 0.228)
1205.45/1205.75	c #Conflicts:    1192000 | #Learnt:      31370 | 0.000
1205.45/1205.75	c total clause space: 545.701MB
1205.45/1205.75	c total #watches: 624820
1206.14/1206.44	c total #propagations: 766677265 / total #impl: 3361068780 (eff. 0.228)
1206.14/1206.44	c #Conflicts:    1193000 | #Learnt:      32370 | 0.000
1206.14/1206.44	c total clause space: 545.701MB
1206.14/1206.44	c total #watches: 629340
1207.04/1207.36	c total #propagations: 767274734 / total #impl: 3363369579 (eff. 0.228)
1207.04/1207.36	c #Conflicts:    1194000 | #Learnt:      33370 | 0.000
1207.04/1207.36	c total clause space: 545.701MB
1207.04/1207.36	c total #watches: 632694
1208.04/1208.32	c total #propagations: 767931320 / total #impl: 3366254656 (eff. 0.228)
1208.04/1208.32	c #Conflicts:    1195000 | #Learnt:      34370 | 0.000
1208.04/1208.32	c total clause space: 545.701MB
1208.04/1208.32	c total #watches: 636468
1208.85/1209.12	c total #propagations: 768527961 / total #impl: 3368481332 (eff. 0.228)
1208.85/1209.12	c #Conflicts:    1196000 | #Learnt:      35370 | 0.000
1208.85/1209.12	c total clause space: 545.701MB
1208.85/1209.12	c total #watches: 639850
1209.85/1210.17	c total #propagations: 769142458 / total #impl: 3370977384 (eff. 0.228)
1209.85/1210.17	c #Conflicts:    1197000 | #Learnt:      36370 | 0.000
1209.85/1210.17	c total clause space: 545.701MB
1209.85/1210.17	c total #watches: 643782
1211.05/1211.31	c total #propagations: 769864171 / total #impl: 3373685725 (eff. 0.228)
1211.05/1211.31	c #Conflicts:    1198000 | #Learnt:      37370 | 0.000
1211.05/1211.31	c total clause space: 545.701MB
1211.05/1211.31	c total #watches: 647983
1212.05/1212.33	c total #propagations: 770610857 / total #impl: 3376941163 (eff. 0.228)
1212.05/1212.33	c #Conflicts:    1199000 | #Learnt:      38370 | 0.000
1212.05/1212.33	c total clause space: 545.701MB
1212.05/1212.33	c total #watches: 652651
1213.64/1213.90	c total #propagations: 771291881 / total #impl: 3380302935 (eff. 0.228)
1213.64/1213.90	c #Conflicts:    1200000 | #Learnt:      39370 | 0.000
1213.64/1213.90	c total clause space: 545.701MB
1213.64/1213.90	c total #watches: 657326
1214.94/1215.20	c total #propagations: 772223094 / total #impl: 3384147244 (eff. 0.228)
1214.94/1215.20	c #Conflicts:    1201000 | #Learnt:      40370 | 0.000
1214.94/1215.20	c total clause space: 545.701MB
1214.94/1215.20	c total #watches: 663067
1216.04/1216.36	c total #propagations: 773021794 / total #impl: 3387660171 (eff. 0.228)
1216.04/1216.36	c #Conflicts:    1202000 | #Learnt:      41370 | 0.000
1216.04/1216.36	c total clause space: 545.701MB
1216.04/1216.36	c total #watches: 666968
1217.24/1217.58	c total #propagations: 773651031 / total #impl: 3390676643 (eff. 0.228)
1217.24/1217.58	c #Conflicts:    1203000 | #Learnt:      42370 | 0.000
1217.24/1217.58	c total clause space: 545.701MB
1217.24/1217.58	c total #watches: 670506
1218.14/1218.47	c total #propagations: 774243351 / total #impl: 3393325986 (eff. 0.228)
1218.14/1218.47	c #Conflicts:    1204000 | #Learnt:      43370 | 0.000
1218.14/1218.47	c total clause space: 545.701MB
1218.14/1218.47	c total #watches: 674416
1219.34/1219.61	c total #propagations: 774786377 / total #impl: 3395713606 (eff. 0.228)
1219.34/1219.61	c #Conflicts:    1205000 | #Learnt:      44370 | 0.000
1219.34/1219.61	c total clause space: 545.701MB
1219.34/1219.61	c total #watches: 678261
1220.54/1220.85	c total #propagations: 775377472 / total #impl: 3398019873 (eff. 0.228)
1220.54/1220.85	c #Conflicts:    1206000 | #Learnt:      45370 | 0.000
1220.54/1220.85	c total clause space: 545.701MB
1220.54/1220.85	c total #watches: 683236
1222.34/1222.62	c total #propagations: 775965398 / total #impl: 3400685195 (eff. 0.228)
1222.34/1222.62	c #Conflicts:    1207000 | #Learnt:      46370 | 0.000
1222.34/1222.62	c total clause space: 545.701MB
1222.34/1222.62	c total #watches: 686466
1223.54/1223.85	c total #propagations: 776863431 / total #impl: 3403766001 (eff. 0.228)
1223.54/1223.85	c #Conflicts:    1208000 | #Learnt:      47370 | 0.000
1223.54/1223.85	c total clause space: 545.701MB
1223.54/1223.85	c total #watches: 689652
1224.74/1225.04	c total #propagations: 777504312 / total #impl: 3406755763 (eff. 0.228)
1224.74/1225.04	c #Conflicts:    1209000 | #Learnt:      48370 | 0.000
1224.74/1225.04	c total clause space: 545.701MB
1224.74/1225.04	c total #watches: 693518
1226.04/1226.36	c total #propagations: 778138704 / total #impl: 3409700142 (eff. 0.228)
1226.04/1226.36	c #Conflicts:    1210000 | #Learnt:      49370 | 0.000
1226.04/1226.36	c total clause space: 545.701MB
1226.04/1226.36	c total #watches: 698390
1227.55/1227.80	c total #propagations: 778825932 / total #impl: 3412651037 (eff. 0.228)
1227.55/1227.80	c #Conflicts:    1211000 | #Learnt:      50370 | 0.000
1227.55/1227.80	c total clause space: 545.701MB
1227.55/1227.80	c total #watches: 703723
1229.04/1229.39	c total #propagations: 779483131 / total #impl: 3415711495 (eff. 0.228)
1229.04/1229.39	c #Conflicts:    1212000 | #Learnt:      51370 | 0.000
1229.04/1229.39	c total clause space: 545.701MB
1229.04/1229.39	c total #watches: 707281
1230.44/1230.78	c total #propagations: 780188601 / total #impl: 3418726780 (eff. 0.228)
1230.44/1230.78	c #Conflicts:    1213000 | #Learnt:      52370 | 0.000
1230.44/1230.78	c total clause space: 545.701MB
1230.44/1230.78	c total #watches: 711805
1231.24/1231.59	c total #propagations: 780840495 / total #impl: 3421365706 (eff. 0.228)
1231.24/1231.59	c GC COLLECT
1231.24/1231.59	c #Conflicts:    1214000 | #Learnt:      26795 | 0.000
1231.24/1231.59	c total clause space: 545.701MB
1231.24/1231.59	c total #watches: 604703
1232.04/1232.37	c total #propagations: 781405998 / total #impl: 3423514870 (eff. 0.228)
1232.04/1232.37	c #Conflicts:    1215000 | #Learnt:      27795 | 0.000
1232.04/1232.37	c total clause space: 545.701MB
1232.04/1232.37	c total #watches: 607667
1232.84/1233.12	c total #propagations: 781982216 / total #impl: 3425931877 (eff. 0.228)
1232.84/1233.12	c #Conflicts:    1216000 | #Learnt:      28795 | 0.000
1232.84/1233.12	c total clause space: 545.701MB
1232.84/1233.12	c total #watches: 611864
1233.74/1234.04	c total #propagations: 782561586 / total #impl: 3428993620 (eff. 0.228)
1233.74/1234.04	c #Conflicts:    1217000 | #Learnt:      29795 | 0.000
1233.74/1234.04	c total clause space: 545.701MB
1233.74/1234.04	c total #watches: 615280
1234.74/1235.01	c total #propagations: 783200678 / total #impl: 3431876436 (eff. 0.228)
1234.74/1235.01	c #Conflicts:    1218000 | #Learnt:      30795 | 0.000
1234.74/1235.01	c total clause space: 545.701MB
1234.74/1235.01	c total #watches: 618243
1235.14/1235.49	c total #propagations: 783875679 / total #impl: 3434942031 (eff. 0.228)
1235.14/1235.49	c #Conflicts:    1219000 | #Learnt:      31795 | 0.000
1235.14/1235.49	c total clause space: 545.701MB
1235.14/1235.49	c total #watches: 621317
1236.14/1236.42	c total #propagations: 784338486 / total #impl: 3436612303 (eff. 0.228)
1236.14/1236.42	c #Conflicts:    1220000 | #Learnt:      32795 | 0.000
1236.14/1236.42	c total clause space: 545.701MB
1236.14/1236.42	c total #watches: 625901
1237.04/1237.32	c total #propagations: 784955407 / total #impl: 3439835450 (eff. 0.228)
1237.04/1237.32	c #Conflicts:    1221000 | #Learnt:      33795 | 0.000
1237.04/1237.32	c total clause space: 545.701MB
1237.04/1237.32	c total #watches: 630059
1238.04/1238.31	c total #propagations: 785555588 / total #impl: 3443293876 (eff. 0.228)
1238.04/1238.31	c #Conflicts:    1222000 | #Learnt:      34795 | 0.000
1238.04/1238.31	c total clause space: 545.701MB
1238.04/1238.31	c total #watches: 634697
1238.94/1239.24	c total #propagations: 786169947 / total #impl: 3446686577 (eff. 0.228)
1238.94/1239.24	c #Conflicts:    1223000 | #Learnt:      35795 | 0.000
1238.94/1239.24	c total clause space: 545.701MB
1238.94/1239.24	c total #watches: 638845
1239.94/1240.23	c total #propagations: 786774561 / total #impl: 3449723964 (eff. 0.228)
1239.94/1240.23	c #Conflicts:    1224000 | #Learnt:      36795 | 0.000
1239.94/1240.23	c total clause space: 545.701MB
1239.94/1240.23	c total #watches: 644620
1240.94/1241.20	c total #propagations: 787359238 / total #impl: 3453188226 (eff. 0.228)
1240.94/1241.20	c #Conflicts:    1225000 | #Learnt:      37795 | 0.000
1240.94/1241.20	c total clause space: 545.701MB
1240.94/1241.20	c total #watches: 648731
1241.85/1242.18	c total #propagations: 787879783 / total #impl: 3456326931 (eff. 0.228)
1241.85/1242.18	c #Conflicts:    1226000 | #Learnt:      38795 | 0.000
1241.85/1242.18	c total clause space: 545.701MB
1241.85/1242.18	c total #watches: 653660
1242.84/1243.18	c total #propagations: 788428242 / total #impl: 3458474014 (eff. 0.228)
1242.84/1243.18	c #Conflicts:    1227000 | #Learnt:      39795 | 0.000
1242.84/1243.18	c total clause space: 545.701MB
1242.84/1243.18	c total #watches: 659336
1243.94/1244.27	c total #propagations: 788995638 / total #impl: 3460965217 (eff. 0.228)
1243.94/1244.27	c #Conflicts:    1228000 | #Learnt:      40795 | 0.000
1243.94/1244.27	c total clause space: 545.701MB
1243.94/1244.27	c total #watches: 664301
1245.14/1245.42	c total #propagations: 789553385 / total #impl: 3463400760 (eff. 0.228)
1245.14/1245.42	c #Conflicts:    1229000 | #Learnt:      41795 | 0.000
1245.14/1245.42	c total clause space: 545.701MB
1245.14/1245.42	c total #watches: 668827
1246.24/1246.60	c total #propagations: 790084884 / total #impl: 3465840409 (eff. 0.228)
1246.24/1246.60	c #Conflicts:    1230000 | #Learnt:      42795 | 0.000
1246.24/1246.60	c total clause space: 545.701MB
1246.34/1246.60	c total #watches: 673811
1247.44/1247.74	c total #propagations: 790563349 / total #impl: 3468070953 (eff. 0.228)
1247.44/1247.74	c #Conflicts:    1231000 | #Learnt:      43795 | 0.000
1247.44/1247.74	c total clause space: 545.701MB
1247.44/1247.74	c total #watches: 678762
1248.84/1249.13	c total #propagations: 791058226 / total #impl: 3470172095 (eff. 0.228)
1248.84/1249.13	c #Conflicts:    1232000 | #Learnt:      44795 | 0.000
1248.84/1249.13	c total clause space: 545.701MB
1248.84/1249.13	c total #watches: 683820
1250.54/1250.83	c total #propagations: 791717739 / total #impl: 3473103989 (eff. 0.228)
1250.54/1250.83	c #Conflicts:    1233000 | #Learnt:      45795 | 0.000
1250.54/1250.83	c total clause space: 545.701MB
1250.54/1250.84	c total #watches: 688288
1251.84/1252.11	c total #propagations: 792479203 / total #impl: 3476389070 (eff. 0.228)
1251.84/1252.11	c #Conflicts:    1234000 | #Learnt:      46795 | 0.000
1251.84/1252.11	c total clause space: 545.701MB
1251.84/1252.11	c total #watches: 692277
1253.34/1253.69	c total #propagations: 793061931 / total #impl: 3478820264 (eff. 0.228)
1253.34/1253.69	c #Conflicts:    1235000 | #Learnt:      47795 | 0.000
1253.34/1253.69	c total clause space: 545.701MB
1253.34/1253.69	c total #watches: 697303
1255.14/1255.41	c total #propagations: 793676177 / total #impl: 3481566570 (eff. 0.228)
1255.14/1255.41	c #Conflicts:    1236000 | #Learnt:      48795 | 0.000
1255.14/1255.41	c total clause space: 545.701MB
1255.14/1255.41	c total #watches: 702151
1256.44/1256.72	c total #propagations: 794405448 / total #impl: 3485055439 (eff. 0.228)
1256.44/1256.72	c #Conflicts:    1237000 | #Learnt:      49795 | 0.000
1256.44/1256.72	c total clause space: 545.701MB
1256.44/1256.72	c total #watches: 707504
1257.84/1258.10	c total #propagations: 794972084 / total #impl: 3487827882 (eff. 0.228)
1257.84/1258.10	c #Conflicts:    1238000 | #Learnt:      50795 | 0.000
1257.84/1258.10	c total clause space: 545.701MB
1257.84/1258.11	c total #watches: 712736
1259.34/1259.64	c total #propagations: 795579757 / total #impl: 3491102511 (eff. 0.228)
1259.34/1259.64	c #Conflicts:    1239000 | #Learnt:      51795 | 0.000
1259.34/1259.64	c total clause space: 545.701MB
1259.34/1259.64	c total #watches: 719811
1260.84/1261.14	c total #propagations: 796210035 / total #impl: 3494266970 (eff. 0.228)
1260.84/1261.14	c #Conflicts:    1240000 | #Learnt:      52795 | 0.000
1260.84/1261.14	c total clause space: 545.701MB
1260.84/1261.14	c total #watches: 724748
1262.44/1262.79	c total #propagations: 796828534 / total #impl: 3497006509 (eff. 0.228)
1262.44/1262.79	c #Conflicts:    1241000 | #Learnt:      53795 | 0.000
1262.44/1262.79	c total clause space: 545.701MB
1262.44/1262.79	c total #watches: 728570
1263.53/1263.87	c total #propagations: 797481682 / total #impl: 3499900076 (eff. 0.228)
1263.53/1263.87	c GC COLLECT
1263.53/1263.87	c #Conflicts:    1242000 | #Learnt:      27878 | 0.000
1263.53/1263.87	c total clause space: 545.701MB
1263.53/1263.87	c total #watches: 609354
1264.33/1264.65	c total #propagations: 798275964 / total #impl: 3503474555 (eff. 0.228)
1264.33/1264.65	c #Conflicts:    1243000 | #Learnt:      28878 | 0.000
1264.33/1264.65	c total clause space: 545.701MB
1264.33/1264.65	c total #watches: 613950
1264.94/1265.28	c total #propagations: 798859448 / total #impl: 3506080665 (eff. 0.228)
1264.94/1265.28	c #Conflicts:    1244000 | #Learnt:      29878 | 0.000
1264.94/1265.28	c total clause space: 545.701MB
1264.94/1265.28	c total #watches: 617166
1265.83/1266.20	c total #propagations: 799405492 / total #impl: 3508383728 (eff. 0.228)
1265.83/1266.20	c #Conflicts:    1245000 | #Learnt:      30878 | 0.000
1265.83/1266.20	c total clause space: 545.701MB
1265.83/1266.20	c total #watches: 620536
1266.73/1267.06	c total #propagations: 800076855 / total #impl: 3511435675 (eff. 0.228)
1266.73/1267.06	c #Conflicts:    1246000 | #Learnt:      31878 | 0.000
1266.73/1267.06	c total clause space: 545.701MB
1266.73/1267.06	c total #watches: 623468
1267.83/1268.16	c total #propagations: 800708909 / total #impl: 3514276120 (eff. 0.228)
1267.83/1268.16	c #Conflicts:    1247000 | #Learnt:      32878 | 0.000
1267.83/1268.16	c total clause space: 545.701MB
1267.83/1268.16	c total #watches: 627518
1268.83/1269.11	c total #propagations: 801546502 / total #impl: 3517743495 (eff. 0.228)
1268.83/1269.11	c #Conflicts:    1248000 | #Learnt:      33878 | 0.000
1268.83/1269.11	c total clause space: 545.701MB
1268.83/1269.11	c total #watches: 631495
1269.93/1270.22	c total #propagations: 802245778 / total #impl: 3520736885 (eff. 0.228)
1269.93/1270.22	c #Conflicts:    1249000 | #Learnt:      34878 | 0.000
1269.93/1270.22	c total clause space: 545.701MB
1269.93/1270.22	c total #watches: 637407
1271.33/1271.60	c total #propagations: 802943966 / total #impl: 3523833557 (eff. 0.228)
1271.33/1271.60	c #Conflicts:    1250000 | #Learnt:      35878 | 0.000
1271.33/1271.60	c total clause space: 545.701MB
1271.33/1271.60	c total #watches: 641205
1272.43/1272.73	c total #propagations: 803747786 / total #impl: 3527377716 (eff. 0.228)
1272.43/1272.73	c #Conflicts:    1251000 | #Learnt:      36878 | 0.000
1272.43/1272.73	c total clause space: 545.701MB
1272.43/1272.73	c total #watches: 645562
1273.64/1273.91	c total #propagations: 804448782 / total #impl: 3530171875 (eff. 0.228)
1273.64/1273.91	c #Conflicts:    1252000 | #Learnt:      37878 | 0.000
1273.64/1273.91	c total clause space: 545.701MB
1273.64/1273.91	c total #watches: 648363
1274.74/1275.05	c total #propagations: 805080005 / total #impl: 3532705877 (eff. 0.228)
1274.74/1275.05	c #Conflicts:    1253000 | #Learnt:      38878 | 0.000
1274.74/1275.05	c total clause space: 545.701MB
1274.74/1275.05	c total #watches: 651206
1275.84/1276.19	c total #propagations: 805737345 / total #impl: 3535140979 (eff. 0.228)
1275.84/1276.19	c #Conflicts:    1254000 | #Learnt:      39878 | 0.000
1275.84/1276.19	c total clause space: 545.701MB
1275.84/1276.19	c total #watches: 657632
1277.04/1277.36	c total #propagations: 806440083 / total #impl: 3538049022 (eff. 0.228)
1277.04/1277.36	c #Conflicts:    1255000 | #Learnt:      40878 | 0.000
1277.04/1277.36	c total clause space: 545.701MB
1277.04/1277.36	c total #watches: 661596
1278.14/1278.45	c total #propagations: 807064869 / total #impl: 3540378498 (eff. 0.228)
1278.14/1278.45	c #Conflicts:    1256000 | #Learnt:      41878 | 0.000
1278.14/1278.45	c total clause space: 545.701MB
1278.14/1278.45	c total #watches: 665033
1279.03/1279.39	c total #propagations: 807645315 / total #impl: 3542810780 (eff. 0.228)
1279.03/1279.39	c #Conflicts:    1257000 | #Learnt:      42878 | 0.000
1279.03/1279.39	c total clause space: 545.701MB
1279.03/1279.39	c total #watches: 669024
1279.73/1280.05	c total #propagations: 808128664 / total #impl: 3544649509 (eff. 0.228)
1279.73/1280.05	c #Conflicts:    1258000 | #Learnt:      43878 | 0.000
1279.73/1280.05	c total clause space: 545.701MB
1279.73/1280.05	c total #watches: 676109
1280.93/1281.23	c total #propagations: 808738935 / total #impl: 3547061895 (eff. 0.228)
1280.93/1281.23	c #Conflicts:    1259000 | #Learnt:      44878 | 0.000
1280.93/1281.23	c total clause space: 545.701MB
1280.93/1281.23	c total #watches: 680675
1282.13/1282.46	c total #propagations: 809386273 / total #impl: 3549814938 (eff. 0.228)
1282.13/1282.46	c #Conflicts:    1260000 | #Learnt:      45878 | 0.000
1282.13/1282.46	c total clause space: 545.701MB
1282.13/1282.46	c total #watches: 685364
1283.54/1283.85	c total #propagations: 810026581 / total #impl: 3552654179 (eff. 0.228)
1283.54/1283.85	c #Conflicts:    1261000 | #Learnt:      46878 | 0.000
1283.54/1283.85	c total clause space: 545.701MB
1283.54/1283.85	c total #watches: 688990
1284.53/1284.90	c total #propagations: 810692470 / total #impl: 3555180807 (eff. 0.228)
1284.53/1284.90	c #Conflicts:    1262000 | #Learnt:      47878 | 0.000
1284.53/1284.90	c total clause space: 545.701MB
1284.53/1284.90	c total #watches: 695006
1285.93/1286.28	c total #propagations: 811267437 / total #impl: 3557835508 (eff. 0.228)
1285.93/1286.28	c #Conflicts:    1263000 | #Learnt:      48878 | 0.000
1285.93/1286.28	c total clause space: 545.701MB
1285.93/1286.28	c total #watches: 699033
1287.23/1287.52	c total #propagations: 811934478 / total #impl: 3560887108 (eff. 0.228)
1287.23/1287.52	c #Conflicts:    1264000 | #Learnt:      49878 | 0.000
1287.23/1287.52	c total clause space: 545.701MB
1287.23/1287.52	c total #watches: 702057
1288.73/1289.09	c total #propagations: 812508610 / total #impl: 3563076432 (eff. 0.228)
1288.73/1289.09	c #Conflicts:    1265000 | #Learnt:      50878 | 0.000
1288.73/1289.09	c total clause space: 545.701MB
1288.73/1289.09	c total #watches: 706311
1290.83/1291.10	c total #propagations: 813168597 / total #impl: 3565963638 (eff. 0.228)
1290.83/1291.10	c #Conflicts:    1266000 | #Learnt:      51878 | 0.000
1290.83/1291.10	c total clause space: 545.701MB
1290.83/1291.10	c total #watches: 710183
1292.63/1292.92	c total #propagations: 814028301 / total #impl: 3569450400 (eff. 0.228)
1292.63/1292.92	c #Conflicts:    1267000 | #Learnt:      52878 | 0.000
1292.63/1292.92	c total clause space: 545.701MB
1292.63/1292.92	c total #watches: 713634
1294.23/1294.52	c total #propagations: 814783350 / total #impl: 3572609254 (eff. 0.228)
1294.23/1294.52	c #Conflicts:    1268000 | #Learnt:      53878 | 0.000
1294.23/1294.52	c total clause space: 545.701MB
1294.23/1294.52	c total #watches: 719593
1295.53/1295.89	c total #propagations: 815409279 / total #impl: 3575857557 (eff. 0.228)
1295.53/1295.89	c GC COLLECT
1295.53/1295.89	c #Conflicts:    1269000 | #Learnt:      27691 | 0.000
1295.53/1295.89	c total clause space: 545.701MB
1295.53/1295.89	c total #watches: 607888
1296.73/1297.08	c total #propagations: 815988899 / total #impl: 3578920316 (eff. 0.228)
1296.73/1297.08	c #Conflicts:    1270000 | #Learnt:      28691 | 0.000
1296.73/1297.08	c total clause space: 545.701MB
1296.73/1297.08	c total #watches: 614714
1297.94/1298.23	c total #propagations: 816794739 / total #impl: 3582596148 (eff. 0.228)
1297.94/1298.23	c #Conflicts:    1271000 | #Learnt:      29691 | 0.000
1297.94/1298.23	c total clause space: 545.701MB
1297.94/1298.23	c total #watches: 624133
1299.13/1299.49	c total #propagations: 817505623 / total #impl: 3586980898 (eff. 0.228)
1299.13/1299.49	c #Conflicts:    1272000 | #Learnt:      30691 | 0.000
1299.13/1299.49	c total clause space: 545.701MB
1299.13/1299.49	c total #watches: 630815
1300.73/1301.03	c total #propagations: 818209285 / total #impl: 3592112980 (eff. 0.228)
1300.73/1301.03	c #Conflicts:    1273000 | #Learnt:      31691 | 0.000
1300.73/1301.03	c total clause space: 545.701MB
1300.73/1301.03	c total #watches: 636382
1302.34/1302.69	c total #propagations: 818969575 / total #impl: 3597498614 (eff. 0.228)
1302.34/1302.69	c #Conflicts:    1274000 | #Learnt:      32691 | 0.000
1302.34/1302.69	c total clause space: 545.701MB
1302.34/1302.69	c total #watches: 646202
1304.63/1304.93	c total #propagations: 819807942 / total #impl: 3604532765 (eff. 0.227)
1304.63/1304.93	c #Conflicts:    1275000 | #Learnt:      33691 | 0.000
1304.63/1304.93	c total clause space: 545.701MB
1304.63/1304.93	c total #watches: 660249
1306.93/1307.24	c total #propagations: 820628620 / total #impl: 3612519405 (eff. 0.227)
1306.93/1307.24	c #Conflicts:    1276000 | #Learnt:      34691 | 0.000
1306.93/1307.24	c total clause space: 545.701MB
1306.93/1307.24	c total #watches: 668695
1308.43/1308.75	c total #propagations: 821403622 / total #impl: 3620039059 (eff. 0.227)
1308.43/1308.75	c #Conflicts:    1277000 | #Learnt:      35691 | 0.000
1308.43/1308.75	c total clause space: 545.701MB
1308.43/1308.75	c total #watches: 672585
1310.13/1310.45	c total #propagations: 822033030 / total #impl: 3622744143 (eff. 0.227)
1310.13/1310.45	c #Conflicts:    1278000 | #Learnt:      36691 | 0.000
1310.13/1310.45	c total clause space: 545.701MB
1310.13/1310.45	c total #watches: 676979
1312.03/1312.31	c total #propagations: 822682700 / total #impl: 3625903875 (eff. 0.227)
1312.03/1312.31	c #Conflicts:    1279000 | #Learnt:      37691 | 0.000
1312.03/1312.31	c total clause space: 545.701MB
1312.03/1312.32	c total #watches: 685683
1313.53/1313.86	c total #propagations: 823276982 / total #impl: 3629391192 (eff. 0.227)
1313.53/1313.86	c #Conflicts:    1280000 | #Learnt:      38691 | 0.000
1313.53/1313.86	c total clause space: 545.701MB
1313.53/1313.86	c total #watches: 689581
1315.23/1315.59	c total #propagations: 823882943 / total #impl: 3631951658 (eff. 0.227)
1315.23/1315.59	c #Conflicts:    1281000 | #Learnt:      39691 | 0.000
1315.23/1315.59	c total clause space: 545.701MB
1315.23/1315.59	c total #watches: 693081
1316.83/1317.17	c total #propagations: 824568126 / total #impl: 3634981082 (eff. 0.227)
1316.83/1317.17	c #Conflicts:    1282000 | #Learnt:      40691 | 0.000
1316.83/1317.17	c total clause space: 545.701MB
1316.83/1317.17	c total #watches: 696507
1318.43/1318.78	c total #propagations: 825204622 / total #impl: 3637722044 (eff. 0.227)
1318.43/1318.78	c #Conflicts:    1283000 | #Learnt:      41691 | 0.000
1318.43/1318.78	c total clause space: 545.701MB
1318.43/1318.78	c total #watches: 700419
1320.13/1320.46	c total #propagations: 825801841 / total #impl: 3640210586 (eff. 0.227)
1320.13/1320.46	c #Conflicts:    1284000 | #Learnt:      42691 | 0.000
1320.13/1320.46	c total clause space: 545.701MB
1320.13/1320.46	c total #watches: 704288
1321.93/1322.23	c total #propagations: 826477166 / total #impl: 3643222546 (eff. 0.227)
1321.93/1322.23	c #Conflicts:    1285000 | #Learnt:      43691 | 0.000
1321.93/1322.23	c total clause space: 545.701MB
1321.93/1322.23	c total #watches: 709210
1323.63/1323.90	c total #propagations: 827206895 / total #impl: 3646881227 (eff. 0.227)
1323.63/1323.90	c #Conflicts:    1286000 | #Learnt:      44691 | 0.000
1323.63/1323.90	c total clause space: 545.701MB
1323.63/1323.90	c total #watches: 713102
1325.23/1325.58	c total #propagations: 827812469 / total #impl: 3649875225 (eff. 0.227)
1325.23/1325.58	c #Conflicts:    1287000 | #Learnt:      45691 | 0.000
1325.23/1325.58	c total clause space: 545.701MB
1325.23/1325.58	c total #watches: 721986
1327.33/1327.62	c total #propagations: 828426027 / total #impl: 3653172225 (eff. 0.227)
1327.33/1327.62	c #Conflicts:    1288000 | #Learnt:      46691 | 0.000
1327.33/1327.62	c total clause space: 545.701MB
1327.33/1327.62	c total #watches: 726829
1329.02/1329.38	c total #propagations: 829058220 / total #impl: 3656083758 (eff. 0.227)
1329.02/1329.38	c #Conflicts:    1289000 | #Learnt:      47691 | 0.000
1329.02/1329.38	c total clause space: 545.701MB
1329.02/1329.38	c total #watches: 730609
1331.52/1331.82	c total #propagations: 829642303 / total #impl: 3658705105 (eff. 0.227)
1331.52/1331.82	c #Conflicts:    1290000 | #Learnt:      48691 | 0.000
1331.52/1331.82	c total clause space: 545.701MB
1331.52/1331.82	c total #watches: 735118
1333.03/1333.34	c total #propagations: 830519268 / total #impl: 3662412407 (eff. 0.227)
1333.03/1333.34	c #Conflicts:    1291000 | #Learnt:      49691 | 0.000
1333.03/1333.34	c total clause space: 545.701MB
1333.03/1333.34	c total #watches: 740193
1335.23/1335.55	c total #propagations: 831116724 / total #impl: 3665068739 (eff. 0.227)
1335.23/1335.55	c #Conflicts:    1292000 | #Learnt:      50691 | 0.000
1335.23/1335.55	c total clause space: 545.701MB
1335.23/1335.55	c total #watches: 746800
1336.92/1337.27	c total #propagations: 831806089 / total #impl: 3667801014 (eff. 0.227)
1336.92/1337.27	c #Conflicts:    1293000 | #Learnt:      51691 | 0.000
1336.92/1337.27	c total clause space: 545.701MB
1336.92/1337.28	c total #watches: 751299
1338.63/1338.95	c total #propagations: 832360633 / total #impl: 3670662200 (eff. 0.227)
1338.63/1338.95	c #Conflicts:    1294000 | #Learnt:      52691 | 0.000
1338.63/1338.95	c total clause space: 545.701MB
1338.63/1338.95	c total #watches: 754762
1340.12/1340.45	c total #propagations: 832807807 / total #impl: 3673282451 (eff. 0.227)
1340.12/1340.45	c #Conflicts:    1295000 | #Learnt:      53691 | 0.000
1340.12/1340.45	c total clause space: 545.701MB
1340.12/1340.45	c total #watches: 758954
1342.22/1342.57	c total #propagations: 833248478 / total #impl: 3675935323 (eff. 0.227)
1342.22/1342.57	c #Conflicts:    1296000 | #Learnt:      54691 | 0.000
1342.22/1342.57	c total clause space: 545.701MB
1342.22/1342.58	c total #watches: 762172
1343.52/1343.83	c total #propagations: 833833980 / total #impl: 3678841775 (eff. 0.227)
1343.52/1343.83	c GC COLLECT
1343.52/1343.83	c #Conflicts:    1297000 | #Learnt:      28169 | 0.000
1343.52/1343.83	c total clause space: 545.701MB
1343.52/1343.83	c total #watches: 610724
1344.32/1344.67	c total #propagations: 834459824 / total #impl: 3681868647 (eff. 0.227)
1344.32/1344.67	c #Conflicts:    1298000 | #Learnt:      29169 | 0.000
1344.32/1344.67	c total clause space: 545.701MB
1344.32/1344.67	c total #watches: 614183
1345.23/1345.54	c total #propagations: 835057579 / total #impl: 3684347892 (eff. 0.227)
1345.23/1345.54	c #Conflicts:    1299000 | #Learnt:      30169 | 0.000
1345.23/1345.54	c total clause space: 545.701MB
1345.23/1345.54	c total #watches: 618019
1346.02/1346.38	c total #propagations: 835700795 / total #impl: 3686956807 (eff. 0.227)
1346.02/1346.38	c #Conflicts:    1300000 | #Learnt:      31169 | 0.000
1346.02/1346.38	c total clause space: 545.701MB
1346.02/1346.38	c total #watches: 622542
1347.02/1347.33	c total #propagations: 836274857 / total #impl: 3689430603 (eff. 0.227)
1347.02/1347.33	c #Conflicts:    1301000 | #Learnt:      32169 | 0.000
1347.02/1347.33	c total clause space: 545.701MB
1347.02/1347.33	c total #watches: 626599
1348.02/1348.31	c total #propagations: 836919108 / total #impl: 3692089328 (eff. 0.227)
1348.02/1348.31	c #Conflicts:    1302000 | #Learnt:      33169 | 0.000
1348.02/1348.31	c total clause space: 545.701MB
1348.02/1348.31	c total #watches: 629558
1348.72/1349.06	c total #propagations: 837547359 / total #impl: 3694751792 (eff. 0.227)
1348.72/1349.06	c #Conflicts:    1303000 | #Learnt:      34169 | 0.000
1348.72/1349.06	c total clause space: 545.701MB
1348.72/1349.06	c total #watches: 633013
1349.63/1349.94	c total #propagations: 837999950 / total #impl: 3697179851 (eff. 0.227)
1349.63/1349.94	c #Conflicts:    1304000 | #Learnt:      35169 | 0.000
1349.63/1349.94	c total clause space: 545.701MB
1349.63/1349.94	c total #watches: 636021
1350.52/1350.86	c total #propagations: 838591149 / total #impl: 3699507284 (eff. 0.227)
1350.52/1350.86	c #Conflicts:    1305000 | #Learnt:      36169 | 0.000
1350.52/1350.86	c total clause space: 545.701MB
1350.52/1350.86	c total #watches: 639047
1351.62/1351.95	c total #propagations: 839183677 / total #impl: 3702072831 (eff. 0.227)
1351.62/1351.95	c #Conflicts:    1306000 | #Learnt:      37169 | 0.000
1351.62/1351.95	c total clause space: 545.701MB
1351.62/1351.95	c total #watches: 643492
1352.83/1353.16	c total #propagations: 839843647 / total #impl: 3704754725 (eff. 0.227)
1352.83/1353.16	c #Conflicts:    1307000 | #Learnt:      38169 | 0.000
1352.83/1353.16	c total clause space: 545.701MB
1352.83/1353.16	c total #watches: 647172
1353.93/1354.26	c total #propagations: 840576271 / total #impl: 3707623650 (eff. 0.227)
1353.93/1354.26	c #Conflicts:    1308000 | #Learnt:      39169 | 0.000
1353.93/1354.26	c total clause space: 545.701MB
1353.93/1354.26	c total #watches: 650784
1355.22/1355.50	c total #propagations: 841234127 / total #impl: 3710669188 (eff. 0.227)
1355.22/1355.50	c #Conflicts:    1309000 | #Learnt:      40169 | 0.000
1355.22/1355.50	c total clause space: 545.701MB
1355.22/1355.50	c total #watches: 654568
1356.12/1356.47	c total #propagations: 841986635 / total #impl: 3713790311 (eff. 0.227)
1356.12/1356.47	c #Conflicts:    1310000 | #Learnt:      41169 | 0.000
1356.12/1356.47	c total clause space: 545.701MB
1356.12/1356.47	c total #watches: 659578
1357.42/1357.77	c total #propagations: 842638460 / total #impl: 3716598008 (eff. 0.227)
1357.42/1357.77	c #Conflicts:    1311000 | #Learnt:      42169 | 0.000
1357.42/1357.77	c total clause space: 545.701MB
1357.42/1357.77	c total #watches: 663558
1358.32/1358.70	c total #propagations: 843299517 / total #impl: 3719699262 (eff. 0.227)
1358.32/1358.70	c #Conflicts:    1312000 | #Learnt:      43169 | 0.000
1358.32/1358.70	c total clause space: 545.701MB
1358.32/1358.70	c total #watches: 666196
1359.32/1359.68	c total #propagations: 843897070 / total #impl: 3722727648 (eff. 0.227)
1359.32/1359.68	c #Conflicts:    1313000 | #Learnt:      44169 | 0.000
1359.32/1359.68	c total clause space: 545.701MB
1359.32/1359.68	c total #watches: 670660
1360.42/1360.79	c total #propagations: 844537407 / total #impl: 3725924648 (eff. 0.227)
1360.42/1360.79	c #Conflicts:    1314000 | #Learnt:      45169 | 0.000
1360.42/1360.79	c total clause space: 545.701MB
1360.42/1360.79	c total #watches: 674177
1361.73/1362.01	c total #propagations: 845245004 / total #impl: 3729668647 (eff. 0.227)
1361.73/1362.01	c #Conflicts:    1315000 | #Learnt:      46169 | 0.000
1361.73/1362.01	c total clause space: 545.701MB
1361.73/1362.01	c total #watches: 677286
1363.22/1363.52	c total #propagations: 845913821 / total #impl: 3732470479 (eff. 0.227)
1363.22/1363.52	c #Conflicts:    1316000 | #Learnt:      47169 | 0.000
1363.22/1363.52	c total clause space: 545.701MB
1363.22/1363.52	c total #watches: 680447
1364.52/1364.81	c total #propagations: 846720037 / total #impl: 3735501997 (eff. 0.227)
1364.52/1364.81	c #Conflicts:    1317000 | #Learnt:      48169 | 0.000
1364.52/1364.81	c total clause space: 545.701MB
1364.52/1364.81	c total #watches: 683776
1365.62/1365.98	c total #propagations: 847469362 / total #impl: 3738269767 (eff. 0.227)
1365.62/1365.98	c #Conflicts:    1318000 | #Learnt:      49169 | 0.000
1365.62/1365.98	c total clause space: 545.701MB
1365.62/1365.98	c total #watches: 686802
1366.92/1367.21	c total #propagations: 848121071 / total #impl: 3740686887 (eff. 0.227)
1366.92/1367.21	c #Conflicts:    1319000 | #Learnt:      50169 | 0.000
1366.92/1367.21	c total clause space: 545.701MB
1366.92/1367.21	c total #watches: 690138
1368.22/1368.57	c total #propagations: 848796669 / total #impl: 3743271493 (eff. 0.227)
1368.22/1368.57	c #Conflicts:    1320000 | #Learnt:      51169 | 0.000
1368.22/1368.57	c total clause space: 545.701MB
1368.22/1368.57	c total #watches: 693073
1369.62/1369.90	c total #propagations: 849488769 / total #impl: 3745746831 (eff. 0.227)
1369.62/1369.90	c #Conflicts:    1321000 | #Learnt:      52169 | 0.000
1369.62/1369.90	c total clause space: 545.701MB
1369.62/1369.90	c total #watches: 696578
1370.92/1371.28	c total #propagations: 850184195 / total #impl: 3748372682 (eff. 0.227)
1370.92/1371.28	c #Conflicts:    1322000 | #Learnt:      53169 | 0.000
1370.92/1371.28	c total clause space: 545.701MB
1370.92/1371.29	c total #watches: 701774
1372.02/1372.31	c total #propagations: 851041709 / total #impl: 3752131215 (eff. 0.227)
1372.02/1372.31	c #Conflicts:    1323000 | #Learnt:      54169 | 0.000
1372.02/1372.31	c total clause space: 545.701MB
1372.02/1372.31	c total #watches: 705950
1373.32/1373.68	c total #propagations: 851660404 / total #impl: 3754694292 (eff. 0.227)
1373.32/1373.68	c #Conflicts:    1324000 | #Learnt:      55169 | 0.000
1373.32/1373.68	c total clause space: 545.701MB
1373.32/1373.68	c total #watches: 711511
1374.72/1375.03	c total #propagations: 852351817 / total #impl: 3757616642 (eff. 0.227)
1374.72/1375.03	c GC COLLECT
1374.72/1375.03	c #Conflicts:    1325000 | #Learnt:      28403 | 0.000
1374.72/1375.03	c total clause space: 545.701MB
1374.72/1375.03	c total #watches: 610766
1375.62/1375.93	c total #propagations: 853097989 / total #impl: 3760779745 (eff. 0.227)
1375.62/1375.93	c #Conflicts:    1326000 | #Learnt:      29403 | 0.000
1375.62/1375.93	c total clause space: 545.701MB
1375.62/1375.93	c total #watches: 617194
1376.62/1376.92	c total #propagations: 853772746 / total #impl: 3763926914 (eff. 0.227)
1376.62/1376.92	c #Conflicts:    1327000 | #Learnt:      30403 | 0.000
1376.62/1376.92	c total clause space: 545.701MB
1376.62/1376.92	c total #watches: 622360
1377.52/1377.80	c total #propagations: 854373413 / total #impl: 3767085580 (eff. 0.227)
1377.52/1377.80	c #Conflicts:    1328000 | #Learnt:      31403 | 0.000
1377.52/1377.80	c total clause space: 545.701MB
1377.52/1377.80	c total #watches: 626767
1378.42/1378.79	c total #propagations: 854845915 / total #impl: 3769656746 (eff. 0.227)
1378.42/1378.79	c #Conflicts:    1329000 | #Learnt:      32403 | 0.000
1378.42/1378.79	c total clause space: 545.701MB
1378.42/1378.79	c total #watches: 631918
1379.32/1379.66	c total #propagations: 855355237 / total #impl: 3772691787 (eff. 0.227)
1379.32/1379.66	c #Conflicts:    1330000 | #Learnt:      33403 | 0.000
1379.32/1379.66	c total clause space: 545.701MB
1379.32/1379.66	c total #watches: 636661
1380.42/1380.74	c total #propagations: 855784067 / total #impl: 3775224418 (eff. 0.227)
1380.42/1380.74	c #Conflicts:    1331000 | #Learnt:      34403 | 0.000
1380.42/1380.74	c total clause space: 545.701MB
1380.42/1380.74	c total #watches: 640709
1381.42/1381.76	c total #propagations: 856257036 / total #impl: 3778116793 (eff. 0.227)
1381.42/1381.76	c #Conflicts:    1332000 | #Learnt:      35403 | 0.000
1381.42/1381.76	c total clause space: 545.701MB
1381.42/1381.76	c total #watches: 646146
1382.52/1382.90	c total #propagations: 856708090 / total #impl: 3780687592 (eff. 0.227)
1382.52/1382.90	c #Conflicts:    1333000 | #Learnt:      36403 | 0.000
1382.52/1382.90	c total clause space: 545.701MB
1382.52/1382.90	c total #watches: 649809
1383.92/1384.24	c total #propagations: 857169286 / total #impl: 3783373953 (eff. 0.227)
1383.92/1384.24	c #Conflicts:    1334000 | #Learnt:      37403 | 0.000
1383.92/1384.24	c total clause space: 545.701MB
1383.92/1384.24	c total #watches: 653975
1385.72/1386.06	c total #propagations: 857735806 / total #impl: 3786147390 (eff. 0.227)
1385.72/1386.06	c #Conflicts:    1335000 | #Learnt:      38403 | 0.000
1385.72/1386.06	c total clause space: 545.701MB
1385.72/1386.06	c total #watches: 656985
1387.62/1387.97	c total #propagations: 858498068 / total #impl: 3789078742 (eff. 0.227)
1387.62/1387.97	c #Conflicts:    1336000 | #Learnt:      39403 | 0.000
1387.62/1387.97	c total clause space: 545.701MB
1387.62/1387.97	c total #watches: 660465
1389.51/1389.83	c total #propagations: 859284078 / total #impl: 3791985072 (eff. 0.227)
1389.51/1389.83	c #Conflicts:    1337000 | #Learnt:      40403 | 0.000
1389.51/1389.83	c total clause space: 545.701MB
1389.51/1389.83	c total #watches: 662946
1391.42/1391.75	c total #propagations: 860114204 / total #impl: 3795160009 (eff. 0.227)
1391.42/1391.75	c #Conflicts:    1338000 | #Learnt:      41403 | 0.000
1391.42/1391.75	c total clause space: 545.701MB
1391.42/1391.75	c total #watches: 665891
1393.31/1393.68	c total #propagations: 860951470 / total #impl: 3798381349 (eff. 0.227)
1393.31/1393.68	c #Conflicts:    1339000 | #Learnt:      42403 | 0.000
1393.31/1393.68	c total clause space: 545.701MB
1393.31/1393.68	c total #watches: 669642
1395.21/1395.57	c total #propagations: 861747674 / total #impl: 3801347112 (eff. 0.227)
1395.21/1395.57	c #Conflicts:    1340000 | #Learnt:      43403 | 0.000
1395.21/1395.57	c total clause space: 545.701MB
1395.21/1395.57	c total #watches: 674818
1397.31/1397.61	c total #propagations: 862547532 / total #impl: 3804586145 (eff. 0.227)
1397.31/1397.61	c #Conflicts:    1341000 | #Learnt:      44403 | 0.000
1397.31/1397.61	c total clause space: 545.701MB
1397.31/1397.61	c total #watches: 678291
1399.41/1399.75	c total #propagations: 863359843 / total #impl: 3807877514 (eff. 0.227)
1399.41/1399.75	c #Conflicts:    1342000 | #Learnt:      45403 | 0.000
1399.41/1399.75	c total clause space: 545.701MB
1399.41/1399.75	c total #watches: 681726
1401.51/1401.88	c total #propagations: 864189199 / total #impl: 3811266024 (eff. 0.227)
1401.51/1401.88	c #Conflicts:    1343000 | #Learnt:      46403 | 0.000
1401.51/1401.88	c total clause space: 545.701MB
1401.51/1401.88	c total #watches: 686154
1403.81/1404.12	c total #propagations: 864967449 / total #impl: 3814385680 (eff. 0.227)
1403.81/1404.12	c #Conflicts:    1344000 | #Learnt:      47403 | 0.000
1403.81/1404.12	c total clause space: 545.701MB
1403.81/1404.12	c total #watches: 689963
1406.11/1406.49	c total #propagations: 865712064 / total #impl: 3817249644 (eff. 0.227)
1406.11/1406.49	c #Conflicts:    1345000 | #Learnt:      48403 | 0.000
1406.11/1406.49	c total clause space: 545.701MB
1406.11/1406.49	c total #watches: 694789
1408.51/1408.83	c total #propagations: 866446291 / total #impl: 3820034769 (eff. 0.227)
1408.51/1408.83	c #Conflicts:    1346000 | #Learnt:      49403 | 0.000
1408.51/1408.83	c total clause space: 545.701MB
1408.51/1408.83	c total #watches: 697499
1411.01/1411.40	c total #propagations: 867238095 / total #impl: 3823113673 (eff. 0.227)
1411.01/1411.40	c #Conflicts:    1347000 | #Learnt:      50403 | 0.000
1411.01/1411.40	c total clause space: 545.701MB
1411.12/1411.40	c total #watches: 700334
1413.61/1413.96	c total #propagations: 868039022 / total #impl: 3826144662 (eff. 0.227)
1413.61/1413.96	c #Conflicts:    1348000 | #Learnt:      51403 | 0.000
1413.61/1413.96	c total clause space: 545.701MB
1413.61/1413.96	c total #watches: 703550
1416.41/1416.77	c total #propagations: 868832715 / total #impl: 3829308227 (eff. 0.227)
1416.41/1416.77	c #Conflicts:    1349000 | #Learnt:      52403 | 0.000
1416.41/1416.77	c total clause space: 545.701MB
1416.41/1416.77	c total #watches: 706535
1419.01/1419.31	c total #propagations: 869676871 / total #impl: 3832511824 (eff. 0.227)
1419.01/1419.31	c #Conflicts:    1350000 | #Learnt:      53403 | 0.000
1419.01/1419.31	c total clause space: 545.701MB
1419.01/1419.31	c total #watches: 709502
1421.81/1422.11	c total #propagations: 870501632 / total #impl: 3835793542 (eff. 0.227)
1421.81/1422.11	c #Conflicts:    1351000 | #Learnt:      54403 | 0.000
1421.81/1422.11	c total clause space: 545.701MB
1421.81/1422.12	c total #watches: 712415
1424.51/1424.84	c total #propagations: 871307398 / total #impl: 3838953440 (eff. 0.227)
1424.51/1424.84	c #Conflicts:    1352000 | #Learnt:      55403 | 0.000
1424.51/1424.84	c total clause space: 545.701MB
1424.51/1424.84	c total #watches: 715742
1427.11/1427.44	c total #propagations: 872157642 / total #impl: 3842276555 (eff. 0.227)
1427.11/1427.44	c GC COLLECT
1427.11/1427.44	c #Conflicts:    1353000 | #Learnt:      28291 | 0.000
1427.11/1427.44	c total clause space: 545.701MB
1427.11/1427.44	c total #watches: 610574
1428.21/1428.54	c total #propagations: 872981973 / total #impl: 3845397263 (eff. 0.227)
1428.21/1428.54	c #Conflicts:    1354000 | #Learnt:      29291 | 0.000
1428.21/1428.54	c total clause space: 545.701MB
1428.21/1428.54	c total #watches: 614236
1429.31/1429.63	c total #propagations: 873877697 / total #impl: 3848620169 (eff. 0.227)
1429.31/1429.63	c #Conflicts:    1355000 | #Learnt:      30291 | 0.000
1429.31/1429.63	c total clause space: 545.701MB
1429.31/1429.63	c total #watches: 618251
1430.51/1430.88	c total #propagations: 874674281 / total #impl: 3851511771 (eff. 0.227)
1430.51/1430.88	c #Conflicts:    1356000 | #Learnt:      31291 | 0.000
1430.51/1430.88	c total clause space: 545.701MB
1430.51/1430.88	c total #watches: 621230
1431.71/1432.04	c total #propagations: 875541197 / total #impl: 3854752682 (eff. 0.227)
1431.71/1432.04	c #Conflicts:    1357000 | #Learnt:      32291 | 0.000
1431.71/1432.04	c total clause space: 545.701MB
1431.71/1432.04	c total #watches: 624871
1432.91/1433.24	c total #propagations: 876307188 / total #impl: 3857594071 (eff. 0.227)
1432.91/1433.24	c #Conflicts:    1358000 | #Learnt:      33291 | 0.000
1432.91/1433.24	c total clause space: 545.701MB
1432.91/1433.24	c total #watches: 628204
1434.11/1434.45	c total #propagations: 877133898 / total #impl: 3860796257 (eff. 0.227)
1434.11/1434.45	c #Conflicts:    1359000 | #Learnt:      34291 | 0.000
1434.11/1434.45	c total clause space: 545.701MB
1434.11/1434.45	c total #watches: 631656
1435.31/1435.65	c total #propagations: 877922156 / total #impl: 3863888540 (eff. 0.227)
1435.31/1435.65	c #Conflicts:    1360000 | #Learnt:      35291 | 0.000
1435.31/1435.65	c total clause space: 545.701MB
1435.31/1435.65	c total #watches: 636555
1436.21/1436.56	c total #propagations: 878673748 / total #impl: 3867305677 (eff. 0.227)
1436.21/1436.56	c #Conflicts:    1361000 | #Learnt:      36291 | 0.000
1436.21/1436.56	c total clause space: 545.701MB
1436.21/1436.56	c total #watches: 640083
1437.01/1437.37	c total #propagations: 879292556 / total #impl: 3869816115 (eff. 0.227)
1437.01/1437.37	c #Conflicts:    1362000 | #Learnt:      37291 | 0.000
1437.01/1437.37	c total clause space: 545.701MB
1437.01/1437.37	c total #watches: 644922
1438.01/1438.38	c total #propagations: 879867138 / total #impl: 3872287014 (eff. 0.227)
1438.01/1438.38	c #Conflicts:    1363000 | #Learnt:      38291 | 0.000
1438.01/1438.38	c total clause space: 545.701MB
1438.01/1438.38	c total #watches: 648481
1438.81/1439.15	c total #propagations: 880458192 / total #impl: 3874707330 (eff. 0.227)
1438.81/1439.15	c #Conflicts:    1364000 | #Learnt:      39291 | 0.000
1438.81/1439.15	c total clause space: 545.701MB
1438.81/1439.15	c total #watches: 651459
1439.61/1440.00	c total #propagations: 880974911 / total #impl: 3876811003 (eff. 0.227)
1439.61/1440.00	c #Conflicts:    1365000 | #Learnt:      40291 | 0.000
1439.61/1440.00	c total clause space: 545.701MB
1439.61/1440.00	c total #watches: 656102
1440.61/1440.93	c total #propagations: 881570555 / total #impl: 3879158776 (eff. 0.227)
1440.61/1440.93	c #Conflicts:    1366000 | #Learnt:      41291 | 0.000
1440.61/1440.93	c total clause space: 545.701MB
1440.61/1440.93	c total #watches: 660836
1441.40/1441.71	c total #propagations: 882099053 / total #impl: 3881506716 (eff. 0.227)
1441.40/1441.71	c #Conflicts:    1367000 | #Learnt:      42291 | 0.000
1441.40/1441.71	c total clause space: 545.701MB
1441.40/1441.71	c total #watches: 666920
1442.40/1442.75	c total #propagations: 882598664 / total #impl: 3883821871 (eff. 0.227)
1442.40/1442.75	c #Conflicts:    1368000 | #Learnt:      43291 | 0.000
1442.40/1442.75	c total clause space: 545.701MB
1442.40/1442.76	c total #watches: 671914
1443.70/1444.06	c total #propagations: 883198271 / total #impl: 3886539963 (eff. 0.227)
1443.70/1444.06	c #Conflicts:    1369000 | #Learnt:      44291 | 0.000
1443.70/1444.06	c total clause space: 545.701MB
1443.70/1444.06	c total #watches: 676447
1444.80/1445.18	c total #propagations: 883891491 / total #impl: 3889661278 (eff. 0.227)
1444.80/1445.18	c #Conflicts:    1370000 | #Learnt:      45291 | 0.000
1444.80/1445.18	c total clause space: 545.701MB
1444.80/1445.18	c total #watches: 680376
1446.20/1446.50	c total #propagations: 884501601 / total #impl: 3891991326 (eff. 0.227)
1446.20/1446.50	c #Conflicts:    1371000 | #Learnt:      46291 | 0.000
1446.20/1446.50	c total clause space: 545.701MB
1446.20/1446.50	c total #watches: 685021
1447.51/1447.82	c total #propagations: 885129566 / total #impl: 3894663936 (eff. 0.227)
1447.51/1447.82	c #Conflicts:    1372000 | #Learnt:      47291 | 0.000
1447.51/1447.82	c total clause space: 545.701MB
1447.51/1447.82	c total #watches: 689537
1448.90/1449.20	c total #propagations: 885764104 / total #impl: 3897331018 (eff. 0.227)
1448.90/1449.20	c #Conflicts:    1373000 | #Learnt:      48291 | 0.000
1448.90/1449.20	c total clause space: 545.701MB
1448.90/1449.20	c total #watches: 694153
1449.90/1450.28	c total #propagations: 886407260 / total #impl: 3900220114 (eff. 0.227)
1449.90/1450.28	c #Conflicts:    1374000 | #Learnt:      49291 | 0.000
1449.90/1450.28	c total clause space: 545.701MB
1449.90/1450.28	c total #watches: 698396
1451.20/1451.53	c total #propagations: 886970191 / total #impl: 3903254959 (eff. 0.227)
1451.20/1451.53	c #Conflicts:    1375000 | #Learnt:      50291 | 0.000
1451.20/1451.53	c total clause space: 545.701MB
1451.20/1451.53	c total #watches: 701895
1452.70/1453.09	c total #propagations: 887519828 / total #impl: 3906008108 (eff. 0.227)
1452.70/1453.09	c #Conflicts:    1376000 | #Learnt:      51291 | 0.000
1452.70/1453.09	c total clause space: 545.701MB
1452.70/1453.09	c total #watches: 705890
1454.40/1454.75	c total #propagations: 888225929 / total #impl: 3909236558 (eff. 0.227)
1454.40/1454.75	c #Conflicts:    1377000 | #Learnt:      52291 | 0.000
1454.40/1454.75	c total clause space: 545.701MB
1454.40/1454.75	c total #watches: 709687
1456.00/1456.34	c total #propagations: 888965749 / total #impl: 3912308469 (eff. 0.227)
1456.00/1456.34	c #Conflicts:    1378000 | #Learnt:      53291 | 0.000
1456.00/1456.34	c total clause space: 545.701MB
1456.00/1456.34	c total #watches: 712536
1457.60/1457.92	c total #propagations: 889625618 / total #impl: 3915145691 (eff. 0.227)
1457.60/1457.92	c #Conflicts:    1379000 | #Learnt:      54291 | 0.000
1457.60/1457.92	c total clause space: 545.701MB
1457.60/1457.92	c total #watches: 717269
1459.20/1459.53	c total #propagations: 890240468 / total #impl: 3917785188 (eff. 0.227)
1459.20/1459.53	c #Conflicts:    1380000 | #Learnt:      55291 | 0.000
1459.20/1459.53	c total clause space: 545.701MB
1459.20/1459.53	c total #watches: 721897
1460.40/1460.79	c total #propagations: 890902467 / total #impl: 3920756378 (eff. 0.227)
1460.40/1460.79	c #Conflicts:    1381000 | #Learnt:      56291 | 0.000
1460.40/1460.79	c total clause space: 545.701MB
1460.40/1460.79	c total #watches: 727739
1461.70/1462.03	c total #propagations: 891541341 / total #impl: 3923442788 (eff. 0.227)
1461.70/1462.03	c GC COLLECT
1461.70/1462.03	c #Conflicts:    1382000 | #Learnt:      28883 | 0.000
1461.70/1462.03	c total clause space: 545.701MB
1461.70/1462.03	c total #watches: 612775
1462.50/1462.83	c total #propagations: 892189046 / total #impl: 3926337095 (eff. 0.227)
1462.50/1462.83	c #Conflicts:    1383000 | #Learnt:      29883 | 0.000
1462.50/1462.83	c total clause space: 545.701MB
1462.50/1462.83	c total #watches: 618256
1463.20/1463.50	c total #propagations: 892817739 / total #impl: 3929168941 (eff. 0.227)
1463.20/1463.50	c #Conflicts:    1384000 | #Learnt:      30883 | 0.000
1463.20/1463.50	c total clause space: 545.701MB
1463.20/1463.50	c total #watches: 622089
1464.20/1464.52	c total #propagations: 893371943 / total #impl: 3931518803 (eff. 0.227)
1464.20/1464.52	c #Conflicts:    1385000 | #Learnt:      31883 | 0.000
1464.20/1464.52	c total clause space: 545.701MB
1464.20/1464.52	c total #watches: 625366
1465.00/1465.30	c total #propagations: 894146309 / total #impl: 3934470878 (eff. 0.227)
1465.00/1465.30	c #Conflicts:    1386000 | #Learnt:      32883 | 0.000
1465.00/1465.30	c total clause space: 545.701MB
1465.00/1465.30	c total #watches: 628084
1465.70/1466.05	c total #propagations: 894715129 / total #impl: 3937149451 (eff. 0.227)
1465.70/1466.05	c #Conflicts:    1387000 | #Learnt:      33883 | 0.000
1465.70/1466.05	c total clause space: 545.701MB
1465.70/1466.05	c total #watches: 631579
1466.50/1466.83	c total #propagations: 895244842 / total #impl: 3939512633 (eff. 0.227)
1466.50/1466.83	c #Conflicts:    1388000 | #Learnt:      34883 | 0.000
1466.50/1466.83	c total clause space: 545.701MB
1466.50/1466.83	c total #watches: 636647
1467.40/1467.74	c total #propagations: 895837388 / total #impl: 3941951822 (eff. 0.227)
1467.40/1467.74	c #Conflicts:    1389000 | #Learnt:      35883 | 0.000
1467.40/1467.74	c total clause space: 545.701MB
1467.40/1467.74	c total #watches: 642738
1468.50/1468.83	c total #propagations: 896531752 / total #impl: 3945493812 (eff. 0.227)
1468.50/1468.83	c #Conflicts:    1390000 | #Learnt:      36883 | 0.000
1468.50/1468.83	c total clause space: 545.701MB
1468.50/1468.83	c total #watches: 647614
1469.50/1469.87	c total #propagations: 897256789 / total #impl: 3948649981 (eff. 0.227)
1469.50/1469.87	c #Conflicts:    1391000 | #Learnt:      37883 | 0.000
1469.50/1469.87	c total clause space: 545.701MB
1469.50/1469.87	c total #watches: 651969
1470.60/1470.94	c total #propagations: 897922066 / total #impl: 3951632929 (eff. 0.227)
1470.60/1470.94	c #Conflicts:    1392000 | #Learnt:      38883 | 0.000
1470.60/1470.94	c total clause space: 545.701MB
1470.60/1470.94	c total #watches: 655220
1471.80/1472.15	c total #propagations: 898610106 / total #impl: 3954560481 (eff. 0.227)
1471.80/1472.15	c #Conflicts:    1393000 | #Learnt:      39883 | 0.000
1471.80/1472.15	c total clause space: 545.701MB
1471.80/1472.15	c total #watches: 660625
1472.40/1472.76	c total #propagations: 899350912 / total #impl: 3958321516 (eff. 0.227)
1472.40/1472.76	c #Conflicts:    1394000 | #Learnt:      40883 | 0.000
1472.40/1472.76	c total clause space: 545.701MB
1472.40/1472.76	c total #watches: 665822
1473.00/1473.38	c total #propagations: 899855698 / total #impl: 3960289028 (eff. 0.227)
1473.00/1473.38	c #Conflicts:    1395000 | #Learnt:      41883 | 0.000
1473.00/1473.38	c total clause space: 545.701MB
1473.00/1473.38	c total #watches: 668882
1474.29/1474.63	c total #propagations: 900351322 / total #impl: 3962352848 (eff. 0.227)
1474.29/1474.63	c #Conflicts:    1396000 | #Learnt:      42883 | 0.000
1474.29/1474.63	c total clause space: 545.701MB
1474.29/1474.63	c total #watches: 672552
1475.49/1475.82	c total #propagations: 900895391 / total #impl: 3965111792 (eff. 0.227)
1475.49/1475.82	c #Conflicts:    1397000 | #Learnt:      43883 | 0.000
1475.49/1475.82	c total clause space: 545.701MB
1475.49/1475.82	c total #watches: 676459
1476.89/1477.26	c total #propagations: 901380250 / total #impl: 3967563441 (eff. 0.227)
1476.89/1477.26	c #Conflicts:    1398000 | #Learnt:      44883 | 0.000
1476.89/1477.26	c total clause space: 545.701MB
1476.89/1477.26	c total #watches: 680861
1478.30/1478.62	c total #propagations: 902002402 / total #impl: 3970662412 (eff. 0.227)
1478.30/1478.62	c #Conflicts:    1399000 | #Learnt:      45883 | 0.000
1478.30/1478.62	c total clause space: 545.701MB
1478.30/1478.62	c total #watches: 686383
1479.89/1480.26	c total #propagations: 902690544 / total #impl: 3973807933 (eff. 0.227)
1479.89/1480.26	c #Conflicts:    1400000 | #Learnt:      46883 | 0.000
1479.89/1480.26	c total clause space: 545.701MB
1479.89/1480.26	c total #watches: 690688
1481.29/1481.63	c total #propagations: 903490543 / total #impl: 3977603644 (eff. 0.227)
1481.29/1481.63	c #Conflicts:    1401000 | #Learnt:      47883 | 0.000
1481.29/1481.63	c total clause space: 545.701MB
1481.29/1481.63	c total #watches: 694975
1482.59/1482.92	c total #propagations: 904137354 / total #impl: 3980645958 (eff. 0.227)
1482.59/1482.92	c #Conflicts:    1402000 | #Learnt:      48883 | 0.000
1482.59/1482.92	c total clause space: 545.701MB
1482.59/1482.92	c total #watches: 698949
1484.49/1484.82	c total #propagations: 904723430 / total #impl: 3983411865 (eff. 0.227)
1484.49/1484.82	c #Conflicts:    1403000 | #Learnt:      49883 | 0.000
1484.49/1484.82	c total clause space: 545.701MB
1484.49/1484.82	c total #watches: 704017
1486.19/1486.50	c total #propagations: 905425958 / total #impl: 3986954636 (eff. 0.227)
1486.19/1486.50	c #Conflicts:    1404000 | #Learnt:      50883 | 0.000
1486.19/1486.50	c total clause space: 545.701MB
1486.19/1486.50	c total #watches: 708614
1488.09/1488.43	c total #propagations: 906071815 / total #impl: 3990024792 (eff. 0.227)
1488.09/1488.43	c #Conflicts:    1405000 | #Learnt:      51883 | 0.000
1488.09/1488.43	c total clause space: 545.701MB
1488.09/1488.43	c total #watches: 712136
1489.68/1490.04	c total #propagations: 906860384 / total #impl: 3993328550 (eff. 0.227)
1489.68/1490.04	c #Conflicts:    1406000 | #Learnt:      52883 | 0.000
1489.68/1490.04	c total clause space: 545.701MB
1489.68/1490.04	c total #watches: 717149
1490.88/1491.21	c total #propagations: 907513069 / total #impl: 3996011073 (eff. 0.227)
1490.88/1491.21	c #Conflicts:    1407000 | #Learnt:      53883 | 0.000
1490.88/1491.21	c total clause space: 545.701MB
1490.88/1491.21	c total #watches: 721206
1492.28/1492.61	c total #propagations: 908022412 / total #impl: 3998519470 (eff. 0.227)
1492.28/1492.61	c #Conflicts:    1408000 | #Learnt:      54883 | 0.000
1492.28/1492.61	c total clause space: 545.701MB
1492.28/1492.61	c total #watches: 723909
1493.88/1494.22	c total #propagations: 908537059 / total #impl: 4000762883 (eff. 0.227)
1493.88/1494.22	c #Conflicts:    1409000 | #Learnt:      55883 | 0.000
1493.88/1494.22	c total clause space: 545.701MB
1493.88/1494.22	c total #watches: 727139
1495.68/1496.00	c total #propagations: 909169163 / total #impl: 4003370456 (eff. 0.227)
1495.68/1496.00	c #Conflicts:    1410000 | #Learnt:      56883 | 0.000
1495.68/1496.00	c total clause space: 545.701MB
1495.68/1496.00	c total #watches: 732357
1496.99/1497.37	c total #propagations: 909857689 / total #impl: 4006558815 (eff. 0.227)
1496.99/1497.37	c GC COLLECT
1496.99/1497.37	c #Conflicts:    1411000 | #Learnt:      29189 | 0.000
1496.99/1497.37	c total clause space: 545.701MB
1496.99/1497.37	c total #watches: 613955
1497.78/1498.18	c total #propagations: 910447316 / total #impl: 4009485656 (eff. 0.227)
1497.78/1498.18	c #Conflicts:    1412000 | #Learnt:      30189 | 0.000
1497.78/1498.18	c total clause space: 545.701MB
1497.78/1498.18	c total #watches: 618113
1498.58/1498.94	c total #propagations: 910923859 / total #impl: 4011746002 (eff. 0.227)
1498.58/1498.94	c #Conflicts:    1413000 | #Learnt:      31189 | 0.000
1498.58/1498.94	c total clause space: 545.701MB
1498.58/1498.94	c total #watches: 621493
1499.48/1499.82	c total #propagations: 911479896 / total #impl: 4014101835 (eff. 0.227)
1499.48/1499.82	c #Conflicts:    1414000 | #Learnt:      32189 | 0.000
1499.48/1499.82	c total clause space: 545.701MB
1499.48/1499.82	c total #watches: 625575
1500.38/1500.74	c total #propagations: 912083583 / total #impl: 4016644789 (eff. 0.227)
1500.38/1500.74	c #Conflicts:    1415000 | #Learnt:      33189 | 0.000
1500.38/1500.74	c total clause space: 545.701MB
1500.38/1500.74	c total #watches: 630532
1501.18/1501.59	c total #propagations: 912852493 / total #impl: 4019797626 (eff. 0.227)
1501.18/1501.59	c #Conflicts:    1416000 | #Learnt:      34189 | 0.000
1501.18/1501.59	c total clause space: 545.701MB
1501.18/1501.59	c total #watches: 634889
1502.48/1502.84	c total #propagations: 913484047 / total #impl: 4022548773 (eff. 0.227)
1502.48/1502.84	c #Conflicts:    1417000 | #Learnt:      35189 | 0.000
1502.48/1502.84	c total clause space: 545.701MB
1502.48/1502.84	c total #watches: 638905
1503.38/1503.80	c total #propagations: 914306222 / total #impl: 4026163986 (eff. 0.227)
1503.38/1503.80	c #Conflicts:    1418000 | #Learnt:      36189 | 0.000
1503.38/1503.80	c total clause space: 545.701MB
1503.38/1503.80	c total #watches: 642826
1504.28/1504.68	c total #propagations: 914957513 / total #impl: 4028921757 (eff. 0.227)
1504.28/1504.68	c #Conflicts:    1419000 | #Learnt:      37189 | 0.000
1504.28/1504.68	c total clause space: 545.701MB
1504.28/1504.68	c total #watches: 646752
1505.08/1505.44	c total #propagations: 915585870 / total #impl: 4031658255 (eff. 0.227)
1505.08/1505.44	c #Conflicts:    1420000 | #Learnt:      38189 | 0.000
1505.08/1505.44	c total clause space: 545.701MB
1505.08/1505.44	c total #watches: 650195
1505.98/1506.32	c total #propagations: 916026138 / total #impl: 4033964057 (eff. 0.227)
1505.98/1506.32	c #Conflicts:    1421000 | #Learnt:      39189 | 0.000
1505.98/1506.32	c total clause space: 545.701MB
1505.98/1506.32	c total #watches: 654996
1506.78/1507.11	c total #propagations: 916565985 / total #impl: 4036478832 (eff. 0.227)
1506.78/1507.11	c #Conflicts:    1422000 | #Learnt:      40189 | 0.000
1506.78/1507.11	c total clause space: 545.701MB
1506.78/1507.11	c total #watches: 659921
1507.67/1508.06	c total #propagations: 917037179 / total #impl: 4038501029 (eff. 0.227)
1507.67/1508.06	c #Conflicts:    1423000 | #Learnt:      41189 | 0.000
1507.67/1508.06	c total clause space: 545.701MB
1507.67/1508.06	c total #watches: 664085
1508.77/1509.18	c total #propagations: 917553769 / total #impl: 4040867959 (eff. 0.227)
1508.77/1509.18	c #Conflicts:    1424000 | #Learnt:      42189 | 0.000
1508.77/1509.18	c total clause space: 545.701MB
1508.77/1509.18	c total #watches: 667961
1509.97/1510.32	c total #propagations: 918179412 / total #impl: 4043603135 (eff. 0.227)
1509.97/1510.32	c #Conflicts:    1425000 | #Learnt:      43189 | 0.000
1509.97/1510.32	c total clause space: 545.701MB
1509.97/1510.32	c total #watches: 671451
1511.17/1511.56	c total #propagations: 918829645 / total #impl: 4046472039 (eff. 0.227)
1511.17/1511.56	c #Conflicts:    1426000 | #Learnt:      44189 | 0.000
1511.17/1511.56	c total clause space: 545.701MB
1511.17/1511.56	c total #watches: 674637
1512.38/1512.77	c total #propagations: 919446527 / total #impl: 4048778132 (eff. 0.227)
1512.38/1512.77	c #Conflicts:    1427000 | #Learnt:      45189 | 0.000
1512.38/1512.77	c total clause space: 545.701MB
1512.38/1512.77	c total #watches: 678221
1513.48/1513.86	c total #propagations: 920108196 / total #impl: 4051616728 (eff. 0.227)
1513.48/1513.86	c #Conflicts:    1428000 | #Learnt:      46189 | 0.000
1513.48/1513.86	c total clause space: 545.701MB
1513.48/1513.86	c total #watches: 683652
1514.87/1515.21	c total #propagations: 920710411 / total #impl: 4054132869 (eff. 0.227)
1514.87/1515.21	c #Conflicts:    1429000 | #Learnt:      47189 | 0.000
1514.87/1515.21	c total clause space: 545.701MB
1514.87/1515.21	c total #watches: 687176
1515.87/1516.27	c total #propagations: 921371779 / total #impl: 4056683726 (eff. 0.227)
1515.87/1516.27	c #Conflicts:    1430000 | #Learnt:      48189 | 0.000
1515.87/1516.27	c total clause space: 545.701MB
1515.87/1516.27	c total #watches: 692025
1517.07/1517.47	c total #propagations: 921836083 / total #impl: 4059304707 (eff. 0.227)
1517.07/1517.47	c #Conflicts:    1431000 | #Learnt:      49189 | 0.000
1517.07/1517.47	c total clause space: 545.701MB
1517.07/1517.47	c total #watches: 695487
1518.27/1518.69	c total #propagations: 922318460 / total #impl: 4061454231 (eff. 0.227)
1518.27/1518.69	c #Conflicts:    1432000 | #Learnt:      50189 | 0.000
1518.27/1518.69	c total clause space: 545.701MB
1518.27/1518.69	c total #watches: 698811
1519.37/1519.79	c total #propagations: 922889896 / total #impl: 4063995457 (eff. 0.227)
1519.37/1519.79	c #Conflicts:    1433000 | #Learnt:      51189 | 0.000
1519.37/1519.79	c total clause space: 545.701MB
1519.37/1519.79	c total #watches: 702970
1520.76/1521.19	c total #propagations: 923497810 / total #impl: 4066588316 (eff. 0.227)
1520.76/1521.19	c #Conflicts:    1434000 | #Learnt:      52189 | 0.000
1520.76/1521.19	c total clause space: 545.701MB
1520.76/1521.19	c total #watches: 706951
1522.06/1522.46	c total #propagations: 924160125 / total #impl: 4069586332 (eff. 0.227)
1522.06/1522.46	c #Conflicts:    1435000 | #Learnt:      53189 | 0.000
1522.06/1522.46	c total clause space: 545.701MB
1522.06/1522.46	c total #watches: 709930
1523.37/1523.79	c total #propagations: 924729952 / total #impl: 4072083536 (eff. 0.227)
1523.37/1523.79	c #Conflicts:    1436000 | #Learnt:      54189 | 0.000
1523.37/1523.79	c total clause space: 545.701MB
1523.37/1523.79	c total #watches: 713775
1524.66/1525.07	c total #propagations: 925364427 / total #impl: 4074778886 (eff. 0.227)
1524.66/1525.07	c #Conflicts:    1437000 | #Learnt:      55189 | 0.000
1524.66/1525.07	c total clause space: 545.701MB
1524.66/1525.07	c total #watches: 717701
1525.86/1526.29	c total #propagations: 925974414 / total #impl: 4077159532 (eff. 0.227)
1525.86/1526.29	c #Conflicts:    1438000 | #Learnt:      56189 | 0.000
1525.86/1526.29	c total clause space: 545.701MB
1525.86/1526.29	c total #watches: 722758
1527.56/1527.99	c total #propagations: 926562446 / total #impl: 4080546060 (eff. 0.227)
1527.56/1527.99	c #Conflicts:    1439000 | #Learnt:      57189 | 0.000
1527.56/1527.99	c total clause space: 545.701MB
1527.56/1527.99	c total #watches: 727206
1528.66/1529.02	c total #propagations: 927225198 / total #impl: 4083505696 (eff. 0.227)
1528.66/1529.02	c GC COLLECT
1528.66/1529.02	c #Conflicts:    1440000 | #Learnt:      29181 | 0.000
1528.66/1529.02	c total clause space: 545.701MB
1528.66/1529.02	c total #watches: 614339
1529.36/1529.78	c total #propagations: 927686406 / total #impl: 4085388185 (eff. 0.227)
1529.36/1529.78	c #Conflicts:    1441000 | #Learnt:      30181 | 0.000
1529.36/1529.78	c total clause space: 545.701MB
1529.36/1529.78	c total #watches: 617342
1530.16/1530.56	c total #propagations: 928179521 / total #impl: 4087337963 (eff. 0.227)
1530.16/1530.56	c #Conflicts:    1442000 | #Learnt:      31181 | 0.000
1530.16/1530.56	c total clause space: 545.701MB
1530.16/1530.56	c total #watches: 620310
1530.96/1531.31	c total #propagations: 928687712 / total #impl: 4089496490 (eff. 0.227)
1530.96/1531.31	c #Conflicts:    1443000 | #Learnt:      32181 | 0.000
1530.96/1531.31	c total clause space: 545.701MB
1530.96/1531.31	c total #watches: 623483
1531.86/1532.20	c total #propagations: 929191687 / total #impl: 4091611690 (eff. 0.227)
1531.86/1532.20	c #Conflicts:    1444000 | #Learnt:      33181 | 0.000
1531.86/1532.20	c total clause space: 545.701MB
1531.86/1532.20	c total #watches: 627318
1532.77/1533.10	c total #propagations: 929805318 / total #impl: 4093826379 (eff. 0.227)
1532.77/1533.10	c #Conflicts:    1445000 | #Learnt:      34181 | 0.000
1532.77/1533.10	c total clause space: 545.701MB
1532.77/1533.10	c total #watches: 630731
1533.77/1534.10	c total #propagations: 930426865 / total #impl: 4096086194 (eff. 0.227)
1533.77/1534.10	c #Conflicts:    1446000 | #Learnt:      35181 | 0.000
1533.77/1534.10	c total clause space: 545.701MB
1533.77/1534.10	c total #watches: 634680
1534.77/1535.10	c total #propagations: 931102868 / total #impl: 4098738332 (eff. 0.227)
1534.77/1535.10	c #Conflicts:    1447000 | #Learnt:      36181 | 0.000
1534.77/1535.10	c total clause space: 545.701MB
1534.77/1535.10	c total #watches: 639196
1535.67/1536.04	c total #propagations: 931810791 / total #impl: 4101547647 (eff. 0.227)
1535.67/1536.04	c #Conflicts:    1448000 | #Learnt:      37181 | 0.000
1535.67/1536.04	c total clause space: 545.701MB
1535.67/1536.04	c total #watches: 642817
1536.57/1536.97	c total #propagations: 932426511 / total #impl: 4104046364 (eff. 0.227)
1536.57/1536.97	c #Conflicts:    1449000 | #Learnt:      38181 | 0.000
1536.57/1536.97	c total clause space: 545.701MB
1536.57/1536.97	c total #watches: 646554
1537.57/1537.95	c total #propagations: 933049582 / total #impl: 4106685561 (eff. 0.227)
1537.57/1537.95	c #Conflicts:    1450000 | #Learnt:      39181 | 0.000
1537.57/1537.95	c total clause space: 545.701MB
1537.57/1537.95	c total #watches: 652930
1538.46/1538.86	c total #propagations: 933703511 / total #impl: 4110089332 (eff. 0.227)
1538.46/1538.86	c #Conflicts:    1451000 | #Learnt:      40181 | 0.000
1538.46/1538.86	c total clause space: 545.701MB
1538.46/1538.86	c total #watches: 658896
1539.56/1539.97	c total #propagations: 934238225 / total #impl: 4113092292 (eff. 0.227)
1539.56/1539.97	c #Conflicts:    1452000 | #Learnt:      41181 | 0.000
1539.56/1539.97	c total clause space: 545.701MB
1539.56/1539.97	c total #watches: 663498
1540.87/1541.25	c total #propagations: 934858029 / total #impl: 4116301667 (eff. 0.227)
1540.87/1541.25	c #Conflicts:    1453000 | #Learnt:      42181 | 0.000
1540.87/1541.25	c total clause space: 545.701MB
1540.87/1541.25	c total #watches: 670768
1542.16/1542.54	c total #propagations: 935471171 / total #impl: 4119851746 (eff. 0.227)
1542.16/1542.54	c #Conflicts:    1454000 | #Learnt:      43181 | 0.000
1542.16/1542.54	c total clause space: 545.701MB
1542.16/1542.54	c total #watches: 676018
1543.46/1543.88	c total #propagations: 936033580 / total #impl: 4123318913 (eff. 0.227)
1543.46/1543.88	c #Conflicts:    1455000 | #Learnt:      44181 | 0.000
1543.46/1543.88	c total clause space: 545.701MB
1543.46/1543.88	c total #watches: 680103
1545.16/1545.54	c total #propagations: 936552931 / total #impl: 4126486632 (eff. 0.227)
1545.16/1545.54	c #Conflicts:    1456000 | #Learnt:      45181 | 0.000
1545.16/1545.54	c total clause space: 545.701MB
1545.16/1545.54	c total #watches: 687892
1547.26/1547.62	c total #propagations: 937149869 / total #impl: 4130750344 (eff. 0.227)
1547.26/1547.62	c #Conflicts:    1457000 | #Learnt:      46181 | 0.000
1547.26/1547.62	c total clause space: 545.701MB
1547.26/1547.62	c total #watches: 694343
1548.56/1548.98	c total #propagations: 937774903 / total #impl: 4135144187 (eff. 0.227)
1548.56/1548.98	c #Conflicts:    1458000 | #Learnt:      47181 | 0.000
1548.56/1548.98	c total clause space: 545.701MB
1548.56/1548.98	c total #watches: 698566
1550.06/1550.45	c total #propagations: 938311449 / total #impl: 4137940963 (eff. 0.227)
1550.06/1550.45	c #Conflicts:    1459000 | #Learnt:      48181 | 0.000
1550.06/1550.45	c total clause space: 545.701MB
1550.06/1550.45	c total #watches: 702590
1551.66/1552.04	c total #propagations: 938914685 / total #impl: 4141519796 (eff. 0.227)
1551.66/1552.04	c #Conflicts:    1460000 | #Learnt:      49181 | 0.000
1551.66/1552.04	c total clause space: 545.701MB
1551.66/1552.04	c total #watches: 706911
1553.16/1553.51	c total #propagations: 939504876 / total #impl: 4144651643 (eff. 0.227)
1553.16/1553.51	c #Conflicts:    1461000 | #Learnt:      50181 | 0.000
1553.16/1553.51	c total clause space: 545.701MB
1553.16/1553.51	c total #watches: 711204
1555.16/1555.56	c total #propagations: 940006029 / total #impl: 4147277937 (eff. 0.227)
1555.16/1555.56	c #Conflicts:    1462000 | #Learnt:      51181 | 0.000
1555.16/1555.56	c total clause space: 545.701MB
1555.16/1555.56	c total #watches: 718797
1557.76/1558.18	c total #propagations: 940604722 / total #impl: 4150793342 (eff. 0.227)
1557.76/1558.18	c #Conflicts:    1463000 | #Learnt:      52181 | 0.000
1557.76/1558.18	c total clause space: 545.701MB
1557.76/1558.18	c total #watches: 723344
1560.15/1560.59	c total #propagations: 941333083 / total #impl: 4153872792 (eff. 0.227)
1560.15/1560.59	c #Conflicts:    1464000 | #Learnt:      53181 | 0.000
1560.15/1560.59	c total clause space: 545.701MB
1560.15/1560.59	c total #watches: 727129
1562.45/1562.89	c total #propagations: 941972731 / total #impl: 4156648496 (eff. 0.227)
1562.45/1562.89	c #Conflicts:    1465000 | #Learnt:      54181 | 0.000
1562.45/1562.89	c total clause space: 545.701MB
1562.45/1562.89	c total #watches: 730495
1564.55/1564.90	c total #propagations: 942493800 / total #impl: 4159041536 (eff. 0.227)
1564.55/1564.90	c #Conflicts:    1466000 | #Learnt:      55181 | 0.000
1564.55/1564.90	c total clause space: 545.701MB
1564.55/1564.90	c total #watches: 733630
1567.15/1567.50	c total #propagations: 943067166 / total #impl: 4161351065 (eff. 0.227)
1567.15/1567.50	c #Conflicts:    1467000 | #Learnt:      56181 | 0.000
1567.15/1567.50	c total clause space: 545.701MB
1567.15/1567.50	c total #watches: 736799
1569.95/1570.31	c total #propagations: 943750287 / total #impl: 4164337689 (eff. 0.227)
1569.95/1570.31	c #Conflicts:    1468000 | #Learnt:      57181 | 0.000
1569.95/1570.31	c total clause space: 545.701MB
1569.95/1570.31	c total #watches: 740536
1572.54/1572.92	c total #propagations: 944422361 / total #impl: 4167155445 (eff. 0.227)
1572.54/1572.92	c #Conflicts:    1469000 | #Learnt:      58181 | 0.000
1572.54/1572.92	c total clause space: 545.701MB
1572.54/1572.92	c total #watches: 745756
1573.95/1574.37	c total #propagations: 945100776 / total #impl: 4170147370 (eff. 0.227)
1573.95/1574.37	c GC COLLECT
1573.95/1574.37	c #Conflicts:    1470000 | #Learnt:      29879 | 0.000
1573.95/1574.37	c total clause space: 545.701MB
1573.95/1574.37	c total #watches: 618827
1574.84/1575.28	c total #propagations: 945722540 / total #impl: 4173414434 (eff. 0.227)
1574.84/1575.28	c #Conflicts:    1471000 | #Learnt:      30879 | 0.000
1574.84/1575.28	c total clause space: 545.701MB
1574.84/1575.28	c total #watches: 622444
1575.84/1576.20	c total #propagations: 946410159 / total #impl: 4176489037 (eff. 0.227)
1575.84/1576.20	c #Conflicts:    1472000 | #Learnt:      31879 | 0.000
1575.84/1576.20	c total clause space: 545.701MB
1575.84/1576.20	c total #watches: 626371
1576.34/1576.73	c total #propagations: 947052567 / total #impl: 4179213311 (eff. 0.227)
1576.34/1576.73	c #Conflicts:    1473000 | #Learnt:      32879 | 0.000
1576.34/1576.73	c total clause space: 545.701MB
1576.34/1576.73	c total #watches: 629886
1577.04/1577.50	c total #propagations: 947583745 / total #impl: 4181168698 (eff. 0.227)
1577.04/1577.50	c #Conflicts:    1474000 | #Learnt:      33879 | 0.000
1577.04/1577.50	c total clause space: 545.701MB
1577.04/1577.50	c total #watches: 633565
1578.04/1578.45	c total #propagations: 948177772 / total #impl: 4183469375 (eff. 0.227)
1578.04/1578.45	c #Conflicts:    1475000 | #Learnt:      34879 | 0.000
1578.04/1578.45	c total clause space: 545.701MB
1578.04/1578.45	c total #watches: 636996
1579.24/1579.65	c total #propagations: 948854010 / total #impl: 4186082596 (eff. 0.227)
1579.24/1579.65	c #Conflicts:    1476000 | #Learnt:      35879 | 0.000
1579.24/1579.65	c total clause space: 545.701MB
1579.24/1579.65	c total #watches: 639914
1580.34/1580.77	c total #propagations: 949573565 / total #impl: 4189402855 (eff. 0.227)
1580.34/1580.77	c #Conflicts:    1477000 | #Learnt:      36879 | 0.000
1580.34/1580.77	c total clause space: 545.701MB
1580.34/1580.77	c total #watches: 643914
1581.14/1581.55	c total #propagations: 950247058 / total #impl: 4192678530 (eff. 0.227)
1581.14/1581.55	c #Conflicts:    1478000 | #Learnt:      37879 | 0.000
1581.14/1581.55	c total clause space: 545.701MB
1581.14/1581.55	c total #watches: 647401
1582.04/1582.43	c total #propagations: 950740784 / total #impl: 4195126390 (eff. 0.227)
1582.04/1582.43	c #Conflicts:    1479000 | #Learnt:      38879 | 0.000
1582.04/1582.43	c total clause space: 545.701MB
1582.04/1582.43	c total #watches: 652060
1582.94/1583.35	c total #propagations: 951260219 / total #impl: 4197758332 (eff. 0.227)
1582.94/1583.35	c #Conflicts:    1480000 | #Learnt:      39879 | 0.000
1582.94/1583.35	c total clause space: 545.701MB
1582.94/1583.35	c total #watches: 658350
1584.04/1584.49	c total #propagations: 951766363 / total #impl: 4199839892 (eff. 0.227)
1584.04/1584.49	c #Conflicts:    1481000 | #Learnt:      40879 | 0.000
1584.04/1584.49	c total clause space: 545.701MB
1584.04/1584.49	c total #watches: 663659
1585.24/1585.64	c total #propagations: 952281250 / total #impl: 4202216491 (eff. 0.227)
1585.24/1585.64	c #Conflicts:    1482000 | #Learnt:      41879 | 0.000
1585.24/1585.64	c total clause space: 545.701MB
1585.24/1585.64	c total #watches: 667528
1586.34/1586.79	c total #propagations: 952882728 / total #impl: 4204730912 (eff. 0.227)
1586.34/1586.79	c #Conflicts:    1483000 | #Learnt:      42879 | 0.000
1586.34/1586.79	c total clause space: 545.701MB
1586.34/1586.79	c total #watches: 671240
1587.54/1587.96	c total #propagations: 953502911 / total #impl: 4207238497 (eff. 0.227)
1587.54/1587.96	c #Conflicts:    1484000 | #Learnt:      43879 | 0.000
1587.54/1587.96	c total clause space: 545.701MB
1587.54/1587.96	c total #watches: 674309
1588.94/1589.36	c total #propagations: 954167928 / total #impl: 4209778419 (eff. 0.227)
1588.94/1589.36	c #Conflicts:    1485000 | #Learnt:      44879 | 0.000
1588.94/1589.36	c total clause space: 545.701MB
1588.94/1589.36	c total #watches: 677766
1589.94/1590.38	c total #propagations: 954869003 / total #impl: 4212549108 (eff. 0.227)
1589.94/1590.38	c #Conflicts:    1486000 | #Learnt:      45879 | 0.000
1589.94/1590.38	c total clause space: 545.701MB
1589.94/1590.38	c total #watches: 681621
1591.24/1591.64	c total #propagations: 955441924 / total #impl: 4214811241 (eff. 0.227)
1591.24/1591.64	c #Conflicts:    1487000 | #Learnt:      46879 | 0.000
1591.24/1591.64	c total clause space: 545.701MB
1591.24/1591.64	c total #watches: 685096
1592.04/1592.50	c total #propagations: 956050088 / total #impl: 4217448676 (eff. 0.227)
1592.04/1592.50	c #Conflicts:    1488000 | #Learnt:      47879 | 0.000
1592.04/1592.50	c total clause space: 545.701MB
1592.14/1592.50	c total #watches: 688422
1593.14/1593.52	c total #propagations: 956630273 / total #impl: 4219786667 (eff. 0.227)
1593.14/1593.52	c #Conflicts:    1489000 | #Learnt:      48879 | 0.000
1593.14/1593.52	c total clause space: 545.701MB
1593.14/1593.52	c total #watches: 691770
1594.44/1594.83	c total #propagations: 957366538 / total #impl: 4222657655 (eff. 0.227)
1594.44/1594.83	c #Conflicts:    1490000 | #Learnt:      49879 | 0.000
1594.44/1594.83	c total clause space: 545.701MB
1594.44/1594.83	c total #watches: 696157
1595.64/1596.04	c total #propagations: 958018465 / total #impl: 4225342663 (eff. 0.227)
1595.64/1596.04	c #Conflicts:    1491000 | #Learnt:      50879 | 0.000
1595.64/1596.04	c total clause space: 545.701MB
1595.64/1596.04	c total #watches: 700475
1597.14/1597.57	c total #propagations: 958634349 / total #impl: 4228065615 (eff. 0.227)
1597.14/1597.57	c #Conflicts:    1492000 | #Learnt:      51879 | 0.000
1597.14/1597.57	c total clause space: 545.701MB
1597.14/1597.57	c total #watches: 704341
1598.54/1599.00	c total #propagations: 959365579 / total #impl: 4231305802 (eff. 0.227)
1598.54/1599.00	c #Conflicts:    1493000 | #Learnt:      52879 | 0.000
1598.54/1599.00	c total clause space: 545.701MB
1598.64/1599.00	c total #watches: 708343
1599.94/1600.30	c total #propagations: 960065845 / total #impl: 4234048142 (eff. 0.227)
1599.94/1600.30	c #Conflicts:    1494000 | #Learnt:      53879 | 0.000
1599.94/1600.30	c total clause space: 545.701MB
1599.94/1600.30	c total #watches: 712817
1601.14/1601.57	c total #propagations: 960651279 / total #impl: 4236638343 (eff. 0.227)
1601.14/1601.57	c #Conflicts:    1495000 | #Learnt:      54879 | 0.000
1601.14/1601.57	c total clause space: 545.701MB
1601.14/1601.57	c total #watches: 716929
1602.44/1602.86	c total #propagations: 961256048 / total #impl: 4239493128 (eff. 0.227)
1602.44/1602.86	c #Conflicts:    1496000 | #Learnt:      55879 | 0.000
1602.44/1602.86	c total clause space: 545.701MB
1602.44/1602.87	c total #watches: 720086
1603.54/1603.91	c total #propagations: 961858948 / total #impl: 4242601227 (eff. 0.227)
1603.54/1603.91	c #Conflicts:    1497000 | #Learnt:      56879 | 0.000
1603.54/1603.91	c total clause space: 545.701MB
1603.54/1603.91	c total #watches: 724330
1604.84/1605.25	c total #propagations: 962307442 / total #impl: 4245042988 (eff. 0.227)
1604.84/1605.25	c #Conflicts:    1498000 | #Learnt:      57879 | 0.000
1604.84/1605.25	c total clause space: 545.701MB
1604.84/1605.25	c total #watches: 727758
1606.34/1606.75	c total #propagations: 962817092 / total #impl: 4247634296 (eff. 0.227)
1606.34/1606.75	c #Conflicts:    1499000 | #Learnt:      58879 | 0.000
1606.34/1606.75	c total clause space: 545.701MB
1606.34/1606.75	c total #watches: 730703
1607.64/1608.04	c total #propagations: 963385773 / total #impl: 4250671675 (eff. 0.227)
1607.64/1608.04	c GC COLLECT
1607.64/1608.04	c #Conflicts:    1500000 | #Learnt:      30280 | 0.000
1607.64/1608.04	c total clause space: 545.701MB
1607.64/1608.04	c total #watches: 620328
1608.54/1608.90	c total #propagations: 963977594 / total #impl: 4253804084 (eff. 0.227)
1608.54/1608.90	c #Conflicts:    1501000 | #Learnt:      31280 | 0.000
1608.54/1608.90	c total clause space: 545.701MB
1608.54/1608.90	c total #watches: 624299
1609.44/1609.84	c total #propagations: 964563029 / total #impl: 4256922473 (eff. 0.227)
1609.44/1609.84	c #Conflicts:    1502000 | #Learnt:      32280 | 0.000
1609.44/1609.84	c total clause space: 545.701MB
1609.44/1609.84	c total #watches: 629406
1610.54/1610.96	c total #propagations: 965150175 / total #impl: 4260199688 (eff. 0.227)
1610.54/1610.96	c #Conflicts:    1503000 | #Learnt:      33280 | 0.000
1610.54/1610.96	c total clause space: 545.701MB
1610.54/1610.96	c total #watches: 634779
1611.84/1612.24	c total #propagations: 965756704 / total #impl: 4263514783 (eff. 0.227)
1611.84/1612.24	c #Conflicts:    1504000 | #Learnt:      34280 | 0.000
1611.84/1612.24	c total clause space: 545.701MB
1611.84/1612.24	c total #watches: 640188
1613.04/1613.43	c total #propagations: 966373631 / total #impl: 4267177284 (eff. 0.226)
1613.04/1613.43	c #Conflicts:    1505000 | #Learnt:      35280 | 0.000
1613.04/1613.43	c total clause space: 545.701MB
1613.04/1613.43	c total #watches: 644073
1614.34/1614.72	c total #propagations: 966946442 / total #impl: 4270376682 (eff. 0.226)
1614.34/1614.72	c #Conflicts:    1506000 | #Learnt:      36280 | 0.000
1614.34/1614.72	c total clause space: 545.701MB
1614.34/1614.72	c total #watches: 647087
1615.64/1616.08	c total #propagations: 967611783 / total #impl: 4273906829 (eff. 0.226)
1615.64/1616.08	c #Conflicts:    1507000 | #Learnt:      37280 | 0.000
1615.64/1616.08	c total clause space: 545.701MB
1615.64/1616.08	c total #watches: 651125
1616.74/1617.19	c total #propagations: 968279171 / total #impl: 4277379048 (eff. 0.226)
1616.74/1617.19	c #Conflicts:    1508000 | #Learnt:      38280 | 0.000
1616.74/1617.19	c total clause space: 545.701MB
1616.74/1617.19	c total #watches: 654647
1618.04/1618.40	c total #propagations: 968828176 / total #impl: 4279692250 (eff. 0.226)
1618.04/1618.40	c #Conflicts:    1509000 | #Learnt:      39280 | 0.000
1618.04/1618.40	c total clause space: 545.701MB
1618.04/1618.40	c total #watches: 659430
1619.24/1619.64	c total #propagations: 969474595 / total #impl: 4282722286 (eff. 0.226)
1619.24/1619.64	c #Conflicts:    1510000 | #Learnt:      40280 | 0.000
1619.24/1619.64	c total clause space: 545.701MB
1619.24/1619.64	c total #watches: 662452
1620.44/1620.88	c total #propagations: 970074267 / total #impl: 4285623721 (eff. 0.226)
1620.44/1620.88	c #Conflicts:    1511000 | #Learnt:      41280 | 0.000
1620.44/1620.88	c total clause space: 545.701MB
1620.44/1620.88	c total #watches: 666193
1621.54/1622.00	c total #propagations: 970681112 / total #impl: 4288434715 (eff. 0.226)
1621.54/1622.00	c #Conflicts:    1512000 | #Learnt:      42280 | 0.000
1621.54/1622.00	c total clause space: 545.701MB
1621.64/1622.00	c total #watches: 671343
1622.44/1622.85	c total #propagations: 971230527 / total #impl: 4290974979 (eff. 0.226)
1622.44/1622.85	c #Conflicts:    1513000 | #Learnt:      43280 | 0.000
1622.44/1622.85	c total clause space: 545.701MB
1622.44/1622.85	c total #watches: 675988
1623.04/1623.41	c total #propagations: 971764135 / total #impl: 4293100534 (eff. 0.226)
1623.04/1623.41	c #Conflicts:    1514000 | #Learnt:      44280 | 0.000
1623.04/1623.41	c total clause space: 545.701MB
1623.04/1623.41	c total #watches: 678862
1624.14/1624.50	c total #propagations: 972262421 / total #impl: 4294986364 (eff. 0.226)
1624.14/1624.50	c #Conflicts:    1515000 | #Learnt:      45280 | 0.000
1624.14/1624.50	c total clause space: 545.701MB
1624.14/1624.50	c total #watches: 682406
1625.44/1625.80	c total #propagations: 972850017 / total #impl: 4297574631 (eff. 0.226)
1625.44/1625.80	c #Conflicts:    1516000 | #Learnt:      46280 | 0.000
1625.44/1625.80	c total clause space: 545.701MB
1625.44/1625.80	c total #watches: 687221
1626.64/1627.09	c total #propagations: 973432711 / total #impl: 4300311186 (eff. 0.226)
1626.64/1627.09	c #Conflicts:    1517000 | #Learnt:      47280 | 0.000
1626.64/1627.09	c total clause space: 545.701MB
1626.64/1627.09	c total #watches: 692880
1628.14/1628.57	c total #propagations: 974055775 / total #impl: 4303062023 (eff. 0.226)
1628.14/1628.57	c #Conflicts:    1518000 | #Learnt:      48280 | 0.000
1628.14/1628.57	c total clause space: 545.701MB
1628.14/1628.57	c total #watches: 698935
1629.64/1630.06	c total #propagations: 974712023 / total #impl: 4306923216 (eff. 0.226)
1629.64/1630.06	c #Conflicts:    1519000 | #Learnt:      49280 | 0.000
1629.64/1630.06	c total clause space: 545.701MB
1629.64/1630.07	c total #watches: 702859
1631.14/1631.57	c total #propagations: 975443996 / total #impl: 4310044209 (eff. 0.226)
1631.14/1631.57	c #Conflicts:    1520000 | #Learnt:      50280 | 0.000
1631.14/1631.57	c total clause space: 545.701MB
1631.14/1631.57	c total #watches: 706648
1632.53/1632.90	c total #propagations: 976097790 / total #impl: 4312715667 (eff. 0.226)
1632.53/1632.90	c #Conflicts:    1521000 | #Learnt:      51280 | 0.000
1632.53/1632.90	c total clause space: 545.701MB
1632.53/1632.90	c total #watches: 712763
1634.13/1634.54	c total #propagations: 976748783 / total #impl: 4315875013 (eff. 0.226)
1634.13/1634.54	c #Conflicts:    1522000 | #Learnt:      52280 | 0.000
1634.13/1634.54	c total clause space: 545.701MB
1634.13/1634.55	c total #watches: 717137
1635.83/1636.28	c total #propagations: 977322048 / total #impl: 4318740567 (eff. 0.226)
1635.83/1636.28	c #Conflicts:    1523000 | #Learnt:      53280 | 0.000
1635.83/1636.28	c total clause space: 545.701MB
1635.83/1636.28	c total #watches: 720729
1637.83/1638.27	c total #propagations: 977928316 / total #impl: 4321755808 (eff. 0.226)
1637.83/1638.27	c #Conflicts:    1524000 | #Learnt:      54280 | 0.000
1637.83/1638.27	c total clause space: 545.701MB
1637.83/1638.27	c total #watches: 723700
1639.63/1640.02	c total #propagations: 978751202 / total #impl: 4325769356 (eff. 0.226)
1639.63/1640.02	c #Conflicts:    1525000 | #Learnt:      55280 | 0.000
1639.63/1640.02	c total clause space: 545.701MB
1639.63/1640.02	c total #watches: 727317
1641.33/1641.79	c total #propagations: 979392184 / total #impl: 4329258539 (eff. 0.226)
1641.33/1641.79	c #Conflicts:    1526000 | #Learnt:      56280 | 0.000
1641.33/1641.79	c total clause space: 545.701MB
1641.33/1641.79	c total #watches: 730539
1643.33/1643.73	c total #propagations: 979998904 / total #impl: 4332768222 (eff. 0.226)
1643.33/1643.73	c #Conflicts:    1527000 | #Learnt:      57280 | 0.000
1643.33/1643.73	c total clause space: 545.701MB
1643.33/1643.73	c total #watches: 734738
1645.03/1645.50	c total #propagations: 980720547 / total #impl: 4336143587 (eff. 0.226)
1645.03/1645.50	c #Conflicts:    1528000 | #Learnt:      58280 | 0.000
1645.03/1645.50	c total clause space: 545.701MB
1645.03/1645.50	c total #watches: 739330
1646.54/1646.95	c total #propagations: 981445087 / total #impl: 4339466006 (eff. 0.226)
1646.54/1646.95	c #Conflicts:    1529000 | #Learnt:      59280 | 0.000
1646.54/1646.95	c total clause space: 545.701MB
1646.54/1646.96	c total #watches: 742961
1647.93/1648.38	c total #propagations: 981972813 / total #impl: 4341910220 (eff. 0.226)
1647.93/1648.38	c GC COLLECT
1647.93/1648.38	c #Conflicts:    1530000 | #Learnt:      30380 | 0.000
1647.93/1648.38	c total clause space: 545.701MB
1647.93/1648.38	c total #watches: 620195
1648.93/1649.36	c total #propagations: 982624494 / total #impl: 4344730696 (eff. 0.226)
1648.93/1649.36	c #Conflicts:    1531000 | #Learnt:      31380 | 0.000
1648.93/1649.36	c total clause space: 545.701MB
1648.93/1649.36	c total #watches: 624666
1649.74/1650.16	c total #propagations: 983345989 / total #impl: 4347671255 (eff. 0.226)
1649.74/1650.16	c #Conflicts:    1532000 | #Learnt:      32380 | 0.000
1649.74/1650.16	c total clause space: 545.701MB
1649.74/1650.17	c total #watches: 628277
1650.43/1650.88	c total #propagations: 983960879 / total #impl: 4350057315 (eff. 0.226)
1650.43/1650.88	c #Conflicts:    1533000 | #Learnt:      33380 | 0.000
1650.43/1650.88	c total clause space: 545.701MB
1650.43/1650.88	c total #watches: 631006
1651.43/1651.84	c total #propagations: 984486652 / total #impl: 4352285470 (eff. 0.226)
1651.43/1651.84	c #Conflicts:    1534000 | #Learnt:      34380 | 0.000
1651.43/1651.84	c total clause space: 545.701MB
1651.43/1651.84	c total #watches: 636009
1652.33/1652.72	c total #propagations: 985041912 / total #impl: 4355015142 (eff. 0.226)
1652.33/1652.72	c #Conflicts:    1535000 | #Learnt:      35380 | 0.000
1652.33/1652.72	c total clause space: 545.701MB
1652.33/1652.72	c total #watches: 639237
1653.14/1653.57	c total #propagations: 985675342 / total #impl: 4357596962 (eff. 0.226)
1653.14/1653.57	c #Conflicts:    1536000 | #Learnt:      36380 | 0.000
1653.14/1653.57	c total clause space: 545.701MB
1653.14/1653.57	c total #watches: 643066
1654.14/1654.58	c total #propagations: 986216639 / total #impl: 4359994905 (eff. 0.226)
1654.14/1654.58	c #Conflicts:    1537000 | #Learnt:      37380 | 0.000
1654.14/1654.58	c total clause space: 545.701MB
1654.14/1654.58	c total #watches: 651002
1655.24/1655.70	c total #propagations: 986853100 / total #impl: 4362981944 (eff. 0.226)
1655.24/1655.70	c #Conflicts:    1538000 | #Learnt:      38380 | 0.000
1655.24/1655.70	c total clause space: 545.701MB
1655.24/1655.70	c total #watches: 655128
1656.53/1656.91	c total #propagations: 987479940 / total #impl: 4365747494 (eff. 0.226)
1656.53/1656.91	c #Conflicts:    1539000 | #Learnt:      39380 | 0.000
1656.53/1656.91	c total clause space: 545.701MB
1656.53/1656.91	c total #watches: 660445
1657.83/1658.20	c total #propagations: 988205568 / total #impl: 4369027757 (eff. 0.226)
1657.83/1658.20	c #Conflicts:    1540000 | #Learnt:      40380 | 0.000
1657.83/1658.20	c total clause space: 545.701MB
1657.83/1658.20	c total #watches: 667502
1659.03/1659.44	c total #propagations: 988940660 / total #impl: 4372010845 (eff. 0.226)
1659.03/1659.44	c #Conflicts:    1541000 | #Learnt:      41380 | 0.000
1659.03/1659.44	c total clause space: 545.701MB
1659.03/1659.44	c total #watches: 673575
1660.13/1660.50	c total #propagations: 989597990 / total #impl: 4374847089 (eff. 0.226)
1660.13/1660.50	c #Conflicts:    1542000 | #Learnt:      42380 | 0.000
1660.13/1660.50	c total clause space: 545.701MB
1660.13/1660.50	c total #watches: 676860
1661.23/1661.63	c total #propagations: 990093456 / total #impl: 4377251889 (eff. 0.226)
1661.23/1661.63	c #Conflicts:    1543000 | #Learnt:      43380 | 0.000
1661.23/1661.63	c total clause space: 545.701MB
1661.23/1661.63	c total #watches: 682425
1662.53/1662.90	c total #propagations: 990661381 / total #impl: 4379678564 (eff. 0.226)
1662.53/1662.90	c #Conflicts:    1544000 | #Learnt:      44380 | 0.000
1662.53/1662.90	c total clause space: 545.701MB
1662.53/1662.90	c total #watches: 688291
1663.73/1664.16	c total #propagations: 991226058 / total #impl: 4382009932 (eff. 0.226)
1663.73/1664.16	c #Conflicts:    1545000 | #Learnt:      45380 | 0.000
1663.73/1664.16	c total clause space: 545.701MB
1663.73/1664.17	c total #watches: 694029
1664.53/1664.99	c total #propagations: 991765231 / total #impl: 4384350521 (eff. 0.226)
1664.53/1664.99	c #Conflicts:    1546000 | #Learnt:      46380 | 0.000
1664.53/1664.99	c total clause space: 545.701MB
1664.53/1664.99	c total #watches: 697437
1665.83/1666.22	c total #propagations: 992268441 / total #impl: 4386341637 (eff. 0.226)
1665.83/1666.22	c #Conflicts:    1547000 | #Learnt:      47380 | 0.000
1665.83/1666.22	c total clause space: 545.701MB
1665.83/1666.22	c total #watches: 701133
1666.93/1667.37	c total #propagations: 992698452 / total #impl: 4388438937 (eff. 0.226)
1666.93/1667.37	c #Conflicts:    1548000 | #Learnt:      48380 | 0.000
1666.93/1667.37	c total clause space: 545.701MB
1666.93/1667.37	c total #watches: 707172
1668.33/1668.70	c total #propagations: 993202789 / total #impl: 4390682475 (eff. 0.226)
1668.33/1668.70	c #Conflicts:    1549000 | #Learnt:      49380 | 0.000
1668.33/1668.70	c total clause space: 545.701MB
1668.33/1668.70	c total #watches: 711007
1669.73/1670.17	c total #propagations: 993676438 / total #impl: 4392920756 (eff. 0.226)
1669.73/1670.17	c #Conflicts:    1550000 | #Learnt:      50380 | 0.000
1669.73/1670.17	c total clause space: 545.701MB
1669.73/1670.17	c total #watches: 716471
1671.43/1671.86	c total #propagations: 994164307 / total #impl: 4395408694 (eff. 0.226)
1671.43/1671.86	c #Conflicts:    1551000 | #Learnt:      51380 | 0.000
1671.43/1671.86	c total clause space: 545.701MB
1671.43/1671.86	c total #watches: 720649
1672.94/1673.34	c total #propagations: 994690089 / total #impl: 4397982773 (eff. 0.226)
1672.94/1673.34	c #Conflicts:    1552000 | #Learnt:      52380 | 0.000
1672.94/1673.34	c total clause space: 545.701MB
1672.94/1673.34	c total #watches: 725264
1674.43/1674.81	c total #propagations: 995220802 / total #impl: 4401005425 (eff. 0.226)
1674.43/1674.81	c #Conflicts:    1553000 | #Learnt:      53380 | 0.000
1674.43/1674.81	c total clause space: 545.701MB
1674.43/1674.81	c total #watches: 731337
1676.13/1676.54	c total #propagations: 995844145 / total #impl: 4404871262 (eff. 0.226)
1676.13/1676.54	c #Conflicts:    1554000 | #Learnt:      54380 | 0.000
1676.13/1676.54	c total clause space: 545.701MB
1676.13/1676.54	c total #watches: 737964
1678.23/1678.63	c total #propagations: 996544741 / total #impl: 4408691769 (eff. 0.226)
1678.23/1678.63	c #Conflicts:    1555000 | #Learnt:      55380 | 0.000
1678.23/1678.63	c total clause space: 545.701MB
1678.23/1678.63	c total #watches: 744504
1680.23/1680.63	c total #propagations: 997293803 / total #impl: 4412682776 (eff. 0.226)
1680.23/1680.63	c #Conflicts:    1556000 | #Learnt:      56380 | 0.000
1680.23/1680.63	c total clause space: 545.701MB
1680.23/1680.63	c total #watches: 749669
1682.03/1682.43	c total #propagations: 997963396 / total #impl: 4416486167 (eff. 0.226)
1682.03/1682.43	c #Conflicts:    1557000 | #Learnt:      57380 | 0.000
1682.03/1682.43	c total clause space: 545.701MB
1682.03/1682.43	c total #watches: 754063
1684.13/1684.51	c total #propagations: 998509176 / total #impl: 4419263076 (eff. 0.226)
1684.13/1684.51	c #Conflicts:    1558000 | #Learnt:      58380 | 0.000
1684.13/1684.51	c total clause space: 545.701MB
1684.13/1684.51	c total #watches: 758931
1686.23/1686.61	c total #propagations: 999198786 / total #impl: 4422353240 (eff. 0.226)
1686.23/1686.61	c #Conflicts:    1559000 | #Learnt:      59380 | 0.000
1686.23/1686.61	c total clause space: 545.701MB
1686.23/1686.61	c total #watches: 762882
1688.23/1688.68	c total #propagations: 999840364 / total #impl: 4425335454 (eff. 0.226)
1688.23/1688.68	c #Conflicts:    1560000 | #Learnt:      60380 | 0.000
1688.23/1688.68	c total clause space: 545.701MB
1688.23/1688.68	c total #watches: 766757
1689.23/1689.65	c total #propagations: 1000373587 / total #impl: 4428219723 (eff. 0.226)
1689.23/1689.65	c GC COLLECT
1689.23/1689.65	c #Conflicts:    1561000 | #Learnt:      31189 | 0.000
1689.23/1689.65	c total clause space: 545.701MB
1689.23/1689.65	c total #watches: 625108
1690.23/1690.64	c total #propagations: 1000972730 / total #impl: 4430875286 (eff. 0.226)
1690.23/1690.64	c #Conflicts:    1562000 | #Learnt:      32189 | 0.000
1690.23/1690.64	c total clause space: 545.701MB
1690.23/1690.64	c total #watches: 630989
1691.33/1691.79	c total #propagations: 1001589010 / total #impl: 4433993215 (eff. 0.226)
1691.33/1691.79	c #Conflicts:    1563000 | #Learnt:      33189 | 0.000
1691.33/1691.79	c total clause space: 545.701MB
1691.33/1691.79	c total #watches: 635165
1692.63/1693.04	c total #propagations: 1002231979 / total #impl: 4437027429 (eff. 0.226)
1692.63/1693.04	c #Conflicts:    1564000 | #Learnt:      34189 | 0.000
1692.63/1693.04	c total clause space: 545.701MB
1692.63/1693.04	c total #watches: 640173
1693.73/1694.19	c total #propagations: 1002832379 / total #impl: 4439920211 (eff. 0.226)
1693.73/1694.19	c #Conflicts:    1565000 | #Learnt:      35189 | 0.000
1693.73/1694.19	c total clause space: 545.701MB
1693.73/1694.19	c total #watches: 644874
1694.83/1695.21	c total #propagations: 1003434299 / total #impl: 4443109945 (eff. 0.226)
1694.83/1695.21	c #Conflicts:    1566000 | #Learnt:      36189 | 0.000
1694.83/1695.21	c total clause space: 545.701MB
1694.83/1695.21	c total #watches: 649017
1695.73/1696.14	c total #propagations: 1003973815 / total #impl: 4446235200 (eff. 0.226)
1695.73/1696.14	c #Conflicts:    1567000 | #Learnt:      37189 | 0.000
1695.73/1696.14	c total clause space: 545.701MB
1695.73/1696.14	c total #watches: 653543
1696.63/1697.07	c total #propagations: 1004480966 / total #impl: 4449501997 (eff. 0.226)
1696.63/1697.07	c #Conflicts:    1568000 | #Learnt:      38189 | 0.000
1696.63/1697.07	c total clause space: 545.701MB
1696.63/1697.07	c total #watches: 658261
1697.82/1698.29	c total #propagations: 1004947380 / total #impl: 4452482326 (eff. 0.226)
1697.82/1698.29	c #Conflicts:    1569000 | #Learnt:      39189 | 0.000
1697.82/1698.29	c total clause space: 545.701MB
1697.82/1698.29	c total #watches: 662792
1699.23/1699.63	c total #propagations: 1005448346 / total #impl: 4455482356 (eff. 0.226)
1699.23/1699.63	c #Conflicts:    1570000 | #Learnt:      40189 | 0.000
1699.23/1699.63	c total clause space: 545.701MB
1699.23/1699.63	c total #watches: 668202
1700.62/1701.04	c total #propagations: 1005954311 / total #impl: 4458847316 (eff. 0.226)
1700.62/1701.04	c #Conflicts:    1571000 | #Learnt:      41189 | 0.000
1700.62/1701.04	c total clause space: 545.701MB
1700.62/1701.04	c total #watches: 672968
1702.22/1702.68	c total #propagations: 1006477942 / total #impl: 4462167198 (eff. 0.226)
1702.22/1702.68	c #Conflicts:    1572000 | #Learnt:      42189 | 0.000
1702.22/1702.68	c total clause space: 545.701MB
1702.22/1702.68	c total #watches: 677465
1703.92/1704.31	c total #propagations: 1007003277 / total #impl: 4465273628 (eff. 0.226)
1703.92/1704.31	c #Conflicts:    1573000 | #Learnt:      43189 | 0.000
1703.92/1704.31	c total clause space: 545.701MB
1703.92/1704.31	c total #watches: 681924
1705.72/1706.17	c total #propagations: 1007501453 / total #impl: 4468353703 (eff. 0.225)
1705.72/1706.17	c #Conflicts:    1574000 | #Learnt:      44189 | 0.000
1705.72/1706.17	c total clause space: 545.701MB
1705.72/1706.17	c total #watches: 686362
1707.62/1708.01	c total #propagations: 1008039071 / total #impl: 4471530098 (eff. 0.225)
1707.62/1708.01	c #Conflicts:    1575000 | #Learnt:      45189 | 0.000
1707.62/1708.01	c total clause space: 545.701MB
1707.62/1708.01	c total #watches: 690320
1709.32/1709.78	c total #propagations: 1008603932 / total #impl: 4474761590 (eff. 0.225)
1709.32/1709.78	c #Conflicts:    1576000 | #Learnt:      46189 | 0.000
1709.32/1709.78	c total clause space: 545.701MB
1709.32/1709.78	c total #watches: 694605
1711.12/1711.55	c total #propagations: 1009096480 / total #impl: 4477452098 (eff. 0.225)
1711.12/1711.55	c #Conflicts:    1577000 | #Learnt:      47189 | 0.000
1711.12/1711.55	c total clause space: 545.701MB
1711.12/1711.55	c total #watches: 699652
1713.22/1713.62	c total #propagations: 1009600602 / total #impl: 4480496443 (eff. 0.225)
1713.22/1713.62	c #Conflicts:    1578000 | #Learnt:      48189 | 0.000
1713.22/1713.62	c total clause space: 545.701MB
1713.22/1713.62	c total #watches: 703293
1715.22/1715.64	c total #propagations: 1010143670 / total #impl: 4483764152 (eff. 0.225)
1715.22/1715.64	c #Conflicts:    1579000 | #Learnt:      49189 | 0.000
1715.22/1715.64	c total clause space: 545.701MB
1715.22/1715.64	c total #watches: 706507
1717.32/1717.73	c total #propagations: 1010674423 / total #impl: 4486693017 (eff. 0.225)
1717.32/1717.73	c #Conflicts:    1580000 | #Learnt:      50189 | 0.000
1717.32/1717.73	c total clause space: 545.701MB
1717.32/1717.73	c total #watches: 711236
1719.22/1719.63	c total #propagations: 1011255229 / total #impl: 4490178688 (eff. 0.225)
1719.22/1719.63	c #Conflicts:    1581000 | #Learnt:      51189 | 0.000
1719.22/1719.63	c total clause space: 545.701MB
1719.22/1719.63	c total #watches: 716925
1721.12/1721.58	c total #propagations: 1011808229 / total #impl: 4493894468 (eff. 0.225)
1721.12/1721.58	c #Conflicts:    1582000 | #Learnt:      52189 | 0.000
1721.12/1721.58	c total clause space: 545.701MB
1721.12/1721.59	c total #watches: 721279
1723.32/1723.76	c total #propagations: 1012366177 / total #impl: 4497552685 (eff. 0.225)
1723.32/1723.76	c #Conflicts:    1583000 | #Learnt:      53189 | 0.000
1723.32/1723.76	c total clause space: 545.701MB
1723.32/1723.76	c total #watches: 726148
1725.62/1726.02	c total #propagations: 1012885202 / total #impl: 4500805553 (eff. 0.225)
1725.62/1726.02	c #Conflicts:    1584000 | #Learnt:      54189 | 0.000
1725.62/1726.02	c total clause space: 545.701MB
1725.62/1726.02	c total #watches: 730252
1727.93/1728.39	c total #propagations: 1013431575 / total #impl: 4504553930 (eff. 0.225)
1727.93/1728.39	c #Conflicts:    1585000 | #Learnt:      55189 | 0.000
1727.93/1728.39	c total clause space: 545.701MB
1727.93/1728.39	c total #watches: 733268
1730.32/1730.73	c total #propagations: 1013972731 / total #impl: 4507597311 (eff. 0.225)
1730.32/1730.73	c #Conflicts:    1586000 | #Learnt:      56189 | 0.000
1730.32/1730.73	c total clause space: 545.701MB
1730.32/1730.73	c total #watches: 736505
1732.82/1733.26	c total #propagations: 1014500026 / total #impl: 4510656763 (eff. 0.225)
1732.82/1733.26	c #Conflicts:    1587000 | #Learnt:      57189 | 0.000
1732.82/1733.26	c total clause space: 545.701MB
1732.82/1733.26	c total #watches: 740949
1735.42/1735.80	c total #propagations: 1015045027 / total #impl: 4513860234 (eff. 0.225)
1735.42/1735.80	c #Conflicts:    1588000 | #Learnt:      58189 | 0.000
1735.42/1735.80	c total clause space: 545.701MB
1735.42/1735.80	c total #watches: 746300
1737.92/1738.33	c total #propagations: 1015604791 / total #impl: 4517803275 (eff. 0.225)
1737.92/1738.33	c #Conflicts:    1589000 | #Learnt:      59189 | 0.000
1737.92/1738.33	c total clause space: 545.701MB
1737.92/1738.33	c total #watches: 751310
1740.52/1740.99	c total #propagations: 1016189606 / total #impl: 4521810066 (eff. 0.225)
1740.52/1740.99	c #Conflicts:    1590000 | #Learnt:      60189 | 0.000
1740.52/1740.99	c total clause space: 545.701MB
1740.52/1740.99	c total #watches: 754296
1742.02/1742.41	c total #propagations: 1016690786 / total #impl: 4525024497 (eff. 0.225)
1742.02/1742.41	c GC COLLECT
1742.02/1742.41	c #Conflicts:    1591000 | #Learnt:      30686 | 0.000
1742.02/1742.41	c total clause space: 545.701MB
1742.02/1742.41	c total #watches: 621581
1742.72/1743.18	c total #propagations: 1017280294 / total #impl: 4527205728 (eff. 0.225)
1742.72/1743.18	c #Conflicts:    1592000 | #Learnt:      31686 | 0.000
1742.72/1743.18	c total clause space: 545.701MB
1742.72/1743.18	c total #watches: 625370
1743.52/1743.98	c total #propagations: 1017926153 / total #impl: 4529542577 (eff. 0.225)
1743.52/1743.98	c #Conflicts:    1593000 | #Learnt:      32686 | 0.000
1743.52/1743.98	c total clause space: 545.701MB
1743.52/1743.98	c total #watches: 629075
1744.32/1744.78	c total #propagations: 1018583843 / total #impl: 4532030745 (eff. 0.225)
1744.32/1744.78	c #Conflicts:    1594000 | #Learnt:      33686 | 0.000
1744.32/1744.78	c total clause space: 545.701MB
1744.32/1744.78	c total #watches: 632826
1745.22/1745.70	c total #propagations: 1019238651 / total #impl: 4534550881 (eff. 0.225)
1745.22/1745.70	c #Conflicts:    1595000 | #Learnt:      34686 | 0.000
1745.22/1745.70	c total clause space: 545.701MB
1745.22/1745.70	c total #watches: 636977
1746.12/1746.56	c total #propagations: 1019933407 / total #impl: 4537101927 (eff. 0.225)
1746.12/1746.56	c #Conflicts:    1596000 | #Learnt:      35686 | 0.000
1746.12/1746.56	c total clause space: 545.701MB
1746.12/1746.56	c total #watches: 641302
1747.02/1747.48	c total #propagations: 1020573117 / total #impl: 4539475888 (eff. 0.225)
1747.02/1747.48	c #Conflicts:    1597000 | #Learnt:      36686 | 0.000
1747.02/1747.48	c total clause space: 545.701MB
1747.02/1747.48	c total #watches: 645568
1747.92/1748.37	c total #propagations: 1021230126 / total #impl: 4541977656 (eff. 0.225)
1747.92/1748.37	c #Conflicts:    1598000 | #Learnt:      37686 | 0.000
1747.92/1748.37	c total clause space: 545.701MB
1747.92/1748.37	c total #watches: 649291
1748.92/1749.32	c total #propagations: 1021867424 / total #impl: 4544362564 (eff. 0.225)
1748.92/1749.32	c #Conflicts:    1599000 | #Learnt:      38686 | 0.000
1748.92/1749.32	c total clause space: 545.701MB
1748.92/1749.32	c total #watches: 653318
1749.82/1750.28	c total #propagations: 1022513997 / total #impl: 4546918627 (eff. 0.225)
1749.82/1750.28	c #Conflicts:    1600000 | #Learnt:      39686 | 0.000
1749.82/1750.28	c total clause space: 545.701MB
1749.82/1750.28	c total #watches: 657172
1750.82/1751.29	c total #propagations: 1023159352 / total #impl: 4549402886 (eff. 0.225)
1750.82/1751.29	c #Conflicts:    1601000 | #Learnt:      40686 | 0.000
1750.82/1751.29	c total clause space: 545.701MB
1750.82/1751.29	c total #watches: 661082
1751.92/1752.36	c total #propagations: 1023802700 / total #impl: 4551923335 (eff. 0.225)
1751.92/1752.36	c #Conflicts:    1602000 | #Learnt:      41686 | 0.000
1751.92/1752.36	c total clause space: 545.701MB
1751.92/1752.36	c total #watches: 664784
1753.02/1753.40	c total #propagations: 1024464373 / total #impl: 4554467354 (eff. 0.225)
1753.02/1753.40	c #Conflicts:    1603000 | #Learnt:      42686 | 0.000
1753.02/1753.40	c total clause space: 545.701MB
1753.02/1753.41	c total #watches: 668437
1754.01/1754.41	c total #propagations: 1025098073 / total #impl: 4556815100 (eff. 0.225)
1754.01/1754.41	c #Conflicts:    1604000 | #Learnt:      43686 | 0.000
1754.01/1754.41	c total clause space: 545.701MB
1754.01/1754.41	c total #watches: 671472
1755.11/1755.56	c total #propagations: 1025661311 / total #impl: 4558995854 (eff. 0.225)
1755.11/1755.56	c #Conflicts:    1605000 | #Learnt:      44686 | 0.000
1755.11/1755.56	c total clause space: 545.701MB
1755.11/1755.56	c total #watches: 674735
1756.21/1756.68	c total #propagations: 1026301073 / total #impl: 4561323451 (eff. 0.225)
1756.21/1756.68	c #Conflicts:    1606000 | #Learnt:      45686 | 0.000
1756.21/1756.68	c total clause space: 545.701MB
1756.21/1756.68	c total #watches: 677772
1757.41/1757.83	c total #propagations: 1026937587 / total #impl: 4563777253 (eff. 0.225)
1757.41/1757.83	c #Conflicts:    1607000 | #Learnt:      46686 | 0.000
1757.41/1757.83	c total clause space: 545.701MB
1757.41/1757.83	c total #watches: 681738
1758.62/1759.03	c total #propagations: 1027575670 / total #impl: 4566334968 (eff. 0.225)
1758.62/1759.03	c #Conflicts:    1608000 | #Learnt:      47686 | 0.000
1758.62/1759.03	c total clause space: 545.701MB
1758.62/1759.03	c total #watches: 685097
1759.91/1760.37	c total #propagations: 1028213908 / total #impl: 4568810381 (eff. 0.225)
1759.91/1760.37	c #Conflicts:    1609000 | #Learnt:      48686 | 0.000
1759.91/1760.37	c total clause space: 545.701MB
1759.91/1760.37	c total #watches: 688485
1761.21/1761.68	c total #propagations: 1028869432 / total #impl: 4571558694 (eff. 0.225)
1761.21/1761.68	c #Conflicts:    1610000 | #Learnt:      49686 | 0.000
1761.21/1761.68	c total clause space: 545.701MB
1761.21/1761.68	c total #watches: 692422
1762.51/1762.93	c total #propagations: 1029529553 / total #impl: 4574280259 (eff. 0.225)
1762.51/1762.93	c #Conflicts:    1611000 | #Learnt:      50686 | 0.000
1762.51/1762.93	c total clause space: 545.701MB
1762.51/1762.93	c total #watches: 696081
1763.71/1764.19	c total #propagations: 1030112727 / total #impl: 4576529070 (eff. 0.225)
1763.71/1764.19	c #Conflicts:    1612000 | #Learnt:      51686 | 0.000
1763.71/1764.19	c total clause space: 545.701MB
1763.71/1764.19	c total #watches: 699583
1765.01/1765.46	c total #propagations: 1030736267 / total #impl: 4579127236 (eff. 0.225)
1765.01/1765.46	c #Conflicts:    1613000 | #Learnt:      52686 | 0.000
1765.01/1765.46	c total clause space: 545.701MB
1765.01/1765.46	c total #watches: 703090
1766.51/1766.93	c total #propagations: 1031337870 / total #impl: 4581558361 (eff. 0.225)
1766.51/1766.93	c #Conflicts:    1614000 | #Learnt:      53686 | 0.000
1766.51/1766.93	c total clause space: 545.701MB
1766.51/1766.93	c total #watches: 706869
1768.01/1768.40	c total #propagations: 1032018410 / total #impl: 4584270472 (eff. 0.225)
1768.01/1768.40	c #Conflicts:    1615000 | #Learnt:      54686 | 0.000
1768.01/1768.40	c total clause space: 545.701MB
1768.01/1768.40	c total #watches: 710036
1769.51/1769.93	c total #propagations: 1032692168 / total #impl: 4586960175 (eff. 0.225)
1769.51/1769.93	c #Conflicts:    1616000 | #Learnt:      55686 | 0.000
1769.51/1769.93	c total clause space: 545.701MB
1769.51/1769.93	c total #watches: 713387
1771.11/1771.50	c total #propagations: 1033354905 / total #impl: 4589563318 (eff. 0.225)
1771.11/1771.50	c #Conflicts:    1617000 | #Learnt:      56686 | 0.000
1771.11/1771.50	c total clause space: 545.701MB
1771.11/1771.50	c total #watches: 716919
1772.91/1773.31	c total #propagations: 1033957403 / total #impl: 4591902974 (eff. 0.225)
1772.91/1773.31	c #Conflicts:    1618000 | #Learnt:      57686 | 0.000
1772.91/1773.31	c total clause space: 545.701MB
1772.91/1773.31	c total #watches: 720889
1774.51/1774.99	c total #propagations: 1034605151 / total #impl: 4594458948 (eff. 0.225)
1774.51/1774.99	c #Conflicts:    1619000 | #Learnt:      58686 | 0.000
1774.51/1774.99	c total clause space: 545.701MB
1774.51/1774.99	c total #watches: 724094
1776.31/1776.71	c total #propagations: 1035205185 / total #impl: 4596908732 (eff. 0.225)
1776.31/1776.71	c #Conflicts:    1620000 | #Learnt:      59686 | 0.000
1776.31/1776.71	c total clause space: 545.701MB
1776.31/1776.71	c total #watches: 727914
1777.81/1778.27	c total #propagations: 1035830300 / total #impl: 4599437790 (eff. 0.225)
1777.81/1778.27	c #Conflicts:    1621000 | #Learnt:      60686 | 0.000
1777.81/1778.27	c total clause space: 545.701MB
1777.81/1778.27	c total #watches: 731671
1779.21/1779.69	c total #propagations: 1036359832 / total #impl: 4601534757 (eff. 0.225)
1779.21/1779.69	c GC COLLECT
1779.21/1779.69	c #Conflicts:    1622000 | #Learnt:      30870 | 0.000
1779.21/1779.69	c total clause space: 545.701MB
1779.21/1779.69	c total #watches: 622333
1780.01/1780.45	c total #propagations: 1036778062 / total #impl: 4603289966 (eff. 0.225)
1780.01/1780.45	c #Conflicts:    1623000 | #Learnt:      31870 | 0.000
1780.01/1780.45	c total clause space: 545.701MB
1780.01/1780.45	c total #watches: 625747
1780.81/1781.23	c total #propagations: 1037430812 / total #impl: 4605654741 (eff. 0.225)
1780.81/1781.23	c #Conflicts:    1624000 | #Learnt:      32870 | 0.000
1780.81/1781.23	c total clause space: 545.701MB
1780.81/1781.23	c total #watches: 629918
1781.61/1782.05	c total #propagations: 1038088672 / total #impl: 4608205694 (eff. 0.225)
1781.61/1782.05	c #Conflicts:    1625000 | #Learnt:      33870 | 0.000
1781.61/1782.05	c total clause space: 545.701MB
1781.61/1782.05	c total #watches: 634104
1782.51/1782.92	c total #propagations: 1038752170 / total #impl: 4610857990 (eff. 0.225)
1782.51/1782.92	c #Conflicts:    1626000 | #Learnt:      34870 | 0.000
1782.51/1782.92	c total clause space: 545.701MB
1782.51/1782.92	c total #watches: 637558
1783.41/1783.85	c total #propagations: 1039420536 / total #impl: 4613631681 (eff. 0.225)
1783.41/1783.85	c #Conflicts:    1627000 | #Learnt:      35870 | 0.000
1783.41/1783.85	c total clause space: 545.701MB
1783.41/1783.85	c total #watches: 642330
1784.41/1784.88	c total #propagations: 1040099682 / total #impl: 4616249544 (eff. 0.225)
1784.41/1784.88	c #Conflicts:    1628000 | #Learnt:      36870 | 0.000
1784.41/1784.88	c total clause space: 545.701MB
1784.41/1784.88	c total #watches: 646731
1785.51/1785.98	c total #propagations: 1040798275 / total #impl: 4618954107 (eff. 0.225)
1785.51/1785.98	c #Conflicts:    1629000 | #Learnt:      37870 | 0.000
1785.51/1785.98	c total clause space: 545.701MB
1785.51/1785.98	c total #watches: 650994
1786.51/1786.98	c total #propagations: 1041492356 / total #impl: 4621714676 (eff. 0.225)
1786.51/1786.98	c #Conflicts:    1630000 | #Learnt:      38870 | 0.000
1786.51/1786.98	c total clause space: 545.701MB
1786.51/1786.98	c total #watches: 655313
1787.71/1788.12	c total #propagations: 1042114967 / total #impl: 4624429154 (eff. 0.225)
1787.71/1788.12	c #Conflicts:    1631000 | #Learnt:      39870 | 0.000
1787.71/1788.12	c total clause space: 545.701MB
1787.71/1788.12	c total #watches: 659236
1788.81/1789.22	c total #propagations: 1042771918 / total #impl: 4627145245 (eff. 0.225)
1788.81/1789.22	c #Conflicts:    1632000 | #Learnt:      40870 | 0.000
1788.81/1789.22	c total clause space: 545.701MB
1788.81/1789.22	c total #watches: 662435
1789.80/1790.23	c total #propagations: 1043413305 / total #impl: 4629831249 (eff. 0.225)
1789.80/1790.23	c #Conflicts:    1633000 | #Learnt:      41870 | 0.000
1789.80/1790.23	c total clause space: 545.701MB
1789.80/1790.23	c total #watches: 667536
1790.90/1791.35	c total #propagations: 1043956062 / total #impl: 4632415734 (eff. 0.225)
1790.90/1791.35	c #Conflicts:    1634000 | #Learnt:      42870 | 0.000
1790.90/1791.35	c total clause space: 545.701MB
1790.90/1791.35	c total #watches: 670414
1792.10/1792.53	c total #propagations: 1044571656 / total #impl: 4634897426 (eff. 0.225)
1792.10/1792.53	c #Conflicts:    1635000 | #Learnt:      43870 | 0.000
1792.10/1792.53	c total clause space: 545.701MB
1792.10/1792.53	c total #watches: 674326
1793.30/1793.79	c total #propagations: 1045178081 / total #impl: 4637509737 (eff. 0.225)
1793.30/1793.79	c #Conflicts:    1636000 | #Learnt:      44870 | 0.000
1793.30/1793.79	c total clause space: 545.701MB
1793.30/1793.79	c total #watches: 677807
1794.70/1795.11	c total #propagations: 1045796653 / total #impl: 4640270862 (eff. 0.225)
1794.70/1795.11	c #Conflicts:    1637000 | #Learnt:      45870 | 0.000
1794.70/1795.11	c total clause space: 545.701MB
1794.70/1795.11	c total #watches: 681299
1796.01/1796.47	c total #propagations: 1046494439 / total #impl: 4643440261 (eff. 0.225)
1796.01/1796.47	c #Conflicts:    1638000 | #Learnt:      46870 | 0.000
1796.01/1796.47	c total clause space: 545.701MB
1796.01/1796.47	c total #watches: 685347
1797.40/1797.87	c total #propagations: 1047176709 / total #impl: 4646399019 (eff. 0.225)
1797.40/1797.87	c #Conflicts:    1639000 | #Learnt:      47870 | 0.000
1797.40/1797.87	c total clause space: 545.701MB
1797.40/1797.87	c total #watches: 688629
1798.70/1799.19	c total #propagations: 1047845005 / total #impl: 4649523454 (eff. 0.225)
1798.70/1799.19	c #Conflicts:    1640000 | #Learnt:      48870 | 0.000
1798.70/1799.19	c total clause space: 545.701MB
1798.70/1799.19	c total #watches: 692296

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4087828-1465437467/watcher-4087828-1465437467 -o /tmp/evaluation-result-4087828-1465437467/solver-4087828-1465437467 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1465427031-31792 --watchdog 1960 --input HOME/instance-4087828-1465437467.opb ./cdcl-cuttingplanes-opt-binarysearch-release 

pid=880
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.98 2.02 2.15 3/176 883
/proc/meminfo: memFree=30106940/32872528 swapFree=11452/354844
[pid=883] ppid=880 vsize=55976 CPUtime=0 cores=1,3,5,7
/proc/883/stat : 883 (cdcl-cuttingpla) R 880 883 31775 0 -1 4202496 238 0 0 0 0 0 0 0 20 0 1 0 125680210 57319424 3185 33554432000 4194304 6211289 140737423303872 140737423303176 4206599 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/883/statm: 13994 3185 98 493 0 13491 0

[startup+0.100172 s]
/proc/loadavg: 1.98 2.02 2.15 3/176 883
/proc/meminfo: memFree=30106940/32872528 swapFree=11452/354844
[pid=883] ppid=880 vsize=59768 CPUtime=0.08 cores=1,3,5,7
/proc/883/stat : 883 (cdcl-cuttingpla) R 880 883 31775 0 -1 4202496 1521 0 0 0 8 0 0 0 20 0 1 0 125680210 61202432 11748 33554432000 4194304 6211289 140737423303872 140737423303176 5418912 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/883/statm: 14942 11748 121 493 0 14439 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 59768

[startup+0.200336 s]
/proc/loadavg: 1.98 2.02 2.15 3/176 883
/proc/meminfo: memFree=30106940/32872528 swapFree=11452/354844
[pid=883] ppid=880 vsize=63472 CPUtime=0.18 cores=1,3,5,7
/proc/883/stat : 883 (cdcl-cuttingpla) R 880 883 31775 0 -1 4202496 1741 0 0 0 18 0 0 0 20 0 1 0 125680210 64995328 12064 33554432000 4194304 6211289 140737423303872 140737423303176 5418912 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/883/statm: 15868 12064 121 493 0 15365 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 63472

[startup+0.411686 s]
/proc/loadavg: 1.98 2.02 2.15 3/176 883
/proc/meminfo: memFree=30106940/32872528 swapFree=11452/354844
[pid=883] ppid=880 vsize=84716 CPUtime=0.4 cores=1,3,5,7
/proc/883/stat : 883 (cdcl-cuttingpla) R 880 883 31775 0 -1 4202496 3405 0 0 0 38 2 0 0 20 0 1 0 125680210 86749184 17497 33554432000 4194304 6211289 140737423303872 140737423301336 4768467 0 0 4096 8388610 0 0 0 17 7 0 0 0 0 0
/proc/883/statm: 21179 17497 143 493 0 20676 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 84716

[startup+0.700184 s]
/proc/loadavg: 1.98 2.02 2.15 3/176 883
/proc/meminfo: memFree=30106940/32872528 swapFree=11452/354844
[pid=883] ppid=880 vsize=111180 CPUtime=0.69 cores=1,3,5,7
/proc/883/stat : 883 (cdcl-cuttingpla) R 880 883 31775 0 -1 4202496 4951 0 0 0 66 3 0 0 20 0 1 0 125680210 113848320 24153 33554432000 4194304 6211289 140737423303872 140737423301752 5151400 0 0 4096 8388610 0 0 0 17 7 0 0 0 0 0
/proc/883/statm: 27795 24153 144 493 0 27292 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 111180

[startup+1.50033 s]
/proc/loadavg: 1.98 2.02 2.15 3/177 884
/proc/meminfo: memFree=29971496/32872528 swapFree=11452/354844
[pid=883] ppid=880 vsize=180396 CPUtime=1.49 cores=1,3,5,7
/proc/883/stat : 883 (cdcl-cuttingpla) R 880 883 31775 0 -1 4202496 9599 0 0 0 145 4 0 0 20 0 1 0 125680210 184725504 37498 33554432000 4194304 6211289 140737423303872 140737423301752 4366963 0 0 4096 8388610 0 0 0 17 1 0 0 0 0 0
/proc/883/statm: 45099 37498 144 493 0 44596 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 180396

[startup+3.10031 s]
/proc/loadavg: 1.98 2.02 2.15 3/177 884
/proc/meminfo: memFree=29942828/32872528 swapFree=11452/354844
[pid=883] ppid=880 vsize=199364 CPUtime=3.08 cores=1,3,5,7
/proc/883/stat : 883 (cdcl-cuttingpla) R 880 883 31775 0 -1 4202496 10355 0 0 0 304 4 0 0 20 0 1 0 125680210 204148736 42161 33554432000 4194304 6211289 140737423303872 140737423302216 4209388 0 0 4096 8388610 0 0 0 17 1 0 0 0 0 0
/proc/883/statm: 49841 42161 219 493 0 49338 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 199364

[startup+6.3003 s]
/proc/loadavg: 2.06 2.04 2.16 3/177 884
/proc/meminfo: memFree=29932720/32872528 swapFree=11452/354844
[pid=883] ppid=880 vsize=199364 CPUtime=6.28 cores=1,3,5,7
/proc/883/stat : 883 (cdcl-cuttingpla) R 880 883 31775 0 -1 4202496 10359 0 0 0 624 4 0 0 20 0 1 0 125680210 204148736 44209 33554432000 4194304 6211289 140737423303872 140737423302216 4240824 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/883/statm: 49841 44209 219 493 0 49338 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 199364

[startup+12.7003 s]
/proc/loadavg: 2.05 2.04 2.15 3/177 884
/proc/meminfo: memFree=29913764/32872528 swapFree=11452/354844
[pid=883] ppid=880 vsize=230184 CPUtime=12.69 cores=1,3,5,7
/proc/883/stat : 883 (cdcl-cuttingpla) R 880 883 31775 0 -1 4202496 10484 0 0 0 1264 5 0 0 20 0 1 0 125680210 235708416 48372 33554432000 4194304 6211289 140737423303872 140737423302216 5319590 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/883/statm: 57546 48372 219 493 0 57043 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 230184

[startup+25.5072 s]
/proc/loadavg: 2.04 2.04 2.15 3/177 884
/proc/meminfo: memFree=29913772/32872528 swapFree=11452/354844
[pid=883] ppid=880 vsize=230184 CPUtime=25.49 cores=1,3,5,7
/proc/883/stat : 883 (cdcl-cuttingpla) R 880 883 31775 0 -1 4202496 10484 0 0 0 2544 5 0 0 20 0 1 0 125680210 235708416 48372 33554432000 4194304 6211289 140737423303872 140737423302216 4209464 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/883/statm: 57546 48372 219 493 0 57043 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 230184

[startup+51.1003 s]
/proc/loadavg: 2.03 2.03 2.15 3/177 884
/proc/meminfo: memFree=29905456/32872528 swapFree=11452/354844
[pid=883] ppid=880 vsize=230184 CPUtime=51.08 cores=1,3,5,7
/proc/883/stat : 883 (cdcl-cuttingpla) R 880 883 31775 0 -1 4202496 10488 0 0 0 5103 5 0 0 20 0 1 0 125680210 235708416 50420 33554432000 4194304 6211289 140737423303872 140737423302216 4209322 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/883/statm: 57546 50420 219 493 0 57043 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 230184

[startup+102.3 s]
/proc/loadavg: 2.01 2.03 2.14 4/177 885
/proc/meminfo: memFree=29871936/32872528 swapFree=11452/354844
[pid=883] ppid=880 vsize=280272 CPUtime=102.27 cores=1,3,5,7
/proc/883/stat : 883 (cdcl-cuttingpla) R 880 883 31775 0 -1 4202496 11366 0 0 0 10221 6 0 0 20 0 1 0 125680210 286998528 58612 33554432000 4194304 6211289 140737423303872 140737423302216 4202014 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/883/statm: 70068 58612 219 493 0 69565 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 280272

[startup+162.3 s]
/proc/loadavg: 1.95 2.00 2.12 3/177 1262
/proc/meminfo: memFree=30678484/32872528 swapFree=11452/354844
[pid=883] ppid=880 vsize=280272 CPUtime=162.26 cores=1,3,5,7
/proc/883/stat : 883 (cdcl-cuttingpla) R 880 883 31775 0 -1 4202496 11368 0 0 0 16220 6 0 0 20 0 1 0 125680210 286998528 58612 33554432000 4194304 6211289 140737423303872 140737423302216 4202014 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/883/statm: 70068 58612 219 493 0 69565 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 280272

[startup+222.3 s]
/proc/loadavg: 2.03 2.01 2.11 3/178 1287
/proc/meminfo: memFree=30604064/32872528 swapFree=11452/354844
[pid=883] ppid=880 vsize=280272 CPUtime=222.24 cores=1,3,5,7
/proc/883/stat : 883 (cdcl-cuttingpla) R 880 883 31775 0 -1 4202496 11763 0 0 0 22217 7 0 0 20 0 1 0 125680210 286998528 64456 33554432000 4194304 6211289 140737423303872 140737423302216 4209342 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/883/statm: 70068 64456 219 493 0 69565 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 280272

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.10 3/177 1288
/proc/meminfo: memFree=30561048/32872528 swapFree=11452/354844
[pid=883] ppid=880 vsize=361660 CPUtime=282.22 cores=1,3,5,7
/proc/883/stat : 883 (cdcl-cuttingpla) R 880 883 31775 0 -1 4202496 12488 0 0 0 28214 8 0 0 20 0 1 0 125680210 370339840 72100 33554432000 4194304 6211289 140737423303872 140737423302216 4209314 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/883/statm: 90415 72100 219 493 0 89912 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 361660

[startup+342.307 s]
/proc/loadavg: 2.00 2.00 2.09 3/177 1290
/proc/meminfo: memFree=30531128/32872528 swapFree=11452/354844
[pid=883] ppid=880 vsize=361660 CPUtime=342.22 cores=1,3,5,7
/proc/883/stat : 883 (cdcl-cuttingpla) R 880 883 31775 0 -1 4202496 12515 0 0 0 34214 8 0 0 20 0 1 0 125680210 370339840 79276 33554432000 4194304 6211289 140737423303872 140737423302216 4202033 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/883/statm: 90415 79276 219 493 0 89912 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 361660

[startup+402.3 s]
/proc/loadavg: 2.10 2.03 2.09 3/177 1291
/proc/meminfo: memFree=30510428/32872528 swapFree=11452/354844
[pid=883] ppid=880 vsize=361660 CPUtime=402.2 cores=1,3,5,7
/proc/883/stat : 883 (cdcl-cuttingpla) R 880 883 31775 0 -1 4202496 12541 0 0 0 40212 8 0 0 20 0 1 0 125680210 370339840 79812 33554432000 4194304 6211289 140737423303872 140737423302216 4209376 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/883/statm: 90415 79812 219 493 0 89912 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 361660

[startup+462.3 s]
/proc/loadavg: 2.07 2.03 2.09 3/177 1292
/proc/meminfo: memFree=30462996/32872528 swapFree=11452/354844
[pid=883] ppid=880 vsize=362188 CPUtime=462.19 cores=1,3,5,7
/proc/883/stat : 883 (cdcl-cuttingpla) R 880 883 31775 0 -1 4202496 12668 0 0 0 46211 8 0 0 20 0 1 0 125680210 370880512 79939 33554432000 4194304 6211289 140737423303872 140737423302216 4209376 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/883/statm: 90547 79939 219 493 0 90044 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 362188

[startup+522.3 s]
/proc/loadavg: 2.13 2.06 2.09 3/177 1295
/proc/meminfo: memFree=30462380/32872528 swapFree=11452/354844
[pid=883] ppid=880 vsize=362620 CPUtime=522.19 cores=1,3,5,7
/proc/883/stat : 883 (cdcl-cuttingpla) R 880 883 31775 0 -1 4202496 12761 0 0 0 52210 9 0 0 20 0 1 0 125680210 371322880 80032 33554432000 4194304 6211289 140737423303872 140737423302216 4209388 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/883/statm: 90655 80032 219 493 0 90152 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 362620

[startup+582.3 s]
/proc/loadavg: 2.05 2.04 2.08 3/177 1296
/proc/meminfo: memFree=30418688/32872528 swapFree=11452/354844
[pid=883] ppid=880 vsize=495836 CPUtime=582.18 cores=1,3,5,7
/proc/883/stat : 883 (cdcl-cuttingpla) R 880 883 31775 0 -1 4202496 13644 0 0 0 58208 10 0 0 20 0 1 0 125680210 507736064 90890 33554432000 4194304 6211289 140737423303872 140737423302216 4209403 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/883/statm: 123959 90890 219 493 0 123456 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 495836


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


[startup+942.3 s]
/proc/loadavg: 2.05 2.04 2.07 3/177 1308
/proc/meminfo: memFree=30263052/32872528 swapFree=11452/354844
[pid=883] ppid=880 vsize=714192 CPUtime=942.09 cores=1,3,5,7
/proc/883/stat : 883 (cdcl-cuttingpla) R 880 883 31775 0 -1 4202496 15519 0 0 0 94193 16 0 0 20 0 1 0 125680210 731332608 120434 33554432000 4194304 6211289 140737423303872 140737423302216 4209392 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/883/statm: 178548 120434 219 493 0 178045 0
Current children cumulated CPU time (s) 942.09
Current children cumulated vsize (KiB) 714192

[startup+1002.31 s]
/proc/loadavg: 2.05 2.04 2.07 3/177 1310
/proc/meminfo: memFree=30261628/32872528 swapFree=11452/354844
[pid=883] ppid=880 vsize=714868 CPUtime=1002.08 cores=1,3,5,7
/proc/883/stat : 883 (cdcl-cuttingpla) R 880 883 31775 0 -1 4202496 15707 0 0 0 100192 16 0 0 20 0 1 0 125680210 732024832 120621 33554432000 4194304 6211289 140737423303872 140737423302216 4209392 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/883/statm: 178717 120621 219 493 0 178214 0
Current children cumulated CPU time (s) 1002.08
Current children cumulated vsize (KiB) 714868

[startup+1062.3 s]
/proc/loadavg: 2.10 2.05 2.07 3/177 1311
/proc/meminfo: memFree=30261012/32872528 swapFree=11452/354844
[pid=883] ppid=880 vsize=715316 CPUtime=1062.07 cores=1,3,5,7
/proc/883/stat : 883 (cdcl-cuttingpla) R 880 883 31775 0 -1 4202496 15787 0 0 0 106191 16 0 0 20 0 1 0 125680210 732483584 120701 33554432000 4194304 6211289 140737423303872 140737423301864 4240059 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/883/statm: 178829 120701 219 493 0 178326 0
Current children cumulated CPU time (s) 1062.07
Current children cumulated vsize (KiB) 715316

[startup+1122.3 s]
/proc/loadavg: 2.11 2.05 2.07 3/177 1312
/proc/meminfo: memFree=30255572/32872528 swapFree=11452/354844
[pid=883] ppid=880 vsize=716024 CPUtime=1122.06 cores=1,3,5,7
/proc/883/stat : 883 (cdcl-cuttingpla) R 880 883 31775 0 -1 4202496 15980 0 0 0 112190 16 0 0 20 0 1 0 125680210 733208576 120894 33554432000 4194304 6211289 140737423303872 140737423302216 4209322 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/883/statm: 179006 120894 219 493 0 178503 0
Current children cumulated CPU time (s) 1122.06
Current children cumulated vsize (KiB) 716024

[startup+1182.3 s]
/proc/loadavg: 2.12 2.07 2.07 3/177 1313
/proc/meminfo: memFree=30194568/32872528 swapFree=11452/354844
[pid=883] ppid=880 vsize=716308 CPUtime=1182.05 cores=1,3,5,7
/proc/883/stat : 883 (cdcl-cuttingpla) R 880 883 31775 0 -1 4202496 16038 0 0 0 118189 16 0 0 20 0 1 0 125680210 733499392 120952 33554432000 4194304 6211289 140737423303872 140737423302216 4209392 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/883/statm: 179077 120952 219 493 0 178574 0
Current children cumulated CPU time (s) 1182.05
Current children cumulated vsize (KiB) 716308

[startup+1242.3 s]
/proc/loadavg: 2.04 2.05 2.07 3/177 1315
/proc/meminfo: memFree=29784860/32872528 swapFree=11452/354844
[pid=883] ppid=880 vsize=716464 CPUtime=1242.04 cores=1,3,5,7
/proc/883/stat : 883 (cdcl-cuttingpla) R 880 883 31775 0 -1 4202496 16076 0 0 0 124188 16 0 0 20 0 1 0 125680210 733659136 120990 33554432000 4194304 6211289 140737423303872 140737423302216 4209306 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/883/statm: 179116 120990 219 493 0 178613 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 716464

[startup+1302.3 s]
/proc/loadavg: 2.01 2.04 2.06 3/177 1316
/proc/meminfo: memFree=29706604/32872528 swapFree=11452/354844
[pid=883] ppid=880 vsize=716660 CPUtime=1302.03 cores=1,3,5,7
/proc/883/stat : 883 (cdcl-cuttingpla) R 880 883 31775 0 -1 4202496 16132 0 0 0 130187 16 0 0 20 0 1 0 125680210 733859840 121046 33554432000 4194304 6211289 140737423303872 140737423302216 4239834 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/883/statm: 179165 121046 219 493 0 178662 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 716660

[startup+1362.3 s]
/proc/loadavg: 2.00 2.03 2.06 3/178 1320
/proc/meminfo: memFree=29697888/32872528 swapFree=11452/354844
[pid=883] ppid=880 vsize=717020 CPUtime=1362.02 cores=1,3,5,7
/proc/883/stat : 883 (cdcl-cuttingpla) R 880 883 31775 0 -1 4202496 16215 0 0 0 136186 16 0 0 20 0 1 0 125680210 734228480 121129 33554432000 4194304 6211289 140737423303872 140737423302216 4209273 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/883/statm: 179255 121129 219 493 0 178752 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 717020

[startup+1422.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/177 1322
/proc/meminfo: memFree=29689320/32872528 swapFree=11452/354844
[pid=883] ppid=880 vsize=717300 CPUtime=1422.01 cores=1,3,5,7
/proc/883/stat : 883 (cdcl-cuttingpla) R 880 883 31775 0 -1 4202496 16285 0 0 0 142185 16 0 0 20 0 1 0 125680210 734515200 121199 33554432000 4194304 6211289 140737423303872 140737423302216 4209163 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/883/statm: 179325 121199 219 493 0 178822 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 717300

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/177 1323
/proc/meminfo: memFree=29678604/32872528 swapFree=11452/354844
[pid=883] ppid=880 vsize=717464 CPUtime=1481.99 cores=1,3,5,7
/proc/883/stat : 883 (cdcl-cuttingpla) R 880 883 31775 0 -1 4202496 16353 0 0 0 148183 16 0 0 20 0 1 0 125680210 734683136 121249 33554432000 4194304 6211289 140737423303872 140737423302216 4242438 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/883/statm: 179366 121249 219 493 0 178863 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 717464

[startup+1542.3 s]
/proc/loadavg: 2.03 2.03 2.04 3/177 1325
/proc/meminfo: memFree=29665940/32872528 swapFree=11452/354844
[pid=883] ppid=880 vsize=717628 CPUtime=1541.97 cores=1,3,5,7
/proc/883/stat : 883 (cdcl-cuttingpla) R 880 883 31775 0 -1 4202496 16435 0 0 0 154180 17 0 0 20 0 1 0 125680210 734851072 121289 33554432000 4194304 6211289 140737423303872 140737423302216 4201983 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/883/statm: 179407 121289 219 493 0 178904 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 717628

[startup+1602.3 s]
/proc/loadavg: 2.12 2.05 2.05 3/177 1326
/proc/meminfo: memFree=29655228/32872528 swapFree=11452/354844
[pid=883] ppid=880 vsize=717832 CPUtime=1601.94 cores=1,3,5,7
/proc/883/stat : 883 (cdcl-cuttingpla) R 880 883 31775 0 -1 4202496 16493 0 0 0 160177 17 0 0 20 0 1 0 125680210 735059968 121327 33554432000 4194304 6211289 140737423303872 140737423302216 4209339 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/883/statm: 179458 121327 219 493 0 178955 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 717832

[startup+1662.31 s]
/proc/loadavg: 2.04 2.04 2.04 3/177 1327
/proc/meminfo: memFree=29646812/32872528 swapFree=11452/354844
[pid=883] ppid=880 vsize=717996 CPUtime=1661.94 cores=1,3,5,7
/proc/883/stat : 883 (cdcl-cuttingpla) R 880 883 31775 0 -1 4202496 16534 0 0 0 166177 17 0 0 20 0 1 0 125680210 735227904 121368 33554432000 4194304 6211289 140737423303872 140737423302216 4209314 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/883/statm: 179499 121368 219 493 0 178996 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 717996

[startup+1722.3 s]
/proc/loadavg: 2.12 2.06 2.05 3/177 1328
/proc/meminfo: memFree=29635932/32872528 swapFree=11452/354844
[pid=883] ppid=880 vsize=718128 CPUtime=1721.92 cores=1,3,5,7
/proc/883/stat : 883 (cdcl-cuttingpla) R 880 883 31775 0 -1 4202496 16582 0 0 0 172175 17 0 0 20 0 1 0 125680210 735363072 121470 33554432000 4194304 6211289 140737423303872 140737423302216 4242481 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/883/statm: 179532 121470 219 493 0 179029 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 718128

[startup+1782.3 s]
/proc/loadavg: 2.11 2.06 2.05 3/177 1329
/proc/meminfo: memFree=29630092/32872528 swapFree=11452/354844
[pid=883] ppid=880 vsize=719788 CPUtime=1781.91 cores=1,3,5,7
/proc/883/stat : 883 (cdcl-cuttingpla) R 880 883 31775 0 -1 4202496 16980 0 0 0 178174 17 0 0 20 0 1 0 125680210 737062912 121868 33554432000 4194304 6211289 140737423303872 140737423302216 4209530 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/883/statm: 179947 121868 219 493 0 179444 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 719788



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.08 2.06 2.05 3/177 1329
/proc/meminfo: memFree=29630712/32872528 swapFree=11452/354844
[pid=883] ppid=880 vsize=719924 CPUtime=1800 cores=1,3,5,7
/proc/883/stat : 883 (cdcl-cuttingpla) R 880 883 31775 0 -1 4202496 16984 0 0 0 179983 17 0 0 20 0 1 0 125680210 737202176 121872 33554432000 4194304 6211289 140737423303872 140737423302216 4209244 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/883/statm: 179981 121872 219 493 0 179478 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 719924

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 883 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1800.4 s]
/proc/loadavg: 2.08 2.06 2.05 3/177 1329
/proc/meminfo: memFree=29630712/32872528 swapFree=11452/354844
[pid=883] ppid=880 vsize=719924 CPUtime=1800 cores=1,3,5,7
/proc/883/stat : 883 (cdcl-cuttingpla) R 880 883 31775 0 -1 4202496 16984 0 0 0 179983 17 0 0 20 0 1 0 125680210 737202176 121872 33554432000 4194304 6211289 140737423303872 140737423302216 4209244 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/883/statm: 179981 121872 219 493 0 179478 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 719924

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.4
CPU time (s): 1800.02
CPU user time (s): 1799.84
CPU system time (s): 0.180972
CPU usage (%): 99.9787
Max. virtual memory (cumulated for all children) (KiB): 719924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.84
system time used= 0.180972
maximum resident set size= 487488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16984
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 176
involuntary context switches= 1881

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.77127 second user time and 6.86196 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-09 03:57:48
IDJOB=4087828
IDBENCH=77380
IDSOLVER=2549
FILE ID=node126/4087828-1465437467
RUNJOBID= node126-1465427031-31792
PBS_JOBID= 19859785
Free space on /tmp= 71728 MiB

SOLVER NAME= cdcl-cuttingplanes OPT binary search 2016-05-01
BENCH NAME= PB10/normalized-PB10/OPT-SMALLINT-LIN/oliveras/j120opt/normalized-j12038_4.std.opb
COMMAND LINE= ./cdcl-cuttingplanes-opt-binarysearch-release
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4087828-1465437467/watcher-4087828-1465437467 -o /tmp/evaluation-result-4087828-1465437467/solver-4087828-1465437467 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1465427031-31792 --watchdog 1960 --input HOME/instance-4087828-1465437467.opb ./cdcl-cuttingplanes-opt-binarysearch-release

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

MD5SUM BENCH= 661b4190c55178f9645295549e370fd5
RANDOM SEED=5762041

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.500
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.500
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.500
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.500
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.500
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.500
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.500
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.500
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30107468 kB
Buffers:          131648 kB
Cached:           519284 kB
SwapCached:         2732 kB
Active:          1211508 kB
Inactive:         438776 kB
Active(anon):     996772 kB
Inactive(anon):     5124 kB
Active(file):     214736 kB
Inactive(file):   433652 kB
Unevictable:      354844 kB
Mlocked:           11452 kB
SwapTotal:      67108856 kB
SwapFree:       67098800 kB
Dirty:             10620 kB
Writeback:             0 kB
AnonPages:       1352700 kB
Mapped:             8176 kB
Shmem:                 0 kB
Slab:             626620 kB
SReclaimable:      69964 kB
SUnreclaim:       556656 kB
KernelStack:        1432 kB
PageTables:         6652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1664824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1329152 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71720 MiB
End job on node126 at 2016-06-09 04:27:48