Trace number 4102047

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.09 1800.4

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii8d2.opb
MD5SUMccbbad891f18298525c42c78a48134ce
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark540
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 540
Optimality of the best value was proved NO
Number of variables1860
Total number of constraints7477
Number of constraints which are clauses7477
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint10
Number of terms in the objective function 1860
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1860
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1860
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c OPTIONS:
0.00/0.00	c - Resolve (`-resolve-always' or `-resolve-skip'): -resolve-skip
0.00/0.01	c * #variable= 1860 #constraint= 7477
0.00/0.03	c * #variable= 1860 #constraint= 7477
0.29/0.31	c S1->S2
0.29/0.31	c S1->S2
0.29/0.31	c S2->S1
0.29/0.31	c #Conflicts:       1000 | #Learnt:        162 | 0.000
0.29/0.31	c total clause space: 29.637MB
0.29/0.31	c total #watches: 275869
0.79/0.82	c total #propagations: 156483 / total #impl: 973323 (eff. 0.161)
0.79/0.82	c #Conflicts:       2000 | #Learnt:       1162 | 0.000
0.79/0.82	c total clause space: 48.1602MB
0.79/0.82	c total #watches: 394548
1.59/1.61	c total #propagations: 267919 / total #impl: 1305335 (eff. 0.205)
1.59/1.61	c GC COLLECT
1.59/1.61	c #Conflicts:       3000 | #Learnt:       1581 | 0.000
1.59/1.61	c total clause space: 48.1602MB
1.59/1.61	c total #watches: 251248
2.79/2.81	c total #propagations: 377871 / total #impl: 2522494 (eff. 0.150)
2.79/2.81	c #Conflicts:       4000 | #Learnt:       2581 | 0.000
2.79/2.81	c total clause space: 48.1602MB
2.79/2.81	c total #watches: 274530
3.59/3.64	c total #propagations: 505122 / total #impl: 3360281 (eff. 0.150)
3.59/3.64	c GC COLLECT
3.59/3.64	c #Conflicts:       5000 | #Learnt:       2150 | 0.000
3.59/3.64	c total clause space: 48.1602MB
3.59/3.64	c total #watches: 127722
4.29/4.31	c total #propagations: 672566 / total #impl: 4301091 (eff. 0.156)
4.29/4.31	c #Conflicts:       6000 | #Learnt:       3150 | 0.000
4.29/4.31	c total clause space: 48.1602MB
4.29/4.31	c total #watches: 151328
4.79/4.89	c total #propagations: 869309 / total #impl: 5232265 (eff. 0.166)
4.79/4.89	c GC COLLECT
4.79/4.89	c #Conflicts:       7000 | #Learnt:       2138 | 0.000
4.79/4.89	c total clause space: 48.1602MB
4.79/4.89	c total #watches: 134058
5.29/5.31	c total #propagations: 1015617 / total #impl: 6016252 (eff. 0.169)
5.29/5.31	c #Conflicts:       8000 | #Learnt:       3138 | 0.000
5.29/5.31	c total clause space: 48.1602MB
5.29/5.31	c total #watches: 154968
5.79/5.83	c total #propagations: 1106517 / total #impl: 6912041 (eff. 0.160)
5.79/5.83	c #Conflicts:       9000 | #Learnt:       4138 | 0.000
5.79/5.83	c total clause space: 48.1602MB
5.79/5.83	c total #watches: 191326
6.59/6.68	c total #propagations: 1229484 / total #impl: 7574170 (eff. 0.162)
6.59/6.68	c GC COLLECT
6.59/6.68	c #Conflicts:      10000 | #Learnt:       2676 | 0.000
6.59/6.68	c total clause space: 78.2603MB
6.59/6.68	c total #watches: 202745
6.98/7.03	c total #propagations: 1361547 / total #impl: 8389849 (eff. 0.162)
6.98/7.03	c #Conflicts:      11000 | #Learnt:       3676 | 0.000
6.98/7.03	c total clause space: 78.2603MB
6.98/7.03	c total #watches: 227044
7.48/7.51	c total #propagations: 1495216 / total #impl: 9118175 (eff. 0.164)
7.48/7.51	c #Conflicts:      12000 | #Learnt:       4676 | 0.000
7.48/7.51	c total clause space: 78.2603MB
7.48/7.51	c total #watches: 278620
8.29/8.32	c total #propagations: 1640656 / total #impl: 10174346 (eff. 0.161)
8.29/8.32	c #Conflicts:      13000 | #Learnt:       5676 | 0.000
8.29/8.32	c total clause space: 78.2603MB
8.29/8.32	c total #watches: 300141
9.09/9.16	c total #propagations: 1731761 / total #impl: 10496499 (eff. 0.165)
9.09/9.16	c GC COLLECT
9.09/9.16	c #Conflicts:      14000 | #Learnt:       3838 | 0.000
9.09/9.16	c total clause space: 78.2603MB
9.09/9.16	c total #watches: 167133
9.99/10.03	c total #propagations: 1857609 / total #impl: 10892866 (eff. 0.171)
9.99/10.03	c #Conflicts:      15000 | #Learnt:       4838 | 0.000
9.99/10.03	c total clause space: 78.2603MB
9.99/10.03	c total #watches: 215823
11.09/11.15	c total #propagations: 2024974 / total #impl: 11705081 (eff. 0.173)
11.09/11.15	c #Conflicts:      16000 | #Learnt:       5838 | 0.000
11.09/11.15	c total clause space: 78.2603MB
11.09/11.15	c total #watches: 253510
11.99/12.07	c total #propagations: 2135167 / total #impl: 12285070 (eff. 0.174)
11.99/12.07	c GC COLLECT
11.99/12.07	c #Conflicts:      17000 | #Learnt:       3667 | 0.000
11.99/12.07	c total clause space: 78.2603MB
11.99/12.07	c total #watches: 147402
12.49/12.59	c total #propagations: 2239487 / total #impl: 12659525 (eff. 0.177)
12.49/12.59	c #Conflicts:      18000 | #Learnt:       4667 | 0.000
12.49/12.59	c total clause space: 78.2603MB
12.49/12.59	c total #watches: 162284
12.99/13.05	c total #propagations: 2354535 / total #impl: 13108561 (eff. 0.180)
12.99/13.05	c #Conflicts:      19000 | #Learnt:       5667 | 0.000
12.99/13.05	c total clause space: 78.2603MB
12.99/13.05	c total #watches: 182922
13.89/13.92	c total #propagations: 2482266 / total #impl: 13847788 (eff. 0.179)
13.89/13.92	c #Conflicts:      20000 | #Learnt:       6667 | 0.000
13.89/13.92	c total clause space: 78.2603MB
13.89/13.92	c total #watches: 245640
14.79/14.81	c total #propagations: 2608955 / total #impl: 14464495 (eff. 0.180)
14.79/14.81	c GC COLLECT
14.79/14.81	c #Conflicts:      21000 | #Learnt:       4182 | 0.000
14.79/14.81	c total clause space: 78.2603MB
14.79/14.81	c total #watches: 163401
15.29/15.33	c total #propagations: 2737087 / total #impl: 15033355 (eff. 0.182)
15.29/15.33	c #Conflicts:      22000 | #Learnt:       5182 | 0.000
15.29/15.33	c total clause space: 78.2603MB
15.29/15.33	c total #watches: 355024
15.99/16.07	c total #propagations: 2876535 / total #impl: 15853230 (eff. 0.181)
15.99/16.07	c #Conflicts:      23000 | #Learnt:       6182 | 0.000
15.99/16.07	c total clause space: 78.2603MB
15.99/16.07	c total #watches: 370139
17.39/17.49	c total #propagations: 3019288 / total #impl: 16750536 (eff. 0.180)
17.39/17.49	c #Conflicts:      24000 | #Learnt:       7182 | 0.000
17.39/17.49	c total clause space: 127.173MB
17.39/17.49	c total #watches: 432911
19.19/19.29	c total #propagations: 3169314 / total #impl: 17659470 (eff. 0.179)
19.19/19.29	c GC COLLECT
19.19/19.29	c #Conflicts:      25000 | #Learnt:       4385 | 0.000
19.19/19.29	c total clause space: 127.173MB
19.19/19.29	c total #watches: 343835
20.79/20.83	c total #propagations: 3318701 / total #impl: 18287528 (eff. 0.181)
20.79/20.83	c #Conflicts:      26000 | #Learnt:       5385 | 0.000
20.79/20.83	c total clause space: 127.173MB
20.79/20.83	c total #watches: 370339
22.29/22.32	c total #propagations: 3475569 / total #impl: 19003068 (eff. 0.183)
22.29/22.32	c #Conflicts:      27000 | #Learnt:       6385 | 0.000
22.29/22.32	c total clause space: 127.173MB
22.29/22.32	c total #watches: 405998
24.20/24.26	c total #propagations: 3626376 / total #impl: 19970191 (eff. 0.182)
24.20/24.26	c #Conflicts:      28000 | #Learnt:       7385 | 0.000
24.20/24.26	c total clause space: 127.173MB
24.20/24.26	c total #watches: 431733
26.68/26.78	c total #propagations: 3760476 / total #impl: 21347525 (eff. 0.176)
26.68/26.78	c GC COLLECT
26.68/26.78	c #Conflicts:      29000 | #Learnt:       4288 | 0.000
26.68/26.78	c total clause space: 127.173MB
26.68/26.78	c total #watches: 153809
28.78/28.82	c total #propagations: 3912786 / total #impl: 22157041 (eff. 0.177)
28.78/28.82	c #Conflicts:      30000 | #Learnt:       5288 | 0.000
28.78/28.82	c total clause space: 127.173MB
28.78/28.82	c total #watches: 186809
30.48/30.52	c total #propagations: 4076917 / total #impl: 23688920 (eff. 0.172)
30.48/30.52	c #Conflicts:      31000 | #Learnt:       6288 | 0.000
30.48/30.52	c total clause space: 127.173MB
30.48/30.52	c total #watches: 204216
32.68/32.73	c total #propagations: 4235467 / total #impl: 25302427 (eff. 0.167)
32.68/32.73	c #Conflicts:      32000 | #Learnt:       7288 | 0.000
32.68/32.73	c total clause space: 127.173MB
32.68/32.73	c total #watches: 214732
34.88/34.95	c total #propagations: 4384619 / total #impl: 27236220 (eff. 0.161)
34.88/34.95	c #Conflicts:      33000 | #Learnt:       8288 | 0.000
34.88/34.95	c total clause space: 127.173MB
34.88/34.95	c total #watches: 223707
37.18/37.21	c total #propagations: 4508116 / total #impl: 28901048 (eff. 0.156)
37.18/37.21	c GC COLLECT
37.18/37.21	c #Conflicts:      34000 | #Learnt:       4897 | 0.000
37.18/37.21	c total clause space: 127.173MB
37.18/37.21	c total #watches: 110520
39.08/39.18	c total #propagations: 4629726 / total #impl: 30951284 (eff. 0.150)
39.08/39.18	c #Conflicts:      35000 | #Learnt:       5897 | 0.000
39.08/39.18	c total clause space: 127.173MB
39.08/39.18	c total #watches: 128084
41.08/41.19	c total #propagations: 4760283 / total #impl: 32703885 (eff. 0.146)
41.08/41.19	c #Conflicts:      36000 | #Learnt:       6897 | 0.000
41.08/41.19	c total clause space: 127.173MB
41.08/41.19	c total #watches: 139754
42.48/42.56	c total #propagations: 4918397 / total #impl: 33709034 (eff. 0.146)
42.48/42.56	c #Conflicts:      37000 | #Learnt:       7897 | 0.000
42.48/42.56	c total clause space: 127.173MB
42.48/42.56	c total #watches: 151164
43.48/43.59	c total #propagations: 5053739 / total #impl: 34295432 (eff. 0.147)
43.48/43.59	c #Conflicts:      38000 | #Learnt:       8897 | 0.000
43.48/43.59	c total clause space: 127.173MB
43.48/43.59	c total #watches: 163912
43.99/44.07	c total #propagations: 5165590 / total #impl: 34664187 (eff. 0.149)
43.99/44.07	c GC COLLECT
43.99/44.07	c #Conflicts:      39000 | #Learnt:       5207 | 0.000
43.99/44.07	c total clause space: 127.173MB
43.99/44.07	c total #watches: 95840
44.88/45.00	c total #propagations: 5271946 / total #impl: 34964725 (eff. 0.151)
44.88/45.00	c #Conflicts:      40000 | #Learnt:       6207 | 0.000
44.88/45.00	c total clause space: 127.173MB
44.88/45.00	c total #watches: 109830
46.08/46.10	c total #propagations: 5429475 / total #impl: 35938243 (eff. 0.151)
46.08/46.10	c #Conflicts:      41000 | #Learnt:       7207 | 0.000
46.08/46.10	c total clause space: 127.173MB
46.08/46.10	c total #watches: 116671
47.48/47.52	c total #propagations: 5584803 / total #impl: 36695119 (eff. 0.152)
47.48/47.52	c #Conflicts:      42000 | #Learnt:       8207 | 0.000
47.48/47.52	c total clause space: 127.173MB
47.48/47.52	c total #watches: 125470
48.88/48.97	c total #propagations: 5750301 / total #impl: 37785115 (eff. 0.152)
48.88/48.97	c #Conflicts:      43000 | #Learnt:       9207 | 0.000
48.88/48.97	c total clause space: 127.173MB
48.88/48.97	c total #watches: 133284
50.28/50.36	c total #propagations: 5917462 / total #impl: 38620871 (eff. 0.153)
50.28/50.36	c GC COLLECT
50.28/50.36	c #Conflicts:      44000 | #Learnt:       5199 | 0.000
50.28/50.36	c total clause space: 127.173MB
50.28/50.36	c total #watches: 96904
51.28/51.35	c total #propagations: 6081138 / total #impl: 39636708 (eff. 0.153)
51.28/51.35	c #Conflicts:      45000 | #Learnt:       6199 | 0.000
51.28/51.35	c total clause space: 127.173MB
51.28/51.35	c total #watches: 113802
53.08/53.11	c total #propagations: 6218781 / total #impl: 40560672 (eff. 0.153)
53.08/53.11	c #Conflicts:      46000 | #Learnt:       7199 | 0.000
53.08/53.11	c total clause space: 127.173MB
53.08/53.11	c total #watches: 131639
54.88/54.97	c total #propagations: 6374664 / total #impl: 42318351 (eff. 0.151)
54.88/54.97	c #Conflicts:      47000 | #Learnt:       8199 | 0.000
54.88/54.97	c total clause space: 127.173MB
54.88/54.97	c total #watches: 146873
56.88/56.92	c total #propagations: 6524318 / total #impl: 43342474 (eff. 0.151)
56.88/56.92	c #Conflicts:      48000 | #Learnt:       9199 | 0.000
56.88/56.92	c total clause space: 127.173MB
56.88/56.92	c total #watches: 154519
59.18/59.24	c total #propagations: 6656250 / total #impl: 44223884 (eff. 0.151)
59.18/59.24	c #Conflicts:      49000 | #Learnt:      10199 | 0.000
59.18/59.24	c total clause space: 127.173MB
59.18/59.24	c total #watches: 161832
60.48/60.57	c total #propagations: 6788198 / total #impl: 45078124 (eff. 0.151)
60.48/60.57	c GC COLLECT
60.48/60.57	c #Conflicts:      50000 | #Learnt:       5908 | 0.000
60.48/60.57	c total clause space: 127.173MB
60.48/60.57	c total #watches: 107825
61.58/61.63	c total #propagations: 6909089 / total #impl: 45690088 (eff. 0.151)
61.58/61.63	c #Conflicts:      51000 | #Learnt:       6908 | 0.000
61.58/61.63	c total clause space: 127.173MB
61.58/61.63	c total #watches: 118315
62.98/63.01	c total #propagations: 7019021 / total #impl: 46120514 (eff. 0.152)
62.98/63.01	c #Conflicts:      52000 | #Learnt:       7908 | 0.000
62.98/63.01	c total clause space: 127.173MB
62.98/63.01	c total #watches: 128306
64.58/64.68	c total #propagations: 7164768 / total #impl: 46812052 (eff. 0.153)
64.58/64.68	c #Conflicts:      53000 | #Learnt:       8908 | 0.000
64.58/64.68	c total clause space: 127.173MB
64.58/64.68	c total #watches: 140692
66.98/67.10	c total #propagations: 7297974 / total #impl: 47450930 (eff. 0.154)
66.98/67.10	c #Conflicts:      54000 | #Learnt:       9908 | 0.000
66.98/67.10	c total clause space: 127.173MB
66.98/67.10	c total #watches: 148299
69.58/69.61	c total #propagations: 7441406 / total #impl: 48064937 (eff. 0.155)
69.58/69.61	c #Conflicts:      55000 | #Learnt:      10908 | 0.000
69.58/69.61	c total clause space: 127.173MB
69.58/69.61	c total #watches: 157030
71.28/71.30	c total #propagations: 7578945 / total #impl: 48631190 (eff. 0.156)
71.28/71.30	c GC COLLECT
71.28/71.30	c #Conflicts:      56000 | #Learnt:       6301 | 0.000
71.28/71.30	c total clause space: 127.173MB
71.28/71.30	c total #watches: 109184
72.18/72.23	c total #propagations: 7707735 / total #impl: 49125615 (eff. 0.157)
72.18/72.23	c #Conflicts:      57000 | #Learnt:       7301 | 0.000
72.18/72.23	c total clause space: 127.173MB
72.18/72.23	c total #watches: 118195
73.48/73.58	c total #propagations: 7847595 / total #impl: 49503537 (eff. 0.159)
73.48/73.58	c #Conflicts:      58000 | #Learnt:       8301 | 0.000
73.48/73.58	c total clause space: 127.173MB
73.48/73.58	c total #watches: 126074
74.68/74.71	c total #propagations: 8026120 / total #impl: 50090311 (eff. 0.160)
74.68/74.71	c #Conflicts:      59000 | #Learnt:       9301 | 0.000
74.68/74.71	c total clause space: 127.173MB
74.68/74.71	c total #watches: 137350
75.88/75.96	c total #propagations: 8198391 / total #impl: 50777276 (eff. 0.161)
75.88/75.96	c #Conflicts:      60000 | #Learnt:      10301 | 0.000
75.88/75.96	c total clause space: 127.173MB
75.88/75.96	c total #watches: 146856
77.08/77.13	c total #propagations: 8330783 / total #impl: 51278331 (eff. 0.162)
77.08/77.13	c #Conflicts:      61000 | #Learnt:      11301 | 0.000
77.08/77.13	c total clause space: 127.173MB
77.08/77.13	c total #watches: 156662
78.08/78.14	c total #propagations: 8467404 / total #impl: 51696914 (eff. 0.164)
78.08/78.14	c GC COLLECT
78.08/78.14	c #Conflicts:      62000 | #Learnt:       6395 | 0.000
78.08/78.14	c total clause space: 127.173MB
78.08/78.14	c total #watches: 114650
79.18/79.24	c total #propagations: 8637483 / total #impl: 52354376 (eff. 0.165)
79.18/79.24	c #Conflicts:      63000 | #Learnt:       7395 | 0.000
79.18/79.24	c total clause space: 127.173MB
79.18/79.24	c total #watches: 126473
80.28/80.31	c total #propagations: 8776428 / total #impl: 53273832 (eff. 0.165)
80.28/80.31	c #Conflicts:      64000 | #Learnt:       8395 | 0.000
80.28/80.31	c total clause space: 127.173MB
80.28/80.31	c total #watches: 142943
81.38/81.48	c total #propagations: 8931295 / total #impl: 53859021 (eff. 0.166)
81.38/81.48	c #Conflicts:      65000 | #Learnt:       9395 | 0.000
81.38/81.48	c total clause space: 127.173MB
81.38/81.48	c total #watches: 152845
82.97/83.02	c total #propagations: 9106987 / total #impl: 54563542 (eff. 0.167)
82.97/83.02	c #Conflicts:      66000 | #Learnt:      10395 | 0.000
82.97/83.02	c total clause space: 127.173MB
82.97/83.02	c total #watches: 166256
84.87/84.98	c total #propagations: 9307253 / total #impl: 55548322 (eff. 0.168)
84.87/84.98	c #Conflicts:      67000 | #Learnt:      11395 | 0.000
84.87/84.98	c total clause space: 127.173MB
84.87/84.98	c total #watches: 180232
86.98/87.06	c total #propagations: 9516627 / total #impl: 56710586 (eff. 0.168)
86.98/87.06	c #Conflicts:      68000 | #Learnt:      12395 | 0.000
86.98/87.06	c total clause space: 127.173MB
86.98/87.06	c total #watches: 190953
88.57/88.62	c total #propagations: 9719457 / total #impl: 58079691 (eff. 0.167)
88.57/88.62	c GC COLLECT
88.57/88.62	c #Conflicts:      69000 | #Learnt:       7197 | 0.000
88.57/88.62	c total clause space: 127.173MB
88.57/88.62	c total #watches: 127431
90.47/90.59	c total #propagations: 9926725 / total #impl: 59533683 (eff. 0.167)
90.47/90.59	c #Conflicts:      70000 | #Learnt:       8197 | 0.000
90.47/90.59	c total clause space: 127.173MB
90.47/90.59	c total #watches: 141280
92.87/92.94	c total #propagations: 10133839 / total #impl: 61077841 (eff. 0.166)
92.87/92.94	c #Conflicts:      71000 | #Learnt:       9197 | 0.000
92.87/92.94	c total clause space: 127.173MB
92.87/92.94	c total #watches: 157206
96.07/96.13	c total #propagations: 10338025 / total #impl: 62538098 (eff. 0.165)
96.07/96.13	c #Conflicts:      72000 | #Learnt:      10197 | 0.000
96.07/96.13	c total clause space: 127.173MB
96.07/96.13	c total #watches: 171125
100.18/100.21	c total #propagations: 10535313 / total #impl: 64379552 (eff. 0.164)
100.18/100.21	c #Conflicts:      73000 | #Learnt:      11197 | 0.000
100.18/100.21	c total clause space: 127.173MB
100.18/100.21	c total #watches: 184594
104.07/104.18	c total #propagations: 10736065 / total #impl: 66298176 (eff. 0.162)
104.07/104.18	c #Conflicts:      74000 | #Learnt:      12197 | 0.000
104.07/104.18	c total clause space: 127.173MB
104.07/104.18	c total #watches: 198352
107.37/107.49	c total #propagations: 10941041 / total #impl: 67637161 (eff. 0.162)
107.37/107.49	c GC COLLECT
107.37/107.49	c #Conflicts:      75000 | #Learnt:       6702 | 0.000
107.37/107.49	c total clause space: 127.173MB
107.37/107.49	c total #watches: 121113
108.77/108.83	c total #propagations: 11134551 / total #impl: 68698871 (eff. 0.162)
108.77/108.83	c #Conflicts:      76000 | #Learnt:       7702 | 0.000
108.77/108.83	c total clause space: 127.173MB
108.77/108.83	c total #watches: 136680
110.47/110.50	c total #propagations: 11304419 / total #impl: 69566287 (eff. 0.162)
110.47/110.50	c #Conflicts:      77000 | #Learnt:       8702 | 0.000
110.47/110.50	c total clause space: 127.173MB
110.47/110.50	c total #watches: 152194
112.47/112.59	c total #propagations: 11471155 / total #impl: 70505534 (eff. 0.163)
112.47/112.59	c #Conflicts:      78000 | #Learnt:       9702 | 0.000
112.47/112.59	c total clause space: 127.173MB
112.47/112.59	c total #watches: 167690
114.77/114.83	c total #propagations: 11653290 / total #impl: 71505065 (eff. 0.163)
114.77/114.83	c #Conflicts:      79000 | #Learnt:      10702 | 0.000
114.77/114.83	c total clause space: 127.173MB
114.77/114.83	c total #watches: 185297
117.17/117.29	c total #propagations: 11849118 / total #impl: 72581166 (eff. 0.163)
117.17/117.29	c #Conflicts:      80000 | #Learnt:      11702 | 0.000
117.17/117.29	c total clause space: 127.173MB
117.17/117.29	c total #watches: 197090
119.47/119.52	c total #propagations: 12028344 / total #impl: 73599408 (eff. 0.163)
119.47/119.52	c #Conflicts:      81000 | #Learnt:      12702 | 0.000
119.47/119.52	c total clause space: 127.173MB
119.47/119.52	c total #watches: 210167
122.46/122.54	c total #propagations: 12186629 / total #impl: 74661205 (eff. 0.163)
122.46/122.54	c GC COLLECT
122.46/122.54	c #Conflicts:      82000 | #Learnt:       6903 | 0.000
122.46/122.54	c total clause space: 206.656MB
122.46/122.54	c total #watches: 123250
123.86/123.95	c total #propagations: 12357712 / total #impl: 75779371 (eff. 0.163)
123.86/123.95	c #Conflicts:      83000 | #Learnt:       7903 | 0.000
123.86/123.95	c total clause space: 206.656MB
123.86/123.95	c total #watches: 139156
125.86/125.91	c total #propagations: 12516309 / total #impl: 76484588 (eff. 0.164)
125.86/125.91	c #Conflicts:      84000 | #Learnt:       8903 | 0.000
125.86/125.91	c total clause space: 206.656MB
125.86/125.91	c total #watches: 151914
127.67/127.79	c total #propagations: 12693504 / total #impl: 77366806 (eff. 0.164)
127.67/127.79	c #Conflicts:      85000 | #Learnt:       9903 | 0.000
127.67/127.79	c total clause space: 206.656MB
127.67/127.79	c total #watches: 167030
129.26/129.37	c total #propagations: 12860114 / total #impl: 78336121 (eff. 0.164)
129.26/129.37	c #Conflicts:      86000 | #Learnt:      10903 | 0.000
129.26/129.37	c total clause space: 206.656MB
129.26/129.37	c total #watches: 179639
131.06/131.14	c total #propagations: 13009495 / total #impl: 79099192 (eff. 0.164)
131.06/131.14	c #Conflicts:      87000 | #Learnt:      11903 | 0.000
131.06/131.14	c total clause space: 206.656MB
131.06/131.14	c total #watches: 187872
132.86/132.91	c total #propagations: 13150180 / total #impl: 79922789 (eff. 0.165)
132.86/132.91	c #Conflicts:      88000 | #Learnt:      12903 | 0.000
132.86/132.91	c total clause space: 206.656MB
132.86/132.91	c total #watches: 199789
135.28/135.34	c total #propagations: 13289101 / total #impl: 80724882 (eff. 0.165)
135.28/135.34	c #Conflicts:      89000 | #Learnt:      13903 | 0.000
135.28/135.34	c total clause space: 206.656MB
135.28/135.34	c total #watches: 212111
137.17/137.22	c total #propagations: 13442311 / total #impl: 81462185 (eff. 0.165)
137.17/137.22	c GC COLLECT
137.17/137.22	c #Conflicts:      90000 | #Learnt:       7791 | 0.000
137.17/137.22	c total clause space: 206.656MB
137.17/137.22	c total #watches: 135202
138.68/138.76	c total #propagations: 13611892 / total #impl: 82277367 (eff. 0.165)
138.68/138.76	c #Conflicts:      91000 | #Learnt:       8791 | 0.000
138.68/138.76	c total clause space: 206.656MB
138.68/138.76	c total #watches: 146637
140.47/140.56	c total #propagations: 13757202 / total #impl: 83127323 (eff. 0.165)
140.47/140.56	c #Conflicts:      92000 | #Learnt:       9791 | 0.000
140.47/140.56	c total clause space: 206.656MB
140.47/140.56	c total #watches: 159035
142.67/142.71	c total #propagations: 13908449 / total #impl: 83914909 (eff. 0.166)
142.67/142.71	c #Conflicts:      93000 | #Learnt:      10791 | 0.000
142.67/142.71	c total clause space: 206.656MB
142.67/142.71	c total #watches: 173813
144.77/144.82	c total #propagations: 14063525 / total #impl: 84894737 (eff. 0.166)
144.77/144.82	c #Conflicts:      94000 | #Learnt:      11791 | 0.000
144.77/144.82	c total clause space: 206.656MB
144.77/144.82	c total #watches: 185626
146.67/146.75	c total #propagations: 14209604 / total #impl: 85738952 (eff. 0.166)
146.67/146.75	c #Conflicts:      95000 | #Learnt:      12791 | 0.000
146.67/146.75	c total clause space: 206.656MB
146.67/146.75	c total #watches: 197996
148.57/148.63	c total #propagations: 14360630 / total #impl: 86609493 (eff. 0.166)
148.57/148.63	c #Conflicts:      96000 | #Learnt:      13791 | 0.000
148.57/148.63	c total clause space: 206.656MB
148.57/148.63	c total #watches: 206438
150.36/150.40	c total #propagations: 14516355 / total #impl: 87356518 (eff. 0.166)
150.36/150.40	c #Conflicts:      97000 | #Learnt:      14791 | 0.000
150.36/150.40	c total clause space: 206.656MB
150.36/150.40	c total #watches: 215099
151.66/151.75	c total #propagations: 14650895 / total #impl: 87967653 (eff. 0.167)
151.66/151.75	c GC COLLECT
151.66/151.75	c #Conflicts:      98000 | #Learnt:       8388 | 0.000
151.66/151.75	c total clause space: 206.656MB
151.66/151.75	c total #watches: 143009
153.56/153.62	c total #propagations: 14795464 / total #impl: 88677038 (eff. 0.167)
153.56/153.62	c #Conflicts:      99000 | #Learnt:       9388 | 0.000
153.56/153.62	c total clause space: 206.656MB
153.56/153.62	c total #watches: 156170
155.86/155.93	c total #propagations: 14941167 / total #impl: 89599395 (eff. 0.167)
155.86/155.93	c #Conflicts:     100000 | #Learnt:      10388 | 0.000
155.86/155.93	c total clause space: 206.656MB
155.86/155.93	c total #watches: 168050
157.66/157.76	c total #propagations: 15109588 / total #impl: 90626153 (eff. 0.167)
157.66/157.76	c #Conflicts:     101000 | #Learnt:      11388 | 0.000
157.66/157.76	c total clause space: 206.656MB
157.66/157.76	c total #watches: 185167
159.66/159.76	c total #propagations: 15255288 / total #impl: 91213783 (eff. 0.167)
159.66/159.76	c #Conflicts:     102000 | #Learnt:      12388 | 0.000
159.66/159.76	c total clause space: 206.656MB
159.66/159.76	c total #watches: 198484
161.06/161.19	c total #propagations: 15400430 / total #impl: 91888576 (eff. 0.168)
161.06/161.19	c #Conflicts:     103000 | #Learnt:      13388 | 0.000
161.06/161.19	c total clause space: 206.656MB
161.06/161.19	c total #watches: 221163
162.36/162.48	c total #propagations: 15543179 / total #impl: 92501447 (eff. 0.168)
162.36/162.48	c #Conflicts:     104000 | #Learnt:      14388 | 0.000
162.36/162.48	c total clause space: 206.656MB
162.36/162.48	c total #watches: 224176
164.06/164.10	c total #propagations: 15663531 / total #impl: 92894940 (eff. 0.169)
164.06/164.10	c #Conflicts:     105000 | #Learnt:      15388 | 0.000
164.06/164.10	c total clause space: 206.656MB
164.06/164.10	c total #watches: 239522
165.66/165.70	c total #propagations: 15853228 / total #impl: 93720023 (eff. 0.169)
165.66/165.70	c GC COLLECT
165.66/165.70	c #Conflicts:     106000 | #Learnt:       8683 | 0.000
165.66/165.70	c total clause space: 206.656MB
165.66/165.70	c total #watches: 147876
167.76/167.82	c total #propagations: 16032704 / total #impl: 94768788 (eff. 0.169)
167.76/167.82	c #Conflicts:     107000 | #Learnt:       9683 | 0.000
167.76/167.82	c total clause space: 206.656MB
167.76/167.82	c total #watches: 161423
170.47/170.57	c total #propagations: 16220447 / total #impl: 96162267 (eff. 0.169)
170.47/170.57	c #Conflicts:     108000 | #Learnt:      10683 | 0.000
170.47/170.57	c total clause space: 206.656MB
170.47/170.57	c total #watches: 174150
173.66/173.71	c total #propagations: 16414347 / total #impl: 97811420 (eff. 0.168)
173.66/173.71	c #Conflicts:     109000 | #Learnt:      11683 | 0.000
173.66/173.71	c total clause space: 206.656MB
173.66/173.71	c total #watches: 183758
176.96/177.05	c total #propagations: 16596858 / total #impl: 99818267 (eff. 0.166)
176.96/177.05	c #Conflicts:     110000 | #Learnt:      12683 | 0.000
176.96/177.05	c total clause space: 206.656MB
176.96/177.05	c total #watches: 194734
180.37/180.44	c total #propagations: 16780893 / total #impl: 101426183 (eff. 0.165)
180.37/180.44	c #Conflicts:     111000 | #Learnt:      13683 | 0.000
180.37/180.44	c total clause space: 206.656MB
180.37/180.44	c total #watches: 205686
184.66/184.74	c total #propagations: 16953888 / total #impl: 103184951 (eff. 0.164)
184.66/184.74	c #Conflicts:     112000 | #Learnt:      14683 | 0.000
184.66/184.74	c total clause space: 206.656MB
184.66/184.74	c total #watches: 220422
189.16/189.27	c total #propagations: 17132252 / total #impl: 105532409 (eff. 0.162)
189.16/189.27	c #Conflicts:     113000 | #Learnt:      15683 | 0.000
189.16/189.27	c total clause space: 206.656MB
189.16/189.27	c total #watches: 233583
191.76/191.87	c total #propagations: 17304831 / total #impl: 107749869 (eff. 0.161)
191.76/191.87	c GC COLLECT
191.76/191.87	c #Conflicts:     114000 | #Learnt:       8688 | 0.000
191.76/191.87	c total clause space: 206.656MB
191.76/191.87	c total #watches: 148181
193.66/193.78	c total #propagations: 17452896 / total #impl: 109246464 (eff. 0.160)
193.66/193.78	c #Conflicts:     115000 | #Learnt:       9688 | 0.000
193.66/193.78	c total clause space: 206.656MB
193.66/193.78	c total #watches: 161237
195.96/196.02	c total #propagations: 17608560 / total #impl: 110666265 (eff. 0.159)
195.96/196.02	c #Conflicts:     116000 | #Learnt:      10688 | 0.000
195.96/196.02	c total clause space: 206.656MB
195.96/196.02	c total #watches: 172310
198.25/198.40	c total #propagations: 17766316 / total #impl: 112318900 (eff. 0.158)
198.25/198.40	c #Conflicts:     117000 | #Learnt:      11688 | 0.000
198.25/198.40	c total clause space: 206.656MB
198.25/198.40	c total #watches: 183768
201.15/201.30	c total #propagations: 17904835 / total #impl: 113965894 (eff. 0.157)
201.15/201.30	c #Conflicts:     118000 | #Learnt:      12688 | 0.000
201.15/201.30	c total clause space: 206.656MB
201.15/201.30	c total #watches: 195517
203.05/203.16	c total #propagations: 18054961 / total #impl: 115390106 (eff. 0.156)
203.05/203.16	c #Conflicts:     119000 | #Learnt:      13688 | 0.000
203.05/203.16	c total clause space: 206.656MB
203.05/203.16	c total #watches: 200382
205.66/205.73	c total #propagations: 18170161 / total #impl: 115983194 (eff. 0.157)
205.66/205.73	c #Conflicts:     120000 | #Learnt:      14688 | 0.000
205.66/205.73	c total clause space: 206.656MB
205.66/205.73	c total #watches: 204557
208.35/208.42	c total #propagations: 18302343 / total #impl: 116755769 (eff. 0.157)
208.35/208.42	c #Conflicts:     121000 | #Learnt:      15688 | 0.000
208.35/208.42	c total clause space: 206.656MB
208.35/208.42	c total #watches: 209166
211.05/211.15	c total #propagations: 18442155 / total #impl: 117440772 (eff. 0.157)
211.05/211.15	c GC COLLECT
211.05/211.15	c #Conflicts:     122000 | #Learnt:       8393 | 0.000
211.05/211.15	c total clause space: 206.656MB
211.05/211.15	c total #watches: 144988
212.55/212.64	c total #propagations: 18578695 / total #impl: 118116966 (eff. 0.157)
212.55/212.64	c #Conflicts:     123000 | #Learnt:       9393 | 0.000
212.55/212.64	c total clause space: 206.656MB
212.55/212.64	c total #watches: 163700
214.05/214.14	c total #propagations: 18725641 / total #impl: 118760381 (eff. 0.158)
214.05/214.14	c #Conflicts:     124000 | #Learnt:      10393 | 0.000
214.05/214.14	c total clause space: 206.656MB
214.05/214.14	c total #watches: 172470
215.15/215.24	c total #propagations: 18866578 / total #impl: 119392280 (eff. 0.158)
215.15/215.24	c #Conflicts:     125000 | #Learnt:      11393 | 0.000
215.15/215.24	c total clause space: 206.656MB
215.15/215.24	c total #watches: 186919
216.35/216.42	c total #propagations: 19025520 / total #impl: 120044186 (eff. 0.158)
216.35/216.42	c #Conflicts:     126000 | #Learnt:      12393 | 0.000
216.35/216.42	c total clause space: 206.656MB
216.35/216.42	c total #watches: 191039
217.15/217.27	c total #propagations: 19162178 / total #impl: 120501286 (eff. 0.159)
217.15/217.27	c #Conflicts:     127000 | #Learnt:      13393 | 0.000
217.15/217.27	c total clause space: 206.656MB
217.15/217.27	c total #watches: 193581
217.95/218.09	c total #propagations: 19290079 / total #impl: 120889906 (eff. 0.160)
217.95/218.09	c #Conflicts:     128000 | #Learnt:      14393 | 0.000
217.95/218.09	c total clause space: 206.656MB
217.95/218.09	c total #watches: 207914
219.15/219.27	c total #propagations: 19429971 / total #impl: 121343870 (eff. 0.160)
219.15/219.27	c #Conflicts:     129000 | #Learnt:      15393 | 0.000
219.15/219.27	c total clause space: 206.656MB
219.15/219.27	c total #watches: 221154
220.06/220.19	c total #propagations: 19570293 / total #impl: 121843937 (eff. 0.161)
220.06/220.19	c #Conflicts:     130000 | #Learnt:      16393 | 0.000
220.06/220.19	c total clause space: 206.656MB
220.06/220.19	c total #watches: 244729
220.85/220.96	c total #propagations: 19717904 / total #impl: 122436168 (eff. 0.161)
220.85/220.96	c GC COLLECT
220.85/220.96	c #Conflicts:     131000 | #Learnt:       8784 | 0.000
220.85/220.96	c total clause space: 206.656MB
220.85/220.96	c total #watches: 154115
222.05/222.19	c total #propagations: 19872315 / total #impl: 123018204 (eff. 0.162)
222.05/222.19	c #Conflicts:     132000 | #Learnt:       9784 | 0.000
222.05/222.19	c total clause space: 206.656MB
222.05/222.19	c total #watches: 165369
223.26/223.36	c total #propagations: 20028017 / total #impl: 123618690 (eff. 0.162)
223.26/223.36	c #Conflicts:     133000 | #Learnt:      10784 | 0.000
223.26/223.36	c total clause space: 206.656MB
223.26/223.36	c total #watches: 170804
224.75/224.81	c total #propagations: 20173306 / total #impl: 124187108 (eff. 0.162)
224.75/224.81	c #Conflicts:     134000 | #Learnt:      11784 | 0.000
224.75/224.81	c total clause space: 206.656MB
224.75/224.81	c total #watches: 178404
226.35/226.46	c total #propagations: 20324605 / total #impl: 124767210 (eff. 0.163)
226.35/226.46	c #Conflicts:     135000 | #Learnt:      12784 | 0.000
226.35/226.46	c total clause space: 206.656MB
226.35/226.46	c total #watches: 190916
228.35/228.44	c total #propagations: 20477028 / total #impl: 126004200 (eff. 0.163)
228.35/228.44	c #Conflicts:     136000 | #Learnt:      13784 | 0.000
228.35/228.44	c total clause space: 206.656MB
228.35/228.44	c total #watches: 196863
230.96/231.05	c total #propagations: 20644590 / total #impl: 126894367 (eff. 0.163)
230.96/231.05	c #Conflicts:     137000 | #Learnt:      14784 | 0.000
230.96/231.05	c total clause space: 206.656MB
230.96/231.05	c total #watches: 208300
233.35/233.42	c total #propagations: 20824013 / total #impl: 127902987 (eff. 0.163)
233.35/233.42	c #Conflicts:     138000 | #Learnt:      15784 | 0.000
233.35/233.42	c total clause space: 206.656MB
233.35/233.42	c total #watches: 215902
235.85/235.90	c total #propagations: 20998890 / total #impl: 128605544 (eff. 0.163)
235.85/235.90	c #Conflicts:     139000 | #Learnt:      16784 | 0.000
235.85/235.90	c total clause space: 206.656MB
235.85/235.90	c total #watches: 226655
238.55/238.64	c total #propagations: 21170052 / total #impl: 129539431 (eff. 0.163)
238.55/238.64	c #Conflicts:     140000 | #Learnt:      17784 | 0.000
238.55/238.64	c total clause space: 206.656MB
238.55/238.64	c total #watches: 235081
239.95/240.09	c total #propagations: 21329765 / total #impl: 130614456 (eff. 0.163)
239.95/240.09	c GC COLLECT
239.95/240.09	c #Conflicts:     141000 | #Learnt:       9872 | 0.000
239.95/240.09	c total clause space: 206.656MB
239.95/240.09	c total #watches: 166242
241.36/241.49	c total #propagations: 21519401 / total #impl: 131532585 (eff. 0.164)
241.36/241.49	c #Conflicts:     142000 | #Learnt:      10872 | 0.000
241.36/241.49	c total clause space: 206.656MB
241.36/241.49	c total #watches: 183958
243.65/243.74	c total #propagations: 21659470 / total #impl: 132470495 (eff. 0.164)
243.65/243.74	c #Conflicts:     143000 | #Learnt:      11872 | 0.000
243.65/243.74	c total clause space: 206.656MB
243.65/243.74	c total #watches: 192841
245.36/245.47	c total #propagations: 21823591 / total #impl: 133192487 (eff. 0.164)
245.36/245.47	c #Conflicts:     144000 | #Learnt:      12872 | 0.000
245.36/245.47	c total clause space: 206.656MB
245.36/245.47	c total #watches: 200164
246.85/246.90	c total #propagations: 21977109 / total #impl: 133927027 (eff. 0.164)
246.85/246.90	c #Conflicts:     145000 | #Learnt:      13872 | 0.000
246.85/246.90	c total clause space: 206.656MB
246.85/246.90	c total #watches: 210924
248.66/248.78	c total #propagations: 22118028 / total #impl: 134644446 (eff. 0.164)
248.66/248.78	c #Conflicts:     146000 | #Learnt:      14872 | 0.000
248.66/248.78	c total clause space: 206.656MB
248.66/248.78	c total #watches: 219127
250.76/250.85	c total #propagations: 22285097 / total #impl: 135504084 (eff. 0.164)
250.76/250.85	c #Conflicts:     147000 | #Learnt:      15872 | 0.000
250.76/250.85	c total clause space: 206.656MB
250.76/250.85	c total #watches: 231170
252.75/252.88	c total #propagations: 22448072 / total #impl: 136593277 (eff. 0.164)
252.75/252.88	c #Conflicts:     148000 | #Learnt:      16872 | 0.000
252.75/252.88	c total clause space: 206.656MB
252.75/252.88	c total #watches: 241863
255.55/255.61	c total #propagations: 22600378 / total #impl: 137633334 (eff. 0.164)
255.55/255.61	c #Conflicts:     149000 | #Learnt:      17872 | 0.000
255.55/255.61	c total clause space: 206.656MB
255.55/255.61	c total #watches: 246704
257.36/257.41	c total #propagations: 22765842 / total #impl: 138774479 (eff. 0.164)
257.36/257.41	c GC COLLECT
257.36/257.41	c #Conflicts:     150000 | #Learnt:       9670 | 0.000
257.36/257.41	c total clause space: 206.656MB
257.36/257.41	c total #watches: 160592
258.95/259.08	c total #propagations: 22924655 / total #impl: 139457861 (eff. 0.164)
258.95/259.08	c #Conflicts:     151000 | #Learnt:      10670 | 0.000
258.95/259.08	c total clause space: 206.656MB
258.95/259.08	c total #watches: 169221
260.55/260.60	c total #propagations: 23080339 / total #impl: 140246151 (eff. 0.165)
260.55/260.60	c #Conflicts:     152000 | #Learnt:      11670 | 0.000
260.55/260.60	c total clause space: 206.656MB
260.55/260.60	c total #watches: 176924
262.65/262.79	c total #propagations: 23244200 / total #impl: 140899586 (eff. 0.165)
262.65/262.79	c #Conflicts:     153000 | #Learnt:      12670 | 0.000
262.65/262.79	c total clause space: 206.656MB
262.65/262.79	c total #watches: 181637
264.65/264.77	c total #propagations: 23435292 / total #impl: 141773801 (eff. 0.165)
264.65/264.77	c #Conflicts:     154000 | #Learnt:      13670 | 0.000
264.65/264.77	c total clause space: 206.656MB
264.65/264.77	c total #watches: 190945
266.55/266.65	c total #propagations: 23608219 / total #impl: 142791777 (eff. 0.165)
266.55/266.65	c #Conflicts:     155000 | #Learnt:      14670 | 0.000
266.55/266.65	c total clause space: 206.656MB
266.55/266.65	c total #watches: 193945
268.75/268.89	c total #propagations: 23743419 / total #impl: 143349548 (eff. 0.166)
268.75/268.89	c #Conflicts:     156000 | #Learnt:      15670 | 0.000
268.75/268.89	c total clause space: 206.656MB
268.75/268.89	c total #watches: 197739
270.15/270.29	c total #propagations: 23907611 / total #impl: 144132833 (eff. 0.166)
270.15/270.29	c #Conflicts:     157000 | #Learnt:      16670 | 0.000
270.15/270.29	c total clause space: 206.656MB
270.15/270.29	c total #watches: 201729
272.25/272.31	c total #propagations: 24037127 / total #impl: 144635195 (eff. 0.166)
272.25/272.31	c #Conflicts:     158000 | #Learnt:      17670 | 0.000
272.25/272.31	c total clause space: 206.656MB
272.25/272.31	c total #watches: 209884
274.45/274.54	c total #propagations: 24197380 / total #impl: 145558861 (eff. 0.166)
274.45/274.54	c #Conflicts:     159000 | #Learnt:      18670 | 0.000
274.45/274.54	c total clause space: 206.656MB
274.45/274.54	c total #watches: 216303
276.35/276.47	c total #propagations: 24356414 / total #impl: 146923276 (eff. 0.166)
276.35/276.47	c GC COLLECT
276.35/276.47	c #Conflicts:     160000 | #Learnt:      10170 | 0.000
276.35/276.47	c total clause space: 206.656MB
276.35/276.47	c total #watches: 165005
277.85/277.94	c total #propagations: 24524125 / total #impl: 147827080 (eff. 0.166)
277.85/277.94	c #Conflicts:     161000 | #Learnt:      11170 | 0.000
277.85/277.94	c total clause space: 206.656MB
277.85/277.94	c total #watches: 174850
279.55/279.63	c total #propagations: 24692398 / total #impl: 148842598 (eff. 0.166)
279.55/279.63	c #Conflicts:     162000 | #Learnt:      12170 | 0.000
279.55/279.63	c total clause space: 206.656MB
279.55/279.63	c total #watches: 183087
281.35/281.48	c total #propagations: 24855804 / total #impl: 149899492 (eff. 0.166)
281.35/281.48	c #Conflicts:     163000 | #Learnt:      13170 | 0.000
281.35/281.48	c total clause space: 206.656MB
281.35/281.48	c total #watches: 191596
283.55/283.61	c total #propagations: 24994854 / total #impl: 150617800 (eff. 0.166)
283.55/283.61	c #Conflicts:     164000 | #Learnt:      14170 | 0.000
283.55/283.61	c total clause space: 206.656MB
283.55/283.61	c total #watches: 197401
285.95/286.07	c total #propagations: 25146247 / total #impl: 151379372 (eff. 0.166)
285.95/286.07	c #Conflicts:     165000 | #Learnt:      15170 | 0.000
285.95/286.07	c total clause space: 206.656MB
285.95/286.07	c total #watches: 204021
288.25/288.37	c total #propagations: 25291270 / total #impl: 152292068 (eff. 0.166)
288.25/288.37	c #Conflicts:     166000 | #Learnt:      16170 | 0.000
288.25/288.37	c total clause space: 206.656MB
288.25/288.37	c total #watches: 211953
290.24/290.36	c total #propagations: 25438564 / total #impl: 153174591 (eff. 0.166)
290.24/290.36	c #Conflicts:     167000 | #Learnt:      17170 | 0.000
290.24/290.36	c total clause space: 206.656MB
290.24/290.36	c total #watches: 221877
292.44/292.55	c total #propagations: 25587882 / total #impl: 154141257 (eff. 0.166)
292.44/292.55	c #Conflicts:     168000 | #Learnt:      18170 | 0.000
292.44/292.55	c total clause space: 206.656MB
292.44/292.55	c total #watches: 230610
295.34/295.42	c total #propagations: 25720707 / total #impl: 155133168 (eff. 0.166)
295.34/295.42	c #Conflicts:     169000 | #Learnt:      19170 | 0.000
295.34/295.42	c total clause space: 206.656MB
295.34/295.42	c total #watches: 236312
297.24/297.38	c total #propagations: 25867765 / total #impl: 156200317 (eff. 0.166)
297.24/297.38	c GC COLLECT
297.24/297.38	c #Conflicts:     170000 | #Learnt:      10373 | 0.000
297.24/297.38	c total clause space: 206.656MB
297.24/297.38	c total #watches: 166625
298.74/298.88	c total #propagations: 26012052 / total #impl: 157026831 (eff. 0.166)
298.74/298.88	c #Conflicts:     171000 | #Learnt:      11373 | 0.000
298.74/298.88	c total clause space: 206.656MB
298.74/298.88	c total #watches: 172531
300.64/300.79	c total #propagations: 26154189 / total #impl: 157617266 (eff. 0.166)
300.64/300.79	c #Conflicts:     172000 | #Learnt:      12373 | 0.000
300.64/300.79	c total clause space: 206.656MB
300.64/300.79	c total #watches: 177491
302.34/302.42	c total #propagations: 26311041 / total #impl: 158281829 (eff. 0.166)
302.34/302.42	c #Conflicts:     173000 | #Learnt:      13373 | 0.000
302.34/302.42	c total clause space: 206.656MB
302.34/302.42	c total #watches: 186346
304.14/304.27	c total #propagations: 26458312 / total #impl: 159395924 (eff. 0.166)
304.14/304.27	c #Conflicts:     174000 | #Learnt:      14373 | 0.000
304.14/304.27	c total clause space: 206.656MB
304.14/304.27	c total #watches: 192392
306.14/306.25	c total #propagations: 26599055 / total #impl: 160497104 (eff. 0.166)
306.14/306.25	c #Conflicts:     175000 | #Learnt:      15373 | 0.000
306.14/306.25	c total clause space: 206.656MB
306.14/306.25	c total #watches: 201077
308.44/308.50	c total #propagations: 26733331 / total #impl: 161579151 (eff. 0.165)
308.44/308.50	c #Conflicts:     176000 | #Learnt:      16373 | 0.000
308.44/308.50	c total clause space: 206.656MB
308.44/308.50	c total #watches: 208407
310.74/310.82	c total #propagations: 26886592 / total #impl: 162819999 (eff. 0.165)
310.74/310.82	c #Conflicts:     177000 | #Learnt:      17373 | 0.000
310.74/310.82	c total clause space: 206.656MB
310.74/310.82	c total #watches: 215699
313.55/313.68	c total #propagations: 27042547 / total #impl: 164025018 (eff. 0.165)
313.55/313.68	c #Conflicts:     178000 | #Learnt:      18373 | 0.000
313.55/313.68	c total clause space: 206.656MB
313.55/313.68	c total #watches: 220208
316.14/316.23	c total #propagations: 27216573 / total #impl: 164993300 (eff. 0.165)
316.14/316.23	c #Conflicts:     179000 | #Learnt:      19373 | 0.000
316.14/316.23	c total clause space: 206.656MB
316.14/316.23	c total #watches: 224986
319.05/319.16	c total #propagations: 27367951 / total #impl: 165780959 (eff. 0.165)
319.05/319.16	c GC COLLECT
319.05/319.16	c #Conflicts:     180000 | #Learnt:      10268 | 0.000
319.05/319.16	c total clause space: 206.656MB
319.05/319.16	c total #watches: 164384
320.84/320.93	c total #propagations: 27530481 / total #impl: 166704720 (eff. 0.165)
320.84/320.93	c #Conflicts:     181000 | #Learnt:      11268 | 0.000
320.84/320.93	c total clause space: 206.656MB
320.84/320.93	c total #watches: 171848
322.84/322.95	c total #propagations: 27690721 / total #impl: 167395420 (eff. 0.165)
322.84/322.95	c #Conflicts:     182000 | #Learnt:      12268 | 0.000
322.84/322.95	c total clause space: 206.656MB
322.84/322.95	c total #watches: 180753
325.04/325.15	c total #propagations: 27874551 / total #impl: 168371292 (eff. 0.166)
325.04/325.15	c #Conflicts:     183000 | #Learnt:      13268 | 0.000
325.04/325.15	c total clause space: 206.656MB
325.04/325.15	c total #watches: 189765
327.44/327.55	c total #propagations: 28051681 / total #impl: 169343290 (eff. 0.166)
327.44/327.55	c #Conflicts:     184000 | #Learnt:      14268 | 0.000
327.44/327.55	c total clause space: 206.656MB
327.44/327.55	c total #watches: 197770
329.94/330.05	c total #propagations: 28221525 / total #impl: 170276199 (eff. 0.166)
329.94/330.05	c #Conflicts:     185000 | #Learnt:      15268 | 0.000
329.94/330.05	c total clause space: 206.656MB
329.94/330.05	c total #watches: 204314
333.24/333.38	c total #propagations: 28377371 / total #impl: 171072758 (eff. 0.166)
333.24/333.38	c #Conflicts:     186000 | #Learnt:      16268 | 0.000
333.24/333.38	c total clause space: 206.656MB
333.24/333.38	c total #watches: 207910
335.74/335.81	c total #propagations: 28555436 / total #impl: 172059231 (eff. 0.166)
335.74/335.81	c #Conflicts:     187000 | #Learnt:      17268 | 0.000
335.74/335.81	c total clause space: 206.656MB
335.74/335.81	c total #watches: 212481
338.24/338.38	c total #propagations: 28717335 / total #impl: 172762184 (eff. 0.166)
338.24/338.38	c #Conflicts:     188000 | #Learnt:      18268 | 0.000
338.24/338.38	c total clause space: 206.656MB
338.24/338.38	c total #watches: 216447
340.84/341.00	c total #propagations: 28874979 / total #impl: 173454634 (eff. 0.166)
340.84/341.00	c #Conflicts:     189000 | #Learnt:      19268 | 0.000
340.84/341.00	c total clause space: 206.656MB
340.84/341.00	c total #watches: 219805
343.73/343.81	c total #propagations: 29035187 / total #impl: 174479247 (eff. 0.166)
343.73/343.81	c #Conflicts:     190000 | #Learnt:      20268 | 0.000
343.73/343.81	c total clause space: 206.656MB
343.73/343.81	c total #watches: 228570
345.93/346.05	c total #propagations: 29199047 / total #impl: 175486849 (eff. 0.166)
345.93/346.05	c GC COLLECT
345.93/346.05	c #Conflicts:     191000 | #Learnt:      10869 | 0.000
345.93/346.05	c total clause space: 206.656MB
345.93/346.05	c total #watches: 173068
347.64/347.73	c total #propagations: 29362566 / total #impl: 176559887 (eff. 0.166)
347.64/347.73	c #Conflicts:     192000 | #Learnt:      11869 | 0.000
347.64/347.73	c total clause space: 206.656MB
347.64/347.73	c total #watches: 183115
349.63/349.72	c total #propagations: 29520434 / total #impl: 177607747 (eff. 0.166)
349.63/349.72	c #Conflicts:     193000 | #Learnt:      12869 | 0.000
349.63/349.72	c total clause space: 206.656MB
349.63/349.72	c total #watches: 192280
352.04/352.18	c total #propagations: 29675004 / total #impl: 178746339 (eff. 0.166)
352.04/352.18	c #Conflicts:     194000 | #Learnt:      13869 | 0.000
352.04/352.18	c total clause space: 206.656MB
352.04/352.18	c total #watches: 201157
354.73/354.82	c total #propagations: 29820613 / total #impl: 179875431 (eff. 0.166)
354.73/354.82	c #Conflicts:     195000 | #Learnt:      14869 | 0.000
354.73/354.82	c total clause space: 206.656MB
354.73/354.82	c total #watches: 208674
357.83/357.97	c total #propagations: 29968225 / total #impl: 181302398 (eff. 0.165)
357.83/357.97	c #Conflicts:     196000 | #Learnt:      15869 | 0.000
357.83/357.97	c total clause space: 206.656MB
357.83/357.97	c total #watches: 214292
361.13/361.20	c total #propagations: 30123559 / total #impl: 182588168 (eff. 0.165)
361.13/361.20	c #Conflicts:     197000 | #Learnt:      16869 | 0.000
361.13/361.20	c total clause space: 206.656MB
361.13/361.20	c total #watches: 226253
364.23/364.31	c total #propagations: 30280902 / total #impl: 183492588 (eff. 0.165)
364.23/364.31	c #Conflicts:     198000 | #Learnt:      17869 | 0.000
364.23/364.31	c total clause space: 206.656MB
364.23/364.31	c total #watches: 232703
368.83/368.92	c total #propagations: 30423833 / total #impl: 184593552 (eff. 0.165)
368.83/368.92	c #Conflicts:     199000 | #Learnt:      18869 | 0.000
368.83/368.92	c total clause space: 206.656MB
368.83/368.92	c total #watches: 236911
373.03/373.15	c total #propagations: 30589867 / total #impl: 185412209 (eff. 0.165)
373.03/373.15	c #Conflicts:     200000 | #Learnt:      19869 | 0.000
373.03/373.15	c total clause space: 206.656MB
373.03/373.15	c total #watches: 243569
376.83/376.92	c total #propagations: 30733013 / total #impl: 186479152 (eff. 0.165)
376.83/376.92	c #Conflicts:     201000 | #Learnt:      20869 | 0.000
376.83/376.92	c total clause space: 206.656MB
376.83/376.92	c total #watches: 249271
380.23/380.39	c total #propagations: 30864247 / total #impl: 187422238 (eff. 0.165)
380.23/380.39	c GC COLLECT
380.23/380.39	c #Conflicts:     202000 | #Learnt:      11178 | 0.000
380.23/380.39	c total clause space: 335.816MB
380.23/380.39	c total #watches: 174586
382.13/382.28	c total #propagations: 31010139 / total #impl: 188253748 (eff. 0.165)
382.13/382.28	c #Conflicts:     203000 | #Learnt:      12178 | 0.000
382.13/382.28	c total clause space: 335.816MB
382.13/382.28	c total #watches: 190191
384.23/384.37	c total #propagations: 31148317 / total #impl: 189020986 (eff. 0.165)
384.23/384.37	c #Conflicts:     204000 | #Learnt:      13178 | 0.000
384.23/384.37	c total clause space: 335.816MB
384.23/384.37	c total #watches: 195280
386.33/386.45	c total #propagations: 31286399 / total #impl: 189854698 (eff. 0.165)
386.33/386.45	c #Conflicts:     205000 | #Learnt:      14178 | 0.000
386.33/386.45	c total clause space: 335.816MB
386.33/386.45	c total #watches: 203690
387.93/388.02	c total #propagations: 31414960 / total #impl: 190468252 (eff. 0.165)
387.93/388.02	c #Conflicts:     206000 | #Learnt:      15178 | 0.000
387.93/388.02	c total clause space: 335.816MB
387.93/388.02	c total #watches: 213049
389.93/390.03	c total #propagations: 31539811 / total #impl: 191390783 (eff. 0.165)
389.93/390.03	c #Conflicts:     207000 | #Learnt:      16178 | 0.000
389.93/390.03	c total clause space: 335.816MB
389.93/390.03	c total #watches: 221704
392.13/392.22	c total #propagations: 31671959 / total #impl: 192356056 (eff. 0.165)
392.13/392.22	c #Conflicts:     208000 | #Learnt:      17178 | 0.000
392.13/392.22	c total clause space: 335.816MB
392.13/392.22	c total #watches: 227454
394.43/394.54	c total #propagations: 31804056 / total #impl: 193293165 (eff. 0.165)
394.43/394.54	c #Conflicts:     209000 | #Learnt:      18178 | 0.000
394.43/394.54	c total clause space: 335.816MB
394.43/394.54	c total #watches: 235045
396.43/396.55	c total #propagations: 31944482 / total #impl: 194087905 (eff. 0.165)
396.43/396.55	c #Conflicts:     210000 | #Learnt:      19178 | 0.000
396.43/396.55	c total clause space: 335.816MB
396.43/396.55	c total #watches: 244837
399.03/399.18	c total #propagations: 32059144 / total #impl: 194737329 (eff. 0.165)
399.03/399.18	c #Conflicts:     211000 | #Learnt:      20178 | 0.000
399.03/399.18	c total clause space: 335.816MB
399.03/399.18	c total #watches: 250539
401.23/401.33	c total #propagations: 32197349 / total #impl: 195608446 (eff. 0.165)
401.23/401.33	c #Conflicts:     212000 | #Learnt:      21178 | 0.000
401.23/401.33	c total clause space: 335.816MB
401.23/401.33	c total #watches: 257321
403.63/403.71	c total #propagations: 32313972 / total #impl: 196235784 (eff. 0.165)
403.63/403.71	c GC COLLECT
403.63/403.71	c #Conflicts:     213000 | #Learnt:      11177 | 0.000
403.63/403.71	c total clause space: 335.816MB
403.63/403.71	c total #watches: 175783
405.22/405.36	c total #propagations: 32447606 / total #impl: 197297180 (eff. 0.164)
405.22/405.36	c #Conflicts:     214000 | #Learnt:      12177 | 0.000
405.22/405.36	c total clause space: 335.816MB
405.22/405.36	c total #watches: 183871
407.12/407.22	c total #propagations: 32570983 / total #impl: 198328383 (eff. 0.164)
407.12/407.22	c #Conflicts:     215000 | #Learnt:      13177 | 0.000
407.12/407.22	c total clause space: 335.816MB
407.12/407.22	c total #watches: 192207
409.42/409.57	c total #propagations: 32707395 / total #impl: 199658553 (eff. 0.164)
409.42/409.57	c #Conflicts:     216000 | #Learnt:      14177 | 0.000
409.42/409.57	c total clause space: 335.816MB
409.42/409.57	c total #watches: 203625
411.72/411.80	c total #propagations: 32867555 / total #impl: 200738271 (eff. 0.164)
411.72/411.80	c #Conflicts:     217000 | #Learnt:      15177 | 0.000
411.72/411.80	c total clause space: 335.816MB
411.72/411.80	c total #watches: 213840
414.22/414.30	c total #propagations: 33011705 / total #impl: 202147270 (eff. 0.163)
414.22/414.30	c #Conflicts:     218000 | #Learnt:      16177 | 0.000
414.22/414.30	c total clause space: 335.816MB
414.22/414.30	c total #watches: 223484
416.93/417.06	c total #propagations: 33156475 / total #impl: 203760907 (eff. 0.163)
416.93/417.06	c #Conflicts:     219000 | #Learnt:      17177 | 0.000
416.93/417.06	c total clause space: 335.816MB
416.93/417.06	c total #watches: 233656
419.72/419.88	c total #propagations: 33311102 / total #impl: 205148940 (eff. 0.162)
419.72/419.88	c #Conflicts:     220000 | #Learnt:      18177 | 0.000
419.72/419.88	c total clause space: 335.816MB
419.72/419.88	c total #watches: 243065
422.52/422.64	c total #propagations: 33446228 / total #impl: 206535014 (eff. 0.162)
422.52/422.64	c #Conflicts:     221000 | #Learnt:      19177 | 0.000
422.52/422.64	c total clause space: 335.816MB
422.52/422.64	c total #watches: 250114
425.52/425.68	c total #propagations: 33578257 / total #impl: 207606981 (eff. 0.162)
425.52/425.68	c #Conflicts:     222000 | #Learnt:      20177 | 0.000
425.52/425.68	c total clause space: 335.816MB
425.52/425.68	c total #watches: 257066
428.93/429.03	c total #propagations: 33717480 / total #impl: 208735499 (eff. 0.162)
428.93/429.03	c #Conflicts:     223000 | #Learnt:      21177 | 0.000
428.93/429.03	c total clause space: 335.816MB
428.93/429.03	c total #watches: 265111
431.92/432.09	c total #propagations: 33867249 / total #impl: 209742012 (eff. 0.161)
431.92/432.09	c #Conflicts:     224000 | #Learnt:      22177 | 0.000
431.92/432.09	c total clause space: 335.816MB
431.92/432.09	c total #watches: 275916
434.42/434.54	c total #propagations: 34023435 / total #impl: 210784735 (eff. 0.161)
434.42/434.54	c GC COLLECT
434.42/434.54	c #Conflicts:     225000 | #Learnt:      11867 | 0.000
434.42/434.54	c total clause space: 335.816MB
434.42/434.54	c total #watches: 184668
436.12/436.27	c total #propagations: 34183238 / total #impl: 211783018 (eff. 0.161)
436.12/436.27	c #Conflicts:     226000 | #Learnt:      12867 | 0.000
436.12/436.27	c total clause space: 335.816MB
436.12/436.27	c total #watches: 199879
438.42/438.52	c total #propagations: 34344473 / total #impl: 212655965 (eff. 0.162)
438.42/438.52	c #Conflicts:     227000 | #Learnt:      13867 | 0.000
438.42/438.52	c total clause space: 335.816MB
438.42/438.52	c total #watches: 214270
441.12/441.24	c total #propagations: 34518530 / total #impl: 213888047 (eff. 0.161)
441.12/441.24	c #Conflicts:     228000 | #Learnt:      14867 | 0.000
441.12/441.24	c total clause space: 335.816MB
441.12/441.24	c total #watches: 225044
443.82/443.98	c total #propagations: 34658813 / total #impl: 215043101 (eff. 0.161)
443.82/443.98	c #Conflicts:     229000 | #Learnt:      15867 | 0.000
443.82/443.98	c total clause space: 335.816MB
443.82/443.98	c total #watches: 233684
446.92/447.00	c total #propagations: 34801827 / total #impl: 216245140 (eff. 0.161)
446.92/447.00	c #Conflicts:     230000 | #Learnt:      16867 | 0.000
446.92/447.00	c total clause space: 335.816MB
446.92/447.00	c total #watches: 245727
450.02/450.11	c total #propagations: 34944781 / total #impl: 217335628 (eff. 0.161)
450.02/450.11	c #Conflicts:     231000 | #Learnt:      17867 | 0.000
450.02/450.11	c total clause space: 335.816MB
450.02/450.11	c total #watches: 255292
453.82/453.98	c total #propagations: 35097465 / total #impl: 218297005 (eff. 0.161)
453.82/453.98	c #Conflicts:     232000 | #Learnt:      18867 | 0.000
453.82/453.98	c total clause space: 335.816MB
453.82/453.98	c total #watches: 260404
458.72/458.87	c total #propagations: 35280944 / total #impl: 219472304 (eff. 0.161)
458.72/458.87	c #Conflicts:     233000 | #Learnt:      19867 | 0.000
458.72/458.87	c total clause space: 335.816MB
458.72/458.87	c total #watches: 267475
463.12/463.20	c total #propagations: 35471270 / total #impl: 220823330 (eff. 0.161)
463.12/463.20	c #Conflicts:     234000 | #Learnt:      20867 | 0.000
463.12/463.20	c total clause space: 335.816MB
463.12/463.20	c total #watches: 273876
467.21/467.39	c total #propagations: 35635331 / total #impl: 221976062 (eff. 0.161)
467.21/467.39	c #Conflicts:     235000 | #Learnt:      21867 | 0.000
467.21/467.39	c total clause space: 335.816MB
467.21/467.39	c total #watches: 282920
471.72/471.83	c total #propagations: 35792196 / total #impl: 223142397 (eff. 0.160)
471.72/471.83	c #Conflicts:     236000 | #Learnt:      22867 | 0.000
471.72/471.83	c total clause space: 335.816MB
471.72/471.83	c total #watches: 289644
474.92/475.04	c total #propagations: 35941803 / total #impl: 224517282 (eff. 0.160)
474.92/475.04	c GC COLLECT
474.92/475.04	c #Conflicts:     237000 | #Learnt:      12270 | 0.000
474.92/475.04	c total clause space: 335.816MB
474.92/475.04	c total #watches: 185851
478.02/478.13	c total #propagations: 36106975 / total #impl: 225731651 (eff. 0.160)
478.02/478.13	c #Conflicts:     238000 | #Learnt:      13270 | 0.000
478.02/478.13	c total clause space: 335.816MB
478.02/478.13	c total #watches: 192125
481.02/481.15	c total #propagations: 36282879 / total #impl: 226709981 (eff. 0.160)
481.02/481.15	c #Conflicts:     239000 | #Learnt:      14270 | 0.000
481.02/481.15	c total clause space: 335.816MB
481.02/481.15	c total #watches: 202887
484.12/484.21	c total #propagations: 36450077 / total #impl: 227778535 (eff. 0.160)
484.12/484.21	c #Conflicts:     240000 | #Learnt:      15270 | 0.000
484.12/484.21	c total clause space: 335.816MB
484.12/484.21	c total #watches: 209807
486.92/487.06	c total #propagations: 36608478 / total #impl: 228695483 (eff. 0.160)
486.92/487.06	c #Conflicts:     241000 | #Learnt:      16270 | 0.000
486.92/487.06	c total clause space: 335.816MB
486.92/487.06	c total #watches: 219323
489.72/489.87	c total #propagations: 36763214 / total #impl: 229781523 (eff. 0.160)
489.72/489.87	c #Conflicts:     242000 | #Learnt:      17270 | 0.000
489.72/489.87	c total clause space: 335.816MB
489.72/489.87	c total #watches: 224152
493.12/493.24	c total #propagations: 36922899 / total #impl: 230658049 (eff. 0.160)
493.12/493.24	c #Conflicts:     243000 | #Learnt:      18270 | 0.000
493.12/493.24	c total clause space: 335.816MB
493.12/493.24	c total #watches: 231219
496.32/496.42	c total #propagations: 37082654 / total #impl: 231770487 (eff. 0.160)
496.32/496.42	c #Conflicts:     244000 | #Learnt:      19270 | 0.000
496.32/496.42	c total clause space: 335.816MB
496.32/496.42	c total #watches: 241955
499.62/499.75	c total #propagations: 37243319 / total #impl: 233218212 (eff. 0.160)
499.62/499.75	c #Conflicts:     245000 | #Learnt:      20270 | 0.000
499.62/499.75	c total clause space: 335.816MB
499.62/499.75	c total #watches: 253026
503.12/503.29	c total #propagations: 37387829 / total #impl: 234450362 (eff. 0.159)
503.12/503.29	c #Conflicts:     246000 | #Learnt:      21270 | 0.000
503.12/503.29	c total clause space: 335.816MB
503.12/503.29	c total #watches: 262965
506.91/507.00	c total #propagations: 37529981 / total #impl: 235649905 (eff. 0.159)
506.91/507.00	c #Conflicts:     247000 | #Learnt:      22270 | 0.000
506.91/507.00	c total clause space: 335.816MB
506.91/507.00	c total #watches: 269250
510.81/510.98	c total #propagations: 37707495 / total #impl: 236595689 (eff. 0.159)
510.81/510.98	c #Conflicts:     248000 | #Learnt:      23270 | 0.000
510.81/510.98	c total clause space: 335.816MB
510.81/510.98	c total #watches: 274980
514.72/514.81	c total #propagations: 37880479 / total #impl: 237355356 (eff. 0.160)
514.72/514.81	c GC COLLECT
514.72/514.81	c #Conflicts:     249000 | #Learnt:      12371 | 0.000
514.72/514.81	c total clause space: 335.816MB
514.72/514.81	c total #watches: 188720
517.11/517.25	c total #propagations: 38048774 / total #impl: 238542615 (eff. 0.160)
517.11/517.25	c #Conflicts:     250000 | #Learnt:      13371 | 0.000
517.11/517.25	c total clause space: 335.816MB
517.11/517.25	c total #watches: 198183
520.01/520.19	c total #propagations: 38201867 / total #impl: 239627201 (eff. 0.159)
520.01/520.19	c #Conflicts:     251000 | #Learnt:      14371 | 0.000
520.01/520.19	c total clause space: 335.816MB
520.01/520.19	c total #watches: 205409
522.91/523.04	c total #propagations: 38371682 / total #impl: 240535588 (eff. 0.160)
522.91/523.04	c #Conflicts:     252000 | #Learnt:      15371 | 0.000
522.91/523.04	c total clause space: 335.816MB
522.91/523.04	c total #watches: 213472
525.51/525.68	c total #propagations: 38535030 / total #impl: 241409278 (eff. 0.160)
525.51/525.68	c #Conflicts:     253000 | #Learnt:      16371 | 0.000
525.51/525.68	c total clause space: 335.816MB
525.51/525.68	c total #watches: 219621
527.71/527.88	c total #propagations: 38692982 / total #impl: 242457356 (eff. 0.160)
527.71/527.88	c #Conflicts:     254000 | #Learnt:      17371 | 0.000
527.71/527.88	c total clause space: 335.816MB
527.71/527.88	c total #watches: 229262
529.71/529.86	c total #propagations: 38826189 / total #impl: 243044266 (eff. 0.160)
529.71/529.86	c #Conflicts:     255000 | #Learnt:      18371 | 0.000
529.71/529.86	c total clause space: 335.816MB
529.71/529.86	c total #watches: 233288
531.71/531.83	c total #propagations: 38954328 / total #impl: 243543335 (eff. 0.160)
531.71/531.83	c #Conflicts:     256000 | #Learnt:      19371 | 0.000
531.71/531.83	c total clause space: 335.816MB
531.71/531.83	c total #watches: 239121
533.61/533.76	c total #propagations: 39084725 / total #impl: 244020586 (eff. 0.160)
533.61/533.76	c #Conflicts:     257000 | #Learnt:      20371 | 0.000
533.61/533.76	c total clause space: 335.816MB
533.61/533.76	c total #watches: 248440
535.62/535.73	c total #propagations: 39197001 / total #impl: 244488077 (eff. 0.160)
535.62/535.73	c #Conflicts:     258000 | #Learnt:      21371 | 0.000
535.62/535.73	c total clause space: 335.816MB
535.62/535.73	c total #watches: 259679
537.61/537.76	c total #propagations: 39345842 / total #impl: 245122586 (eff. 0.161)
537.61/537.76	c #Conflicts:     259000 | #Learnt:      22371 | 0.000
537.61/537.76	c total clause space: 335.816MB
537.61/537.76	c total #watches: 269734
540.71/540.84	c total #propagations: 39503711 / total #impl: 245710227 (eff. 0.161)
540.71/540.84	c #Conflicts:     260000 | #Learnt:      23371 | 0.000
540.71/540.84	c total clause space: 335.816MB
540.71/540.84	c total #watches: 277345
542.71/542.89	c total #propagations: 39681765 / total #impl: 246634297 (eff. 0.161)
542.71/542.89	c #Conflicts:     261000 | #Learnt:      24371 | 0.000
542.71/542.89	c total clause space: 335.816MB
542.71/542.89	c total #watches: 281406
545.21/545.33	c total #propagations: 39816329 / total #impl: 247115864 (eff. 0.161)
545.21/545.33	c GC COLLECT
545.21/545.33	c #Conflicts:     262000 | #Learnt:      13168 | 0.000
545.21/545.33	c total clause space: 335.816MB
545.21/545.33	c total #watches: 191280
548.01/548.14	c total #propagations: 39980404 / total #impl: 247810047 (eff. 0.161)
548.01/548.14	c #Conflicts:     263000 | #Learnt:      14168 | 0.000
548.01/548.14	c total clause space: 335.816MB
548.01/548.14	c total #watches: 195811
550.81/550.99	c total #propagations: 40157812 / total #impl: 248488416 (eff. 0.162)
550.81/550.99	c #Conflicts:     264000 | #Learnt:      15168 | 0.000
550.81/550.99	c total clause space: 335.816MB
550.81/550.99	c total #watches: 202058
554.00/554.15	c total #propagations: 40354937 / total #impl: 249197029 (eff. 0.162)
554.00/554.15	c #Conflicts:     265000 | #Learnt:      16168 | 0.000
554.00/554.15	c total clause space: 335.816MB
554.00/554.15	c total #watches: 204906
556.51/556.65	c total #propagations: 40528351 / total #impl: 249892853 (eff. 0.162)
556.51/556.65	c #Conflicts:     266000 | #Learnt:      17168 | 0.000
556.51/556.65	c total clause space: 335.816MB
556.51/556.65	c total #watches: 210237
559.10/559.27	c total #propagations: 40683543 / total #impl: 250396775 (eff. 0.162)
559.10/559.27	c #Conflicts:     267000 | #Learnt:      18168 | 0.000
559.10/559.27	c total clause space: 335.816MB
559.10/559.27	c total #watches: 223685
560.80/560.93	c total #propagations: 40863757 / total #impl: 251145295 (eff. 0.163)
560.80/560.93	c #Conflicts:     268000 | #Learnt:      19168 | 0.000
560.80/560.93	c total clause space: 335.816MB
560.80/560.93	c total #watches: 245136
562.40/562.58	c total #propagations: 41012216 / total #impl: 251737872 (eff. 0.163)
562.40/562.58	c #Conflicts:     269000 | #Learnt:      20168 | 0.000
562.40/562.58	c total clause space: 335.816MB
562.40/562.58	c total #watches: 264433
564.10/564.25	c total #propagations: 41190525 / total #impl: 252370419 (eff. 0.163)
564.10/564.25	c #Conflicts:     270000 | #Learnt:      21168 | 0.000
564.10/564.25	c total clause space: 335.816MB
564.10/564.25	c total #watches: 277273
565.41/565.56	c total #propagations: 41369953 / total #impl: 253110301 (eff. 0.163)
565.41/565.56	c #Conflicts:     271000 | #Learnt:      22168 | 0.000
565.41/565.56	c total clause space: 335.816MB
565.41/565.56	c total #watches: 291482
567.20/567.30	c total #propagations: 41523426 / total #impl: 254146694 (eff. 0.163)
567.20/567.30	c #Conflicts:     272000 | #Learnt:      23168 | 0.000
567.20/567.30	c total clause space: 335.816MB
567.20/567.30	c total #watches: 303696
569.20/569.37	c total #propagations: 41652926 / total #impl: 255443894 (eff. 0.163)
569.20/569.37	c #Conflicts:     273000 | #Learnt:      24168 | 0.000
569.20/569.37	c total clause space: 335.816MB
569.20/569.37	c total #watches: 312618
571.70/571.82	c total #propagations: 41783182 / total #impl: 256834364 (eff. 0.163)
571.70/571.82	c GC COLLECT
571.70/571.82	c #Conflicts:     274000 | #Learnt:      12678 | 0.000
571.70/571.82	c total clause space: 335.816MB
571.70/571.82	c total #watches: 188729
572.70/572.87	c total #propagations: 41925286 / total #impl: 258493678 (eff. 0.162)
572.70/572.87	c #Conflicts:     275000 | #Learnt:      13678 | 0.000
572.70/572.87	c total clause space: 335.816MB
572.70/572.87	c total #watches: 198406
573.80/573.98	c total #propagations: 42018820 / total #impl: 258779589 (eff. 0.162)
573.80/573.98	c #Conflicts:     276000 | #Learnt:      14678 | 0.000
573.80/573.98	c total clause space: 335.816MB
573.80/573.98	c total #watches: 209112
574.90/575.09	c total #propagations: 42139245 / total #impl: 259190555 (eff. 0.163)
574.90/575.09	c #Conflicts:     277000 | #Learnt:      15678 | 0.000
574.90/575.09	c total clause space: 335.816MB
574.90/575.09	c total #watches: 218245
576.00/576.11	c total #propagations: 42269951 / total #impl: 259552196 (eff. 0.163)
576.00/576.11	c #Conflicts:     278000 | #Learnt:      16678 | 0.000
576.00/576.11	c total clause space: 335.816MB
576.00/576.11	c total #watches: 230338
577.00/577.17	c total #propagations: 42434931 / total #impl: 260086827 (eff. 0.163)
577.00/577.17	c #Conflicts:     279000 | #Learnt:      17678 | 0.000
577.00/577.17	c total clause space: 335.816MB
577.00/577.17	c total #watches: 239270
578.00/578.19	c total #propagations: 42572544 / total #impl: 260491812 (eff. 0.163)
578.00/578.19	c #Conflicts:     280000 | #Learnt:      18678 | 0.000
578.00/578.19	c total clause space: 335.816MB
578.00/578.19	c total #watches: 244174
579.10/579.21	c total #propagations: 42700522 / total #impl: 260859677 (eff. 0.164)
579.10/579.21	c #Conflicts:     281000 | #Learnt:      19678 | 0.000
579.10/579.21	c total clause space: 335.816MB
579.10/579.21	c total #watches: 262599
579.90/580.00	c total #propagations: 42847421 / total #impl: 261413004 (eff. 0.164)
579.90/580.00	c #Conflicts:     282000 | #Learnt:      20678 | 0.000
579.90/580.00	c total clause space: 335.816MB
579.90/580.00	c total #watches: 277624
580.90/581.04	c total #propagations: 42976348 / total #impl: 261861436 (eff. 0.164)
580.90/581.04	c #Conflicts:     283000 | #Learnt:      21678 | 0.000
580.90/581.04	c total clause space: 335.816MB
580.90/581.04	c total #watches: 288852
582.10/582.20	c total #propagations: 43118752 / total #impl: 262942132 (eff. 0.164)
582.10/582.20	c #Conflicts:     284000 | #Learnt:      22678 | 0.000
582.10/582.20	c total clause space: 335.816MB
582.10/582.20	c total #watches: 293314
583.40/583.57	c total #propagations: 43233883 / total #impl: 263596923 (eff. 0.164)
583.40/583.57	c #Conflicts:     285000 | #Learnt:      23678 | 0.000
583.40/583.57	c total clause space: 335.816MB
583.40/583.57	c total #watches: 302087
584.70/584.86	c total #propagations: 43392311 / total #impl: 264503889 (eff. 0.164)
584.70/584.86	c #Conflicts:     286000 | #Learnt:      24678 | 0.000
584.70/584.86	c total clause space: 335.816MB
584.70/584.86	c total #watches: 318848
586.60/586.70	c total #propagations: 43563594 / total #impl: 265998828 (eff. 0.164)
586.60/586.70	c GC COLLECT
586.60/586.70	c #Conflicts:     287000 | #Learnt:      12874 | 0.000
586.60/586.70	c total clause space: 335.816MB
586.60/586.70	c total #watches: 191127
587.70/587.87	c total #propagations: 43725101 / total #impl: 267027475 (eff. 0.164)
587.70/587.87	c #Conflicts:     288000 | #Learnt:      13874 | 0.000
587.70/587.87	c total clause space: 335.816MB
587.70/587.87	c total #watches: 213742
588.90/589.03	c total #propagations: 43896484 / total #impl: 268392442 (eff. 0.164)
588.90/589.03	c #Conflicts:     289000 | #Learnt:      14874 | 0.000
588.90/589.03	c total clause space: 335.816MB
588.90/589.03	c total #watches: 228590
589.90/590.09	c total #propagations: 44050138 / total #impl: 269651997 (eff. 0.163)
589.90/590.09	c #Conflicts:     290000 | #Learnt:      15874 | 0.000
589.90/590.09	c total clause space: 335.816MB
589.90/590.09	c total #watches: 242557
591.40/591.55	c total #propagations: 44179942 / total #impl: 270274100 (eff. 0.163)
591.40/591.55	c #Conflicts:     291000 | #Learnt:      16874 | 0.000
591.40/591.55	c total clause space: 335.816MB
591.40/591.55	c total #watches: 261618
592.90/593.07	c total #propagations: 44338686 / total #impl: 271191703 (eff. 0.163)
592.90/593.07	c #Conflicts:     292000 | #Learnt:      17874 | 0.000
592.90/593.07	c total clause space: 335.816MB
592.90/593.07	c total #watches: 278532
594.40/594.54	c total #propagations: 44486850 / total #impl: 272038595 (eff. 0.164)
594.40/594.54	c #Conflicts:     293000 | #Learnt:      18874 | 0.000
594.40/594.54	c total clause space: 335.816MB
594.40/594.54	c total #watches: 292507
596.10/596.26	c total #propagations: 44626849 / total #impl: 272590008 (eff. 0.164)
596.10/596.26	c #Conflicts:     294000 | #Learnt:      19874 | 0.000
596.10/596.26	c total clause space: 335.816MB
596.10/596.26	c total #watches: 298949
597.70/597.80	c total #propagations: 44753840 / total #impl: 273156080 (eff. 0.164)
597.70/597.80	c #Conflicts:     295000 | #Learnt:      20874 | 0.000
597.70/597.80	c total clause space: 335.816MB
597.70/597.80	c total #watches: 310597
599.40/599.58	c total #propagations: 44901113 / total #impl: 273969455 (eff. 0.164)
599.40/599.58	c #Conflicts:     296000 | #Learnt:      21874 | 0.000
599.40/599.58	c total clause space: 335.816MB
599.40/599.58	c total #watches: 321024
601.10/601.27	c total #propagations: 45050750 / total #impl: 274647111 (eff. 0.164)
601.10/601.27	c #Conflicts:     297000 | #Learnt:      22874 | 0.000
601.10/601.27	c total clause space: 335.816MB
601.10/601.27	c total #watches: 333056
603.50/603.61	c total #propagations: 45189682 / total #impl: 275225168 (eff. 0.164)
603.50/603.61	c #Conflicts:     298000 | #Learnt:      23874 | 0.000
603.50/603.61	c total clause space: 335.816MB
603.50/603.61	c total #watches: 345630
606.00/606.14	c total #propagations: 45337321 / total #impl: 275987548 (eff. 0.164)
606.00/606.14	c #Conflicts:     299000 | #Learnt:      24874 | 0.000
606.00/606.14	c total clause space: 335.816MB
606.00/606.14	c total #watches: 353211
607.89/608.07	c total #propagations: 45485332 / total #impl: 277095532 (eff. 0.164)
607.89/608.07	c #Conflicts:     300000 | #Learnt:      25874 | 0.000
607.89/608.07	c total clause space: 335.816MB
607.89/608.07	c total #watches: 359362
609.19/609.39	c total #propagations: 45622486 / total #impl: 277664134 (eff. 0.164)
609.19/609.39	c GC COLLECT
609.19/609.39	c #Conflicts:     301000 | #Learnt:      13767 | 0.000
609.19/609.39	c total clause space: 335.816MB
609.19/609.39	c total #watches: 206652
610.29/610.44	c total #propagations: 45740450 / total #impl: 278176351 (eff. 0.164)
610.29/610.44	c #Conflicts:     302000 | #Learnt:      14767 | 0.000
610.29/610.44	c total clause space: 335.816MB
610.29/610.44	c total #watches: 222412
611.69/611.83	c total #propagations: 45923367 / total #impl: 278782507 (eff. 0.165)
611.69/611.83	c #Conflicts:     303000 | #Learnt:      15767 | 0.000
611.69/611.83	c total clause space: 335.816MB
611.69/611.83	c total #watches: 232706
613.09/613.23	c total #propagations: 46102707 / total #impl: 279597708 (eff. 0.165)
613.09/613.23	c #Conflicts:     304000 | #Learnt:      16767 | 0.000
613.09/613.23	c total clause space: 335.816MB
613.09/613.23	c total #watches: 248639
614.69/614.88	c total #propagations: 46299856 / total #impl: 280503842 (eff. 0.165)
614.69/614.88	c #Conflicts:     305000 | #Learnt:      17767 | 0.000
614.69/614.88	c total clause space: 335.816MB
614.69/614.88	c total #watches: 264721
616.29/616.49	c total #propagations: 46475614 / total #impl: 281575099 (eff. 0.165)
616.29/616.49	c #Conflicts:     306000 | #Learnt:      18767 | 0.000
616.29/616.49	c total clause space: 335.816MB
616.29/616.49	c total #watches: 282159
618.10/618.24	c total #propagations: 46630916 / total #impl: 282785397 (eff. 0.165)
618.10/618.24	c #Conflicts:     307000 | #Learnt:      19767 | 0.000
618.10/618.24	c total clause space: 335.816MB
618.10/618.24	c total #watches: 296279
619.89/620.09	c total #propagations: 46767383 / total #impl: 283971738 (eff. 0.165)
619.89/620.09	c #Conflicts:     308000 | #Learnt:      20767 | 0.000
619.89/620.09	c total clause space: 335.816MB
619.89/620.09	c total #watches: 312366
621.99/622.12	c total #propagations: 46906852 / total #impl: 284818144 (eff. 0.165)
621.99/622.12	c #Conflicts:     309000 | #Learnt:      21767 | 0.000
621.99/622.12	c total clause space: 335.816MB
621.99/622.12	c total #watches: 323587
624.29/624.49	c total #propagations: 47040462 / total #impl: 285891178 (eff. 0.165)
624.29/624.49	c #Conflicts:     310000 | #Learnt:      22767 | 0.000
624.29/624.49	c total clause space: 335.816MB
624.29/624.49	c total #watches: 335655
627.09/627.20	c total #propagations: 47181417 / total #impl: 287398083 (eff. 0.164)
627.09/627.20	c #Conflicts:     311000 | #Learnt:      23767 | 0.000
627.09/627.20	c total clause space: 335.816MB
627.09/627.20	c total #watches: 346180
629.89/630.09	c total #propagations: 47313551 / total #impl: 289093192 (eff. 0.164)
629.89/630.09	c #Conflicts:     312000 | #Learnt:      24767 | 0.000
629.89/630.09	c total clause space: 335.816MB
629.89/630.09	c total #watches: 357171
633.29/633.44	c total #propagations: 47438917 / total #impl: 290567814 (eff. 0.163)
633.29/633.44	c #Conflicts:     313000 | #Learnt:      25767 | 0.000
633.29/633.44	c total clause space: 335.816MB
633.29/633.44	c total #watches: 374409
637.19/637.32	c total #propagations: 47576154 / total #impl: 291778267 (eff. 0.163)
637.19/637.32	c #Conflicts:     314000 | #Learnt:      26767 | 0.000
637.19/637.32	c total clause space: 335.816MB
637.19/637.32	c total #watches: 395950
638.69/638.81	c total #propagations: 47712199 / total #impl: 293178106 (eff. 0.163)
638.69/638.81	c GC COLLECT
638.69/638.81	c #Conflicts:     315000 | #Learnt:      14371 | 0.000
638.69/638.81	c total clause space: 335.816MB
638.69/638.81	c total #watches: 222253
640.49/640.62	c total #propagations: 47864816 / total #impl: 294285661 (eff. 0.163)
640.49/640.62	c #Conflicts:     316000 | #Learnt:      15371 | 0.000
640.49/640.62	c total clause space: 335.816MB
640.49/640.62	c total #watches: 242285
642.19/642.35	c total #propagations: 48014302 / total #impl: 295629898 (eff. 0.162)
642.19/642.35	c #Conflicts:     317000 | #Learnt:      16371 | 0.000
642.19/642.35	c total clause space: 335.816MB
642.19/642.35	c total #watches: 267376
643.99/644.18	c total #propagations: 48152839 / total #impl: 296724632 (eff. 0.162)
643.99/644.18	c #Conflicts:     318000 | #Learnt:      17371 | 0.000
643.99/644.18	c total clause space: 335.816MB
643.99/644.18	c total #watches: 281860
645.89/646.03	c total #propagations: 48287901 / total #impl: 297551592 (eff. 0.162)
645.89/646.03	c #Conflicts:     319000 | #Learnt:      18371 | 0.000
645.89/646.03	c total clause space: 335.816MB
645.89/646.03	c total #watches: 296922
647.69/647.88	c total #propagations: 48423103 / total #impl: 298217692 (eff. 0.162)
647.69/647.88	c #Conflicts:     320000 | #Learnt:      19371 | 0.000
647.69/647.88	c total clause space: 335.816MB
647.69/647.88	c total #watches: 308552
649.69/649.86	c total #propagations: 48565920 / total #impl: 298856285 (eff. 0.163)
649.69/649.86	c #Conflicts:     321000 | #Learnt:      20371 | 0.000
649.69/649.86	c total clause space: 335.816MB
649.69/649.86	c total #watches: 318007
651.09/651.25	c total #propagations: 48713591 / total #impl: 299375556 (eff. 0.163)
651.09/651.25	c #Conflicts:     322000 | #Learnt:      21371 | 0.000
651.09/651.25	c total clause space: 335.816MB
651.09/651.25	c total #watches: 326225
652.88/653.05	c total #propagations: 48841544 / total #impl: 299909024 (eff. 0.163)
652.88/653.05	c #Conflicts:     323000 | #Learnt:      22371 | 0.000
652.88/653.05	c total clause space: 335.816MB
652.88/653.05	c total #watches: 334577
654.39/654.58	c total #propagations: 48996400 / total #impl: 300674569 (eff. 0.163)
654.39/654.58	c #Conflicts:     324000 | #Learnt:      23371 | 0.000
654.39/654.58	c total clause space: 335.816MB
654.39/654.58	c total #watches: 344886
656.38/656.54	c total #propagations: 49126222 / total #impl: 301414643 (eff. 0.163)
656.38/656.54	c #Conflicts:     325000 | #Learnt:      24371 | 0.000
656.38/656.54	c total clause space: 335.816MB
656.38/656.54	c total #watches: 354375
658.48/658.69	c total #propagations: 49264517 / total #impl: 302090925 (eff. 0.163)
658.48/658.69	c #Conflicts:     326000 | #Learnt:      25371 | 0.000
658.48/658.69	c total clause space: 335.816MB
658.48/658.69	c total #watches: 365046
660.68/660.82	c total #propagations: 49397340 / total #impl: 302804966 (eff. 0.163)
660.68/660.82	c #Conflicts:     327000 | #Learnt:      26371 | 0.000
660.68/660.82	c total clause space: 335.816MB
660.68/660.82	c total #watches: 376370
662.78/662.96	c total #propagations: 49527881 / total #impl: 303550647 (eff. 0.163)
662.78/662.96	c #Conflicts:     328000 | #Learnt:      27371 | 0.000
662.78/662.96	c total clause space: 335.816MB
662.78/662.96	c total #watches: 383156
664.18/664.30	c total #propagations: 49652535 / total #impl: 304234713 (eff. 0.163)
664.18/664.30	c GC COLLECT
664.18/664.30	c #Conflicts:     329000 | #Learnt:      14675 | 0.000
664.18/664.30	c total clause space: 335.816MB
664.18/664.30	c total #watches: 225440
665.68/665.85	c total #propagations: 49811198 / total #impl: 305328528 (eff. 0.163)
665.68/665.85	c #Conflicts:     330000 | #Learnt:      15675 | 0.000
665.68/665.85	c total clause space: 335.816MB
665.68/665.85	c total #watches: 236977
667.28/667.41	c total #propagations: 49959881 / total #impl: 307012492 (eff. 0.163)
667.28/667.41	c #Conflicts:     331000 | #Learnt:      16675 | 0.000
667.28/667.41	c total clause space: 335.816MB
667.28/667.41	c total #watches: 248137
668.88/669.01	c total #propagations: 50080739 / total #impl: 308651037 (eff. 0.162)
668.88/669.01	c #Conflicts:     332000 | #Learnt:      17675 | 0.000
668.88/669.01	c total clause space: 335.816MB
668.88/669.01	c total #watches: 256917
670.99/671.16	c total #propagations: 50211909 / total #impl: 309964906 (eff. 0.162)
670.99/671.16	c #Conflicts:     333000 | #Learnt:      18675 | 0.000
670.99/671.16	c total clause space: 335.816MB
670.99/671.16	c total #watches: 264874
673.48/673.63	c total #propagations: 50350060 / total #impl: 311939771 (eff. 0.161)
673.48/673.63	c #Conflicts:     334000 | #Learnt:      19675 | 0.000
673.48/673.63	c total clause space: 335.816MB
673.48/673.63	c total #watches: 276541
676.28/676.48	c total #propagations: 50499405 / total #impl: 315170388 (eff. 0.160)
676.28/676.48	c #Conflicts:     335000 | #Learnt:      20675 | 0.000
676.28/676.48	c total clause space: 335.816MB
676.28/676.48	c total #watches: 289020
679.58/679.76	c total #propagations: 50647801 / total #impl: 317400220 (eff. 0.160)
679.58/679.76	c #Conflicts:     336000 | #Learnt:      21675 | 0.000
679.58/679.76	c total clause space: 335.816MB
679.58/679.76	c total #watches: 313165
684.38/684.54	c total #propagations: 50797197 / total #impl: 319771112 (eff. 0.159)
684.38/684.54	c #Conflicts:     337000 | #Learnt:      22675 | 0.000
684.38/684.54	c total clause space: 335.816MB
684.38/684.54	c total #watches: 329480
689.78/689.95	c total #propagations: 50954152 / total #impl: 322383958 (eff. 0.158)
689.78/689.95	c #Conflicts:     338000 | #Learnt:      23675 | 0.000
689.78/689.95	c total clause space: 335.816MB
689.78/689.95	c total #watches: 347421
693.99/694.17	c total #propagations: 51104648 / total #impl: 324691772 (eff. 0.157)
693.99/694.17	c #Conflicts:     339000 | #Learnt:      24675 | 0.000
693.99/694.17	c total clause space: 335.816MB
693.99/694.17	c total #watches: 367458
698.08/698.21	c total #propagations: 51226111 / total #impl: 327586623 (eff. 0.156)
698.08/698.21	c #Conflicts:     340000 | #Learnt:      25675 | 0.000
698.08/698.21	c total clause space: 335.816MB
698.08/698.21	c total #watches: 383123
702.18/702.36	c total #propagations: 51340058 / total #impl: 329923424 (eff. 0.156)
702.18/702.36	c #Conflicts:     341000 | #Learnt:      26675 | 0.000
702.18/702.36	c total clause space: 335.816MB
702.18/702.36	c total #watches: 401359
706.68/706.84	c total #propagations: 51467394 / total #impl: 334056004 (eff. 0.154)
706.68/706.84	c #Conflicts:     342000 | #Learnt:      27675 | 0.000
706.68/706.84	c total clause space: 335.816MB
706.68/706.84	c total #watches: 416483
710.38/710.57	c total #propagations: 51589030 / total #impl: 338165427 (eff. 0.153)
710.38/710.57	c GC COLLECT
710.38/710.57	c #Conflicts:     343000 | #Learnt:      14681 | 0.000
710.38/710.57	c total clause space: 335.816MB
710.38/710.57	c total #watches: 228147
712.27/712.48	c total #propagations: 51741719 / total #impl: 339976488 (eff. 0.152)
712.27/712.48	c #Conflicts:     344000 | #Learnt:      15681 | 0.000
712.27/712.48	c total clause space: 335.816MB
712.27/712.48	c total #watches: 253613
714.07/714.29	c total #propagations: 51894227 / total #impl: 341570256 (eff. 0.152)
714.07/714.29	c #Conflicts:     345000 | #Learnt:      16681 | 0.000
714.07/714.29	c total clause space: 335.816MB
714.07/714.29	c total #watches: 268209
716.27/716.41	c total #propagations: 52013096 / total #impl: 343667293 (eff. 0.151)
716.27/716.41	c #Conflicts:     346000 | #Learnt:      17681 | 0.000
716.27/716.41	c total clause space: 335.816MB
716.27/716.41	c total #watches: 281181
718.37/718.57	c total #propagations: 52126152 / total #impl: 345954634 (eff. 0.151)
718.37/718.57	c #Conflicts:     347000 | #Learnt:      18681 | 0.000
718.37/718.57	c total clause space: 335.816MB
718.37/718.57	c total #watches: 297752
720.48/720.60	c total #propagations: 52255994 / total #impl: 348259840 (eff. 0.150)
720.48/720.60	c #Conflicts:     348000 | #Learnt:      19681 | 0.000
720.48/720.60	c total clause space: 335.816MB
720.48/720.60	c total #watches: 308983
722.68/722.81	c total #propagations: 52388009 / total #impl: 349883989 (eff. 0.150)
722.68/722.81	c #Conflicts:     349000 | #Learnt:      20681 | 0.000
722.68/722.81	c total clause space: 335.816MB
722.68/722.81	c total #watches: 324378
725.98/726.14	c total #propagations: 52508593 / total #impl: 352218989 (eff. 0.149)
725.98/726.14	c #Conflicts:     350000 | #Learnt:      21681 | 0.000
725.98/726.14	c total clause space: 335.816MB
725.98/726.14	c total #watches: 337791
729.38/729.52	c total #propagations: 52656641 / total #impl: 354522948 (eff. 0.149)
729.38/729.52	c #Conflicts:     351000 | #Learnt:      22681 | 0.000
729.38/729.52	c total clause space: 335.816MB
729.38/729.52	c total #watches: 348812
732.68/732.86	c total #propagations: 52791630 / total #impl: 355500053 (eff. 0.148)
732.68/732.86	c #Conflicts:     352000 | #Learnt:      23681 | 0.000
732.68/732.86	c total clause space: 335.816MB
732.68/732.86	c total #watches: 359850
735.89/736.07	c total #propagations: 52917579 / total #impl: 356308628 (eff. 0.149)
735.89/736.07	c #Conflicts:     353000 | #Learnt:      24681 | 0.000
735.89/736.07	c total clause space: 335.816MB
735.89/736.07	c total #watches: 373090
739.28/739.49	c total #propagations: 53046112 / total #impl: 357429070 (eff. 0.148)
739.28/739.49	c #Conflicts:     354000 | #Learnt:      25681 | 0.000
739.28/739.49	c total clause space: 335.816MB
739.28/739.49	c total #watches: 381271
742.88/743.02	c total #propagations: 53212979 / total #impl: 358120242 (eff. 0.149)
742.88/743.02	c #Conflicts:     355000 | #Learnt:      26681 | 0.000
742.88/743.02	c total clause space: 335.816MB
742.88/743.02	c total #watches: 391642
745.88/746.09	c total #propagations: 53397704 / total #impl: 358871343 (eff. 0.149)
745.88/746.09	c #Conflicts:     356000 | #Learnt:      27681 | 0.000
745.88/746.09	c total clause space: 335.816MB
745.88/746.09	c total #watches: 402327
749.18/749.31	c total #propagations: 53564824 / total #impl: 359591386 (eff. 0.149)
749.18/749.31	c GC COLLECT
749.18/749.31	c #Conflicts:     357000 | #Learnt:      14360 | 0.000
749.18/749.31	c total clause space: 335.816MB
749.18/749.31	c total #watches: 222720
750.98/751.12	c total #propagations: 53725501 / total #impl: 360283487 (eff. 0.149)
750.98/751.12	c #Conflicts:     358000 | #Learnt:      15360 | 0.000
750.98/751.12	c total clause space: 335.816MB
750.98/751.12	c total #watches: 236392
752.98/753.16	c total #propagations: 53894660 / total #impl: 361410570 (eff. 0.149)
752.98/753.16	c #Conflicts:     359000 | #Learnt:      16360 | 0.000
752.98/753.16	c total clause space: 335.816MB
752.98/753.16	c total #watches: 251733
755.58/755.78	c total #propagations: 54039274 / total #impl: 363487416 (eff. 0.149)
755.58/755.78	c #Conflicts:     360000 | #Learnt:      17360 | 0.000
755.58/755.78	c total clause space: 335.816MB
755.58/755.78	c total #watches: 270922
758.58/758.74	c total #propagations: 54186332 / total #impl: 366500976 (eff. 0.148)
758.58/758.74	c #Conflicts:     361000 | #Learnt:      18360 | 0.000
758.58/758.74	c total clause space: 335.816MB
758.58/758.74	c total #watches: 283178
762.48/762.65	c total #propagations: 54306682 / total #impl: 369506028 (eff. 0.147)
762.48/762.65	c #Conflicts:     362000 | #Learnt:      19360 | 0.000
762.48/762.65	c total clause space: 335.816MB
762.48/762.65	c total #watches: 305762
767.08/767.21	c total #propagations: 54455231 / total #impl: 372768072 (eff. 0.146)
767.08/767.21	c #Conflicts:     363000 | #Learnt:      20360 | 0.000
767.08/767.21	c total clause space: 335.816MB
767.08/767.21	c total #watches: 324044
771.27/771.44	c total #propagations: 54602962 / total #impl: 376115510 (eff. 0.145)
771.27/771.44	c #Conflicts:     364000 | #Learnt:      21360 | 0.000
771.27/771.44	c total clause space: 335.816MB
771.27/771.44	c total #watches: 341078
774.97/775.13	c total #propagations: 54749518 / total #impl: 379363036 (eff. 0.144)
774.97/775.13	c #Conflicts:     365000 | #Learnt:      22360 | 0.000
774.97/775.13	c total clause space: 335.816MB
774.97/775.13	c total #watches: 354351
778.68/778.87	c total #propagations: 54885032 / total #impl: 381812168 (eff. 0.144)
778.68/778.87	c #Conflicts:     366000 | #Learnt:      23360 | 0.000
778.68/778.87	c total clause space: 335.816MB
778.68/778.87	c total #watches: 369633
783.67/783.83	c total #propagations: 55024635 / total #impl: 384012121 (eff. 0.143)
783.67/783.83	c #Conflicts:     367000 | #Learnt:      24360 | 0.000
783.67/783.83	c total clause space: 335.816MB
783.67/783.83	c total #watches: 384386
789.07/789.29	c total #propagations: 55177945 / total #impl: 386088714 (eff. 0.143)
789.07/789.29	c #Conflicts:     368000 | #Learnt:      25360 | 0.000
789.07/789.29	c total clause space: 335.816MB
789.07/789.29	c total #watches: 393729
794.27/794.46	c total #propagations: 55323285 / total #impl: 387516276 (eff. 0.143)
794.27/794.46	c #Conflicts:     369000 | #Learnt:      26360 | 0.000
794.27/794.46	c total clause space: 335.816MB
794.27/794.46	c total #watches: 397377
798.67/798.84	c total #propagations: 55453058 / total #impl: 388579217 (eff. 0.143)
798.67/798.84	c #Conflicts:     370000 | #Learnt:      27360 | 0.000
798.67/798.84	c total clause space: 335.816MB
798.67/798.84	c total #watches: 404389
802.57/802.78	c total #propagations: 55578463 / total #impl: 389937330 (eff. 0.143)
802.57/802.78	c #Conflicts:     371000 | #Learnt:      28360 | 0.000
802.57/802.78	c total clause space: 335.816MB
802.57/802.78	c total #watches: 415673
806.86/807.06	c total #propagations: 55735125 / total #impl: 391166987 (eff. 0.142)
806.86/807.06	c GC COLLECT
806.86/807.06	c #Conflicts:     372000 | #Learnt:      14752 | 0.000
806.86/807.06	c total clause space: 335.816MB
806.86/807.06	c total #watches: 227604
809.06/809.28	c total #propagations: 55893870 / total #impl: 392469139 (eff. 0.142)
809.06/809.28	c #Conflicts:     373000 | #Learnt:      15752 | 0.000
809.06/809.28	c total clause space: 335.816MB
809.06/809.28	c total #watches: 242751
811.56/811.74	c total #propagations: 56070985 / total #impl: 393624746 (eff. 0.142)
811.56/811.74	c #Conflicts:     374000 | #Learnt:      16752 | 0.000
811.56/811.74	c total clause space: 335.816MB
811.56/811.74	c total #watches: 260521
814.76/814.94	c total #propagations: 56235717 / total #impl: 395423104 (eff. 0.142)
814.76/814.94	c #Conflicts:     375000 | #Learnt:      17752 | 0.000
814.76/814.94	c total clause space: 335.816MB
814.76/814.94	c total #watches: 278770
818.26/818.44	c total #propagations: 56387090 / total #impl: 397273706 (eff. 0.142)
818.26/818.44	c #Conflicts:     376000 | #Learnt:      18752 | 0.000
818.26/818.44	c total clause space: 335.816MB
818.26/818.44	c total #watches: 293651
821.36/821.59	c total #propagations: 56529527 / total #impl: 399018832 (eff. 0.142)
821.36/821.59	c #Conflicts:     377000 | #Learnt:      19752 | 0.000
821.36/821.59	c total clause space: 335.816MB
821.36/821.59	c total #watches: 303748
825.46/825.63	c total #propagations: 56657153 / total #impl: 400923957 (eff. 0.141)
825.46/825.63	c #Conflicts:     378000 | #Learnt:      20752 | 0.000
825.46/825.63	c total clause space: 335.816MB
825.46/825.63	c total #watches: 318479
830.36/830.57	c total #propagations: 56786468 / total #impl: 403773144 (eff. 0.141)
830.36/830.57	c #Conflicts:     379000 | #Learnt:      21752 | 0.000
830.36/830.57	c total clause space: 335.816MB
830.36/830.57	c total #watches: 333381
835.16/835.38	c total #propagations: 56923415 / total #impl: 406480496 (eff. 0.140)
835.16/835.38	c #Conflicts:     380000 | #Learnt:      22752 | 0.000
835.16/835.38	c total clause space: 335.816MB
835.16/835.38	c total #watches: 352231
842.65/842.82	c total #propagations: 57045635 / total #impl: 408649381 (eff. 0.140)
842.65/842.82	c #Conflicts:     381000 | #Learnt:      23752 | 0.000
842.65/842.82	c total clause space: 335.816MB
842.65/842.82	c total #watches: 372427
849.16/849.39	c total #propagations: 57197669 / total #impl: 412310866 (eff. 0.139)
849.16/849.39	c #Conflicts:     382000 | #Learnt:      24752 | 0.000
849.16/849.39	c total clause space: 335.816MB
849.16/849.39	c total #watches: 388660
856.05/856.22	c total #propagations: 57325890 / total #impl: 415016886 (eff. 0.138)
856.05/856.22	c #Conflicts:     383000 | #Learnt:      25752 | 0.000
856.05/856.22	c total clause space: 335.816MB
856.05/856.22	c total #watches: 408785
862.95/863.11	c total #propagations: 57493655 / total #impl: 417182835 (eff. 0.138)
862.95/863.11	c #Conflicts:     384000 | #Learnt:      26752 | 0.000
862.95/863.11	c total clause space: 335.816MB
862.95/863.11	c total #watches: 423254
868.75/868.92	c total #propagations: 57665410 / total #impl: 418854461 (eff. 0.138)
868.75/868.92	c #Conflicts:     385000 | #Learnt:      27752 | 0.000
868.75/868.92	c total clause space: 335.816MB
868.75/868.92	c total #watches: 431594
874.95/875.16	c total #propagations: 57820802 / total #impl: 419879701 (eff. 0.138)
874.95/875.16	c #Conflicts:     386000 | #Learnt:      28752 | 0.000
874.95/875.16	c total clause space: 335.816MB
874.95/875.16	c total #watches: 435244
879.44/879.60	c total #propagations: 57958593 / total #impl: 420827854 (eff. 0.138)
879.44/879.60	c #Conflicts:     387000 | #Learnt:      29752 | 0.000
879.44/879.60	c total clause space: 335.816MB
879.44/879.60	c total #watches: 451342
881.34/881.57	c total #propagations: 58106093 / total #impl: 421435669 (eff. 0.138)
881.34/881.57	c GC COLLECT
881.34/881.57	c #Conflicts:     388000 | #Learnt:      15843 | 0.000
881.34/881.57	c total clause space: 335.816MB
881.34/881.57	c total #watches: 244133
883.25/883.44	c total #propagations: 58252693 / total #impl: 422029034 (eff. 0.138)
883.25/883.44	c #Conflicts:     389000 | #Learnt:      16843 | 0.000
883.25/883.44	c total clause space: 335.816MB
883.25/883.44	c total #watches: 260581
885.04/885.22	c total #propagations: 58391089 / total #impl: 423109348 (eff. 0.138)
885.04/885.22	c #Conflicts:     390000 | #Learnt:      17843 | 0.000
885.04/885.22	c total clause space: 335.816MB
885.04/885.22	c total #watches: 273814
886.74/886.91	c total #propagations: 58509813 / total #impl: 424204695 (eff. 0.138)
886.74/886.91	c #Conflicts:     391000 | #Learnt:      18843 | 0.000
886.74/886.91	c total clause space: 335.816MB
886.74/886.91	c total #watches: 287640
888.64/888.87	c total #propagations: 58646109 / total #impl: 425066441 (eff. 0.138)
888.64/888.87	c #Conflicts:     392000 | #Learnt:      19843 | 0.000
888.64/888.87	c total clause space: 335.816MB
888.64/888.87	c total #watches: 297737
891.34/891.57	c total #propagations: 58785977 / total #impl: 425684365 (eff. 0.138)
891.34/891.57	c #Conflicts:     393000 | #Learnt:      20843 | 0.000
891.34/891.57	c total clause space: 335.816MB
891.34/891.57	c total #watches: 311079
893.84/894.01	c total #propagations: 58972620 / total #impl: 426394825 (eff. 0.138)
893.84/894.01	c #Conflicts:     394000 | #Learnt:      21843 | 0.000
893.84/894.01	c total clause space: 335.816MB
893.84/894.01	c total #watches: 321055
896.53/896.78	c total #propagations: 59135459 / total #impl: 427279863 (eff. 0.138)
896.53/896.78	c #Conflicts:     395000 | #Learnt:      22843 | 0.000
896.53/896.78	c total clause space: 335.816MB
896.53/896.78	c total #watches: 330958
899.64/899.83	c total #propagations: 59314406 / total #impl: 428199523 (eff. 0.139)
899.64/899.83	c #Conflicts:     396000 | #Learnt:      23843 | 0.000
899.64/899.83	c total clause space: 335.816MB
899.64/899.83	c total #watches: 336864
902.53/902.76	c total #propagations: 59518192 / total #impl: 429110466 (eff. 0.139)
902.53/902.76	c #Conflicts:     397000 | #Learnt:      24843 | 0.000
902.53/902.76	c total clause space: 335.816MB
902.53/902.76	c total #watches: 342859
905.83/906.09	c total #propagations: 59689536 / total #impl: 429891485 (eff. 0.139)
905.83/906.09	c #Conflicts:     398000 | #Learnt:      25843 | 0.000
905.83/906.09	c total clause space: 335.816MB
905.83/906.09	c total #watches: 354866
908.83/909.07	c total #propagations: 59888824 / total #impl: 430894437 (eff. 0.139)
908.83/909.07	c #Conflicts:     399000 | #Learnt:      26843 | 0.000
908.83/909.07	c total clause space: 335.816MB
908.83/909.07	c total #watches: 361602
911.63/911.80	c total #propagations: 60079546 / total #impl: 431765981 (eff. 0.139)
911.63/911.80	c #Conflicts:     400000 | #Learnt:      27843 | 0.000
911.63/911.80	c total clause space: 335.816MB
911.63/911.80	c total #watches: 370791
915.22/915.47	c total #propagations: 60257855 / total #impl: 432661883 (eff. 0.139)
915.22/915.47	c #Conflicts:     401000 | #Learnt:      28843 | 0.000
915.22/915.47	c total clause space: 335.816MB
915.22/915.47	c total #watches: 380892
918.82/919.02	c total #propagations: 60424891 / total #impl: 434533889 (eff. 0.139)
918.82/919.02	c #Conflicts:     402000 | #Learnt:      29843 | 0.000
918.82/919.02	c total clause space: 335.816MB
918.82/919.02	c total #watches: 388518
921.32/921.57	c total #propagations: 60576739 / total #impl: 436039260 (eff. 0.139)
921.32/921.57	c GC COLLECT
921.32/921.57	c #Conflicts:     403000 | #Learnt:      15649 | 0.000
921.32/921.57	c total clause space: 335.816MB
921.32/921.57	c total #watches: 239619
922.22/922.44	c total #propagations: 60707796 / total #impl: 437030641 (eff. 0.139)
922.22/922.44	c #Conflicts:     404000 | #Learnt:      16649 | 0.000
922.22/922.44	c total clause space: 335.816MB
922.22/922.44	c total #watches: 263121
922.92/923.19	c total #propagations: 60829107 / total #impl: 437565419 (eff. 0.139)
922.92/923.19	c #Conflicts:     405000 | #Learnt:      17649 | 0.000
922.92/923.19	c total clause space: 335.816MB
922.92/923.19	c total #watches: 273271
924.02/924.27	c total #propagations: 60937912 / total #impl: 438272753 (eff. 0.139)
924.02/924.27	c #Conflicts:     406000 | #Learnt:      18649 | 0.000
924.02/924.27	c total clause space: 335.816MB
924.02/924.27	c total #watches: 284536
925.92/926.19	c total #propagations: 61064105 / total #impl: 439133119 (eff. 0.139)
925.92/926.19	c #Conflicts:     407000 | #Learnt:      19649 | 0.000
925.92/926.19	c total clause space: 335.816MB
925.92/926.19	c total #watches: 292168
927.82/928.01	c total #propagations: 61200352 / total #impl: 440055128 (eff. 0.139)
927.82/928.01	c #Conflicts:     408000 | #Learnt:      20649 | 0.000
927.82/928.01	c total clause space: 335.816MB
927.82/928.01	c total #watches: 301498
930.22/930.44	c total #propagations: 61333270 / total #impl: 440867602 (eff. 0.139)
930.22/930.44	c #Conflicts:     409000 | #Learnt:      21649 | 0.000
930.22/930.44	c total clause space: 335.816MB
930.22/930.44	c total #watches: 308853
932.82/933.06	c total #propagations: 61469419 / total #impl: 442005686 (eff. 0.139)
932.82/933.06	c #Conflicts:     410000 | #Learnt:      22649 | 0.000
932.82/933.06	c total clause space: 335.816MB
932.82/933.06	c total #watches: 318610
935.22/935.40	c total #propagations: 61614419 / total #impl: 443379501 (eff. 0.139)
935.22/935.40	c #Conflicts:     411000 | #Learnt:      23649 | 0.000
935.22/935.40	c total clause space: 335.816MB
935.22/935.40	c total #watches: 330340
937.52/937.70	c total #propagations: 61747553 / total #impl: 444501124 (eff. 0.139)
937.52/937.70	c #Conflicts:     412000 | #Learnt:      24649 | 0.000
937.52/937.70	c total clause space: 335.816MB
937.52/937.70	c total #watches: 339152
940.32/940.55	c total #propagations: 61877603 / total #impl: 445848682 (eff. 0.139)
940.32/940.55	c #Conflicts:     413000 | #Learnt:      25649 | 0.000
940.32/940.55	c total clause space: 335.816MB
940.32/940.55	c total #watches: 349381
943.31/943.54	c total #propagations: 62019440 / total #impl: 447786111 (eff. 0.139)
943.31/943.54	c #Conflicts:     414000 | #Learnt:      26649 | 0.000
943.31/943.54	c total clause space: 335.816MB
943.31/943.54	c total #watches: 358027
946.51/946.74	c total #propagations: 62157957 / total #impl: 449356726 (eff. 0.138)
946.51/946.74	c #Conflicts:     415000 | #Learnt:      27649 | 0.000
946.51/946.74	c total clause space: 335.816MB
946.51/946.74	c total #watches: 365761
949.81/950.04	c total #propagations: 62284825 / total #impl: 450652104 (eff. 0.138)
949.81/950.04	c #Conflicts:     416000 | #Learnt:      28649 | 0.000
949.81/950.04	c total clause space: 335.816MB
949.81/950.04	c total #watches: 372752
953.11/953.39	c total #propagations: 62407957 / total #impl: 451973562 (eff. 0.138)
953.11/953.39	c #Conflicts:     417000 | #Learnt:      29649 | 0.000
953.11/953.39	c total clause space: 335.816MB
953.11/953.39	c total #watches: 379104
956.51/956.78	c total #propagations: 62536198 / total #impl: 453391216 (eff. 0.138)
956.51/956.78	c #Conflicts:     418000 | #Learnt:      30649 | 0.000
956.51/956.78	c total clause space: 335.816MB
956.51/956.78	c total #watches: 386852
958.51/958.74	c total #propagations: 62660521 / total #impl: 455780677 (eff. 0.137)
958.51/958.74	c GC COLLECT
958.51/958.74	c #Conflicts:     419000 | #Learnt:      16163 | 0.000
958.51/958.74	c total clause space: 335.816MB
958.51/958.74	c total #watches: 243163
960.41/960.68	c total #propagations: 62772485 / total #impl: 456941555 (eff. 0.137)
960.41/960.68	c #Conflicts:     420000 | #Learnt:      17163 | 0.000
960.41/960.68	c total clause space: 335.816MB
960.41/960.68	c total #watches: 251925
962.01/962.29	c total #propagations: 62899797 / total #impl: 457437913 (eff. 0.138)
962.01/962.29	c #Conflicts:     421000 | #Learnt:      18163 | 0.000
962.01/962.29	c total clause space: 335.816MB
962.01/962.29	c total #watches: 257734
963.52/963.73	c total #propagations: 63013251 / total #impl: 457954907 (eff. 0.138)
963.52/963.73	c #Conflicts:     422000 | #Learnt:      19163 | 0.000
963.52/963.73	c total clause space: 335.816MB
963.52/963.73	c total #watches: 264630
964.91/965.11	c total #propagations: 63118988 / total #impl: 458485473 (eff. 0.138)
964.91/965.11	c #Conflicts:     423000 | #Learnt:      20163 | 0.000
964.91/965.11	c total clause space: 335.816MB
964.91/965.11	c total #watches: 274067
966.01/966.24	c total #propagations: 63222312 / total #impl: 458909420 (eff. 0.138)
966.01/966.24	c #Conflicts:     424000 | #Learnt:      21163 | 0.000
966.01/966.24	c total clause space: 335.816MB
966.01/966.24	c total #watches: 285423
967.31/967.57	c total #propagations: 63343549 / total #impl: 459495417 (eff. 0.138)
967.31/967.57	c #Conflicts:     425000 | #Learnt:      22163 | 0.000
967.31/967.57	c total clause space: 335.816MB
967.31/967.57	c total #watches: 301920
968.92/969.18	c total #propagations: 63479315 / total #impl: 460130685 (eff. 0.138)
968.92/969.18	c #Conflicts:     426000 | #Learnt:      23163 | 0.000
968.92/969.18	c total clause space: 335.816MB
968.92/969.18	c total #watches: 313346
970.21/970.45	c total #propagations: 63614006 / total #impl: 461054250 (eff. 0.138)
970.21/970.45	c #Conflicts:     427000 | #Learnt:      24163 | 0.000
970.21/970.45	c total clause space: 335.816MB
970.21/970.45	c total #watches: 323933
971.61/971.87	c total #propagations: 63743423 / total #impl: 461644374 (eff. 0.138)
971.61/971.87	c #Conflicts:     428000 | #Learnt:      25163 | 0.000
971.61/971.87	c total clause space: 335.816MB
971.61/971.87	c total #watches: 334901
973.32/973.52	c total #propagations: 63858879 / total #impl: 462648323 (eff. 0.138)
973.32/973.52	c #Conflicts:     429000 | #Learnt:      26163 | 0.000
973.32/973.52	c total clause space: 335.816MB
973.32/973.52	c total #watches: 348498
974.71/974.98	c total #propagations: 63968487 / total #impl: 463671151 (eff. 0.138)
974.71/974.98	c #Conflicts:     430000 | #Learnt:      27163 | 0.000
974.71/974.98	c total clause space: 335.816MB
974.71/974.98	c total #watches: 356702
976.31/976.58	c total #propagations: 64076231 / total #impl: 464447182 (eff. 0.138)
976.31/976.58	c #Conflicts:     431000 | #Learnt:      28163 | 0.000
976.31/976.58	c total clause space: 335.816MB
976.31/976.58	c total #watches: 364513
977.91/978.14	c total #propagations: 64175991 / total #impl: 465336533 (eff. 0.138)
977.91/978.14	c #Conflicts:     432000 | #Learnt:      29163 | 0.000
977.91/978.14	c total clause space: 335.816MB
977.91/978.14	c total #watches: 373942
979.61/979.88	c total #propagations: 64272421 / total #impl: 466048254 (eff. 0.138)
979.61/979.88	c #Conflicts:     433000 | #Learnt:      30163 | 0.000
979.61/979.88	c total clause space: 335.816MB
979.61/979.88	c total #watches: 382174
981.41/981.69	c total #propagations: 64381023 / total #impl: 467126693 (eff. 0.138)
981.41/981.69	c #Conflicts:     434000 | #Learnt:      31163 | 0.000
981.41/981.69	c total clause space: 335.816MB
981.41/981.69	c total #watches: 392204
983.11/983.36	c total #propagations: 64486820 / total #impl: 468318267 (eff. 0.138)
983.11/983.36	c GC COLLECT
983.11/983.36	c #Conflicts:     435000 | #Learnt:      16364 | 0.000
983.11/983.36	c total clause space: 335.816MB
983.11/983.36	c total #watches: 256677
983.81/984.07	c total #propagations: 64601902 / total #impl: 469069346 (eff. 0.138)
983.81/984.07	c #Conflicts:     436000 | #Learnt:      17364 | 0.000
983.81/984.07	c total clause space: 335.816MB
983.81/984.07	c total #watches: 268012
985.11/985.34	c total #propagations: 64725332 / total #impl: 469469976 (eff. 0.138)
985.11/985.34	c #Conflicts:     437000 | #Learnt:      18364 | 0.000
985.11/985.34	c total clause space: 335.816MB
985.11/985.34	c total #watches: 281049
986.41/986.69	c total #propagations: 64872577 / total #impl: 470067565 (eff. 0.138)
986.41/986.69	c #Conflicts:     438000 | #Learnt:      19364 | 0.000
986.41/986.69	c total clause space: 335.816MB
986.41/986.69	c total #watches: 291230
988.00/988.20	c total #propagations: 65020372 / total #impl: 470671942 (eff. 0.138)
988.00/988.20	c #Conflicts:     439000 | #Learnt:      20364 | 0.000
988.00/988.20	c total clause space: 335.816MB
988.00/988.20	c total #watches: 302807
989.10/989.34	c total #propagations: 65167556 / total #impl: 471341540 (eff. 0.138)
989.10/989.34	c #Conflicts:     440000 | #Learnt:      21364 | 0.000
989.10/989.34	c total clause space: 335.816MB
989.10/989.34	c total #watches: 315024
990.60/990.85	c total #propagations: 65294731 / total #impl: 471988457 (eff. 0.138)
990.60/990.85	c #Conflicts:     441000 | #Learnt:      22364 | 0.000
990.60/990.85	c total clause space: 335.816MB
990.60/990.85	c total #watches: 327199
992.01/992.28	c total #propagations: 65440695 / total #impl: 472985850 (eff. 0.138)
992.01/992.28	c #Conflicts:     442000 | #Learnt:      23364 | 0.000
992.01/992.28	c total clause space: 335.816MB
992.01/992.28	c total #watches: 341362
993.60/993.82	c total #propagations: 65569605 / total #impl: 474307055 (eff. 0.138)
993.60/993.82	c #Conflicts:     443000 | #Learnt:      24364 | 0.000
993.60/993.82	c total clause space: 335.816MB
993.60/993.82	c total #watches: 352340
995.31/995.52	c total #propagations: 65691339 / total #impl: 475523528 (eff. 0.138)
995.31/995.52	c #Conflicts:     444000 | #Learnt:      25364 | 0.000
995.31/995.52	c total clause space: 335.816MB
995.31/995.52	c total #watches: 362689
997.30/997.52	c total #propagations: 65806830 / total #impl: 476923462 (eff. 0.138)
997.30/997.52	c #Conflicts:     445000 | #Learnt:      26364 | 0.000
997.30/997.52	c total clause space: 335.816MB
997.30/997.52	c total #watches: 371564
999.50/999.72	c total #propagations: 65926932 / total #impl: 478284377 (eff. 0.138)
999.50/999.72	c #Conflicts:     446000 | #Learnt:      27364 | 0.000
999.50/999.72	c total clause space: 335.816MB
999.50/999.72	c total #watches: 382162
1001.60/1001.86	c total #propagations: 66049144 / total #impl: 479900335 (eff. 0.138)
1001.60/1001.86	c #Conflicts:     447000 | #Learnt:      28364 | 0.000
1001.60/1001.86	c total clause space: 335.816MB
1001.60/1001.86	c total #watches: 391186
1003.90/1004.16	c total #propagations: 66158555 / total #impl: 481247777 (eff. 0.137)
1003.90/1004.16	c #Conflicts:     448000 | #Learnt:      29364 | 0.000
1003.90/1004.16	c total clause space: 335.816MB
1003.90/1004.16	c total #watches: 400140
1006.80/1007.03	c total #propagations: 66262628 / total #impl: 482409256 (eff. 0.137)
1006.80/1007.03	c #Conflicts:     449000 | #Learnt:      30364 | 0.000
1006.80/1007.03	c total clause space: 335.816MB
1006.80/1007.03	c total #watches: 408989
1009.71/1009.95	c total #propagations: 66366685 / total #impl: 484017433 (eff. 0.137)
1009.71/1009.95	c #Conflicts:     450000 | #Learnt:      31364 | 0.000
1009.71/1009.95	c total clause space: 335.816MB
1009.71/1009.95	c total #watches: 420981
1012.60/1012.84	c total #propagations: 66472009 / total #impl: 485555502 (eff. 0.137)
1012.60/1012.84	c GC COLLECT
1012.60/1012.84	c #Conflicts:     451000 | #Learnt:      16266 | 0.000
1012.60/1012.84	c total clause space: 335.816MB
1012.60/1012.84	c total #watches: 249075
1013.20/1013.46	c total #propagations: 66585965 / total #impl: 487092363 (eff. 0.137)
1013.20/1013.46	c #Conflicts:     452000 | #Learnt:      17266 | 0.000
1013.20/1013.46	c total clause space: 335.816MB
1013.20/1013.46	c total #watches: 266904
1014.01/1014.25	c total #propagations: 66714141 / total #impl: 487555213 (eff. 0.137)
1014.01/1014.25	c #Conflicts:     453000 | #Learnt:      18266 | 0.000
1014.01/1014.25	c total clause space: 335.816MB
1014.01/1014.25	c total #watches: 277855
1015.00/1015.23	c total #propagations: 66873064 / total #impl: 488501667 (eff. 0.137)
1015.00/1015.23	c #Conflicts:     454000 | #Learnt:      19266 | 0.000
1015.00/1015.23	c total clause space: 335.816MB
1015.00/1015.23	c total #watches: 287062
1015.50/1015.75	c total #propagations: 67001394 / total #impl: 489326540 (eff. 0.137)
1015.50/1015.75	c #Conflicts:     455000 | #Learnt:      20266 | 0.000
1015.50/1015.75	c total clause space: 335.816MB
1015.50/1015.75	c total #watches: 292251
1016.10/1016.40	c total #propagations: 67089933 / total #impl: 489539993 (eff. 0.137)
1016.10/1016.40	c #Conflicts:     456000 | #Learnt:      21266 | 0.000
1016.10/1016.40	c total clause space: 335.816MB
1016.10/1016.40	c total #watches: 296457
1016.80/1017.00	c total #propagations: 67185672 / total #impl: 489755080 (eff. 0.137)
1016.80/1017.00	c #Conflicts:     457000 | #Learnt:      22266 | 0.000
1016.80/1017.00	c total clause space: 335.816MB
1016.80/1017.00	c total #watches: 299989
1017.31/1017.55	c total #propagations: 67273488 / total #impl: 489964835 (eff. 0.137)
1017.31/1017.55	c #Conflicts:     458000 | #Learnt:      23266 | 0.000
1017.31/1017.55	c total clause space: 335.816MB
1017.31/1017.55	c total #watches: 303735
1018.30/1018.59	c total #propagations: 67362952 / total #impl: 490176592 (eff. 0.137)
1018.30/1018.59	c #Conflicts:     459000 | #Learnt:      24266 | 0.000
1018.30/1018.59	c total clause space: 335.816MB
1018.30/1018.59	c total #watches: 315393
1019.61/1019.82	c total #propagations: 67501297 / total #impl: 490645003 (eff. 0.138)
1019.61/1019.82	c #Conflicts:     460000 | #Learnt:      25266 | 0.000
1019.61/1019.82	c total clause space: 335.816MB
1019.61/1019.82	c total #watches: 328268
1021.10/1021.31	c total #propagations: 67636680 / total #impl: 491316521 (eff. 0.138)
1021.10/1021.31	c #Conflicts:     461000 | #Learnt:      26266 | 0.000
1021.10/1021.31	c total clause space: 335.816MB
1021.10/1021.31	c total #watches: 338865
1022.60/1022.82	c total #propagations: 67777629 / total #impl: 491983345 (eff. 0.138)
1022.60/1022.82	c #Conflicts:     462000 | #Learnt:      27266 | 0.000
1022.60/1022.82	c total clause space: 335.816MB
1022.60/1022.82	c total #watches: 347049
1024.30/1024.50	c total #propagations: 67893835 / total #impl: 492569924 (eff. 0.138)
1024.30/1024.50	c #Conflicts:     463000 | #Learnt:      28266 | 0.000
1024.30/1024.50	c total clause space: 335.816MB
1024.30/1024.50	c total #watches: 356699
1025.80/1026.02	c total #propagations: 68025984 / total #impl: 493513068 (eff. 0.138)
1025.80/1026.02	c #Conflicts:     464000 | #Learnt:      29266 | 0.000
1025.80/1026.02	c total clause space: 335.816MB
1025.80/1026.02	c total #watches: 367457
1027.10/1027.33	c total #propagations: 68142909 / total #impl: 494744163 (eff. 0.138)
1027.10/1027.33	c #Conflicts:     465000 | #Learnt:      30266 | 0.000
1027.10/1027.33	c total clause space: 335.816MB
1027.10/1027.33	c total #watches: 379696
1029.20/1029.47	c total #propagations: 68255136 / total #impl: 495527710 (eff. 0.138)
1029.20/1029.47	c #Conflicts:     466000 | #Learnt:      31266 | 0.000
1029.20/1029.47	c total clause space: 335.816MB
1029.20/1029.47	c total #watches: 390748
1031.50/1031.75	c total #propagations: 68395058 / total #impl: 496332322 (eff. 0.138)
1031.50/1031.75	c #Conflicts:     467000 | #Learnt:      32266 | 0.000
1031.50/1031.75	c total clause space: 335.816MB
1031.50/1031.75	c total #watches: 404857
1033.10/1033.38	c total #propagations: 68532433 / total #impl: 497383305 (eff. 0.138)
1033.10/1033.38	c GC COLLECT
1033.10/1033.38	c #Conflicts:     468000 | #Learnt:      16860 | 0.000
1033.10/1033.38	c total clause space: 335.816MB
1033.10/1033.38	c total #watches: 253309
1034.00/1034.24	c total #propagations: 68649484 / total #impl: 498317008 (eff. 0.138)
1034.00/1034.24	c #Conflicts:     469000 | #Learnt:      17860 | 0.000
1034.00/1034.24	c total clause space: 335.816MB
1034.00/1034.24	c total #watches: 256936
1034.80/1035.09	c total #propagations: 68751756 / total #impl: 498586692 (eff. 0.138)
1034.80/1035.09	c #Conflicts:     470000 | #Learnt:      18860 | 0.000
1034.80/1035.09	c total clause space: 335.816MB
1034.80/1035.09	c total #watches: 260177
1036.10/1036.33	c total #propagations: 68848618 / total #impl: 498891657 (eff. 0.138)
1036.10/1036.33	c #Conflicts:     471000 | #Learnt:      19860 | 0.000
1036.10/1036.33	c total clause space: 335.816MB
1036.10/1036.33	c total #watches: 264313
1037.40/1037.66	c total #propagations: 68971210 / total #impl: 499202765 (eff. 0.138)
1037.40/1037.66	c #Conflicts:     472000 | #Learnt:      20860 | 0.000
1037.40/1037.66	c total clause space: 335.816MB
1037.40/1037.66	c total #watches: 276278
1038.90/1039.19	c total #propagations: 69103011 / total #impl: 499597577 (eff. 0.138)
1038.90/1039.19	c #Conflicts:     473000 | #Learnt:      21860 | 0.000
1038.90/1039.19	c total clause space: 335.816MB
1038.90/1039.19	c total #watches: 290983
1040.40/1040.63	c total #propagations: 69306824 / total #impl: 500330227 (eff. 0.139)
1040.40/1040.63	c #Conflicts:     474000 | #Learnt:      22860 | 0.000
1040.40/1040.63	c total clause space: 335.816MB
1040.40/1040.63	c total #watches: 303571
1042.20/1042.43	c total #propagations: 69456662 / total #impl: 501048330 (eff. 0.139)
1042.20/1042.43	c #Conflicts:     475000 | #Learnt:      23860 | 0.000
1042.20/1042.43	c total clause space: 335.816MB
1042.20/1042.43	c total #watches: 313797
1043.90/1044.15	c total #propagations: 69635181 / total #impl: 501895793 (eff. 0.139)
1043.90/1044.15	c #Conflicts:     476000 | #Learnt:      24860 | 0.000
1043.90/1044.15	c total clause space: 335.816MB
1043.90/1044.15	c total #watches: 319121
1045.90/1046.12	c total #propagations: 69818881 / total #impl: 502764065 (eff. 0.139)
1045.90/1046.12	c #Conflicts:     477000 | #Learnt:      25860 | 0.000
1045.90/1046.12	c total clause space: 335.816MB
1045.90/1046.12	c total #watches: 323424
1047.69/1047.97	c total #propagations: 70001874 / total #impl: 503485236 (eff. 0.139)
1047.69/1047.97	c #Conflicts:     478000 | #Learnt:      26860 | 0.000
1047.69/1047.97	c total clause space: 335.816MB
1047.69/1047.97	c total #watches: 331381
1049.39/1049.63	c total #propagations: 70168592 / total #impl: 504494492 (eff. 0.139)
1049.39/1049.63	c #Conflicts:     479000 | #Learnt:      27860 | 0.000
1049.39/1049.63	c total clause space: 335.816MB
1049.39/1049.63	c total #watches: 338193
1051.19/1051.45	c total #propagations: 70322539 / total #impl: 505190800 (eff. 0.139)
1051.19/1051.45	c #Conflicts:     480000 | #Learnt:      28860 | 0.000
1051.19/1051.45	c total clause space: 335.816MB
1051.19/1051.45	c total #watches: 345032
1052.99/1053.24	c total #propagations: 70488493 / total #impl: 505993200 (eff. 0.139)
1052.99/1053.24	c #Conflicts:     481000 | #Learnt:      29860 | 0.000
1052.99/1053.24	c total clause space: 335.816MB
1052.99/1053.24	c total #watches: 351920
1054.99/1055.23	c total #propagations: 70649983 / total #impl: 506813823 (eff. 0.139)
1054.99/1055.23	c #Conflicts:     482000 | #Learnt:      30860 | 0.000
1054.99/1055.23	c total clause space: 335.816MB
1054.99/1055.23	c total #watches: 361136
1057.09/1057.30	c total #propagations: 70793355 / total #impl: 507736955 (eff. 0.139)
1057.09/1057.30	c #Conflicts:     483000 | #Learnt:      31860 | 0.000
1057.09/1057.30	c total clause space: 335.816MB
1057.09/1057.30	c total #watches: 371934
1059.29/1059.59	c total #propagations: 70941658 / total #impl: 508824385 (eff. 0.139)
1059.29/1059.59	c #Conflicts:     484000 | #Learnt:      32860 | 0.000
1059.29/1059.59	c total clause space: 335.816MB
1059.29/1059.59	c total #watches: 383856
1061.79/1062.05	c total #propagations: 71070299 / total #impl: 510154116 (eff. 0.139)
1061.79/1062.05	c GC COLLECT
1061.79/1062.05	c #Conflicts:     485000 | #Learnt:      17169 | 0.000
1061.79/1062.05	c total clause space: 335.816MB
1061.79/1062.05	c total #watches: 260450
1062.59/1062.82	c total #propagations: 71221788 / total #impl: 511205435 (eff. 0.139)
1062.59/1062.82	c #Conflicts:     486000 | #Learnt:      18169 | 0.000
1062.59/1062.82	c total clause space: 335.816MB
1062.59/1062.82	c total #watches: 272549
1063.19/1063.47	c total #propagations: 71374255 / total #impl: 511984342 (eff. 0.139)
1063.19/1063.47	c #Conflicts:     487000 | #Learnt:      19169 | 0.000
1063.19/1063.47	c total clause space: 335.816MB
1063.19/1063.47	c total #watches: 281923
1064.19/1064.43	c total #propagations: 71500493 / total #impl: 512462882 (eff. 0.140)
1064.19/1064.43	c #Conflicts:     488000 | #Learnt:      20169 | 0.000
1064.19/1064.43	c total clause space: 335.816MB
1064.19/1064.43	c total #watches: 296059
1065.19/1065.44	c total #propagations: 71655843 / total #impl: 513500608 (eff. 0.140)
1065.19/1065.44	c #Conflicts:     489000 | #Learnt:      21169 | 0.000
1065.19/1065.44	c total clause space: 335.816MB
1065.19/1065.44	c total #watches: 313216
1066.19/1066.44	c total #propagations: 71793231 / total #impl: 514409517 (eff. 0.140)
1066.19/1066.44	c #Conflicts:     490000 | #Learnt:      22169 | 0.000
1066.19/1066.44	c total clause space: 335.816MB
1066.19/1066.44	c total #watches: 324479
1067.49/1067.76	c total #propagations: 71892424 / total #impl: 515290490 (eff. 0.140)
1067.49/1067.76	c #Conflicts:     491000 | #Learnt:      23169 | 0.000
1067.49/1067.76	c total clause space: 335.816MB
1067.49/1067.76	c total #watches: 336004
1068.69/1068.95	c total #propagations: 72010525 / total #impl: 516282530 (eff. 0.139)
1068.69/1068.95	c #Conflicts:     492000 | #Learnt:      24169 | 0.000
1068.69/1068.95	c total clause space: 335.816MB
1068.69/1068.95	c total #watches: 344967
1070.29/1070.54	c total #propagations: 72118837 / total #impl: 517551861 (eff. 0.139)
1070.29/1070.54	c #Conflicts:     493000 | #Learnt:      25169 | 0.000
1070.29/1070.54	c total clause space: 335.816MB
1070.29/1070.54	c total #watches: 357879
1071.79/1072.06	c total #propagations: 72248412 / total #impl: 518934603 (eff. 0.139)
1071.79/1072.06	c #Conflicts:     494000 | #Learnt:      26169 | 0.000
1071.79/1072.06	c total clause space: 335.816MB
1071.79/1072.06	c total #watches: 369441
1073.69/1073.92	c total #propagations: 72350878 / total #impl: 519778837 (eff. 0.139)
1073.69/1073.92	c #Conflicts:     495000 | #Learnt:      27169 | 0.000
1073.69/1073.92	c total clause space: 335.816MB
1073.69/1073.92	c total #watches: 382479
1075.99/1076.24	c total #propagations: 72477159 / total #impl: 520701050 (eff. 0.139)
1075.99/1076.24	c #Conflicts:     496000 | #Learnt:      28169 | 0.000
1075.99/1076.24	c total clause space: 335.816MB
1075.99/1076.24	c total #watches: 399084
1077.90/1078.14	c total #propagations: 72598531 / total #impl: 521834801 (eff. 0.139)
1077.90/1078.14	c #Conflicts:     497000 | #Learnt:      29169 | 0.000
1077.90/1078.14	c total clause space: 335.816MB
1077.90/1078.14	c total #watches: 410501
1080.29/1080.58	c total #propagations: 72697689 / total #impl: 522874063 (eff. 0.139)
1080.29/1080.58	c #Conflicts:     498000 | #Learnt:      30169 | 0.000
1080.29/1080.58	c total clause space: 335.816MB
1080.29/1080.58	c total #watches: 425592
1082.99/1083.30	c total #propagations: 72817409 / total #impl: 524226154 (eff. 0.139)
1082.99/1083.30	c #Conflicts:     499000 | #Learnt:      31169 | 0.000
1082.99/1083.30	c total clause space: 335.816MB
1082.99/1083.30	c total #watches: 435915
1085.89/1086.18	c total #propagations: 72930839 / total #impl: 525761523 (eff. 0.139)
1085.89/1086.18	c #Conflicts:     500000 | #Learnt:      32169 | 0.000
1085.89/1086.18	c total clause space: 335.816MB
1085.89/1086.18	c total #watches: 449655
1088.49/1088.72	c total #propagations: 73048797 / total #impl: 527389776 (eff. 0.139)
1088.49/1088.72	c #Conflicts:     501000 | #Learnt:      33169 | 0.000
1088.49/1088.72	c total clause space: 335.816MB
1088.49/1088.72	c total #watches: 460811
1090.49/1090.74	c total #propagations: 73157093 / total #impl: 528706681 (eff. 0.138)
1090.49/1090.74	c GC COLLECT
1090.49/1090.74	c #Conflicts:     502000 | #Learnt:      17151 | 0.000
1090.49/1090.74	c total clause space: 335.816MB
1090.49/1090.74	c total #watches: 262602
1091.39/1091.62	c total #propagations: 73278456 / total #impl: 529379271 (eff. 0.138)
1091.39/1091.62	c #Conflicts:     503000 | #Learnt:      18151 | 0.000
1091.39/1091.62	c total clause space: 335.816MB
1091.39/1091.62	c total #watches: 274577
1092.39/1092.60	c total #propagations: 73440230 / total #impl: 530000124 (eff. 0.139)
1092.39/1092.60	c #Conflicts:     504000 | #Learnt:      19151 | 0.000
1092.39/1092.60	c total clause space: 335.816MB
1092.39/1092.60	c total #watches: 284933
1093.20/1093.47	c total #propagations: 73568910 / total #impl: 530811879 (eff. 0.139)
1093.20/1093.47	c #Conflicts:     505000 | #Learnt:      20151 | 0.000
1093.20/1093.47	c total clause space: 335.816MB
1093.20/1093.47	c total #watches: 295285
1094.49/1094.74	c total #propagations: 73673060 / total #impl: 531775074 (eff. 0.139)
1094.49/1094.74	c #Conflicts:     506000 | #Learnt:      21151 | 0.000
1094.49/1094.74	c total clause space: 335.816MB
1094.49/1094.74	c total #watches: 304618
1095.89/1096.18	c total #propagations: 73788194 / total #impl: 533080181 (eff. 0.138)
1095.89/1096.18	c #Conflicts:     507000 | #Learnt:      22151 | 0.000
1095.89/1096.18	c total clause space: 335.816MB
1095.89/1096.18	c total #watches: 316292
1097.49/1097.79	c total #propagations: 73907470 / total #impl: 534311413 (eff. 0.138)
1097.49/1097.79	c #Conflicts:     508000 | #Learnt:      23151 | 0.000
1097.49/1097.79	c total clause space: 335.816MB
1097.49/1097.79	c total #watches: 326309
1099.19/1099.40	c total #propagations: 74020098 / total #impl: 535874872 (eff. 0.138)
1099.19/1099.40	c #Conflicts:     509000 | #Learnt:      24151 | 0.000
1099.19/1099.40	c total clause space: 335.816MB
1099.19/1099.40	c total #watches: 333195
1100.49/1100.73	c total #propagations: 74120294 / total #impl: 537231505 (eff. 0.138)
1100.49/1100.73	c #Conflicts:     510000 | #Learnt:      25151 | 0.000
1100.49/1100.73	c total clause space: 335.816MB
1100.49/1100.73	c total #watches: 339627
1102.10/1102.38	c total #propagations: 74211379 / total #impl: 538225524 (eff. 0.138)
1102.10/1102.38	c #Conflicts:     511000 | #Learnt:      26151 | 0.000
1102.10/1102.38	c total clause space: 335.816MB
1102.10/1102.38	c total #watches: 346736
1103.99/1104.29	c total #propagations: 74312165 / total #impl: 539381606 (eff. 0.138)
1103.99/1104.29	c #Conflicts:     512000 | #Learnt:      27151 | 0.000
1103.99/1104.29	c total clause space: 335.816MB
1103.99/1104.29	c total #watches: 357328
1106.09/1106.31	c total #propagations: 74422268 / total #impl: 540540770 (eff. 0.138)
1106.09/1106.31	c #Conflicts:     513000 | #Learnt:      28151 | 0.000
1106.09/1106.31	c total clause space: 335.816MB
1106.09/1106.31	c total #watches: 364687
1108.19/1108.44	c total #propagations: 74525943 / total #impl: 541877558 (eff. 0.138)
1108.19/1108.44	c #Conflicts:     514000 | #Learnt:      29151 | 0.000
1108.19/1108.44	c total clause space: 335.816MB
1108.19/1108.44	c total #watches: 369524
1110.39/1110.68	c total #propagations: 74620558 / total #impl: 543107256 (eff. 0.137)
1110.39/1110.68	c #Conflicts:     515000 | #Learnt:      30151 | 0.000
1110.39/1110.68	c total clause space: 335.816MB
1110.39/1110.68	c total #watches: 374802
1112.49/1112.74	c total #propagations: 74721739 / total #impl: 544380655 (eff. 0.137)
1112.49/1112.74	c #Conflicts:     516000 | #Learnt:      31151 | 0.000
1112.49/1112.74	c total clause space: 335.816MB
1112.49/1112.74	c total #watches: 385231
1114.79/1115.07	c total #propagations: 74865738 / total #impl: 545150093 (eff. 0.137)
1114.79/1115.07	c #Conflicts:     517000 | #Learnt:      32151 | 0.000
1114.79/1115.07	c total clause space: 335.816MB
1114.79/1115.07	c total #watches: 395778
1117.29/1117.50	c total #propagations: 74993470 / total #impl: 545867694 (eff. 0.137)
1117.29/1117.50	c #Conflicts:     518000 | #Learnt:      33151 | 0.000
1117.29/1117.50	c total clause space: 335.816MB
1117.29/1117.50	c total #watches: 402854
1120.09/1120.34	c total #propagations: 75112725 / total #impl: 546727876 (eff. 0.137)
1120.09/1120.34	c #Conflicts:     519000 | #Learnt:      34151 | 0.000
1120.09/1120.34	c total clause space: 335.816MB
1120.09/1120.34	c total #watches: 411818
1123.09/1123.37	c total #propagations: 75235821 / total #impl: 547701466 (eff. 0.137)
1123.09/1123.37	c GC COLLECT
1123.09/1123.37	c #Conflicts:     520000 | #Learnt:      17848 | 0.000
1123.09/1123.37	c total clause space: 335.816MB
1123.09/1123.37	c total #watches: 274963
1124.09/1124.38	c total #propagations: 75422524 / total #impl: 548874746 (eff. 0.137)
1124.09/1124.38	c #Conflicts:     521000 | #Learnt:      18848 | 0.000
1124.09/1124.38	c total clause space: 335.816MB
1124.09/1124.38	c total #watches: 283347
1125.38/1125.61	c total #propagations: 75563899 / total #impl: 549442022 (eff. 0.138)
1125.38/1125.61	c #Conflicts:     522000 | #Learnt:      19848 | 0.000
1125.38/1125.61	c total clause space: 335.816MB
1125.38/1125.61	c total #watches: 292653
1126.88/1127.16	c total #propagations: 75739068 / total #impl: 550365782 (eff. 0.138)
1126.88/1127.16	c #Conflicts:     523000 | #Learnt:      20848 | 0.000
1126.88/1127.16	c total clause space: 335.816MB
1126.88/1127.16	c total #watches: 306399
1128.39/1128.67	c total #propagations: 75906931 / total #impl: 551068286 (eff. 0.138)
1128.39/1128.67	c #Conflicts:     524000 | #Learnt:      21848 | 0.000
1128.39/1128.67	c total clause space: 335.816MB
1128.39/1128.67	c total #watches: 316017
1130.08/1130.34	c total #propagations: 76087297 / total #impl: 552511681 (eff. 0.138)
1130.08/1130.34	c #Conflicts:     525000 | #Learnt:      22848 | 0.000
1130.08/1130.34	c total clause space: 335.816MB
1130.08/1130.34	c total #watches: 325607
1132.18/1132.45	c total #propagations: 76236531 / total #impl: 553839353 (eff. 0.138)
1132.18/1132.45	c #Conflicts:     526000 | #Learnt:      23848 | 0.000
1132.18/1132.45	c total clause space: 335.816MB
1132.18/1132.45	c total #watches: 333815
1134.28/1134.50	c total #propagations: 76407282 / total #impl: 554921405 (eff. 0.138)
1134.28/1134.50	c #Conflicts:     527000 | #Learnt:      24848 | 0.000
1134.28/1134.50	c total clause space: 335.816MB
1134.28/1134.50	c total #watches: 340992
1136.09/1136.39	c total #propagations: 76575454 / total #impl: 556101255 (eff. 0.138)
1136.09/1136.39	c #Conflicts:     528000 | #Learnt:      25848 | 0.000
1136.09/1136.39	c total clause space: 335.816MB
1136.09/1136.39	c total #watches: 346574
1138.98/1139.29	c total #propagations: 76727318 / total #impl: 557134499 (eff. 0.138)
1138.98/1139.29	c #Conflicts:     529000 | #Learnt:      26848 | 0.000
1138.98/1139.29	c total clause space: 335.816MB
1138.98/1139.29	c total #watches: 356094
1141.78/1142.07	c total #propagations: 76915530 / total #impl: 558454070 (eff. 0.138)
1141.78/1142.07	c #Conflicts:     530000 | #Learnt:      27848 | 0.000
1141.78/1142.07	c total clause space: 335.816MB
1141.78/1142.07	c total #watches: 365367
1144.38/1144.64	c total #propagations: 77068407 / total #impl: 559625075 (eff. 0.138)
1144.38/1144.64	c #Conflicts:     531000 | #Learnt:      28848 | 0.000
1144.38/1144.64	c total clause space: 335.816MB
1144.38/1144.64	c total #watches: 372797
1147.48/1147.70	c total #propagations: 77199988 / total #impl: 560962375 (eff. 0.138)
1147.48/1147.70	c #Conflicts:     532000 | #Learnt:      29848 | 0.000
1147.48/1147.70	c total clause space: 335.816MB
1147.48/1147.70	c total #watches: 382716
1150.58/1150.89	c total #propagations: 77352979 / total #impl: 562365361 (eff. 0.138)
1150.58/1150.89	c #Conflicts:     533000 | #Learnt:      30848 | 0.000
1150.58/1150.89	c total clause space: 335.816MB
1150.58/1150.89	c total #watches: 394016
1154.08/1154.31	c total #propagations: 77502881 / total #impl: 563786967 (eff. 0.137)
1154.08/1154.31	c #Conflicts:     534000 | #Learnt:      31848 | 0.000
1154.08/1154.31	c total clause space: 335.816MB
1154.08/1154.31	c total #watches: 401690
1157.48/1157.78	c total #propagations: 77651557 / total #impl: 565397859 (eff. 0.137)
1157.48/1157.78	c #Conflicts:     535000 | #Learnt:      32848 | 0.000
1157.48/1157.78	c total clause space: 335.816MB
1157.48/1157.78	c total #watches: 409181
1160.68/1160.91	c total #propagations: 77796969 / total #impl: 566816629 (eff. 0.137)
1160.68/1160.91	c #Conflicts:     536000 | #Learnt:      33848 | 0.000
1160.68/1160.91	c total clause space: 335.816MB
1160.68/1160.91	c total #watches: 419853
1164.48/1164.78	c total #propagations: 77926568 / total #impl: 567726964 (eff. 0.137)
1164.48/1164.78	c #Conflicts:     537000 | #Learnt:      34848 | 0.000
1164.48/1164.78	c total clause space: 335.816MB
1164.48/1164.78	c total #watches: 432518
1166.88/1167.12	c total #propagations: 78075476 / total #impl: 569239482 (eff. 0.137)
1166.88/1167.12	c GC COLLECT
1166.88/1167.12	c #Conflicts:     538000 | #Learnt:      18260 | 0.000
1166.88/1167.12	c total clause space: 335.816MB
1166.88/1167.12	c total #watches: 282074
1167.78/1168.02	c total #propagations: 78227043 / total #impl: 570680960 (eff. 0.137)
1167.78/1168.02	c #Conflicts:     539000 | #Learnt:      19260 | 0.000
1167.78/1168.02	c total clause space: 335.816MB
1167.78/1168.02	c total #watches: 294878
1169.28/1169.51	c total #propagations: 78368632 / total #impl: 571355369 (eff. 0.137)
1169.28/1169.51	c #Conflicts:     540000 | #Learnt:      20260 | 0.000
1169.28/1169.51	c total clause space: 335.816MB
1169.28/1169.51	c total #watches: 306912
1171.38/1171.63	c total #propagations: 78539076 / total #impl: 572556917 (eff. 0.137)
1171.38/1171.63	c #Conflicts:     541000 | #Learnt:      21260 | 0.000
1171.38/1171.63	c total clause space: 335.816MB
1171.38/1171.63	c total #watches: 315866
1173.08/1173.39	c total #propagations: 78715140 / total #impl: 573610825 (eff. 0.137)
1173.08/1173.39	c #Conflicts:     542000 | #Learnt:      22260 | 0.000
1173.08/1173.39	c total clause space: 335.816MB
1173.08/1173.39	c total #watches: 325600
1174.68/1174.93	c total #propagations: 78882044 / total #impl: 575275110 (eff. 0.137)
1174.68/1174.93	c #Conflicts:     543000 | #Learnt:      23260 | 0.000
1174.68/1174.93	c total clause space: 335.816MB
1174.68/1174.93	c total #watches: 333945
1176.88/1177.17	c total #propagations: 79041379 / total #impl: 576384196 (eff. 0.137)
1176.88/1177.17	c #Conflicts:     544000 | #Learnt:      24260 | 0.000
1176.88/1177.17	c total clause space: 335.816MB
1176.88/1177.17	c total #watches: 345442
1179.47/1179.71	c total #propagations: 79190137 / total #impl: 577185789 (eff. 0.137)
1179.47/1179.71	c #Conflicts:     545000 | #Learnt:      25260 | 0.000
1179.47/1179.71	c total clause space: 335.816MB
1179.47/1179.71	c total #watches: 356623
1181.47/1181.72	c total #propagations: 79331558 / total #impl: 578594458 (eff. 0.137)
1181.47/1181.72	c #Conflicts:     546000 | #Learnt:      26260 | 0.000
1181.47/1181.72	c total clause space: 335.816MB
1181.47/1181.72	c total #watches: 363910
1184.17/1184.45	c total #propagations: 79470050 / total #impl: 580167167 (eff. 0.137)
1184.17/1184.45	c #Conflicts:     547000 | #Learnt:      27260 | 0.000
1184.17/1184.45	c total clause space: 335.816MB
1184.17/1184.45	c total #watches: 375996
1186.68/1187.00	c total #propagations: 79618931 / total #impl: 581288792 (eff. 0.137)
1186.68/1187.00	c #Conflicts:     548000 | #Learnt:      28260 | 0.000
1186.68/1187.00	c total clause space: 335.816MB
1186.68/1187.00	c total #watches: 385721
1188.88/1189.20	c total #propagations: 79767600 / total #impl: 582434429 (eff. 0.137)
1188.88/1189.20	c #Conflicts:     549000 | #Learnt:      29260 | 0.000
1188.88/1189.20	c total clause space: 335.816MB
1188.88/1189.20	c total #watches: 391832
1191.87/1192.18	c total #propagations: 79902811 / total #impl: 583558685 (eff. 0.137)
1191.87/1192.18	c #Conflicts:     550000 | #Learnt:      30260 | 0.000
1191.87/1192.18	c total clause space: 335.816MB
1191.87/1192.18	c total #watches: 401095
1194.97/1195.21	c total #propagations: 80069926 / total #impl: 585003054 (eff. 0.137)
1194.97/1195.21	c #Conflicts:     551000 | #Learnt:      31260 | 0.000
1194.97/1195.21	c total clause space: 335.816MB
1194.97/1195.21	c total #watches: 411845
1198.17/1198.41	c total #propagations: 80232745 / total #impl: 586088641 (eff. 0.137)
1198.17/1198.41	c #Conflicts:     552000 | #Learnt:      32260 | 0.000
1198.17/1198.41	c total clause space: 335.816MB
1198.17/1198.41	c total #watches: 418484
1200.98/1201.28	c total #propagations: 80402207 / total #impl: 587179822 (eff. 0.137)
1200.98/1201.28	c #Conflicts:     553000 | #Learnt:      33260 | 0.000
1200.98/1201.28	c total clause space: 335.816MB
1200.98/1201.28	c total #watches: 426068
1204.07/1204.34	c total #propagations: 80583376 / total #impl: 588210422 (eff. 0.137)
1204.07/1204.34	c #Conflicts:     554000 | #Learnt:      34260 | 0.000
1204.07/1204.34	c total clause space: 335.816MB
1204.07/1204.34	c total #watches: 438167
1207.77/1208.09	c total #propagations: 80730733 / total #impl: 589220868 (eff. 0.137)
1207.77/1208.09	c #Conflicts:     555000 | #Learnt:      35260 | 0.000
1207.77/1208.09	c total clause space: 335.816MB
1207.77/1208.09	c total #watches: 448152
1211.57/1211.88	c total #propagations: 80880773 / total #impl: 590854684 (eff. 0.137)
1211.57/1211.88	c GC COLLECT
1211.57/1211.88	c #Conflicts:     556000 | #Learnt:      18361 | 0.000
1211.57/1211.88	c total clause space: 335.816MB
1211.57/1211.88	c total #watches: 287308
1213.77/1214.02	c total #propagations: 81037623 / total #impl: 592245963 (eff. 0.137)
1213.77/1214.02	c #Conflicts:     557000 | #Learnt:      19361 | 0.000
1213.77/1214.02	c total clause space: 335.816MB
1213.77/1214.02	c total #watches: 303059
1215.87/1216.12	c total #propagations: 81216098 / total #impl: 593091518 (eff. 0.137)
1215.87/1216.12	c #Conflicts:     558000 | #Learnt:      20361 | 0.000
1215.87/1216.12	c total clause space: 335.816MB
1215.87/1216.12	c total #watches: 315564
1218.17/1218.49	c total #propagations: 81370916 / total #impl: 594086277 (eff. 0.137)
1218.17/1218.49	c #Conflicts:     559000 | #Learnt:      21361 | 0.000
1218.17/1218.49	c total clause space: 335.816MB
1218.17/1218.49	c total #watches: 326454
1220.97/1221.26	c total #propagations: 81525493 / total #impl: 595367433 (eff. 0.137)
1220.97/1221.26	c #Conflicts:     560000 | #Learnt:      22361 | 0.000
1220.97/1221.26	c total clause space: 335.816MB
1220.97/1221.26	c total #watches: 337079
1223.77/1224.05	c total #propagations: 81687908 / total #impl: 596569981 (eff. 0.137)
1223.77/1224.05	c #Conflicts:     561000 | #Learnt:      23361 | 0.000
1223.77/1224.05	c total clause space: 335.816MB
1223.77/1224.05	c total #watches: 352157
1226.57/1226.88	c total #propagations: 81829009 / total #impl: 598276657 (eff. 0.137)
1226.57/1226.88	c #Conflicts:     562000 | #Learnt:      24361 | 0.000
1226.57/1226.88	c total clause space: 335.816MB
1226.57/1226.88	c total #watches: 362234
1229.87/1230.15	c total #propagations: 81958647 / total #impl: 600286788 (eff. 0.137)
1229.87/1230.15	c #Conflicts:     563000 | #Learnt:      25361 | 0.000
1229.87/1230.15	c total clause space: 335.816MB
1229.87/1230.15	c total #watches: 369105
1233.67/1233.91	c total #propagations: 82094243 / total #impl: 602615224 (eff. 0.136)
1233.67/1233.91	c #Conflicts:     564000 | #Learnt:      26361 | 0.000
1233.67/1233.91	c total clause space: 335.816MB
1233.67/1233.91	c total #watches: 378075
1237.16/1237.42	c total #propagations: 82240072 / total #impl: 605915912 (eff. 0.136)
1237.16/1237.42	c #Conflicts:     565000 | #Learnt:      27361 | 0.000
1237.16/1237.42	c total clause space: 335.816MB
1237.16/1237.42	c total #watches: 391114
1240.96/1241.25	c total #propagations: 82377078 / total #impl: 608968474 (eff. 0.135)
1240.96/1241.25	c #Conflicts:     566000 | #Learnt:      28361 | 0.000
1240.96/1241.25	c total clause space: 335.816MB
1240.96/1241.25	c total #watches: 399325
1245.16/1245.49	c total #propagations: 82515434 / total #impl: 610582206 (eff. 0.135)
1245.16/1245.49	c #Conflicts:     567000 | #Learnt:      29361 | 0.000
1245.16/1245.49	c total clause space: 335.816MB
1245.16/1245.49	c total #watches: 408454
1248.56/1248.82	c total #propagations: 82665659 / total #impl: 612035551 (eff. 0.135)
1248.56/1248.82	c #Conflicts:     568000 | #Learnt:      30361 | 0.000
1248.56/1248.82	c total clause space: 335.816MB
1248.56/1248.82	c total #watches: 415542
1251.86/1252.13	c total #propagations: 82810111 / total #impl: 613722632 (eff. 0.135)
1251.86/1252.13	c #Conflicts:     569000 | #Learnt:      31361 | 0.000
1251.86/1252.13	c total clause space: 335.816MB
1251.86/1252.13	c total #watches: 421389
1256.36/1256.69	c total #propagations: 82940233 / total #impl: 614867449 (eff. 0.135)
1256.36/1256.69	c #Conflicts:     570000 | #Learnt:      32361 | 0.000
1256.36/1256.69	c total clause space: 335.816MB
1256.36/1256.69	c total #watches: 428241
1259.56/1259.82	c total #propagations: 83096995 / total #impl: 616438117 (eff. 0.135)
1259.56/1259.82	c #Conflicts:     571000 | #Learnt:      33361 | 0.000
1259.56/1259.82	c total clause space: 335.816MB
1259.56/1259.82	c total #watches: 435423
1263.56/1263.84	c total #propagations: 83226930 / total #impl: 617606524 (eff. 0.135)
1263.56/1263.84	c #Conflicts:     572000 | #Learnt:      34361 | 0.000
1263.56/1263.84	c total clause space: 335.816MB
1263.56/1263.84	c total #watches: 440199
1266.56/1266.89	c total #propagations: 83375566 / total #impl: 619452889 (eff. 0.135)
1266.56/1266.89	c #Conflicts:     573000 | #Learnt:      35361 | 0.000
1266.56/1266.89	c total clause space: 335.816MB
1266.56/1266.89	c total #watches: 446521
1270.06/1270.34	c total #propagations: 83501095 / total #impl: 620631807 (eff. 0.135)
1270.06/1270.34	c #Conflicts:     574000 | #Learnt:      36361 | 0.000
1270.06/1270.34	c total clause space: 545.701MB
1270.06/1270.34	c total #watches: 452362
1271.96/1272.21	c total #propagations: 83634350 / total #impl: 621610443 (eff. 0.135)
1271.96/1272.21	c GC COLLECT
1271.96/1272.21	c #Conflicts:     575000 | #Learnt:      19161 | 0.000
1271.96/1272.21	c total clause space: 545.701MB
1271.96/1272.21	c total #watches: 297990
1273.56/1273.86	c total #propagations: 83791491 / total #impl: 622579102 (eff. 0.135)
1273.56/1273.86	c #Conflicts:     576000 | #Learnt:      20161 | 0.000
1273.56/1273.86	c total clause space: 545.701MB
1273.56/1273.86	c total #watches: 307586
1275.16/1275.48	c total #propagations: 83944935 / total #impl: 623291822 (eff. 0.135)
1275.16/1275.48	c #Conflicts:     577000 | #Learnt:      21161 | 0.000
1275.16/1275.48	c total clause space: 545.701MB
1275.16/1275.48	c total #watches: 317546
1277.16/1277.42	c total #propagations: 84101248 / total #impl: 624014478 (eff. 0.135)
1277.16/1277.42	c #Conflicts:     578000 | #Learnt:      22161 | 0.000
1277.16/1277.42	c total clause space: 545.701MB
1277.16/1277.42	c total #watches: 328187
1278.96/1279.30	c total #propagations: 84269157 / total #impl: 624806259 (eff. 0.135)
1278.96/1279.30	c #Conflicts:     579000 | #Learnt:      23161 | 0.000
1278.96/1279.30	c total clause space: 545.701MB
1278.96/1279.30	c total #watches: 339435
1281.06/1281.37	c total #propagations: 84426265 / total #impl: 625667061 (eff. 0.135)
1281.06/1281.37	c #Conflicts:     580000 | #Learnt:      24161 | 0.000
1281.06/1281.37	c total clause space: 545.701MB
1281.06/1281.37	c total #watches: 353859
1283.66/1283.98	c total #propagations: 84562643 / total #impl: 626734232 (eff. 0.135)
1283.66/1283.98	c #Conflicts:     581000 | #Learnt:      25161 | 0.000
1283.66/1283.98	c total clause space: 545.701MB
1283.66/1283.98	c total #watches: 361862
1285.86/1286.14	c total #propagations: 84717393 / total #impl: 628145070 (eff. 0.135)
1285.86/1286.14	c #Conflicts:     582000 | #Learnt:      26161 | 0.000
1285.86/1286.14	c total clause space: 545.701MB
1285.86/1286.14	c total #watches: 372079
1288.36/1288.68	c total #propagations: 84838941 / total #impl: 629670402 (eff. 0.135)
1288.36/1288.68	c #Conflicts:     583000 | #Learnt:      27161 | 0.000
1288.36/1288.68	c total clause space: 545.701MB
1288.36/1288.68	c total #watches: 384497
1290.95/1291.29	c total #propagations: 84966120 / total #impl: 631181604 (eff. 0.135)
1290.95/1291.29	c #Conflicts:     584000 | #Learnt:      28161 | 0.000
1290.95/1291.29	c total clause space: 545.701MB
1290.95/1291.29	c total #watches: 393794
1294.65/1294.95	c total #propagations: 85076558 / total #impl: 632846314 (eff. 0.134)
1294.65/1294.95	c #Conflicts:     585000 | #Learnt:      29161 | 0.000
1294.65/1294.95	c total clause space: 545.701MB
1294.65/1294.95	c total #watches: 405125
1299.35/1299.62	c total #propagations: 85205196 / total #impl: 635450799 (eff. 0.134)
1299.35/1299.62	c #Conflicts:     586000 | #Learnt:      30161 | 0.000
1299.35/1299.62	c total clause space: 545.701MB
1299.35/1299.62	c total #watches: 415245
1305.65/1305.94	c total #propagations: 85345581 / total #impl: 637352586 (eff. 0.134)
1305.65/1305.94	c #Conflicts:     587000 | #Learnt:      31161 | 0.000
1305.65/1305.94	c total clause space: 545.701MB
1305.65/1305.94	c total #watches: 425916
1310.65/1310.94	c total #propagations: 85496095 / total #impl: 640276391 (eff. 0.134)
1310.65/1310.94	c #Conflicts:     588000 | #Learnt:      32161 | 0.000
1310.65/1310.94	c total clause space: 545.701MB
1310.65/1310.94	c total #watches: 439436
1316.56/1316.84	c total #propagations: 85609386 / total #impl: 642394354 (eff. 0.133)
1316.56/1316.84	c #Conflicts:     589000 | #Learnt:      33161 | 0.000
1316.56/1316.84	c total clause space: 545.701MB
1316.56/1316.84	c total #watches: 451868
1322.65/1322.98	c total #propagations: 85746530 / total #impl: 644401369 (eff. 0.133)
1322.65/1322.98	c #Conflicts:     590000 | #Learnt:      34161 | 0.000
1322.65/1322.98	c total clause space: 545.701MB
1322.65/1322.98	c total #watches: 462003
1329.35/1329.61	c total #propagations: 85876320 / total #impl: 646136604 (eff. 0.133)
1329.35/1329.61	c #Conflicts:     591000 | #Learnt:      35161 | 0.000
1329.35/1329.61	c total clause space: 545.701MB
1329.35/1329.61	c total #watches: 470510
1335.65/1335.94	c total #propagations: 86009002 / total #impl: 647651885 (eff. 0.133)
1335.65/1335.94	c #Conflicts:     592000 | #Learnt:      36161 | 0.000
1335.65/1335.94	c total clause space: 545.701MB
1335.65/1335.94	c total #watches: 478253
1340.84/1341.16	c total #propagations: 86149316 / total #impl: 649216106 (eff. 0.133)
1340.84/1341.16	c GC COLLECT
1340.84/1341.16	c #Conflicts:     593000 | #Learnt:      18651 | 0.000
1340.84/1341.16	c total clause space: 545.701MB
1340.84/1341.16	c total #watches: 290697
1342.74/1343.07	c total #propagations: 86264931 / total #impl: 650605953 (eff. 0.133)
1342.74/1343.07	c #Conflicts:     594000 | #Learnt:      19651 | 0.000
1342.74/1343.07	c total clause space: 545.701MB
1342.74/1343.07	c total #watches: 309202
1345.54/1345.89	c total #propagations: 86379951 / total #impl: 651933301 (eff. 0.132)
1345.54/1345.89	c #Conflicts:     595000 | #Learnt:      20651 | 0.000
1345.54/1345.89	c total clause space: 545.701MB
1345.54/1345.89	c total #watches: 327169
1348.35/1348.61	c total #propagations: 86525827 / total #impl: 654657892 (eff. 0.132)
1348.35/1348.61	c #Conflicts:     596000 | #Learnt:      21651 | 0.000
1348.35/1348.61	c total clause space: 545.701MB
1348.35/1348.61	c total #watches: 337683
1352.34/1352.64	c total #propagations: 86653914 / total #impl: 656644769 (eff. 0.132)
1352.34/1352.64	c #Conflicts:     597000 | #Learnt:      22651 | 0.000
1352.34/1352.64	c total clause space: 545.701MB
1352.34/1352.64	c total #watches: 352188
1356.24/1356.55	c total #propagations: 86813075 / total #impl: 659514906 (eff. 0.132)
1356.24/1356.55	c #Conflicts:     598000 | #Learnt:      23651 | 0.000
1356.24/1356.55	c total clause space: 545.701MB
1356.24/1356.55	c total #watches: 361675
1360.74/1361.05	c total #propagations: 86972655 / total #impl: 661685327 (eff. 0.131)
1360.74/1361.05	c #Conflicts:     599000 | #Learnt:      24651 | 0.000
1360.74/1361.05	c total clause space: 545.701MB
1360.74/1361.05	c total #watches: 372887
1365.24/1365.53	c total #propagations: 87122575 / total #impl: 665154368 (eff. 0.131)
1365.24/1365.53	c #Conflicts:     600000 | #Learnt:      25651 | 0.000
1365.24/1365.53	c total clause space: 545.701MB
1365.24/1365.53	c total #watches: 384607
1370.54/1370.88	c total #propagations: 87275782 / total #impl: 667753783 (eff. 0.131)
1370.54/1370.88	c #Conflicts:     601000 | #Learnt:      26651 | 0.000
1370.54/1370.88	c total clause space: 545.701MB
1370.54/1370.88	c total #watches: 395525
1375.64/1375.96	c total #propagations: 87460933 / total #impl: 670116448 (eff. 0.131)
1375.64/1375.96	c #Conflicts:     602000 | #Learnt:      27651 | 0.000
1375.64/1375.96	c total clause space: 545.701MB
1375.64/1375.96	c total #watches: 404894
1380.35/1380.67	c total #propagations: 87614298 / total #impl: 671642167 (eff. 0.130)
1380.35/1380.67	c #Conflicts:     603000 | #Learnt:      28651 | 0.000
1380.35/1380.67	c total clause space: 545.701MB
1380.35/1380.67	c total #watches: 416048
1385.44/1385.70	c total #propagations: 87759660 / total #impl: 672769416 (eff. 0.130)
1385.44/1385.70	c #Conflicts:     604000 | #Learnt:      29651 | 0.000
1385.44/1385.70	c total clause space: 545.701MB
1385.44/1385.70	c total #watches: 426184
1390.44/1390.77	c total #propagations: 87902929 / total #impl: 674154210 (eff. 0.130)
1390.44/1390.77	c #Conflicts:     605000 | #Learnt:      30651 | 0.000
1390.44/1390.77	c total clause space: 545.701MB
1390.44/1390.77	c total #watches: 436274
1395.94/1396.20	c total #propagations: 88045817 / total #impl: 675605120 (eff. 0.130)
1395.94/1396.20	c #Conflicts:     606000 | #Learnt:      31651 | 0.000
1395.94/1396.20	c total clause space: 545.701MB
1395.94/1396.20	c total #watches: 450890
1401.14/1401.48	c total #propagations: 88187142 / total #impl: 678019352 (eff. 0.130)
1401.14/1401.48	c #Conflicts:     607000 | #Learnt:      32651 | 0.000
1401.14/1401.48	c total clause space: 545.701MB
1401.14/1401.48	c total #watches: 469266
1408.44/1408.73	c total #propagations: 88300259 / total #impl: 681268298 (eff. 0.130)
1408.44/1408.73	c #Conflicts:     608000 | #Learnt:      33651 | 0.000
1408.44/1408.73	c total clause space: 545.701MB
1408.44/1408.73	c total #watches: 478215
1415.45/1415.74	c total #propagations: 88450314 / total #impl: 682136369 (eff. 0.130)
1415.45/1415.74	c #Conflicts:     609000 | #Learnt:      34651 | 0.000
1415.45/1415.74	c total clause space: 545.701MB
1415.45/1415.74	c total #watches: 488892
1423.84/1424.13	c total #propagations: 88607744 / total #impl: 683094035 (eff. 0.130)
1423.84/1424.13	c #Conflicts:     610000 | #Learnt:      35651 | 0.000
1423.84/1424.13	c total clause space: 545.701MB
1423.84/1424.13	c total #watches: 496439
1431.34/1431.62	c total #propagations: 88750422 / total #impl: 684818731 (eff. 0.130)
1431.34/1431.62	c #Conflicts:     611000 | #Learnt:      36651 | 0.000
1431.34/1431.62	c total clause space: 545.701MB
1431.34/1431.62	c total #watches: 505601
1439.84/1440.14	c total #propagations: 88882742 / total #impl: 686303236 (eff. 0.130)
1439.84/1440.14	c GC COLLECT
1439.84/1440.14	c #Conflicts:     612000 | #Learnt:      18852 | 0.000
1439.84/1440.14	c total clause space: 545.701MB
1439.84/1440.14	c total #watches: 293473
1441.54/1441.86	c total #propagations: 89037722 / total #impl: 687431640 (eff. 0.130)
1441.54/1441.86	c #Conflicts:     613000 | #Learnt:      19852 | 0.000
1441.54/1441.86	c total clause space: 545.701MB
1441.54/1441.86	c total #watches: 304071
1443.44/1443.76	c total #propagations: 89185902 / total #impl: 688105482 (eff. 0.130)
1443.44/1443.76	c #Conflicts:     614000 | #Learnt:      20852 | 0.000
1443.44/1443.76	c total clause space: 545.701MB
1443.44/1443.76	c total #watches: 310715
1445.44/1445.70	c total #propagations: 89331237 / total #impl: 688754340 (eff. 0.130)
1445.44/1445.70	c #Conflicts:     615000 | #Learnt:      21852 | 0.000
1445.44/1445.70	c total clause space: 545.701MB
1445.44/1445.70	c total #watches: 320594
1447.74/1448.07	c total #propagations: 89474947 / total #impl: 689562718 (eff. 0.130)
1447.74/1448.07	c #Conflicts:     616000 | #Learnt:      22852 | 0.000
1447.74/1448.07	c total clause space: 545.701MB
1447.74/1448.07	c total #watches: 328913
1449.84/1450.16	c total #propagations: 89632616 / total #impl: 690377770 (eff. 0.130)
1449.84/1450.16	c #Conflicts:     617000 | #Learnt:      23852 | 0.000
1449.84/1450.16	c total clause space: 545.701MB
1449.84/1450.16	c total #watches: 336661
1452.64/1452.97	c total #propagations: 89791947 / total #impl: 691073227 (eff. 0.130)
1452.64/1452.97	c #Conflicts:     618000 | #Learnt:      24852 | 0.000
1452.64/1452.97	c total clause space: 545.701MB
1452.64/1452.97	c total #watches: 343795
1455.04/1455.32	c total #propagations: 89979066 / total #impl: 691868356 (eff. 0.130)
1455.04/1455.32	c #Conflicts:     619000 | #Learnt:      25852 | 0.000
1455.04/1455.32	c total clause space: 545.701MB
1455.04/1455.32	c total #watches: 361655
1456.53/1456.81	c total #propagations: 90154720 / total #impl: 692787706 (eff. 0.130)
1456.53/1456.81	c #Conflicts:     620000 | #Learnt:      26852 | 0.000
1456.53/1456.81	c total clause space: 545.701MB
1456.53/1456.81	c total #watches: 369921
1457.83/1458.13	c total #propagations: 90344317 / total #impl: 693690112 (eff. 0.130)
1457.83/1458.13	c #Conflicts:     621000 | #Learnt:      27852 | 0.000
1457.83/1458.13	c total clause space: 545.701MB
1457.83/1458.13	c total #watches: 375028
1459.13/1459.48	c total #propagations: 90533730 / total #impl: 694480252 (eff. 0.130)
1459.13/1459.48	c #Conflicts:     622000 | #Learnt:      28852 | 0.000
1459.13/1459.48	c total clause space: 545.701MB
1459.13/1459.48	c total #watches: 389623
1460.93/1461.29	c total #propagations: 90687431 / total #impl: 695601331 (eff. 0.130)
1460.93/1461.29	c #Conflicts:     623000 | #Learnt:      29852 | 0.000
1460.93/1461.29	c total clause space: 545.701MB
1460.93/1461.29	c total #watches: 405316
1462.93/1463.28	c total #propagations: 90842324 / total #impl: 697520231 (eff. 0.130)
1462.93/1463.28	c #Conflicts:     624000 | #Learnt:      30852 | 0.000
1462.93/1463.28	c total clause space: 545.701MB
1462.93/1463.28	c total #watches: 413135
1465.23/1465.57	c total #propagations: 90995761 / total #impl: 698831190 (eff. 0.130)
1465.23/1465.57	c #Conflicts:     625000 | #Learnt:      31852 | 0.000
1465.23/1465.57	c total clause space: 545.701MB
1465.23/1465.57	c total #watches: 424633
1467.33/1467.63	c total #propagations: 91167311 / total #impl: 700593057 (eff. 0.130)
1467.33/1467.63	c #Conflicts:     626000 | #Learnt:      32852 | 0.000
1467.33/1467.63	c total clause space: 545.701MB
1467.33/1467.63	c total #watches: 435910
1469.63/1469.91	c total #propagations: 91330518 / total #impl: 702425256 (eff. 0.130)
1469.63/1469.91	c #Conflicts:     627000 | #Learnt:      33852 | 0.000
1469.63/1469.91	c total clause space: 545.701MB
1469.63/1469.91	c total #watches: 443705
1471.93/1472.25	c total #propagations: 91483206 / total #impl: 704202795 (eff. 0.130)
1471.93/1472.25	c #Conflicts:     628000 | #Learnt:      34852 | 0.000
1471.93/1472.25	c total clause space: 545.701MB
1471.93/1472.25	c total #watches: 454995
1475.53/1475.84	c total #propagations: 91608506 / total #impl: 706210224 (eff. 0.130)
1475.53/1475.84	c #Conflicts:     629000 | #Learnt:      35852 | 0.000
1475.53/1475.84	c total clause space: 545.701MB
1475.53/1475.84	c total #watches: 473677
1479.13/1479.49	c total #propagations: 91774577 / total #impl: 709085134 (eff. 0.129)
1479.13/1479.49	c #Conflicts:     630000 | #Learnt:      36852 | 0.000
1479.13/1479.49	c total clause space: 545.701MB
1479.13/1479.49	c total #watches: 495347
1482.54/1482.89	c total #propagations: 91953071 / total #impl: 711331941 (eff. 0.129)
1482.54/1482.89	c #Conflicts:     631000 | #Learnt:      37852 | 0.000
1482.54/1482.89	c total clause space: 545.701MB
1482.54/1482.89	c total #watches: 507203
1484.33/1484.64	c total #propagations: 92095970 / total #impl: 712873076 (eff. 0.129)
1484.33/1484.64	c GC COLLECT
1484.33/1484.64	c #Conflicts:     632000 | #Learnt:      19754 | 0.000
1484.33/1484.64	c total clause space: 545.701MB
1484.33/1484.64	c total #watches: 306164
1484.74/1485.06	c total #propagations: 92215797 / total #impl: 713739481 (eff. 0.129)
1484.74/1485.06	c #Conflicts:     633000 | #Learnt:      20754 | 0.000
1484.74/1485.06	c total clause space: 545.701MB
1484.74/1485.06	c total #watches: 316746
1485.33/1485.67	c total #propagations: 92319339 / total #impl: 714330849 (eff. 0.129)
1485.33/1485.67	c #Conflicts:     634000 | #Learnt:      21754 | 0.000
1485.33/1485.67	c total clause space: 545.701MB
1485.33/1485.67	c total #watches: 329192
1486.33/1486.61	c total #propagations: 92407191 / total #impl: 715074637 (eff. 0.129)
1486.33/1486.61	c #Conflicts:     635000 | #Learnt:      22754 | 0.000
1486.33/1486.61	c total clause space: 545.701MB
1486.33/1486.61	c total #watches: 339890
1487.53/1487.89	c total #propagations: 92506673 / total #impl: 715837299 (eff. 0.129)
1487.53/1487.89	c #Conflicts:     636000 | #Learnt:      23754 | 0.000
1487.53/1487.89	c total clause space: 545.701MB
1487.53/1487.89	c total #watches: 354197
1488.83/1489.12	c total #propagations: 92626407 / total #impl: 716519217 (eff. 0.129)
1488.83/1489.12	c #Conflicts:     637000 | #Learnt:      24754 | 0.000
1488.83/1489.12	c total clause space: 545.701MB
1488.83/1489.12	c total #watches: 365786
1490.13/1490.43	c total #propagations: 92762593 / total #impl: 717452105 (eff. 0.129)
1490.13/1490.43	c #Conflicts:     638000 | #Learnt:      25754 | 0.000
1490.13/1490.43	c total clause space: 545.701MB
1490.13/1490.43	c total #watches: 381857
1491.93/1492.29	c total #propagations: 92888890 / total #impl: 718145854 (eff. 0.129)
1491.93/1492.29	c #Conflicts:     639000 | #Learnt:      26754 | 0.000
1491.93/1492.29	c total clause space: 545.701MB
1491.93/1492.29	c total #watches: 398931
1494.03/1494.37	c total #propagations: 93045429 / total #impl: 718841218 (eff. 0.129)
1494.03/1494.37	c #Conflicts:     640000 | #Learnt:      27754 | 0.000
1494.03/1494.37	c total clause space: 545.701MB
1494.03/1494.37	c total #watches: 412022
1496.43/1496.79	c total #propagations: 93227029 / total #impl: 719645774 (eff. 0.130)
1496.43/1496.79	c #Conflicts:     641000 | #Learnt:      28754 | 0.000
1496.43/1496.79	c total clause space: 545.701MB
1496.43/1496.79	c total #watches: 426603
1499.23/1499.50	c total #propagations: 93399035 / total #impl: 721023739 (eff. 0.130)
1499.23/1499.50	c #Conflicts:     642000 | #Learnt:      29754 | 0.000
1499.23/1499.50	c total clause space: 545.701MB
1499.23/1499.50	c total #watches: 438039
1502.23/1502.51	c total #propagations: 93546547 / total #impl: 722213151 (eff. 0.130)
1502.23/1502.51	c #Conflicts:     643000 | #Learnt:      30754 | 0.000
1502.23/1502.51	c total clause space: 545.701MB
1502.23/1502.51	c total #watches: 446767
1505.03/1505.30	c total #propagations: 93696225 / total #impl: 723918173 (eff. 0.129)
1505.03/1505.30	c #Conflicts:     644000 | #Learnt:      31754 | 0.000
1505.03/1505.30	c total clause space: 545.701MB
1505.03/1505.30	c total #watches: 454604
1507.43/1507.70	c total #propagations: 93847665 / total #impl: 725387880 (eff. 0.129)
1507.43/1507.70	c #Conflicts:     645000 | #Learnt:      32754 | 0.000
1507.43/1507.70	c total clause space: 545.701MB
1507.43/1507.70	c total #watches: 463693
1510.03/1510.34	c total #propagations: 93977863 / total #impl: 726391066 (eff. 0.129)
1510.03/1510.34	c #Conflicts:     646000 | #Learnt:      33754 | 0.000
1510.03/1510.34	c total clause space: 545.701MB
1510.03/1510.34	c total #watches: 471902
1512.93/1513.21	c total #propagations: 94098187 / total #impl: 727455638 (eff. 0.129)
1512.93/1513.21	c #Conflicts:     647000 | #Learnt:      34754 | 0.000
1512.93/1513.21	c total clause space: 545.701MB
1512.93/1513.21	c total #watches: 480886
1515.93/1516.25	c total #propagations: 94228504 / total #impl: 728847280 (eff. 0.129)
1515.93/1516.25	c #Conflicts:     648000 | #Learnt:      35754 | 0.000
1515.93/1516.25	c total clause space: 545.701MB
1515.93/1516.25	c total #watches: 490299
1519.43/1519.71	c total #propagations: 94372932 / total #impl: 729920009 (eff. 0.129)
1519.43/1519.71	c #Conflicts:     649000 | #Learnt:      36754 | 0.000
1519.43/1519.71	c total clause space: 545.701MB
1519.43/1519.71	c total #watches: 500995
1523.02/1523.35	c total #propagations: 94505905 / total #impl: 731038418 (eff. 0.129)
1523.02/1523.35	c #Conflicts:     650000 | #Learnt:      37754 | 0.000
1523.02/1523.35	c total clause space: 545.701MB
1523.02/1523.35	c total #watches: 510569
1526.63/1526.99	c total #propagations: 94635285 / total #impl: 732386554 (eff. 0.129)
1526.63/1526.99	c #Conflicts:     651000 | #Learnt:      38754 | 0.000
1526.63/1526.99	c total clause space: 545.701MB
1526.63/1526.99	c total #watches: 519451
1528.02/1528.30	c total #propagations: 94771898 / total #impl: 733623426 (eff. 0.129)
1528.02/1528.30	c GC COLLECT
1528.02/1528.30	c #Conflicts:     652000 | #Learnt:      20351 | 0.000
1528.02/1528.30	c total clause space: 545.701MB
1528.02/1528.30	c total #watches: 313226
1529.22/1529.55	c total #propagations: 94928030 / total #impl: 734267473 (eff. 0.129)
1529.22/1529.55	c #Conflicts:     653000 | #Learnt:      21351 | 0.000
1529.22/1529.55	c total clause space: 545.701MB
1529.22/1529.55	c total #watches: 322842
1530.72/1531.03	c total #propagations: 95114472 / total #impl: 735162316 (eff. 0.129)
1530.72/1531.03	c #Conflicts:     654000 | #Learnt:      22351 | 0.000
1530.72/1531.03	c total clause space: 545.701MB
1530.72/1531.03	c total #watches: 337730
1532.52/1532.84	c total #propagations: 95294306 / total #impl: 736095156 (eff. 0.129)
1532.52/1532.84	c #Conflicts:     655000 | #Learnt:      23351 | 0.000
1532.52/1532.84	c total clause space: 545.701MB
1532.52/1532.84	c total #watches: 349159
1534.42/1534.79	c total #propagations: 95446075 / total #impl: 737103439 (eff. 0.129)
1534.42/1534.79	c #Conflicts:     656000 | #Learnt:      24351 | 0.000
1534.42/1534.79	c total clause space: 545.701MB
1534.42/1534.79	c total #watches: 361892
1536.62/1536.96	c total #propagations: 95587779 / total #impl: 738133392 (eff. 0.129)
1536.62/1536.96	c #Conflicts:     657000 | #Learnt:      25351 | 0.000
1536.62/1536.96	c total clause space: 545.701MB
1536.62/1536.96	c total #watches: 372364
1539.02/1539.38	c total #propagations: 95709693 / total #impl: 739517316 (eff. 0.129)
1539.02/1539.38	c #Conflicts:     658000 | #Learnt:      26351 | 0.000
1539.02/1539.38	c total clause space: 545.701MB
1539.02/1539.38	c total #watches: 383631
1541.52/1541.81	c total #propagations: 95824906 / total #impl: 740843531 (eff. 0.129)
1541.52/1541.81	c #Conflicts:     659000 | #Learnt:      27351 | 0.000
1541.52/1541.81	c total clause space: 545.701MB
1541.52/1541.81	c total #watches: 395705
1543.62/1543.99	c total #propagations: 95956485 / total #impl: 742340319 (eff. 0.129)
1543.62/1543.99	c #Conflicts:     660000 | #Learnt:      28351 | 0.000
1543.62/1543.99	c total clause space: 545.701MB
1543.62/1543.99	c total #watches: 409429
1546.22/1546.53	c total #propagations: 96087837 / total #impl: 743133939 (eff. 0.129)
1546.22/1546.53	c #Conflicts:     661000 | #Learnt:      29351 | 0.000
1546.22/1546.53	c total clause space: 545.701MB
1546.22/1546.53	c total #watches: 422700
1548.42/1548.78	c total #propagations: 96213982 / total #impl: 744323296 (eff. 0.129)
1548.42/1548.78	c #Conflicts:     662000 | #Learnt:      30351 | 0.000
1548.42/1548.78	c total clause space: 545.701MB
1548.42/1548.78	c total #watches: 432895
1551.22/1551.59	c total #propagations: 96331033 / total #impl: 745663700 (eff. 0.129)
1551.22/1551.59	c #Conflicts:     663000 | #Learnt:      31351 | 0.000
1551.22/1551.59	c total clause space: 545.701MB
1551.22/1551.59	c total #watches: 440820
1554.22/1554.57	c total #propagations: 96473071 / total #impl: 746881189 (eff. 0.129)
1554.22/1554.57	c #Conflicts:     664000 | #Learnt:      32351 | 0.000
1554.22/1554.57	c total clause space: 545.701MB
1554.22/1554.57	c total #watches: 449066
1557.12/1557.43	c total #propagations: 96603958 / total #impl: 748142496 (eff. 0.129)
1557.12/1557.43	c #Conflicts:     665000 | #Learnt:      33351 | 0.000
1557.12/1557.43	c total clause space: 545.701MB
1557.12/1557.43	c total #watches: 457983
1560.12/1560.48	c total #propagations: 96744767 / total #impl: 749559088 (eff. 0.129)
1560.12/1560.48	c #Conflicts:     666000 | #Learnt:      34351 | 0.000
1560.12/1560.48	c total clause space: 545.701MB
1560.12/1560.48	c total #watches: 466454
1563.82/1564.10	c total #propagations: 96875289 / total #impl: 751326025 (eff. 0.129)
1563.82/1564.10	c #Conflicts:     667000 | #Learnt:      35351 | 0.000
1563.82/1564.10	c total clause space: 545.701MB
1563.82/1564.10	c total #watches: 477693
1567.32/1567.66	c total #propagations: 97002528 / total #impl: 753331766 (eff. 0.129)
1567.32/1567.66	c #Conflicts:     668000 | #Learnt:      36351 | 0.000
1567.32/1567.66	c total clause space: 545.701MB
1567.32/1567.66	c total #watches: 485425
1571.22/1571.52	c total #propagations: 97107262 / total #impl: 755270982 (eff. 0.129)
1571.22/1571.52	c #Conflicts:     669000 | #Learnt:      37351 | 0.000
1571.22/1571.52	c total clause space: 545.701MB
1571.22/1571.52	c total #watches: 493859
1574.82/1575.16	c total #propagations: 97222140 / total #impl: 757190301 (eff. 0.128)
1574.82/1575.16	c #Conflicts:     670000 | #Learnt:      38351 | 0.000
1574.82/1575.16	c total clause space: 545.701MB
1574.82/1575.16	c total #watches: 504348
1579.01/1579.34	c total #propagations: 97330859 / total #impl: 758739197 (eff. 0.128)
1579.01/1579.34	c #Conflicts:     671000 | #Learnt:      39351 | 0.000
1579.01/1579.34	c total clause space: 545.701MB
1579.01/1579.34	c total #watches: 511814
1580.42/1580.79	c total #propagations: 97445107 / total #impl: 760847592 (eff. 0.128)
1580.42/1580.79	c GC COLLECT
1580.42/1580.79	c #Conflicts:     672000 | #Learnt:      20646 | 0.000
1580.42/1580.79	c total clause space: 545.701MB
1580.42/1580.79	c total #watches: 320601
1582.11/1582.44	c total #propagations: 97589970 / total #impl: 761661162 (eff. 0.128)
1582.11/1582.44	c #Conflicts:     673000 | #Learnt:      21646 | 0.000
1582.11/1582.44	c total clause space: 545.701MB
1582.11/1582.44	c total #watches: 332967
1583.91/1584.27	c total #propagations: 97741843 / total #impl: 762752474 (eff. 0.128)
1583.91/1584.27	c #Conflicts:     674000 | #Learnt:      22646 | 0.000
1583.91/1584.27	c total clause space: 545.701MB
1583.91/1584.27	c total #watches: 340055
1585.31/1585.61	c total #propagations: 97909910 / total #impl: 763213638 (eff. 0.128)
1585.31/1585.61	c #Conflicts:     675000 | #Learnt:      23646 | 0.000
1585.31/1585.61	c total clause space: 545.701MB
1585.31/1585.61	c total #watches: 349009
1586.91/1587.27	c total #propagations: 98056835 / total #impl: 763714946 (eff. 0.128)
1586.91/1587.27	c #Conflicts:     676000 | #Learnt:      24646 | 0.000
1586.91/1587.27	c total clause space: 545.701MB
1586.91/1587.27	c total #watches: 354898
1588.22/1588.52	c total #propagations: 98188146 / total #impl: 764152761 (eff. 0.128)
1588.22/1588.52	c #Conflicts:     677000 | #Learnt:      25646 | 0.000
1588.22/1588.52	c total clause space: 545.701MB
1588.22/1588.52	c total #watches: 360036
1589.61/1589.91	c total #propagations: 98317326 / total #impl: 764656007 (eff. 0.129)
1589.61/1589.91	c #Conflicts:     678000 | #Learnt:      26646 | 0.000
1589.61/1589.91	c total clause space: 545.701MB
1589.61/1589.91	c total #watches: 371597
1591.01/1591.34	c total #propagations: 98463583 / total #impl: 765447017 (eff. 0.129)
1591.01/1591.34	c #Conflicts:     679000 | #Learnt:      27646 | 0.000
1591.01/1591.34	c total clause space: 545.701MB
1591.01/1591.34	c total #watches: 381698
1593.11/1593.46	c total #propagations: 98614231 / total #impl: 766228619 (eff. 0.129)
1593.11/1593.46	c #Conflicts:     680000 | #Learnt:      28646 | 0.000
1593.11/1593.46	c total clause space: 545.701MB
1593.11/1593.46	c total #watches: 399848
1595.31/1595.61	c total #propagations: 98791939 / total #impl: 767243504 (eff. 0.129)
1595.31/1595.61	c #Conflicts:     681000 | #Learnt:      29646 | 0.000
1595.31/1595.61	c total clause space: 545.701MB
1595.31/1595.61	c total #watches: 415686
1597.71/1598.01	c total #propagations: 98933304 / total #impl: 768394475 (eff. 0.129)
1597.71/1598.01	c #Conflicts:     682000 | #Learnt:      30646 | 0.000
1597.71/1598.01	c total clause space: 545.701MB
1597.71/1598.01	c total #watches: 427519
1600.11/1600.48	c total #propagations: 99063538 / total #impl: 769556492 (eff. 0.129)
1600.11/1600.48	c #Conflicts:     683000 | #Learnt:      31646 | 0.000
1600.11/1600.48	c total clause space: 545.701MB
1600.11/1600.48	c total #watches: 437669
1603.11/1603.45	c total #propagations: 99195134 / total #impl: 771294405 (eff. 0.129)
1603.11/1603.45	c #Conflicts:     684000 | #Learnt:      32646 | 0.000
1603.11/1603.45	c total clause space: 545.701MB
1603.11/1603.45	c total #watches: 449129
1605.82/1606.17	c total #propagations: 99331373 / total #impl: 772227174 (eff. 0.129)
1605.82/1606.17	c #Conflicts:     685000 | #Learnt:      33646 | 0.000
1605.82/1606.17	c total clause space: 545.701MB
1605.82/1606.17	c total #watches: 458608
1608.31/1608.66	c total #propagations: 99482228 / total #impl: 773035305 (eff. 0.129)
1608.31/1608.66	c #Conflicts:     686000 | #Learnt:      34646 | 0.000
1608.31/1608.66	c total clause space: 545.701MB
1608.31/1608.66	c total #watches: 468887
1610.91/1611.25	c total #propagations: 99606003 / total #impl: 773739493 (eff. 0.129)
1610.91/1611.25	c #Conflicts:     687000 | #Learnt:      35646 | 0.000
1610.91/1611.25	c total clause space: 545.701MB
1610.91/1611.25	c total #watches: 476859
1614.51/1614.86	c total #propagations: 99736416 / total #impl: 774519915 (eff. 0.129)
1614.51/1614.86	c #Conflicts:     688000 | #Learnt:      36646 | 0.000
1614.51/1614.86	c total clause space: 545.701MB
1614.51/1614.86	c total #watches: 487930
1617.71/1618.01	c total #propagations: 99874253 / total #impl: 775726849 (eff. 0.129)
1617.71/1618.01	c #Conflicts:     689000 | #Learnt:      37646 | 0.000
1617.71/1618.01	c total clause space: 545.701MB
1617.71/1618.01	c total #watches: 496326
1621.11/1621.41	c total #propagations: 100007735 / total #impl: 776629458 (eff. 0.129)
1621.11/1621.41	c #Conflicts:     690000 | #Learnt:      38646 | 0.000
1621.11/1621.41	c total clause space: 545.701MB
1621.11/1621.41	c total #watches: 506947
1625.11/1625.44	c total #propagations: 100144513 / total #impl: 777530998 (eff. 0.129)
1625.11/1625.44	c #Conflicts:     691000 | #Learnt:      39646 | 0.000
1625.11/1625.44	c total clause space: 545.701MB
1625.11/1625.44	c total #watches: 516712
1627.41/1627.75	c total #propagations: 100283435 / total #impl: 778713632 (eff. 0.129)
1627.41/1627.75	c GC COLLECT
1627.41/1627.75	c #Conflicts:     692000 | #Learnt:      20643 | 0.000
1627.41/1627.75	c total clause space: 545.701MB
1627.41/1627.75	c total #watches: 323678
1628.91/1629.21	c total #propagations: 100453722 / total #impl: 779592490 (eff. 0.129)
1628.91/1629.21	c #Conflicts:     693000 | #Learnt:      21643 | 0.000
1628.91/1629.21	c total clause space: 545.701MB
1628.91/1629.21	c total #watches: 338699
1630.21/1630.56	c total #propagations: 100624610 / total #impl: 780652710 (eff. 0.129)
1630.21/1630.56	c #Conflicts:     694000 | #Learnt:      22643 | 0.000
1630.21/1630.56	c total clause space: 545.701MB
1630.21/1630.56	c total #watches: 349726
1631.70/1632.06	c total #propagations: 100752762 / total #impl: 782007451 (eff. 0.129)
1631.70/1632.06	c #Conflicts:     695000 | #Learnt:      23643 | 0.000
1631.70/1632.06	c total clause space: 545.701MB
1631.70/1632.06	c total #watches: 361660
1633.50/1633.86	c total #propagations: 100871503 / total #impl: 783367312 (eff. 0.129)
1633.50/1633.86	c #Conflicts:     696000 | #Learnt:      24643 | 0.000
1633.50/1633.86	c total clause space: 545.701MB
1633.50/1633.86	c total #watches: 372495
1635.20/1635.56	c total #propagations: 100983101 / total #impl: 784734132 (eff. 0.129)
1635.20/1635.56	c #Conflicts:     697000 | #Learnt:      25643 | 0.000
1635.20/1635.56	c total clause space: 545.701MB
1635.20/1635.56	c total #watches: 386056
1637.30/1637.67	c total #propagations: 101092816 / total #impl: 785874938 (eff. 0.129)
1637.30/1637.67	c #Conflicts:     698000 | #Learnt:      26643 | 0.000
1637.30/1637.67	c total clause space: 545.701MB
1637.30/1637.67	c total #watches: 397750
1639.40/1639.79	c total #propagations: 101214041 / total #impl: 787426025 (eff. 0.129)
1639.40/1639.79	c #Conflicts:     699000 | #Learnt:      27643 | 0.000
1639.40/1639.79	c total clause space: 545.701MB
1639.40/1639.79	c total #watches: 409776
1641.70/1642.07	c total #propagations: 101349925 / total #impl: 788347087 (eff. 0.129)
1641.70/1642.07	c #Conflicts:     700000 | #Learnt:      28643 | 0.000
1641.70/1642.07	c total clause space: 545.701MB
1641.70/1642.07	c total #watches: 422347
1644.21/1644.57	c total #propagations: 101483395 / total #impl: 789353102 (eff. 0.129)
1644.21/1644.57	c #Conflicts:     701000 | #Learnt:      29643 | 0.000
1644.21/1644.57	c total clause space: 545.701MB
1644.21/1644.57	c total #watches: 435798
1646.60/1646.94	c total #propagations: 101612812 / total #impl: 790384105 (eff. 0.129)
1646.60/1646.94	c #Conflicts:     702000 | #Learnt:      30643 | 0.000
1646.60/1646.94	c total clause space: 545.701MB
1646.60/1646.94	c total #watches: 445282
1649.00/1649.34	c total #propagations: 101730521 / total #impl: 791392258 (eff. 0.129)
1649.00/1649.34	c #Conflicts:     703000 | #Learnt:      31643 | 0.000
1649.00/1649.34	c total clause space: 545.701MB
1649.00/1649.34	c total #watches: 459097
1652.20/1652.59	c total #propagations: 101844269 / total #impl: 792223584 (eff. 0.129)
1652.20/1652.59	c #Conflicts:     704000 | #Learnt:      32643 | 0.000
1652.20/1652.59	c total clause space: 545.701MB
1652.20/1652.59	c total #watches: 472692
1655.40/1655.78	c total #propagations: 101970520 / total #impl: 793665283 (eff. 0.128)
1655.40/1655.78	c #Conflicts:     705000 | #Learnt:      33643 | 0.000
1655.40/1655.78	c total clause space: 545.701MB
1655.40/1655.78	c total #watches: 484714
1659.10/1659.44	c total #propagations: 102091097 / total #impl: 794780803 (eff. 0.128)
1659.10/1659.44	c #Conflicts:     706000 | #Learnt:      34643 | 0.000
1659.10/1659.44	c total clause space: 545.701MB
1659.10/1659.44	c total #watches: 495810
1662.80/1663.13	c total #propagations: 102224256 / total #impl: 795816237 (eff. 0.128)
1662.80/1663.13	c #Conflicts:     707000 | #Learnt:      35643 | 0.000
1662.80/1663.13	c total clause space: 545.701MB
1662.80/1663.13	c total #watches: 506928
1666.80/1667.19	c total #propagations: 102351866 / total #impl: 796902094 (eff. 0.128)
1666.80/1667.19	c #Conflicts:     708000 | #Learnt:      36643 | 0.000
1666.80/1667.19	c total clause space: 545.701MB
1666.80/1667.19	c total #watches: 518992
1671.00/1671.39	c total #propagations: 102482206 / total #impl: 797956773 (eff. 0.128)
1671.00/1671.39	c #Conflicts:     709000 | #Learnt:      37643 | 0.000
1671.00/1671.39	c total clause space: 545.701MB
1671.00/1671.39	c total #watches: 530927
1675.01/1675.37	c total #propagations: 102625461 / total #impl: 799645908 (eff. 0.128)
1675.01/1675.37	c #Conflicts:     710000 | #Learnt:      38643 | 0.000
1675.01/1675.37	c total clause space: 545.701MB
1675.01/1675.37	c total #watches: 543264
1679.40/1679.71	c total #propagations: 102743700 / total #impl: 801342655 (eff. 0.128)
1679.40/1679.71	c #Conflicts:     711000 | #Learnt:      39643 | 0.000
1679.40/1679.71	c total clause space: 545.701MB
1679.40/1679.71	c total #watches: 554378
1684.20/1684.57	c total #propagations: 102865431 / total #impl: 803286420 (eff. 0.128)
1684.20/1684.57	c GC COLLECT
1684.20/1684.57	c #Conflicts:     712000 | #Learnt:      20351 | 0.000
1684.20/1684.57	c total clause space: 545.701MB
1684.20/1684.57	c total #watches: 317367
1685.60/1685.96	c total #propagations: 102989628 / total #impl: 804557547 (eff. 0.128)
1685.60/1685.96	c #Conflicts:     713000 | #Learnt:      21351 | 0.000
1685.60/1685.96	c total clause space: 545.701MB
1685.60/1685.96	c total #watches: 333460
1686.90/1687.28	c total #propagations: 103107824 / total #impl: 805385673 (eff. 0.128)
1686.90/1687.28	c #Conflicts:     714000 | #Learnt:      22351 | 0.000
1686.90/1687.28	c total clause space: 545.701MB
1686.90/1687.28	c total #watches: 345098
1688.70/1689.08	c total #propagations: 103220378 / total #impl: 806474738 (eff. 0.128)
1688.70/1689.08	c #Conflicts:     715000 | #Learnt:      23351 | 0.000
1688.70/1689.08	c total clause space: 545.701MB
1688.70/1689.08	c total #watches: 356001
1690.40/1690.78	c total #propagations: 103344889 / total #impl: 807540995 (eff. 0.128)
1690.40/1690.78	c #Conflicts:     716000 | #Learnt:      24351 | 0.000
1690.40/1690.78	c total clause space: 545.701MB
1690.40/1690.78	c total #watches: 369780
1692.20/1692.51	c total #propagations: 103463060 / total #impl: 808901833 (eff. 0.128)
1692.20/1692.51	c #Conflicts:     717000 | #Learnt:      25351 | 0.000
1692.20/1692.51	c total clause space: 545.701MB
1692.20/1692.51	c total #watches: 382769
1693.70/1694.04	c total #propagations: 103574311 / total #impl: 809958095 (eff. 0.128)
1693.70/1694.04	c #Conflicts:     718000 | #Learnt:      26351 | 0.000
1693.70/1694.04	c total clause space: 545.701MB
1693.70/1694.04	c total #watches: 395145
1696.50/1696.85	c total #propagations: 103679388 / total #impl: 810988344 (eff. 0.128)
1696.50/1696.85	c #Conflicts:     719000 | #Learnt:      27351 | 0.000
1696.50/1696.85	c total clause space: 545.701MB
1696.50/1696.85	c total #watches: 408653
1699.69/1700.06	c total #propagations: 103804611 / total #impl: 811852595 (eff. 0.128)
1699.69/1700.06	c #Conflicts:     720000 | #Learnt:      28351 | 0.000
1699.69/1700.06	c total clause space: 545.701MB
1699.69/1700.06	c total #watches: 420420
1702.60/1702.95	c total #propagations: 103914734 / total #impl: 813055511 (eff. 0.128)
1702.60/1702.95	c #Conflicts:     721000 | #Learnt:      29351 | 0.000
1702.60/1702.95	c total clause space: 545.701MB
1702.60/1702.95	c total #watches: 434644
1705.59/1705.92	c total #propagations: 104049981 / total #impl: 814210436 (eff. 0.128)
1705.59/1705.92	c #Conflicts:     722000 | #Learnt:      30351 | 0.000
1705.59/1705.92	c total clause space: 545.701MB
1705.59/1705.92	c total #watches: 448989
1708.39/1708.77	c total #propagations: 104184267 / total #impl: 815505534 (eff. 0.128)
1708.39/1708.77	c #Conflicts:     723000 | #Learnt:      31351 | 0.000
1708.39/1708.77	c total clause space: 545.701MB
1708.39/1708.77	c total #watches: 458664
1711.40/1711.79	c total #propagations: 104309017 / total #impl: 817030866 (eff. 0.128)
1711.40/1711.79	c #Conflicts:     724000 | #Learnt:      32351 | 0.000
1711.40/1711.79	c total clause space: 545.701MB
1711.40/1711.79	c total #watches: 472711
1714.60/1714.93	c total #propagations: 104432337 / total #impl: 818071137 (eff. 0.128)
1714.60/1714.93	c #Conflicts:     725000 | #Learnt:      33351 | 0.000
1714.60/1714.93	c total clause space: 545.701MB
1714.60/1714.93	c total #watches: 487797
1718.49/1718.81	c total #propagations: 104551285 / total #impl: 818903382 (eff. 0.128)
1718.49/1718.81	c #Conflicts:     726000 | #Learnt:      34351 | 0.000
1718.49/1718.81	c total clause space: 545.701MB
1718.49/1718.81	c total #watches: 504321
1722.09/1722.42	c total #propagations: 104671337 / total #impl: 819864205 (eff. 0.128)
1722.09/1722.42	c #Conflicts:     727000 | #Learnt:      35351 | 0.000
1722.09/1722.42	c total clause space: 545.701MB
1722.09/1722.42	c total #watches: 517726
1725.89/1726.22	c total #propagations: 104782838 / total #impl: 820965324 (eff. 0.128)
1725.89/1726.22	c #Conflicts:     728000 | #Learnt:      36351 | 0.000
1725.89/1726.22	c total clause space: 545.701MB
1725.89/1726.22	c total #watches: 532288
1729.59/1729.97	c total #propagations: 104900683 / total #impl: 822140174 (eff. 0.128)
1729.59/1729.97	c #Conflicts:     729000 | #Learnt:      37351 | 0.000
1729.59/1729.97	c total clause space: 545.701MB
1729.59/1729.97	c total #watches: 544827
1734.59/1734.93	c total #propagations: 105016330 / total #impl: 823590948 (eff. 0.128)
1734.59/1734.93	c #Conflicts:     730000 | #Learnt:      38351 | 0.000
1734.59/1734.93	c total clause space: 545.701MB
1734.59/1734.93	c total #watches: 556779
1739.99/1740.31	c total #propagations: 105136884 / total #impl: 825256895 (eff. 0.127)
1739.99/1740.31	c #Conflicts:     731000 | #Learnt:      39351 | 0.000
1739.99/1740.31	c total clause space: 545.701MB
1739.99/1740.31	c total #watches: 567461
1744.58/1744.91	c total #propagations: 105257965 / total #impl: 826912925 (eff. 0.127)
1744.58/1744.91	c #Conflicts:     732000 | #Learnt:      40351 | 0.000
1744.58/1744.91	c total clause space: 545.701MB
1744.58/1744.91	c total #watches: 580829
1749.89/1750.23	c total #propagations: 105367703 / total #impl: 828522601 (eff. 0.127)
1749.89/1750.23	c GC COLLECT
1749.89/1750.23	c #Conflicts:     733000 | #Learnt:      20742 | 0.000
1749.89/1750.23	c total clause space: 545.701MB
1749.89/1750.23	c total #watches: 323411
1751.18/1751.54	c total #propagations: 105483298 / total #impl: 829849934 (eff. 0.127)
1751.18/1751.54	c #Conflicts:     734000 | #Learnt:      21742 | 0.000
1751.18/1751.54	c total clause space: 545.701MB
1751.18/1751.54	c total #watches: 342885
1752.48/1752.82	c total #propagations: 105588279 / total #impl: 830430481 (eff. 0.127)
1752.48/1752.82	c #Conflicts:     735000 | #Learnt:      22742 | 0.000
1752.48/1752.82	c total clause space: 545.701MB
1752.48/1752.82	c total #watches: 357645
1753.68/1754.04	c total #propagations: 105683604 / total #impl: 831035381 (eff. 0.127)
1753.68/1754.04	c #Conflicts:     736000 | #Learnt:      23742 | 0.000
1753.68/1754.04	c total clause space: 545.701MB
1753.68/1754.04	c total #watches: 370378
1755.39/1755.76	c total #propagations: 105778524 / total #impl: 831671143 (eff. 0.127)
1755.39/1755.76	c #Conflicts:     737000 | #Learnt:      24742 | 0.000
1755.39/1755.76	c total clause space: 545.701MB
1755.39/1755.76	c total #watches: 384136
1756.88/1757.24	c total #propagations: 105889329 / total #impl: 832424145 (eff. 0.127)
1756.88/1757.24	c #Conflicts:     738000 | #Learnt:      25742 | 0.000
1756.88/1757.24	c total clause space: 545.701MB
1756.88/1757.24	c total #watches: 399747
1759.38/1759.76	c total #propagations: 105989669 / total #impl: 833403630 (eff. 0.127)
1759.38/1759.76	c #Conflicts:     739000 | #Learnt:      26742 | 0.000
1759.38/1759.76	c total clause space: 545.701MB
1759.38/1759.76	c total #watches: 414851
1761.89/1762.27	c total #propagations: 106106145 / total #impl: 834222828 (eff. 0.127)
1761.89/1762.27	c #Conflicts:     740000 | #Learnt:      27742 | 0.000
1761.89/1762.27	c total clause space: 545.701MB
1761.89/1762.27	c total #watches: 426435
1765.08/1765.45	c total #propagations: 106209018 / total #impl: 835326031 (eff. 0.127)
1765.08/1765.45	c #Conflicts:     741000 | #Learnt:      28742 | 0.000
1765.08/1765.45	c total clause space: 545.701MB
1765.08/1765.45	c total #watches: 437120
1768.18/1768.52	c total #propagations: 106331300 / total #impl: 836286814 (eff. 0.127)
1768.18/1768.52	c #Conflicts:     742000 | #Learnt:      29742 | 0.000
1768.18/1768.52	c total clause space: 545.701MB
1768.18/1768.52	c total #watches: 447963
1770.69/1771.03	c total #propagations: 106455744 / total #impl: 837153357 (eff. 0.127)
1770.69/1771.03	c #Conflicts:     743000 | #Learnt:      30742 | 0.000
1770.69/1771.03	c total clause space: 545.701MB
1770.69/1771.03	c total #watches: 461989
1773.88/1774.26	c total #propagations: 106567484 / total #impl: 838181295 (eff. 0.127)
1773.88/1774.26	c #Conflicts:     744000 | #Learnt:      31742 | 0.000
1773.88/1774.26	c total clause space: 545.701MB
1773.88/1774.26	c total #watches: 472747
1778.39/1778.71	c total #propagations: 106675202 / total #impl: 839789913 (eff. 0.127)
1778.39/1778.71	c #Conflicts:     745000 | #Learnt:      32742 | 0.000
1778.39/1778.71	c total clause space: 545.701MB
1778.39/1778.71	c total #watches: 485468
1783.78/1784.18	c total #propagations: 106805064 / total #impl: 840900024 (eff. 0.127)
1783.78/1784.18	c #Conflicts:     746000 | #Learnt:      33742 | 0.000
1783.78/1784.18	c total clause space: 545.701MB
1783.78/1784.18	c total #watches: 498481
1788.98/1789.37	c total #propagations: 106937640 / total #impl: 841808600 (eff. 0.127)
1788.98/1789.37	c #Conflicts:     747000 | #Learnt:      34742 | 0.000
1788.98/1789.37	c total clause space: 545.701MB
1788.98/1789.37	c total #watches: 509594
1794.48/1794.89	c total #propagations: 107058403 / total #impl: 842661682 (eff. 0.127)
1794.48/1794.89	c #Conflicts:     748000 | #Learnt:      35742 | 0.000
1794.48/1794.89	c total clause space: 545.701MB
1794.48/1794.89	c total #watches: 523651
1799.78/1800.15	c total #propagations: 107176046 / total #impl: 843752025 (eff. 0.127)
1799.78/1800.15	c #Conflicts:     749000 | #Learnt:      36742 | 0.000
1799.78/1800.15	c total clause space: 545.701MB
1799.78/1800.15	c total #watches: 536112

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-4102047-1466262397/watcher-4102047-1466262397 -o /tmp/evaluation-result-4102047-1466262397/solver-4102047-1466262397 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466240772-17503 --watchdog 1960 --input HOME/instance-4102047-1466262397.opb ./cdcl-cuttingplanes-opt-binarysearch-release 

pid=19761
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.18 2.17 2.13 4/175 19764
/proc/meminfo: memFree=30360380/32872528 swapFree=1103996/1183712
[pid=19764] ppid=19761 vsize=55976 CPUtime=0 cores=0,2,4,6
/proc/19764/stat : 19764 (cdcl-cuttingpla) R 19761 19764 17487 0 -1 4202496 256 0 0 0 0 0 0 0 20 0 1 0 28288634 57319424 6780 33554432000 4194304 6211289 140734528049024 140736123562808 4206563 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19764/statm: 13994 6780 98 493 0 13491 0

[startup+0.100167 s]
/proc/loadavg: 2.18 2.17 2.13 4/175 19764
/proc/meminfo: memFree=30360380/32872528 swapFree=1103996/1183712
[pid=19764] ppid=19761 vsize=69292 CPUtime=0.08 cores=0,2,4,6
/proc/19764/stat : 19764 (cdcl-cuttingpla) R 19761 19764 17487 0 -1 4202496 1848 0 0 0 8 0 0 0 20 0 1 0 28288634 70955008 14861 33554432000 4194304 6211289 140734528049024 140736123562808 4205850 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/19764/statm: 17323 14861 204 493 0 16820 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 69292

[startup+0.200348 s]
/proc/loadavg: 2.18 2.17 2.13 4/175 19764
/proc/meminfo: memFree=30360380/32872528 swapFree=1103996/1183712
[pid=19764] ppid=19761 vsize=83416 CPUtime=0.19 cores=0,2,4,6
/proc/19764/stat : 19764 (cdcl-cuttingpla) R 19761 19764 17487 0 -1 4202496 2936 0 0 0 18 1 0 0 20 0 1 0 28288634 85417984 16858 33554432000 4194304 6211289 140734528049024 140736123562808 4205850 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/19764/statm: 20854 16858 204 493 0 20351 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 83416

[startup+0.300331 s]
/proc/loadavg: 2.18 2.17 2.13 4/175 19764
/proc/meminfo: memFree=30360380/32872528 swapFree=1103996/1183712
[pid=19764] ppid=19761 vsize=96676 CPUtime=0.29 cores=0,2,4,6
/proc/19764/stat : 19764 (cdcl-cuttingpla) R 19761 19764 17487 0 -1 4202496 3413 0 0 0 28 1 0 0 20 0 1 0 28288634 98996224 18844 33554432000 4194304 6211289 140734528049024 140736123562808 4205850 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/19764/statm: 24169 18844 204 493 0 23666 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 96676

[startup+0.700257 s]
/proc/loadavg: 2.18 2.17 2.13 4/175 19764
/proc/meminfo: memFree=30360380/32872528 swapFree=1103996/1183712
[pid=19764] ppid=19761 vsize=117372 CPUtime=0.69 cores=0,2,4,6
/proc/19764/stat : 19764 (cdcl-cuttingpla) R 19761 19764 17487 0 -1 4202496 4507 0 0 0 67 2 0 0 20 0 1 0 28288634 120188928 22807 33554432000 4194304 6211289 140734528049024 140734528046936 4209322 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/19764/statm: 29343 22807 214 493 0 28840 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 117372

[startup+1.50023 s]
/proc/loadavg: 2.16 2.16 2.13 4/176 19765
/proc/meminfo: memFree=30256696/32872528 swapFree=1103996/1183712
[pid=19764] ppid=19761 vsize=118304 CPUtime=1.49 cores=0,2,4,6
/proc/19764/stat : 19764 (cdcl-cuttingpla) R 19761 19764 17487 0 -1 4202496 6065 0 0 0 147 2 0 0 20 0 1 0 28288634 121143296 26015 33554432000 4194304 6211289 140734528049024 140734528046936 4209304 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/19764/statm: 29576 26015 219 493 0 29073 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 118304

[startup+3.10025 s]
/proc/loadavg: 2.16 2.16 2.13 4/177 19766
/proc/meminfo: memFree=30255084/32872528 swapFree=1103996/1183712
[pid=19764] ppid=19761 vsize=118704 CPUtime=3.09 cores=0,2,4,6
/proc/19764/stat : 19764 (cdcl-cuttingpla) R 19761 19764 17487 0 -1 4202496 6341 0 0 0 307 2 0 0 20 0 1 0 28288634 121552896 26287 33554432000 4194304 6211289 140734528049024 140734528046936 4209322 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/19764/statm: 29676 26287 219 493 0 29173 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 118704

[startup+6.30028 s]
/proc/loadavg: 2.15 2.16 2.13 4/177 19766
/proc/meminfo: memFree=30248924/32872528 swapFree=1103996/1183712
[pid=19764] ppid=19761 vsize=151832 CPUtime=6.28 cores=0,2,4,6
/proc/19764/stat : 19764 (cdcl-cuttingpla) R 19761 19764 17487 0 -1 4202496 7636 0 0 0 626 2 0 0 20 0 1 0 28288634 155475968 30455 33554432000 4194304 6211289 140734528049024 140734528047368 4209322 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/19764/statm: 37958 30455 219 493 0 37455 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 151832

[startup+12.7002 s]
/proc/loadavg: 2.14 2.16 2.12 4/177 19766
/proc/meminfo: memFree=30219292/32872528 swapFree=1103996/1183712
[pid=19764] ppid=19761 vsize=153060 CPUtime=12.69 cores=0,2,4,6
/proc/19764/stat : 19764 (cdcl-cuttingpla) R 19761 19764 17487 0 -1 4202496 8393 0 0 0 1266 3 0 0 20 0 1 0 28288634 156733440 35075 33554432000 4194304 6211289 140734528049024 140734528047368 4242471 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/19764/statm: 38265 35075 219 493 0 37762 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 153060

[startup+25.5004 s]
/proc/loadavg: 2.11 2.15 2.12 3/177 19766
/proc/meminfo: memFree=30187824/32872528 swapFree=1103996/1183712
[pid=19764] ppid=19761 vsize=205300 CPUtime=25.49 cores=0,2,4,6
/proc/19764/stat : 19764 (cdcl-cuttingpla) R 19761 19764 17487 0 -1 4202496 9296 0 0 0 2545 4 0 0 20 0 1 0 28288634 210227200 42400 33554432000 4194304 6211289 140734528049024 140734528046888 4209322 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/19764/statm: 51325 42400 219 493 0 50822 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 205300

[startup+51.1003 s]
/proc/loadavg: 2.07 2.14 2.12 3/177 19766
/proc/meminfo: memFree=30180692/32872528 swapFree=1103996/1183712
[pid=19764] ppid=19761 vsize=206040 CPUtime=51.08 cores=0,2,4,6
/proc/19764/stat : 19764 (cdcl-cuttingpla) R 19761 19764 17487 0 -1 4202496 9547 0 0 0 5104 4 0 0 20 0 1 0 28288634 210984960 43667 33554432000 4194304 6211289 140734528049024 140734528047368 4209523 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/19764/statm: 51510 43667 219 493 0 51007 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 206040

[startup+102.3 s]
/proc/loadavg: 2.12 2.14 2.12 4/177 19767
/proc/meminfo: memFree=30162584/32872528 swapFree=1103996/1183712
[pid=19764] ppid=19761 vsize=207176 CPUtime=102.28 cores=0,2,4,6
/proc/19764/stat : 19764 (cdcl-cuttingpla) R 19761 19764 17487 0 -1 4202496 9819 0 0 0 10224 4 0 0 20 0 1 0 28288634 212148224 48027 33554432000 4194304 6211289 140734528049024 140734528047368 4209396 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/19764/statm: 51794 48027 219 493 0 51291 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 207176

[startup+162.3 s]
/proc/loadavg: 2.18 2.15 2.12 4/177 19768
/proc/meminfo: memFree=30133176/32872528 swapFree=1103996/1183712
[pid=19764] ppid=19761 vsize=289524 CPUtime=162.26 cores=0,2,4,6
/proc/19764/stat : 19764 (cdcl-cuttingpla) R 19761 19764 17487 0 -1 4202496 10813 0 0 0 16221 5 0 0 20 0 1 0 28288634 296472576 54853 33554432000 4194304 6211289 140734528049024 140734528047368 4209314 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/19764/statm: 72381 54853 219 493 0 71878 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 289524

[startup+222.307 s]
/proc/loadavg: 2.12 2.13 2.11 3/178 19772
/proc/meminfo: memFree=30111708/32872528 swapFree=1103996/1183712
[pid=19764] ppid=19761 vsize=290004 CPUtime=222.26 cores=0,2,4,6
/proc/19764/stat : 19764 (cdcl-cuttingpla) R 19761 19764 17487 0 -1 4202496 10934 0 0 0 22221 5 0 0 20 0 1 0 28288634 296964096 59566 33554432000 4194304 6211289 140734528049024 140734528047368 4209328 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/19764/statm: 72501 59566 219 493 0 71998 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 290004

[startup+282.3 s]
/proc/loadavg: 2.09 2.12 2.10 3/177 19773
/proc/meminfo: memFree=30092132/32872528 swapFree=1103996/1183712
[pid=19764] ppid=19761 vsize=290644 CPUtime=282.25 cores=0,2,4,6
/proc/19764/stat : 19764 (cdcl-cuttingpla) R 19761 19764 17487 0 -1 4202496 11055 0 0 0 28219 6 0 0 20 0 1 0 28288634 297619456 63775 33554432000 4194304 6211289 140734528049024 140734528047368 4209891 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/19764/statm: 72661 63775 219 493 0 72158 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 290644

[startup+342.3 s]
/proc/loadavg: 2.15 2.13 2.10 3/177 19775
/proc/meminfo: memFree=30075260/32872528 swapFree=1103996/1183712
[pid=19764] ppid=19761 vsize=290964 CPUtime=342.23 cores=0,2,4,6
/proc/19764/stat : 19764 (cdcl-cuttingpla) R 19761 19764 17487 0 -1 4202496 11142 0 0 0 34217 6 0 0 20 0 1 0 28288634 297947136 67950 33554432000 4194304 6211289 140734528049024 140734528047368 4209322 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/19764/statm: 72741 67950 219 493 0 72238 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 290964

[startup+402.3 s]
/proc/loadavg: 2.27 2.17 2.12 3/177 19776
/proc/meminfo: memFree=30056276/32872528 swapFree=1103996/1183712
[pid=19764] ppid=19761 vsize=423512 CPUtime=402.23 cores=0,2,4,6
/proc/19764/stat : 19764 (cdcl-cuttingpla) R 19761 19764 17487 0 -1 4202496 11857 0 0 0 40215 8 0 0 20 0 1 0 28288634 433676288 72497 33554432000 4194304 6211289 140734528049024 140734528047368 4209328 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/19764/statm: 105878 72497 219 493 0 105375 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 423512

[startup+462.3 s]
/proc/loadavg: 2.21 2.17 2.12 4/177 19777
/proc/meminfo: memFree=30041768/32872528 swapFree=1103996/1183712
[pid=19764] ppid=19761 vsize=423672 CPUtime=462.21 cores=0,2,4,6
/proc/19764/stat : 19764 (cdcl-cuttingpla) R 19761 19764 17487 0 -1 4202496 11985 0 0 0 46213 8 0 0 20 0 1 0 28288634 433840128 74649 33554432000 4194304 6211289 140734528049024 140734528047368 4209339 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/19764/statm: 105918 74649 219 493 0 105415 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 423672

[startup+522.3 s]
/proc/loadavg: 2.11 2.15 2.11 3/177 19778
/proc/meminfo: memFree=30004352/32872528 swapFree=1103996/1183712
[pid=19764] ppid=19761 vsize=423992 CPUtime=522.21 cores=0,2,4,6
/proc/19764/stat : 19764 (cdcl-cuttingpla) R 19761 19764 17487 0 -1 4202496 12106 0 0 0 52212 9 0 0 20 0 1 0 28288634 434167808 77312 33554432000 4194304 6211289 140734528049024 140734528047368 4209314 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/19764/statm: 105998 77312 219 493 0 105495 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 423992

[startup+582.3 s]
/proc/loadavg: 2.08 2.13 2.10 4/177 19779
/proc/meminfo: memFree=29996732/32872528 swapFree=1103996/1183712
[pid=19764] ppid=19761 vsize=424744 CPUtime=582.2 cores=0,2,4,6
/proc/19764/stat : 19764 (cdcl-cuttingpla) R 19761 19764 17487 0 -1 4202496 12272 0 0 0 58211 9 0 0 20 0 1 0 28288634 434937856 78498 33554432000 4194304 6211289 140734528049024 140734528047368 4209882 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/19764/statm: 106186 78498 219 493 0 105683 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 424744


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


[startup+882.307 s]
/proc/loadavg: 2.30 2.21 2.13 3/177 19788
/proc/meminfo: memFree=29928644/32872528 swapFree=1103996/1183712
[pid=19764] ppid=19761 vsize=430316 CPUtime=882.15 cores=0,2,4,6
/proc/19764/stat : 19764 (cdcl-cuttingpla) R 19761 19764 17487 0 -1 4202496 13500 0 0 0 88205 10 0 0 20 0 1 0 28288634 440643584 92792 33554432000 4194304 6211289 140734528049024 140734528047368 4209322 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/19764/statm: 107579 92792 219 493 0 107076 0
Current children cumulated CPU time (s) 882.15
Current children cumulated vsize (KiB) 430316

[startup+942.3 s]
/proc/loadavg: 2.18 2.20 2.13 3/177 20020
/proc/meminfo: memFree=30139360/32872528 swapFree=1103996/1183712
[pid=19764] ppid=19761 vsize=430508 CPUtime=942.11 cores=0,2,4,6
/proc/19764/stat : 19764 (cdcl-cuttingpla) R 19761 19764 17487 0 -1 4202496 13580 0 0 0 94201 10 0 0 20 0 1 0 28288634 440840192 92842 33554432000 4194304 6211289 140734528049024 140734528047368 4209891 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/19764/statm: 107627 92842 219 493 0 107124 0
Current children cumulated CPU time (s) 942.11
Current children cumulated vsize (KiB) 430508

[startup+1002.3 s]
/proc/loadavg: 2.15 2.19 2.13 3/177 20158
/proc/meminfo: memFree=30123820/32872528 swapFree=1103996/1183712
[pid=19764] ppid=19761 vsize=431148 CPUtime=1002.1 cores=0,2,4,6
/proc/19764/stat : 19764 (cdcl-cuttingpla) R 19761 19764 17487 0 -1 4202496 13705 0 0 0 100200 10 0 0 20 0 1 0 28288634 441495552 93989 33554432000 4194304 6211289 140734528049024 140734528046888 4209304 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/19764/statm: 107787 93989 219 493 0 107284 0
Current children cumulated CPU time (s) 1002.1
Current children cumulated vsize (KiB) 431148

[startup+1062.3 s]
/proc/loadavg: 2.20 2.20 2.13 3/177 20159
/proc/meminfo: memFree=30080724/32872528 swapFree=1103996/1183712
[pid=19764] ppid=19761 vsize=432304 CPUtime=1062.09 cores=0,2,4,6
/proc/19764/stat : 19764 (cdcl-cuttingpla) R 19761 19764 17487 0 -1 4202496 13910 0 0 0 106199 10 0 0 20 0 1 0 28288634 442679296 98793 33554432000 4194304 6211289 140734528049024 140734528046888 4209244 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/19764/statm: 108076 98793 219 493 0 107573 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 432304

[startup+1122.3 s]
/proc/loadavg: 2.28 2.22 2.14 3/177 20160
/proc/meminfo: memFree=30044452/32872528 swapFree=1103996/1183712
[pid=19764] ppid=19761 vsize=433008 CPUtime=1122.09 cores=0,2,4,6
/proc/19764/stat : 19764 (cdcl-cuttingpla) R 19761 19764 17487 0 -1 4202496 14085 0 0 0 112198 11 0 0 20 0 1 0 28288634 443400192 103056 33554432000 4194304 6211289 140734528049024 140734528046888 4209328 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/19764/statm: 108252 103056 219 493 0 107749 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 433008

[startup+1182.3 s]
/proc/loadavg: 2.19 2.21 2.14 4/177 20161
/proc/meminfo: memFree=30034864/32872528 swapFree=1103996/1183712
[pid=19764] ppid=19761 vsize=433748 CPUtime=1182.07 cores=0,2,4,6
/proc/19764/stat : 19764 (cdcl-cuttingpla) R 19761 19764 17487 0 -1 4202496 14205 0 0 0 118196 11 0 0 20 0 1 0 28288634 444157952 104709 33554432000 4194304 6211289 140734528049024 140734528047368 4243365 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/19764/statm: 108437 104709 219 493 0 107934 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 433748

[startup+1242.3 s]
/proc/loadavg: 2.40 2.26 2.16 3/177 20163
/proc/meminfo: memFree=30025208/32872528 swapFree=1103996/1183712
[pid=19764] ppid=19761 vsize=434324 CPUtime=1242.06 cores=0,2,4,6
/proc/19764/stat : 19764 (cdcl-cuttingpla) R 19761 19764 17487 0 -1 4202496 14326 0 0 0 124195 11 0 0 20 0 1 0 28288634 444747776 104830 33554432000 4194304 6211289 140734528049024 140734528047368 4209376 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/19764/statm: 108581 104830 219 493 0 108078 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 434324

[startup+1302.3 s]
/proc/loadavg: 2.38 2.27 2.17 3/177 20164
/proc/meminfo: memFree=29995876/32872528 swapFree=1103996/1183712
[pid=19764] ppid=19761 vsize=649572 CPUtime=1302.05 cores=0,2,4,6
/proc/19764/stat : 19764 (cdcl-cuttingpla) R 19761 19764 17487 0 -1 4202496 14986 0 0 0 130194 11 0 0 20 0 1 0 28288634 665161728 108330 33554432000 4194304 6211289 140734528049024 140734528047368 4209328 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/19764/statm: 162393 108330 219 493 0 161890 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 649572

[startup+1362.3 s]
/proc/loadavg: 2.36 2.28 2.18 3/177 20165
/proc/meminfo: memFree=29986080/32872528 swapFree=1103996/1183712
[pid=19764] ppid=19761 vsize=650148 CPUtime=1362.04 cores=0,2,4,6
/proc/19764/stat : 19764 (cdcl-cuttingpla) R 19761 19764 17487 0 -1 4202496 15279 0 0 0 136193 11 0 0 20 0 1 0 28288634 665751552 109577 33554432000 4194304 6211289 140734528049024 140734528047368 4209322 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/19764/statm: 162537 109577 219 493 0 162034 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 650148

[startup+1422.3 s]
/proc/loadavg: 2.28 2.27 2.18 4/178 20169
/proc/meminfo: memFree=29975116/32872528 swapFree=1103996/1183712
[pid=19764] ppid=19761 vsize=650332 CPUtime=1422.05 cores=0,2,4,6
/proc/19764/stat : 19764 (cdcl-cuttingpla) R 19761 19764 17487 0 -1 4202496 15363 0 0 0 142193 12 0 0 20 0 1 0 28288634 665939968 109648 33554432000 4194304 6211289 140734528049024 140734528047368 4209322 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/19764/statm: 162583 109648 219 493 0 162080 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 650332

[startup+1482.3 s]
/proc/loadavg: 2.29 2.27 2.18 3/177 20170
/proc/meminfo: memFree=29956964/32872528 swapFree=1103996/1183712
[pid=19764] ppid=19761 vsize=650620 CPUtime=1482.03 cores=0,2,4,6
/proc/19764/stat : 19764 (cdcl-cuttingpla) R 19761 19764 17487 0 -1 4202496 15461 0 0 0 148191 12 0 0 20 0 1 0 28288634 666234880 112290 33554432000 4194304 6211289 140734528049024 140734528046936 4209322 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/19764/statm: 162655 112290 219 493 0 162152 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 650620

[startup+1542.31 s]
/proc/loadavg: 2.23 2.26 2.18 3/177 20172
/proc/meminfo: memFree=29951384/32872528 swapFree=1103996/1183712
[pid=19764] ppid=19761 vsize=651720 CPUtime=1542.03 cores=0,2,4,6
/proc/19764/stat : 19764 (cdcl-cuttingpla) R 19761 19764 17487 0 -1 4202496 15682 0 0 0 154191 12 0 0 20 0 1 0 28288634 667361280 112507 33554432000 4194304 6211289 140734528049024 140734528047368 4209322 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/19764/statm: 162930 112507 219 493 0 162427 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 651720

[startup+1602.3 s]
/proc/loadavg: 2.18 2.24 2.18 3/177 20173
/proc/meminfo: memFree=29935836/32872528 swapFree=1103996/1183712
[pid=19764] ppid=19761 vsize=652040 CPUtime=1602.01 cores=0,2,4,6
/proc/19764/stat : 19764 (cdcl-cuttingpla) R 19761 19764 17487 0 -1 4202496 15763 0 0 0 160189 12 0 0 20 0 1 0 28288634 667688960 115653 33554432000 4194304 6211289 140734528049024 140734528047368 4209314 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/19764/statm: 163010 115653 219 493 0 162507 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 652040

[startup+1662.3 s]
/proc/loadavg: 2.15 2.22 2.18 4/177 20174
/proc/meminfo: memFree=29934728/32872528 swapFree=1103996/1183712
[pid=19764] ppid=19761 vsize=652988 CPUtime=1662 cores=0,2,4,6
/proc/19764/stat : 19764 (cdcl-cuttingpla) R 19761 19764 17487 0 -1 4202496 15936 0 0 0 166188 12 0 0 20 0 1 0 28288634 668659712 115826 33554432000 4194304 6211289 140734528049024 140734528046888 4209306 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/19764/statm: 163247 115826 219 493 0 162744 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 652988

[startup+1722.3 s]
/proc/loadavg: 2.22 2.22 2.18 3/177 20175
/proc/meminfo: memFree=29925808/32872528 swapFree=1103996/1183712
[pid=19764] ppid=19761 vsize=653564 CPUtime=1721.99 cores=0,2,4,6
/proc/19764/stat : 19764 (cdcl-cuttingpla) R 19761 19764 17487 0 -1 4202496 16056 0 0 0 172187 12 0 0 20 0 1 0 28288634 669249536 115946 33554432000 4194304 6211289 140734528049024 140734528047368 4209314 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/19764/statm: 163391 115946 219 493 0 162888 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 653564

[startup+1782.3 s]
/proc/loadavg: 2.23 2.23 2.18 3/177 20176
/proc/meminfo: memFree=29898212/32872528 swapFree=1103996/1183712
[pid=19764] ppid=19761 vsize=653772 CPUtime=1781.98 cores=0,2,4,6
/proc/19764/stat : 19764 (cdcl-cuttingpla) R 19761 19764 17487 0 -1 4202496 16122 0 0 0 178186 12 0 0 20 0 1 0 28288634 669462528 121633 33554432000 4194304 6211289 140734528049024 140734528047368 4209306 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/19764/statm: 163443 121633 219 493 0 162940 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 653772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.18 2.22 2.18 3/177 20177
/proc/meminfo: memFree=29897596/32872528 swapFree=1103996/1183712
[pid=19764] ppid=19761 vsize=653772 CPUtime=1800.07 cores=0,2,4,6
/proc/19764/stat : 19764 (cdcl-cuttingpla) R 19761 19764 17487 0 -1 4202496 16127 0 0 0 179995 12 0 0 20 0 1 0 28288634 669462528 121638 33554432000 4194304 6211289 140734528049024 140734528047368 4209322 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/19764/statm: 163443 121638 219 493 0 162940 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 653772

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 19764 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.4
CPU time (s): 1800.09
CPU user time (s): 1799.96
CPU system time (s): 0.132979
CPU usage (%): 99.9827
Max. virtual memory (cumulated for all children) (KiB): 653772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.96
system time used= 0.132979
maximum resident set size= 486552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16127
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= 66
involuntary context switches= 2156

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.37833 second user time and 7.12192 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-18 17:06:37
IDJOB=4102047
IDBENCH=2056
IDSOLVER=2549
FILE ID=node115/4102047-1466262397
RUNJOBID= node115-1466240772-17503
PBS_JOBID= 19918197
Free space on /tmp= 71740 MiB

SOLVER NAME= cdcl-cuttingplanes OPT binary search 2016-05-01
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii8d2.opb
COMMAND LINE= ./cdcl-cuttingplanes-opt-binarysearch-release
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4102047-1466262397/watcher-4102047-1466262397 -o /tmp/evaluation-result-4102047-1466262397/solver-4102047-1466262397 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466240772-17503 --watchdog 1960 --input HOME/instance-4102047-1466262397.opb ./cdcl-cuttingplanes-opt-binarysearch-release

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

MD5SUM BENCH= ccbbad891f18298525c42c78a48134ce
RANDOM SEED=1911952538

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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		: 2667.103
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		: 2667.103
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		: 2667.103
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		: 2667.103
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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		: 2667.103
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:        30360296 kB
Buffers:          143884 kB
Cached:           184556 kB
SwapCached:         2472 kB
Active:           333156 kB
Inactive:         250892 kB
Active(anon):     256080 kB
Inactive(anon):     2168 kB
Active(file):      77076 kB
Inactive(file):   248724 kB
Unevictable:     1183712 kB
Mlocked:         1103996 kB
SwapTotal:      67108856 kB
SwapFree:       67099632 kB
Dirty:              2344 kB
Writeback:             0 kB
AnonPages:       1456376 kB
Mapped:             9332 kB
Shmem:                 0 kB
Slab:             612060 kB
SReclaimable:      56120 kB
SUnreclaim:       555940 kB
KernelStack:        1464 kB
PageTables:         7136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1627568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    335872 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= 71736 MiB
End job on node115 at 2016-06-18 17:36:37