Trace number 4109119

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 linear search 2016-05-01UNSAT 402.791 402.857

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos788725.opb
MD5SUM8629904c9ea425e42543cd04547905ca
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark370.61
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables352
Total number of constraints433
Number of constraints which are clauses304
Number of constraints which are cardinality constraints (but not clauses)33
Number of constraints which are nor clauses,nor cardinality constraints96
Minimum length of a constraint2
Maximum length of a constraint96
Number of terms in the objective function 96
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 96
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 105
Number of bits of the biggest sum of numbers7
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.00	c * #variable= 352 #constraint= 433
0.00/0.09	c #Conflicts:       1000 | #Learnt:        999 | 0.970
0.00/0.09	c total clause space: 4.25031MB
0.00/0.09	c total #watches: 11440
0.19/0.22	c total #propagations: 20630 / total #impl: 115872 (eff. 0.178)
0.19/0.22	c #Conflicts:       2000 | #Learnt:       1999 | 0.782
0.19/0.22	c total clause space: 6.90675MB
0.19/0.22	c total #watches: 22710
0.29/0.37	c total #propagations: 46312 / total #impl: 284086 (eff. 0.163)
0.29/0.37	c GC COLLECT
0.29/0.37	c #Conflicts:       3000 | #Learnt:       2002 | 0.596
0.29/0.37	c total clause space: 6.90675MB
0.29/0.37	c total #watches: 21246
0.48/0.59	c total #propagations: 64018 / total #impl: 424807 (eff. 0.151)
0.48/0.59	c #Conflicts:       4000 | #Learnt:       3002 | 0.673
0.48/0.59	c total clause space: 11.2235MB
0.48/0.59	c total #watches: 32263
0.78/0.81	c total #propagations: 88999 / total #impl: 602153 (eff. 0.148)
0.78/0.81	c GC COLLECT
0.78/0.81	c #Conflicts:       5000 | #Learnt:       2364 | 0.716
0.78/0.81	c total clause space: 11.2235MB
0.78/0.81	c total #watches: 30212
1.09/1.10	c total #propagations: 111074 / total #impl: 769517 (eff. 0.144)
1.09/1.10	c #Conflicts:       6000 | #Learnt:       3364 | 0.709
1.09/1.10	c total clause space: 11.2235MB
1.09/1.10	c total #watches: 41667
1.49/1.53	c total #propagations: 142888 / total #impl: 970216 (eff. 0.147)
1.49/1.53	c GC COLLECT
1.49/1.53	c #Conflicts:       7000 | #Learnt:       2247 | 0.631
1.49/1.53	c total clause space: 18.2382MB
1.49/1.53	c total #watches: 33256
1.79/1.88	c total #propagations: 169926 / total #impl: 1296566 (eff. 0.131)
1.79/1.88	c #Conflicts:       8000 | #Learnt:       3247 | 0.581
1.79/1.88	c total clause space: 18.2382MB
1.79/1.88	c total #watches: 44171
2.30/2.34	c total #propagations: 199313 / total #impl: 1594562 (eff. 0.125)
2.30/2.34	c #Conflicts:       9000 | #Learnt:       4247 | 0.577
2.30/2.34	c total clause space: 18.2382MB
2.30/2.34	c total #watches: 55611
2.69/2.77	c total #propagations: 233481 / total #impl: 1894315 (eff. 0.123)
2.69/2.77	c GC COLLECT
2.69/2.77	c #Conflicts:      10000 | #Learnt:       2737 | 0.532
2.69/2.77	c total clause space: 18.2382MB
2.69/2.77	c total #watches: 43418
2.99/3.04	c total #propagations: 267928 / total #impl: 2157420 (eff. 0.124)
2.99/3.04	c #Conflicts:      11000 | #Learnt:       3737 | 0.507
2.99/3.04	c total clause space: 18.2382MB
2.99/3.04	c total #watches: 50673
3.40/3.44	c total #propagations: 298565 / total #impl: 2355514 (eff. 0.127)
3.40/3.44	c #Conflicts:      12000 | #Learnt:       4737 | 0.514
3.40/3.44	c total clause space: 18.2382MB
3.40/3.44	c total #watches: 62913
3.89/3.92	c total #propagations: 332400 / total #impl: 2614882 (eff. 0.127)
3.89/3.92	c #Conflicts:      13000 | #Learnt:       5737 | 0.490
3.89/3.92	c total clause space: 18.2382MB
3.89/3.92	c total #watches: 73164
4.19/4.27	c total #propagations: 364607 / total #impl: 2864274 (eff. 0.127)
4.19/4.27	c GC COLLECT
4.19/4.27	c #Conflicts:      14000 | #Learnt:       3880 | 0.465
4.19/4.27	c total clause space: 18.2382MB
4.19/4.27	c total #watches: 54372
4.59/4.67	c total #propagations: 402460 / total #impl: 3153685 (eff. 0.128)
4.59/4.67	c #Conflicts:      15000 | #Learnt:       4880 | 0.453
4.59/4.67	c total clause space: 18.2382MB
4.59/4.67	c total #watches: 61608
5.19/5.20	c total #propagations: 446179 / total #impl: 3397791 (eff. 0.131)
5.19/5.20	c #Conflicts:      16000 | #Learnt:       5880 | 0.440
5.19/5.20	c total clause space: 18.2382MB
5.19/5.20	c total #watches: 73829
5.60/5.68	c total #propagations: 502795 / total #impl: 3730980 (eff. 0.135)
5.60/5.68	c GC COLLECT
5.60/5.68	c #Conflicts:      17000 | #Learnt:       3704 | 0.419
5.60/5.68	c total clause space: 18.2382MB
5.60/5.68	c total #watches: 47760
6.09/6.10	c total #propagations: 542542 / total #impl: 4024804 (eff. 0.135)
6.09/6.10	c #Conflicts:      18000 | #Learnt:       4704 | 0.398
6.09/6.10	c total clause space: 18.2382MB
6.09/6.10	c total #watches: 54957
6.60/6.68	c total #propagations: 584962 / total #impl: 4334119 (eff. 0.135)
6.60/6.68	c #Conflicts:      19000 | #Learnt:       5704 | 0.378
6.60/6.68	c total clause space: 18.2382MB
6.60/6.68	c total #watches: 59917
7.19/7.27	c total #propagations: 630282 / total #impl: 4699265 (eff. 0.134)
7.19/7.27	c #Conflicts:      20000 | #Learnt:       6704 | 0.367
7.19/7.27	c total clause space: 29.637MB
7.19/7.27	c total #watches: 67477
7.59/7.65	c total #propagations: 673789 / total #impl: 4971896 (eff. 0.136)
7.59/7.65	c GC COLLECT
7.59/7.65	c #Conflicts:      21000 | #Learnt:       4202 | 0.353
7.59/7.65	c total clause space: 29.637MB
7.59/7.65	c total #watches: 40485
7.99/8.04	c total #propagations: 722373 / total #impl: 5173910 (eff. 0.140)
7.99/8.04	c #Conflicts:      22000 | #Learnt:       5202 | 0.345
7.99/8.04	c total clause space: 29.637MB
7.99/8.04	c total #watches: 47833
8.39/8.45	c total #propagations: 764951 / total #impl: 5446597 (eff. 0.140)
8.39/8.45	c #Conflicts:      23000 | #Learnt:       6202 | 0.339
8.39/8.45	c total clause space: 29.637MB
8.39/8.45	c total #watches: 54598
8.89/8.94	c total #propagations: 803455 / total #impl: 5703461 (eff. 0.141)
8.89/8.94	c #Conflicts:      24000 | #Learnt:       7202 | 0.332
8.89/8.94	c total clause space: 29.637MB
8.89/8.94	c total #watches: 61897
9.29/9.36	c total #propagations: 850686 / total #impl: 5921445 (eff. 0.144)
9.29/9.36	c GC COLLECT
9.29/9.36	c #Conflicts:      25000 | #Learnt:       4414 | 0.326
9.29/9.36	c total clause space: 29.637MB
9.29/9.36	c total #watches: 45484
9.79/9.82	c total #propagations: 900043 / total #impl: 6170852 (eff. 0.146)
9.79/9.82	c #Conflicts:      26000 | #Learnt:       5414 | 0.315
9.79/9.82	c total clause space: 29.637MB
9.79/9.82	c total #watches: 53902
10.29/10.34	c total #propagations: 943601 / total #impl: 6507046 (eff. 0.145)
10.29/10.34	c #Conflicts:      27000 | #Learnt:       6414 | 0.305
10.29/10.34	c total clause space: 29.637MB
10.29/10.34	c total #watches: 61381
10.89/10.97	c total #propagations: 984506 / total #impl: 6845898 (eff. 0.144)
10.89/10.97	c #Conflicts:      28000 | #Learnt:       7414 | 0.295
10.89/10.97	c total clause space: 29.637MB
10.89/10.97	c total #watches: 68059
11.49/11.57	c total #propagations: 1031969 / total #impl: 7159386 (eff. 0.144)
11.49/11.57	c GC COLLECT
11.49/11.57	c #Conflicts:      29000 | #Learnt:       4307 | 0.287
11.49/11.57	c total clause space: 29.637MB
11.49/11.57	c total #watches: 43259
11.89/11.97	c total #propagations: 1080486 / total #impl: 7412885 (eff. 0.146)
11.89/11.97	c #Conflicts:      30000 | #Learnt:       5307 | 0.281
11.89/11.97	c total clause space: 29.637MB
11.89/11.97	c total #watches: 51981
12.39/12.47	c total #propagations: 1121212 / total #impl: 7693223 (eff. 0.146)
12.39/12.47	c #Conflicts:      31000 | #Learnt:       6307 | 0.274
12.39/12.47	c total clause space: 29.637MB
12.39/12.47	c total #watches: 59347
12.99/13.07	c total #propagations: 1164113 / total #impl: 7941923 (eff. 0.147)
12.99/13.07	c #Conflicts:      32000 | #Learnt:       7307 | 0.267
12.99/13.07	c total clause space: 29.637MB
12.99/13.07	c total #watches: 66928
13.69/13.76	c total #propagations: 1209966 / total #impl: 8182365 (eff. 0.148)
13.69/13.76	c #Conflicts:      33000 | #Learnt:       8307 | 0.260
13.69/13.76	c total clause space: 29.637MB
13.69/13.76	c total #watches: 74629
14.39/14.44	c total #propagations: 1258054 / total #impl: 8492476 (eff. 0.148)
14.39/14.44	c GC COLLECT
14.39/14.44	c #Conflicts:      34000 | #Learnt:       4905 | 0.255
14.39/14.44	c total clause space: 29.637MB
14.39/14.44	c total #watches: 46869
14.89/14.94	c total #propagations: 1316311 / total #impl: 8758814 (eff. 0.150)
14.89/14.94	c #Conflicts:      35000 | #Learnt:       5905 | 0.248
14.89/14.94	c total clause space: 29.637MB
14.89/14.94	c total #watches: 51854
15.39/15.50	c total #propagations: 1375035 / total #impl: 9008504 (eff. 0.153)
15.39/15.50	c #Conflicts:      36000 | #Learnt:       6905 | 0.242
15.39/15.50	c total clause space: 29.637MB
15.39/15.50	c total #watches: 57604
16.09/16.10	c total #propagations: 1430167 / total #impl: 9272673 (eff. 0.154)
16.09/16.10	c #Conflicts:      37000 | #Learnt:       7905 | 0.236
16.09/16.10	c total clause space: 29.637MB
16.09/16.10	c total #watches: 63136
16.79/16.85	c total #propagations: 1481479 / total #impl: 9535290 (eff. 0.155)
16.79/16.85	c #Conflicts:      38000 | #Learnt:       8905 | 0.233
16.79/16.85	c total clause space: 29.637MB
16.79/16.85	c total #watches: 70999
17.39/17.49	c total #propagations: 1538533 / total #impl: 9888331 (eff. 0.156)
17.39/17.49	c GC COLLECT
17.39/17.49	c #Conflicts:      39000 | #Learnt:       5208 | 0.228
17.39/17.49	c total clause space: 29.637MB
17.39/17.49	c total #watches: 40674
17.89/17.91	c total #propagations: 1593080 / total #impl: 10187323 (eff. 0.156)
17.89/17.91	c #Conflicts:      40000 | #Learnt:       6208 | 0.226
17.89/17.91	c total clause space: 29.637MB
17.89/17.91	c total #watches: 50635
18.39/18.49	c total #propagations: 1641187 / total #impl: 10468033 (eff. 0.157)
18.39/18.49	c #Conflicts:      41000 | #Learnt:       7208 | 0.222
18.39/18.49	c total clause space: 29.637MB
18.39/18.49	c total #watches: 57421
19.19/19.22	c total #propagations: 1685789 / total #impl: 10800804 (eff. 0.156)
19.19/19.22	c #Conflicts:      42000 | #Learnt:       8208 | 0.218
19.19/19.22	c total clause space: 29.637MB
19.19/19.22	c total #watches: 63201
19.98/20.04	c total #propagations: 1730052 / total #impl: 11115984 (eff. 0.156)
19.98/20.04	c #Conflicts:      43000 | #Learnt:       9208 | 0.214
19.98/20.04	c total clause space: 29.637MB
19.98/20.04	c total #watches: 69222
20.78/20.87	c total #propagations: 1784535 / total #impl: 11464864 (eff. 0.156)
20.78/20.87	c GC COLLECT
20.78/20.87	c #Conflicts:      44000 | #Learnt:       5215 | 0.213
20.78/20.87	c total clause space: 48.1602MB
20.78/20.87	c total #watches: 44970
21.38/21.43	c total #propagations: 1823789 / total #impl: 11739202 (eff. 0.155)
21.38/21.43	c #Conflicts:      45000 | #Learnt:       6215 | 0.209
21.38/21.43	c total clause space: 48.1602MB
21.38/21.43	c total #watches: 49147
21.88/21.93	c total #propagations: 1861857 / total #impl: 12001985 (eff. 0.155)
21.88/21.93	c #Conflicts:      46000 | #Learnt:       7215 | 0.207
21.88/21.93	c total clause space: 48.1602MB
21.88/21.93	c total #watches: 56712
22.48/22.51	c total #propagations: 1912535 / total #impl: 12263465 (eff. 0.156)
22.48/22.51	c #Conflicts:      47000 | #Learnt:       8215 | 0.210
22.48/22.51	c total clause space: 48.1602MB
22.48/22.51	c total #watches: 66846
23.09/23.19	c total #propagations: 1957310 / total #impl: 12601292 (eff. 0.155)
23.09/23.19	c #Conflicts:      48000 | #Learnt:       9215 | 0.206
23.09/23.19	c total clause space: 48.1602MB
23.09/23.19	c total #watches: 71928
23.88/23.91	c total #propagations: 2013360 / total #impl: 12922535 (eff. 0.156)
23.88/23.91	c #Conflicts:      49000 | #Learnt:      10215 | 0.204
23.88/23.91	c total clause space: 48.1602MB
23.88/23.91	c total #watches: 77552
24.48/24.55	c total #propagations: 2065055 / total #impl: 13202902 (eff. 0.156)
24.48/24.55	c GC COLLECT
24.48/24.55	c #Conflicts:      50000 | #Learnt:       5904 | 0.201
24.48/24.55	c total clause space: 48.1602MB
24.48/24.55	c total #watches: 53388
25.08/25.10	c total #propagations: 2121514 / total #impl: 13495242 (eff. 0.157)
25.08/25.10	c #Conflicts:      51000 | #Learnt:       6904 | 0.199
25.08/25.10	c total clause space: 48.1602MB
25.08/25.10	c total #watches: 58457
25.68/25.70	c total #propagations: 2165833 / total #impl: 13741615 (eff. 0.158)
25.68/25.70	c #Conflicts:      52000 | #Learnt:       7904 | 0.197
25.68/25.70	c total clause space: 48.1602MB
25.68/25.70	c total #watches: 63317
26.28/26.37	c total #propagations: 2221810 / total #impl: 13985647 (eff. 0.159)
26.28/26.37	c #Conflicts:      53000 | #Learnt:       8904 | 0.194
26.28/26.37	c total clause space: 48.1602MB
26.28/26.37	c total #watches: 67778
26.98/27.05	c total #propagations: 2283158 / total #impl: 14232582 (eff. 0.160)
26.98/27.05	c #Conflicts:      54000 | #Learnt:       9904 | 0.191
26.98/27.05	c total clause space: 48.1602MB
26.98/27.05	c total #watches: 75261
27.88/27.92	c total #propagations: 2328926 / total #impl: 14471006 (eff. 0.161)
27.88/27.92	c #Conflicts:      55000 | #Learnt:      10904 | 0.189
27.88/27.92	c total clause space: 48.1602MB
27.88/27.92	c total #watches: 80857
28.48/28.50	c total #propagations: 2369213 / total #impl: 14773696 (eff. 0.160)
28.48/28.50	c GC COLLECT
28.48/28.50	c #Conflicts:      56000 | #Learnt:       6301 | 0.186
28.48/28.50	c total clause space: 48.1602MB
28.48/28.50	c total #watches: 48216
28.98/29.02	c total #propagations: 2420761 / total #impl: 15012576 (eff. 0.161)
28.98/29.02	c #Conflicts:      57000 | #Learnt:       7301 | 0.184
28.98/29.02	c total clause space: 48.1602MB
28.98/29.02	c total #watches: 53851
29.58/29.62	c total #propagations: 2467985 / total #impl: 15274527 (eff. 0.162)
29.58/29.62	c #Conflicts:      58000 | #Learnt:       8301 | 0.182
29.58/29.62	c total clause space: 48.1602MB
29.58/29.62	c total #watches: 59664
30.18/30.28	c total #propagations: 2522578 / total #impl: 15529929 (eff. 0.162)
30.18/30.28	c #Conflicts:      59000 | #Learnt:       9301 | 0.181
30.18/30.28	c total clause space: 48.1602MB
30.18/30.28	c total #watches: 66493
30.98/31.04	c total #propagations: 2577149 / total #impl: 15825199 (eff. 0.163)
30.98/31.04	c #Conflicts:      60000 | #Learnt:      10301 | 0.179
30.98/31.04	c total clause space: 48.1602MB
30.98/31.04	c total #watches: 72625
31.78/31.85	c total #propagations: 2627750 / total #impl: 16190979 (eff. 0.162)
31.78/31.85	c #Conflicts:      61000 | #Learnt:      11301 | 0.176
31.78/31.85	c total clause space: 48.1602MB
31.78/31.85	c total #watches: 77713
32.58/32.66	c total #propagations: 2674002 / total #impl: 16500482 (eff. 0.162)
32.58/32.66	c GC COLLECT
32.58/32.66	c #Conflicts:      62000 | #Learnt:       6416 | 0.174
32.58/32.66	c total clause space: 48.1602MB
32.58/32.66	c total #watches: 48532
33.28/33.31	c total #propagations: 2728719 / total #impl: 16819473 (eff. 0.162)
33.28/33.31	c #Conflicts:      63000 | #Learnt:       7416 | 0.171
33.28/33.31	c total clause space: 48.1602MB
33.28/33.31	c total #watches: 52840
33.98/34.07	c total #propagations: 2781906 / total #impl: 17143354 (eff. 0.162)
33.98/34.07	c #Conflicts:      64000 | #Learnt:       8416 | 0.169
33.98/34.07	c total clause space: 48.1602MB
33.98/34.07	c total #watches: 57239
34.68/34.78	c total #propagations: 2833168 / total #impl: 17529294 (eff. 0.162)
34.68/34.78	c #Conflicts:      65000 | #Learnt:       9416 | 0.167
34.68/34.78	c total clause space: 48.1602MB
34.68/34.78	c total #watches: 61600
35.48/35.52	c total #propagations: 2886117 / total #impl: 17814263 (eff. 0.162)
35.48/35.52	c #Conflicts:      66000 | #Learnt:      10416 | 0.165
35.48/35.52	c total clause space: 48.1602MB
35.48/35.52	c total #watches: 66395
36.29/36.33	c total #propagations: 2946306 / total #impl: 18091953 (eff. 0.163)
36.29/36.33	c #Conflicts:      67000 | #Learnt:      11416 | 0.164
36.29/36.33	c total clause space: 48.1602MB
36.29/36.33	c total #watches: 72077
37.18/37.25	c total #propagations: 2995699 / total #impl: 18389627 (eff. 0.163)
37.18/37.25	c #Conflicts:      68000 | #Learnt:      12416 | 0.163
37.18/37.25	c total clause space: 48.1602MB
37.18/37.25	c total #watches: 77740
37.78/37.80	c total #propagations: 3041280 / total #impl: 18704042 (eff. 0.163)
37.78/37.80	c GC COLLECT
37.78/37.80	c #Conflicts:      69000 | #Learnt:       7210 | 0.161
37.78/37.80	c total clause space: 48.1602MB
37.78/37.80	c total #watches: 52259
38.38/38.44	c total #propagations: 3086687 / total #impl: 19001288 (eff. 0.162)
38.38/38.44	c #Conflicts:      70000 | #Learnt:       8210 | 0.159
38.38/38.44	c total clause space: 48.1602MB
38.38/38.44	c total #watches: 57801
39.08/39.15	c total #propagations: 3140107 / total #impl: 19292215 (eff. 0.163)
39.08/39.15	c #Conflicts:      71000 | #Learnt:       9210 | 0.157
39.08/39.15	c total clause space: 48.1602MB
39.08/39.15	c total #watches: 62289
39.88/39.91	c total #propagations: 3194229 / total #impl: 19549792 (eff. 0.163)
39.88/39.91	c #Conflicts:      72000 | #Learnt:      10210 | 0.155
39.88/39.91	c total clause space: 48.1602MB
39.88/39.91	c total #watches: 67099
40.58/40.68	c total #propagations: 3244336 / total #impl: 19846444 (eff. 0.163)
40.58/40.68	c #Conflicts:      73000 | #Learnt:      11210 | 0.153
40.58/40.68	c total clause space: 48.1602MB
40.58/40.68	c total #watches: 72341
41.48/41.51	c total #propagations: 3300351 / total #impl: 20107374 (eff. 0.164)
41.48/41.51	c #Conflicts:      74000 | #Learnt:      12210 | 0.151
41.48/41.51	c total clause space: 48.1602MB
41.48/41.51	c total #watches: 77894
42.28/42.36	c total #propagations: 3346329 / total #impl: 20365755 (eff. 0.164)
42.28/42.36	c GC COLLECT
42.28/42.36	c #Conflicts:      75000 | #Learnt:       6709 | 0.149
42.28/42.36	c total clause space: 48.1602MB
42.28/42.36	c total #watches: 46426
42.78/42.89	c total #propagations: 3397288 / total #impl: 20636039 (eff. 0.165)
42.78/42.89	c #Conflicts:      76000 | #Learnt:       7709 | 0.148
42.78/42.89	c total clause space: 48.1602MB
42.78/42.89	c total #watches: 51449
43.48/43.50	c total #propagations: 3450537 / total #impl: 20897378 (eff. 0.165)
43.48/43.50	c #Conflicts:      77000 | #Learnt:       8709 | 0.148
43.48/43.50	c total clause space: 48.1602MB
43.48/43.50	c total #watches: 58298
44.09/44.19	c total #propagations: 3502401 / total #impl: 21232163 (eff. 0.165)
44.09/44.19	c #Conflicts:      78000 | #Learnt:       9709 | 0.146
44.09/44.19	c total clause space: 48.1602MB
44.09/44.19	c total #watches: 63466
44.98/45.01	c total #propagations: 3556453 / total #impl: 21503478 (eff. 0.165)
44.98/45.01	c #Conflicts:      79000 | #Learnt:      10709 | 0.145
44.98/45.01	c total clause space: 48.1602MB
44.98/45.01	c total #watches: 68486
45.78/45.86	c total #propagations: 3612418 / total #impl: 21805031 (eff. 0.166)
45.78/45.86	c #Conflicts:      80000 | #Learnt:      11709 | 0.143
45.78/45.86	c total clause space: 48.1602MB
45.78/45.86	c total #watches: 73152
46.68/46.73	c total #propagations: 3667594 / total #impl: 22086653 (eff. 0.166)
46.68/46.73	c #Conflicts:      81000 | #Learnt:      12709 | 0.142
46.68/46.73	c total clause space: 48.1602MB
46.68/46.73	c total #watches: 78600
47.68/47.74	c total #propagations: 3713980 / total #impl: 22362838 (eff. 0.166)
47.68/47.74	c GC COLLECT
47.68/47.74	c #Conflicts:      82000 | #Learnt:       6908 | 0.140
47.68/47.74	c total clause space: 48.1602MB
47.68/47.74	c total #watches: 49436
48.39/48.47	c total #propagations: 3763304 / total #impl: 22662988 (eff. 0.166)
48.39/48.47	c #Conflicts:      83000 | #Learnt:       7908 | 0.139
48.39/48.47	c total clause space: 48.1602MB
48.39/48.47	c total #watches: 54848
49.18/49.29	c total #propagations: 3809164 / total #impl: 23005784 (eff. 0.166)
49.18/49.29	c #Conflicts:      84000 | #Learnt:       8908 | 0.138
49.18/49.29	c total clause space: 48.1602MB
49.18/49.29	c total #watches: 59664
49.98/50.07	c total #propagations: 3864640 / total #impl: 23341391 (eff. 0.166)
49.98/50.07	c #Conflicts:      85000 | #Learnt:       9908 | 0.136
49.98/50.07	c total clause space: 48.1602MB
49.98/50.07	c total #watches: 63305
50.88/50.91	c total #propagations: 3915361 / total #impl: 23574001 (eff. 0.166)
50.88/50.91	c #Conflicts:      86000 | #Learnt:      10908 | 0.135
50.88/50.91	c total clause space: 48.1602MB
50.88/50.91	c total #watches: 68222
51.79/51.89	c total #propagations: 3968603 / total #impl: 23823769 (eff. 0.167)
51.79/51.89	c #Conflicts:      87000 | #Learnt:      11908 | 0.134
51.79/51.89	c total clause space: 48.1602MB
51.79/51.89	c total #watches: 73245
52.88/52.94	c total #propagations: 4031255 / total #impl: 24136751 (eff. 0.167)
52.88/52.94	c #Conflicts:      88000 | #Learnt:      12908 | 0.132
52.88/52.94	c total clause space: 48.1602MB
52.88/52.94	c total #watches: 78202
53.88/53.99	c total #propagations: 4090730 / total #impl: 24473533 (eff. 0.167)
53.88/53.99	c #Conflicts:      89000 | #Learnt:      13908 | 0.131
53.88/53.99	c total clause space: 48.1602MB
53.88/53.99	c total #watches: 81464
54.68/54.72	c total #propagations: 4150456 / total #impl: 24745183 (eff. 0.168)
54.68/54.72	c GC COLLECT
54.68/54.72	c #Conflicts:      90000 | #Learnt:       7804 | 0.130
54.68/54.72	c total clause space: 48.1602MB
54.68/54.72	c total #watches: 47461
55.28/55.32	c total #propagations: 4207195 / total #impl: 25026716 (eff. 0.168)
55.28/55.32	c #Conflicts:      91000 | #Learnt:       8804 | 0.129
55.28/55.32	c total clause space: 48.1602MB
55.28/55.32	c total #watches: 51742
55.98/56.02	c total #propagations: 4262003 / total #impl: 25290439 (eff. 0.169)
55.98/56.02	c #Conflicts:      92000 | #Learnt:       9804 | 0.127
55.98/56.02	c total clause space: 48.1602MB
55.98/56.02	c total #watches: 56217
56.68/56.74	c total #propagations: 4319597 / total #impl: 25556489 (eff. 0.169)
56.68/56.74	c #Conflicts:      93000 | #Learnt:      10804 | 0.126
56.68/56.74	c total clause space: 48.1602MB
56.68/56.74	c total #watches: 60418
57.48/57.51	c total #propagations: 4374616 / total #impl: 25825464 (eff. 0.169)
57.48/57.51	c #Conflicts:      94000 | #Learnt:      11804 | 0.125
57.48/57.51	c total clause space: 48.1602MB
57.48/57.51	c total #watches: 64801
58.28/58.34	c total #propagations: 4426069 / total #impl: 26085307 (eff. 0.170)
58.28/58.34	c #Conflicts:      95000 | #Learnt:      12804 | 0.124
58.28/58.34	c total clause space: 48.1602MB
58.28/58.34	c total #watches: 69817
59.18/59.28	c total #propagations: 4477725 / total #impl: 26373623 (eff. 0.170)
59.18/59.28	c #Conflicts:      96000 | #Learnt:      13804 | 0.123
59.18/59.28	c total clause space: 48.1602MB
59.18/59.28	c total #watches: 74936
60.38/60.41	c total #propagations: 4530696 / total #impl: 26655077 (eff. 0.170)
60.38/60.41	c #Conflicts:      97000 | #Learnt:      14804 | 0.122
60.38/60.41	c total clause space: 48.1602MB
60.38/60.41	c total #watches: 79739
60.98/61.00	c total #propagations: 4587695 / total #impl: 26946146 (eff. 0.170)
60.98/61.00	c GC COLLECT
60.98/61.00	c #Conflicts:      98000 | #Learnt:       8397 | 0.121
60.98/61.00	c total clause space: 48.1602MB
60.98/61.00	c total #watches: 48203
61.68/61.76	c total #propagations: 4642994 / total #impl: 27197546 (eff. 0.171)
61.68/61.76	c #Conflicts:      99000 | #Learnt:       9397 | 0.120
61.68/61.76	c total clause space: 48.1602MB
61.68/61.76	c total #watches: 55906
62.48/62.57	c total #propagations: 4699756 / total #impl: 27527290 (eff. 0.171)
62.48/62.57	c #Conflicts:     100000 | #Learnt:      10397 | 0.119
62.48/62.57	c total clause space: 48.1602MB
62.48/62.57	c total #watches: 60623
63.38/63.45	c total #propagations: 4754316 / total #impl: 27796288 (eff. 0.171)
63.38/63.45	c #Conflicts:     101000 | #Learnt:      11397 | 0.119
63.38/63.45	c total clause space: 48.1602MB
63.38/63.45	c total #watches: 64958
64.38/64.42	c total #propagations: 4806831 / total #impl: 28066626 (eff. 0.171)
64.38/64.42	c #Conflicts:     102000 | #Learnt:      12397 | 0.118
64.38/64.42	c total clause space: 48.1602MB
64.38/64.42	c total #watches: 69102
65.48/65.51	c total #propagations: 4861726 / total #impl: 28346319 (eff. 0.172)
65.48/65.51	c #Conflicts:     103000 | #Learnt:      13397 | 0.117
65.48/65.51	c total clause space: 48.1602MB
65.48/65.51	c total #watches: 73664
66.47/66.52	c total #propagations: 4919256 / total #impl: 28644997 (eff. 0.172)
66.47/66.52	c #Conflicts:     104000 | #Learnt:      14397 | 0.117
66.47/66.52	c total clause space: 48.1602MB
66.47/66.52	c total #watches: 80870
67.47/67.50	c total #propagations: 4971268 / total #impl: 28927661 (eff. 0.172)
67.47/67.50	c #Conflicts:     105000 | #Learnt:      15397 | 0.121
67.47/67.50	c total clause space: 48.1602MB
67.47/67.50	c total #watches: 95444
68.18/68.27	c total #propagations: 5017092 / total #impl: 29271053 (eff. 0.171)
68.18/68.27	c GC COLLECT
68.18/68.27	c #Conflicts:     106000 | #Learnt:       8696 | 0.120
68.18/68.27	c total clause space: 48.1602MB
68.18/68.27	c total #watches: 65191
68.87/68.96	c total #propagations: 5053917 / total #impl: 29527132 (eff. 0.171)
68.87/68.96	c #Conflicts:     107000 | #Learnt:       9696 | 0.120
68.87/68.96	c total clause space: 48.1602MB
68.87/68.96	c total #watches: 72117
69.67/69.73	c total #propagations: 5092941 / total #impl: 29807152 (eff. 0.171)
69.67/69.73	c #Conflicts:     108000 | #Learnt:      10696 | 0.121
69.67/69.73	c total clause space: 48.1602MB
69.67/69.73	c total #watches: 79371
70.67/70.70	c total #propagations: 5133656 / total #impl: 30055918 (eff. 0.171)
70.67/70.70	c #Conflicts:     109000 | #Learnt:      11696 | 0.119
70.67/70.70	c total clause space: 48.1602MB
70.67/70.70	c total #watches: 84184
71.58/71.64	c total #propagations: 5184091 / total #impl: 30302542 (eff. 0.171)
71.58/71.64	c #Conflicts:     110000 | #Learnt:      12696 | 0.119
71.58/71.64	c total clause space: 48.1602MB
71.58/71.64	c total #watches: 87578
72.58/72.62	c total #propagations: 5237192 / total #impl: 30543592 (eff. 0.171)
72.58/72.62	c #Conflicts:     111000 | #Learnt:      13696 | 0.118
72.58/72.62	c total clause space: 48.1602MB
72.58/72.62	c total #watches: 91643
73.47/73.56	c total #propagations: 5286662 / total #impl: 30797920 (eff. 0.172)
73.47/73.56	c #Conflicts:     112000 | #Learnt:      14696 | 0.118
73.47/73.56	c total clause space: 48.1602MB
73.47/73.56	c total #watches: 101681
74.57/74.62	c total #propagations: 5331011 / total #impl: 31069909 (eff. 0.172)
74.57/74.62	c #Conflicts:     113000 | #Learnt:      15696 | 0.118
74.57/74.62	c total clause space: 48.1602MB
74.57/74.62	c total #watches: 109735
75.27/75.39	c total #propagations: 5376795 / total #impl: 31366691 (eff. 0.171)
75.27/75.39	c GC COLLECT
75.27/75.39	c #Conflicts:     114000 | #Learnt:       8700 | 0.117
75.27/75.39	c total clause space: 48.1602MB
75.27/75.39	c total #watches: 69489
76.07/76.10	c total #propagations: 5424279 / total #impl: 31628805 (eff. 0.171)
76.07/76.10	c #Conflicts:     115000 | #Learnt:       9700 | 0.117
76.07/76.10	c total clause space: 48.1602MB
76.07/76.10	c total #watches: 74716
76.87/76.97	c total #propagations: 5472223 / total #impl: 31884632 (eff. 0.172)
76.87/76.97	c #Conflicts:     116000 | #Learnt:      10700 | 0.116
76.87/76.97	c total clause space: 48.1602MB
76.87/76.97	c total #watches: 78674
77.77/77.83	c total #propagations: 5526886 / total #impl: 32162038 (eff. 0.172)
77.77/77.83	c #Conflicts:     117000 | #Learnt:      11700 | 0.115
77.77/77.83	c total clause space: 48.1602MB
77.77/77.83	c total #watches: 83122
78.67/78.71	c total #propagations: 5576545 / total #impl: 32449183 (eff. 0.172)
78.67/78.71	c #Conflicts:     118000 | #Learnt:      12700 | 0.115
78.67/78.71	c total clause space: 48.1602MB
78.67/78.71	c total #watches: 88402
79.57/79.66	c total #propagations: 5623083 / total #impl: 32682796 (eff. 0.172)
79.57/79.66	c #Conflicts:     119000 | #Learnt:      13700 | 0.114
79.57/79.66	c total clause space: 48.1602MB
79.57/79.66	c total #watches: 93848
80.57/80.65	c total #propagations: 5670553 / total #impl: 32916807 (eff. 0.172)
80.57/80.65	c #Conflicts:     120000 | #Learnt:      14700 | 0.114
80.57/80.65	c total clause space: 48.1602MB
80.57/80.65	c total #watches: 98421
81.77/81.88	c total #propagations: 5721252 / total #impl: 33168435 (eff. 0.172)
81.77/81.88	c #Conflicts:     121000 | #Learnt:      15700 | 0.113
81.77/81.88	c total clause space: 48.1602MB
81.77/81.88	c total #watches: 102896
83.07/83.12	c total #propagations: 5779488 / total #impl: 33469188 (eff. 0.173)
83.07/83.12	c GC COLLECT
83.07/83.12	c #Conflicts:     122000 | #Learnt:       8391 | 0.112
83.07/83.12	c total clause space: 48.1602MB
83.07/83.12	c total #watches: 51832
83.68/83.74	c total #propagations: 5836806 / total #impl: 33786710 (eff. 0.173)
83.68/83.74	c #Conflicts:     123000 | #Learnt:       9391 | 0.111
83.68/83.74	c total clause space: 48.1602MB
83.68/83.74	c total #watches: 56410
84.37/84.44	c total #propagations: 5891926 / total #impl: 34034337 (eff. 0.173)
84.37/84.44	c #Conflicts:     124000 | #Learnt:      10391 | 0.111
84.37/84.44	c total clause space: 48.1602MB
84.37/84.44	c total #watches: 61271
85.17/85.23	c total #propagations: 5948279 / total #impl: 34317787 (eff. 0.173)
85.17/85.23	c #Conflicts:     125000 | #Learnt:      11391 | 0.111
85.17/85.23	c total clause space: 48.1602MB
85.17/85.23	c total #watches: 68271
86.07/86.15	c total #propagations: 5995143 / total #impl: 34650235 (eff. 0.173)
86.07/86.15	c #Conflicts:     126000 | #Learnt:      12391 | 0.111
86.07/86.15	c total clause space: 48.1602MB
86.07/86.15	c total #watches: 73909
87.08/87.14	c total #propagations: 6052456 / total #impl: 34942075 (eff. 0.173)
87.08/87.14	c #Conflicts:     127000 | #Learnt:      13391 | 0.110
87.08/87.14	c total clause space: 48.1602MB
87.08/87.14	c total #watches: 78366
87.99/88.09	c total #propagations: 6101194 / total #impl: 35231970 (eff. 0.173)
87.99/88.09	c #Conflicts:     128000 | #Learnt:      14391 | 0.110
87.99/88.09	c total clause space: 48.1602MB
87.99/88.09	c total #watches: 84332
89.19/89.24	c total #propagations: 6149732 / total #impl: 35520744 (eff. 0.173)
89.19/89.24	c #Conflicts:     129000 | #Learnt:      15391 | 0.109
89.19/89.24	c total clause space: 48.1602MB
89.19/89.24	c total #watches: 89694
90.38/90.49	c total #propagations: 6205523 / total #impl: 35810430 (eff. 0.173)
90.38/90.49	c #Conflicts:     130000 | #Learnt:      16391 | 0.108
90.38/90.49	c total clause space: 48.1602MB
90.38/90.49	c total #watches: 93590
91.58/91.67	c total #propagations: 6264880 / total #impl: 36104535 (eff. 0.174)
91.58/91.67	c GC COLLECT
91.58/91.67	c #Conflicts:     131000 | #Learnt:       8789 | 0.108
91.58/91.67	c total clause space: 48.1602MB
91.58/91.67	c total #watches: 58212
92.39/92.47	c total #propagations: 6321503 / total #impl: 36411117 (eff. 0.174)
92.39/92.47	c #Conflicts:     132000 | #Learnt:       9789 | 0.107
92.39/92.47	c total clause space: 48.1602MB
92.39/92.47	c total #watches: 62482
93.28/93.33	c total #propagations: 6379238 / total #impl: 36699604 (eff. 0.174)
93.28/93.33	c #Conflicts:     133000 | #Learnt:      10789 | 0.106
93.28/93.33	c total clause space: 48.1602MB
93.28/93.33	c total #watches: 67520
94.18/94.22	c total #propagations: 6432006 / total #impl: 37032467 (eff. 0.174)
94.18/94.22	c #Conflicts:     134000 | #Learnt:      11789 | 0.106
94.18/94.22	c total clause space: 48.1602MB
94.18/94.22	c total #watches: 71985
95.08/95.17	c total #propagations: 6489084 / total #impl: 37305416 (eff. 0.174)
95.08/95.17	c #Conflicts:     135000 | #Learnt:      12789 | 0.106
95.08/95.17	c total clause space: 48.1602MB
95.08/95.17	c total #watches: 76557
95.98/96.09	c total #propagations: 6539993 / total #impl: 37602935 (eff. 0.174)
95.98/96.09	c #Conflicts:     136000 | #Learnt:      13789 | 0.105
95.98/96.09	c total clause space: 48.1602MB
95.98/96.09	c total #watches: 81650
97.08/97.17	c total #propagations: 6597854 / total #impl: 37898906 (eff. 0.174)
97.08/97.17	c #Conflicts:     137000 | #Learnt:      14789 | 0.105
97.08/97.17	c total clause space: 48.1602MB
97.08/97.17	c total #watches: 86521
98.28/98.39	c total #propagations: 6649470 / total #impl: 38229899 (eff. 0.174)
98.28/98.39	c #Conflicts:     138000 | #Learnt:      15789 | 0.105
98.28/98.39	c total clause space: 48.1602MB
98.28/98.39	c total #watches: 90574
99.58/99.62	c total #propagations: 6702777 / total #impl: 38604688 (eff. 0.174)
99.58/99.62	c #Conflicts:     139000 | #Learnt:      16789 | 0.104
99.58/99.62	c total clause space: 48.1602MB
99.58/99.62	c total #watches: 95562
100.97/101.01	c total #propagations: 6751168 / total #impl: 38926913 (eff. 0.173)
100.97/101.01	c #Conflicts:     140000 | #Learnt:      17789 | 0.103
100.97/101.01	c total clause space: 78.2603MB
100.97/101.01	c total #watches: 100035
101.77/101.90	c total #propagations: 6804422 / total #impl: 39250164 (eff. 0.173)
101.77/101.90	c GC COLLECT
101.77/101.90	c #Conflicts:     141000 | #Learnt:       9893 | 0.103
101.77/101.90	c total clause space: 78.2603MB
101.77/101.90	c total #watches: 59700
102.57/102.69	c total #propagations: 6857666 / total #impl: 39557122 (eff. 0.173)
102.57/102.69	c #Conflicts:     142000 | #Learnt:      10893 | 0.102
102.57/102.69	c total clause space: 78.2603MB
102.57/102.69	c total #watches: 65105
103.57/103.66	c total #propagations: 6911180 / total #impl: 39847026 (eff. 0.173)
103.57/103.66	c #Conflicts:     143000 | #Learnt:      11893 | 0.101
103.57/103.66	c total clause space: 78.2603MB
103.57/103.66	c total #watches: 70918
104.77/104.87	c total #propagations: 6961582 / total #impl: 40202989 (eff. 0.173)
104.77/104.87	c #Conflicts:     144000 | #Learnt:      12893 | 0.101
104.77/104.87	c total clause space: 78.2603MB
104.77/104.87	c total #watches: 75756
105.87/105.99	c total #propagations: 7015552 / total #impl: 40543038 (eff. 0.173)
105.87/105.99	c #Conflicts:     145000 | #Learnt:      13893 | 0.101
105.87/105.99	c total clause space: 78.2603MB
105.87/105.99	c total #watches: 82457
107.07/107.16	c total #propagations: 7065953 / total #impl: 40884024 (eff. 0.173)
107.07/107.16	c #Conflicts:     146000 | #Learnt:      14893 | 0.100
107.07/107.16	c total clause space: 78.2603MB
107.07/107.16	c total #watches: 86904
108.47/108.53	c total #propagations: 7111383 / total #impl: 41138128 (eff. 0.173)
108.47/108.53	c #Conflicts:     147000 | #Learnt:      15893 | 0.099
108.47/108.53	c total clause space: 78.2603MB
108.47/108.53	c total #watches: 91626
109.87/109.99	c total #propagations: 7161273 / total #impl: 41463464 (eff. 0.173)
109.87/109.99	c #Conflicts:     148000 | #Learnt:      16893 | 0.099
109.87/109.99	c total clause space: 78.2603MB
109.87/109.99	c total #watches: 96658
111.47/111.50	c total #propagations: 7217025 / total #impl: 41766942 (eff. 0.173)
111.47/111.50	c #Conflicts:     149000 | #Learnt:      17893 | 0.098
111.47/111.50	c total clause space: 78.2603MB
111.47/111.50	c total #watches: 101018
112.77/112.89	c total #propagations: 7268444 / total #impl: 42058936 (eff. 0.173)
112.77/112.89	c GC COLLECT
112.77/112.89	c #Conflicts:     150000 | #Learnt:       9695 | 0.097
112.77/112.89	c total clause space: 78.2603MB
112.77/112.89	c total #watches: 59940
113.77/113.81	c total #propagations: 7326313 / total #impl: 42349955 (eff. 0.173)
113.77/113.81	c #Conflicts:     151000 | #Learnt:      10695 | 0.097
113.77/113.81	c total clause space: 78.2603MB
113.77/113.81	c total #watches: 63958
114.67/114.70	c total #propagations: 7373524 / total #impl: 42620719 (eff. 0.173)
114.67/114.70	c #Conflicts:     152000 | #Learnt:      11695 | 0.096
114.67/114.70	c total clause space: 78.2603MB
114.67/114.70	c total #watches: 68998
115.77/115.82	c total #propagations: 7424411 / total #impl: 42901537 (eff. 0.173)
115.77/115.82	c #Conflicts:     153000 | #Learnt:      12695 | 0.096
115.77/115.82	c total clause space: 78.2603MB
115.77/115.82	c total #watches: 72864
116.87/116.99	c total #propagations: 7480615 / total #impl: 43217059 (eff. 0.173)
116.87/116.99	c #Conflicts:     154000 | #Learnt:      13695 | 0.095
116.87/116.99	c total clause space: 78.2603MB
116.87/116.99	c total #watches: 77663
118.17/118.21	c total #propagations: 7531551 / total #impl: 43529273 (eff. 0.173)
118.17/118.21	c #Conflicts:     155000 | #Learnt:      14695 | 0.095
118.17/118.21	c total clause space: 78.2603MB
118.17/118.21	c total #watches: 81754
119.47/119.59	c total #propagations: 7585346 / total #impl: 43810231 (eff. 0.173)
119.47/119.59	c #Conflicts:     156000 | #Learnt:      15695 | 0.094
119.47/119.59	c total clause space: 78.2603MB
119.47/119.59	c total #watches: 85030
120.98/121.08	c total #propagations: 7644581 / total #impl: 44108978 (eff. 0.173)
120.98/121.08	c #Conflicts:     157000 | #Learnt:      16695 | 0.094
120.98/121.08	c total clause space: 78.2603MB
120.98/121.08	c total #watches: 88208
122.57/122.61	c total #propagations: 7701572 / total #impl: 44414450 (eff. 0.173)
122.57/122.61	c #Conflicts:     158000 | #Learnt:      17695 | 0.093
122.57/122.61	c total clause space: 78.2603MB
122.57/122.61	c total #watches: 92141
123.97/124.05	c total #propagations: 7759596 / total #impl: 44718022 (eff. 0.174)
123.97/124.05	c #Conflicts:     159000 | #Learnt:      18695 | 0.093
123.97/124.05	c total clause space: 78.2603MB
123.97/124.05	c total #watches: 96023
124.97/125.05	c total #propagations: 7815416 / total #impl: 45007209 (eff. 0.174)
124.97/125.05	c GC COLLECT
124.97/125.05	c #Conflicts:     160000 | #Learnt:      10188 | 0.092
124.97/125.05	c total clause space: 78.2603MB
124.97/125.05	c total #watches: 54227
125.77/125.85	c total #propagations: 7870496 / total #impl: 45293833 (eff. 0.174)
125.77/125.85	c #Conflicts:     161000 | #Learnt:      11188 | 0.092
125.77/125.85	c total clause space: 78.2603MB
125.77/125.85	c total #watches: 58814
126.77/126.85	c total #propagations: 7925259 / total #impl: 45594640 (eff. 0.174)
126.77/126.85	c #Conflicts:     162000 | #Learnt:      12188 | 0.091
126.77/126.85	c total clause space: 78.2603MB
126.77/126.85	c total #watches: 61729
127.67/127.77	c total #propagations: 7987998 / total #impl: 45890308 (eff. 0.174)
127.67/127.77	c #Conflicts:     163000 | #Learnt:      13188 | 0.091
127.67/127.77	c total clause space: 78.2603MB
127.67/127.77	c total #watches: 65585
128.67/128.79	c total #propagations: 8042276 / total #impl: 46180672 (eff. 0.174)
128.67/128.79	c #Conflicts:     164000 | #Learnt:      14188 | 0.090
128.67/128.79	c total clause space: 78.2603MB
128.67/128.79	c total #watches: 68759
129.77/129.81	c total #propagations: 8096695 / total #impl: 46493411 (eff. 0.174)
129.77/129.81	c #Conflicts:     165000 | #Learnt:      15188 | 0.090
129.77/129.81	c total clause space: 78.2603MB
129.77/129.81	c total #watches: 73365
130.77/130.88	c total #propagations: 8142587 / total #impl: 46830772 (eff. 0.174)
130.77/130.88	c #Conflicts:     166000 | #Learnt:      16188 | 0.089
130.77/130.88	c total clause space: 78.2603MB
130.77/130.88	c total #watches: 79412
131.97/132.05	c total #propagations: 8188797 / total #impl: 47171895 (eff. 0.174)
131.97/132.05	c #Conflicts:     167000 | #Learnt:      17188 | 0.089
131.97/132.05	c total clause space: 78.2603MB
131.97/132.05	c total #watches: 83079
133.27/133.30	c total #propagations: 8237289 / total #impl: 47476167 (eff. 0.174)
133.27/133.30	c #Conflicts:     168000 | #Learnt:      18188 | 0.088
133.27/133.30	c total clause space: 78.2603MB
133.27/133.30	c total #watches: 86261
134.47/134.58	c total #propagations: 8291481 / total #impl: 47765286 (eff. 0.174)
134.47/134.58	c #Conflicts:     169000 | #Learnt:      19188 | 0.088
134.47/134.58	c total clause space: 78.2603MB
134.47/134.58	c total #watches: 89363
135.67/135.70	c total #propagations: 8348158 / total #impl: 48068243 (eff. 0.174)
135.67/135.70	c GC COLLECT
135.67/135.70	c #Conflicts:     170000 | #Learnt:      10386 | 0.087
135.67/135.70	c total clause space: 78.2603MB
135.67/135.70	c total #watches: 54505
136.47/136.53	c total #propagations: 8407887 / total #impl: 48347889 (eff. 0.174)
136.47/136.53	c #Conflicts:     171000 | #Learnt:      11386 | 0.087
136.47/136.53	c total clause space: 78.2603MB
136.47/136.53	c total #watches: 59770
137.27/137.33	c total #propagations: 8463122 / total #impl: 48640072 (eff. 0.174)
137.27/137.33	c #Conflicts:     172000 | #Learnt:      12386 | 0.086
137.27/137.33	c total clause space: 78.2603MB
137.27/137.33	c total #watches: 64599
138.16/138.28	c total #propagations: 8510924 / total #impl: 48899585 (eff. 0.174)
138.16/138.28	c #Conflicts:     173000 | #Learnt:      13386 | 0.086
138.16/138.28	c total clause space: 78.2603MB
138.16/138.28	c total #watches: 69008
139.26/139.34	c total #propagations: 8563740 / total #impl: 49212903 (eff. 0.174)
139.26/139.34	c #Conflicts:     174000 | #Learnt:      14386 | 0.086
139.26/139.34	c total clause space: 78.2603MB
139.26/139.34	c total #watches: 72857
140.26/140.39	c total #propagations: 8621851 / total #impl: 49525985 (eff. 0.174)
140.26/140.39	c #Conflicts:     175000 | #Learnt:      15386 | 0.085
140.26/140.39	c total clause space: 78.2603MB
140.26/140.39	c total #watches: 76010
141.56/141.62	c total #propagations: 8685195 / total #impl: 49822168 (eff. 0.174)
141.56/141.62	c #Conflicts:     176000 | #Learnt:      16386 | 0.085
141.56/141.62	c total clause space: 78.2603MB
141.56/141.62	c total #watches: 78970
142.76/142.86	c total #propagations: 8750752 / total #impl: 50116037 (eff. 0.175)
142.76/142.86	c #Conflicts:     177000 | #Learnt:      17386 | 0.085
142.76/142.86	c total clause space: 78.2603MB
142.76/142.86	c total #watches: 84219
143.96/144.08	c total #propagations: 8816257 / total #impl: 50462231 (eff. 0.175)
143.96/144.08	c #Conflicts:     178000 | #Learnt:      18386 | 0.084
143.96/144.08	c total clause space: 78.2603MB
143.96/144.08	c total #watches: 88817
145.27/145.37	c total #propagations: 8877351 / total #impl: 50771962 (eff. 0.175)
145.27/145.37	c #Conflicts:     179000 | #Learnt:      19386 | 0.084
145.27/145.37	c total clause space: 78.2603MB
145.27/145.37	c total #watches: 92123
146.46/146.55	c total #propagations: 8943194 / total #impl: 51063297 (eff. 0.175)
146.46/146.55	c GC COLLECT
146.46/146.55	c #Conflicts:     180000 | #Learnt:      10285 | 0.084
146.46/146.55	c total clause space: 78.2603MB
146.46/146.55	c total #watches: 53910
147.26/147.31	c total #propagations: 8995652 / total #impl: 51355616 (eff. 0.175)
147.26/147.31	c #Conflicts:     181000 | #Learnt:      11285 | 0.083
147.26/147.31	c total clause space: 78.2603MB
147.26/147.31	c total #watches: 58182
148.06/148.19	c total #propagations: 9050876 / total #impl: 51645137 (eff. 0.175)
148.06/148.19	c #Conflicts:     182000 | #Learnt:      12285 | 0.083
148.06/148.19	c total clause space: 78.2603MB
148.06/148.19	c total #watches: 63492
149.06/149.12	c total #propagations: 9107063 / total #impl: 51987771 (eff. 0.175)
149.06/149.12	c #Conflicts:     183000 | #Learnt:      13285 | 0.082
149.06/149.12	c total clause space: 78.2603MB
149.06/149.12	c total #watches: 67415
149.86/149.91	c total #propagations: 9169126 / total #impl: 52310581 (eff. 0.175)
149.86/149.91	c #Conflicts:     184000 | #Learnt:      14285 | 0.082
149.86/149.91	c total clause space: 78.2603MB
149.86/149.91	c total #watches: 70855
150.77/150.82	c total #propagations: 9219075 / total #impl: 52597989 (eff. 0.175)
150.77/150.82	c #Conflicts:     185000 | #Learnt:      15285 | 0.082
150.77/150.82	c total clause space: 78.2603MB
150.77/150.82	c total #watches: 74414
151.77/151.84	c total #propagations: 9273218 / total #impl: 52883379 (eff. 0.175)
151.77/151.84	c #Conflicts:     186000 | #Learnt:      16285 | 0.081
151.77/151.84	c total clause space: 78.2603MB
151.77/151.84	c total #watches: 78238
152.87/152.93	c total #propagations: 9326985 / total #impl: 53172589 (eff. 0.175)
152.87/152.93	c #Conflicts:     187000 | #Learnt:      17285 | 0.081
152.87/152.93	c total clause space: 78.2603MB
152.87/152.93	c total #watches: 81721
153.86/154.00	c total #propagations: 9386200 / total #impl: 53480375 (eff. 0.176)
153.86/154.00	c #Conflicts:     188000 | #Learnt:      18285 | 0.080
153.86/154.00	c total clause space: 78.2603MB
153.86/154.00	c total #watches: 86036
155.26/155.31	c total #propagations: 9441676 / total #impl: 53765476 (eff. 0.176)
155.26/155.31	c #Conflicts:     189000 | #Learnt:      19285 | 0.080
155.26/155.31	c total clause space: 78.2603MB
155.26/155.31	c total #watches: 90172
156.46/156.60	c total #propagations: 9498311 / total #impl: 54104234 (eff. 0.176)
156.46/156.60	c #Conflicts:     190000 | #Learnt:      20285 | 0.080
156.46/156.60	c total clause space: 78.2603MB
156.46/156.60	c total #watches: 94555
157.56/157.68	c total #propagations: 9553337 / total #impl: 54417364 (eff. 0.176)
157.56/157.68	c GC COLLECT
157.56/157.68	c #Conflicts:     191000 | #Learnt:      10886 | 0.079
157.56/157.68	c total clause space: 78.2603MB
157.56/157.68	c total #watches: 56325
158.47/158.52	c total #propagations: 9604858 / total #impl: 54704192 (eff. 0.176)
158.47/158.52	c #Conflicts:     192000 | #Learnt:      11886 | 0.079
158.47/158.52	c total clause space: 78.2603MB
158.47/158.52	c total #watches: 59832
159.16/159.27	c total #propagations: 9659511 / total #impl: 54975959 (eff. 0.176)
159.16/159.27	c #Conflicts:     193000 | #Learnt:      12886 | 0.079
159.16/159.27	c total clause space: 78.2603MB
159.16/159.27	c total #watches: 63388
159.86/159.97	c total #propagations: 9718600 / total #impl: 55238748 (eff. 0.176)
159.86/159.97	c #Conflicts:     194000 | #Learnt:      13886 | 0.078
159.86/159.97	c total clause space: 78.2603MB
159.86/159.97	c total #watches: 67086
160.76/160.88	c total #propagations: 9769585 / total #impl: 55506208 (eff. 0.176)
160.76/160.88	c #Conflicts:     195000 | #Learnt:      14886 | 0.079
160.76/160.88	c total clause space: 78.2603MB
160.76/160.88	c total #watches: 71955
161.86/161.98	c total #propagations: 9824673 / total #impl: 55809433 (eff. 0.176)
161.86/161.98	c #Conflicts:     196000 | #Learnt:      15886 | 0.078
161.86/161.98	c total clause space: 78.2603MB
161.86/161.98	c total #watches: 75869
163.06/163.19	c total #propagations: 9883120 / total #impl: 56078593 (eff. 0.176)
163.06/163.19	c #Conflicts:     197000 | #Learnt:      16886 | 0.078
163.06/163.19	c total clause space: 78.2603MB
163.06/163.19	c total #watches: 80104
164.36/164.40	c total #propagations: 9942192 / total #impl: 56387492 (eff. 0.176)
164.36/164.40	c #Conflicts:     198000 | #Learnt:      17886 | 0.077
164.36/164.40	c total clause space: 78.2603MB
164.36/164.40	c total #watches: 84070
165.66/165.74	c total #propagations: 10000980 / total #impl: 56679340 (eff. 0.176)
165.66/165.74	c #Conflicts:     199000 | #Learnt:      18886 | 0.077
165.66/165.74	c total clause space: 78.2603MB
165.66/165.74	c total #watches: 87711
167.06/167.11	c total #propagations: 10057422 / total #impl: 56964116 (eff. 0.177)
167.06/167.11	c #Conflicts:     200000 | #Learnt:      19886 | 0.077
167.06/167.11	c total clause space: 78.2603MB
167.06/167.11	c total #watches: 92782
168.56/168.66	c total #propagations: 10116053 / total #impl: 57299109 (eff. 0.177)
168.56/168.66	c #Conflicts:     201000 | #Learnt:      20886 | 0.076
168.56/168.66	c total clause space: 78.2603MB
168.56/168.66	c total #watches: 97297
169.86/169.93	c total #propagations: 10170201 / total #impl: 57644002 (eff. 0.176)
169.86/169.93	c GC COLLECT
169.86/169.93	c #Conflicts:     202000 | #Learnt:      11187 | 0.076
169.86/169.93	c total clause space: 78.2603MB
169.86/169.93	c total #watches: 57278
170.66/170.76	c total #propagations: 10224380 / total #impl: 57938444 (eff. 0.176)
170.66/170.76	c #Conflicts:     203000 | #Learnt:      12187 | 0.076
170.66/170.76	c total clause space: 78.2603MB
170.66/170.76	c total #watches: 61439
171.46/171.58	c total #propagations: 10274894 / total #impl: 58225446 (eff. 0.176)
171.46/171.58	c #Conflicts:     204000 | #Learnt:      13187 | 0.076
171.46/171.58	c total clause space: 78.2603MB
171.46/171.58	c total #watches: 68824
172.46/172.52	c total #propagations: 10328894 / total #impl: 58537962 (eff. 0.176)
172.46/172.52	c #Conflicts:     205000 | #Learnt:      14187 | 0.076
172.46/172.52	c total clause space: 78.2603MB
172.46/172.52	c total #watches: 74249
173.46/173.51	c total #propagations: 10383993 / total #impl: 58867778 (eff. 0.176)
173.46/173.51	c #Conflicts:     206000 | #Learnt:      15187 | 0.075
173.46/173.51	c total clause space: 78.2603MB
173.46/173.51	c total #watches: 79457
174.56/174.62	c total #propagations: 10437092 / total #impl: 59185380 (eff. 0.176)
174.56/174.62	c #Conflicts:     207000 | #Learnt:      16187 | 0.076
174.56/174.62	c total clause space: 78.2603MB
174.56/174.62	c total #watches: 88021
175.96/176.02	c total #propagations: 10483867 / total #impl: 59535271 (eff. 0.176)
175.96/176.02	c #Conflicts:     208000 | #Learnt:      17187 | 0.076
175.96/176.02	c total clause space: 78.2603MB
175.96/176.02	c total #watches: 95233
177.36/177.46	c total #propagations: 10538104 / total #impl: 59947217 (eff. 0.176)
177.36/177.46	c #Conflicts:     209000 | #Learnt:      18187 | 0.075
177.36/177.46	c total clause space: 78.2603MB
177.36/177.46	c total #watches: 101964
178.85/178.93	c total #propagations: 10590539 / total #impl: 60340163 (eff. 0.176)
178.85/178.93	c #Conflicts:     210000 | #Learnt:      19187 | 0.075
178.85/178.93	c total clause space: 78.2603MB
178.85/178.93	c total #watches: 106310
180.15/180.29	c total #propagations: 10644381 / total #impl: 60651588 (eff. 0.176)
180.15/180.29	c #Conflicts:     211000 | #Learnt:      20187 | 0.075
180.15/180.29	c total clause space: 78.2603MB
180.15/180.29	c total #watches: 109732
181.75/181.85	c total #propagations: 10702185 / total #impl: 60936185 (eff. 0.176)
181.75/181.85	c #Conflicts:     212000 | #Learnt:      21187 | 0.074
181.75/181.85	c total clause space: 78.2603MB
181.75/181.85	c total #watches: 114056
183.25/183.37	c total #propagations: 10751789 / total #impl: 61269067 (eff. 0.175)
183.25/183.37	c GC COLLECT
183.25/183.37	c #Conflicts:     213000 | #Learnt:      11187 | 0.074
183.25/183.37	c total clause space: 78.2603MB
183.25/183.37	c total #watches: 71300
184.25/184.30	c total #propagations: 10802465 / total #impl: 61581506 (eff. 0.175)
184.25/184.30	c #Conflicts:     214000 | #Learnt:      12187 | 0.074
184.25/184.30	c total clause space: 78.2603MB
184.25/184.30	c total #watches: 76655
185.15/185.29	c total #propagations: 10864423 / total #impl: 61897381 (eff. 0.176)
185.15/185.29	c #Conflicts:     215000 | #Learnt:      13187 | 0.074
185.15/185.29	c total clause space: 78.2603MB
185.15/185.29	c total #watches: 80411
186.25/186.39	c total #propagations: 10915184 / total #impl: 62175486 (eff. 0.176)
186.25/186.39	c #Conflicts:     216000 | #Learnt:      14187 | 0.074
186.25/186.39	c total clause space: 78.2603MB
186.25/186.39	c total #watches: 86298
187.35/187.47	c total #propagations: 10973271 / total #impl: 62507803 (eff. 0.176)
187.35/187.47	c #Conflicts:     217000 | #Learnt:      15187 | 0.073
187.35/187.47	c total clause space: 78.2603MB
187.35/187.47	c total #watches: 92145
188.85/188.94	c total #propagations: 11029420 / total #impl: 62815780 (eff. 0.176)
188.85/188.94	c #Conflicts:     218000 | #Learnt:      16187 | 0.073
188.85/188.94	c total clause space: 78.2603MB
188.85/188.94	c total #watches: 95739
190.26/190.33	c total #propagations: 11087545 / total #impl: 63168828 (eff. 0.176)
190.26/190.33	c #Conflicts:     219000 | #Learnt:      17187 | 0.073
190.26/190.33	c total clause space: 78.2603MB
190.26/190.33	c total #watches: 100283
191.65/191.72	c total #propagations: 11136182 / total #impl: 63475380 (eff. 0.175)
191.65/191.72	c #Conflicts:     220000 | #Learnt:      18187 | 0.073
191.65/191.72	c total clause space: 78.2603MB
191.65/191.72	c total #watches: 104165
192.85/192.96	c total #propagations: 11181819 / total #impl: 63754747 (eff. 0.175)
192.85/192.96	c #Conflicts:     221000 | #Learnt:      19187 | 0.073
192.85/192.96	c total clause space: 78.2603MB
192.85/192.96	c total #watches: 108431
194.35/194.41	c total #propagations: 11235205 / total #impl: 64041056 (eff. 0.175)
194.35/194.41	c #Conflicts:     222000 | #Learnt:      20187 | 0.072
194.35/194.41	c total clause space: 78.2603MB
194.35/194.41	c total #watches: 113911
195.86/195.97	c total #propagations: 11293328 / total #impl: 64350903 (eff. 0.175)
195.86/195.97	c #Conflicts:     223000 | #Learnt:      21187 | 0.072
195.86/195.97	c total clause space: 78.2603MB
195.86/195.97	c total #watches: 117323
197.55/197.66	c total #propagations: 11348999 / total #impl: 64646341 (eff. 0.176)
197.55/197.66	c #Conflicts:     224000 | #Learnt:      22187 | 0.072
197.55/197.66	c total clause space: 78.2603MB
197.55/197.66	c total #watches: 122562
198.75/198.81	c total #propagations: 11405782 / total #impl: 64987389 (eff. 0.176)
198.75/198.81	c GC COLLECT
198.75/198.81	c #Conflicts:     225000 | #Learnt:      11890 | 0.072
198.75/198.81	c total clause space: 78.2603MB
198.75/198.81	c total #watches: 74407
199.75/199.81	c total #propagations: 11456699 / total #impl: 65270546 (eff. 0.176)
199.75/199.81	c #Conflicts:     226000 | #Learnt:      12890 | 0.072
199.75/199.81	c total clause space: 78.2603MB
199.75/199.81	c total #watches: 79621
200.75/200.82	c total #propagations: 11505319 / total #impl: 65574042 (eff. 0.175)
200.75/200.82	c #Conflicts:     227000 | #Learnt:      13890 | 0.072
200.75/200.82	c total clause space: 78.2603MB
200.75/200.82	c total #watches: 85228
201.75/201.83	c total #propagations: 11556700 / total #impl: 65879229 (eff. 0.175)
201.75/201.83	c #Conflicts:     228000 | #Learnt:      14890 | 0.071
201.75/201.83	c total clause space: 78.2603MB
201.75/201.83	c total #watches: 90657
202.85/202.93	c total #propagations: 11608086 / total #impl: 66176924 (eff. 0.175)
202.85/202.93	c #Conflicts:     229000 | #Learnt:      15890 | 0.071
202.85/202.93	c total clause space: 78.2603MB
202.85/202.93	c total #watches: 95336
204.05/204.10	c total #propagations: 11656396 / total #impl: 66451628 (eff. 0.175)
204.05/204.10	c #Conflicts:     230000 | #Learnt:      16890 | 0.071
204.05/204.10	c total clause space: 78.2603MB
204.05/204.10	c total #watches: 101328
205.35/205.42	c total #propagations: 11708267 / total #impl: 66736362 (eff. 0.175)
205.35/205.42	c #Conflicts:     231000 | #Learnt:      17890 | 0.071
205.35/205.42	c total clause space: 78.2603MB
205.35/205.42	c total #watches: 105484
206.65/206.75	c total #propagations: 11761548 / total #impl: 67033339 (eff. 0.175)
206.65/206.75	c #Conflicts:     232000 | #Learnt:      18890 | 0.071
206.65/206.75	c total clause space: 78.2603MB
206.65/206.75	c total #watches: 109308
207.86/207.98	c total #propagations: 11821993 / total #impl: 67332852 (eff. 0.176)
207.86/207.98	c #Conflicts:     233000 | #Learnt:      19890 | 0.071
207.86/207.98	c total clause space: 78.2603MB
207.86/207.98	c total #watches: 117095
209.15/209.24	c total #propagations: 11875283 / total #impl: 67632356 (eff. 0.176)
209.15/209.24	c #Conflicts:     234000 | #Learnt:      20890 | 0.071
209.15/209.24	c total clause space: 78.2603MB
209.15/209.24	c total #watches: 123299
210.55/210.62	c total #propagations: 11929348 / total #impl: 67919515 (eff. 0.176)
210.55/210.62	c #Conflicts:     235000 | #Learnt:      21890 | 0.070
210.55/210.62	c total clause space: 78.2603MB
210.55/210.62	c total #watches: 128707
212.15/212.24	c total #propagations: 11981819 / total #impl: 68223055 (eff. 0.176)
212.15/212.24	c #Conflicts:     236000 | #Learnt:      22890 | 0.070
212.15/212.24	c total clause space: 78.2603MB
212.15/212.24	c total #watches: 133420
213.35/213.41	c total #propagations: 12043759 / total #impl: 68559311 (eff. 0.176)
213.35/213.41	c GC COLLECT
213.35/213.41	c #Conflicts:     237000 | #Learnt:      12286 | 0.070
213.35/213.41	c total clause space: 78.2603MB
213.35/213.41	c total #watches: 78831
214.35/214.49	c total #propagations: 12101692 / total #impl: 68868245 (eff. 0.176)
214.35/214.49	c #Conflicts:     238000 | #Learnt:      13286 | 0.070
214.35/214.49	c total clause space: 78.2603MB
214.35/214.49	c total #watches: 85785
215.45/215.54	c total #propagations: 12165319 / total #impl: 69233669 (eff. 0.176)
215.45/215.54	c #Conflicts:     239000 | #Learnt:      14286 | 0.070
215.45/215.54	c total clause space: 78.2603MB
215.45/215.54	c total #watches: 93348
216.65/216.71	c total #propagations: 12219750 / total #impl: 69589345 (eff. 0.176)
216.65/216.71	c #Conflicts:     240000 | #Learnt:      15286 | 0.070
216.65/216.71	c total clause space: 78.2603MB
216.65/216.71	c total #watches: 100501
217.75/217.87	c total #propagations: 12266396 / total #impl: 69945286 (eff. 0.175)
217.75/217.87	c #Conflicts:     241000 | #Learnt:      16286 | 0.071
217.75/217.87	c total clause space: 78.2603MB
217.75/217.87	c total #watches: 108098
219.05/219.14	c total #propagations: 12319770 / total #impl: 70258516 (eff. 0.175)
219.05/219.14	c #Conflicts:     242000 | #Learnt:      17286 | 0.071
219.05/219.14	c total clause space: 78.2603MB
219.05/219.14	c total #watches: 114061
220.45/220.55	c total #propagations: 12371025 / total #impl: 70606794 (eff. 0.175)
220.45/220.55	c #Conflicts:     243000 | #Learnt:      18286 | 0.070
220.45/220.55	c total clause space: 78.2603MB
220.45/220.55	c total #watches: 118703
221.95/222.05	c total #propagations: 12427000 / total #impl: 70946153 (eff. 0.175)
221.95/222.05	c #Conflicts:     244000 | #Learnt:      19286 | 0.070
221.95/222.05	c total clause space: 78.2603MB
221.95/222.05	c total #watches: 123139
223.55/223.61	c total #propagations: 12489939 / total #impl: 71259531 (eff. 0.175)
223.55/223.61	c #Conflicts:     245000 | #Learnt:      20286 | 0.070
223.55/223.61	c total clause space: 78.2603MB
223.55/223.61	c total #watches: 126909
225.05/225.14	c total #propagations: 12542455 / total #impl: 71569017 (eff. 0.175)
225.05/225.14	c #Conflicts:     246000 | #Learnt:      21286 | 0.070
225.05/225.14	c total clause space: 78.2603MB
225.05/225.14	c total #watches: 131894
226.75/226.86	c total #propagations: 12592320 / total #impl: 71861166 (eff. 0.175)
226.75/226.86	c #Conflicts:     247000 | #Learnt:      22286 | 0.070
226.75/226.86	c total clause space: 78.2603MB
226.75/226.86	c total #watches: 135507
228.75/228.82	c total #propagations: 12638725 / total #impl: 72146850 (eff. 0.175)
228.75/228.82	c #Conflicts:     248000 | #Learnt:      23286 | 0.069
228.75/228.82	c total clause space: 78.2603MB
228.75/228.82	c total #watches: 139813
230.15/230.26	c total #propagations: 12692210 / total #impl: 72473425 (eff. 0.175)
230.15/230.26	c GC COLLECT
230.15/230.26	c #Conflicts:     249000 | #Learnt:      12393 | 0.069
230.15/230.26	c total clause space: 78.2603MB
230.15/230.26	c total #watches: 77756
231.24/231.36	c total #propagations: 12740773 / total #impl: 72805113 (eff. 0.175)
231.24/231.36	c #Conflicts:     250000 | #Learnt:      13393 | 0.070
231.24/231.36	c total clause space: 78.2603MB
231.24/231.36	c total #watches: 85122
232.44/232.51	c total #propagations: 12791533 / total #impl: 73130208 (eff. 0.175)
232.44/232.51	c #Conflicts:     251000 | #Learnt:      14393 | 0.070
232.44/232.51	c total clause space: 78.2603MB
232.44/232.51	c total #watches: 90922
233.64/233.74	c total #propagations: 12847496 / total #impl: 73434769 (eff. 0.175)
233.64/233.74	c #Conflicts:     252000 | #Learnt:      15393 | 0.070
233.64/233.74	c total clause space: 78.2603MB
233.64/233.74	c total #watches: 95439
234.94/235.07	c total #propagations: 12907368 / total #impl: 73730566 (eff. 0.175)
234.94/235.07	c #Conflicts:     253000 | #Learnt:      16393 | 0.070
234.94/235.07	c total clause space: 78.2603MB
234.94/235.07	c total #watches: 102257
236.34/236.45	c total #propagations: 12964263 / total #impl: 74042315 (eff. 0.175)
236.34/236.45	c #Conflicts:     254000 | #Learnt:      17393 | 0.070
236.34/236.45	c total clause space: 78.2603MB
236.34/236.45	c total #watches: 107921
237.94/238.01	c total #propagations: 13018576 / total #impl: 74340882 (eff. 0.175)
237.94/238.01	c #Conflicts:     255000 | #Learnt:      18393 | 0.069
237.94/238.01	c total clause space: 78.2603MB
237.94/238.01	c total #watches: 112556
239.64/239.75	c total #propagations: 13071977 / total #impl: 74657831 (eff. 0.175)
239.64/239.75	c #Conflicts:     256000 | #Learnt:      19393 | 0.069
239.64/239.75	c total clause space: 78.2603MB
239.64/239.75	c total #watches: 117613
241.14/241.28	c total #propagations: 13129631 / total #impl: 75023040 (eff. 0.175)
241.14/241.28	c #Conflicts:     257000 | #Learnt:      20393 | 0.069
241.14/241.28	c total clause space: 78.2603MB
241.14/241.28	c total #watches: 122433
242.74/242.87	c total #propagations: 13182230 / total #impl: 75293612 (eff. 0.175)
242.74/242.87	c #Conflicts:     258000 | #Learnt:      21393 | 0.069
242.74/242.87	c total clause space: 78.2603MB
242.74/242.87	c total #watches: 126922
244.34/244.45	c total #propagations: 13226833 / total #impl: 75581655 (eff. 0.175)
244.34/244.45	c #Conflicts:     259000 | #Learnt:      22393 | 0.069
244.34/244.45	c total clause space: 78.2603MB
244.34/244.45	c total #watches: 132482
246.15/246.27	c total #propagations: 13280283 / total #impl: 75869134 (eff. 0.175)
246.15/246.27	c #Conflicts:     260000 | #Learnt:      23393 | 0.069
246.15/246.27	c total clause space: 78.2603MB
246.15/246.27	c total #watches: 136554
248.35/248.41	c total #propagations: 13340617 / total #impl: 76150330 (eff. 0.175)
248.35/248.41	c #Conflicts:     261000 | #Learnt:      24393 | 0.069
248.35/248.41	c total clause space: 78.2603MB
248.35/248.41	c total #watches: 140487
249.35/249.42	c total #propagations: 13402521 / total #impl: 76476335 (eff. 0.175)
249.35/249.42	c GC COLLECT
249.35/249.42	c #Conflicts:     262000 | #Learnt:      13185 | 0.069
249.35/249.42	c total clause space: 78.2603MB
249.35/249.42	c total #watches: 82018
250.55/250.64	c total #propagations: 13460754 / total #impl: 76816169 (eff. 0.175)
250.55/250.64	c #Conflicts:     263000 | #Learnt:      14185 | 0.068
250.55/250.64	c total clause space: 78.2603MB
250.55/250.64	c total #watches: 86792
251.65/251.77	c total #propagations: 13522004 / total #impl: 77163696 (eff. 0.175)
251.65/251.77	c #Conflicts:     264000 | #Learnt:      15185 | 0.068
251.65/251.77	c total clause space: 78.2603MB
251.65/251.77	c total #watches: 93102
252.75/252.90	c total #propagations: 13571533 / total #impl: 77464509 (eff. 0.175)
252.75/252.90	c #Conflicts:     265000 | #Learnt:      16185 | 0.068
252.75/252.90	c total clause space: 78.2603MB
252.75/252.90	c total #watches: 100485
254.06/254.18	c total #propagations: 13620623 / total #impl: 77791713 (eff. 0.175)
254.06/254.18	c #Conflicts:     266000 | #Learnt:      17185 | 0.068
254.06/254.18	c total clause space: 78.2603MB
254.06/254.18	c total #watches: 106916
255.55/255.69	c total #propagations: 13671871 / total #impl: 78124726 (eff. 0.175)
255.55/255.69	c #Conflicts:     267000 | #Learnt:      18185 | 0.068
255.55/255.69	c total clause space: 78.2603MB
255.55/255.69	c total #watches: 111526
257.15/257.26	c total #propagations: 13723943 / total #impl: 78477802 (eff. 0.175)
257.15/257.26	c #Conflicts:     268000 | #Learnt:      19185 | 0.068
257.15/257.26	c total clause space: 78.2603MB
257.15/257.26	c total #watches: 115447
258.95/259.00	c total #propagations: 13775325 / total #impl: 78812275 (eff. 0.175)
258.95/259.00	c #Conflicts:     269000 | #Learnt:      20185 | 0.068
258.95/259.00	c total clause space: 78.2603MB
258.95/259.00	c total #watches: 119412
260.76/260.88	c total #propagations: 13833203 / total #impl: 79180704 (eff. 0.175)
260.76/260.88	c #Conflicts:     270000 | #Learnt:      21185 | 0.068
260.76/260.88	c total clause space: 78.2603MB
260.76/260.88	c total #watches: 123745
262.65/262.76	c total #propagations: 13896108 / total #impl: 79570532 (eff. 0.175)
262.65/262.76	c #Conflicts:     271000 | #Learnt:      22185 | 0.068
262.65/262.76	c total clause space: 78.2603MB
262.65/262.76	c total #watches: 127527
264.45/264.56	c total #propagations: 13958249 / total #impl: 79891773 (eff. 0.175)
264.45/264.56	c #Conflicts:     272000 | #Learnt:      23185 | 0.067
264.45/264.56	c total clause space: 78.2603MB
264.45/264.56	c total #watches: 130936
266.35/266.49	c total #propagations: 14013769 / total #impl: 80209446 (eff. 0.175)
266.35/266.49	c #Conflicts:     273000 | #Learnt:      24185 | 0.067
266.35/266.49	c total clause space: 78.2603MB
266.35/266.49	c total #watches: 134496
268.35/268.41	c total #propagations: 14070303 / total #impl: 80540532 (eff. 0.175)
268.35/268.41	c GC COLLECT
268.35/268.41	c #Conflicts:     274000 | #Learnt:      12683 | 0.067
268.35/268.41	c total clause space: 78.2603MB
268.35/268.41	c total #watches: 78678
269.25/269.38	c total #propagations: 14130240 / total #impl: 80878659 (eff. 0.175)
269.25/269.38	c #Conflicts:     275000 | #Learnt:      13683 | 0.067
269.25/269.38	c total clause space: 78.2603MB
269.25/269.38	c total #watches: 83722
270.55/270.61	c total #propagations: 14183903 / total #impl: 81190873 (eff. 0.175)
270.55/270.61	c #Conflicts:     276000 | #Learnt:      14683 | 0.067
270.55/270.61	c total clause space: 78.2603MB
270.55/270.61	c total #watches: 88665
271.75/271.81	c total #propagations: 14241150 / total #impl: 81506478 (eff. 0.175)
271.75/271.81	c #Conflicts:     277000 | #Learnt:      15683 | 0.067
271.75/271.81	c total clause space: 78.2603MB
271.75/271.81	c total #watches: 94864
272.95/273.02	c total #propagations: 14296202 / total #impl: 81874313 (eff. 0.175)
272.95/273.02	c #Conflicts:     278000 | #Learnt:      16683 | 0.067
272.95/273.02	c total clause space: 78.2603MB
272.95/273.02	c total #watches: 101939
274.35/274.46	c total #propagations: 14350103 / total #impl: 82190633 (eff. 0.175)
274.35/274.46	c #Conflicts:     279000 | #Learnt:      17683 | 0.067
274.35/274.46	c total clause space: 78.2603MB
274.35/274.46	c total #watches: 107134
275.85/275.98	c total #propagations: 14404362 / total #impl: 82517075 (eff. 0.175)
275.85/275.98	c #Conflicts:     280000 | #Learnt:      18683 | 0.067
275.85/275.98	c total clause space: 78.2603MB
275.85/275.98	c total #watches: 112048
277.65/277.73	c total #propagations: 14460788 / total #impl: 82856030 (eff. 0.175)
277.65/277.73	c #Conflicts:     281000 | #Learnt:      19683 | 0.067
277.65/277.73	c total clause space: 78.2603MB
277.65/277.73	c total #watches: 116271
279.35/279.41	c total #propagations: 14516615 / total #impl: 83193661 (eff. 0.174)
279.35/279.41	c #Conflicts:     282000 | #Learnt:      20683 | 0.066
279.35/279.41	c total clause space: 78.2603MB
279.35/279.41	c total #watches: 121577
281.15/281.21	c total #propagations: 14569320 / total #impl: 83557306 (eff. 0.174)
281.15/281.21	c #Conflicts:     283000 | #Learnt:      21683 | 0.066
281.15/281.21	c total clause space: 78.2603MB
281.15/281.21	c total #watches: 127352
283.24/283.34	c total #propagations: 14623865 / total #impl: 83921605 (eff. 0.174)
283.24/283.34	c #Conflicts:     284000 | #Learnt:      22683 | 0.066
283.24/283.34	c total clause space: 78.2603MB
283.24/283.34	c total #watches: 131265
285.24/285.37	c total #propagations: 14681638 / total #impl: 84274023 (eff. 0.174)
285.24/285.37	c #Conflicts:     285000 | #Learnt:      23683 | 0.066
285.24/285.37	c total clause space: 78.2603MB
285.24/285.37	c total #watches: 136642
287.24/287.34	c total #propagations: 14741211 / total #impl: 84620749 (eff. 0.174)
287.24/287.34	c #Conflicts:     286000 | #Learnt:      24683 | 0.066
287.24/287.34	c total clause space: 78.2603MB
287.24/287.34	c total #watches: 140130
289.25/289.32	c total #propagations: 14801013 / total #impl: 84974778 (eff. 0.174)
289.25/289.32	c GC COLLECT
289.25/289.32	c #Conflicts:     287000 | #Learnt:      12878 | 0.065
289.25/289.32	c total clause space: 78.2603MB
289.25/289.32	c total #watches: 79310
290.24/290.39	c total #propagations: 14854606 / total #impl: 85293737 (eff. 0.174)
290.24/290.39	c #Conflicts:     288000 | #Learnt:      13878 | 0.065
290.24/290.39	c total clause space: 78.2603MB
290.24/290.39	c total #watches: 84950
291.45/291.57	c total #propagations: 14913177 / total #impl: 85593555 (eff. 0.174)
291.45/291.57	c #Conflicts:     289000 | #Learnt:      14878 | 0.065
291.45/291.57	c total clause space: 78.2603MB
291.45/291.57	c total #watches: 89642
292.74/292.81	c total #propagations: 14968996 / total #impl: 85935454 (eff. 0.174)
292.74/292.81	c #Conflicts:     290000 | #Learnt:      15878 | 0.065
292.74/292.81	c total clause space: 78.2603MB
292.74/292.81	c total #watches: 93640
293.94/294.06	c total #propagations: 15022970 / total #impl: 86242001 (eff. 0.174)
293.94/294.06	c #Conflicts:     291000 | #Learnt:      16878 | 0.065
293.94/294.06	c total clause space: 78.2603MB
293.94/294.06	c total #watches: 98353
295.24/295.37	c total #propagations: 15075422 / total #impl: 86572520 (eff. 0.174)
295.24/295.37	c #Conflicts:     292000 | #Learnt:      17878 | 0.065
295.24/295.37	c total clause space: 78.2603MB
295.24/295.37	c total #watches: 103853
296.74/296.86	c total #propagations: 15126995 / total #impl: 86903060 (eff. 0.174)
296.74/296.86	c #Conflicts:     293000 | #Learnt:      18878 | 0.065
296.74/296.86	c total clause space: 78.2603MB
296.74/296.86	c total #watches: 108254
298.34/298.41	c total #propagations: 15180343 / total #impl: 87234699 (eff. 0.174)
298.34/298.41	c #Conflicts:     294000 | #Learnt:      19878 | 0.065
298.34/298.41	c total clause space: 78.2603MB
298.34/298.41	c total #watches: 113374
299.84/299.96	c total #propagations: 15232596 / total #impl: 87558905 (eff. 0.174)
299.84/299.96	c #Conflicts:     295000 | #Learnt:      20878 | 0.065
299.84/299.96	c total clause space: 78.2603MB
299.84/299.96	c total #watches: 117722
301.64/301.74	c total #propagations: 15283889 / total #impl: 87872143 (eff. 0.174)
301.64/301.74	c #Conflicts:     296000 | #Learnt:      21878 | 0.065
301.64/301.74	c total clause space: 78.2603MB
301.64/301.74	c total #watches: 122661
303.34/303.42	c total #propagations: 15342112 / total #impl: 88245512 (eff. 0.174)
303.34/303.42	c #Conflicts:     297000 | #Learnt:      22878 | 0.064
303.34/303.42	c total clause space: 78.2603MB
303.34/303.42	c total #watches: 127625
305.04/305.16	c total #propagations: 15397660 / total #impl: 88601862 (eff. 0.174)
305.04/305.16	c #Conflicts:     298000 | #Learnt:      23878 | 0.064
305.04/305.16	c total clause space: 78.2603MB
305.04/305.16	c total #watches: 132127
306.95/307.08	c total #propagations: 15451726 / total #impl: 88946608 (eff. 0.174)
306.95/307.08	c #Conflicts:     299000 | #Learnt:      24878 | 0.064
306.95/307.08	c total clause space: 78.2603MB
306.95/307.08	c total #watches: 135841
309.44/309.55	c total #propagations: 15506028 / total #impl: 89258368 (eff. 0.174)
309.44/309.55	c #Conflicts:     300000 | #Learnt:      25878 | 0.064
309.44/309.55	c total clause space: 78.2603MB
309.44/309.55	c total #watches: 139591
310.84/310.90	c total #propagations: 15576191 / total #impl: 89615731 (eff. 0.174)
310.84/310.90	c GC COLLECT
310.84/310.90	c #Conflicts:     301000 | #Learnt:      13777 | 0.064
310.84/310.90	c total clause space: 78.2603MB
310.84/310.90	c total #watches: 84640
311.84/311.95	c total #propagations: 15628374 / total #impl: 89914666 (eff. 0.174)
311.84/311.95	c #Conflicts:     302000 | #Learnt:      14777 | 0.064
311.84/311.95	c total clause space: 78.2603MB
311.84/311.95	c total #watches: 89136
312.94/313.08	c total #propagations: 15684842 / total #impl: 90194696 (eff. 0.174)
312.94/313.08	c #Conflicts:     303000 | #Learnt:      15777 | 0.063
312.94/313.08	c total clause space: 78.2603MB
312.94/313.08	c total #watches: 93393
314.24/314.32	c total #propagations: 15742076 / total #impl: 90477102 (eff. 0.174)
314.24/314.32	c #Conflicts:     304000 | #Learnt:      16777 | 0.063
314.24/314.32	c total clause space: 78.2603MB
314.24/314.32	c total #watches: 97347
315.54/315.69	c total #propagations: 15803067 / total #impl: 90773212 (eff. 0.174)
315.54/315.69	c #Conflicts:     305000 | #Learnt:      17777 | 0.063
315.54/315.69	c total clause space: 78.2603MB
315.54/315.69	c total #watches: 105009
317.14/317.24	c total #propagations: 15861529 / total #impl: 91146504 (eff. 0.174)
317.14/317.24	c #Conflicts:     306000 | #Learnt:      18777 | 0.063
317.14/317.24	c total clause space: 78.2603MB
317.14/317.24	c total #watches: 108974
318.64/318.77	c total #propagations: 15920262 / total #impl: 91469397 (eff. 0.174)
318.64/318.77	c #Conflicts:     307000 | #Learnt:      19777 | 0.063
318.64/318.77	c total clause space: 78.2603MB
318.64/318.77	c total #watches: 113284
320.24/320.35	c total #propagations: 15978873 / total #impl: 91766001 (eff. 0.174)
320.24/320.35	c #Conflicts:     308000 | #Learnt:      20777 | 0.063
320.24/320.35	c total clause space: 78.2603MB
320.24/320.35	c total #watches: 118502
321.84/321.98	c total #propagations: 16031807 / total #impl: 92116126 (eff. 0.174)
321.84/321.98	c #Conflicts:     309000 | #Learnt:      21777 | 0.063
321.84/321.98	c total clause space: 78.2603MB
321.84/321.98	c total #watches: 123078
323.84/323.90	c total #propagations: 16085330 / total #impl: 92477351 (eff. 0.174)
323.84/323.90	c #Conflicts:     310000 | #Learnt:      22777 | 0.063
323.84/323.90	c total clause space: 78.2603MB
323.84/323.90	c total #watches: 127051
325.94/326.07	c total #propagations: 16143038 / total #impl: 92880170 (eff. 0.174)
325.94/326.07	c #Conflicts:     311000 | #Learnt:      23777 | 0.063
325.94/326.07	c total clause space: 78.2603MB
325.94/326.07	c total #watches: 131585
328.04/328.10	c total #propagations: 16208013 / total #impl: 93273129 (eff. 0.174)
328.04/328.10	c #Conflicts:     312000 | #Learnt:      24777 | 0.062
328.04/328.10	c total clause space: 78.2603MB
328.04/328.10	c total #watches: 135619
329.94/330.09	c total #propagations: 16264744 / total #impl: 93644995 (eff. 0.174)
329.94/330.09	c #Conflicts:     313000 | #Learnt:      25777 | 0.062
329.94/330.09	c total clause space: 78.2603MB
329.94/330.09	c total #watches: 140029
332.04/332.12	c total #propagations: 16318234 / total #impl: 93980011 (eff. 0.174)
332.04/332.12	c #Conflicts:     314000 | #Learnt:      26777 | 0.062
332.04/332.12	c total clause space: 78.2603MB
332.04/332.12	c total #watches: 143514
333.14/333.29	c total #propagations: 16368260 / total #impl: 94313853 (eff. 0.174)
333.14/333.29	c GC COLLECT
333.14/333.29	c #Conflicts:     315000 | #Learnt:      14372 | 0.062
333.14/333.29	c total clause space: 78.2603MB
333.14/333.29	c total #watches: 88973
334.34/334.42	c total #propagations: 16423396 / total #impl: 94698224 (eff. 0.173)
334.34/334.42	c #Conflicts:     316000 | #Learnt:      15372 | 0.062
334.34/334.42	c total clause space: 78.2603MB
334.34/334.42	c total #watches: 94650
335.73/335.81	c total #propagations: 16480588 / total #impl: 95056343 (eff. 0.173)
335.73/335.81	c #Conflicts:     317000 | #Learnt:      16372 | 0.062
335.73/335.81	c total clause space: 78.2603MB
335.73/335.81	c total #watches: 99364
337.33/337.42	c total #propagations: 16529889 / total #impl: 95417203 (eff. 0.173)
337.33/337.42	c #Conflicts:     318000 | #Learnt:      17372 | 0.061
337.33/337.42	c total clause space: 78.2603MB
337.33/337.42	c total #watches: 103455
338.84/338.93	c total #propagations: 16587479 / total #impl: 95835998 (eff. 0.173)
338.84/338.93	c #Conflicts:     319000 | #Learnt:      18372 | 0.061
338.84/338.93	c total clause space: 78.2603MB
338.84/338.93	c total #watches: 108502
340.23/340.33	c total #propagations: 16643269 / total #impl: 96207063 (eff. 0.173)
340.23/340.33	c #Conflicts:     320000 | #Learnt:      19372 | 0.061
340.23/340.33	c total clause space: 78.2603MB
340.23/340.33	c total #watches: 112488
341.83/341.91	c total #propagations: 16692694 / total #impl: 96493798 (eff. 0.173)
341.83/341.91	c #Conflicts:     321000 | #Learnt:      20372 | 0.061
341.83/341.91	c total clause space: 78.2603MB
341.83/341.91	c total #watches: 117892
343.53/343.69	c total #propagations: 16739629 / total #impl: 96858091 (eff. 0.173)
343.53/343.69	c #Conflicts:     322000 | #Learnt:      21372 | 0.061
343.53/343.69	c total clause space: 78.2603MB
343.53/343.69	c total #watches: 121923
345.44/345.55	c total #propagations: 16797264 / total #impl: 97163509 (eff. 0.173)
345.44/345.55	c #Conflicts:     323000 | #Learnt:      22372 | 0.061
345.44/345.55	c total clause space: 78.2603MB
345.44/345.55	c total #watches: 126493
347.13/347.21	c total #propagations: 16849738 / total #impl: 97486958 (eff. 0.173)
347.13/347.21	c #Conflicts:     324000 | #Learnt:      23372 | 0.060
347.13/347.21	c total clause space: 78.2603MB
347.13/347.21	c total #watches: 131502
349.13/349.28	c total #propagations: 16904590 / total #impl: 97793559 (eff. 0.173)
349.13/349.28	c #Conflicts:     325000 | #Learnt:      24372 | 0.060
349.13/349.28	c total clause space: 78.2603MB
349.13/349.28	c total #watches: 135886
351.33/351.50	c total #propagations: 16961352 / total #impl: 98083696 (eff. 0.173)
351.33/351.50	c #Conflicts:     326000 | #Learnt:      25372 | 0.060
351.33/351.50	c total clause space: 78.2603MB
351.33/351.50	c total #watches: 139139
353.43/353.58	c total #propagations: 17020159 / total #impl: 98411046 (eff. 0.173)
353.43/353.58	c #Conflicts:     327000 | #Learnt:      26372 | 0.060
353.43/353.58	c total clause space: 78.2603MB
353.43/353.58	c total #watches: 144480
355.73/355.81	c total #propagations: 17080675 / total #impl: 98772407 (eff. 0.173)
355.73/355.81	c #Conflicts:     328000 | #Learnt:      27372 | 0.060
355.73/355.81	c total clause space: 127.173MB
355.73/355.81	c total #watches: 149326
356.93/357.05	c total #propagations: 17141036 / total #impl: 99145975 (eff. 0.173)
356.93/357.05	c GC COLLECT
356.93/357.05	c #Conflicts:     329000 | #Learnt:      14675 | 0.060
356.93/357.05	c total clause space: 127.173MB
356.93/357.05	c total #watches: 88262
358.23/358.34	c total #propagations: 17190132 / total #impl: 99444350 (eff. 0.173)
358.23/358.34	c #Conflicts:     330000 | #Learnt:      15675 | 0.060
358.23/358.34	c total clause space: 127.173MB
358.23/358.34	c total #watches: 92751
359.63/359.71	c total #propagations: 17241572 / total #impl: 99760114 (eff. 0.173)
359.63/359.71	c #Conflicts:     331000 | #Learnt:      16675 | 0.060
359.63/359.71	c total clause space: 127.173MB
359.63/359.71	c total #watches: 96448
361.03/361.18	c total #propagations: 17293812 / total #impl: 100094778 (eff. 0.173)
361.03/361.18	c #Conflicts:     332000 | #Learnt:      17675 | 0.059
361.03/361.18	c total clause space: 127.173MB
361.03/361.18	c total #watches: 100003
362.43/362.52	c total #propagations: 17348946 / total #impl: 100489643 (eff. 0.173)
362.43/362.52	c #Conflicts:     333000 | #Learnt:      18675 | 0.059
362.43/362.52	c total clause space: 127.173MB
362.43/362.52	c total #watches: 105424
363.73/363.89	c total #propagations: 17398920 / total #impl: 100804336 (eff. 0.173)
363.73/363.89	c #Conflicts:     334000 | #Learnt:      19675 | 0.059
363.73/363.89	c total clause space: 127.173MB
363.73/363.89	c total #watches: 109664
365.43/365.54	c total #propagations: 17450478 / total #impl: 101091806 (eff. 0.173)
365.43/365.54	c #Conflicts:     335000 | #Learnt:      20675 | 0.059
365.43/365.54	c total clause space: 127.173MB
365.43/365.54	c total #watches: 113823
367.13/367.25	c total #propagations: 17505495 / total #impl: 101403542 (eff. 0.173)
367.13/367.25	c #Conflicts:     336000 | #Learnt:      21675 | 0.059
367.13/367.25	c total clause space: 127.173MB
367.13/367.25	c total #watches: 119437
368.83/368.91	c total #propagations: 17564056 / total #impl: 101750325 (eff. 0.173)
368.83/368.91	c #Conflicts:     337000 | #Learnt:      22675 | 0.059
368.83/368.91	c total clause space: 127.173MB
368.83/368.91	c total #watches: 123036
370.63/370.71	c total #propagations: 17622514 / total #impl: 102036158 (eff. 0.173)
370.63/370.71	c #Conflicts:     338000 | #Learnt:      23675 | 0.059
370.63/370.71	c total clause space: 127.173MB
370.63/370.71	c total #watches: 128908
372.72/372.88	c total #propagations: 17676823 / total #impl: 102350488 (eff. 0.173)
372.72/372.88	c #Conflicts:     339000 | #Learnt:      24675 | 0.058
372.72/372.88	c total clause space: 127.173MB
372.72/372.88	c total #watches: 132542
374.72/374.89	c total #propagations: 17740836 / total #impl: 102711913 (eff. 0.173)
374.72/374.89	c #Conflicts:     340000 | #Learnt:      25675 | 0.058
374.72/374.89	c total clause space: 127.173MB
374.72/374.89	c total #watches: 138994
376.92/377.06	c total #propagations: 17800970 / total #impl: 103073604 (eff. 0.173)
376.92/377.06	c #Conflicts:     341000 | #Learnt:      26675 | 0.058
376.92/377.06	c total clause space: 127.173MB
376.92/377.06	c total #watches: 143075
379.12/379.24	c total #propagations: 17860322 / total #impl: 103407469 (eff. 0.173)
379.12/379.24	c #Conflicts:     342000 | #Learnt:      27675 | 0.058
379.12/379.24	c total clause space: 127.173MB
379.12/379.24	c total #watches: 146621
380.63/380.77	c total #propagations: 17923774 / total #impl: 103760035 (eff. 0.173)
380.63/380.77	c GC COLLECT
380.63/380.77	c #Conflicts:     343000 | #Learnt:      14683 | 0.058
380.63/380.77	c total clause space: 127.173MB
380.63/380.77	c total #watches: 89175
381.92/382.06	c total #propagations: 17983266 / total #impl: 104059572 (eff. 0.173)
381.92/382.06	c #Conflicts:     344000 | #Learnt:      15683 | 0.058
381.92/382.06	c total clause space: 127.173MB
381.92/382.06	c total #watches: 93255
383.32/383.47	c total #propagations: 18043368 / total #impl: 104389788 (eff. 0.173)
383.32/383.47	c #Conflicts:     345000 | #Learnt:      16683 | 0.058
383.32/383.47	c total clause space: 127.173MB
383.32/383.47	c total #watches: 98171
384.93/385.02	c total #propagations: 18101289 / total #impl: 104737963 (eff. 0.173)
384.93/385.02	c #Conflicts:     346000 | #Learnt:      17683 | 0.058
384.93/385.02	c total clause space: 127.173MB
384.93/385.02	c total #watches: 102293
386.52/386.67	c total #propagations: 18163448 / total #impl: 105064669 (eff. 0.173)
386.52/386.67	c #Conflicts:     347000 | #Learnt:      18683 | 0.058
386.52/386.67	c total clause space: 127.173MB
386.52/386.67	c total #watches: 105915
387.92/388.09	c total #propagations: 18224211 / total #impl: 105404486 (eff. 0.173)
387.92/388.09	c #Conflicts:     348000 | #Learnt:      19683 | 0.058
387.92/388.09	c total clause space: 127.173MB
387.92/388.09	c total #watches: 109560
389.72/389.88	c total #propagations: 18282419 / total #impl: 105721795 (eff. 0.173)
389.72/389.88	c #Conflicts:     349000 | #Learnt:      20683 | 0.057
389.72/389.88	c total clause space: 127.173MB
389.72/389.88	c total #watches: 113501
391.42/391.51	c total #propagations: 18344247 / total #impl: 106073917 (eff. 0.173)
391.42/391.51	c #Conflicts:     350000 | #Learnt:      21683 | 0.057
391.42/391.51	c total clause space: 127.173MB
391.42/391.51	c total #watches: 117000
393.02/393.15	c total #propagations: 18400401 / total #impl: 106379796 (eff. 0.173)
393.02/393.15	c #Conflicts:     351000 | #Learnt:      22683 | 0.057
393.02/393.15	c total clause space: 127.173MB
393.02/393.15	c total #watches: 121356
394.83/394.97	c total #propagations: 18456399 / total #impl: 106695134 (eff. 0.173)
394.83/394.97	c #Conflicts:     352000 | #Learnt:      23683 | 0.057
394.83/394.97	c total clause space: 127.173MB
394.83/394.97	c total #watches: 127457
396.62/396.72	c total #propagations: 18514673 / total #impl: 107036159 (eff. 0.173)
396.62/396.72	c #Conflicts:     353000 | #Learnt:      24681 | 0.057
396.62/396.72	c total clause space: 127.173MB
396.62/396.72	c total #watches: 131651
398.42/398.59	c total #propagations: 18567262 / total #impl: 107356565 (eff. 0.173)
398.42/398.59	c #Conflicts:     354000 | #Learnt:      25681 | 0.057
398.42/398.59	c total clause space: 127.173MB
398.42/398.59	c total #watches: 136481
400.72/400.87	c total #propagations: 18631051 / total #impl: 107710967 (eff. 0.173)
400.72/400.87	c #Conflicts:     355000 | #Learnt:      26680 | 0.057
400.72/400.87	c total clause space: 127.173MB
400.72/400.87	c total #watches: 141181
402.72/402.85	c total #propagations: 18691469 / total #impl: 108073710 (eff. 0.173)
402.72/402.85	s UNSATISFIABLE
402.72/402.85	c CPU time              : 402.749 s

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-4109119-1466286427/watcher-4109119-1466286427 -o /tmp/evaluation-result-4109119-1466286427/solver-4109119-1466286427 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466277213-20896 --watchdog 1960 --input HOME/instance-4109119-1466286427.opb ./cdcl-cuttingplanes-opt-linearsearch-release 

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

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


[startup+0 s]
/proc/loadavg: 1.92 2.00 1.99 4/176 23172
/proc/meminfo: memFree=31353792/32872528 swapFree=249320/249320
[pid=23172] ppid=23169 vsize=29112 CPUtime=0 cores=1,3,5,7
/proc/23172/stat : 23172 (cdcl-cuttingpla) R 23169 23172 20879 0 -1 4202496 276 0 0 0 0 0 0 0 20 0 1 0 30693139 29810688 5268 33554432000 4194304 6201397 140736345184096 140737256793016 4211056 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/23172/statm: 7278 5268 130 491 0 6777 0

[startup+0.100161 s]
/proc/loadavg: 1.92 2.00 1.99 4/176 23172
/proc/meminfo: memFree=31353792/32872528 swapFree=249320/249320
[pid=23172] ppid=23169 vsize=33984 CPUtime=0.09 cores=1,3,5,7
/proc/23172/stat : 23172 (cdcl-cuttingpla) R 23169 23172 20879 0 -1 4202496 996 0 0 0 9 0 0 0 20 0 1 0 30693139 34799616 7283 33554432000 4194304 6201397 140736345184096 140737256793016 4207987 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/23172/statm: 8496 7283 158 491 0 7995 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33984

[startup+0.200336 s]
/proc/loadavg: 1.92 2.00 1.99 4/176 23172
/proc/meminfo: memFree=31353792/32872528 swapFree=249320/249320
[pid=23172] ppid=23169 vsize=36956 CPUtime=0.19 cores=1,3,5,7
/proc/23172/stat : 23172 (cdcl-cuttingpla) R 23169 23172 20879 0 -1 4202496 2064 0 0 0 19 0 0 0 20 0 1 0 30693139 37842944 7925 33554432000 4194304 6201397 140736345184096 140737256793016 4207438 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/23172/statm: 9239 7925 158 491 0 8738 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 36956

[startup+0.300263 s]
/proc/loadavg: 1.92 2.00 1.99 4/176 23172
/proc/meminfo: memFree=31353792/32872528 swapFree=249320/249320
[pid=23172] ppid=23169 vsize=37092 CPUtime=0.29 cores=1,3,5,7
/proc/23172/stat : 23172 (cdcl-cuttingpla) R 23169 23172 20879 0 -1 4202496 2314 0 0 0 29 0 0 0 20 0 1 0 30693139 37982208 8082 33554432000 4194304 6201397 140736345184096 140736345182760 4213192 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/23172/statm: 9273 8082 164 491 0 8772 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37092

[startup+0.70025 s]
/proc/loadavg: 1.92 2.00 1.99 4/176 23172
/proc/meminfo: memFree=31353792/32872528 swapFree=249320/249320
[pid=23172] ppid=23169 vsize=42192 CPUtime=0.68 cores=1,3,5,7
/proc/23172/stat : 23172 (cdcl-cuttingpla) R 23169 23172 20879 0 -1 4202496 2987 0 0 0 68 0 0 0 20 0 1 0 30693139 43204608 9558 33554432000 4194304 6201397 140736345184096 140736345182760 4213778 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/23172/statm: 10548 9558 165 491 0 10047 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 42192

[startup+1.50023 s]
/proc/loadavg: 1.92 2.00 1.99 4/177 23173
/proc/meminfo: memFree=31315340/32872528 swapFree=249320/249320
[pid=23172] ppid=23169 vsize=49916 CPUtime=1.49 cores=1,3,5,7
/proc/23172/stat : 23172 (cdcl-cuttingpla) R 23169 23172 20879 0 -1 4202496 3847 0 0 0 148 1 0 0 20 0 1 0 30693139 51113984 10120 33554432000 4194304 6201397 140736345184096 140736345183128 4213186 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/23172/statm: 12479 10120 165 491 0 11978 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 49916

[startup+3.10023 s]
/proc/loadavg: 1.92 2.00 1.99 4/177 23173
/proc/meminfo: memFree=31312736/32872528 swapFree=249320/249320
[pid=23172] ppid=23169 vsize=50456 CPUtime=3.09 cores=1,3,5,7
/proc/23172/stat : 23172 (cdcl-cuttingpla) R 23169 23172 20879 0 -1 4202496 4142 0 0 0 308 1 0 0 20 0 1 0 30693139 51666944 11358 33554432000 4194304 6201397 140736345184096 140736345182760 4220436 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/23172/statm: 12614 11358 165 491 0 12113 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 50456

[startup+6.30023 s]
/proc/loadavg: 1.93 2.00 1.99 4/177 23173
/proc/meminfo: memFree=31307660/32872528 swapFree=249320/249320
[pid=23172] ppid=23169 vsize=51020 CPUtime=6.29 cores=1,3,5,7
/proc/23172/stat : 23172 (cdcl-cuttingpla) R 23169 23172 20879 0 -1 4202496 4328 0 0 0 628 1 0 0 20 0 1 0 30693139 52244480 11528 33554432000 4194304 6201397 140736345184096 140736345183224 4213178 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/23172/statm: 12755 11528 165 491 0 12254 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 51020

[startup+12.7002 s]
/proc/loadavg: 1.93 2.00 1.99 4/177 23173
/proc/meminfo: memFree=31300548/32872528 swapFree=249320/249320
[pid=23172] ppid=23169 vsize=63816 CPUtime=12.69 cores=1,3,5,7
/proc/23172/stat : 23172 (cdcl-cuttingpla) R 23169 23172 20879 0 -1 4202496 5380 0 0 0 1268 1 0 0 20 0 1 0 30693139 65347584 13258 33554432000 4194304 6201397 140736345184096 140736345183224 4213253 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/23172/statm: 15954 13258 165 491 0 15453 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 63816

[startup+25.5003 s]
/proc/loadavg: 2.02 2.01 2.00 4/177 23173
/proc/meminfo: memFree=31289532/32872528 swapFree=249320/249320
[pid=23172] ppid=23169 vsize=83584 CPUtime=25.48 cores=1,3,5,7
/proc/23172/stat : 23172 (cdcl-cuttingpla) R 23169 23172 20879 0 -1 4202496 6460 0 0 0 2547 1 0 0 20 0 1 0 30693139 85590016 15993 33554432000 4194304 6201397 140736345184096 140736345182760 4213186 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/23172/statm: 20896 15993 165 491 0 20395 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 83584

[startup+51.1003 s]
/proc/loadavg: 2.01 2.01 2.00 4/177 23174
/proc/meminfo: memFree=31277048/32872528 swapFree=249320/249320
[pid=23172] ppid=23169 vsize=85472 CPUtime=51.08 cores=1,3,5,7
/proc/23172/stat : 23172 (cdcl-cuttingpla) R 23169 23172 20879 0 -1 4202496 6846 0 0 0 5107 1 0 0 20 0 1 0 30693139 87523328 17912 33554432000 4194304 6201397 140736345184096 140736345183224 4213747 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/23172/statm: 21368 17912 165 491 0 20867 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 85472

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 23175
/proc/meminfo: memFree=31259360/32872528 swapFree=249320/249320
[pid=23172] ppid=23169 vsize=118344 CPUtime=102.28 cores=1,3,5,7
/proc/23172/stat : 23172 (cdcl-cuttingpla) R 23169 23172 20879 0 -1 4202496 8201 0 0 0 10226 2 0 0 20 0 1 0 30693139 121184256 21456 33554432000 4194304 6201397 140736345184096 140736345183224 4213168 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/23172/statm: 29586 21456 165 491 0 29085 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 118344

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 23176
/proc/meminfo: memFree=31221860/32872528 swapFree=249320/249320
[pid=23172] ppid=23169 vsize=119460 CPUtime=162.26 cores=1,3,5,7
/proc/23172/stat : 23172 (cdcl-cuttingpla) R 23169 23172 20879 0 -1 4202496 8473 0 0 0 16224 2 0 0 20 0 1 0 30693139 122327040 23908 33554432000 4194304 6201397 140736345184096 140736345183224 4213186 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/23172/statm: 29865 23908 165 491 0 29364 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 119460

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 23180
/proc/meminfo: memFree=31206492/32872528 swapFree=249320/249320
[pid=23172] ppid=23169 vsize=121176 CPUtime=222.25 cores=1,3,5,7
/proc/23172/stat : 23172 (cdcl-cuttingpla) R 23169 23172 20879 0 -1 4202496 8726 0 0 0 22223 2 0 0 20 0 1 0 30693139 124084224 26204 33554432000 4194304 6201397 140736345184096 140736345183224 4213186 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/23172/statm: 30294 26204 165 491 0 29793 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 121176

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 23181
/proc/meminfo: memFree=31199116/32872528 swapFree=249320/249320
[pid=23172] ppid=23169 vsize=123288 CPUtime=282.25 cores=1,3,5,7
/proc/23172/stat : 23172 (cdcl-cuttingpla) R 23169 23172 20879 0 -1 4202496 9055 0 0 0 28222 3 0 0 20 0 1 0 30693139 126246912 28066 33554432000 4194304 6201397 140736345184096 140736345183224 4235950 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/23172/statm: 30822 28066 165 491 0 30321 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 123288

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/176 23182
/proc/meminfo: memFree=31193412/32872528 swapFree=249320/249320
[pid=23172] ppid=23169 vsize=124476 CPUtime=342.23 cores=1,3,5,7
/proc/23172/stat : 23172 (cdcl-cuttingpla) R 23169 23172 20879 0 -1 4202496 9273 0 0 0 34220 3 0 0 20 0 1 0 30693139 127463424 29306 33554432000 4194304 6201397 140736345184096 140736345183224 4213168 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/23172/statm: 31119 29306 165 491 0 30618 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 124476

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 23195
/proc/meminfo: memFree=31187340/32872528 swapFree=249320/249320
[pid=23172] ppid=23169 vsize=174696 CPUtime=402.22 cores=1,3,5,7
/proc/23172/stat : 23172 (cdcl-cuttingpla) R 23169 23172 20879 0 -1 4202496 10216 0 0 0 40219 3 0 0 20 0 1 0 30693139 178888704 30400 33554432000 4194304 6201397 140736345184096 140736345183224 4213747 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/23172/statm: 43674 30400 165 491 0 43173 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 174696

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

[startup+402.4 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 23195
/proc/meminfo: memFree=31187340/32872528 swapFree=249320/249320
[pid=23172] ppid=23169 vsize=174696 CPUtime=402.32 cores=1,3,5,7
/proc/23172/stat : 23172 (cdcl-cuttingpla) R 23169 23172 20879 0 -1 4202496 10216 0 0 0 40229 3 0 0 20 0 1 0 30693139 178888704 30400 33554432000 4194304 6201397 140736345184096 140736345183224 4213186 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/23172/statm: 43674 30400 165 491 0 43173 0
Current children cumulated CPU time (s) 402.32
Current children cumulated vsize (KiB) 174696

[startup+402.8 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 23195
/proc/meminfo: memFree=31187464/32872528 swapFree=249320/249320
[pid=23172] ppid=23169 vsize=174696 CPUtime=402.72 cores=1,3,5,7
/proc/23172/stat : 23172 (cdcl-cuttingpla) R 23169 23172 20879 0 -1 4202496 10219 0 0 0 40269 3 0 0 20 0 1 0 30693139 178888704 30403 33554432000 4194304 6201397 140736345184096 140736345183224 4213257 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/23172/statm: 43674 30403 165 491 0 43173 0
Current children cumulated CPU time (s) 402.72
Current children cumulated vsize (KiB) 174696

Child status: 20
Real time (s): 402.857
CPU time (s): 402.791
CPU user time (s): 402.751
CPU system time (s): 0.039993
CPU usage (%): 99.9836
Max. virtual memory (cumulated for all children) (KiB): 174696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 402.751
system time used= 0.039993
maximum resident set size= 121836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10276
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= 12
involuntary context switches= 414

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.03684 second user time and 1.55476 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-18 23:47:07
IDJOB=4109119
IDBENCH=89868
IDSOLVER=2550
FILE ID=node103/4109119-1466286427
RUNJOBID= node103-1466277213-20896
PBS_JOBID= 19918271
Free space on /tmp= 71732 MiB

SOLVER NAME= cdcl-cuttingplanes OPT linear search 2016-05-01
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos788725.opb
COMMAND LINE= ./cdcl-cuttingplanes-opt-linearsearch-release
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109119-1466286427/watcher-4109119-1466286427 -o /tmp/evaluation-result-4109119-1466286427/solver-4109119-1466286427 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466277213-20896 --watchdog 1960 --input HOME/instance-4109119-1466286427.opb ./cdcl-cuttingplanes-opt-linearsearch-release

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

MD5SUM BENCH= 8629904c9ea425e42543cd04547905ca
RANDOM SEED=161406339

node103.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.278
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.55
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.278
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.278
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.278
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.278
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.278
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.278
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.278
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:        31353792 kB
Buffers:          142556 kB
Cached:           257516 kB
SwapCached:         2460 kB
Active:           226244 kB
Inactive:         296236 kB
Active(anon):     121360 kB
Inactive(anon):     3280 kB
Active(file):     104884 kB
Inactive(file):   292956 kB
Unevictable:      249320 kB
Mlocked:          249320 kB
SwapTotal:      67108856 kB
SwapFree:       67099548 kB
Dirty:              2356 kB
Writeback:             0 kB
AnonPages:        483032 kB
Mapped:             9168 kB
Shmem:                 0 kB
Slab:             615960 kB
SReclaimable:      59896 kB
SUnreclaim:       556064 kB
KernelStack:        1472 kB
PageTables:         4800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     486592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    204800 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= 71728 MiB
End job on node103 at 2016-06-18 23:53:50