Trace number 4817323

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
NaPS 1.04SAT (TO)36093 3600.06 3607.91

General information on the benchmark

NamePB26/normalized-PB26/OPT-LIN/sergeys/CPMpy_translated_dataset_PB26/
miplib/normalized-neos-3214367-sovi.mps.opb
MD5SUM73d19eef1872c6013c5421ba6de02251
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark35993
Best CPU time to get the best result obtained on this benchmark870.166
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6932
Total number of constraints10016
Number of constraints which are clauses4303
Number of constraints which are cardinality constraints (but not clauses)2380
Number of constraints which are nor clauses,nor cardinality constraints3333
Minimum length of a constraint2
Maximum length of a constraint141
Number of terms in the objective function 2622
Biggest coefficient in the objective function 2000
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 3796667
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 2000
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3796667
Number of bits of the biggest sum of numbers22
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.04	exec HOME/naps_release -v2 -mc -cSCIP -scip-solve-prop -scip-stage-prop -given-time=3600 HOME/instance-4817323-1782933015.opb
0.00/0.09	c NaPS 1.03a50.
0.00/0.09	c Using SAT solver: CaDiCaL 3.0.0
0.00/0.09	c Input file name: HOME/instance-4817323-1782933015.opb
0.00/0.09	c Parsing PB file...
0.00/0.09	c goal was devided by 1 with offset 3795812.
0.13/0.25	c assumptions before coding: 
0.13/0.27	c initScipForCoop
0.13/0.28	c Running SCIP presolver (time limit: 10 sec)...
0.13/0.28	c solveScip
0.13/0.28	c initScipForCoop
0.13/0.28	c Cooperative mode: scip_coop_offset=3795812.000000
0.13/0.28	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
0.13/0.28	c Running SCIP presolve for solve-time propagation (rounds=3)
0.13/0.30	c presolving:
0.23/0.35	c    (0.1s) running MILP presolver
0.23/0.37	c    (0.1s) MILP presolver (3 rounds): 7 aggregations, 11 fixings, 0 bound changes
0.23/0.37	c (round 1, medium)     21 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 7583 clqs, 0 implints
0.23/0.37	c (round 2, fast)       21 del vars, 28 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 7583 clqs, 0 implints
0.43/0.56	c presolving (3 rounds: 3 fast, 2 medium, 1 exhaustive):
0.43/0.56	c  109 deleted vars, 779 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 29 changed sides, 922 changed coefficients
0.43/0.56	c  0 implications, 7564 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
0.43/0.56	c presolved problem has 6858 variables (6858 bin, 0 int, 0 cont) and 9237 constraints
0.43/0.56	c    3543 constraints of type <knapsack>
0.43/0.56	c    4950 constraints of type <setppc>
0.43/0.56	c     642 constraints of type <linear>
0.43/0.56	c     102 constraints of type <logicor>
0.43/0.56	c transformed objective value is always integral (scale: 1)
0.43/0.56	c Presolving Time: 0.26
0.43/0.56	c c SCIP solve-time propagated 74 fixed variables
0.43/0.58	c presolving:
0.52/0.63	c    (0.1s) running MILP presolver
0.52/0.65	c    (0.1s) MILP presolver (3 rounds): 7 aggregations, 11 fixings, 0 bound changes
0.52/0.65	c (round 1, medium)     21 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 7583 clqs, 0 implints
0.52/0.66	c (round 2, fast)       21 del vars, 28 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 7583 clqs, 0 implints
0.52/0.67	c (round 3, exhaustive) 21 del vars, 750 del conss, 0 add conss, 0 chg bounds, 29 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 7583 clqs, 0 implints
0.52/0.68	c (round 4, fast)       21 del vars, 750 del conss, 77 add conss, 0 chg bounds, 29 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 7583 clqs, 0 implints
0.60/0.70	c (round 5, exhaustive) 21 del vars, 750 del conss, 77 add conss, 0 chg bounds, 30 chg sides, 1 chg coeffs, 8871 upgd conss, 0 impls, 7583 clqs, 0 implints
0.60/0.71	c (round 6, medium)     39 del vars, 1763 del conss, 627 add conss, 0 chg bounds, 598 chg sides, 6027 chg coeffs, 8871 upgd conss, 0 impls, 7719 clqs, 0 implints
0.60/0.71	c (round 7, fast)       39 del vars, 1781 del conss, 627 add conss, 0 chg bounds, 602 chg sides, 6031 chg coeffs, 8871 upgd conss, 0 impls, 7719 clqs, 0 implints
0.60/0.73	c (round 8, exhaustive) 39 del vars, 1781 del conss, 627 add conss, 0 chg bounds, 602 chg sides, 7743 chg coeffs, 8871 upgd conss, 0 impls, 7719 clqs, 0 implints
0.60/0.75	c (round 9, exhaustive) 39 del vars, 1781 del conss, 627 add conss, 0 chg bounds, 602 chg sides, 9443 chg coeffs, 8871 upgd conss, 0 impls, 7719 clqs, 0 implints
0.60/0.76	c (round 10, exhaustive) 88 del vars, 1816 del conss, 627 add conss, 0 chg bounds, 602 chg sides, 12047 chg coeffs, 8871 upgd conss, 0 impls, 7689 clqs, 0 implints
0.60/0.77	c (round 11, fast)       127 del vars, 1864 del conss, 662 add conss, 4 chg bounds, 602 chg sides, 12052 chg coeffs, 8871 upgd conss, 0 impls, 7837 clqs, 0 implints
0.60/0.77	c (round 12, fast)       127 del vars, 1876 del conss, 662 add conss, 4 chg bounds, 602 chg sides, 12052 chg coeffs, 8871 upgd conss, 0 impls, 7837 clqs, 0 implints
0.60/0.78	c (round 13, exhaustive) 127 del vars, 1880 del conss, 662 add conss, 4 chg bounds, 602 chg sides, 12055 chg coeffs, 8886 upgd conss, 0 impls, 7837 clqs, 0 implints
0.60/0.78	c (round 14, exhaustive) 127 del vars, 1895 del conss, 662 add conss, 4 chg bounds, 602 chg sides, 12058 chg coeffs, 8886 upgd conss, 0 impls, 7837 clqs, 0 implints
0.80/0.93	c (round 15, exhaustive) 152 del vars, 1895 del conss, 662 add conss, 4 chg bounds, 602 chg sides, 12067 chg coeffs, 8886 upgd conss, 0 impls, 7957 clqs, 0 implints
0.80/0.93	c (round 16, fast)       152 del vars, 1922 del conss, 666 add conss, 4 chg bounds, 602 chg sides, 12076 chg coeffs, 8886 upgd conss, 0 impls, 7958 clqs, 0 implints
0.91/1.06	c (round 17, exhaustive) 179 del vars, 1923 del conss, 666 add conss, 4 chg bounds, 604 chg sides, 12106 chg coeffs, 8889 upgd conss, 0 impls, 9720 clqs, 0 implints
0.91/1.07	c (round 18, fast)       181 del vars, 1955 del conss, 730 add conss, 4 chg bounds, 604 chg sides, 12106 chg coeffs, 8889 upgd conss, 0 impls, 9721 clqs, 0 implints
0.91/1.08	c (round 19, exhaustive) 181 del vars, 1955 del conss, 730 add conss, 4 chg bounds, 606 chg sides, 12118 chg coeffs, 8952 upgd conss, 0 impls, 9721 clqs, 0 implints
0.91/1.08	c (round 20, medium)     181 del vars, 1956 del conss, 735 add conss, 4 chg bounds, 612 chg sides, 12128 chg coeffs, 8952 upgd conss, 0 impls, 9723 clqs, 0 implints
0.91/1.09	c (round 21, exhaustive) 181 del vars, 2018 del conss, 735 add conss, 4 chg bounds, 612 chg sides, 12128 chg coeffs, 8952 upgd conss, 0 impls, 9723 clqs, 0 implints
1.10/1.28	c (round 22, exhaustive) 208 del vars, 2018 del conss, 735 add conss, 4 chg bounds, 612 chg sides, 12187 chg coeffs, 8952 upgd conss, 0 impls, 11965 clqs, 0 implints
1.10/1.28	c (round 23, fast)       208 del vars, 2051 del conss, 791 add conss, 4 chg bounds, 612 chg sides, 12189 chg coeffs, 8952 upgd conss, 0 impls, 11965 clqs, 0 implints
1.10/1.29	c (round 24, exhaustive) 208 del vars, 2052 del conss, 791 add conss, 4 chg bounds, 612 chg sides, 12197 chg coeffs, 9008 upgd conss, 0 impls, 11965 clqs, 0 implints
1.10/1.29	c (round 25, exhaustive) 208 del vars, 2101 del conss, 791 add conss, 4 chg bounds, 612 chg sides, 12197 chg coeffs, 9008 upgd conss, 0 impls, 11965 clqs, 0 implints
1.50/1.68	c (round 26, exhaustive) 233 del vars, 2101 del conss, 791 add conss, 4 chg bounds, 612 chg sides, 12327 chg coeffs, 9008 upgd conss, 0 impls, 15108 clqs, 0 implints
1.50/1.69	c (round 27, fast)       233 del vars, 2134 del conss, 853 add conss, 4 chg bounds, 612 chg sides, 12328 chg coeffs, 9008 upgd conss, 0 impls, 15112 clqs, 0 implints
1.60/1.70	c (round 28, exhaustive) 233 del vars, 2134 del conss, 853 add conss, 4 chg bounds, 613 chg sides, 12349 chg coeffs, 9070 upgd conss, 0 impls, 15112 clqs, 0 implints
1.60/1.70	c (round 29, exhaustive) 233 del vars, 2190 del conss, 855 add conss, 4 chg bounds, 616 chg sides, 12354 chg coeffs, 9070 upgd conss, 0 impls, 15112 clqs, 0 implints
1.91/2.08	c (round 30, exhaustive) 260 del vars, 2190 del conss, 855 add conss, 4 chg bounds, 616 chg sides, 12479 chg coeffs, 9070 upgd conss, 0 impls, 18904 clqs, 0 implints
1.91/2.08	c (round 31, fast)       260 del vars, 2224 del conss, 924 add conss, 4 chg bounds, 616 chg sides, 12482 chg coeffs, 9070 upgd conss, 0 impls, 18906 clqs, 0 implints
1.91/2.09	c (round 32, exhaustive) 261 del vars, 2225 del conss, 926 add conss, 4 chg bounds, 617 chg sides, 12506 chg coeffs, 9139 upgd conss, 0 impls, 18903 clqs, 0 implints
1.91/2.10	c (round 33, exhaustive) 261 del vars, 3962 del conss, 926 add conss, 4 chg bounds, 617 chg sides, 12506 chg coeffs, 9139 upgd conss, 0 impls, 18903 clqs, 0 implints
2.01/2.12	c    (1.6s) running MILP presolver
2.01/2.14	c    (1.6s) MILP presolver (2 rounds): 0 aggregations, 3 fixings, 0 bound changes
2.01/2.15	c (round 34, exhaustive) 264 del vars, 3966 del conss, 930 add conss, 4 chg bounds, 619 chg sides, 12509 chg coeffs, 9139 upgd conss, 0 impls, 18898 clqs, 0 implints
2.01/2.15	c (round 35, exhaustive) 264 del vars, 3971 del conss, 930 add conss, 4 chg bounds, 619 chg sides, 12509 chg coeffs, 9144 upgd conss, 0 impls, 18898 clqs, 0 implints
2.01/2.16	c (round 36, exhaustive) 264 del vars, 4034 del conss, 930 add conss, 4 chg bounds, 619 chg sides, 12509 chg coeffs, 9144 upgd conss, 0 impls, 18898 clqs, 0 implints
2.11/2.25	c    (1.7s) probing: 1000/6840 (14.6%) - 129 fixings, 0 aggregations, 12202 implications, 0 bound changes
2.31/2.48	c (round 37, exhaustive) 290 del vars, 4034 del conss, 930 add conss, 4 chg bounds, 619 chg sides, 12617 chg coeffs, 9144 upgd conss, 0 impls, 21580 clqs, 0 implints
2.31/2.48	c (round 38, fast)       290 del vars, 4068 del conss, 994 add conss, 4 chg bounds, 619 chg sides, 12620 chg coeffs, 9144 upgd conss, 0 impls, 21582 clqs, 0 implints
2.31/2.49	c (round 39, exhaustive) 290 del vars, 4069 del conss, 994 add conss, 4 chg bounds, 622 chg sides, 12652 chg coeffs, 9207 upgd conss, 0 impls, 21582 clqs, 0 implints
2.31/2.49	c (round 40, exhaustive) 290 del vars, 4124 del conss, 994 add conss, 4 chg bounds, 622 chg sides, 12652 chg coeffs, 9207 upgd conss, 0 impls, 21582 clqs, 0 implints
2.50/2.68	c (round 41, exhaustive) 319 del vars, 4124 del conss, 994 add conss, 4 chg bounds, 622 chg sides, 12784 chg coeffs, 9207 upgd conss, 0 impls, 22706 clqs, 0 implints
2.50/2.68	c (round 42, fast)       319 del vars, 4156 del conss, 1048 add conss, 4 chg bounds, 622 chg sides, 12784 chg coeffs, 9207 upgd conss, 0 impls, 22713 clqs, 0 implints
2.50/2.69	c (round 43, exhaustive) 319 del vars, 4156 del conss, 1048 add conss, 4 chg bounds, 625 chg sides, 12817 chg coeffs, 9260 upgd conss, 0 impls, 22713 clqs, 0 implints
2.50/2.69	c (round 44, exhaustive) 319 del vars, 4205 del conss, 1048 add conss, 4 chg bounds, 625 chg sides, 12817 chg coeffs, 9260 upgd conss, 0 impls, 22713 clqs, 0 implints
2.70/2.83	c (round 45, exhaustive) 344 del vars, 4205 del conss, 1048 add conss, 4 chg bounds, 625 chg sides, 12878 chg coeffs, 9260 upgd conss, 0 impls, 23124 clqs, 0 implints
2.70/2.83	c (round 46, fast)       344 del vars, 4237 del conss, 1087 add conss, 4 chg bounds, 625 chg sides, 12879 chg coeffs, 9260 upgd conss, 0 impls, 23126 clqs, 0 implints
2.70/2.84	c (round 47, exhaustive) 344 del vars, 4237 del conss, 1087 add conss, 4 chg bounds, 626 chg sides, 12907 chg coeffs, 9299 upgd conss, 0 impls, 23126 clqs, 0 implints
2.70/2.84	c (round 48, exhaustive) 344 del vars, 4270 del conss, 1087 add conss, 4 chg bounds, 626 chg sides, 12907 chg coeffs, 9299 upgd conss, 0 impls, 23126 clqs, 0 implints
2.92/3.06	c (round 49, exhaustive) 370 del vars, 4270 del conss, 1087 add conss, 4 chg bounds, 626 chg sides, 13005 chg coeffs, 9299 upgd conss, 0 impls, 23584 clqs, 0 implints
2.92/3.06	c (round 50, fast)       371 del vars, 4303 del conss, 1149 add conss, 4 chg bounds, 626 chg sides, 13005 chg coeffs, 9299 upgd conss, 0 impls, 23588 clqs, 0 implints
2.92/3.07	c (round 51, exhaustive) 372 del vars, 4304 del conss, 1152 add conss, 4 chg bounds, 627 chg sides, 13041 chg coeffs, 9361 upgd conss, 0 impls, 23586 clqs, 0 implints
2.92/3.08	c (round 52, exhaustive) 372 del vars, 4306 del conss, 1152 add conss, 4 chg bounds, 629 chg sides, 13042 chg coeffs, 9363 upgd conss, 0 impls, 23586 clqs, 0 implints
2.92/3.08	c (round 53, exhaustive) 372 del vars, 4360 del conss, 1152 add conss, 4 chg bounds, 629 chg sides, 13044 chg coeffs, 9363 upgd conss, 0 impls, 23586 clqs, 0 implints
3.10/3.21	c (round 54, exhaustive) 398 del vars, 4360 del conss, 1152 add conss, 4 chg bounds, 629 chg sides, 13178 chg coeffs, 9363 upgd conss, 0 impls, 23825 clqs, 0 implints
3.10/3.21	c (round 55, fast)       399 del vars, 4390 del conss, 1204 add conss, 4 chg bounds, 629 chg sides, 13180 chg coeffs, 9363 upgd conss, 0 impls, 23827 clqs, 0 implints
3.10/3.21	c (round 56, exhaustive) 399 del vars, 4390 del conss, 1204 add conss, 4 chg bounds, 631 chg sides, 13212 chg coeffs, 9415 upgd conss, 0 impls, 23827 clqs, 0 implints
3.10/3.22	c (round 57, exhaustive) 399 del vars, 4436 del conss, 1204 add conss, 4 chg bounds, 631 chg sides, 13212 chg coeffs, 9415 upgd conss, 0 impls, 23827 clqs, 0 implints
3.20/3.32	c (round 58, exhaustive) 427 del vars, 4436 del conss, 1204 add conss, 4 chg bounds, 631 chg sides, 13297 chg coeffs, 9415 upgd conss, 0 impls, 23737 clqs, 0 implints
3.20/3.32	c (round 59, fast)       427 del vars, 4467 del conss, 1256 add conss, 4 chg bounds, 631 chg sides, 13297 chg coeffs, 9415 upgd conss, 0 impls, 23742 clqs, 0 implints
3.20/3.33	c (round 60, exhaustive) 427 del vars, 4468 del conss, 1256 add conss, 4 chg bounds, 633 chg sides, 13337 chg coeffs, 9466 upgd conss, 0 impls, 23742 clqs, 0 implints
3.20/3.33	c (round 61, exhaustive) 427 del vars, 4514 del conss, 1256 add conss, 4 chg bounds, 633 chg sides, 13337 chg coeffs, 9466 upgd conss, 0 impls, 23742 clqs, 0 implints
3.30/3.41	c (round 62, exhaustive) 452 del vars, 4514 del conss, 1256 add conss, 4 chg bounds, 633 chg sides, 13404 chg coeffs, 9466 upgd conss, 0 impls, 23668 clqs, 0 implints
3.30/3.41	c (round 63, fast)       452 del vars, 4542 del conss, 1301 add conss, 4 chg bounds, 633 chg sides, 13404 chg coeffs, 9466 upgd conss, 0 impls, 23668 clqs, 0 implints
3.30/3.42	c (round 64, exhaustive) 452 del vars, 4543 del conss, 1301 add conss, 4 chg bounds, 637 chg sides, 13440 chg coeffs, 9510 upgd conss, 0 impls, 23668 clqs, 0 implints
3.30/3.42	c (round 65, exhaustive) 452 del vars, 4584 del conss, 1301 add conss, 4 chg bounds, 637 chg sides, 13442 chg coeffs, 9510 upgd conss, 0 impls, 23668 clqs, 0 implints
3.40/3.54	c    (3.0s) probing: 2000/6840 (29.2%) - 333 fixings, 0 aggregations, 18751 implications, 0 bound changes
3.40/3.54	c (round 66, exhaustive) 480 del vars, 4585 del conss, 1301 add conss, 4 chg bounds, 637 chg sides, 13470 chg coeffs, 9510 upgd conss, 0 impls, 24627 clqs, 0 implints
3.40/3.55	c (round 67, fast)       480 del vars, 4610 del conss, 1379 add conss, 4 chg bounds, 637 chg sides, 13492 chg coeffs, 9510 upgd conss, 0 impls, 24631 clqs, 0 implints
3.40/3.55	c (round 68, medium)     480 del vars, 4614 del conss, 1383 add conss, 4 chg bounds, 641 chg sides, 13565 chg coeffs, 9510 upgd conss, 0 impls, 24633 clqs, 0 implints
3.40/3.56	c (round 69, exhaustive) 480 del vars, 4615 del conss, 1383 add conss, 4 chg bounds, 645 chg sides, 13619 chg coeffs, 9579 upgd conss, 0 impls, 24633 clqs, 0 implints
3.40/3.56	c (round 70, medium)     480 del vars, 4617 del conss, 1405 add conss, 4 chg bounds, 667 chg sides, 13683 chg coeffs, 9579 upgd conss, 0 impls, 24650 clqs, 0 implints
3.40/3.57	c (round 71, exhaustive) 480 del vars, 4686 del conss, 1405 add conss, 4 chg bounds, 667 chg sides, 13691 chg coeffs, 9579 upgd conss, 0 impls, 24650 clqs, 0 implints
3.40/3.57	c (round 72, exhaustive) 480 del vars, 4697 del conss, 1405 add conss, 4 chg bounds, 667 chg sides, 13693 chg coeffs, 9579 upgd conss, 0 impls, 24650 clqs, 0 implints
3.40/3.59	c (round 73, exhaustive) 509 del vars, 4697 del conss, 1405 add conss, 4 chg bounds, 667 chg sides, 13762 chg coeffs, 9579 upgd conss, 0 impls, 24987 clqs, 0 implints
3.40/3.59	c (round 74, fast)       509 del vars, 4733 del conss, 1433 add conss, 4 chg bounds, 667 chg sides, 13784 chg coeffs, 9579 upgd conss, 0 impls, 25004 clqs, 0 implints
3.50/3.60	c (round 75, medium)     509 del vars, 4756 del conss, 1457 add conss, 4 chg bounds, 691 chg sides, 13972 chg coeffs, 9579 upgd conss, 0 impls, 25015 clqs, 0 implints
3.50/3.61	c (round 76, exhaustive) 509 del vars, 4757 del conss, 1457 add conss, 4 chg bounds, 693 chg sides, 13985 chg coeffs, 9595 upgd conss, 0 impls, 25015 clqs, 0 implints
3.50/3.61	c (round 77, medium)     509 del vars, 4759 del conss, 1459 add conss, 4 chg bounds, 695 chg sides, 13999 chg coeffs, 9595 upgd conss, 0 impls, 25019 clqs, 0 implints
3.50/3.62	c (round 78, exhaustive) 509 del vars, 4775 del conss, 1459 add conss, 4 chg bounds, 695 chg sides, 14009 chg coeffs, 9595 upgd conss, 0 impls, 25019 clqs, 0 implints
3.50/3.67	c (round 79, exhaustive) 537 del vars, 4777 del conss, 1461 add conss, 4 chg bounds, 695 chg sides, 14077 chg coeffs, 9595 upgd conss, 0 impls, 26993 clqs, 0 implints
3.50/3.67	c (round 80, fast)       537 del vars, 4802 del conss, 1497 add conss, 4 chg bounds, 695 chg sides, 14086 chg coeffs, 9595 upgd conss, 0 impls, 27008 clqs, 0 implints
3.50/3.68	c (round 81, medium)     537 del vars, 4820 del conss, 1511 add conss, 4 chg bounds, 709 chg sides, 14219 chg coeffs, 9595 upgd conss, 0 impls, 27014 clqs, 0 implints
3.50/3.69	c (round 82, exhaustive) 537 del vars, 4822 del conss, 1511 add conss, 4 chg bounds, 713 chg sides, 14281 chg coeffs, 9595 upgd conss, 0 impls, 27014 clqs, 0 implints
3.50/3.69	c (round 83, medium)     537 del vars, 4828 del conss, 1516 add conss, 4 chg bounds, 717 chg sides, 14321 chg coeffs, 9595 upgd conss, 0 impls, 27026 clqs, 0 implints
3.60/3.70	c (round 84, exhaustive) 537 del vars, 4828 del conss, 1516 add conss, 4 chg bounds, 717 chg sides, 14354 chg coeffs, 9620 upgd conss, 0 impls, 27026 clqs, 0 implints
3.60/3.70	c (round 85, exhaustive) 537 del vars, 4856 del conss, 1516 add conss, 4 chg bounds, 717 chg sides, 14360 chg coeffs, 9620 upgd conss, 0 impls, 27044 clqs, 0 implints
3.60/3.71	c (round 86, exhaustive) 553 del vars, 4859 del conss, 1516 add conss, 4 chg bounds, 717 chg sides, 14408 chg coeffs, 9620 upgd conss, 0 impls, 26738 clqs, 0 implints
3.60/3.71	c (round 87, fast)       570 del vars, 4874 del conss, 1523 add conss, 4 chg bounds, 717 chg sides, 14425 chg coeffs, 9620 upgd conss, 0 impls, 26737 clqs, 0 implints
3.60/3.71	c (round 88, medium)     570 del vars, 4876 del conss, 1525 add conss, 4 chg bounds, 719 chg sides, 14445 chg coeffs, 9620 upgd conss, 0 impls, 26739 clqs, 0 implints
3.60/3.72	c (round 89, exhaustive) 570 del vars, 4881 del conss, 1525 add conss, 4 chg bounds, 719 chg sides, 14450 chg coeffs, 9624 upgd conss, 0 impls, 26739 clqs, 0 implints
3.60/3.73	c (round 90, medium)     570 del vars, 4883 del conss, 1528 add conss, 4 chg bounds, 721 chg sides, 14468 chg coeffs, 9624 upgd conss, 0 impls, 26742 clqs, 0 implints
3.70/3.86	c (round 91, exhaustive) 596 del vars, 4883 del conss, 1528 add conss, 4 chg bounds, 721 chg sides, 14482 chg coeffs, 9624 upgd conss, 0 impls, 29114 clqs, 0 implints
3.70/3.86	c (round 92, fast)       596 del vars, 4907 del conss, 1566 add conss, 4 chg bounds, 721 chg sides, 14495 chg coeffs, 9624 upgd conss, 0 impls, 29120 clqs, 0 implints
3.70/3.87	c (round 93, medium)     599 del vars, 4910 del conss, 1568 add conss, 4 chg bounds, 723 chg sides, 14520 chg coeffs, 9624 upgd conss, 0 impls, 28972 clqs, 0 implints
3.70/3.87	c (round 94, fast)       601 del vars, 4918 del conss, 1571 add conss, 4 chg bounds, 726 chg sides, 14522 chg coeffs, 9624 upgd conss, 0 impls, 28972 clqs, 0 implints
3.70/3.87	c (round 95, medium)     601 del vars, 4924 del conss, 1577 add conss, 4 chg bounds, 735 chg sides, 14571 chg coeffs, 9624 upgd conss, 0 impls, 28975 clqs, 0 implints
3.70/3.88	c (round 96, exhaustive) 601 del vars, 4929 del conss, 1577 add conss, 4 chg bounds, 739 chg sides, 14655 chg coeffs, 9624 upgd conss, 0 impls, 28975 clqs, 0 implints
3.70/3.89	c (round 97, medium)     601 del vars, 4932 del conss, 1580 add conss, 4 chg bounds, 741 chg sides, 14679 chg coeffs, 9624 upgd conss, 0 impls, 29036 clqs, 0 implints
3.70/3.89	c (round 98, exhaustive) 601 del vars, 4933 del conss, 1580 add conss, 4 chg bounds, 741 chg sides, 14737 chg coeffs, 9653 upgd conss, 0 impls, 29036 clqs, 0 implints
3.80/3.90	c (round 99, exhaustive) 601 del vars, 4960 del conss, 1580 add conss, 4 chg bounds, 741 chg sides, 14768 chg coeffs, 9653 upgd conss, 0 impls, 29078 clqs, 0 implints
3.80/3.91	c (round 100, exhaustive) 601 del vars, 4987 del conss, 1580 add conss, 4 chg bounds, 741 chg sides, 14783 chg coeffs, 9653 upgd conss, 0 impls, 29105 clqs, 0 implints
3.80/3.91	c (round 101, exhaustive) 619 del vars, 4996 del conss, 1582 add conss, 4 chg bounds, 741 chg sides, 14855 chg coeffs, 9653 upgd conss, 0 impls, 27908 clqs, 0 implints
3.80/3.92	c (round 102, fast)       639 del vars, 5030 del conss, 1603 add conss, 4 chg bounds, 741 chg sides, 14856 chg coeffs, 9653 upgd conss, 0 impls, 27929 clqs, 0 implints
3.80/3.92	c (round 103, medium)     639 del vars, 5042 del conss, 1615 add conss, 4 chg bounds, 753 chg sides, 14993 chg coeffs, 9653 upgd conss, 0 impls, 27937 clqs, 0 implints
3.80/3.93	c (round 104, exhaustive) 639 del vars, 5044 del conss, 1615 add conss, 4 chg bounds, 753 chg sides, 14997 chg coeffs, 9659 upgd conss, 0 impls, 27937 clqs, 0 implints
3.80/3.93	c (round 105, medium)     639 del vars, 5046 del conss, 1618 add conss, 4 chg bounds, 755 chg sides, 15016 chg coeffs, 9659 upgd conss, 0 impls, 27939 clqs, 0 implints
3.91/4.04	c (round 106, exhaustive) 664 del vars, 5050 del conss, 1618 add conss, 4 chg bounds, 755 chg sides, 15098 chg coeffs, 9659 upgd conss, 0 impls, 29084 clqs, 0 implints
3.91/4.04	c (round 107, fast)       664 del vars, 5074 del conss, 1665 add conss, 4 chg bounds, 755 chg sides, 15106 chg coeffs, 9659 upgd conss, 0 impls, 29096 clqs, 0 implints
3.91/4.05	c (round 108, medium)     664 del vars, 5093 del conss, 1682 add conss, 4 chg bounds, 775 chg sides, 15293 chg coeffs, 9659 upgd conss, 0 impls, 29103 clqs, 0 implints
3.91/4.06	c (round 109, exhaustive) 664 del vars, 5094 del conss, 1682 add conss, 4 chg bounds, 779 chg sides, 15373 chg coeffs, 9696 upgd conss, 0 impls, 29103 clqs, 0 implints
3.91/4.06	c (round 110, medium)     664 del vars, 5097 del conss, 1687 add conss, 4 chg bounds, 783 chg sides, 15415 chg coeffs, 9696 upgd conss, 0 impls, 29148 clqs, 0 implints
3.91/4.07	c (round 111, exhaustive) 664 del vars, 5133 del conss, 1687 add conss, 4 chg bounds, 783 chg sides, 15434 chg coeffs, 9696 upgd conss, 0 impls, 29148 clqs, 0 implints
3.91/4.08	c (round 112, exhaustive) 664 del vars, 5149 del conss, 1687 add conss, 4 chg bounds, 783 chg sides, 15449 chg coeffs, 9696 upgd conss, 0 impls, 29185 clqs, 0 implints
3.91/4.08	c (round 113, exhaustive) 670 del vars, 5149 del conss, 1687 add conss, 4 chg bounds, 783 chg sides, 15531 chg coeffs, 9696 upgd conss, 0 impls, 29035 clqs, 0 implints
3.91/4.08	c (round 114, fast)       676 del vars, 5155 del conss, 1691 add conss, 4 chg bounds, 783 chg sides, 15532 chg coeffs, 9696 upgd conss, 0 impls, 29045 clqs, 0 implints
3.91/4.09	c (round 115, medium)     676 del vars, 5159 del conss, 1695 add conss, 4 chg bounds, 787 chg sides, 15578 chg coeffs, 9696 upgd conss, 0 impls, 29056 clqs, 0 implints
3.91/4.10	c (round 116, exhaustive) 676 del vars, 5161 del conss, 1695 add conss, 4 chg bounds, 787 chg sides, 15584 chg coeffs, 9700 upgd conss, 0 impls, 29056 clqs, 0 implints
4.01/4.18	c (round 117, exhaustive) 701 del vars, 5165 del conss, 1695 add conss, 4 chg bounds, 787 chg sides, 15588 chg coeffs, 9700 upgd conss, 0 impls, 31114 clqs, 0 implints
4.01/4.19	c (round 118, fast)       701 del vars, 5191 del conss, 1731 add conss, 4 chg bounds, 787 chg sides, 15597 chg coeffs, 9700 upgd conss, 0 impls, 31118 clqs, 0 implints
4.01/4.19	c (round 119, medium)     702 del vars, 5195 del conss, 1735 add conss, 4 chg bounds, 794 chg sides, 15646 chg coeffs, 9700 upgd conss, 0 impls, 31096 clqs, 0 implints
4.10/4.20	c (round 120, exhaustive) 703 del vars, 5199 del conss, 1736 add conss, 4 chg bounds, 797 chg sides, 15728 chg coeffs, 9700 upgd conss, 0 impls, 31097 clqs, 0 implints
4.10/4.21	c (round 121, medium)     703 del vars, 5205 del conss, 1745 add conss, 4 chg bounds, 806 chg sides, 15838 chg coeffs, 9700 upgd conss, 0 impls, 31172 clqs, 0 implints
4.10/4.21	c (round 122, fast)       703 del vars, 5208 del conss, 1748 add conss, 4 chg bounds, 806 chg sides, 15838 chg coeffs, 9700 upgd conss, 0 impls, 31174 clqs, 0 implints
4.10/4.22	c (round 123, exhaustive) 703 del vars, 5211 del conss, 1748 add conss, 4 chg bounds, 806 chg sides, 15881 chg coeffs, 9729 upgd conss, 0 impls, 31174 clqs, 0 implints
4.10/4.22	c (round 124, exhaustive) 703 del vars, 5242 del conss, 1749 add conss, 4 chg bounds, 806 chg sides, 15913 chg coeffs, 9729 upgd conss, 0 impls, 31216 clqs, 0 implints
4.10/4.23	c (round 125, medium)     703 del vars, 5244 del conss, 1752 add conss, 4 chg bounds, 808 chg sides, 15944 chg coeffs, 9729 upgd conss, 0 impls, 31238 clqs, 0 implints
4.10/4.28	c (round 126, exhaustive) 733 del vars, 5249 del conss, 1752 add conss, 4 chg bounds, 808 chg sides, 15988 chg coeffs, 9729 upgd conss, 0 impls, 34415 clqs, 0 implints
4.10/4.28	c (round 127, fast)       733 del vars, 5269 del conss, 1785 add conss, 4 chg bounds, 808 chg sides, 15992 chg coeffs, 9729 upgd conss, 0 impls, 34419 clqs, 0 implints
4.10/4.29	c (round 128, medium)     733 del vars, 5271 del conss, 1791 add conss, 4 chg bounds, 817 chg sides, 16073 chg coeffs, 9729 upgd conss, 0 impls, 34450 clqs, 0 implints
4.10/4.29	c (round 129, fast)       733 del vars, 5275 del conss, 1793 add conss, 4 chg bounds, 817 chg sides, 16073 chg coeffs, 9729 upgd conss, 0 impls, 34451 clqs, 0 implints
4.20/4.30	c (round 130, exhaustive) 733 del vars, 5276 del conss, 1793 add conss, 4 chg bounds, 819 chg sides, 16192 chg coeffs, 9757 upgd conss, 0 impls, 34451 clqs, 0 implints
4.20/4.31	c (round 131, medium)     733 del vars, 5284 del conss, 1807 add conss, 4 chg bounds, 833 chg sides, 16365 chg coeffs, 9757 upgd conss, 0 impls, 34544 clqs, 0 implints
4.20/4.31	c (round 132, fast)       733 del vars, 5287 del conss, 1810 add conss, 4 chg bounds, 833 chg sides, 16365 chg coeffs, 9757 upgd conss, 0 impls, 34547 clqs, 0 implints
4.20/4.32	c (round 133, exhaustive) 733 del vars, 5315 del conss, 1810 add conss, 4 chg bounds, 833 chg sides, 16447 chg coeffs, 9757 upgd conss, 0 impls, 34547 clqs, 0 implints
4.20/4.33	c (round 134, exhaustive) 733 del vars, 5348 del conss, 1812 add conss, 4 chg bounds, 835 chg sides, 16524 chg coeffs, 9757 upgd conss, 0 impls, 34641 clqs, 0 implints
4.20/4.33	c (round 135, fast)       733 del vars, 5356 del conss, 1820 add conss, 4 chg bounds, 835 chg sides, 16524 chg coeffs, 9757 upgd conss, 0 impls, 34649 clqs, 0 implints
4.30/4.44	c (round 136, exhaustive) 761 del vars, 5358 del conss, 1820 add conss, 4 chg bounds, 835 chg sides, 16604 chg coeffs, 9757 upgd conss, 0 impls, 36987 clqs, 0 implints
4.30/4.44	c (round 137, fast)       761 del vars, 5375 del conss, 1857 add conss, 4 chg bounds, 835 chg sides, 16606 chg coeffs, 9757 upgd conss, 0 impls, 36991 clqs, 0 implints
4.30/4.45	c (round 138, medium)     761 del vars, 5392 del conss, 1877 add conss, 4 chg bounds, 858 chg sides, 16880 chg coeffs, 9757 upgd conss, 0 impls, 37043 clqs, 0 implints
4.30/4.45	c (round 139, fast)       761 del vars, 5396 del conss, 1879 add conss, 4 chg bounds, 858 chg sides, 16880 chg coeffs, 9757 upgd conss, 0 impls, 37043 clqs, 0 implints
4.30/4.46	c (round 140, exhaustive) 761 del vars, 5398 del conss, 1879 add conss, 4 chg bounds, 860 chg sides, 16999 chg coeffs, 9788 upgd conss, 0 impls, 37043 clqs, 0 implints
4.30/4.46	c (round 141, fast)       761 del vars, 5402 del conss, 1883 add conss, 4 chg bounds, 860 chg sides, 16999 chg coeffs, 9788 upgd conss, 0 impls, 37046 clqs, 0 implints
4.30/4.48	c (round 142, exhaustive) 761 del vars, 5434 del conss, 1883 add conss, 4 chg bounds, 860 chg sides, 17079 chg coeffs, 9788 upgd conss, 0 impls, 37158 clqs, 0 implints
4.30/4.49	c (round 143, exhaustive) 761 del vars, 5448 del conss, 1884 add conss, 4 chg bounds, 860 chg sides, 17138 chg coeffs, 9788 upgd conss, 0 impls, 37266 clqs, 0 implints
4.30/4.49	c (round 144, fast)       761 del vars, 5454 del conss, 1890 add conss, 4 chg bounds, 860 chg sides, 17138 chg coeffs, 9788 upgd conss, 0 impls, 37272 clqs, 0 implints
4.60/4.76	c    (4.2s) probing: 2587/6840 (37.8%) - 458 fixings, 64 aggregations, 39743 implications, 0 bound changes
4.60/4.76	c    (4.2s) probing aborted: 50/50 successive totally useless probings
4.60/4.78	c    (4.2s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
4.70/4.81	c    (4.2s) symmetry computation finished: 17 generators found (max: 1500, log10 of symmetry group size: 5.12) (symcode time: 0.00)
4.70/4.81	c dynamic symmetry handling statistics:
4.70/4.81	c    orbitopal reduction:       no components
4.70/4.81	c    orbital reduction:         no components
4.70/4.81	c    lexicographic reduction:   17 permutations with support sizes 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 16, 6
4.70/4.81	c handled 17 out of 17 symmetry components
4.70/4.82	c presolving (145 rounds: 145 fast, 109 medium, 84 exhaustive):
4.70/4.82	c  764 deleted vars, 5454 deleted constraints, 1890 added constraints, 4 tightened bounds, 0 added holes, 860 changed sides, 17220 changed coefficients
4.70/4.82	c  0 implications, 38267 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
4.70/4.82	c presolved problem has 6259 variables (6259 bin, 0 int, 0 cont) and 6451 constraints
4.70/4.82	c    2813 constraints of type <knapsack>
4.70/4.82	c    3043 constraints of type <setppc>
4.70/4.82	c     465 constraints of type <linear>
4.70/4.82	c     130 constraints of type <logicor>
4.70/4.82	c transformed objective value is always integral (scale: 1)
4.70/4.82	c Presolving Time: 4.24
4.70/4.82	c 
10.38/10.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
10.38/10.57	c  10.0s|     1 |     0 | 20161 |     - |   181M |   0 |6259 |6477 |6457 |   0 |  0 |  22 |   0 | 0.000000e+00 |      --      |    Inf | unknown
10.38/10.57	c (node 1) LP solver hit time limit in LP 1 -- using pseudo solution instead
10.38/10.57	c 
10.38/10.57	c SCIP Status        : solving was interrupted [time limit reached]
10.38/10.57	c Solving Time (sec) : 10.00
10.38/10.57	c Solving Nodes      : 1
10.38/10.57	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
10.38/10.57	c Dual Bound         : +0.00000000000000e+00
10.38/10.57	c Gap                : infinite
10.38/10.57	c SCIP status: 23 (TIMELIMIT)
10.38/10.57	c solveScip: freeing transform (!can_skip_free_transform)
10.48/10.60	c SCIP presolver: sst_unknown
10.48/10.60	c Converting 10016 PB-constraints to clauses...
10.48/10.60	c   -- Clauses(.)/Splits(s): ============================########################################################################################################################################################################################################################################################################################################################################################################################################################################################################################estimatedAdderCost: 7
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 10
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 10
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 7
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 10
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 7
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 10
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 10
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.67	c d: 1
10.48/10.67	c estimatedAdderCost: 12
10.48/10.67	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 7
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 10
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 10
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 7
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 10
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 10
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 7
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 10
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 7
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 10
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 10
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 7
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 10
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 10
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 12
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 11
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 14
10.48/10.68	c Try to convert by bdds
10.48/10.68	c d: 1
10.48/10.68	c estimatedAdderCost: 16
10.48/10.68	c Try to convert by bdds
10.48/10.68	c D: 1
10.48/10.68	c estimatedAdderCost: 16
10.48/10.68	c Try to convert by bdds
10.48/10.68	c D: 1
10.48/10.68	c estimatedAdderCost: 16
10.48/10.68	c Try to convert by bdds
10.48/10.68	c D: 1
10.48/10.68	c estimatedAdderCost: 16
10.48/10.68	c Try to convert by bdds
10.48/10.68	c D: 1
10.48/10.68	c estimatedAdderCost: 16
10.48/10.68	c Try to convert by bdds
10.48/10.68	c D: 1
10.48/10.68	c estimatedAdderCost: 16
10.48/10.68	c Try to convert by bdds
10.48/10.68	c D: 1
10.48/10.68	c estimatedAdderCost: 16
10.48/10.68	c Try to convert by bdds
10.48/10.68	c D: 1
10.48/10.68	c estimatedAdderCost: 16
10.48/10.68	c Try to convert by bdds
10.48/10.68	c D: 1
10.48/10.68	c estimatedAdderCost: 16
10.48/10.68	c Try to convert by bdds
10.48/10.68	c D: 1
10.48/10.68	c estimatedAdderCost: 16
10.48/10.68	c Try to convert by bdds
10.48/10.68	c D: 1
10.48/10.68	c estimatedAdderCost: 16
10.48/10.68	c Try to convert by bdds
10.48/10.68	c D: 1
10.48/10.68	c estimatedAdderCost: 16
10.48/10.68	c Try to convert by bdds
10.48/10.68	c D: 1
10.48/10.68	c estimatedAdderCost: 16
10.48/10.68	c Try to convert by bdds
10.48/10.68	c D: 1
10.48/10.68	c estimatedAdderCost: 16
10.48/10.68	c Try to convert by bdds
10.48/10.68	c D: 1
10.48/10.68	c estimatedAdderCost: 16
10.48/10.68	c Try to convert by bdds
10.48/10.68	c D: 1
10.48/10.68	c estimatedAdderCost: 16
10.48/10.68	c Try to convert by bdds
10.48/10.68	c D: 1
10.48/10.68	c estimatedAdderCost: 16
10.48/10.68	c Try to convert by bdds
10.48/10.68	c D: 1
10.48/10.68	c estimatedAdderCost: 16
10.48/10.68	c Try to convert by bdds
10.48/10.68	c D: 1
10.48/10.68	c estimatedAdderCost: 16
10.48/10.68	c Try to convert by bdds
10.48/10.68	c D: 1
10.48/10.68	c estimatedAdderCost: 16
10.48/10.68	c Try to convert by bdds
10.48/10.68	c D: 1
10.48/10.68	c estimatedAdderCost: 16
10.48/10.68	c Try to convert by bdds
10.48/10.68	c D: 1
10.48/10.68	c estimatedAdderCost: 16
10.48/10.68	c Try to convert by bdds
10.48/10.68	c D: 1
10.48/10.68	c estimatedAdderCost: 16
10.48/10.68	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 14
10.48/10.69	c Try to convert by bdds
10.48/10.69	c d: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 11
10.48/10.69	c Try to convert by bdds
10.48/10.69	c d: 1
10.48/10.69	c estimatedAdderCost: 14
10.48/10.69	c Try to convert by bdds
10.48/10.69	c d: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 11
10.48/10.69	c Try to convert by bdds
10.48/10.69	c d: 1
10.48/10.69	c estimatedAdderCost: 14
10.48/10.69	c Try to convert by bdds
10.48/10.69	c d: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 14
10.48/10.69	c Try to convert by bdds
10.48/10.69	c d: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 11
10.48/10.69	c Try to convert by bdds
10.48/10.69	c d: 1
10.48/10.69	c estimatedAdderCost: 14
10.48/10.69	c Try to convert by bdds
10.48/10.69	c d: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 14
10.48/10.69	c Try to convert by bdds
10.48/10.69	c d: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.69	c D: 1
10.48/10.69	c estimatedAdderCost: 16
10.48/10.69	c Try to convert by bdds
10.48/10.70	c D: 1
10.48/10.70	c estimatedAdderCost: 16
10.48/10.70	c Try to convert by bdds
10.48/10.70	c D: 1
10.48/10.70	c estimatedAdderCost: 16
10.48/10.70	c Try to convert by bdds
10.48/10.70	c D: 1
10.48/10.70	c estimatedAdderCost: 16
10.48/10.70	c Try to convert by bdds
10.48/10.70	c D: 1
10.48/10.70	c estimatedAdderCost: 16
10.48/10.70	c Try to convert by bdds
10.58/10.70	c D: 1
10.58/10.70	c estimatedAdderCost: 16
10.58/10.70	c Try to convert by bdds
10.58/10.71	c D: 1
10.58/10.71	c estimatedAdderCost: 30
10.58/10.71	c Try to convert by bdds
10.58/10.71	c d: 1
10.58/10.71	c estimatedAdderCost: 30
10.58/10.71	c Try to convert by bdds
10.58/10.71	c d: 1
10.58/10.71	c estimatedAdderCost: 30
10.58/10.71	c Try to convert by bdds
10.58/10.71	c d: 1
10.58/10.71	c estimatedAdderCost: 30
10.58/10.71	c Try to convert by bdds
10.58/10.71	c d: 1
10.58/10.71	c estimatedAdderCost: 30
10.58/10.71	c Try to convert by bdds
10.58/10.71	c d: 1
10.58/10.71	c estimatedAdderCost: 30
10.58/10.71	c Try to convert by bdds
10.58/10.71	c d: 1
10.58/10.71	c estimatedAdderCost: 30
10.58/10.71	c Try to convert by bdds
10.58/10.72	c d: 1
10.58/10.72	c estimatedAdderCost: 30
10.58/10.72	c Try to convert by bdds
10.58/10.72	c d: 1
10.58/10.72	c estimatedAdderCost: 30
10.58/10.72	c Try to convert by bdds
10.58/10.72	c d: 1
10.58/10.72	c estimatedAdderCost: 30
10.58/10.72	c Try to convert by bdds
10.58/10.72	c d: 1
10.58/10.72	c estimatedAdderCost: 30
10.58/10.72	c Try to convert by bdds
10.58/10.72	c d: 1
10.58/10.72	c estimatedAdderCost: 30
10.58/10.72	c Try to convert by bdds
10.58/10.72	c d: 1
10.58/10.72	c estimatedAdderCost: 30
10.58/10.72	c Try to convert by bdds
10.58/10.72	c d: 1
10.58/10.72	c estimatedAdderCost: 30
10.58/10.72	c Try to convert by bdds
10.58/10.72	c d: 1
10.58/10.72	c estimatedAdderCost: 30
10.58/10.72	c Try to convert by bdds
10.58/10.72	c d: 1
10.58/10.72	c estimatedAdderCost: 30
10.58/10.72	c Try to convert by bdds
10.58/10.72	c d: 1
10.58/10.72	c estimatedAdderCost: 30
10.58/10.72	c Try to convert by bdds
10.58/10.73	c d: 1
10.58/10.73	c estimatedAdderCost: 30
10.58/10.73	c Try to convert by bdds
10.58/10.73	c d: 1
10.58/10.73	c estimatedAdderCost: 30
10.58/10.73	c Try to convert by bdds
10.58/10.73	c d: 1
10.58/10.73	c estimatedAdderCost: 30
10.58/10.73	c Try to convert by bdds
10.58/10.73	c d: 1
10.58/10.73	c estimatedAdderCost: 30
10.58/10.73	c Try to convert by bdds
10.58/10.73	c d: 1
10.58/10.73	c estimatedAdderCost: 30
10.58/10.73	c Try to convert by bdds
10.58/10.73	c d: 1
10.58/10.73	c estimatedAdderCost: 30
10.58/10.73	c Try to convert by bdds
10.58/10.73	c d: 1
10.58/10.73	c estimatedAdderCost: 30
10.58/10.73	c Try to convert by bdds
10.58/10.73	c d: 1
10.58/10.73	c estimatedAdderCost: 30
10.58/10.73	c Try to convert by bdds
10.58/10.73	c d: 1
10.58/10.73	c estimatedAdderCost: 30
10.58/10.73	c Try to convert by bdds
10.58/10.73	c d: 1
10.58/10.73	c estimatedAdderCost: 30
10.58/10.73	c Try to convert by bdds
10.58/10.74	c d: 1
10.58/10.74	c estimatedAdderCost: 30
10.58/10.74	c Try to convert by bdds
10.58/10.74	c d: 1
10.58/10.74	c estimatedAdderCost: 30
10.58/10.74	c Try to convert by bdds
10.58/10.74	c d: 1
10.58/10.74	c estimatedAdderCost: 30
10.58/10.74	c Try to convert by bdds
10.58/10.74	c d: 1
10.58/10.74	c estimatedAdderCost: 30
10.58/10.74	c Try to convert by bdds
10.58/10.74	c d: 1
10.58/10.74	c estimatedAdderCost: 30
10.58/10.74	c Try to convert by bdds
10.58/10.74	c d: 1
10.58/10.74	c estimatedAdderCost: 30
10.58/10.74	c Try to convert by bdds
10.58/10.74	c d: 1
10.58/10.74	c estimatedAdderCost: 30
10.58/10.74	c Try to convert by bdds
10.58/10.74	c d: 1
10.58/10.74	c estimatedAdderCost: 30
10.58/10.74	c Try to convert by bdds
10.58/10.74	c d: 1
10.58/10.74	c estimatedAdderCost: 30
10.58/10.74	c Try to convert by bdds
10.58/10.74	c d: 1
10.58/10.74	c estimatedAdderCost: 40
10.58/10.74	c Try to convert by bdds
10.58/10.75	c d: 1
10.58/10.75	c estimatedAdderCost: 40
10.58/10.75	c Try to convert by bdds
10.58/10.75	c d: 1
10.58/10.75	c estimatedAdderCost: 40
10.58/10.75	c Try to convert by bdds
10.58/10.75	c d: 1
10.58/10.75	c estimatedAdderCost: 40
10.58/10.75	c Try to convert by bdds
10.58/10.75	c d: 1
10.58/10.75	c estimatedAdderCost: 40
10.58/10.75	c Try to convert by bdds
10.58/10.75	c d: 1
10.58/10.75	c estimatedAdderCost: 40
10.58/10.75	c Try to convert by bdds
10.58/10.75	c d: 1
10.58/10.75	c estimatedAdderCost: 40
10.58/10.75	c Try to convert by bdds
10.58/10.76	c d: 1
10.58/10.76	c estimatedAdderCost: 40
10.58/10.76	c Try to convert by bdds
10.58/10.76	c d: 1
10.58/10.76	c estimatedAdderCost: 40
10.58/10.76	c Try to convert by bdds
10.58/10.76	c d: 1
10.58/10.76	c estimatedAdderCost: 40
10.58/10.76	c Try to convert by bdds
10.58/10.76	c d: 1
10.58/10.76	c estimatedAdderCost: 40
10.58/10.76	c Try to convert by bdds
10.58/10.76	c d: 1
10.58/10.76	c estimatedAdderCost: 40
10.58/10.76	c Try to convert by bdds
10.58/10.76	c d: 1
10.58/10.76	c estimatedAdderCost: 40
10.58/10.76	c Try to convert by bdds
10.58/10.76	c d: 1
10.58/10.76	c estimatedAdderCost: 40
10.58/10.76	c Try to convert by bdds
10.58/10.77	c d: 1
10.58/10.77	c estimatedAdderCost: 40
10.58/10.77	c Try to convert by bdds
10.58/10.77	c d: 1
10.58/10.77	c estimatedAdderCost: 40
10.58/10.77	c Try to convert by bdds
10.58/10.77	c d: 1
10.58/10.77	c estimatedAdderCost: 40
10.58/10.77	c Try to convert by bdds
10.58/10.77	c d: 1
10.58/10.77	c estimatedAdderCost: 40
10.58/10.77	c Try to convert by bdds
10.58/10.77	c d: 1
10.58/10.77	c estimatedAdderCost: 30
10.58/10.77	c Try to convert by bdds
10.58/10.77	c d: 1
10.58/10.77	c estimatedAdderCost: 30
10.58/10.77	c Try to convert by bdds
10.58/10.77	c d: 1
10.58/10.77	c estimatedAdderCost: 30
10.58/10.77	c Try to convert by bdds
10.58/10.78	c d: 1
10.58/10.78	c estimatedAdderCost: 30
10.58/10.78	c Try to convert by bdds
10.58/10.78	c d: 1
10.58/10.78	c estimatedAdderCost: 30
10.58/10.78	c Try to convert by bdds
10.58/10.78	c d: 1
10.58/10.78	c estimatedAdderCost: 30
10.58/10.78	c Try to convert by bdds
10.58/10.78	c d: 1
10.58/10.78	c estimatedAdderCost: 30
10.58/10.78	c Try to convert by bdds
10.58/10.78	c d: 1
10.58/10.78	c estimatedAdderCost: 30
10.58/10.78	c Try to convert by bdds
10.58/10.78	c d: 1
10.58/10.78	c estimatedAdderCost: 30
10.58/10.78	c Try to convert by bdds
10.58/10.78	c d: 1
10.58/10.78	c estimatedAdderCost: 30
10.58/10.78	c Try to convert by bdds
10.58/10.78	c d: 1
10.58/10.78	c estimatedAdderCost: 30
10.58/10.78	c Try to convert by bdds
10.58/10.78	c d: 1
10.58/10.78	c estimatedAdderCost: 30
10.58/10.78	c Try to convert by bdds
10.58/10.78	c d: 1
10.58/10.78	c estimatedAdderCost: 30
10.58/10.78	c Try to convert by bdds
10.58/10.79	c d: 1
10.58/10.79	c estimatedAdderCost: 30
10.58/10.79	c Try to convert by bdds
10.58/10.79	c d: 1
10.58/10.79	c estimatedAdderCost: 30
10.58/10.79	c Try to convert by bdds
10.58/10.79	c d: 1
10.58/10.79	c estimatedAdderCost: 30
10.58/10.79	c Try to convert by bdds
10.58/10.79	c d: 1
10.58/10.79	c estimatedAdderCost: 30
10.58/10.79	c Try to convert by bdds
10.58/10.79	c d: 1
10.58/10.79	c estimatedAdderCost: 30
10.58/10.79	c Try to convert by bdds
10.58/10.79	c d: 1
10.58/10.79	c estimatedAdderCost: 30
10.58/10.79	c Try to convert by bdds
10.58/10.79	c d: 1
10.58/10.79	c estimatedAdderCost: 30
10.58/10.79	c Try to convert by bdds
10.58/10.79	c d: 1
10.58/10.79	c estimatedAdderCost: 30
10.58/10.79	c Try to convert by bdds
10.58/10.79	c d: 1
10.58/10.79	c estimatedAdderCost: 30
10.58/10.79	c Try to convert by bdds
10.58/10.79	c d: 1
10.58/10.79	c estimatedAdderCost: 30
10.58/10.79	c Try to convert by bdds
10.68/10.80	c d: 1
10.68/10.80	c estimatedAdderCost: 30
10.68/10.80	c Try to convert by bdds
10.68/10.80	c d: 1
10.68/10.80	c estimatedAdderCost: 30
10.68/10.80	c Try to convert by bdds
10.68/10.80	c d: 1
10.68/10.80	c estimatedAdderCost: 30
10.68/10.80	c Try to convert by bdds
10.68/10.80	c d: 1
10.68/10.80	c estimatedAdderCost: 30
10.68/10.80	c Try to convert by bdds
10.68/10.80	c d: 1
10.68/10.80	c estimatedAdderCost: 30
10.68/10.80	c Try to convert by bdds
10.68/10.80	c d: 1
10.68/10.80	c estimatedAdderCost: 30
10.68/10.80	c Try to convert by bdds
10.68/10.80	c d: 1
10.68/10.80	c estimatedAdderCost: 30
10.68/10.80	c Try to convert by bdds
10.68/10.80	c d: 1
10.68/10.80	c estimatedAdderCost: 30
10.68/10.80	c Try to convert by bdds
10.68/10.80	c d: 1
10.68/10.80	c estimatedAdderCost: 30
10.68/10.80	c Try to convert by bdds
10.68/10.80	c d: 1
10.68/10.80	c estimatedAdderCost: 30
10.68/10.80	c Try to convert by bdds
10.68/10.81	c d: 1
10.68/10.81	c estimatedAdderCost: 30
10.68/10.81	c Try to convert by bdds
10.68/10.81	c d: 1
10.68/10.81	c estimatedAdderCost: 30
10.68/10.81	c Try to convert by bdds
10.68/10.81	c d: 1
10.68/10.81	c estimatedAdderCost: 30
10.68/10.81	c Try to convert by bdds
10.68/10.81	c d: 1
10.68/10.81	c estimatedAdderCost: 40
10.68/10.81	c Try to convert by bdds
10.68/10.81	c d: 1
10.68/10.81	c estimatedAdderCost: 40
10.68/10.81	c Try to convert by bdds
10.68/10.81	c d: 1
10.68/10.81	c estimatedAdderCost: 40
10.68/10.81	c Try to convert by bdds
10.68/10.81	c d: 1
10.68/10.81	c estimatedAdderCost: 40
10.68/10.81	c Try to convert by bdds
10.68/10.82	c d: 1
10.68/10.82	c estimatedAdderCost: 40
10.68/10.82	c Try to convert by bdds
10.68/10.82	c d: 1
10.68/10.82	c estimatedAdderCost: 40
10.68/10.82	c Try to convert by bdds
10.68/10.82	c d: 1
10.68/10.82	c estimatedAdderCost: 40
10.68/10.82	c Try to convert by bdds
10.68/10.82	c d: 1
10.68/10.82	c estimatedAdderCost: 40
10.68/10.82	c Try to convert by bdds
10.68/10.82	c d: 1
10.68/10.82	c estimatedAdderCost: 40
10.68/10.82	c Try to convert by bdds
10.68/10.82	c d: 1
10.68/10.82	c estimatedAdderCost: 40
10.68/10.82	c Try to convert by bdds
10.68/10.82	c d: 1
10.68/10.82	c estimatedAdderCost: 40
10.68/10.82	c Try to convert by bdds
10.68/10.83	c d: 1
10.68/10.83	c estimatedAdderCost: 40
10.68/10.83	c Try to convert by bdds
10.68/10.83	c d: 1
10.68/10.83	c estimatedAdderCost: 40
10.68/10.83	c Try to convert by bdds
10.68/10.83	c d: 1
10.68/10.83	c estimatedAdderCost: 40
10.68/10.83	c Try to convert by bdds
10.68/10.83	c d: 1
10.68/10.83	c estimatedAdderCost: 40
10.68/10.83	c Try to convert by bdds
10.68/10.83	c d: 1
10.68/10.83	c estimatedAdderCost: 40
10.68/10.83	c Try to convert by bdds
10.68/10.83	c d: 1
10.68/10.83	c estimatedAdderCost: 40
10.68/10.83	c Try to convert by bdds
10.68/10.84	c d: 1
10.68/10.84	c estimatedAdderCost: 40
10.68/10.84	c Try to convert by bdds
10.68/10.84	c d: 1
10.68/10.84	c estimatedAdderCost: 13
10.68/10.84	c Try to convert by bdds
10.68/10.84	c d: 1
10.68/10.84	c estimatedAdderCost: 108
10.68/10.84	c Try to convert by bdds
10.68/10.86	c d: 1
10.68/10.86	c estimatedAdderCost: 17
10.68/10.86	c Try to convert by bdds
10.68/10.86	c d: 1
10.68/10.86	c estimatedAdderCost: 135
10.68/10.86	c Try to convert by bdds
10.68/10.88	c d: 1
10.68/10.88	c estimatedAdderCost: 17
10.68/10.88	c Try to convert by bdds
10.68/10.88	c d: 1
10.68/10.88	c estimatedAdderCost: 141
10.68/10.88	c Try to convert by bdds
10.78/10.90	c d: 1
10.78/10.90	c estimatedAdderCost: 17
10.78/10.90	c Try to convert by bdds
10.78/10.91	c d: 1
10.78/10.91	c estimatedAdderCost: 141
10.78/10.91	c Try to convert by bdds
10.78/10.93	c d: 1
10.78/10.93	c estimatedAdderCost: 17
10.78/10.93	c Try to convert by bdds
10.78/10.93	c d: 1
10.78/10.93	c estimatedAdderCost: 141
10.78/10.93	c Try to convert by bdds
10.78/10.96	c d: 1
10.78/10.96	c estimatedAdderCost: 17
10.78/10.96	c Try to convert by bdds
10.78/10.96	c d: 1
10.78/10.96	c estimatedAdderCost: 141
10.78/10.96	c Try to convert by bdds
10.78/10.98	c d: 1
10.78/10.98	c estimatedAdderCost: 17
10.78/10.98	c Try to convert by bdds
10.78/10.98	c d: 1
10.78/10.98	c estimatedAdderCost: 141
10.78/10.98	c Try to convert by bdds
10.89/11.01	c d: 1
10.89/11.01	c estimatedAdderCost: 17
10.89/11.01	c Try to convert by bdds
10.89/11.01	c d: 1
10.89/11.01	c estimatedAdderCost: 141
10.89/11.01	c Try to convert by bdds
10.89/11.04	c d: 1
10.89/11.04	c estimatedAdderCost: 17
10.89/11.04	c Try to convert by bdds
10.89/11.04	c d: 1
10.89/11.04	c estimatedAdderCost: 141
10.89/11.04	c Try to convert by bdds
10.89/11.06	c d: 1
10.89/11.06	c estimatedAdderCost: 17
10.89/11.06	c Try to convert by bdds
10.89/11.06	c d: 1
10.89/11.06	c estimatedAdderCost: 141
10.89/11.06	c Try to convert by bdds
10.89/11.11	c d: 1
10.89/11.11	c estimatedAdderCost: 17
10.89/11.11	c Try to convert by bdds
10.89/11.11	c d: 1
10.89/11.11	c estimatedAdderCost: 141
10.89/11.11	c Try to convert by bdds
10.99/11.13	c d: 1
10.99/11.13	c estimatedAdderCost: 17
10.99/11.13	c Try to convert by bdds
10.99/11.13	c d: 1
10.99/11.13	c estimatedAdderCost: 141
10.99/11.13	c Try to convert by bdds
10.99/11.16	c d: 1
10.99/11.16	c estimatedAdderCost: 17
10.99/11.16	c Try to convert by bdds
10.99/11.16	c d: 1
10.99/11.16	c estimatedAdderCost: 141
10.99/11.16	c Try to convert by bdds
10.99/11.19	c d: 1
10.99/11.19	c estimatedAdderCost: 17
10.99/11.19	c Try to convert by bdds
10.99/11.19	c d: 1
10.99/11.19	c estimatedAdderCost: 141
10.99/11.19	c Try to convert by bdds
11.08/11.21	c d: 1
11.08/11.21	c estimatedAdderCost: 17
11.08/11.21	c Try to convert by bdds
11.08/11.21	c d: 1
11.08/11.21	c estimatedAdderCost: 141
11.08/11.21	c Try to convert by bdds
11.08/11.24	c d: 1
11.08/11.24	c estimatedAdderCost: 17
11.08/11.24	c Try to convert by bdds
11.08/11.24	c d: 1
11.08/11.24	c estimatedAdderCost: 141
11.08/11.24	c Try to convert by bdds
11.08/11.27	c d: 1
11.08/11.27	c estimatedAdderCost: 17
11.08/11.27	c Try to convert by bdds
11.08/11.27	c d: 1
11.08/11.27	c estimatedAdderCost: 141
11.08/11.27	c Try to convert by bdds
11.08/11.29	c d: 1
11.08/11.29	c estimatedAdderCost: 15
11.08/11.29	c Try to convert by bdds
11.08/11.29	c d: 1
11.08/11.29	c estimatedAdderCost: 61
11.08/11.29	c Try to convert by bdds
11.18/11.30	c d: 1
11.18/11.30	c estimatedAdderCost: 13
11.18/11.30	c Try to convert by bdds
11.18/11.30	c d: 1
11.18/11.30	c estimatedAdderCost: 108
11.18/11.30	c Try to convert by bdds
11.18/11.31	c d: 1
11.18/11.31	c estimatedAdderCost: 17
11.18/11.31	c Try to convert by bdds
11.18/11.31	c d: 1
11.18/11.31	c estimatedAdderCost: 135
11.18/11.31	c Try to convert by bdds
11.18/11.33	c d: 1
11.18/11.33	c estimatedAdderCost: 17
11.18/11.33	c Try to convert by bdds
11.18/11.34	c d: 1
11.18/11.34	c estimatedAdderCost: 141
11.18/11.34	c Try to convert by bdds
11.18/11.36	c d: 1
11.18/11.36	c estimatedAdderCost: 17
11.18/11.36	c Try to convert by bdds
11.18/11.36	c d: 1
11.18/11.36	c estimatedAdderCost: 141
11.18/11.36	c Try to convert by bdds
11.18/11.39	c d: 1
11.18/11.39	c estimatedAdderCost: 17
11.18/11.39	c Try to convert by bdds
11.18/11.39	c d: 1
11.18/11.39	c estimatedAdderCost: 141
11.18/11.39	c Try to convert by bdds
11.27/11.41	c d: 1
11.27/11.41	c estimatedAdderCost: 17
11.27/11.41	c Try to convert by bdds
11.27/11.42	c d: 1
11.27/11.42	c estimatedAdderCost: 141
11.27/11.42	c Try to convert by bdds
11.27/11.44	c d: 1
11.27/11.44	c estimatedAdderCost: 17
11.27/11.44	c Try to convert by bdds
11.27/11.44	c d: 1
11.27/11.44	c estimatedAdderCost: 141
11.27/11.44	c Try to convert by bdds
11.27/11.47	c d: 1
11.27/11.47	c estimatedAdderCost: 17
11.27/11.47	c Try to convert by bdds
11.27/11.47	c d: 1
11.27/11.47	c estimatedAdderCost: 141
11.27/11.47	c Try to convert by bdds
11.37/11.50	c d: 1
11.37/11.50	c estimatedAdderCost: 17
11.37/11.50	c Try to convert by bdds
11.37/11.50	c d: 1
11.37/11.50	c estimatedAdderCost: 141
11.37/11.50	c Try to convert by bdds
11.37/11.52	c d: 1
11.37/11.52	c estimatedAdderCost: 17
11.37/11.52	c Try to convert by bdds
11.37/11.52	c d: 1
11.37/11.52	c estimatedAdderCost: 141
11.37/11.52	c Try to convert by bdds
11.37/11.55	c d: 1
11.37/11.55	c estimatedAdderCost: 17
11.37/11.55	c Try to convert by bdds
11.37/11.55	c d: 1
11.37/11.55	c estimatedAdderCost: 141
11.37/11.55	c Try to convert by bdds
11.37/11.58	c d: 1
11.37/11.58	c estimatedAdderCost: 17
11.37/11.58	c Try to convert by bdds
11.37/11.58	c d: 1
11.37/11.58	c estimatedAdderCost: 141
11.37/11.58	c Try to convert by bdds
11.47/11.60	c d: 1
11.47/11.60	c estimatedAdderCost: 17
11.47/11.60	c Try to convert by bdds
11.47/11.60	c d: 1
11.47/11.60	c estimatedAdderCost: 141
11.47/11.60	c Try to convert by bdds
11.47/11.63	c d: 1
11.47/11.63	c estimatedAdderCost: 17
11.47/11.63	c Try to convert by bdds
11.47/11.63	c d: 1
11.47/11.63	c estimatedAdderCost: 141
11.47/11.63	c Try to convert by bdds
11.47/11.66	c d: 1
11.47/11.66	c estimatedAdderCost: 17
11.47/11.66	c Try to convert by bdds
11.47/11.66	c d: 1
11.47/11.66	c estimatedAdderCost: 141
11.47/11.66	c Try to convert by bdds
11.47/11.68	c d: 1
11.47/11.68	c estimatedAdderCost: 17
11.47/11.68	c Try to convert by bdds
11.47/11.69	c d: 1
11.47/11.69	c estimatedAdderCost: 141
11.47/11.69	c Try to convert by bdds
11.57/11.71	c d: 1
11.57/11.71	c estimatedAdderCost: 17
11.57/11.71	c Try to convert by bdds
11.57/11.71	c d: 1
11.57/11.71	c estimatedAdderCost: 141
11.57/11.71	c Try to convert by bdds
11.57/11.74	c d: 1
11.57/11.74	c estimatedAdderCost: 15
11.57/11.74	c Try to convert by bdds
11.57/11.74	c d: 1
11.57/11.74	c estimatedAdderCost: 61
11.57/11.74	c Try to convert by bdds
11.57/11.74	c d: 1
11.57/11.74	c estimatedAdderCost: 13
11.57/11.74	c Try to convert by bdds
11.57/11.74	c d: 1
11.57/11.74	c estimatedAdderCost: 108
11.57/11.74	c Try to convert by bdds
11.57/11.76	c d: 1
11.57/11.76	c estimatedAdderCost: 17
11.57/11.76	c Try to convert by bdds
11.57/11.76	c d: 1
11.57/11.76	c estimatedAdderCost: 135
11.57/11.76	c Try to convert by bdds
11.57/11.78	c d: 1
11.57/11.78	c estimatedAdderCost: 17
11.57/11.78	c Try to convert by bdds
11.57/11.78	c d: 1
11.57/11.78	c estimatedAdderCost: 141
11.57/11.78	c Try to convert by bdds
11.67/11.81	c d: 1
11.67/11.81	c estimatedAdderCost: 17
11.67/11.81	c Try to convert by bdds
11.67/11.81	c d: 1
11.67/11.81	c estimatedAdderCost: 141
11.67/11.81	c Try to convert by bdds
11.67/11.83	c d: 1
11.67/11.83	c estimatedAdderCost: 17
11.67/11.83	c Try to convert by bdds
11.67/11.84	c d: 1
11.67/11.84	c estimatedAdderCost: 141
11.67/11.84	c Try to convert by bdds
11.67/11.86	c d: 1
11.67/11.86	c estimatedAdderCost: 17
11.67/11.86	c Try to convert by bdds
11.67/11.86	c d: 1
11.67/11.86	c estimatedAdderCost: 141
11.67/11.86	c Try to convert by bdds
11.67/11.89	c d: 1
11.67/11.89	c estimatedAdderCost: 17
11.67/11.89	c Try to convert by bdds
11.67/11.89	c d: 1
11.67/11.89	c estimatedAdderCost: 141
11.67/11.89	c Try to convert by bdds
11.77/11.92	c d: 1
11.77/11.92	c estimatedAdderCost: 17
11.77/11.92	c Try to convert by bdds
11.77/11.92	c d: 1
11.77/11.92	c estimatedAdderCost: 141
11.77/11.92	c Try to convert by bdds
11.77/11.94	c d: 1
11.77/11.94	c estimatedAdderCost: 17
11.77/11.94	c Try to convert by bdds
11.77/11.95	c d: 1
11.77/11.95	c estimatedAdderCost: 141
11.77/11.95	c Try to convert by bdds
11.77/11.97	c d: 1
11.77/11.97	c estimatedAdderCost: 17
11.77/11.97	c Try to convert by bdds
11.77/11.97	c d: 1
11.77/11.97	c estimatedAdderCost: 141
11.77/11.97	c Try to convert by bdds
11.77/12.00	c d: 1
11.77/12.00	c estimatedAdderCost: 17
11.77/12.00	c Try to convert by bdds
11.77/12.00	c d: 1
11.77/12.00	c estimatedAdderCost: 141
11.77/12.00	c Try to convert by bdds
11.89/12.03	c d: 1
11.89/12.03	c estimatedAdderCost: 17
11.89/12.03	c Try to convert by bdds
11.89/12.03	c d: 1
11.89/12.03	c estimatedAdderCost: 141
11.89/12.03	c Try to convert by bdds
11.89/12.05	c d: 1
11.89/12.05	c estimatedAdderCost: 17
11.89/12.05	c Try to convert by bdds
11.89/12.05	c d: 1
11.89/12.05	c estimatedAdderCost: 141
11.89/12.05	c Try to convert by bdds
11.89/12.08	c d: 1
11.89/12.08	c estimatedAdderCost: 17
11.89/12.08	c Try to convert by bdds
11.89/12.08	c d: 1
11.89/12.08	c estimatedAdderCost: 141
11.89/12.08	c Try to convert by bdds
11.89/12.11	c d: 1
11.89/12.11	c estimatedAdderCost: 17
11.89/12.11	c Try to convert by bdds
11.99/12.11	c d: 1
11.99/12.11	c estimatedAdderCost: 141
11.99/12.11	c Try to convert by bdds
11.99/12.14	c d: 1
11.99/12.14	c estimatedAdderCost: 17
11.99/12.14	c Try to convert by bdds
11.99/12.14	c d: 1
11.99/12.14	c estimatedAdderCost: 141
11.99/12.14	c Try to convert by bdds
11.99/12.16	c d: 1
11.99/12.16	c estimatedAdderCost: 17
11.99/12.16	c Try to convert by bdds
11.99/12.16	c d: 1
11.99/12.16	c estimatedAdderCost: 141
11.99/12.16	c Try to convert by bdds
11.99/12.19	c d: 1
11.99/12.19	c estimatedAdderCost: 15
11.99/12.19	c Try to convert by bdds
11.99/12.19	c d: 1
11.99/12.19	c estimatedAdderCost: 61
11.99/12.19	c Try to convert by bdds
12.07/12.20	c d: 1
12.07/12.20	c estimatedAdderCost: 13
12.07/12.20	c Try to convert by bdds
12.07/12.20	c d: 1
12.07/12.20	c estimatedAdderCost: 108
12.07/12.20	c Try to convert by bdds
12.07/12.21	c d: 1
12.07/12.21	c estimatedAdderCost: 17
12.07/12.21	c Try to convert by bdds
12.07/12.21	c d: 1
12.07/12.21	c estimatedAdderCost: 135
12.07/12.21	c Try to convert by bdds
12.07/12.23	c d: 1
12.07/12.23	c estimatedAdderCost: 17
12.07/12.23	c Try to convert by bdds
12.07/12.24	c d: 1
12.07/12.24	c estimatedAdderCost: 141
12.07/12.24	c Try to convert by bdds
12.07/12.26	c d: 1
12.07/12.26	c estimatedAdderCost: 17
12.07/12.26	c Try to convert by bdds
12.07/12.26	c d: 1
12.07/12.26	c estimatedAdderCost: 141
12.07/12.26	c Try to convert by bdds
12.07/12.29	c d: 1
12.07/12.29	c estimatedAdderCost: 17
12.07/12.29	c Try to convert by bdds
12.07/12.29	c d: 1
12.07/12.29	c estimatedAdderCost: 141
12.07/12.29	c Try to convert by bdds
12.17/12.32	c d: 1
12.17/12.32	c estimatedAdderCost: 17
12.17/12.32	c Try to convert by bdds
12.17/12.32	c d: 1
12.17/12.32	c estimatedAdderCost: 141
12.17/12.32	c Try to convert by bdds
12.17/12.34	c d: 1
12.17/12.34	c estimatedAdderCost: 17
12.17/12.34	c Try to convert by bdds
12.17/12.35	c d: 1
12.17/12.35	c estimatedAdderCost: 141
12.17/12.35	c Try to convert by bdds
12.17/12.37	c d: 1
12.17/12.37	c estimatedAdderCost: 17
12.17/12.37	c Try to convert by bdds
12.17/12.37	c d: 1
12.17/12.37	c estimatedAdderCost: 141
12.17/12.37	c Try to convert by bdds
12.27/12.40	c d: 1
12.27/12.40	c estimatedAdderCost: 17
12.27/12.40	c Try to convert by bdds
12.27/12.40	c d: 1
12.27/12.40	c estimatedAdderCost: 141
12.27/12.40	c Try to convert by bdds
12.27/12.43	c d: 1
12.27/12.43	c estimatedAdderCost: 17
12.27/12.43	c Try to convert by bdds
12.27/12.43	c d: 1
12.27/12.43	c estimatedAdderCost: 141
12.27/12.43	c Try to convert by bdds
12.27/12.46	c d: 1
12.27/12.46	c estimatedAdderCost: 17
12.27/12.46	c Try to convert by bdds
12.27/12.46	c d: 1
12.27/12.46	c estimatedAdderCost: 141
12.27/12.46	c Try to convert by bdds
12.27/12.48	c d: 1
12.27/12.48	c estimatedAdderCost: 17
12.27/12.48	c Try to convert by bdds
12.27/12.49	c d: 1
12.27/12.49	c estimatedAdderCost: 141
12.27/12.49	c Try to convert by bdds
12.37/12.51	c d: 1
12.37/12.51	c estimatedAdderCost: 17
12.37/12.51	c Try to convert by bdds
12.37/12.51	c d: 1
12.37/12.51	c estimatedAdderCost: 141
12.37/12.51	c Try to convert by bdds
12.37/12.54	c d: 1
12.37/12.54	c estimatedAdderCost: 17
12.37/12.54	c Try to convert by bdds
12.37/12.54	c d: 1
12.37/12.54	c estimatedAdderCost: 141
12.37/12.54	c Try to convert by bdds
12.37/12.57	c d: 1
12.37/12.57	c estimatedAdderCost: 17
12.37/12.57	c Try to convert by bdds
12.37/12.57	c d: 1
12.37/12.57	c estimatedAdderCost: 141
12.37/12.57	c Try to convert by bdds
12.37/12.59	c d: 1
12.37/12.59	c estimatedAdderCost: 17
12.37/12.59	c Try to convert by bdds
12.47/12.60	c d: 1
12.47/12.60	c estimatedAdderCost: 141
12.47/12.60	c Try to convert by bdds
12.47/12.62	c d: 1
12.47/12.62	c estimatedAdderCost: 17
12.47/12.62	c Try to convert by bdds
12.47/12.62	c d: 1
12.47/12.62	c estimatedAdderCost: 141
12.47/12.62	c Try to convert by bdds
12.47/12.66	c d: 1
12.47/12.66	c 
12.98/13.16	c pb_solver_status: sst_unknown
12.98/13.16	c total stages of optimization mode: 1
12.98/13.16	c Use UB found in presolve
12.98/13.16	c LB updated by evalGoalLB to 110096
12.98/13.16	c minimizationMode: cmm_First_solve
12.98/13.16	c goal coeffs: 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 
12.98/13.17	c assumptions: 
12.98/13.17	c invoking solver with time budget: 5.000000
18.46/18.69	c sat_solver_result: sst_unknown
18.46/18.69	c c SAT fixed 7 new variables
18.46/18.69	c SAT solver timed out; proceeding to cooperative SCIP call
18.46/18.69	c Calling solveScip for cooperative mode with LB_goalvalue:       110096, UB_goalvalue: 3795812
18.46/18.69	c scip solving with time budget: 7.000000
18.46/18.69	c solveScip
18.46/18.69	c initScipForCoop
18.46/18.69	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
18.56/18.71	c presolving:
18.56/18.73	c (round 1, fast)       7 del vars, 7 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 7600 clqs, 0 implints
18.56/18.75	c    (0.1s) running MILP presolver
18.56/18.78	c    (0.1s) MILP presolver (3 rounds): 7 aggregations, 11 fixings, 0 bound changes
18.56/18.78	c (round 2, medium)     28 del vars, 7 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 7572 clqs, 0 implints
18.56/18.78	c (round 3, fast)       28 del vars, 35 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 7572 clqs, 0 implints
18.66/18.80	c (round 4, exhaustive) 28 del vars, 757 del conss, 0 add conss, 0 chg bounds, 29 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 7572 clqs, 0 implints
18.66/18.80	c (round 5, fast)       28 del vars, 757 del conss, 78 add conss, 0 chg bounds, 29 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 7572 clqs, 0 implints
18.66/18.82	c (round 6, exhaustive) 28 del vars, 757 del conss, 78 add conss, 0 chg bounds, 30 chg sides, 1 chg coeffs, 8865 upgd conss, 0 impls, 7572 clqs, 0 implints
18.66/18.84	c (round 7, medium)     46 del vars, 1770 del conss, 620 add conss, 0 chg bounds, 590 chg sides, 6011 chg coeffs, 8865 upgd conss, 0 impls, 7708 clqs, 0 implints
18.66/18.84	c (round 8, fast)       46 del vars, 1788 del conss, 620 add conss, 0 chg bounds, 590 chg sides, 6011 chg coeffs, 8865 upgd conss, 0 impls, 7708 clqs, 0 implints
18.66/18.86	c (round 9, exhaustive) 46 del vars, 1788 del conss, 620 add conss, 0 chg bounds, 590 chg sides, 7723 chg coeffs, 8865 upgd conss, 0 impls, 7708 clqs, 0 implints
18.66/18.88	c (round 10, exhaustive) 46 del vars, 1788 del conss, 620 add conss, 0 chg bounds, 590 chg sides, 9423 chg coeffs, 8865 upgd conss, 0 impls, 7708 clqs, 0 implints
18.66/18.89	c (round 11, exhaustive) 95 del vars, 1821 del conss, 620 add conss, 0 chg bounds, 590 chg sides, 12038 chg coeffs, 8865 upgd conss, 0 impls, 7678 clqs, 0 implints
18.66/18.89	c (round 12, fast)       130 del vars, 1869 del conss, 655 add conss, 0 chg bounds, 590 chg sides, 12043 chg coeffs, 8865 upgd conss, 0 impls, 7835 clqs, 0 implints
18.76/18.90	c (round 13, exhaustive) 130 del vars, 1869 del conss, 655 add conss, 0 chg bounds, 590 chg sides, 12046 chg coeffs, 8880 upgd conss, 0 impls, 7835 clqs, 0 implints
18.76/18.91	c (round 14, exhaustive) 130 del vars, 1885 del conss, 655 add conss, 0 chg bounds, 590 chg sides, 12049 chg coeffs, 8880 upgd conss, 0 impls, 7835 clqs, 0 implints
18.87/19.06	c (round 15, exhaustive) 155 del vars, 1885 del conss, 655 add conss, 0 chg bounds, 590 chg sides, 12058 chg coeffs, 8880 upgd conss, 0 impls, 7976 clqs, 0 implints
18.87/19.07	c (round 16, fast)       155 del vars, 1912 del conss, 659 add conss, 0 chg bounds, 590 chg sides, 12067 chg coeffs, 8880 upgd conss, 0 impls, 7977 clqs, 0 implints
18.97/19.16	c (round 17, exhaustive) 181 del vars, 1913 del conss, 659 add conss, 0 chg bounds, 592 chg sides, 12099 chg coeffs, 8883 upgd conss, 0 impls, 9131 clqs, 0 implints
18.97/19.16	c (round 18, fast)       182 del vars, 1944 del conss, 714 add conss, 0 chg bounds, 592 chg sides, 12106 chg coeffs, 8883 upgd conss, 0 impls, 9133 clqs, 0 implints
18.97/19.17	c (round 19, exhaustive) 182 del vars, 1944 del conss, 714 add conss, 0 chg bounds, 595 chg sides, 12112 chg coeffs, 8937 upgd conss, 0 impls, 9133 clqs, 0 implints
18.97/19.18	c (round 20, exhaustive) 182 del vars, 1994 del conss, 715 add conss, 0 chg bounds, 595 chg sides, 12112 chg coeffs, 8937 upgd conss, 0 impls, 9134 clqs, 0 implints
19.16/19.34	c (round 21, exhaustive) 207 del vars, 1995 del conss, 715 add conss, 0 chg bounds, 595 chg sides, 12176 chg coeffs, 8937 upgd conss, 0 impls, 11041 clqs, 0 implints
19.16/19.35	c (round 22, fast)       207 del vars, 2024 del conss, 769 add conss, 0 chg bounds, 595 chg sides, 12176 chg coeffs, 8937 upgd conss, 0 impls, 11044 clqs, 0 implints
19.16/19.36	c (round 23, exhaustive) 207 del vars, 2024 del conss, 769 add conss, 0 chg bounds, 595 chg sides, 12188 chg coeffs, 8991 upgd conss, 0 impls, 11044 clqs, 0 implints
19.16/19.36	c (round 24, exhaustive) 207 del vars, 2075 del conss, 769 add conss, 0 chg bounds, 595 chg sides, 12188 chg coeffs, 8991 upgd conss, 0 impls, 11044 clqs, 0 implints
19.56/19.70	c (round 25, exhaustive) 233 del vars, 2076 del conss, 769 add conss, 0 chg bounds, 595 chg sides, 12243 chg coeffs, 8991 upgd conss, 0 impls, 13754 clqs, 0 implints
19.56/19.70	c (round 26, fast)       233 del vars, 2106 del conss, 823 add conss, 0 chg bounds, 595 chg sides, 12243 chg coeffs, 8991 upgd conss, 0 impls, 13754 clqs, 0 implints
19.56/19.71	c (round 27, exhaustive) 233 del vars, 3847 del conss, 823 add conss, 0 chg bounds, 595 chg sides, 12252 chg coeffs, 8991 upgd conss, 0 impls, 13754 clqs, 0 implints
19.56/19.73	c    (1.0s) running MILP presolver
19.56/19.75	c    (1.1s) MILP presolver (2 rounds): 0 aggregations, 3 fixings, 0 bound changes
19.56/19.76	c (round 28, medium)     236 del vars, 3850 del conss, 825 add conss, 0 chg bounds, 598 chg sides, 12260 chg coeffs, 8991 upgd conss, 0 impls, 13749 clqs, 0 implints
19.56/19.76	c (round 29, fast)       236 del vars, 3851 del conss, 832 add conss, 0 chg bounds, 598 chg sides, 12260 chg coeffs, 8991 upgd conss, 0 impls, 13749 clqs, 0 implints
19.56/19.76	c (round 30, exhaustive) 236 del vars, 3858 del conss, 832 add conss, 0 chg bounds, 598 chg sides, 12260 chg coeffs, 8991 upgd conss, 0 impls, 13749 clqs, 0 implints
19.56/19.77	c (round 31, exhaustive) 236 del vars, 3858 del conss, 832 add conss, 0 chg bounds, 598 chg sides, 12260 chg coeffs, 9045 upgd conss, 0 impls, 13749 clqs, 0 implints
19.56/19.77	c (round 32, exhaustive) 236 del vars, 3907 del conss, 832 add conss, 0 chg bounds, 598 chg sides, 12260 chg coeffs, 9045 upgd conss, 0 impls, 13749 clqs, 0 implints
19.76/20.00	c (round 33, exhaustive) 265 del vars, 3907 del conss, 832 add conss, 0 chg bounds, 598 chg sides, 12354 chg coeffs, 9045 upgd conss, 0 impls, 16170 clqs, 0 implints
19.76/20.00	c (round 34, fast)       265 del vars, 3936 del conss, 884 add conss, 0 chg bounds, 598 chg sides, 12358 chg coeffs, 9045 upgd conss, 0 impls, 16174 clqs, 0 implints
19.87/20.01	c (round 35, exhaustive) 265 del vars, 3936 del conss, 884 add conss, 0 chg bounds, 600 chg sides, 12370 chg coeffs, 9097 upgd conss, 0 impls, 16174 clqs, 0 implints
19.87/20.02	c (round 36, exhaustive) 265 del vars, 3987 del conss, 884 add conss, 0 chg bounds, 600 chg sides, 12370 chg coeffs, 9097 upgd conss, 0 impls, 16174 clqs, 0 implints
20.05/20.24	c (round 37, exhaustive) 290 del vars, 3987 del conss, 884 add conss, 0 chg bounds, 600 chg sides, 12383 chg coeffs, 9097 upgd conss, 0 impls, 18167 clqs, 0 implints
20.05/20.24	c (round 38, fast)       290 del vars, 4025 del conss, 946 add conss, 0 chg bounds, 600 chg sides, 12384 chg coeffs, 9097 upgd conss, 0 impls, 18168 clqs, 0 implints
20.05/20.25	c (round 39, exhaustive) 290 del vars, 4025 del conss, 946 add conss, 0 chg bounds, 602 chg sides, 12412 chg coeffs, 9159 upgd conss, 0 impls, 18168 clqs, 0 implints
20.05/20.25	c (round 40, exhaustive) 290 del vars, 4078 del conss, 946 add conss, 0 chg bounds, 602 chg sides, 12412 chg coeffs, 9159 upgd conss, 0 impls, 18168 clqs, 0 implints
20.25/20.41	c    (1.7s) probing: 1000/6837 (14.6%) - 155 fixings, 0 aggregations, 12432 implications, 0 bound changes
20.35/20.57	c (round 41, exhaustive) 315 del vars, 4078 del conss, 946 add conss, 0 chg bounds, 602 chg sides, 12554 chg coeffs, 9159 upgd conss, 0 impls, 21060 clqs, 0 implints
20.35/20.58	c (round 42, fast)       315 del vars, 4108 del conss, 1008 add conss, 0 chg bounds, 602 chg sides, 12555 chg coeffs, 9159 upgd conss, 0 impls, 21063 clqs, 0 implints
20.35/20.58	c (round 43, exhaustive) 315 del vars, 4108 del conss, 1008 add conss, 0 chg bounds, 605 chg sides, 12581 chg coeffs, 9220 upgd conss, 0 impls, 21063 clqs, 0 implints
20.35/20.59	c (round 44, medium)     315 del vars, 4108 del conss, 1012 add conss, 0 chg bounds, 611 chg sides, 12591 chg coeffs, 9220 upgd conss, 0 impls, 21063 clqs, 0 implints
20.35/20.59	c (round 45, exhaustive) 315 del vars, 4166 del conss, 1012 add conss, 0 chg bounds, 611 chg sides, 12591 chg coeffs, 9220 upgd conss, 0 impls, 21063 clqs, 0 implints
20.65/20.86	c (round 46, exhaustive) 346 del vars, 4166 del conss, 1012 add conss, 0 chg bounds, 611 chg sides, 12689 chg coeffs, 9220 upgd conss, 0 impls, 22830 clqs, 0 implints
20.65/20.86	c (round 47, fast)       346 del vars, 4201 del conss, 1064 add conss, 0 chg bounds, 612 chg sides, 12691 chg coeffs, 9220 upgd conss, 0 impls, 22833 clqs, 0 implints
20.65/20.87	c (round 48, exhaustive) 346 del vars, 4202 del conss, 1064 add conss, 0 chg bounds, 617 chg sides, 12719 chg coeffs, 9220 upgd conss, 0 impls, 22833 clqs, 0 implints
20.65/20.88	c (round 49, exhaustive) 346 del vars, 4202 del conss, 1064 add conss, 0 chg bounds, 617 chg sides, 12719 chg coeffs, 9272 upgd conss, 0 impls, 22833 clqs, 0 implints
20.65/20.88	c (round 50, exhaustive) 346 del vars, 4249 del conss, 1064 add conss, 0 chg bounds, 617 chg sides, 12719 chg coeffs, 9272 upgd conss, 0 impls, 22833 clqs, 0 implints
20.97/21.16	c (round 51, exhaustive) 372 del vars, 4249 del conss, 1064 add conss, 0 chg bounds, 617 chg sides, 12774 chg coeffs, 9272 upgd conss, 0 impls, 23643 clqs, 0 implints
20.97/21.16	c (round 52, fast)       372 del vars, 4279 del conss, 1123 add conss, 0 chg bounds, 617 chg sides, 12774 chg coeffs, 9272 upgd conss, 0 impls, 23643 clqs, 0 implints
20.97/21.17	c (round 53, exhaustive) 372 del vars, 4279 del conss, 1123 add conss, 0 chg bounds, 621 chg sides, 12818 chg coeffs, 9331 upgd conss, 0 impls, 23643 clqs, 0 implints
20.97/21.17	c (round 54, exhaustive) 372 del vars, 4334 del conss, 1123 add conss, 0 chg bounds, 621 chg sides, 12818 chg coeffs, 9331 upgd conss, 0 impls, 23643 clqs, 0 implints
21.05/21.28	c (round 55, exhaustive) 398 del vars, 4334 del conss, 1123 add conss, 0 chg bounds, 621 chg sides, 12892 chg coeffs, 9331 upgd conss, 0 impls, 23758 clqs, 0 implints
21.05/21.28	c (round 56, fast)       398 del vars, 4361 del conss, 1166 add conss, 0 chg bounds, 621 chg sides, 12896 chg coeffs, 9331 upgd conss, 0 impls, 23758 clqs, 0 implints
21.05/21.29	c (round 57, exhaustive) 398 del vars, 4361 del conss, 1166 add conss, 0 chg bounds, 626 chg sides, 12932 chg coeffs, 9374 upgd conss, 0 impls, 23758 clqs, 0 implints
21.05/21.29	c (round 58, exhaustive) 398 del vars, 4401 del conss, 1166 add conss, 0 chg bounds, 626 chg sides, 12932 chg coeffs, 9374 upgd conss, 0 impls, 23758 clqs, 0 implints
21.15/21.38	c (round 59, exhaustive) 423 del vars, 4401 del conss, 1166 add conss, 0 chg bounds, 626 chg sides, 12976 chg coeffs, 9374 upgd conss, 0 impls, 23958 clqs, 0 implints
21.15/21.39	c (round 60, fast)       423 del vars, 4430 del conss, 1230 add conss, 0 chg bounds, 626 chg sides, 12977 chg coeffs, 9374 upgd conss, 0 impls, 23962 clqs, 0 implints
21.15/21.39	c (round 61, exhaustive) 423 del vars, 4431 del conss, 1230 add conss, 0 chg bounds, 634 chg sides, 13027 chg coeffs, 9374 upgd conss, 0 impls, 23962 clqs, 0 implints
21.15/21.39	c (round 62, exhaustive) 423 del vars, 4431 del conss, 1230 add conss, 0 chg bounds, 634 chg sides, 13027 chg coeffs, 9437 upgd conss, 0 impls, 23962 clqs, 0 implints
21.25/21.40	c (round 63, exhaustive) 423 del vars, 4488 del conss, 1230 add conss, 0 chg bounds, 634 chg sides, 13027 chg coeffs, 9437 upgd conss, 0 impls, 23962 clqs, 0 implints
21.35/21.53	c (round 64, exhaustive) 449 del vars, 4488 del conss, 1230 add conss, 0 chg bounds, 634 chg sides, 13095 chg coeffs, 9437 upgd conss, 0 impls, 24013 clqs, 0 implints
21.35/21.54	c (round 65, fast)       450 del vars, 4518 del conss, 1298 add conss, 0 chg bounds, 634 chg sides, 13095 chg coeffs, 9437 upgd conss, 0 impls, 24015 clqs, 0 implints
21.35/21.54	c (round 66, exhaustive) 450 del vars, 4519 del conss, 1298 add conss, 0 chg bounds, 643 chg sides, 13149 chg coeffs, 9437 upgd conss, 0 impls, 24015 clqs, 0 implints
21.35/21.55	c (round 67, exhaustive) 450 del vars, 4519 del conss, 1298 add conss, 0 chg bounds, 643 chg sides, 13149 chg coeffs, 9504 upgd conss, 0 impls, 24015 clqs, 0 implints
21.35/21.55	c (round 68, exhaustive) 450 del vars, 4583 del conss, 1298 add conss, 0 chg bounds, 643 chg sides, 13149 chg coeffs, 9504 upgd conss, 0 impls, 24015 clqs, 0 implints
21.45/21.67	c (round 69, exhaustive) 475 del vars, 4583 del conss, 1298 add conss, 0 chg bounds, 643 chg sides, 13211 chg coeffs, 9504 upgd conss, 0 impls, 24261 clqs, 0 implints
21.45/21.67	c (round 70, fast)       475 del vars, 4611 del conss, 1379 add conss, 0 chg bounds, 643 chg sides, 13227 chg coeffs, 9504 upgd conss, 0 impls, 24270 clqs, 0 implints
21.45/21.68	c (round 71, exhaustive) 475 del vars, 4612 del conss, 1379 add conss, 0 chg bounds, 650 chg sides, 13284 chg coeffs, 9504 upgd conss, 0 impls, 24270 clqs, 0 implints
21.45/21.68	c (round 72, exhaustive) 475 del vars, 4612 del conss, 1379 add conss, 0 chg bounds, 650 chg sides, 13284 chg coeffs, 9578 upgd conss, 0 impls, 24270 clqs, 0 implints
21.45/21.69	c (round 73, exhaustive) 475 del vars, 4620 del conss, 1379 add conss, 0 chg bounds, 650 chg sides, 13284 chg coeffs, 9578 upgd conss, 0 impls, 24270 clqs, 0 implints
21.45/21.69	c (round 74, exhaustive) 475 del vars, 4692 del conss, 1379 add conss, 0 chg bounds, 650 chg sides, 13284 chg coeffs, 9578 upgd conss, 0 impls, 24270 clqs, 0 implints
21.55/21.75	c    (3.1s) probing: 2000/6837 (29.3%) - 354 fixings, 7 aggregations, 19888 implications, 0 bound changes
21.55/21.75	c (round 75, exhaustive) 502 del vars, 4692 del conss, 1379 add conss, 0 chg bounds, 650 chg sides, 13325 chg coeffs, 9578 upgd conss, 0 impls, 24735 clqs, 0 implints
21.55/21.75	c (round 76, fast)       504 del vars, 4721 del conss, 1446 add conss, 0 chg bounds, 650 chg sides, 13342 chg coeffs, 9578 upgd conss, 0 impls, 24749 clqs, 0 implints
21.55/21.76	c (round 77, medium)     511 del vars, 4738 del conss, 1460 add conss, 0 chg bounds, 665 chg sides, 13494 chg coeffs, 9578 upgd conss, 0 impls, 24461 clqs, 0 implints
21.55/21.76	c (round 78, fast)       513 del vars, 4750 del conss, 1469 add conss, 0 chg bounds, 666 chg sides, 13495 chg coeffs, 9578 upgd conss, 0 impls, 24461 clqs, 0 implints
21.55/21.76	c (round 79, medium)     513 del vars, 4756 del conss, 1473 add conss, 0 chg bounds, 670 chg sides, 13517 chg coeffs, 9578 upgd conss, 0 impls, 24461 clqs, 0 implints
21.55/21.77	c (round 80, exhaustive) 513 del vars, 4765 del conss, 1473 add conss, 0 chg bounds, 677 chg sides, 13527 chg coeffs, 9578 upgd conss, 0 impls, 24461 clqs, 0 implints
21.55/21.78	c (round 81, exhaustive) 513 del vars, 4767 del conss, 1473 add conss, 0 chg bounds, 677 chg sides, 13531 chg coeffs, 9635 upgd conss, 0 impls, 24462 clqs, 0 implints
21.55/21.78	c (round 82, exhaustive) 513 del vars, 4820 del conss, 1473 add conss, 0 chg bounds, 677 chg sides, 13535 chg coeffs, 9635 upgd conss, 0 impls, 24463 clqs, 0 implints
21.55/21.79	c (round 83, exhaustive) 517 del vars, 4826 del conss, 1473 add conss, 0 chg bounds, 677 chg sides, 13626 chg coeffs, 9635 upgd conss, 0 impls, 24453 clqs, 0 implints
21.55/21.79	c (round 84, fast)       521 del vars, 4831 del conss, 1481 add conss, 0 chg bounds, 677 chg sides, 13626 chg coeffs, 9635 upgd conss, 0 impls, 24466 clqs, 0 implints
21.65/21.85	c (round 85, exhaustive) 548 del vars, 4833 del conss, 1481 add conss, 0 chg bounds, 677 chg sides, 13627 chg coeffs, 9637 upgd conss, 0 impls, 27140 clqs, 0 implints
21.65/21.85	c (round 86, fast)       550 del vars, 4860 del conss, 1512 add conss, 0 chg bounds, 677 chg sides, 13643 chg coeffs, 9637 upgd conss, 0 impls, 27145 clqs, 0 implints
21.65/21.85	c (round 87, medium)     551 del vars, 4877 del conss, 1526 add conss, 0 chg bounds, 691 chg sides, 13766 chg coeffs, 9637 upgd conss, 0 impls, 27121 clqs, 0 implints
21.65/21.86	c (round 88, medium)     551 del vars, 4879 del conss, 1531 add conss, 0 chg bounds, 693 chg sides, 13782 chg coeffs, 9637 upgd conss, 0 impls, 27126 clqs, 0 implints
21.65/21.87	c (round 89, exhaustive) 551 del vars, 4885 del conss, 1531 add conss, 0 chg bounds, 699 chg sides, 13873 chg coeffs, 9637 upgd conss, 0 impls, 27126 clqs, 0 implints
21.65/21.87	c (round 90, medium)     551 del vars, 4901 del conss, 1566 add conss, 0 chg bounds, 733 chg sides, 14049 chg coeffs, 9637 upgd conss, 0 impls, 27164 clqs, 0 implints
21.65/21.88	c (round 91, exhaustive) 551 del vars, 4906 del conss, 1566 add conss, 0 chg bounds, 733 chg sides, 14094 chg coeffs, 9656 upgd conss, 0 impls, 27164 clqs, 0 implints
21.65/21.88	c (round 92, exhaustive) 551 del vars, 4925 del conss, 1566 add conss, 0 chg bounds, 733 chg sides, 14124 chg coeffs, 9656 upgd conss, 0 impls, 27219 clqs, 0 implints
21.65/21.89	c (round 93, exhaustive) 559 del vars, 4927 del conss, 1566 add conss, 0 chg bounds, 733 chg sides, 14203 chg coeffs, 9656 upgd conss, 0 impls, 27080 clqs, 0 implints
21.65/21.89	c (round 94, fast)       568 del vars, 4936 del conss, 1578 add conss, 0 chg bounds, 733 chg sides, 14204 chg coeffs, 9656 upgd conss, 0 impls, 27094 clqs, 0 implints
21.65/21.90	c (round 95, medium)     568 del vars, 4941 del conss, 1586 add conss, 0 chg bounds, 741 chg sides, 14290 chg coeffs, 9656 upgd conss, 0 impls, 27104 clqs, 0 implints
21.75/21.90	c (round 96, exhaustive) 568 del vars, 4944 del conss, 1586 add conss, 0 chg bounds, 743 chg sides, 14298 chg coeffs, 9662 upgd conss, 0 impls, 27104 clqs, 0 implints
21.75/21.91	c (round 97, exhaustive) 571 del vars, 4947 del conss, 1591 add conss, 0 chg bounds, 743 chg sides, 14306 chg coeffs, 9662 upgd conss, 0 impls, 27067 clqs, 0 implints
21.75/21.91	c (round 98, fast)       571 del vars, 4953 del conss, 1597 add conss, 0 chg bounds, 743 chg sides, 14306 chg coeffs, 9662 upgd conss, 0 impls, 27073 clqs, 0 implints
21.75/21.92	c (round 99, exhaustive) 572 del vars, 4956 del conss, 1600 add conss, 0 chg bounds, 744 chg sides, 14308 chg coeffs, 9662 upgd conss, 0 impls, 27044 clqs, 0 implints
21.75/21.93	c (round 100, exhaustive) 572 del vars, 4959 del conss, 1600 add conss, 0 chg bounds, 744 chg sides, 14308 chg coeffs, 9665 upgd conss, 0 impls, 27044 clqs, 0 implints
21.75/21.93	c (round 101, exhaustive) 572 del vars, 4983 del conss, 1600 add conss, 0 chg bounds, 744 chg sides, 14308 chg coeffs, 9665 upgd conss, 0 impls, 27044 clqs, 0 implints
21.86/22.06	c (round 102, exhaustive) 597 del vars, 4987 del conss, 1600 add conss, 0 chg bounds, 744 chg sides, 14343 chg coeffs, 9665 upgd conss, 0 impls, 29442 clqs, 0 implints
21.86/22.06	c (round 103, fast)       597 del vars, 5008 del conss, 1634 add conss, 0 chg bounds, 744 chg sides, 14353 chg coeffs, 9665 upgd conss, 0 impls, 29449 clqs, 0 implints
21.86/22.06	c (round 104, medium)     597 del vars, 5017 del conss, 1642 add conss, 0 chg bounds, 752 chg sides, 14433 chg coeffs, 9665 upgd conss, 0 impls, 29455 clqs, 0 implints
21.86/22.08	c (round 105, exhaustive) 597 del vars, 5021 del conss, 1642 add conss, 0 chg bounds, 759 chg sides, 14532 chg coeffs, 9665 upgd conss, 0 impls, 29455 clqs, 0 implints
21.86/22.08	c (round 106, medium)     599 del vars, 5022 del conss, 1647 add conss, 0 chg bounds, 764 chg sides, 14601 chg coeffs, 9665 upgd conss, 0 impls, 29479 clqs, 0 implints
21.86/22.08	c (round 107, fast)       602 del vars, 5030 del conss, 1649 add conss, 0 chg bounds, 764 chg sides, 14601 chg coeffs, 9665 upgd conss, 0 impls, 29472 clqs, 0 implints
21.86/22.09	c (round 108, exhaustive) 602 del vars, 5034 del conss, 1650 add conss, 0 chg bounds, 767 chg sides, 14685 chg coeffs, 9665 upgd conss, 0 impls, 29472 clqs, 0 implints
21.86/22.10	c (round 109, exhaustive) 602 del vars, 5035 del conss, 1650 add conss, 0 chg bounds, 767 chg sides, 14724 chg coeffs, 9686 upgd conss, 0 impls, 29521 clqs, 0 implints
21.96/22.11	c (round 110, exhaustive) 602 del vars, 5057 del conss, 1651 add conss, 0 chg bounds, 767 chg sides, 14748 chg coeffs, 9686 upgd conss, 0 impls, 29561 clqs, 0 implints
21.96/22.12	c (round 111, exhaustive) 614 del vars, 5063 del conss, 1651 add conss, 0 chg bounds, 767 chg sides, 14830 chg coeffs, 9686 upgd conss, 0 impls, 28775 clqs, 0 implints
21.96/22.12	c (round 112, fast)       629 del vars, 5074 del conss, 1663 add conss, 0 chg bounds, 767 chg sides, 14834 chg coeffs, 9686 upgd conss, 0 impls, 28789 clqs, 0 implints
21.96/22.12	c (round 113, exhaustive) 629 del vars, 5077 del conss, 1665 add conss, 0 chg bounds, 769 chg sides, 14858 chg coeffs, 9686 upgd conss, 0 impls, 28804 clqs, 0 implints
21.96/22.13	c (round 114, exhaustive) 629 del vars, 5077 del conss, 1665 add conss, 0 chg bounds, 769 chg sides, 14869 chg coeffs, 9693 upgd conss, 0 impls, 28804 clqs, 0 implints
21.96/22.14	c (round 115, fast)       629 del vars, 5084 del conss, 1672 add conss, 0 chg bounds, 769 chg sides, 14869 chg coeffs, 9693 upgd conss, 0 impls, 28811 clqs, 0 implints
22.45/22.61	c (round 116, exhaustive) 654 del vars, 5089 del conss, 1672 add conss, 0 chg bounds, 769 chg sides, 14908 chg coeffs, 9693 upgd conss, 0 impls, 30921 clqs, 0 implints
22.45/22.61	c (round 117, fast)       654 del vars, 5104 del conss, 1739 add conss, 0 chg bounds, 771 chg sides, 14912 chg coeffs, 9693 upgd conss, 0 impls, 30926 clqs, 0 implints
22.45/22.62	c (round 118, medium)     657 del vars, 5117 del conss, 1747 add conss, 3 chg bounds, 779 chg sides, 15013 chg coeffs, 9693 upgd conss, 0 impls, 30891 clqs, 0 implints
22.45/22.63	c (round 119, exhaustive) 657 del vars, 5122 del conss, 1747 add conss, 3 chg bounds, 786 chg sides, 15088 chg coeffs, 9693 upgd conss, 0 impls, 30892 clqs, 0 implints
22.45/22.63	c (round 120, medium)     657 del vars, 5126 del conss, 1751 add conss, 3 chg bounds, 790 chg sides, 15138 chg coeffs, 9693 upgd conss, 0 impls, 30949 clqs, 0 implints
22.45/22.64	c (round 121, exhaustive) 657 del vars, 5126 del conss, 1751 add conss, 3 chg bounds, 790 chg sides, 15155 chg coeffs, 9751 upgd conss, 0 impls, 30949 clqs, 0 implints
22.45/22.65	c (round 122, exhaustive) 657 del vars, 5150 del conss, 1751 add conss, 3 chg bounds, 791 chg sides, 15166 chg coeffs, 9751 upgd conss, 0 impls, 30976 clqs, 0 implints
22.45/22.65	c (round 123, exhaustive) 657 del vars, 5206 del conss, 1751 add conss, 3 chg bounds, 791 chg sides, 15176 chg coeffs, 9751 upgd conss, 0 impls, 30977 clqs, 0 implints
22.45/22.66	c (round 124, exhaustive) 663 del vars, 5209 del conss, 1751 add conss, 3 chg bounds, 791 chg sides, 15222 chg coeffs, 9751 upgd conss, 0 impls, 30551 clqs, 0 implints
22.45/22.66	c (round 125, fast)       671 del vars, 5214 del conss, 1755 add conss, 3 chg bounds, 791 chg sides, 15224 chg coeffs, 9751 upgd conss, 0 impls, 30558 clqs, 0 implints
22.45/22.66	c (round 126, medium)     671 del vars, 5218 del conss, 1759 add conss, 3 chg bounds, 795 chg sides, 15274 chg coeffs, 9751 upgd conss, 0 impls, 30560 clqs, 0 implints
22.45/22.67	c (round 127, exhaustive) 671 del vars, 5222 del conss, 1759 add conss, 3 chg bounds, 795 chg sides, 15283 chg coeffs, 9753 upgd conss, 0 impls, 30560 clqs, 0 implints
22.45/22.67	c (round 128, fast)       671 del vars, 5226 del conss, 1763 add conss, 3 chg bounds, 795 chg sides, 15283 chg coeffs, 9753 upgd conss, 0 impls, 30563 clqs, 0 implints
22.55/22.74	c (round 129, exhaustive) 697 del vars, 5230 del conss, 1763 add conss, 3 chg bounds, 795 chg sides, 15306 chg coeffs, 9753 upgd conss, 0 impls, 30130 clqs, 0 implints
22.55/22.75	c (round 130, fast)       698 del vars, 5253 del conss, 1790 add conss, 3 chg bounds, 795 chg sides, 15320 chg coeffs, 9753 upgd conss, 0 impls, 30135 clqs, 0 implints
22.55/22.75	c (round 131, medium)     700 del vars, 5263 del conss, 1803 add conss, 3 chg bounds, 808 chg sides, 15488 chg coeffs, 9753 upgd conss, 0 impls, 30120 clqs, 0 implints
22.55/22.75	c (round 132, fast)       701 del vars, 5273 del conss, 1806 add conss, 3 chg bounds, 809 chg sides, 15489 chg coeffs, 9753 upgd conss, 0 impls, 30120 clqs, 0 implints
22.55/22.76	c (round 133, exhaustive) 701 del vars, 5276 del conss, 1806 add conss, 3 chg bounds, 814 chg sides, 15546 chg coeffs, 9753 upgd conss, 0 impls, 30120 clqs, 0 implints
22.55/22.77	c (round 134, exhaustive) 701 del vars, 5278 del conss, 1806 add conss, 3 chg bounds, 814 chg sides, 15568 chg coeffs, 9771 upgd conss, 0 impls, 30148 clqs, 0 implints
22.55/22.78	c (round 135, exhaustive) 703 del vars, 5282 del conss, 1808 add conss, 3 chg bounds, 814 chg sides, 15575 chg coeffs, 9771 upgd conss, 0 impls, 30158 clqs, 0 implints
22.55/22.79	c (round 136, exhaustive) 703 del vars, 5300 del conss, 1809 add conss, 3 chg bounds, 815 chg sides, 15580 chg coeffs, 9771 upgd conss, 0 impls, 30160 clqs, 0 implints
22.55/22.79	c (round 137, exhaustive) 711 del vars, 5304 del conss, 1809 add conss, 3 chg bounds, 815 chg sides, 15641 chg coeffs, 9771 upgd conss, 0 impls, 29964 clqs, 0 implints
22.65/22.80	c (round 138, fast)       719 del vars, 5309 del conss, 1813 add conss, 3 chg bounds, 815 chg sides, 15643 chg coeffs, 9771 upgd conss, 0 impls, 29969 clqs, 0 implints
22.65/22.81	c (round 139, exhaustive) 719 del vars, 5312 del conss, 1813 add conss, 3 chg bounds, 815 chg sides, 15647 chg coeffs, 9774 upgd conss, 0 impls, 29969 clqs, 0 implints
22.65/22.87	c (round 140, exhaustive) 744 del vars, 5312 del conss, 1813 add conss, 3 chg bounds, 815 chg sides, 15652 chg coeffs, 9774 upgd conss, 0 impls, 34475 clqs, 0 implints
22.65/22.88	c (round 141, fast)       744 del vars, 5337 del conss, 1839 add conss, 3 chg bounds, 815 chg sides, 15656 chg coeffs, 9774 upgd conss, 0 impls, 34475 clqs, 0 implints
22.65/22.88	c (round 142, medium)     744 del vars, 5341 del conss, 1849 add conss, 3 chg bounds, 828 chg sides, 15790 chg coeffs, 9774 upgd conss, 0 impls, 34497 clqs, 0 implints
22.65/22.88	c (round 143, fast)       744 del vars, 5345 del conss, 1851 add conss, 3 chg bounds, 828 chg sides, 15790 chg coeffs, 9774 upgd conss, 0 impls, 34498 clqs, 0 implints
22.65/22.89	c (round 144, exhaustive) 744 del vars, 5348 del conss, 1851 add conss, 3 chg bounds, 830 chg sides, 15889 chg coeffs, 9794 upgd conss, 0 impls, 34498 clqs, 0 implints
22.75/22.90	c (round 145, medium)     744 del vars, 5359 del conss, 1866 add conss, 3 chg bounds, 845 chg sides, 16070 chg coeffs, 9794 upgd conss, 0 impls, 34688 clqs, 0 implints
22.75/22.90	c (round 146, fast)       744 del vars, 5362 del conss, 1869 add conss, 3 chg bounds, 845 chg sides, 16070 chg coeffs, 9794 upgd conss, 0 impls, 34690 clqs, 0 implints
22.75/22.91	c (round 147, exhaustive) 744 del vars, 5382 del conss, 1869 add conss, 3 chg bounds, 845 chg sides, 16147 chg coeffs, 9794 upgd conss, 0 impls, 34690 clqs, 0 implints
22.75/22.98	c (round 148, exhaustive) 769 del vars, 5384 del conss, 1871 add conss, 3 chg bounds, 845 chg sides, 16236 chg coeffs, 9794 upgd conss, 0 impls, 37847 clqs, 0 implints
22.75/22.98	c (round 149, fast)       769 del vars, 5409 del conss, 1903 add conss, 3 chg bounds, 845 chg sides, 16244 chg coeffs, 9794 upgd conss, 0 impls, 37850 clqs, 0 implints
22.75/22.98	c (round 150, medium)     769 del vars, 5433 del conss, 1930 add conss, 3 chg bounds, 875 chg sides, 16599 chg coeffs, 9794 upgd conss, 0 impls, 37936 clqs, 0 implints
22.75/22.99	c (round 151, fast)       769 del vars, 5438 del conss, 1933 add conss, 3 chg bounds, 875 chg sides, 16599 chg coeffs, 9794 upgd conss, 0 impls, 37936 clqs, 0 implints
22.75/23.00	c (round 152, exhaustive) 769 del vars, 5441 del conss, 1933 add conss, 3 chg bounds, 877 chg sides, 16717 chg coeffs, 9814 upgd conss, 0 impls, 37936 clqs, 0 implints
22.75/23.01	c (round 153, medium)     769 del vars, 5443 del conss, 1938 add conss, 3 chg bounds, 880 chg sides, 16768 chg coeffs, 9814 upgd conss, 0 impls, 38085 clqs, 0 implints
22.75/23.01	c (round 154, fast)       769 del vars, 5446 del conss, 1941 add conss, 3 chg bounds, 880 chg sides, 16768 chg coeffs, 9814 upgd conss, 0 impls, 38088 clqs, 0 implints
22.86/23.02	c (round 155, exhaustive) 769 del vars, 5467 del conss, 1941 add conss, 3 chg bounds, 880 chg sides, 16874 chg coeffs, 9814 upgd conss, 0 impls, 38088 clqs, 0 implints
23.05/23.26	c    (4.6s) probing: 2829/6837 (41.4%) - 448 fixings, 68 aggregations, 41597 implications, 0 bound changes
23.05/23.26	c    (4.6s) probing aborted: 50/50 successive totally useless probings
23.05/23.29	c (round 156, exhaustive) 772 del vars, 5471 del conss, 1943 add conss, 3 chg bounds, 882 chg sides, 17057 chg coeffs, 9814 upgd conss, 0 impls, 39551 clqs, 0 implints
23.05/23.29	c (round 157, fast)       772 del vars, 5472 del conss, 1990 add conss, 3 chg bounds, 882 chg sides, 17057 chg coeffs, 9814 upgd conss, 0 impls, 39560 clqs, 0 implints
23.05/23.29	c (round 158, medium)     772 del vars, 5474 del conss, 2002 add conss, 3 chg bounds, 897 chg sides, 17182 chg coeffs, 9814 upgd conss, 0 impls, 39662 clqs, 0 implints
23.15/23.31	c (round 159, exhaustive) 772 del vars, 5479 del conss, 2002 add conss, 3 chg bounds, 899 chg sides, 17271 chg coeffs, 9814 upgd conss, 0 impls, 39662 clqs, 0 implints
23.15/23.32	c (round 160, exhaustive) 772 del vars, 5518 del conss, 2002 add conss, 3 chg bounds, 899 chg sides, 17347 chg coeffs, 9814 upgd conss, 0 impls, 39725 clqs, 0 implints
23.15/23.32	c (round 161, fast)       772 del vars, 5524 del conss, 2008 add conss, 3 chg bounds, 899 chg sides, 17347 chg coeffs, 9814 upgd conss, 0 impls, 39731 clqs, 0 implints
23.15/23.33	c (round 162, exhaustive) 772 del vars, 5524 del conss, 2008 add conss, 3 chg bounds, 899 chg sides, 17409 chg coeffs, 9857 upgd conss, 0 impls, 39769 clqs, 0 implints
23.15/23.33	c (round 163, fast)       772 del vars, 5536 del conss, 2020 add conss, 3 chg bounds, 899 chg sides, 17409 chg coeffs, 9857 upgd conss, 0 impls, 39781 clqs, 0 implints
23.15/23.34	c (round 164, exhaustive) 772 del vars, 5579 del conss, 2020 add conss, 3 chg bounds, 899 chg sides, 17449 chg coeffs, 9857 upgd conss, 0 impls, 39786 clqs, 0 implints
23.25/23.48	c    (4.8s) probing: 2944/6837 (43.1%) - 451 fixings, 68 aggregations, 41694 implications, 0 bound changes
23.25/23.48	c    (4.8s) probing aborted: 50/50 successive totally useless probings
23.25/23.48	c (round 165, exhaustive) 778 del vars, 5582 del conss, 2020 add conss, 3 chg bounds, 899 chg sides, 17491 chg coeffs, 9857 upgd conss, 0 impls, 39808 clqs, 0 implints
23.25/23.48	c (round 166, fast)       778 del vars, 5585 del conss, 2059 add conss, 3 chg bounds, 899 chg sides, 17491 chg coeffs, 9857 upgd conss, 0 impls, 39809 clqs, 0 implints
23.35/23.50	c (round 167, exhaustive) 778 del vars, 5586 del conss, 2059 add conss, 3 chg bounds, 902 chg sides, 17526 chg coeffs, 9895 upgd conss, 0 impls, 39810 clqs, 0 implints
23.35/23.50	c (round 168, fast)       778 del vars, 5598 del conss, 2071 add conss, 3 chg bounds, 902 chg sides, 17526 chg coeffs, 9895 upgd conss, 0 impls, 39822 clqs, 0 implints
23.35/23.51	c (round 169, exhaustive) 778 del vars, 5634 del conss, 2071 add conss, 3 chg bounds, 902 chg sides, 17539 chg coeffs, 9895 upgd conss, 0 impls, 39823 clqs, 0 implints
23.35/23.58	c    (4.9s) probing: 3000/6837 (43.9%) - 451 fixings, 68 aggregations, 41724 implications, 0 bound changes
23.44/23.67	c (round 170, exhaustive) 803 del vars, 5634 del conss, 2071 add conss, 3 chg bounds, 902 chg sides, 17576 chg coeffs, 9895 upgd conss, 0 impls, 42723 clqs, 0 implints
23.44/23.67	c (round 171, fast)       803 del vars, 5657 del conss, 2135 add conss, 3 chg bounds, 903 chg sides, 17576 chg coeffs, 9895 upgd conss, 0 impls, 42725 clqs, 0 implints
23.54/23.70	c (round 172, exhaustive) 803 del vars, 5660 del conss, 2135 add conss, 3 chg bounds, 907 chg sides, 17681 chg coeffs, 9895 upgd conss, 0 impls, 42725 clqs, 0 implints
23.54/23.70	c (round 173, exhaustive) 803 del vars, 5661 del conss, 2136 add conss, 3 chg bounds, 907 chg sides, 17681 chg coeffs, 9957 upgd conss, 0 impls, 42726 clqs, 0 implints
23.54/23.71	c (round 174, exhaustive) 803 del vars, 5710 del conss, 2136 add conss, 3 chg bounds, 907 chg sides, 17681 chg coeffs, 9957 upgd conss, 0 impls, 42726 clqs, 0 implints
23.54/23.76	c (round 175, exhaustive) 828 del vars, 5710 del conss, 2136 add conss, 3 chg bounds, 907 chg sides, 17922 chg coeffs, 9957 upgd conss, 0 impls, 42399 clqs, 0 implints
23.54/23.76	c (round 176, fast)       828 del vars, 5710 del conss, 2181 add conss, 3 chg bounds, 907 chg sides, 17922 chg coeffs, 9957 upgd conss, 0 impls, 42403 clqs, 0 implints
23.54/23.78	c (round 177, exhaustive) 828 del vars, 5710 del conss, 2181 add conss, 3 chg bounds, 907 chg sides, 17973 chg coeffs, 10002 upgd conss, 0 impls, 42403 clqs, 0 implints
23.54/23.79	c (round 178, exhaustive) 828 del vars, 5755 del conss, 2181 add conss, 3 chg bounds, 907 chg sides, 17973 chg coeffs, 10002 upgd conss, 0 impls, 42403 clqs, 0 implints
23.64/23.89	c    (5.2s) sparsify aborted: 14/82443 (0.0%) nonzeros canceled - in total 14 canceled nonzeros, 14 changed coefficients, 0 added nonzeros
23.74/23.94	c (round 179, exhaustive) 853 del vars, 5755 del conss, 2181 add conss, 3 chg bounds, 907 chg sides, 17987 chg coeffs, 10002 upgd conss, 0 impls, 43938 clqs, 0 implints
23.74/23.94	c (round 180, fast)       853 del vars, 5779 del conss, 2242 add conss, 3 chg bounds, 907 chg sides, 17987 chg coeffs, 10002 upgd conss, 0 impls, 43954 clqs, 0 implints
23.74/23.97	c (round 181, exhaustive) 854 del vars, 5781 del conss, 2242 add conss, 3 chg bounds, 911 chg sides, 18173 chg coeffs, 10002 upgd conss, 0 impls, 43929 clqs, 0 implints
23.74/23.98	c (round 182, medium)     854 del vars, 5782 del conss, 2250 add conss, 3 chg bounds, 919 chg sides, 18240 chg coeffs, 10002 upgd conss, 0 impls, 43949 clqs, 0 implints
23.74/23.98	c (round 183, exhaustive) 854 del vars, 5782 del conss, 2250 add conss, 3 chg bounds, 919 chg sides, 18240 chg coeffs, 10061 upgd conss, 0 impls, 43949 clqs, 0 implints
23.74/23.99	c (round 184, exhaustive) 854 del vars, 5831 del conss, 2250 add conss, 3 chg bounds, 919 chg sides, 18240 chg coeffs, 10061 upgd conss, 0 impls, 43949 clqs, 0 implints
24.04/24.21	c (round 185, exhaustive) 881 del vars, 5832 del conss, 2250 add conss, 3 chg bounds, 919 chg sides, 18414 chg coeffs, 10061 upgd conss, 0 impls, 46367 clqs, 0 implints
24.04/24.21	c (round 186, fast)       882 del vars, 5859 del conss, 2317 add conss, 3 chg bounds, 919 chg sides, 18414 chg coeffs, 10061 upgd conss, 0 impls, 46370 clqs, 0 implints
24.04/24.22	c (round 187, exhaustive) 882 del vars, 5860 del conss, 2317 add conss, 3 chg bounds, 924 chg sides, 18538 chg coeffs, 10061 upgd conss, 0 impls, 46370 clqs, 0 implints
24.04/24.24	c (round 188, exhaustive) 882 del vars, 5863 del conss, 2317 add conss, 3 chg bounds, 927 chg sides, 18542 chg coeffs, 10061 upgd conss, 0 impls, 46370 clqs, 0 implints
24.04/24.24	c (round 189, exhaustive) 882 del vars, 5863 del conss, 2317 add conss, 3 chg bounds, 927 chg sides, 18542 chg coeffs, 10128 upgd conss, 0 impls, 46370 clqs, 0 implints
24.04/24.25	c (round 190, exhaustive) 882 del vars, 5913 del conss, 2317 add conss, 3 chg bounds, 927 chg sides, 18542 chg coeffs, 10128 upgd conss, 0 impls, 46370 clqs, 0 implints
24.85/25.08	c    (6.4s) probing: 4000/6837 (58.5%) - 502 fixings, 132 aggregations, 74714 implications, 0 bound changes
25.44/25.69	c    (7.0s) probing: 4556/6837 (66.6%) - 506 fixings, 132 aggregations, 78976 implications, 0 bound changes
25.44/25.69	c    (7.0s) probing aborted: solving stopped
25.44/25.69	c (round 191, exhaustive) 901 del vars, 5913 del conss, 2317 add conss, 3 chg bounds, 927 chg sides, 18824 chg coeffs, 10128 upgd conss, 0 impls, 60881 clqs, 0 implints
25.44/25.69	c presolving (191 rounds: 191 fast, 141 medium, 119 exhaustive):
25.44/25.69	c  901 deleted vars, 5913 deleted constraints, 2317 added constraints, 3 tightened bounds, 0 added holes, 927 changed sides, 18824 changed coefficients
25.44/25.69	c  0 implications, 60881 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
25.44/25.69	c presolving was interrupted.
25.44/25.69	c Presolving Time: 6.98
25.44/25.69	c 
25.44/25.69	c SCIP Status        : solving was interrupted [time limit reached]
25.44/25.69	c Solving Time (sec) : 7.00
25.44/25.69	c Solving Nodes      : 0
25.44/25.69	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
25.44/25.69	c SCIP status: 23 (TIMELIMIT)
25.44/25.69	c pb_solver_status: sst_unknown
25.44/25.69	c LB_goalvalue: 110096
25.44/25.69	c UB_goalvalue: 3795812
25.44/25.69	c Both SAT and SCIP timed out; boosting budgets to sat=10.000000 scip=14.000000
25.44/25.69	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
25.44/25.69	c SCIP returned: sst_unknown
25.44/25.69	c SCIP primal LB: -oo, dual UB: +oo
25.44/25.69	c assumptions: 
25.44/25.69	c invoking solver with time budget: 10.000000
35.82/36.07	c sat_solver_result: sst_unknown
35.82/36.07	c c SAT fixed 91 new variables
35.82/36.07	c SAT solver timed out; proceeding to cooperative SCIP call
35.82/36.07	c Calling solveScip for cooperative mode with LB_goalvalue:       110096, UB_goalvalue: 3795812
35.82/36.07	c scip solving with time budget: 14.000000
35.82/36.07	c solveScip
35.82/36.07	c initScipForCoop
35.82/36.07	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
35.82/36.07	c presolving:
35.82/36.07	c (round 192, fast)       956 del vars, 5982 del conss, 2426 add conss, 3 chg bounds, 927 chg sides, 18834 chg coeffs, 10128 upgd conss, 0 impls, 60469 clqs, 0 implints
35.82/36.08	c (round 193, medium)     960 del vars, 6034 del conss, 2474 add conss, 3 chg bounds, 976 chg sides, 19404 chg coeffs, 10128 upgd conss, 0 impls, 60164 clqs, 0 implints
35.82/36.09	c (round 194, fast)       976 del vars, 6054 del conss, 2475 add conss, 4 chg bounds, 976 chg sides, 19415 chg coeffs, 10128 upgd conss, 0 impls, 60127 clqs, 0 implints
35.92/36.12	c (round 195, exhaustive) 977 del vars, 6059 del conss, 2476 add conss, 4 chg bounds, 979 chg sides, 19530 chg coeffs, 10128 upgd conss, 0 impls, 60127 clqs, 0 implints
35.92/36.12	c (round 196, medium)     977 del vars, 6064 del conss, 2482 add conss, 4 chg bounds, 985 chg sides, 19625 chg coeffs, 10128 upgd conss, 0 impls, 60314 clqs, 0 implints
35.92/36.14	c (round 197, exhaustive) 977 del vars, 6090 del conss, 2482 add conss, 4 chg bounds, 985 chg sides, 19720 chg coeffs, 10128 upgd conss, 0 impls, 60314 clqs, 0 implints
35.92/36.15	c (round 198, exhaustive) 977 del vars, 6090 del conss, 2482 add conss, 4 chg bounds, 985 chg sides, 19795 chg coeffs, 10193 upgd conss, 0 impls, 60499 clqs, 0 implints
35.92/36.17	c (round 199, exhaustive) 977 del vars, 6152 del conss, 2482 add conss, 4 chg bounds, 985 chg sides, 19858 chg coeffs, 10193 upgd conss, 0 impls, 60571 clqs, 0 implints
35.92/36.18	c (round 200, exhaustive) 1014 del vars, 6182 del conss, 2482 add conss, 4 chg bounds, 985 chg sides, 20101 chg coeffs, 10193 upgd conss, 0 impls, 58732 clqs, 0 implints
35.92/36.18	c (round 201, fast)       1045 del vars, 6205 del conss, 2518 add conss, 4 chg bounds, 985 chg sides, 20105 chg coeffs, 10193 upgd conss, 0 impls, 58755 clqs, 0 implints
36.01/36.21	c (round 202, exhaustive) 1045 del vars, 6205 del conss, 2518 add conss, 4 chg bounds, 985 chg sides, 20147 chg coeffs, 10227 upgd conss, 0 impls, 58795 clqs, 0 implints
36.01/36.22	c (round 203, exhaustive) 1045 del vars, 6210 del conss, 2518 add conss, 4 chg bounds, 985 chg sides, 20724 chg coeffs, 10227 upgd conss, 0 impls, 58843 clqs, 0 implints
36.21/36.46	c (round 204, exhaustive) 1070 del vars, 6210 del conss, 2518 add conss, 4 chg bounds, 985 chg sides, 20747 chg coeffs, 10227 upgd conss, 0 impls, 62122 clqs, 0 implints
36.21/36.46	c (round 205, fast)       1074 del vars, 6243 del conss, 2598 add conss, 8 chg bounds, 985 chg sides, 20757 chg coeffs, 10227 upgd conss, 0 impls, 62091 clqs, 0 implints
36.21/36.46	c (round 206, medium)     1074 del vars, 6263 del conss, 2648 add conss, 8 chg bounds, 1004 chg sides, 20945 chg coeffs, 10227 upgd conss, 0 impls, 62106 clqs, 0 implints
36.31/36.50	c (round 207, exhaustive) 1074 del vars, 6268 del conss, 2648 add conss, 8 chg bounds, 1006 chg sides, 21062 chg coeffs, 10227 upgd conss, 0 impls, 62106 clqs, 0 implints
36.31/36.50	c (round 208, fast)       1074 del vars, 6275 del conss, 2655 add conss, 8 chg bounds, 1006 chg sides, 21062 chg coeffs, 10227 upgd conss, 0 impls, 62112 clqs, 0 implints
36.31/36.51	c (round 209, exhaustive) 1074 del vars, 6275 del conss, 2655 add conss, 8 chg bounds, 1006 chg sides, 21123 chg coeffs, 10283 upgd conss, 0 impls, 62170 clqs, 0 implints
36.31/36.53	c (round 210, exhaustive) 1074 del vars, 6330 del conss, 2655 add conss, 8 chg bounds, 1006 chg sides, 21176 chg coeffs, 10283 upgd conss, 0 impls, 62357 clqs, 0 implints
36.31/36.54	c (round 211, exhaustive) 1074 del vars, 6342 del conss, 2655 add conss, 8 chg bounds, 1006 chg sides, 21211 chg coeffs, 10283 upgd conss, 0 impls, 62401 clqs, 0 implints
36.41/36.64	c    (7.6s) sparsify aborted: 7/79820 (0.0%) nonzeros canceled - in total 21 canceled nonzeros, 21 changed coefficients, 0 added nonzeros
36.41/36.64	c (round 212, exhaustive) 1103 del vars, 6346 del conss, 2655 add conss, 8 chg bounds, 1006 chg sides, 21260 chg coeffs, 10283 upgd conss, 0 impls, 62243 clqs, 0 implints
36.41/36.64	c (round 213, fast)       1106 del vars, 6368 del conss, 2674 add conss, 8 chg bounds, 1006 chg sides, 21273 chg coeffs, 10283 upgd conss, 0 impls, 62220 clqs, 0 implints
36.41/36.65	c (round 214, medium)     1106 del vars, 6377 del conss, 2692 add conss, 8 chg bounds, 1025 chg sides, 21358 chg coeffs, 10283 upgd conss, 0 impls, 62249 clqs, 0 implints
36.41/36.65	c (round 215, fast)       1106 del vars, 6387 del conss, 2698 add conss, 8 chg bounds, 1025 chg sides, 21358 chg coeffs, 10283 upgd conss, 0 impls, 62254 clqs, 0 implints
36.41/36.67	c (round 216, exhaustive) 1106 del vars, 6387 del conss, 2698 add conss, 8 chg bounds, 1025 chg sides, 21408 chg coeffs, 10299 upgd conss, 0 impls, 62254 clqs, 0 implints
36.41/36.68	c (round 217, exhaustive) 1106 del vars, 6402 del conss, 2698 add conss, 8 chg bounds, 1025 chg sides, 21443 chg coeffs, 10299 upgd conss, 0 impls, 62310 clqs, 0 implints
36.71/36.96	c (round 218, exhaustive) 1132 del vars, 6403 del conss, 2698 add conss, 8 chg bounds, 1025 chg sides, 21463 chg coeffs, 10299 upgd conss, 0 impls, 63258 clqs, 0 implints
36.71/36.96	c (round 219, fast)       1136 del vars, 6427 del conss, 2778 add conss, 12 chg bounds, 1025 chg sides, 21481 chg coeffs, 10299 upgd conss, 0 impls, 63230 clqs, 0 implints
36.71/36.97	c (round 220, medium)     1136 del vars, 6438 del conss, 2785 add conss, 12 chg bounds, 1033 chg sides, 21539 chg coeffs, 10299 upgd conss, 0 impls, 63234 clqs, 0 implints
36.71/37.01	c (round 221, exhaustive) 1136 del vars, 6443 del conss, 2786 add conss, 12 chg bounds, 1035 chg sides, 21612 chg coeffs, 10299 upgd conss, 0 impls, 63234 clqs, 0 implints
36.82/37.01	c (round 222, exhaustive) 1136 del vars, 6443 del conss, 2787 add conss, 12 chg bounds, 1036 chg sides, 21655 chg coeffs, 10354 upgd conss, 0 impls, 63330 clqs, 0 implints
36.82/37.02	c (round 223, exhaustive) 1136 del vars, 6464 del conss, 2788 add conss, 12 chg bounds, 1036 chg sides, 21683 chg coeffs, 10354 upgd conss, 0 impls, 63371 clqs, 0 implints
36.82/37.03	c (round 224, exhaustive) 1136 del vars, 6519 del conss, 2788 add conss, 12 chg bounds, 1036 chg sides, 21710 chg coeffs, 10354 upgd conss, 0 impls, 63381 clqs, 0 implints
36.82/37.03	c (round 225, exhaustive) 1141 del vars, 6524 del conss, 2788 add conss, 12 chg bounds, 1036 chg sides, 21733 chg coeffs, 10354 upgd conss, 0 impls, 63315 clqs, 0 implints
36.82/37.04	c (round 226, fast)       1146 del vars, 6524 del conss, 2788 add conss, 12 chg bounds, 1036 chg sides, 21733 chg coeffs, 10354 upgd conss, 0 impls, 63315 clqs, 0 implints
36.82/37.07	c (round 227, exhaustive) 1171 del vars, 6524 del conss, 2788 add conss, 12 chg bounds, 1036 chg sides, 21735 chg coeffs, 10354 upgd conss, 0 impls, 63594 clqs, 0 implints
36.82/37.07	c (round 228, fast)       1181 del vars, 6559 del conss, 2849 add conss, 16 chg bounds, 1036 chg sides, 21794 chg coeffs, 10354 upgd conss, 0 impls, 63470 clqs, 0 implints
36.82/37.07	c (round 229, fast)       1181 del vars, 6564 del conss, 2849 add conss, 16 chg bounds, 1037 chg sides, 21814 chg coeffs, 10354 upgd conss, 0 impls, 63470 clqs, 0 implints
36.82/37.08	c (round 230, medium)     1181 del vars, 6571 del conss, 2861 add conss, 16 chg bounds, 1049 chg sides, 21902 chg coeffs, 10354 upgd conss, 0 impls, 63479 clqs, 0 implints
36.82/37.08	c (round 231, fast)       1181 del vars, 6579 del conss, 2865 add conss, 16 chg bounds, 1049 chg sides, 21902 chg coeffs, 10354 upgd conss, 0 impls, 63482 clqs, 0 implints
36.82/37.10	c (round 232, exhaustive) 1181 del vars, 6582 del conss, 2865 add conss, 16 chg bounds, 1051 chg sides, 21943 chg coeffs, 10388 upgd conss, 0 impls, 63482 clqs, 0 implints
36.82/37.11	c (round 233, medium)     1181 del vars, 6587 del conss, 2898 add conss, 16 chg bounds, 1083 chg sides, 22033 chg coeffs, 10388 upgd conss, 0 impls, 63527 clqs, 0 implints
36.92/37.11	c (round 234, exhaustive) 1181 del vars, 6620 del conss, 2898 add conss, 16 chg bounds, 1083 chg sides, 22035 chg coeffs, 10388 upgd conss, 0 impls, 63527 clqs, 0 implints
36.92/37.12	c (round 235, exhaustive) 1181 del vars, 6640 del conss, 2898 add conss, 16 chg bounds, 1083 chg sides, 22036 chg coeffs, 10388 upgd conss, 0 impls, 63527 clqs, 0 implints
36.92/37.14	c    (8.1s) probing: 5000/6837 (73.1%) - 605 fixings, 133 aggregations, 84446 implications, 0 bound changes
36.92/37.14	c (round 236, exhaustive) 1208 del vars, 6640 del conss, 2898 add conss, 16 chg bounds, 1083 chg sides, 22050 chg coeffs, 10388 upgd conss, 0 impls, 63778 clqs, 0 implints
36.92/37.15	c (round 237, fast)       1208 del vars, 6673 del conss, 2938 add conss, 16 chg bounds, 1083 chg sides, 22067 chg coeffs, 10388 upgd conss, 0 impls, 63795 clqs, 0 implints
36.92/37.15	c (round 238, medium)     1208 del vars, 6694 del conss, 2955 add conss, 16 chg bounds, 1101 chg sides, 22246 chg coeffs, 10388 upgd conss, 0 impls, 63801 clqs, 0 implints
36.92/37.15	c (round 239, fast)       1208 del vars, 6706 del conss, 2960 add conss, 16 chg bounds, 1101 chg sides, 22246 chg coeffs, 10388 upgd conss, 0 impls, 63802 clqs, 0 implints
36.92/37.18	c (round 240, exhaustive) 1208 del vars, 6707 del conss, 2960 add conss, 16 chg bounds, 1101 chg sides, 22273 chg coeffs, 10427 upgd conss, 0 impls, 63802 clqs, 0 implints
36.92/37.19	c (round 241, exhaustive) 1208 del vars, 6747 del conss, 2960 add conss, 16 chg bounds, 1101 chg sides, 22274 chg coeffs, 10427 upgd conss, 0 impls, 63806 clqs, 0 implints
37.21/37.42	c (round 242, exhaustive) 1233 del vars, 6747 del conss, 2960 add conss, 16 chg bounds, 1101 chg sides, 22274 chg coeffs, 10427 upgd conss, 0 impls, 72572 clqs, 0 implints
37.21/37.42	c (round 243, fast)       1233 del vars, 6772 del conss, 3063 add conss, 16 chg bounds, 1101 chg sides, 22293 chg coeffs, 10427 upgd conss, 0 impls, 72579 clqs, 0 implints
37.21/37.43	c (round 244, medium)     1241 del vars, 6776 del conss, 3066 add conss, 16 chg bounds, 1105 chg sides, 22373 chg coeffs, 10427 upgd conss, 0 impls, 72406 clqs, 0 implints
37.21/37.43	c (round 245, fast)       1246 del vars, 6794 del conss, 3072 add conss, 16 chg bounds, 1105 chg sides, 22378 chg coeffs, 10427 upgd conss, 0 impls, 72406 clqs, 0 implints
37.21/37.47	c (round 246, exhaustive) 1246 del vars, 6794 del conss, 3072 add conss, 16 chg bounds, 1105 chg sides, 22939 chg coeffs, 10427 upgd conss, 0 impls, 72406 clqs, 0 implints
37.21/37.49	c (round 247, exhaustive) 1246 del vars, 6801 del conss, 3072 add conss, 16 chg bounds, 1108 chg sides, 23110 chg coeffs, 10427 upgd conss, 0 impls, 72729 clqs, 0 implints
37.31/37.50	c (round 248, exhaustive) 1246 del vars, 6801 del conss, 3072 add conss, 16 chg bounds, 1108 chg sides, 23134 chg coeffs, 10503 upgd conss, 0 impls, 72859 clqs, 0 implints
37.31/37.51	c (round 249, exhaustive) 1246 del vars, 6819 del conss, 3072 add conss, 16 chg bounds, 1108 chg sides, 23134 chg coeffs, 10503 upgd conss, 0 impls, 72883 clqs, 0 implints
37.31/37.51	c (round 250, exhaustive) 1246 del vars, 6894 del conss, 3072 add conss, 16 chg bounds, 1108 chg sides, 23134 chg coeffs, 10503 upgd conss, 0 impls, 72883 clqs, 0 implints
37.51/37.73	c (round 251, exhaustive) 1271 del vars, 6894 del conss, 3072 add conss, 16 chg bounds, 1108 chg sides, 23155 chg coeffs, 10503 upgd conss, 0 impls, 86471 clqs, 0 implints
37.51/37.73	c (round 252, fast)       1275 del vars, 6919 del conss, 3175 add conss, 20 chg bounds, 1108 chg sides, 23190 chg coeffs, 10503 upgd conss, 0 impls, 86415 clqs, 0 implints
37.51/37.78	c (round 253, exhaustive) 1275 del vars, 6919 del conss, 3175 add conss, 20 chg bounds, 1109 chg sides, 23927 chg coeffs, 10503 upgd conss, 0 impls, 86415 clqs, 0 implints
37.61/37.81	c (round 254, exhaustive) 1275 del vars, 6922 del conss, 3175 add conss, 20 chg bounds, 1112 chg sides, 24182 chg coeffs, 10503 upgd conss, 0 impls, 86657 clqs, 0 implints
37.61/37.82	c (round 255, exhaustive) 1275 del vars, 6922 del conss, 3175 add conss, 20 chg bounds, 1112 chg sides, 24234 chg coeffs, 10579 upgd conss, 0 impls, 86701 clqs, 0 implints
37.61/37.83	c (round 256, exhaustive) 1275 del vars, 7001 del conss, 3175 add conss, 20 chg bounds, 1112 chg sides, 24241 chg coeffs, 10579 upgd conss, 0 impls, 86701 clqs, 0 implints
37.82/38.03	c (round 257, exhaustive) 1301 del vars, 7001 del conss, 3175 add conss, 20 chg bounds, 1112 chg sides, 24241 chg coeffs, 10579 upgd conss, 0 impls, 98407 clqs, 0 implints
37.82/38.03	c (round 258, fast)       1302 del vars, 7028 del conss, 3279 add conss, 20 chg bounds, 1112 chg sides, 24294 chg coeffs, 10579 upgd conss, 0 impls, 98418 clqs, 0 implints
37.82/38.04	c (round 259, medium)     1303 del vars, 7033 del conss, 3283 add conss, 20 chg bounds, 1117 chg sides, 24387 chg coeffs, 10579 upgd conss, 0 impls, 98418 clqs, 0 implints
37.82/38.09	c (round 260, exhaustive) 1303 del vars, 7033 del conss, 3285 add conss, 20 chg bounds, 1117 chg sides, 24953 chg coeffs, 10579 upgd conss, 0 impls, 98420 clqs, 0 implints
37.92/38.12	c (round 261, exhaustive) 1303 del vars, 7038 del conss, 3285 add conss, 20 chg bounds, 1120 chg sides, 25143 chg coeffs, 10579 upgd conss, 0 impls, 98572 clqs, 0 implints
37.92/38.13	c (round 262, exhaustive) 1303 del vars, 7038 del conss, 3285 add conss, 20 chg bounds, 1120 chg sides, 25182 chg coeffs, 10655 upgd conss, 0 impls, 98635 clqs, 0 implints
37.92/38.14	c (round 263, exhaustive) 1303 del vars, 7118 del conss, 3285 add conss, 20 chg bounds, 1120 chg sides, 25185 chg coeffs, 10655 upgd conss, 0 impls, 98635 clqs, 0 implints
38.10/38.36	c (round 264, exhaustive) 1328 del vars, 7121 del conss, 3285 add conss, 20 chg bounds, 1120 chg sides, 25185 chg coeffs, 10655 upgd conss, 0 impls, 112525 clqs, 0 implints
38.10/38.36	c (round 265, fast)       1328 del vars, 7146 del conss, 3385 add conss, 20 chg bounds, 1120 chg sides, 25240 chg coeffs, 10655 upgd conss, 0 impls, 112542 clqs, 0 implints
38.10/38.37	c (round 266, medium)     1328 del vars, 7154 del conss, 3393 add conss, 20 chg bounds, 1129 chg sides, 25354 chg coeffs, 10655 upgd conss, 0 impls, 112547 clqs, 0 implints
38.20/38.43	c (round 267, exhaustive) 1328 del vars, 7154 del conss, 3393 add conss, 20 chg bounds, 1129 chg sides, 26013 chg coeffs, 10655 upgd conss, 0 impls, 112547 clqs, 0 implints
38.20/38.43	c (round 268, medium)     1328 del vars, 7158 del conss, 3425 add conss, 20 chg bounds, 1161 chg sides, 26115 chg coeffs, 10655 upgd conss, 0 impls, 113398 clqs, 0 implints
38.20/38.46	c (round 269, exhaustive) 1328 del vars, 7158 del conss, 3425 add conss, 20 chg bounds, 1161 chg sides, 26410 chg coeffs, 10655 upgd conss, 0 impls, 113398 clqs, 0 implints
38.20/38.48	c (round 270, exhaustive) 1328 del vars, 7161 del conss, 3425 add conss, 20 chg bounds, 1164 chg sides, 26516 chg coeffs, 10655 upgd conss, 0 impls, 113851 clqs, 0 implints
38.20/38.49	c (round 271, exhaustive) 1328 del vars, 7161 del conss, 3425 add conss, 20 chg bounds, 1164 chg sides, 26545 chg coeffs, 10731 upgd conss, 0 impls, 114131 clqs, 0 implints
38.30/38.50	c (round 272, exhaustive) 1328 del vars, 7237 del conss, 3425 add conss, 20 chg bounds, 1164 chg sides, 26549 chg coeffs, 10731 upgd conss, 0 impls, 114274 clqs, 0 implints
38.30/38.51	c (round 273, exhaustive) 1328 del vars, 7244 del conss, 3425 add conss, 20 chg bounds, 1164 chg sides, 26549 chg coeffs, 10731 upgd conss, 0 impls, 114293 clqs, 0 implints
38.50/38.78	c (round 274, exhaustive) 1353 del vars, 7244 del conss, 3425 add conss, 20 chg bounds, 1164 chg sides, 26549 chg coeffs, 10731 upgd conss, 0 impls, 116346 clqs, 0 implints
38.50/38.78	c (round 275, fast)       1353 del vars, 7265 del conss, 3521 add conss, 20 chg bounds, 1164 chg sides, 26611 chg coeffs, 10731 upgd conss, 0 impls, 116358 clqs, 0 implints
38.60/38.80	c    (9.7s) running MILP presolver
38.60/38.82	c    (9.8s) MILP presolver (3 rounds): 1 aggregations, 0 fixings, 0 bound changes
38.60/38.89	c (round 276, exhaustive) 1354 del vars, 7269 del conss, 3524 add conss, 20 chg bounds, 1166 chg sides, 26874 chg coeffs, 10731 upgd conss, 0 impls, 116293 clqs, 0 implints
38.70/38.91	c (round 277, exhaustive) 1354 del vars, 7270 del conss, 3524 add conss, 20 chg bounds, 1167 chg sides, 26886 chg coeffs, 10807 upgd conss, 0 impls, 116457 clqs, 0 implints
38.70/38.91	c (round 278, exhaustive) 1354 del vars, 7345 del conss, 3524 add conss, 20 chg bounds, 1167 chg sides, 26887 chg coeffs, 10807 upgd conss, 0 impls, 116457 clqs, 0 implints
39.00/39.20	c (round 279, exhaustive) 1379 del vars, 7348 del conss, 3524 add conss, 20 chg bounds, 1167 chg sides, 26888 chg coeffs, 10807 upgd conss, 0 impls, 116126 clqs, 0 implints
39.00/39.21	c (round 280, fast)       1379 del vars, 7374 del conss, 3624 add conss, 20 chg bounds, 1167 chg sides, 26957 chg coeffs, 10807 upgd conss, 0 impls, 116130 clqs, 0 implints
39.00/39.28	c (round 281, exhaustive) 1379 del vars, 7377 del conss, 3624 add conss, 20 chg bounds, 1170 chg sides, 27029 chg coeffs, 10807 upgd conss, 0 impls, 116131 clqs, 0 implints
39.00/39.28	c (round 282, exhaustive) 1379 del vars, 7377 del conss, 3624 add conss, 20 chg bounds, 1170 chg sides, 27029 chg coeffs, 10883 upgd conss, 0 impls, 116132 clqs, 0 implints
39.00/39.29	c (round 283, exhaustive) 1379 del vars, 7455 del conss, 3624 add conss, 20 chg bounds, 1170 chg sides, 27029 chg coeffs, 10883 upgd conss, 0 impls, 116132 clqs, 0 implints
39.10/39.33	c    (10.3s) probing: 6000/6837 (87.8%) - 783 fixings, 134 aggregations, 168879 implications, 0 bound changes
39.40/39.60	c (round 284, exhaustive) 1405 del vars, 7456 del conss, 3624 add conss, 20 chg bounds, 1170 chg sides, 27031 chg coeffs, 10883 upgd conss, 0 impls, 116276 clqs, 0 implints
39.40/39.60	c (round 285, fast)       1406 del vars, 7484 del conss, 3726 add conss, 20 chg bounds, 1170 chg sides, 27148 chg coeffs, 10883 upgd conss, 0 impls, 116403 clqs, 0 implints
39.40/39.61	c (round 286, medium)     1406 del vars, 7487 del conss, 3729 add conss, 20 chg bounds, 1174 chg sides, 27231 chg coeffs, 10883 upgd conss, 0 impls, 116405 clqs, 0 implints
39.40/39.68	c (round 287, exhaustive) 1406 del vars, 7490 del conss, 3730 add conss, 20 chg bounds, 1176 chg sides, 27270 chg coeffs, 10883 upgd conss, 0 impls, 116405 clqs, 0 implints
39.40/39.68	c (round 288, exhaustive) 1406 del vars, 7490 del conss, 3730 add conss, 20 chg bounds, 1176 chg sides, 27274 chg coeffs, 10957 upgd conss, 0 impls, 116497 clqs, 0 implints
39.40/39.69	c (round 289, exhaustive) 1406 del vars, 7564 del conss, 3730 add conss, 20 chg bounds, 1176 chg sides, 27274 chg coeffs, 10957 upgd conss, 0 impls, 116497 clqs, 0 implints
39.40/39.70	c (round 290, exhaustive) 1406 del vars, 7572 del conss, 3730 add conss, 20 chg bounds, 1176 chg sides, 27274 chg coeffs, 10957 upgd conss, 0 impls, 116497 clqs, 0 implints
39.60/39.88	c (round 291, exhaustive) 1433 del vars, 7572 del conss, 3730 add conss, 20 chg bounds, 1176 chg sides, 27282 chg coeffs, 10957 upgd conss, 0 impls, 116082 clqs, 0 implints
39.60/39.88	c (round 292, fast)       1435 del vars, 7606 del conss, 3832 add conss, 20 chg bounds, 1176 chg sides, 27377 chg coeffs, 10957 upgd conss, 0 impls, 116116 clqs, 0 implints
39.60/39.89	c (round 293, medium)     1435 del vars, 7612 del conss, 3838 add conss, 20 chg bounds, 1183 chg sides, 27477 chg coeffs, 10957 upgd conss, 0 impls, 116119 clqs, 0 implints
39.70/39.96	c (round 294, exhaustive) 1435 del vars, 7615 del conss, 3838 add conss, 20 chg bounds, 1185 chg sides, 27494 chg coeffs, 10957 upgd conss, 0 impls, 116119 clqs, 0 implints
39.70/39.96	c (round 295, exhaustive) 1435 del vars, 7616 del conss, 3839 add conss, 20 chg bounds, 1186 chg sides, 27502 chg coeffs, 11031 upgd conss, 0 impls, 116140 clqs, 0 implints
39.70/39.97	c (round 296, exhaustive) 1435 del vars, 7690 del conss, 3839 add conss, 20 chg bounds, 1186 chg sides, 27504 chg coeffs, 11031 upgd conss, 0 impls, 116141 clqs, 0 implints
39.81/40.07	c    (11.0s) probing cycle finished: starting next cycle
39.81/40.10	c (round 297, exhaustive) 1493 del vars, 7690 del conss, 3839 add conss, 20 chg bounds, 1186 chg sides, 27526 chg coeffs, 11031 upgd conss, 0 impls, 113795 clqs, 0 implints
39.81/40.10	c (round 298, fast)       1526 del vars, 7752 del conss, 3925 add conss, 20 chg bounds, 1186 chg sides, 27561 chg coeffs, 11031 upgd conss, 0 impls, 113821 clqs, 0 implints
39.81/40.11	c (round 299, medium)     1526 del vars, 7757 del conss, 3929 add conss, 20 chg bounds, 1191 chg sides, 27661 chg coeffs, 11031 upgd conss, 0 impls, 113824 clqs, 0 implints
39.91/40.17	c (round 300, exhaustive) 1526 del vars, 7760 del conss, 3929 add conss, 20 chg bounds, 1193 chg sides, 27716 chg coeffs, 11031 upgd conss, 0 impls, 113824 clqs, 0 implints
39.91/40.18	c (round 301, exhaustive) 1526 del vars, 7760 del conss, 3929 add conss, 20 chg bounds, 1193 chg sides, 27723 chg coeffs, 11105 upgd conss, 0 impls, 113917 clqs, 0 implints
39.91/40.19	c (round 302, exhaustive) 1526 del vars, 7834 del conss, 3929 add conss, 20 chg bounds, 1193 chg sides, 27728 chg coeffs, 11105 upgd conss, 0 impls, 113918 clqs, 0 implints
40.00/40.20	c (round 303, exhaustive) 1526 del vars, 7849 del conss, 3929 add conss, 20 chg bounds, 1193 chg sides, 27730 chg coeffs, 11105 upgd conss, 0 impls, 113918 clqs, 0 implints
40.00/40.22	c (round 304, exhaustive) 1731 del vars, 7849 del conss, 3929 add conss, 20 chg bounds, 1193 chg sides, 27768 chg coeffs, 11105 upgd conss, 0 impls, 108442 clqs, 0 implints
40.00/40.22	c (round 305, fast)       1731 del vars, 8077 del conss, 3980 add conss, 20 chg bounds, 1193 chg sides, 27768 chg coeffs, 11105 upgd conss, 0 impls, 108502 clqs, 0 implints
40.00/40.26	c (round 306, exhaustive) 1731 del vars, 8077 del conss, 3980 add conss, 20 chg bounds, 1194 chg sides, 27877 chg coeffs, 11156 upgd conss, 0 impls, 108502 clqs, 0 implints
40.00/40.26	c (round 307, exhaustive) 1731 del vars, 8116 del conss, 3980 add conss, 20 chg bounds, 1194 chg sides, 27879 chg coeffs, 11156 upgd conss, 0 impls, 108502 clqs, 0 implints
40.00/40.29	c (round 308, exhaustive) 1965 del vars, 8116 del conss, 3980 add conss, 20 chg bounds, 1194 chg sides, 27952 chg coeffs, 11156 upgd conss, 0 impls, 102796 clqs, 0 implints
40.00/40.29	c (round 309, fast)       2174 del vars, 8358 del conss, 4028 add conss, 20 chg bounds, 1194 chg sides, 27952 chg coeffs, 11156 upgd conss, 0 impls, 102890 clqs, 0 implints
40.10/40.32	c (round 310, exhaustive) 2174 del vars, 8361 del conss, 4028 add conss, 20 chg bounds, 1195 chg sides, 28054 chg coeffs, 11200 upgd conss, 0 impls, 102890 clqs, 0 implints
40.10/40.33	c (round 311, exhaustive) 2174 del vars, 8403 del conss, 4028 add conss, 20 chg bounds, 1195 chg sides, 28056 chg coeffs, 11200 upgd conss, 0 impls, 102890 clqs, 0 implints
40.10/40.35	c (round 312, exhaustive) 2273 del vars, 8403 del conss, 4028 add conss, 20 chg bounds, 1195 chg sides, 28081 chg coeffs, 11200 upgd conss, 0 impls, 100494 clqs, 0 implints
40.10/40.35	c (round 313, fast)       2273 del vars, 8504 del conss, 4068 add conss, 20 chg bounds, 1195 chg sides, 28081 chg coeffs, 11200 upgd conss, 0 impls, 100538 clqs, 0 implints
40.10/40.38	c (round 314, exhaustive) 2273 del vars, 8505 del conss, 4068 add conss, 20 chg bounds, 1195 chg sides, 28165 chg coeffs, 11239 upgd conss, 0 impls, 100538 clqs, 0 implints
40.10/40.39	c (round 315, exhaustive) 2273 del vars, 8543 del conss, 4068 add conss, 20 chg bounds, 1195 chg sides, 28166 chg coeffs, 11239 upgd conss, 0 impls, 100538 clqs, 0 implints
40.20/40.48	c (round 316, exhaustive) 2300 del vars, 8543 del conss, 4068 add conss, 20 chg bounds, 1195 chg sides, 28169 chg coeffs, 11239 upgd conss, 0 impls, 100034 clqs, 0 implints
40.20/40.48	c (round 317, fast)       2300 del vars, 8572 del conss, 4088 add conss, 20 chg bounds, 1195 chg sides, 28169 chg coeffs, 11239 upgd conss, 0 impls, 100036 clqs, 0 implints
40.20/40.49	c (round 318, exhaustive) 2300 del vars, 8573 del conss, 4088 add conss, 20 chg bounds, 1195 chg sides, 28192 chg coeffs, 11258 upgd conss, 0 impls, 100036 clqs, 0 implints
40.30/40.50	c (round 319, exhaustive) 2300 del vars, 8589 del conss, 4088 add conss, 20 chg bounds, 1195 chg sides, 28192 chg coeffs, 11258 upgd conss, 0 impls, 100036 clqs, 0 implints
40.30/40.52	c (round 320, exhaustive) 2325 del vars, 8589 del conss, 4088 add conss, 20 chg bounds, 1195 chg sides, 28202 chg coeffs, 11258 upgd conss, 0 impls, 99557 clqs, 0 implints
40.30/40.52	c (round 321, fast)       2325 del vars, 8614 del conss, 4113 add conss, 20 chg bounds, 1195 chg sides, 28202 chg coeffs, 11258 upgd conss, 0 impls, 99566 clqs, 0 implints
40.30/40.54	c (round 322, exhaustive) 2325 del vars, 8614 del conss, 4113 add conss, 20 chg bounds, 1197 chg sides, 28257 chg coeffs, 11283 upgd conss, 0 impls, 99566 clqs, 0 implints
40.30/40.54	c (round 323, exhaustive) 2325 del vars, 8638 del conss, 4113 add conss, 20 chg bounds, 1197 chg sides, 28257 chg coeffs, 11283 upgd conss, 0 impls, 99566 clqs, 0 implints
40.30/40.56	c (round 324, exhaustive) 2363 del vars, 8638 del conss, 4113 add conss, 20 chg bounds, 1197 chg sides, 28260 chg coeffs, 11283 upgd conss, 0 impls, 98824 clqs, 0 implints
40.30/40.56	c (round 325, fast)       2363 del vars, 8679 del conss, 4140 add conss, 20 chg bounds, 1197 chg sides, 28260 chg coeffs, 11283 upgd conss, 0 impls, 98834 clqs, 0 implints
40.30/40.58	c (round 326, exhaustive) 2363 del vars, 8680 del conss, 4140 add conss, 20 chg bounds, 1199 chg sides, 28299 chg coeffs, 11309 upgd conss, 0 impls, 98834 clqs, 0 implints
40.30/40.58	c (round 327, exhaustive) 2363 del vars, 8704 del conss, 4140 add conss, 20 chg bounds, 1199 chg sides, 28299 chg coeffs, 11309 upgd conss, 0 impls, 98834 clqs, 0 implints
40.40/40.61	c (round 328, exhaustive) 2395 del vars, 8704 del conss, 4140 add conss, 20 chg bounds, 1199 chg sides, 28306 chg coeffs, 11309 upgd conss, 0 impls, 98302 clqs, 0 implints
40.40/40.61	c (round 329, fast)       2396 del vars, 8738 del conss, 4164 add conss, 20 chg bounds, 1199 chg sides, 28306 chg coeffs, 11309 upgd conss, 0 impls, 98311 clqs, 0 implints
40.40/40.63	c (round 330, exhaustive) 2396 del vars, 8738 del conss, 4164 add conss, 20 chg bounds, 1202 chg sides, 28354 chg coeffs, 11332 upgd conss, 0 impls, 98311 clqs, 0 implints
40.40/40.63	c (round 331, exhaustive) 2396 del vars, 8760 del conss, 4164 add conss, 20 chg bounds, 1202 chg sides, 28354 chg coeffs, 11332 upgd conss, 0 impls, 98311 clqs, 0 implints
40.40/40.69	c (round 332, exhaustive) 2421 del vars, 8760 del conss, 4164 add conss, 20 chg bounds, 1202 chg sides, 28365 chg coeffs, 11332 upgd conss, 0 impls, 97953 clqs, 0 implints
40.50/40.70	c (round 333, fast)       2421 del vars, 8784 del conss, 4205 add conss, 20 chg bounds, 1202 chg sides, 28365 chg coeffs, 11332 upgd conss, 0 impls, 97963 clqs, 0 implints
40.50/40.73	c (round 334, exhaustive) 2421 del vars, 8786 del conss, 4205 add conss, 20 chg bounds, 1204 chg sides, 28447 chg coeffs, 11372 upgd conss, 0 impls, 97963 clqs, 0 implints
40.50/40.73	c (round 335, exhaustive) 2421 del vars, 8825 del conss, 4205 add conss, 20 chg bounds, 1204 chg sides, 28447 chg coeffs, 11372 upgd conss, 0 impls, 97963 clqs, 0 implints
40.60/40.80	c (round 336, exhaustive) 2448 del vars, 8825 del conss, 4205 add conss, 20 chg bounds, 1204 chg sides, 28451 chg coeffs, 11372 upgd conss, 0 impls, 97601 clqs, 0 implints
40.60/40.80	c (round 337, fast)       2448 del vars, 8858 del conss, 4251 add conss, 20 chg bounds, 1204 chg sides, 28456 chg coeffs, 11372 upgd conss, 0 impls, 97609 clqs, 0 implints
40.60/40.87	c (round 338, exhaustive) 2448 del vars, 8861 del conss, 4251 add conss, 20 chg bounds, 1208 chg sides, 28562 chg coeffs, 11372 upgd conss, 0 impls, 97609 clqs, 0 implints
40.60/40.87	c (round 339, exhaustive) 2448 del vars, 8866 del conss, 4251 add conss, 20 chg bounds, 1208 chg sides, 28562 chg coeffs, 11372 upgd conss, 0 impls, 97620 clqs, 0 implints
40.60/40.87	c (round 340, exhaustive) 2448 del vars, 8869 del conss, 4251 add conss, 20 chg bounds, 1211 chg sides, 28562 chg coeffs, 11372 upgd conss, 0 impls, 97620 clqs, 0 implints
40.60/40.88	c (round 341, exhaustive) 2448 del vars, 8869 del conss, 4251 add conss, 20 chg bounds, 1211 chg sides, 28562 chg coeffs, 11416 upgd conss, 0 impls, 97620 clqs, 0 implints
40.60/40.88	c (round 342, exhaustive) 2448 del vars, 8911 del conss, 4251 add conss, 20 chg bounds, 1211 chg sides, 28562 chg coeffs, 11416 upgd conss, 0 impls, 97620 clqs, 0 implints
40.70/40.90	c (round 343, exhaustive) 2484 del vars, 8911 del conss, 4251 add conss, 20 chg bounds, 1211 chg sides, 28566 chg coeffs, 11416 upgd conss, 0 impls, 97140 clqs, 0 implints
40.70/40.91	c (round 344, fast)       2484 del vars, 8951 del conss, 4266 add conss, 20 chg bounds, 1211 chg sides, 28566 chg coeffs, 11416 upgd conss, 0 impls, 97140 clqs, 0 implints
40.70/40.92	c    (11.9s) running MILP presolver
40.70/40.94	c    (11.9s) MILP presolver (2 rounds): 3 aggregations, 1 fixings, 0 bound changes
40.70/40.94	c (round 345, medium)     2488 del vars, 8958 del conss, 4272 add conss, 20 chg bounds, 1211 chg sides, 28608 chg coeffs, 11416 upgd conss, 0 impls, 96817 clqs, 0 implints
40.70/40.94	c (round 346, fast)       2489 del vars, 8963 del conss, 4275 add conss, 21 chg bounds, 1211 chg sides, 28609 chg coeffs, 11416 upgd conss, 0 impls, 96818 clqs, 0 implints
40.70/40.95	c (round 347, fast)       2489 del vars, 8964 del conss, 4278 add conss, 21 chg bounds, 1212 chg sides, 28613 chg coeffs, 11416 upgd conss, 0 impls, 96818 clqs, 0 implints
40.70/40.95	c (round 348, exhaustive) 2489 del vars, 8966 del conss, 4278 add conss, 21 chg bounds, 1214 chg sides, 28613 chg coeffs, 11436 upgd conss, 0 impls, 96818 clqs, 0 implints
40.70/40.96	c (round 349, exhaustive) 2489 del vars, 8982 del conss, 4280 add conss, 21 chg bounds, 1216 chg sides, 28618 chg coeffs, 11436 upgd conss, 0 impls, 96818 clqs, 0 implints
40.70/40.99	c (round 350, exhaustive) 2517 del vars, 8982 del conss, 4280 add conss, 21 chg bounds, 1216 chg sides, 28623 chg coeffs, 11436 upgd conss, 0 impls, 96445 clqs, 0 implints
40.70/40.99	c (round 351, fast)       2517 del vars, 9014 del conss, 4301 add conss, 21 chg bounds, 1216 chg sides, 28623 chg coeffs, 11436 upgd conss, 0 impls, 96445 clqs, 0 implints
40.70/41.01	c (round 352, exhaustive) 2517 del vars, 9014 del conss, 4301 add conss, 21 chg bounds, 1218 chg sides, 28676 chg coeffs, 11457 upgd conss, 0 impls, 96446 clqs, 0 implints
40.81/41.01	c (round 353, medium)     2517 del vars, 9016 del conss, 4303 add conss, 21 chg bounds, 1220 chg sides, 28680 chg coeffs, 11457 upgd conss, 0 impls, 96447 clqs, 0 implints
40.81/41.01	c (round 354, exhaustive) 2517 del vars, 9035 del conss, 4303 add conss, 21 chg bounds, 1220 chg sides, 28680 chg coeffs, 11457 upgd conss, 0 impls, 96447 clqs, 0 implints
40.81/41.04	c (round 355, exhaustive) 2558 del vars, 9035 del conss, 4303 add conss, 21 chg bounds, 1220 chg sides, 28703 chg coeffs, 11457 upgd conss, 0 impls, 96130 clqs, 0 implints
40.81/41.04	c (round 356, fast)       2574 del vars, 9082 del conss, 4336 add conss, 21 chg bounds, 1220 chg sides, 28703 chg coeffs, 11457 upgd conss, 0 impls, 96136 clqs, 0 implints
40.81/41.08	c (round 357, exhaustive) 2574 del vars, 9085 del conss, 4336 add conss, 21 chg bounds, 1225 chg sides, 28747 chg coeffs, 11457 upgd conss, 0 impls, 96136 clqs, 0 implints
40.81/41.09	c (round 358, exhaustive) 2574 del vars, 9088 del conss, 4336 add conss, 21 chg bounds, 1225 chg sides, 28747 chg coeffs, 11487 upgd conss, 0 impls, 96136 clqs, 0 implints
40.81/41.09	c (round 359, medium)     2574 del vars, 9090 del conss, 4338 add conss, 21 chg bounds, 1227 chg sides, 28751 chg coeffs, 11487 upgd conss, 0 impls, 96136 clqs, 0 implints
40.81/41.09	c (round 360, exhaustive) 2574 del vars, 9117 del conss, 4338 add conss, 21 chg bounds, 1227 chg sides, 28751 chg coeffs, 11487 upgd conss, 0 impls, 96136 clqs, 0 implints
40.91/41.18	c (round 361, exhaustive) 2609 del vars, 9117 del conss, 4338 add conss, 21 chg bounds, 1227 chg sides, 28774 chg coeffs, 11487 upgd conss, 0 impls, 95747 clqs, 0 implints
40.91/41.18	c (round 362, fast)       2609 del vars, 9152 del conss, 4354 add conss, 21 chg bounds, 1227 chg sides, 28774 chg coeffs, 11487 upgd conss, 0 impls, 95747 clqs, 0 implints
40.91/41.19	c (round 363, exhaustive) 2609 del vars, 9152 del conss, 4354 add conss, 21 chg bounds, 1227 chg sides, 28810 chg coeffs, 11503 upgd conss, 0 impls, 95747 clqs, 0 implints
40.91/41.19	c (round 364, exhaustive) 2609 del vars, 9165 del conss, 4354 add conss, 21 chg bounds, 1227 chg sides, 28810 chg coeffs, 11503 upgd conss, 0 impls, 95747 clqs, 0 implints
41.00/41.21	c (round 365, exhaustive) 2668 del vars, 9165 del conss, 4354 add conss, 21 chg bounds, 1227 chg sides, 28828 chg coeffs, 11503 upgd conss, 0 impls, 95074 clqs, 0 implints
41.00/41.22	c (round 366, fast)       2668 del vars, 9224 del conss, 4380 add conss, 21 chg bounds, 1227 chg sides, 28828 chg coeffs, 11503 upgd conss, 0 impls, 95074 clqs, 0 implints
41.00/41.23	c (round 367, exhaustive) 2668 del vars, 9225 del conss, 4380 add conss, 21 chg bounds, 1229 chg sides, 28879 chg coeffs, 11528 upgd conss, 0 impls, 95074 clqs, 0 implints
41.00/41.23	c (round 368, exhaustive) 2668 del vars, 9247 del conss, 4380 add conss, 21 chg bounds, 1229 chg sides, 28879 chg coeffs, 11528 upgd conss, 0 impls, 95074 clqs, 0 implints
41.00/41.25	c (round 369, exhaustive) 2694 del vars, 9247 del conss, 4380 add conss, 21 chg bounds, 1229 chg sides, 28897 chg coeffs, 11528 upgd conss, 0 impls, 94784 clqs, 0 implints
41.00/41.25	c (round 370, fast)       2694 del vars, 9273 del conss, 4392 add conss, 21 chg bounds, 1229 chg sides, 28897 chg coeffs, 11528 upgd conss, 0 impls, 94784 clqs, 0 implints
41.00/41.25	c (round 371, exhaustive) 2694 del vars, 9273 del conss, 4392 add conss, 21 chg bounds, 1229 chg sides, 28920 chg coeffs, 11540 upgd conss, 0 impls, 94784 clqs, 0 implints
41.00/41.26	c (round 372, exhaustive) 2694 del vars, 9283 del conss, 4392 add conss, 21 chg bounds, 1229 chg sides, 28920 chg coeffs, 11540 upgd conss, 0 impls, 94784 clqs, 0 implints
41.00/41.27	c (round 373, exhaustive) 2723 del vars, 9283 del conss, 4392 add conss, 21 chg bounds, 1229 chg sides, 28932 chg coeffs, 11540 upgd conss, 0 impls, 94481 clqs, 0 implints
41.00/41.28	c (round 374, fast)       2723 del vars, 9313 del conss, 4416 add conss, 21 chg bounds, 1229 chg sides, 28932 chg coeffs, 11540 upgd conss, 0 impls, 94481 clqs, 0 implints
41.00/41.28	c (round 375, exhaustive) 2723 del vars, 9313 del conss, 4416 add conss, 21 chg bounds, 1229 chg sides, 28976 chg coeffs, 11564 upgd conss, 0 impls, 94481 clqs, 0 implints
41.00/41.28	c (round 376, exhaustive) 2723 del vars, 9331 del conss, 4416 add conss, 21 chg bounds, 1229 chg sides, 28976 chg coeffs, 11564 upgd conss, 0 impls, 94481 clqs, 0 implints
41.10/41.37	c (round 377, exhaustive) 2748 del vars, 9331 del conss, 4416 add conss, 21 chg bounds, 1229 chg sides, 29012 chg coeffs, 11564 upgd conss, 0 impls, 94435 clqs, 0 implints
41.10/41.37	c (round 378, fast)       2748 del vars, 9362 del conss, 4472 add conss, 21 chg bounds, 1229 chg sides, 29012 chg coeffs, 11564 upgd conss, 0 impls, 94435 clqs, 0 implints
41.20/41.41	c (round 379, exhaustive) 2748 del vars, 9365 del conss, 4472 add conss, 21 chg bounds, 1232 chg sides, 29135 chg coeffs, 11564 upgd conss, 0 impls, 94435 clqs, 0 implints
41.20/41.41	c (round 380, exhaustive) 2748 del vars, 9365 del conss, 4472 add conss, 21 chg bounds, 1232 chg sides, 29135 chg coeffs, 11617 upgd conss, 0 impls, 94435 clqs, 0 implints
41.20/41.41	c (round 381, exhaustive) 2748 del vars, 9417 del conss, 4472 add conss, 21 chg bounds, 1232 chg sides, 29135 chg coeffs, 11617 upgd conss, 0 impls, 94435 clqs, 0 implints
41.20/41.47	c (round 382, exhaustive) 2776 del vars, 9417 del conss, 4472 add conss, 21 chg bounds, 1232 chg sides, 29144 chg coeffs, 11617 upgd conss, 0 impls, 94563 clqs, 0 implints
41.20/41.48	c (round 383, fast)       2776 del vars, 9454 del conss, 4526 add conss, 21 chg bounds, 1232 chg sides, 29145 chg coeffs, 11617 upgd conss, 0 impls, 94579 clqs, 0 implints
41.30/41.51	c (round 384, exhaustive) 2776 del vars, 9458 del conss, 4526 add conss, 21 chg bounds, 1238 chg sides, 29253 chg coeffs, 11617 upgd conss, 0 impls, 94579 clqs, 0 implints
41.30/41.51	c (round 385, exhaustive) 2776 del vars, 9458 del conss, 4526 add conss, 21 chg bounds, 1238 chg sides, 29253 chg coeffs, 11666 upgd conss, 0 impls, 94579 clqs, 0 implints
41.30/41.52	c (round 386, exhaustive) 2776 del vars, 9504 del conss, 4526 add conss, 21 chg bounds, 1238 chg sides, 29253 chg coeffs, 11666 upgd conss, 0 impls, 94579 clqs, 0 implints
41.40/41.62	c (round 387, exhaustive) 2805 del vars, 9505 del conss, 4526 add conss, 21 chg bounds, 1238 chg sides, 29274 chg coeffs, 11666 upgd conss, 0 impls, 94801 clqs, 0 implints
41.40/41.62	c (round 388, fast)       2805 del vars, 9539 del conss, 4589 add conss, 21 chg bounds, 1238 chg sides, 29277 chg coeffs, 11666 upgd conss, 0 impls, 94815 clqs, 0 implints
41.40/41.63	c (round 389, exhaustive) 2805 del vars, 9541 del conss, 4590 add conss, 21 chg bounds, 1241 chg sides, 29398 chg coeffs, 11666 upgd conss, 0 impls, 94815 clqs, 0 implints
41.40/41.68	c (round 390, exhaustive) 2806 del vars, 9546 del conss, 4591 add conss, 21 chg bounds, 1241 chg sides, 29405 chg coeffs, 11666 upgd conss, 0 impls, 94794 clqs, 0 implints
41.40/41.68	c (round 391, exhaustive) 2806 del vars, 9555 del conss, 4591 add conss, 21 chg bounds, 1245 chg sides, 29408 chg coeffs, 11666 upgd conss, 0 impls, 94795 clqs, 0 implints
41.40/41.69	c (round 392, exhaustive) 2806 del vars, 9555 del conss, 4591 add conss, 21 chg bounds, 1245 chg sides, 29411 chg coeffs, 11720 upgd conss, 0 impls, 94796 clqs, 0 implints
41.40/41.69	c (round 393, exhaustive) 2806 del vars, 9605 del conss, 4591 add conss, 21 chg bounds, 1245 chg sides, 29413 chg coeffs, 11720 upgd conss, 0 impls, 94797 clqs, 0 implints
41.50/41.72	c (round 394, exhaustive) 2832 del vars, 9605 del conss, 4591 add conss, 21 chg bounds, 1245 chg sides, 29427 chg coeffs, 11720 upgd conss, 0 impls, 94752 clqs, 0 implints
41.50/41.72	c (round 395, fast)       2832 del vars, 9633 del conss, 4631 add conss, 21 chg bounds, 1245 chg sides, 29427 chg coeffs, 11720 upgd conss, 0 impls, 94756 clqs, 0 implints
41.50/41.75	c (round 396, exhaustive) 2832 del vars, 9637 del conss, 4631 add conss, 21 chg bounds, 1249 chg sides, 29491 chg coeffs, 11720 upgd conss, 0 impls, 94756 clqs, 0 implints
41.50/41.75	c (round 397, exhaustive) 2832 del vars, 9637 del conss, 4631 add conss, 21 chg bounds, 1249 chg sides, 29491 chg coeffs, 11756 upgd conss, 0 impls, 94756 clqs, 0 implints
41.50/41.75	c (round 398, exhaustive) 2832 del vars, 9669 del conss, 4631 add conss, 21 chg bounds, 1249 chg sides, 29491 chg coeffs, 11756 upgd conss, 0 impls, 94756 clqs, 0 implints
41.50/41.78	c (round 399, exhaustive) 2861 del vars, 9669 del conss, 4631 add conss, 21 chg bounds, 1249 chg sides, 29499 chg coeffs, 11756 upgd conss, 0 impls, 94643 clqs, 0 implints
41.50/41.78	c (round 400, fast)       2861 del vars, 9704 del conss, 4663 add conss, 21 chg bounds, 1249 chg sides, 29499 chg coeffs, 11756 upgd conss, 0 impls, 94650 clqs, 0 implints
41.50/41.79	c (round 401, exhaustive) 2861 del vars, 9705 del conss, 4663 add conss, 21 chg bounds, 1251 chg sides, 29554 chg coeffs, 11787 upgd conss, 0 impls, 94650 clqs, 0 implints
41.50/41.79	c (round 402, exhaustive) 2861 del vars, 9729 del conss, 4663 add conss, 21 chg bounds, 1251 chg sides, 29554 chg coeffs, 11787 upgd conss, 0 impls, 94650 clqs, 0 implints
41.59/41.88	c (round 403, exhaustive) 2887 del vars, 9729 del conss, 4663 add conss, 21 chg bounds, 1251 chg sides, 29568 chg coeffs, 11787 upgd conss, 0 impls, 95200 clqs, 0 implints
41.59/41.88	c (round 404, fast)       2887 del vars, 9758 del conss, 4735 add conss, 21 chg bounds, 1251 chg sides, 29568 chg coeffs, 11787 upgd conss, 0 impls, 95209 clqs, 0 implints
41.69/41.94	c (round 405, exhaustive) 2887 del vars, 9766 del conss, 4735 add conss, 21 chg bounds, 1258 chg sides, 29698 chg coeffs, 11787 upgd conss, 0 impls, 95209 clqs, 0 implints
41.69/41.94	c (round 406, medium)     2887 del vars, 9766 del conss, 4738 add conss, 21 chg bounds, 1261 chg sides, 29732 chg coeffs, 11787 upgd conss, 0 impls, 95213 clqs, 0 implints
41.69/41.94	c (round 407, fast)       2887 del vars, 9769 del conss, 4739 add conss, 21 chg bounds, 1261 chg sides, 29732 chg coeffs, 11787 upgd conss, 0 impls, 95214 clqs, 0 implints
41.69/41.95	c (round 408, exhaustive) 2887 del vars, 9771 del conss, 4739 add conss, 21 chg bounds, 1261 chg sides, 29732 chg coeffs, 11851 upgd conss, 0 impls, 95214 clqs, 0 implints
41.69/41.95	c (round 409, exhaustive) 2887 del vars, 9826 del conss, 4739 add conss, 21 chg bounds, 1261 chg sides, 29732 chg coeffs, 11851 upgd conss, 0 impls, 95214 clqs, 0 implints
41.81/42.06	c (round 410, exhaustive) 2914 del vars, 9828 del conss, 4739 add conss, 21 chg bounds, 1261 chg sides, 29750 chg coeffs, 11851 upgd conss, 0 impls, 95395 clqs, 0 implints
41.81/42.07	c (round 411, fast)       2914 del vars, 9854 del conss, 4812 add conss, 21 chg bounds, 1262 chg sides, 29750 chg coeffs, 11851 upgd conss, 0 impls, 95414 clqs, 0 implints
41.81/42.07	c (round 412, fast)       2914 del vars, 9854 del conss, 4812 add conss, 21 chg bounds, 1267 chg sides, 29874 chg coeffs, 11851 upgd conss, 0 impls, 95414 clqs, 0 implints
41.91/42.13	c (round 413, exhaustive) 2914 del vars, 9862 del conss, 4812 add conss, 21 chg bounds, 1271 chg sides, 29905 chg coeffs, 11851 upgd conss, 0 impls, 95414 clqs, 0 implints
41.91/42.14	c (round 414, exhaustive) 2914 del vars, 9862 del conss, 4812 add conss, 21 chg bounds, 1271 chg sides, 29907 chg coeffs, 11914 upgd conss, 0 impls, 95425 clqs, 0 implints
41.91/42.14	c (round 415, exhaustive) 2914 del vars, 9920 del conss, 4812 add conss, 21 chg bounds, 1271 chg sides, 29907 chg coeffs, 11914 upgd conss, 0 impls, 95425 clqs, 0 implints
42.09/42.31	c    (13.2s) probing: 1000/5611 (17.8%) - 1766 fixings, 151 aggregations, 212818 implications, 0 bound changes
42.09/42.38	c    (13.3s) probing: 1080/5611 (19.2%) - 1766 fixings, 151 aggregations, 212890 implications, 0 bound changes
42.09/42.38	c    (13.3s) probing aborted: 50/50 successive totally useless probings
42.09/42.38	c    (13.3s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
42.19/42.40	c    (13.3s) symmetry computation finished: 14 generators found (max: 1500, log10 of symmetry group size: 4.21) (symcode time: 0.00)
42.19/42.40	c dynamic symmetry handling statistics:
42.19/42.40	c    orbitopal reduction:       no components
42.19/42.40	c    orbital reduction:         no components
42.19/42.40	c    lexicographic reduction:   14 permutations with support sizes 10, 10, 14, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 16
42.19/42.40	c handled 14 out of 14 symmetry components
42.19/42.40	c presolving (416 rounds: 416 fast, 315 medium, 274 exhaustive):
42.19/42.40	c  2914 deleted vars, 9920 deleted constraints, 4812 added constraints, 21 tightened bounds, 0 added holes, 1271 changed sides, 29917 changed coefficients
42.19/42.40	c  0 implications, 95605 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
42.19/42.40	c presolved problem has 4411 variables (4411 bin, 0 int, 0 cont) and 4904 constraints
42.19/42.40	c    2335 constraints of type <knapsack>
42.19/42.40	c    1810 constraints of type <setppc>
42.19/42.40	c     449 constraints of type <linear>
42.19/42.40	c     310 constraints of type <logicor>
42.19/42.40	c transformed objective value is always integral (scale: 1)
42.19/42.40	c Presolving Time: 13.32
42.19/42.40	c 
42.80/43.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
42.80/43.07	c  14.0s|     1 |     0 |  4871 |     - |   199M |   0 |4411 |5006 |4904 |   0 |  0 | 107 |   0 |-2.400000e+01 |      --      |    Inf | unknown
42.80/43.07	c (node 1) LP solver hit time limit in LP 1 -- using pseudo solution instead
42.80/43.07	c 
42.80/43.07	c SCIP Status        : solving was interrupted [time limit reached]
42.80/43.07	c Solving Time (sec) : 14.00
42.80/43.07	c Solving Nodes      : 1
42.80/43.07	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
42.80/43.07	c Dual Bound         : -2.40000000000000e+01
42.80/43.07	c Gap                : infinite
42.80/43.07	c SCIP status: 23 (TIMELIMIT)
42.80/43.07	c SCIP LP bound tightened UB: 3795812 -> 3795788
42.80/43.07	c pb_solver_status: sst_unknown
42.80/43.07	c LB_goalvalue: 110096
42.80/43.07	c UB_goalvalue: 3795788
42.80/43.07	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
42.80/43.07	c SCIP returned: sst_unknown
42.80/43.07	c SCIP primal LB: -oo, dual UB: 3795788
42.80/43.07	c assumptions: 
42.80/43.07	c invoking solver with time budget: 10.000000
53.26/53.54	c sat_solver_result: sst_unknown
53.26/53.54	c c SAT fixed 93 new variables
53.26/53.54	c SAT solver timed out; proceeding to cooperative SCIP call
53.26/53.54	c Calling solveScip for cooperative mode with LB_goalvalue:       110096, UB_goalvalue: 3795788
53.26/53.54	c scip solving with time budget: 19.600000
53.26/53.54	c solveScip
53.26/53.54	c initScipForCoop
53.26/53.54	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
53.26/53.54	c SCIPfreeTransform due to timeout and having shadow nodes
53.26/53.54	c forcing SCIPfreeTransform before solve
53.26/53.56	c Running SCIP presolve for solve-time propagation (rounds=3)
53.26/53.58	c presolving:
53.36/53.60	c (round 1, fast)       7 del vars, 7 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 7600 clqs, 0 implints
53.36/53.63	c    (0.1s) running MILP presolver
53.36/53.65	c    (0.1s) MILP presolver (3 rounds): 7 aggregations, 11 fixings, 0 bound changes
53.36/53.65	c (round 2, medium)     28 del vars, 7 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 7572 clqs, 0 implints
53.56/53.85	c presolving (3 rounds: 3 fast, 2 medium, 1 exhaustive):
53.56/53.85	c  116 deleted vars, 786 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 29 changed sides, 922 changed coefficients
53.56/53.85	c  0 implications, 7553 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
53.56/53.85	c presolved problem has 6851 variables (6851 bin, 0 int, 0 cont) and 9230 constraints
53.56/53.85	c    3539 constraints of type <knapsack>
53.56/53.85	c    4947 constraints of type <setppc>
53.56/53.85	c     642 constraints of type <linear>
53.56/53.85	c     102 constraints of type <logicor>
53.56/53.85	c transformed objective value is always integral (scale: 1)
53.56/53.85	c Presolving Time: 0.27
53.56/53.88	c presolving:
53.66/53.90	c (round 1, fast)       7 del vars, 7 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 7600 clqs, 0 implints
53.66/53.93	c    (0.1s) running MILP presolver
53.66/53.95	c    (0.1s) MILP presolver (3 rounds): 7 aggregations, 11 fixings, 0 bound changes
53.66/53.96	c (round 2, medium)     28 del vars, 7 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 7572 clqs, 0 implints
53.66/53.96	c (round 3, fast)       28 del vars, 35 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 7572 clqs, 0 implints
53.66/53.98	c (round 4, exhaustive) 28 del vars, 757 del conss, 0 add conss, 0 chg bounds, 29 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 7572 clqs, 0 implints
53.66/53.98	c (round 5, fast)       28 del vars, 757 del conss, 78 add conss, 0 chg bounds, 29 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 7572 clqs, 0 implints
53.66/54.01	c (round 6, exhaustive) 28 del vars, 757 del conss, 78 add conss, 0 chg bounds, 30 chg sides, 1 chg coeffs, 8865 upgd conss, 0 impls, 7572 clqs, 0 implints
53.77/54.02	c (round 7, medium)     46 del vars, 1770 del conss, 620 add conss, 0 chg bounds, 590 chg sides, 6011 chg coeffs, 8865 upgd conss, 0 impls, 7708 clqs, 0 implints
53.77/54.03	c (round 8, fast)       46 del vars, 1788 del conss, 620 add conss, 0 chg bounds, 590 chg sides, 6011 chg coeffs, 8865 upgd conss, 0 impls, 7708 clqs, 0 implints
53.77/54.05	c (round 9, exhaustive) 46 del vars, 1788 del conss, 620 add conss, 0 chg bounds, 590 chg sides, 7723 chg coeffs, 8865 upgd conss, 0 impls, 7708 clqs, 0 implints
53.77/54.06	c (round 10, exhaustive) 46 del vars, 1788 del conss, 620 add conss, 0 chg bounds, 590 chg sides, 9423 chg coeffs, 8865 upgd conss, 0 impls, 7708 clqs, 0 implints
53.77/54.08	c (round 11, exhaustive) 95 del vars, 1821 del conss, 620 add conss, 0 chg bounds, 590 chg sides, 12038 chg coeffs, 8865 upgd conss, 0 impls, 7678 clqs, 0 implints
53.77/54.08	c (round 12, fast)       130 del vars, 1869 del conss, 655 add conss, 0 chg bounds, 590 chg sides, 12043 chg coeffs, 8865 upgd conss, 0 impls, 7835 clqs, 0 implints
53.77/54.09	c (round 13, exhaustive) 130 del vars, 1869 del conss, 655 add conss, 0 chg bounds, 590 chg sides, 12046 chg coeffs, 8880 upgd conss, 0 impls, 7835 clqs, 0 implints
53.77/54.10	c (round 14, exhaustive) 130 del vars, 1885 del conss, 655 add conss, 0 chg bounds, 590 chg sides, 12049 chg coeffs, 8880 upgd conss, 0 impls, 7835 clqs, 0 implints
53.96/54.26	c (round 15, exhaustive) 155 del vars, 1885 del conss, 655 add conss, 0 chg bounds, 590 chg sides, 12058 chg coeffs, 8880 upgd conss, 0 impls, 7976 clqs, 0 implints
53.96/54.26	c (round 16, fast)       155 del vars, 1912 del conss, 659 add conss, 0 chg bounds, 590 chg sides, 12067 chg coeffs, 8880 upgd conss, 0 impls, 7977 clqs, 0 implints
54.06/54.37	c (round 17, exhaustive) 181 del vars, 1913 del conss, 659 add conss, 0 chg bounds, 592 chg sides, 12099 chg coeffs, 8883 upgd conss, 0 impls, 9131 clqs, 0 implints
54.06/54.37	c (round 18, fast)       182 del vars, 1944 del conss, 714 add conss, 0 chg bounds, 592 chg sides, 12106 chg coeffs, 8883 upgd conss, 0 impls, 9133 clqs, 0 implints
54.06/54.38	c (round 19, exhaustive) 182 del vars, 1944 del conss, 714 add conss, 0 chg bounds, 595 chg sides, 12112 chg coeffs, 8937 upgd conss, 0 impls, 9133 clqs, 0 implints
54.06/54.39	c (round 20, exhaustive) 182 del vars, 1994 del conss, 715 add conss, 0 chg bounds, 595 chg sides, 12112 chg coeffs, 8937 upgd conss, 0 impls, 9134 clqs, 0 implints
54.26/54.57	c (round 21, exhaustive) 207 del vars, 1995 del conss, 715 add conss, 0 chg bounds, 595 chg sides, 12176 chg coeffs, 8937 upgd conss, 0 impls, 11041 clqs, 0 implints
54.26/54.57	c (round 22, fast)       207 del vars, 2024 del conss, 769 add conss, 0 chg bounds, 595 chg sides, 12176 chg coeffs, 8937 upgd conss, 0 impls, 11044 clqs, 0 implints
54.26/54.58	c (round 23, exhaustive) 207 del vars, 2024 del conss, 769 add conss, 0 chg bounds, 595 chg sides, 12188 chg coeffs, 8991 upgd conss, 0 impls, 11044 clqs, 0 implints
54.26/54.59	c (round 24, exhaustive) 207 del vars, 2075 del conss, 769 add conss, 0 chg bounds, 595 chg sides, 12188 chg coeffs, 8991 upgd conss, 0 impls, 11044 clqs, 0 implints
54.66/54.95	c (round 25, exhaustive) 233 del vars, 2076 del conss, 769 add conss, 0 chg bounds, 595 chg sides, 12243 chg coeffs, 8991 upgd conss, 0 impls, 13754 clqs, 0 implints
54.66/54.95	c (round 26, fast)       233 del vars, 2106 del conss, 823 add conss, 0 chg bounds, 595 chg sides, 12243 chg coeffs, 8991 upgd conss, 0 impls, 13754 clqs, 0 implints
54.66/54.97	c (round 27, exhaustive) 233 del vars, 3847 del conss, 823 add conss, 0 chg bounds, 595 chg sides, 12252 chg coeffs, 8991 upgd conss, 0 impls, 13754 clqs, 0 implints
54.66/54.99	c    (1.1s) running MILP presolver
54.66/55.00	c    (1.1s) MILP presolver (2 rounds): 0 aggregations, 3 fixings, 0 bound changes
54.66/55.01	c (round 28, medium)     236 del vars, 3850 del conss, 825 add conss, 0 chg bounds, 598 chg sides, 12260 chg coeffs, 8991 upgd conss, 0 impls, 13749 clqs, 0 implints
54.78/55.01	c (round 29, fast)       236 del vars, 3851 del conss, 832 add conss, 0 chg bounds, 598 chg sides, 12260 chg coeffs, 8991 upgd conss, 0 impls, 13749 clqs, 0 implints
54.78/55.02	c (round 30, exhaustive) 236 del vars, 3858 del conss, 832 add conss, 0 chg bounds, 598 chg sides, 12260 chg coeffs, 8991 upgd conss, 0 impls, 13749 clqs, 0 implints
54.78/55.02	c (round 31, exhaustive) 236 del vars, 3858 del conss, 832 add conss, 0 chg bounds, 598 chg sides, 12260 chg coeffs, 9045 upgd conss, 0 impls, 13749 clqs, 0 implints
54.78/55.03	c (round 32, exhaustive) 236 del vars, 3907 del conss, 832 add conss, 0 chg bounds, 598 chg sides, 12260 chg coeffs, 9045 upgd conss, 0 impls, 13749 clqs, 0 implints
54.97/55.28	c (round 33, exhaustive) 265 del vars, 3907 del conss, 832 add conss, 0 chg bounds, 598 chg sides, 12354 chg coeffs, 9045 upgd conss, 0 impls, 16170 clqs, 0 implints
54.97/55.28	c (round 34, fast)       265 del vars, 3936 del conss, 884 add conss, 0 chg bounds, 598 chg sides, 12358 chg coeffs, 9045 upgd conss, 0 impls, 16174 clqs, 0 implints
54.97/55.29	c (round 35, exhaustive) 265 del vars, 3936 del conss, 884 add conss, 0 chg bounds, 600 chg sides, 12370 chg coeffs, 9097 upgd conss, 0 impls, 16174 clqs, 0 implints
54.97/55.29	c (round 36, exhaustive) 265 del vars, 3987 del conss, 884 add conss, 0 chg bounds, 600 chg sides, 12370 chg coeffs, 9097 upgd conss, 0 impls, 16174 clqs, 0 implints
55.27/55.53	c (round 37, exhaustive) 290 del vars, 3987 del conss, 884 add conss, 0 chg bounds, 600 chg sides, 12383 chg coeffs, 9097 upgd conss, 0 impls, 18167 clqs, 0 implints
55.27/55.54	c (round 38, fast)       290 del vars, 4025 del conss, 946 add conss, 0 chg bounds, 600 chg sides, 12384 chg coeffs, 9097 upgd conss, 0 impls, 18168 clqs, 0 implints
55.27/55.55	c (round 39, exhaustive) 290 del vars, 4025 del conss, 946 add conss, 0 chg bounds, 602 chg sides, 12412 chg coeffs, 9159 upgd conss, 0 impls, 18168 clqs, 0 implints
55.27/55.55	c (round 40, exhaustive) 290 del vars, 4078 del conss, 946 add conss, 0 chg bounds, 602 chg sides, 12412 chg coeffs, 9159 upgd conss, 0 impls, 18168 clqs, 0 implints
55.47/55.72	c    (1.9s) probing: 1000/6837 (14.6%) - 155 fixings, 0 aggregations, 12432 implications, 0 bound changes
55.67/55.90	c (round 41, exhaustive) 315 del vars, 4078 del conss, 946 add conss, 0 chg bounds, 602 chg sides, 12554 chg coeffs, 9159 upgd conss, 0 impls, 21060 clqs, 0 implints
55.67/55.90	c (round 42, fast)       315 del vars, 4108 del conss, 1008 add conss, 0 chg bounds, 602 chg sides, 12555 chg coeffs, 9159 upgd conss, 0 impls, 21063 clqs, 0 implints
55.67/55.91	c (round 43, exhaustive) 315 del vars, 4108 del conss, 1008 add conss, 0 chg bounds, 605 chg sides, 12581 chg coeffs, 9220 upgd conss, 0 impls, 21063 clqs, 0 implints
55.67/55.92	c (round 44, medium)     315 del vars, 4108 del conss, 1012 add conss, 0 chg bounds, 611 chg sides, 12591 chg coeffs, 9220 upgd conss, 0 impls, 21063 clqs, 0 implints
55.67/55.92	c (round 45, exhaustive) 315 del vars, 4166 del conss, 1012 add conss, 0 chg bounds, 611 chg sides, 12591 chg coeffs, 9220 upgd conss, 0 impls, 21063 clqs, 0 implints
55.97/56.22	c (round 46, exhaustive) 346 del vars, 4166 del conss, 1012 add conss, 0 chg bounds, 611 chg sides, 12689 chg coeffs, 9220 upgd conss, 0 impls, 22830 clqs, 0 implints
55.97/56.22	c (round 47, fast)       346 del vars, 4201 del conss, 1064 add conss, 0 chg bounds, 612 chg sides, 12691 chg coeffs, 9220 upgd conss, 0 impls, 22833 clqs, 0 implints
55.97/56.23	c (round 48, exhaustive) 346 del vars, 4202 del conss, 1064 add conss, 0 chg bounds, 617 chg sides, 12719 chg coeffs, 9220 upgd conss, 0 impls, 22833 clqs, 0 implints
55.97/56.23	c (round 49, exhaustive) 346 del vars, 4202 del conss, 1064 add conss, 0 chg bounds, 617 chg sides, 12719 chg coeffs, 9272 upgd conss, 0 impls, 22833 clqs, 0 implints
55.97/56.24	c (round 50, exhaustive) 346 del vars, 4249 del conss, 1064 add conss, 0 chg bounds, 617 chg sides, 12719 chg coeffs, 9272 upgd conss, 0 impls, 22833 clqs, 0 implints
56.26/56.53	c (round 51, exhaustive) 372 del vars, 4249 del conss, 1064 add conss, 0 chg bounds, 617 chg sides, 12774 chg coeffs, 9272 upgd conss, 0 impls, 23643 clqs, 0 implints
56.26/56.54	c (round 52, fast)       372 del vars, 4279 del conss, 1123 add conss, 0 chg bounds, 617 chg sides, 12774 chg coeffs, 9272 upgd conss, 0 impls, 23643 clqs, 0 implints
56.26/56.54	c (round 53, exhaustive) 372 del vars, 4279 del conss, 1123 add conss, 0 chg bounds, 621 chg sides, 12818 chg coeffs, 9331 upgd conss, 0 impls, 23643 clqs, 0 implints
56.26/56.55	c (round 54, exhaustive) 372 del vars, 4334 del conss, 1123 add conss, 0 chg bounds, 621 chg sides, 12818 chg coeffs, 9331 upgd conss, 0 impls, 23643 clqs, 0 implints
56.36/56.67	c (round 55, exhaustive) 398 del vars, 4334 del conss, 1123 add conss, 0 chg bounds, 621 chg sides, 12892 chg coeffs, 9331 upgd conss, 0 impls, 23758 clqs, 0 implints
56.36/56.67	c (round 56, fast)       398 del vars, 4361 del conss, 1166 add conss, 0 chg bounds, 621 chg sides, 12896 chg coeffs, 9331 upgd conss, 0 impls, 23758 clqs, 0 implints
56.36/56.67	c (round 57, exhaustive) 398 del vars, 4361 del conss, 1166 add conss, 0 chg bounds, 626 chg sides, 12932 chg coeffs, 9374 upgd conss, 0 impls, 23758 clqs, 0 implints
56.36/56.68	c (round 58, exhaustive) 398 del vars, 4401 del conss, 1166 add conss, 0 chg bounds, 626 chg sides, 12932 chg coeffs, 9374 upgd conss, 0 impls, 23758 clqs, 0 implints
56.46/56.78	c (round 59, exhaustive) 423 del vars, 4401 del conss, 1166 add conss, 0 chg bounds, 626 chg sides, 12976 chg coeffs, 9374 upgd conss, 0 impls, 23958 clqs, 0 implints
56.46/56.78	c (round 60, fast)       423 del vars, 4430 del conss, 1230 add conss, 0 chg bounds, 626 chg sides, 12977 chg coeffs, 9374 upgd conss, 0 impls, 23962 clqs, 0 implints
56.46/56.79	c (round 61, exhaustive) 423 del vars, 4431 del conss, 1230 add conss, 0 chg bounds, 634 chg sides, 13027 chg coeffs, 9374 upgd conss, 0 impls, 23962 clqs, 0 implints
56.46/56.79	c (round 62, exhaustive) 423 del vars, 4431 del conss, 1230 add conss, 0 chg bounds, 634 chg sides, 13027 chg coeffs, 9437 upgd conss, 0 impls, 23962 clqs, 0 implints
56.56/56.80	c (round 63, exhaustive) 423 del vars, 4488 del conss, 1230 add conss, 0 chg bounds, 634 chg sides, 13027 chg coeffs, 9437 upgd conss, 0 impls, 23962 clqs, 0 implints
56.66/56.95	c (round 64, exhaustive) 449 del vars, 4488 del conss, 1230 add conss, 0 chg bounds, 634 chg sides, 13095 chg coeffs, 9437 upgd conss, 0 impls, 24013 clqs, 0 implints
56.66/56.95	c (round 65, fast)       450 del vars, 4518 del conss, 1298 add conss, 0 chg bounds, 634 chg sides, 13095 chg coeffs, 9437 upgd conss, 0 impls, 24015 clqs, 0 implints
56.66/56.96	c (round 66, exhaustive) 450 del vars, 4519 del conss, 1298 add conss, 0 chg bounds, 643 chg sides, 13149 chg coeffs, 9437 upgd conss, 0 impls, 24015 clqs, 0 implints
56.66/56.96	c (round 67, exhaustive) 450 del vars, 4519 del conss, 1298 add conss, 0 chg bounds, 643 chg sides, 13149 chg coeffs, 9504 upgd conss, 0 impls, 24015 clqs, 0 implints
56.66/56.97	c (round 68, exhaustive) 450 del vars, 4583 del conss, 1298 add conss, 0 chg bounds, 643 chg sides, 13149 chg coeffs, 9504 upgd conss, 0 impls, 24015 clqs, 0 implints
56.78/57.10	c (round 69, exhaustive) 475 del vars, 4583 del conss, 1298 add conss, 0 chg bounds, 643 chg sides, 13211 chg coeffs, 9504 upgd conss, 0 impls, 24261 clqs, 0 implints
56.78/57.10	c (round 70, fast)       475 del vars, 4611 del conss, 1379 add conss, 0 chg bounds, 643 chg sides, 13227 chg coeffs, 9504 upgd conss, 0 impls, 24270 clqs, 0 implints
56.78/57.11	c (round 71, exhaustive) 475 del vars, 4612 del conss, 1379 add conss, 0 chg bounds, 650 chg sides, 13284 chg coeffs, 9504 upgd conss, 0 impls, 24270 clqs, 0 implints
56.88/57.11	c (round 72, exhaustive) 475 del vars, 4612 del conss, 1379 add conss, 0 chg bounds, 650 chg sides, 13284 chg coeffs, 9578 upgd conss, 0 impls, 24270 clqs, 0 implints
56.88/57.12	c (round 73, exhaustive) 475 del vars, 4620 del conss, 1379 add conss, 0 chg bounds, 650 chg sides, 13284 chg coeffs, 9578 upgd conss, 0 impls, 24270 clqs, 0 implints
56.88/57.12	c (round 74, exhaustive) 475 del vars, 4692 del conss, 1379 add conss, 0 chg bounds, 650 chg sides, 13284 chg coeffs, 9578 upgd conss, 0 impls, 24270 clqs, 0 implints
56.88/57.18	c    (3.3s) probing: 2000/6837 (29.3%) - 354 fixings, 7 aggregations, 19888 implications, 0 bound changes
56.88/57.18	c (round 75, exhaustive) 502 del vars, 4692 del conss, 1379 add conss, 0 chg bounds, 650 chg sides, 13325 chg coeffs, 9578 upgd conss, 0 impls, 24735 clqs, 0 implints
56.88/57.19	c (round 76, fast)       504 del vars, 4721 del conss, 1446 add conss, 0 chg bounds, 650 chg sides, 13342 chg coeffs, 9578 upgd conss, 0 impls, 24749 clqs, 0 implints
56.88/57.19	c (round 77, medium)     511 del vars, 4738 del conss, 1460 add conss, 0 chg bounds, 665 chg sides, 13494 chg coeffs, 9578 upgd conss, 0 impls, 24461 clqs, 0 implints
56.88/57.19	c (round 78, fast)       513 del vars, 4750 del conss, 1469 add conss, 0 chg bounds, 666 chg sides, 13495 chg coeffs, 9578 upgd conss, 0 impls, 24461 clqs, 0 implints
56.96/57.20	c (round 79, medium)     513 del vars, 4756 del conss, 1473 add conss, 0 chg bounds, 670 chg sides, 13517 chg coeffs, 9578 upgd conss, 0 impls, 24461 clqs, 0 implints
56.96/57.21	c (round 80, exhaustive) 513 del vars, 4765 del conss, 1473 add conss, 0 chg bounds, 677 chg sides, 13527 chg coeffs, 9578 upgd conss, 0 impls, 24461 clqs, 0 implints
56.96/57.21	c (round 81, exhaustive) 513 del vars, 4767 del conss, 1473 add conss, 0 chg bounds, 677 chg sides, 13531 chg coeffs, 9635 upgd conss, 0 impls, 24462 clqs, 0 implints
56.96/57.22	c (round 82, exhaustive) 513 del vars, 4820 del conss, 1473 add conss, 0 chg bounds, 677 chg sides, 13535 chg coeffs, 9635 upgd conss, 0 impls, 24463 clqs, 0 implints
56.96/57.23	c (round 83, exhaustive) 517 del vars, 4826 del conss, 1473 add conss, 0 chg bounds, 677 chg sides, 13626 chg coeffs, 9635 upgd conss, 0 impls, 24453 clqs, 0 implints
56.96/57.23	c (round 84, fast)       521 del vars, 4831 del conss, 1481 add conss, 0 chg bounds, 677 chg sides, 13626 chg coeffs, 9635 upgd conss, 0 impls, 24466 clqs, 0 implints
56.96/57.29	c (round 85, exhaustive) 548 del vars, 4833 del conss, 1481 add conss, 0 chg bounds, 677 chg sides, 13627 chg coeffs, 9637 upgd conss, 0 impls, 27140 clqs, 0 implints
56.96/57.29	c (round 86, fast)       550 del vars, 4860 del conss, 1512 add conss, 0 chg bounds, 677 chg sides, 13643 chg coeffs, 9637 upgd conss, 0 impls, 27145 clqs, 0 implints
57.06/57.30	c (round 87, medium)     551 del vars, 4877 del conss, 1526 add conss, 0 chg bounds, 691 chg sides, 13766 chg coeffs, 9637 upgd conss, 0 impls, 27121 clqs, 0 implints
57.06/57.30	c (round 88, medium)     551 del vars, 4879 del conss, 1531 add conss, 0 chg bounds, 693 chg sides, 13782 chg coeffs, 9637 upgd conss, 0 impls, 27126 clqs, 0 implints
57.06/57.31	c (round 89, exhaustive) 551 del vars, 4885 del conss, 1531 add conss, 0 chg bounds, 699 chg sides, 13873 chg coeffs, 9637 upgd conss, 0 impls, 27126 clqs, 0 implints
57.06/57.31	c (round 90, medium)     551 del vars, 4901 del conss, 1566 add conss, 0 chg bounds, 733 chg sides, 14049 chg coeffs, 9637 upgd conss, 0 impls, 27164 clqs, 0 implints
57.06/57.32	c (round 91, exhaustive) 551 del vars, 4906 del conss, 1566 add conss, 0 chg bounds, 733 chg sides, 14094 chg coeffs, 9656 upgd conss, 0 impls, 27164 clqs, 0 implints
57.06/57.33	c (round 92, exhaustive) 551 del vars, 4925 del conss, 1566 add conss, 0 chg bounds, 733 chg sides, 14124 chg coeffs, 9656 upgd conss, 0 impls, 27219 clqs, 0 implints
57.06/57.33	c (round 93, exhaustive) 559 del vars, 4927 del conss, 1566 add conss, 0 chg bounds, 733 chg sides, 14203 chg coeffs, 9656 upgd conss, 0 impls, 27080 clqs, 0 implints
57.06/57.34	c (round 94, fast)       568 del vars, 4936 del conss, 1578 add conss, 0 chg bounds, 733 chg sides, 14204 chg coeffs, 9656 upgd conss, 0 impls, 27094 clqs, 0 implints
57.06/57.34	c (round 95, medium)     568 del vars, 4941 del conss, 1586 add conss, 0 chg bounds, 741 chg sides, 14290 chg coeffs, 9656 upgd conss, 0 impls, 27104 clqs, 0 implints
57.06/57.35	c (round 96, exhaustive) 568 del vars, 4944 del conss, 1586 add conss, 0 chg bounds, 743 chg sides, 14298 chg coeffs, 9662 upgd conss, 0 impls, 27104 clqs, 0 implints
57.06/57.36	c (round 97, exhaustive) 571 del vars, 4947 del conss, 1591 add conss, 0 chg bounds, 743 chg sides, 14306 chg coeffs, 9662 upgd conss, 0 impls, 27067 clqs, 0 implints
57.06/57.36	c (round 98, fast)       571 del vars, 4953 del conss, 1597 add conss, 0 chg bounds, 743 chg sides, 14306 chg coeffs, 9662 upgd conss, 0 impls, 27073 clqs, 0 implints
57.06/57.37	c (round 99, exhaustive) 572 del vars, 4956 del conss, 1600 add conss, 0 chg bounds, 744 chg sides, 14308 chg coeffs, 9662 upgd conss, 0 impls, 27044 clqs, 0 implints
57.06/57.37	c (round 100, exhaustive) 572 del vars, 4959 del conss, 1600 add conss, 0 chg bounds, 744 chg sides, 14308 chg coeffs, 9665 upgd conss, 0 impls, 27044 clqs, 0 implints
57.06/57.38	c (round 101, exhaustive) 572 del vars, 4983 del conss, 1600 add conss, 0 chg bounds, 744 chg sides, 14308 chg coeffs, 9665 upgd conss, 0 impls, 27044 clqs, 0 implints
57.26/57.50	c (round 102, exhaustive) 597 del vars, 4987 del conss, 1600 add conss, 0 chg bounds, 744 chg sides, 14343 chg coeffs, 9665 upgd conss, 0 impls, 29442 clqs, 0 implints
57.26/57.51	c (round 103, fast)       597 del vars, 5008 del conss, 1634 add conss, 0 chg bounds, 744 chg sides, 14353 chg coeffs, 9665 upgd conss, 0 impls, 29449 clqs, 0 implints
57.26/57.51	c (round 104, medium)     597 del vars, 5017 del conss, 1642 add conss, 0 chg bounds, 752 chg sides, 14433 chg coeffs, 9665 upgd conss, 0 impls, 29455 clqs, 0 implints
57.26/57.52	c (round 105, exhaustive) 597 del vars, 5021 del conss, 1642 add conss, 0 chg bounds, 759 chg sides, 14532 chg coeffs, 9665 upgd conss, 0 impls, 29455 clqs, 0 implints
57.26/57.53	c (round 106, medium)     599 del vars, 5022 del conss, 1647 add conss, 0 chg bounds, 764 chg sides, 14601 chg coeffs, 9665 upgd conss, 0 impls, 29479 clqs, 0 implints
57.26/57.53	c (round 107, fast)       602 del vars, 5030 del conss, 1649 add conss, 0 chg bounds, 764 chg sides, 14601 chg coeffs, 9665 upgd conss, 0 impls, 29472 clqs, 0 implints
57.26/57.54	c (round 108, exhaustive) 602 del vars, 5034 del conss, 1650 add conss, 0 chg bounds, 767 chg sides, 14685 chg coeffs, 9665 upgd conss, 0 impls, 29472 clqs, 0 implints
57.26/57.55	c (round 109, exhaustive) 602 del vars, 5035 del conss, 1650 add conss, 0 chg bounds, 767 chg sides, 14724 chg coeffs, 9686 upgd conss, 0 impls, 29521 clqs, 0 implints
57.26/57.56	c (round 110, exhaustive) 602 del vars, 5057 del conss, 1651 add conss, 0 chg bounds, 767 chg sides, 14748 chg coeffs, 9686 upgd conss, 0 impls, 29561 clqs, 0 implints
57.26/57.57	c (round 111, exhaustive) 614 del vars, 5063 del conss, 1651 add conss, 0 chg bounds, 767 chg sides, 14830 chg coeffs, 9686 upgd conss, 0 impls, 28775 clqs, 0 implints
57.26/57.57	c (round 112, fast)       629 del vars, 5074 del conss, 1663 add conss, 0 chg bounds, 767 chg sides, 14834 chg coeffs, 9686 upgd conss, 0 impls, 28789 clqs, 0 implints
57.26/57.57	c (round 113, exhaustive) 629 del vars, 5077 del conss, 1665 add conss, 0 chg bounds, 769 chg sides, 14858 chg coeffs, 9686 upgd conss, 0 impls, 28804 clqs, 0 implints
57.26/57.58	c (round 114, exhaustive) 629 del vars, 5077 del conss, 1665 add conss, 0 chg bounds, 769 chg sides, 14869 chg coeffs, 9693 upgd conss, 0 impls, 28804 clqs, 0 implints
57.26/57.59	c (round 115, fast)       629 del vars, 5084 del conss, 1672 add conss, 0 chg bounds, 769 chg sides, 14869 chg coeffs, 9693 upgd conss, 0 impls, 28811 clqs, 0 implints
57.77/58.10	c (round 116, exhaustive) 654 del vars, 5089 del conss, 1672 add conss, 0 chg bounds, 769 chg sides, 14908 chg coeffs, 9693 upgd conss, 0 impls, 30921 clqs, 0 implints
57.77/58.11	c (round 117, fast)       654 del vars, 5104 del conss, 1739 add conss, 0 chg bounds, 771 chg sides, 14912 chg coeffs, 9693 upgd conss, 0 impls, 30926 clqs, 0 implints
57.87/58.11	c (round 118, medium)     657 del vars, 5117 del conss, 1747 add conss, 3 chg bounds, 779 chg sides, 15013 chg coeffs, 9693 upgd conss, 0 impls, 30891 clqs, 0 implints
57.87/58.13	c (round 119, exhaustive) 657 del vars, 5122 del conss, 1747 add conss, 3 chg bounds, 786 chg sides, 15088 chg coeffs, 9693 upgd conss, 0 impls, 30892 clqs, 0 implints
57.87/58.13	c (round 120, medium)     657 del vars, 5126 del conss, 1751 add conss, 3 chg bounds, 790 chg sides, 15138 chg coeffs, 9693 upgd conss, 0 impls, 30949 clqs, 0 implints
57.87/58.14	c (round 121, exhaustive) 657 del vars, 5126 del conss, 1751 add conss, 3 chg bounds, 790 chg sides, 15155 chg coeffs, 9751 upgd conss, 0 impls, 30949 clqs, 0 implints
57.87/58.14	c (round 122, exhaustive) 657 del vars, 5150 del conss, 1751 add conss, 3 chg bounds, 791 chg sides, 15166 chg coeffs, 9751 upgd conss, 0 impls, 30976 clqs, 0 implints
57.87/58.15	c (round 123, exhaustive) 657 del vars, 5206 del conss, 1751 add conss, 3 chg bounds, 791 chg sides, 15176 chg coeffs, 9751 upgd conss, 0 impls, 30977 clqs, 0 implints
57.87/58.16	c (round 124, exhaustive) 663 del vars, 5209 del conss, 1751 add conss, 3 chg bounds, 791 chg sides, 15222 chg coeffs, 9751 upgd conss, 0 impls, 30551 clqs, 0 implints
57.87/58.16	c (round 125, fast)       671 del vars, 5214 del conss, 1755 add conss, 3 chg bounds, 791 chg sides, 15224 chg coeffs, 9751 upgd conss, 0 impls, 30558 clqs, 0 implints
57.87/58.16	c (round 126, medium)     671 del vars, 5218 del conss, 1759 add conss, 3 chg bounds, 795 chg sides, 15274 chg coeffs, 9751 upgd conss, 0 impls, 30560 clqs, 0 implints
57.87/58.17	c (round 127, exhaustive) 671 del vars, 5222 del conss, 1759 add conss, 3 chg bounds, 795 chg sides, 15283 chg coeffs, 9753 upgd conss, 0 impls, 30560 clqs, 0 implints
57.87/58.17	c (round 128, fast)       671 del vars, 5226 del conss, 1763 add conss, 3 chg bounds, 795 chg sides, 15283 chg coeffs, 9753 upgd conss, 0 impls, 30563 clqs, 0 implints
57.96/58.25	c (round 129, exhaustive) 697 del vars, 5230 del conss, 1763 add conss, 3 chg bounds, 795 chg sides, 15306 chg coeffs, 9753 upgd conss, 0 impls, 30130 clqs, 0 implints
57.96/58.25	c (round 130, fast)       698 del vars, 5253 del conss, 1790 add conss, 3 chg bounds, 795 chg sides, 15320 chg coeffs, 9753 upgd conss, 0 impls, 30135 clqs, 0 implints
57.96/58.26	c (round 131, medium)     700 del vars, 5263 del conss, 1803 add conss, 3 chg bounds, 808 chg sides, 15488 chg coeffs, 9753 upgd conss, 0 impls, 30120 clqs, 0 implints
57.96/58.26	c (round 132, fast)       701 del vars, 5273 del conss, 1806 add conss, 3 chg bounds, 809 chg sides, 15489 chg coeffs, 9753 upgd conss, 0 impls, 30120 clqs, 0 implints
57.96/58.27	c (round 133, exhaustive) 701 del vars, 5276 del conss, 1806 add conss, 3 chg bounds, 814 chg sides, 15546 chg coeffs, 9753 upgd conss, 0 impls, 30120 clqs, 0 implints
57.96/58.28	c (round 134, exhaustive) 701 del vars, 5278 del conss, 1806 add conss, 3 chg bounds, 814 chg sides, 15568 chg coeffs, 9771 upgd conss, 0 impls, 30148 clqs, 0 implints
57.96/58.29	c (round 135, exhaustive) 703 del vars, 5282 del conss, 1808 add conss, 3 chg bounds, 814 chg sides, 15575 chg coeffs, 9771 upgd conss, 0 impls, 30158 clqs, 0 implints
57.96/58.30	c (round 136, exhaustive) 703 del vars, 5300 del conss, 1809 add conss, 3 chg bounds, 815 chg sides, 15580 chg coeffs, 9771 upgd conss, 0 impls, 30160 clqs, 0 implints
58.06/58.30	c (round 137, exhaustive) 711 del vars, 5304 del conss, 1809 add conss, 3 chg bounds, 815 chg sides, 15641 chg coeffs, 9771 upgd conss, 0 impls, 29964 clqs, 0 implints
58.06/58.30	c (round 138, fast)       719 del vars, 5309 del conss, 1813 add conss, 3 chg bounds, 815 chg sides, 15643 chg coeffs, 9771 upgd conss, 0 impls, 29969 clqs, 0 implints
58.06/58.31	c (round 139, exhaustive) 719 del vars, 5312 del conss, 1813 add conss, 3 chg bounds, 815 chg sides, 15647 chg coeffs, 9774 upgd conss, 0 impls, 29969 clqs, 0 implints
58.06/58.38	c (round 140, exhaustive) 744 del vars, 5312 del conss, 1813 add conss, 3 chg bounds, 815 chg sides, 15652 chg coeffs, 9774 upgd conss, 0 impls, 34475 clqs, 0 implints
58.06/58.39	c (round 141, fast)       744 del vars, 5337 del conss, 1839 add conss, 3 chg bounds, 815 chg sides, 15656 chg coeffs, 9774 upgd conss, 0 impls, 34475 clqs, 0 implints
58.06/58.39	c (round 142, medium)     744 del vars, 5341 del conss, 1849 add conss, 3 chg bounds, 828 chg sides, 15790 chg coeffs, 9774 upgd conss, 0 impls, 34497 clqs, 0 implints
58.06/58.39	c (round 143, fast)       744 del vars, 5345 del conss, 1851 add conss, 3 chg bounds, 828 chg sides, 15790 chg coeffs, 9774 upgd conss, 0 impls, 34498 clqs, 0 implints
58.16/58.41	c (round 144, exhaustive) 744 del vars, 5348 del conss, 1851 add conss, 3 chg bounds, 830 chg sides, 15889 chg coeffs, 9794 upgd conss, 0 impls, 34498 clqs, 0 implints
58.16/58.41	c (round 145, medium)     744 del vars, 5359 del conss, 1866 add conss, 3 chg bounds, 845 chg sides, 16070 chg coeffs, 9794 upgd conss, 0 impls, 34688 clqs, 0 implints
58.16/58.41	c (round 146, fast)       744 del vars, 5362 del conss, 1869 add conss, 3 chg bounds, 845 chg sides, 16070 chg coeffs, 9794 upgd conss, 0 impls, 34690 clqs, 0 implints
58.16/58.42	c (round 147, exhaustive) 744 del vars, 5382 del conss, 1869 add conss, 3 chg bounds, 845 chg sides, 16147 chg coeffs, 9794 upgd conss, 0 impls, 34690 clqs, 0 implints
58.26/58.50	c (round 148, exhaustive) 769 del vars, 5384 del conss, 1871 add conss, 3 chg bounds, 845 chg sides, 16236 chg coeffs, 9794 upgd conss, 0 impls, 37847 clqs, 0 implints
58.26/58.50	c (round 149, fast)       769 del vars, 5409 del conss, 1903 add conss, 3 chg bounds, 845 chg sides, 16244 chg coeffs, 9794 upgd conss, 0 impls, 37850 clqs, 0 implints
58.26/58.50	c (round 150, medium)     769 del vars, 5433 del conss, 1930 add conss, 3 chg bounds, 875 chg sides, 16599 chg coeffs, 9794 upgd conss, 0 impls, 37936 clqs, 0 implints
58.26/58.50	c (round 151, fast)       769 del vars, 5438 del conss, 1933 add conss, 3 chg bounds, 875 chg sides, 16599 chg coeffs, 9794 upgd conss, 0 impls, 37936 clqs, 0 implints
58.26/58.52	c (round 152, exhaustive) 769 del vars, 5441 del conss, 1933 add conss, 3 chg bounds, 877 chg sides, 16717 chg coeffs, 9814 upgd conss, 0 impls, 37936 clqs, 0 implints
58.26/58.53	c (round 153, medium)     769 del vars, 5443 del conss, 1938 add conss, 3 chg bounds, 880 chg sides, 16768 chg coeffs, 9814 upgd conss, 0 impls, 38085 clqs, 0 implints
58.26/58.53	c (round 154, fast)       769 del vars, 5446 del conss, 1941 add conss, 3 chg bounds, 880 chg sides, 16768 chg coeffs, 9814 upgd conss, 0 impls, 38088 clqs, 0 implints
58.26/58.54	c (round 155, exhaustive) 769 del vars, 5467 del conss, 1941 add conss, 3 chg bounds, 880 chg sides, 16874 chg coeffs, 9814 upgd conss, 0 impls, 38088 clqs, 0 implints
58.56/58.80	c    (4.9s) probing: 2829/6837 (41.4%) - 448 fixings, 68 aggregations, 41597 implications, 0 bound changes
58.56/58.80	c    (4.9s) probing aborted: 50/50 successive totally useless probings
58.56/58.83	c (round 156, exhaustive) 772 del vars, 5471 del conss, 1943 add conss, 3 chg bounds, 882 chg sides, 17057 chg coeffs, 9814 upgd conss, 0 impls, 39551 clqs, 0 implints
58.56/58.83	c (round 157, fast)       772 del vars, 5472 del conss, 1990 add conss, 3 chg bounds, 882 chg sides, 17057 chg coeffs, 9814 upgd conss, 0 impls, 39560 clqs, 0 implints
58.56/58.83	c (round 158, medium)     772 del vars, 5474 del conss, 2002 add conss, 3 chg bounds, 897 chg sides, 17182 chg coeffs, 9814 upgd conss, 0 impls, 39662 clqs, 0 implints
58.56/58.85	c (round 159, exhaustive) 772 del vars, 5479 del conss, 2002 add conss, 3 chg bounds, 899 chg sides, 17271 chg coeffs, 9814 upgd conss, 0 impls, 39662 clqs, 0 implints
58.56/58.86	c (round 160, exhaustive) 772 del vars, 5518 del conss, 2002 add conss, 3 chg bounds, 899 chg sides, 17347 chg coeffs, 9814 upgd conss, 0 impls, 39725 clqs, 0 implints
58.56/58.86	c (round 161, fast)       772 del vars, 5524 del conss, 2008 add conss, 3 chg bounds, 899 chg sides, 17347 chg coeffs, 9814 upgd conss, 0 impls, 39731 clqs, 0 implints
58.56/58.88	c (round 162, exhaustive) 772 del vars, 5524 del conss, 2008 add conss, 3 chg bounds, 899 chg sides, 17409 chg coeffs, 9857 upgd conss, 0 impls, 39769 clqs, 0 implints
58.56/58.88	c (round 163, fast)       772 del vars, 5536 del conss, 2020 add conss, 3 chg bounds, 899 chg sides, 17409 chg coeffs, 9857 upgd conss, 0 impls, 39781 clqs, 0 implints
58.56/58.89	c (round 164, exhaustive) 772 del vars, 5579 del conss, 2020 add conss, 3 chg bounds, 899 chg sides, 17449 chg coeffs, 9857 upgd conss, 0 impls, 39786 clqs, 0 implints
58.77/59.04	c    (5.2s) probing: 2944/6837 (43.1%) - 451 fixings, 68 aggregations, 41694 implications, 0 bound changes
58.77/59.04	c    (5.2s) probing aborted: 50/50 successive totally useless probings
58.77/59.04	c (round 165, exhaustive) 778 del vars, 5582 del conss, 2020 add conss, 3 chg bounds, 899 chg sides, 17491 chg coeffs, 9857 upgd conss, 0 impls, 39808 clqs, 0 implints
58.77/59.04	c (round 166, fast)       778 del vars, 5585 del conss, 2059 add conss, 3 chg bounds, 899 chg sides, 17491 chg coeffs, 9857 upgd conss, 0 impls, 39809 clqs, 0 implints
58.77/59.06	c (round 167, exhaustive) 778 del vars, 5586 del conss, 2059 add conss, 3 chg bounds, 902 chg sides, 17526 chg coeffs, 9895 upgd conss, 0 impls, 39810 clqs, 0 implints
58.77/59.06	c (round 168, fast)       778 del vars, 5598 del conss, 2071 add conss, 3 chg bounds, 902 chg sides, 17526 chg coeffs, 9895 upgd conss, 0 impls, 39822 clqs, 0 implints
58.77/59.06	c (round 169, exhaustive) 778 del vars, 5634 del conss, 2071 add conss, 3 chg bounds, 902 chg sides, 17539 chg coeffs, 9895 upgd conss, 0 impls, 39823 clqs, 0 implints
58.87/59.14	c    (5.3s) probing: 3000/6837 (43.9%) - 451 fixings, 68 aggregations, 41724 implications, 0 bound changes
58.96/59.24	c (round 170, exhaustive) 803 del vars, 5634 del conss, 2071 add conss, 3 chg bounds, 902 chg sides, 17576 chg coeffs, 9895 upgd conss, 0 impls, 42723 clqs, 0 implints
58.96/59.24	c (round 171, fast)       803 del vars, 5657 del conss, 2135 add conss, 3 chg bounds, 903 chg sides, 17576 chg coeffs, 9895 upgd conss, 0 impls, 42725 clqs, 0 implints
58.96/59.27	c (round 172, exhaustive) 803 del vars, 5660 del conss, 2135 add conss, 3 chg bounds, 907 chg sides, 17681 chg coeffs, 9895 upgd conss, 0 impls, 42725 clqs, 0 implints
58.96/59.28	c (round 173, exhaustive) 803 del vars, 5661 del conss, 2136 add conss, 3 chg bounds, 907 chg sides, 17681 chg coeffs, 9957 upgd conss, 0 impls, 42726 clqs, 0 implints
58.96/59.28	c (round 174, exhaustive) 803 del vars, 5710 del conss, 2136 add conss, 3 chg bounds, 907 chg sides, 17681 chg coeffs, 9957 upgd conss, 0 impls, 42726 clqs, 0 implints
59.06/59.33	c (round 175, exhaustive) 828 del vars, 5710 del conss, 2136 add conss, 3 chg bounds, 907 chg sides, 17922 chg coeffs, 9957 upgd conss, 0 impls, 42399 clqs, 0 implints
59.06/59.34	c (round 176, fast)       828 del vars, 5710 del conss, 2181 add conss, 3 chg bounds, 907 chg sides, 17922 chg coeffs, 9957 upgd conss, 0 impls, 42403 clqs, 0 implints
59.06/59.36	c (round 177, exhaustive) 828 del vars, 5710 del conss, 2181 add conss, 3 chg bounds, 907 chg sides, 17973 chg coeffs, 10002 upgd conss, 0 impls, 42403 clqs, 0 implints
59.06/59.37	c (round 178, exhaustive) 828 del vars, 5755 del conss, 2181 add conss, 3 chg bounds, 907 chg sides, 17973 chg coeffs, 10002 upgd conss, 0 impls, 42403 clqs, 0 implints
59.16/59.47	c    (5.6s) sparsify aborted: 14/82443 (0.0%) nonzeros canceled - in total 14 canceled nonzeros, 14 changed coefficients, 0 added nonzeros
59.26/59.52	c (round 179, exhaustive) 853 del vars, 5755 del conss, 2181 add conss, 3 chg bounds, 907 chg sides, 17987 chg coeffs, 10002 upgd conss, 0 impls, 43938 clqs, 0 implints
59.26/59.52	c (round 180, fast)       853 del vars, 5779 del conss, 2242 add conss, 3 chg bounds, 907 chg sides, 17987 chg coeffs, 10002 upgd conss, 0 impls, 43954 clqs, 0 implints
59.26/59.55	c (round 181, exhaustive) 854 del vars, 5781 del conss, 2242 add conss, 3 chg bounds, 911 chg sides, 18173 chg coeffs, 10002 upgd conss, 0 impls, 43929 clqs, 0 implints
59.26/59.56	c (round 182, medium)     854 del vars, 5782 del conss, 2250 add conss, 3 chg bounds, 919 chg sides, 18240 chg coeffs, 10002 upgd conss, 0 impls, 43949 clqs, 0 implints
59.26/59.56	c (round 183, exhaustive) 854 del vars, 5782 del conss, 2250 add conss, 3 chg bounds, 919 chg sides, 18240 chg coeffs, 10061 upgd conss, 0 impls, 43949 clqs, 0 implints
59.26/59.57	c (round 184, exhaustive) 854 del vars, 5831 del conss, 2250 add conss, 3 chg bounds, 919 chg sides, 18240 chg coeffs, 10061 upgd conss, 0 impls, 43949 clqs, 0 implints
59.55/59.80	c (round 185, exhaustive) 881 del vars, 5832 del conss, 2250 add conss, 3 chg bounds, 919 chg sides, 18414 chg coeffs, 10061 upgd conss, 0 impls, 46367 clqs, 0 implints
59.55/59.80	c (round 186, fast)       882 del vars, 5859 del conss, 2317 add conss, 3 chg bounds, 919 chg sides, 18414 chg coeffs, 10061 upgd conss, 0 impls, 46370 clqs, 0 implints
59.55/59.81	c (round 187, exhaustive) 882 del vars, 5860 del conss, 2317 add conss, 3 chg bounds, 924 chg sides, 18538 chg coeffs, 10061 upgd conss, 0 impls, 46370 clqs, 0 implints
59.55/59.83	c (round 188, exhaustive) 882 del vars, 5863 del conss, 2317 add conss, 3 chg bounds, 927 chg sides, 18542 chg coeffs, 10061 upgd conss, 0 impls, 46370 clqs, 0 implints
59.55/59.84	c (round 189, exhaustive) 882 del vars, 5863 del conss, 2317 add conss, 3 chg bounds, 927 chg sides, 18542 chg coeffs, 10128 upgd conss, 0 impls, 46370 clqs, 0 implints
59.55/59.84	c (round 190, exhaustive) 882 del vars, 5913 del conss, 2317 add conss, 3 chg bounds, 927 chg sides, 18542 chg coeffs, 10128 upgd conss, 0 impls, 46370 clqs, 0 implints
60.45/60.74	c    (6.9s) probing: 4000/6837 (58.5%) - 502 fixings, 132 aggregations, 74714 implications, 0 bound changes
61.55/61.83	c (round 191, exhaustive) 907 del vars, 5913 del conss, 2317 add conss, 3 chg bounds, 927 chg sides, 18824 chg coeffs, 10128 upgd conss, 0 impls, 63266 clqs, 0 implints
61.55/61.83	c (round 192, fast)       907 del vars, 5937 del conss, 2401 add conss, 3 chg bounds, 927 chg sides, 18830 chg coeffs, 10128 upgd conss, 0 impls, 63268 clqs, 0 implints
61.55/61.84	c (round 193, medium)     910 del vars, 5941 del conss, 2407 add conss, 3 chg bounds, 934 chg sides, 19027 chg coeffs, 10128 upgd conss, 0 impls, 62914 clqs, 0 implints
61.55/61.84	c (round 194, fast)       927 del vars, 5961 del conss, 2408 add conss, 4 chg bounds, 934 chg sides, 19038 chg coeffs, 10128 upgd conss, 0 impls, 62871 clqs, 0 implints
61.55/61.88	c (round 195, exhaustive) 928 del vars, 5966 del conss, 2409 add conss, 4 chg bounds, 937 chg sides, 19192 chg coeffs, 10128 upgd conss, 0 impls, 62871 clqs, 0 implints
61.55/61.88	c (round 196, medium)     928 del vars, 5971 del conss, 2415 add conss, 4 chg bounds, 943 chg sides, 19287 chg coeffs, 10128 upgd conss, 0 impls, 63114 clqs, 0 implints
61.65/61.90	c (round 197, exhaustive) 928 del vars, 5971 del conss, 2415 add conss, 4 chg bounds, 943 chg sides, 19395 chg coeffs, 10192 upgd conss, 0 impls, 63114 clqs, 0 implints
61.65/61.92	c (round 198, exhaustive) 928 del vars, 5991 del conss, 2415 add conss, 4 chg bounds, 943 chg sides, 19481 chg coeffs, 10192 upgd conss, 0 impls, 63384 clqs, 0 implints
61.65/61.93	c (round 199, exhaustive) 928 del vars, 6052 del conss, 2415 add conss, 4 chg bounds, 943 chg sides, 19558 chg coeffs, 10192 upgd conss, 0 impls, 63497 clqs, 0 implints
61.65/61.95	c (round 200, exhaustive) 951 del vars, 6068 del conss, 2415 add conss, 4 chg bounds, 943 chg sides, 19749 chg coeffs, 10192 upgd conss, 0 impls, 61703 clqs, 0 implints
61.65/61.95	c (round 201, fast)       974 del vars, 6089 del conss, 2448 add conss, 4 chg bounds, 943 chg sides, 19750 chg coeffs, 10192 upgd conss, 0 impls, 61714 clqs, 0 implints
61.65/61.97	c (round 202, exhaustive) 974 del vars, 6089 del conss, 2448 add conss, 4 chg bounds, 943 chg sides, 19807 chg coeffs, 10223 upgd conss, 0 impls, 61765 clqs, 0 implints
61.65/61.98	c (round 203, exhaustive) 974 del vars, 6091 del conss, 2448 add conss, 4 chg bounds, 943 chg sides, 20404 chg coeffs, 10223 upgd conss, 0 impls, 61847 clqs, 0 implints
61.76/62.05	c (round 204, exhaustive) 999 del vars, 6091 del conss, 2448 add conss, 4 chg bounds, 943 chg sides, 20439 chg coeffs, 10223 upgd conss, 0 impls, 64343 clqs, 0 implints
61.76/62.05	c (round 205, fast)       999 del vars, 6116 del conss, 2509 add conss, 4 chg bounds, 943 chg sides, 20453 chg coeffs, 10223 upgd conss, 0 impls, 64351 clqs, 0 implints
61.76/62.08	c (round 206, exhaustive) 999 del vars, 6119 del conss, 2509 add conss, 4 chg bounds, 946 chg sides, 20610 chg coeffs, 10223 upgd conss, 0 impls, 64354 clqs, 0 implints
61.76/62.09	c (round 207, medium)     999 del vars, 6123 del conss, 2541 add conss, 4 chg bounds, 978 chg sides, 20712 chg coeffs, 10223 upgd conss, 0 impls, 64413 clqs, 0 implints
61.76/62.10	c (round 208, exhaustive) 999 del vars, 6123 del conss, 2541 add conss, 4 chg bounds, 978 chg sides, 20774 chg coeffs, 10256 upgd conss, 0 impls, 64413 clqs, 0 implints
61.86/62.11	c (round 209, exhaustive) 999 del vars, 6156 del conss, 2541 add conss, 4 chg bounds, 978 chg sides, 20821 chg coeffs, 10256 upgd conss, 0 impls, 64495 clqs, 0 implints
61.95/62.22	c    (8.4s) sparsify aborted: 7/81557 (0.0%) nonzeros canceled - in total 21 canceled nonzeros, 21 changed coefficients, 0 added nonzeros
61.95/62.28	c    (8.4s) probing: 5000/6837 (73.1%) - 544 fixings, 132 aggregations, 87472 implications, 0 bound changes
62.05/62.36	c (round 210, exhaustive) 1024 del vars, 6156 del conss, 2541 add conss, 4 chg bounds, 978 chg sides, 20874 chg coeffs, 10256 upgd conss, 0 impls, 72797 clqs, 0 implints
62.05/62.36	c (round 211, fast)       1024 del vars, 6177 del conss, 2642 add conss, 4 chg bounds, 978 chg sides, 20916 chg coeffs, 10256 upgd conss, 0 impls, 72797 clqs, 0 implints
62.15/62.41	c (round 212, exhaustive) 1024 del vars, 6177 del conss, 2642 add conss, 4 chg bounds, 979 chg sides, 21650 chg coeffs, 10256 upgd conss, 0 impls, 72813 clqs, 0 implints
62.15/62.43	c (round 213, exhaustive) 1024 del vars, 6180 del conss, 2642 add conss, 4 chg bounds, 981 chg sides, 21809 chg coeffs, 10334 upgd conss, 0 impls, 73120 clqs, 0 implints
62.15/62.45	c (round 214, exhaustive) 1024 del vars, 6257 del conss, 2642 add conss, 4 chg bounds, 981 chg sides, 21831 chg coeffs, 10334 upgd conss, 0 impls, 73199 clqs, 0 implints
62.45/62.70	c (round 215, exhaustive) 1049 del vars, 6257 del conss, 2642 add conss, 4 chg bounds, 981 chg sides, 21848 chg coeffs, 10334 upgd conss, 0 impls, 82390 clqs, 0 implints
62.45/62.71	c (round 216, fast)       1049 del vars, 6284 del conss, 2747 add conss, 4 chg bounds, 981 chg sides, 21928 chg coeffs, 10334 upgd conss, 0 impls, 82407 clqs, 0 implints
62.45/62.76	c (round 217, exhaustive) 1049 del vars, 6284 del conss, 2747 add conss, 4 chg bounds, 982 chg sides, 22608 chg coeffs, 10334 upgd conss, 0 impls, 82407 clqs, 0 implints
62.45/62.76	c (round 218, medium)     1049 del vars, 6288 del conss, 2779 add conss, 4 chg bounds, 1014 chg sides, 22698 chg coeffs, 10334 upgd conss, 0 impls, 82670 clqs, 0 implints
62.45/62.79	c (round 219, exhaustive) 1049 del vars, 6291 del conss, 2779 add conss, 4 chg bounds, 1016 chg sides, 22910 chg coeffs, 10409 upgd conss, 0 impls, 82670 clqs, 0 implints
62.55/62.80	c (round 220, exhaustive) 1050 del vars, 6367 del conss, 2779 add conss, 4 chg bounds, 1016 chg sides, 22991 chg coeffs, 10409 upgd conss, 0 impls, 82700 clqs, 0 implints
62.55/62.83	c (round 221, exhaustive) 1077 del vars, 6367 del conss, 2780 add conss, 4 chg bounds, 1017 chg sides, 23027 chg coeffs, 10409 upgd conss, 0 impls, 82316 clqs, 0 implints
62.55/62.83	c (round 222, fast)       1079 del vars, 6399 del conss, 2810 add conss, 4 chg bounds, 1017 chg sides, 23053 chg coeffs, 10409 upgd conss, 0 impls, 82334 clqs, 0 implints
62.55/62.84	c (round 223, medium)     1079 del vars, 6421 del conss, 2831 add conss, 4 chg bounds, 1039 chg sides, 23237 chg coeffs, 10409 upgd conss, 0 impls, 82353 clqs, 0 implints
62.55/62.84	c (round 224, fast)       1079 del vars, 6428 del conss, 2836 add conss, 4 chg bounds, 1039 chg sides, 23237 chg coeffs, 10409 upgd conss, 0 impls, 82356 clqs, 0 implints
62.55/62.86	c (round 225, exhaustive) 1079 del vars, 6428 del conss, 2836 add conss, 4 chg bounds, 1039 chg sides, 23248 chg coeffs, 10432 upgd conss, 0 impls, 82356 clqs, 0 implints
62.55/62.87	c (round 226, exhaustive) 1079 del vars, 6451 del conss, 2836 add conss, 4 chg bounds, 1039 chg sides, 23249 chg coeffs, 10432 upgd conss, 0 impls, 82360 clqs, 0 implints
62.76/63.02	c (round 227, exhaustive) 1104 del vars, 6456 del conss, 2836 add conss, 4 chg bounds, 1039 chg sides, 23249 chg coeffs, 10432 upgd conss, 0 impls, 90159 clqs, 0 implints
62.76/63.02	c (round 228, fast)       1104 del vars, 6483 del conss, 2936 add conss, 4 chg bounds, 1039 chg sides, 23311 chg coeffs, 10432 upgd conss, 0 impls, 90169 clqs, 0 implints
62.76/63.08	c (round 229, exhaustive) 1104 del vars, 6483 del conss, 2937 add conss, 4 chg bounds, 1041 chg sides, 23826 chg coeffs, 10432 upgd conss, 0 impls, 90170 clqs, 0 implints
62.76/63.10	c (round 230, exhaustive) 1104 del vars, 6484 del conss, 2937 add conss, 4 chg bounds, 1041 chg sides, 23915 chg coeffs, 10507 upgd conss, 0 impls, 90318 clqs, 0 implints
62.86/63.11	c (round 231, exhaustive) 1104 del vars, 6559 del conss, 2937 add conss, 4 chg bounds, 1041 chg sides, 23933 chg coeffs, 10507 upgd conss, 0 impls, 90366 clqs, 0 implints
62.86/63.12	c (round 232, exhaustive) 1104 del vars, 6568 del conss, 2937 add conss, 4 chg bounds, 1041 chg sides, 23933 chg coeffs, 10507 upgd conss, 0 impls, 90386 clqs, 0 implints
62.95/63.22	c (round 233, exhaustive) 1147 del vars, 6568 del conss, 2937 add conss, 4 chg bounds, 1041 chg sides, 23945 chg coeffs, 10507 upgd conss, 0 impls, 89518 clqs, 0 implints
62.95/63.23	c (round 234, fast)       1153 del vars, 6623 del conss, 2962 add conss, 4 chg bounds, 1041 chg sides, 23963 chg coeffs, 10507 upgd conss, 0 impls, 89529 clqs, 0 implints
62.95/63.23	c (round 235, medium)     1153 del vars, 6660 del conss, 2997 add conss, 4 chg bounds, 1077 chg sides, 24242 chg coeffs, 10507 upgd conss, 0 impls, 89545 clqs, 0 implints
62.95/63.23	c (round 236, fast)       1153 del vars, 6678 del conss, 3005 add conss, 4 chg bounds, 1077 chg sides, 24242 chg coeffs, 10507 upgd conss, 0 impls, 89548 clqs, 0 implints
62.95/63.24	c (round 237, exhaustive) 1153 del vars, 6678 del conss, 3005 add conss, 4 chg bounds, 1077 chg sides, 24287 chg coeffs, 10521 upgd conss, 0 impls, 89548 clqs, 0 implints
62.95/63.24	c (round 238, fast)       1153 del vars, 6686 del conss, 3013 add conss, 4 chg bounds, 1077 chg sides, 24287 chg coeffs, 10521 upgd conss, 0 impls, 89555 clqs, 0 implints
62.95/63.25	c (round 239, exhaustive) 1153 del vars, 6703 del conss, 3013 add conss, 4 chg bounds, 1077 chg sides, 24307 chg coeffs, 10521 upgd conss, 0 impls, 89560 clqs, 0 implints
62.95/63.26	c (round 240, exhaustive) 1153 del vars, 6715 del conss, 3013 add conss, 4 chg bounds, 1077 chg sides, 24326 chg coeffs, 10521 upgd conss, 0 impls, 89563 clqs, 0 implints
62.95/63.26	c (round 241, exhaustive) 1165 del vars, 6723 del conss, 3013 add conss, 4 chg bounds, 1077 chg sides, 24335 chg coeffs, 10521 upgd conss, 0 impls, 89081 clqs, 0 implints
62.95/63.27	c (round 242, fast)       1177 del vars, 6734 del conss, 3026 add conss, 4 chg bounds, 1077 chg sides, 24343 chg coeffs, 10521 upgd conss, 0 impls, 89092 clqs, 0 implints
62.95/63.28	c (round 243, exhaustive) 1177 del vars, 6734 del conss, 3027 add conss, 4 chg bounds, 1078 chg sides, 24358 chg coeffs, 10528 upgd conss, 0 impls, 89093 clqs, 0 implints
62.95/63.28	c (round 244, exhaustive) 1177 del vars, 6740 del conss, 3027 add conss, 4 chg bounds, 1078 chg sides, 24360 chg coeffs, 10528 upgd conss, 0 impls, 89095 clqs, 0 implints
63.05/63.32	c (round 245, exhaustive) 1205 del vars, 6741 del conss, 3027 add conss, 4 chg bounds, 1078 chg sides, 24369 chg coeffs, 10528 upgd conss, 0 impls, 89971 clqs, 0 implints
63.05/63.33	c (round 246, fast)       1206 del vars, 6771 del conss, 3110 add conss, 4 chg bounds, 1078 chg sides, 24389 chg coeffs, 10528 upgd conss, 0 impls, 89977 clqs, 0 implints
63.05/63.33	c (round 247, medium)     1206 del vars, 6775 del conss, 3119 add conss, 4 chg bounds, 1088 chg sides, 24527 chg coeffs, 10528 upgd conss, 0 impls, 89983 clqs, 0 implints
63.05/63.33	c (round 248, fast)       1206 del vars, 6786 del conss, 3124 add conss, 4 chg bounds, 1088 chg sides, 24527 chg coeffs, 10528 upgd conss, 0 impls, 89985 clqs, 0 implints
63.05/63.39	c (round 249, exhaustive) 1206 del vars, 6789 del conss, 3124 add conss, 4 chg bounds, 1090 chg sides, 24623 chg coeffs, 10599 upgd conss, 0 impls, 89985 clqs, 0 implints
63.15/63.40	c (round 250, exhaustive) 1206 del vars, 6858 del conss, 3124 add conss, 4 chg bounds, 1090 chg sides, 24638 chg coeffs, 10599 upgd conss, 0 impls, 90010 clqs, 0 implints
63.15/63.41	c (round 251, exhaustive) 1206 del vars, 6872 del conss, 3124 add conss, 4 chg bounds, 1090 chg sides, 24638 chg coeffs, 10599 upgd conss, 0 impls, 90030 clqs, 0 implints
63.25/63.58	c (round 252, exhaustive) 1233 del vars, 6873 del conss, 3124 add conss, 4 chg bounds, 1090 chg sides, 24645 chg coeffs, 10599 upgd conss, 0 impls, 99551 clqs, 0 implints
63.25/63.59	c (round 253, fast)       1234 del vars, 6900 del conss, 3221 add conss, 4 chg bounds, 1090 chg sides, 24675 chg coeffs, 10599 upgd conss, 0 impls, 99567 clqs, 0 implints
63.35/63.60	c (round 254, medium)     1241 del vars, 6906 del conss, 3227 add conss, 4 chg bounds, 1097 chg sides, 24804 chg coeffs, 10599 upgd conss, 0 impls, 99216 clqs, 0 implints
63.35/63.60	c (round 255, fast)       1253 del vars, 6945 del conss, 3239 add conss, 4 chg bounds, 1097 chg sides, 24818 chg coeffs, 10599 upgd conss, 0 impls, 99224 clqs, 0 implints
63.35/63.61	c (round 256, medium)     1253 del vars, 6948 del conss, 3242 add conss, 4 chg bounds, 1100 chg sides, 24848 chg coeffs, 10599 upgd conss, 0 impls, 99226 clqs, 0 implints
63.35/63.61	c (round 257, fast)       1253 del vars, 6954 del conss, 3245 add conss, 4 chg bounds, 1100 chg sides, 24848 chg coeffs, 10599 upgd conss, 0 impls, 99226 clqs, 0 implints
63.35/63.66	c (round 258, exhaustive) 1253 del vars, 6954 del conss, 3245 add conss, 4 chg bounds, 1100 chg sides, 25322 chg coeffs, 10599 upgd conss, 0 impls, 99226 clqs, 0 implints
63.35/63.69	c (round 259, exhaustive) 1253 del vars, 6963 del conss, 3245 add conss, 4 chg bounds, 1103 chg sides, 25481 chg coeffs, 10599 upgd conss, 0 impls, 99359 clqs, 0 implints
63.45/63.70	c (round 260, exhaustive) 1253 del vars, 6963 del conss, 3245 add conss, 4 chg bounds, 1103 chg sides, 25504 chg coeffs, 10677 upgd conss, 0 impls, 99423 clqs, 0 implints
63.45/63.71	c (round 261, exhaustive) 1253 del vars, 7039 del conss, 3245 add conss, 4 chg bounds, 1103 chg sides, 25504 chg coeffs, 10677 upgd conss, 0 impls, 99443 clqs, 0 implints
63.64/63.92	c (round 262, exhaustive) 1278 del vars, 7043 del conss, 3245 add conss, 4 chg bounds, 1103 chg sides, 25504 chg coeffs, 10677 upgd conss, 0 impls, 111766 clqs, 0 implints
63.64/63.92	c (round 263, fast)       1278 del vars, 7068 del conss, 3344 add conss, 4 chg bounds, 1103 chg sides, 25566 chg coeffs, 10677 upgd conss, 0 impls, 111786 clqs, 0 implints
63.64/63.99	c (round 264, exhaustive) 1278 del vars, 7068 del conss, 3344 add conss, 4 chg bounds, 1104 chg sides, 26230 chg coeffs, 10677 upgd conss, 0 impls, 111786 clqs, 0 implints
63.64/64.00	c (round 265, medium)     1281 del vars, 7072 del conss, 3376 add conss, 4 chg bounds, 1136 chg sides, 26332 chg coeffs, 10677 upgd conss, 0 impls, 112609 clqs, 0 implints
63.64/64.00	c (round 266, fast)       1284 del vars, 7078 del conss, 3377 add conss, 4 chg bounds, 1137 chg sides, 26336 chg coeffs, 10677 upgd conss, 0 impls, 112610 clqs, 0 implints
63.76/64.03	c (round 267, exhaustive) 1284 del vars, 7078 del conss, 3377 add conss, 4 chg bounds, 1137 chg sides, 26652 chg coeffs, 10677 upgd conss, 0 impls, 112610 clqs, 0 implints
63.76/64.05	c (round 268, exhaustive) 1284 del vars, 7080 del conss, 3377 add conss, 4 chg bounds, 1138 chg sides, 26748 chg coeffs, 10749 upgd conss, 0 impls, 113109 clqs, 0 implints
63.76/64.07	c (round 269, exhaustive) 1284 del vars, 7153 del conss, 3377 add conss, 4 chg bounds, 1138 chg sides, 26767 chg coeffs, 10750 upgd conss, 0 impls, 113366 clqs, 0 implints
64.04/64.38	c (round 270, exhaustive) 1311 del vars, 7153 del conss, 3377 add conss, 4 chg bounds, 1138 chg sides, 26768 chg coeffs, 10750 upgd conss, 0 impls, 115738 clqs, 0 implints
64.04/64.38	c (round 271, fast)       1311 del vars, 7172 del conss, 3472 add conss, 4 chg bounds, 1138 chg sides, 26830 chg coeffs, 10750 upgd conss, 0 impls, 115738 clqs, 0 implints
64.14/64.45	c (round 272, exhaustive) 1311 del vars, 7175 del conss, 3472 add conss, 4 chg bounds, 1142 chg sides, 27083 chg coeffs, 10750 upgd conss, 0 impls, 115757 clqs, 0 implints
64.14/64.47	c (round 273, exhaustive) 1311 del vars, 7175 del conss, 3472 add conss, 4 chg bounds, 1142 chg sides, 27108 chg coeffs, 10824 upgd conss, 0 impls, 116076 clqs, 0 implints
64.14/64.48	c (round 274, exhaustive) 1311 del vars, 7249 del conss, 3472 add conss, 4 chg bounds, 1142 chg sides, 27110 chg coeffs, 10824 upgd conss, 0 impls, 116137 clqs, 0 implints
64.44/64.78	c    (10.9s) probing: 6000/6837 (87.8%) - 790 fixings, 135 aggregations, 168551 implications, 0 bound changes
64.54/64.87	c (round 275, exhaustive) 1336 del vars, 7251 del conss, 3472 add conss, 4 chg bounds, 1142 chg sides, 27110 chg coeffs, 10824 upgd conss, 0 impls, 116055 clqs, 0 implints
64.54/64.87	c (round 276, fast)       1336 del vars, 7278 del conss, 3572 add conss, 4 chg bounds, 1142 chg sides, 27219 chg coeffs, 10824 upgd conss, 0 impls, 116066 clqs, 0 implints
64.64/64.94	c (round 277, exhaustive) 1336 del vars, 7279 del conss, 3572 add conss, 4 chg bounds, 1144 chg sides, 27289 chg coeffs, 10896 upgd conss, 0 impls, 116066 clqs, 0 implints
64.64/64.95	c (round 278, exhaustive) 1336 del vars, 7351 del conss, 3572 add conss, 4 chg bounds, 1144 chg sides, 27290 chg coeffs, 10896 upgd conss, 0 impls, 116068 clqs, 0 implints
64.64/64.96	c (round 279, exhaustive) 1336 del vars, 7359 del conss, 3572 add conss, 4 chg bounds, 1144 chg sides, 27291 chg coeffs, 10896 upgd conss, 0 impls, 116069 clqs, 0 implints
64.75/65.06	c (round 280, exhaustive) 1363 del vars, 7359 del conss, 3572 add conss, 4 chg bounds, 1144 chg sides, 27297 chg coeffs, 10896 upgd conss, 0 impls, 115868 clqs, 0 implints
64.75/65.07	c (round 281, fast)       1365 del vars, 7386 del conss, 3667 add conss, 4 chg bounds, 1144 chg sides, 27391 chg coeffs, 10896 upgd conss, 0 impls, 115886 clqs, 0 implints
64.75/65.09	c    (11.2s) running MILP presolver
64.75/65.10	c    (11.2s) MILP presolver (3 rounds): 2 aggregations, 0 fixings, 0 bound changes
64.85/65.11	c (round 282, medium)     1367 del vars, 7401 del conss, 3679 add conss, 4 chg bounds, 1153 chg sides, 27508 chg coeffs, 10896 upgd conss, 0 impls, 115760 clqs, 0 implints
64.85/65.18	c (round 283, exhaustive) 1367 del vars, 7409 del conss, 3679 add conss, 4 chg bounds, 1156 chg sides, 27529 chg coeffs, 10896 upgd conss, 0 impls, 115768 clqs, 0 implints
64.85/65.19	c (round 284, exhaustive) 1367 del vars, 7410 del conss, 3679 add conss, 4 chg bounds, 1156 chg sides, 27530 chg coeffs, 10970 upgd conss, 0 impls, 115768 clqs, 0 implints
64.94/65.20	c (round 285, exhaustive) 1367 del vars, 7420 del conss, 3679 add conss, 4 chg bounds, 1156 chg sides, 27533 chg coeffs, 10970 upgd conss, 0 impls, 115768 clqs, 0 implints
64.94/65.20	c (round 286, exhaustive) 1367 del vars, 7492 del conss, 3679 add conss, 4 chg bounds, 1156 chg sides, 27535 chg coeffs, 10970 upgd conss, 0 impls, 115770 clqs, 0 implints
65.14/65.49	c (round 287, exhaustive) 1392 del vars, 7492 del conss, 3679 add conss, 4 chg bounds, 1156 chg sides, 27545 chg coeffs, 10970 upgd conss, 0 impls, 116154 clqs, 0 implints
65.24/65.50	c (round 288, fast)       1392 del vars, 7523 del conss, 3783 add conss, 4 chg bounds, 1156 chg sides, 27672 chg coeffs, 10970 upgd conss, 0 impls, 116298 clqs, 0 implints
65.24/65.50	c (round 289, medium)     1392 del vars, 7527 del conss, 3787 add conss, 4 chg bounds, 1161 chg sides, 27761 chg coeffs, 10970 upgd conss, 0 impls, 116303 clqs, 0 implints
65.24/65.57	c (round 290, exhaustive) 1392 del vars, 7528 del conss, 3787 add conss, 4 chg bounds, 1162 chg sides, 27806 chg coeffs, 11044 upgd conss, 0 impls, 116303 clqs, 0 implints
65.24/65.58	c (round 291, exhaustive) 1392 del vars, 7602 del conss, 3787 add conss, 4 chg bounds, 1162 chg sides, 27813 chg coeffs, 11044 upgd conss, 0 impls, 116325 clqs, 0 implints
65.34/65.69	c (round 292, exhaustive) 1422 del vars, 7602 del conss, 3787 add conss, 4 chg bounds, 1162 chg sides, 27828 chg coeffs, 11044 upgd conss, 0 impls, 115489 clqs, 0 implints
65.44/65.70	c (round 293, fast)       1431 del vars, 7637 del conss, 3879 add conss, 8 chg bounds, 1162 chg sides, 27896 chg coeffs, 11044 upgd conss, 0 impls, 115481 clqs, 0 implints
65.44/65.70	c (round 294, medium)     1431 del vars, 7660 del conss, 3897 add conss, 8 chg bounds, 1181 chg sides, 28056 chg coeffs, 11044 upgd conss, 0 impls, 115488 clqs, 0 implints
65.44/65.77	c (round 295, exhaustive) 1431 del vars, 7662 del conss, 3897 add conss, 8 chg bounds, 1182 chg sides, 28085 chg coeffs, 11116 upgd conss, 0 impls, 115488 clqs, 0 implints
65.44/65.78	c (round 296, exhaustive) 1431 del vars, 7734 del conss, 3898 add conss, 8 chg bounds, 1183 chg sides, 28094 chg coeffs, 11116 upgd conss, 0 impls, 115492 clqs, 0 implints
65.44/65.79	c (round 297, exhaustive) 1431 del vars, 7763 del conss, 3898 add conss, 8 chg bounds, 1183 chg sides, 28099 chg coeffs, 11116 upgd conss, 0 impls, 115494 clqs, 0 implints
65.54/65.85	c    (12.0s) probing cycle finished: starting next cycle
65.54/65.88	c (round 298, exhaustive) 1633 del vars, 7763 del conss, 3898 add conss, 8 chg bounds, 1183 chg sides, 28105 chg coeffs, 11116 upgd conss, 0 impls, 110057 clqs, 0 implints
65.54/65.89	c (round 299, fast)       1810 del vars, 7984 del conss, 3968 add conss, 8 chg bounds, 1183 chg sides, 28116 chg coeffs, 11116 upgd conss, 0 impls, 110116 clqs, 0 implints
65.54/65.89	c (round 300, medium)     1810 del vars, 7988 del conss, 3972 add conss, 8 chg bounds, 1188 chg sides, 28245 chg coeffs, 11116 upgd conss, 0 impls, 110120 clqs, 0 implints
65.64/65.96	c (round 301, exhaustive) 1810 del vars, 7989 del conss, 3972 add conss, 8 chg bounds, 1189 chg sides, 28327 chg coeffs, 11180 upgd conss, 0 impls, 110120 clqs, 0 implints
65.64/65.97	c (round 302, exhaustive) 1810 del vars, 8043 del conss, 3972 add conss, 8 chg bounds, 1189 chg sides, 28332 chg coeffs, 11180 upgd conss, 0 impls, 110295 clqs, 0 implints
65.64/65.99	c (round 303, exhaustive) 1861 del vars, 8044 del conss, 3972 add conss, 8 chg bounds, 1189 chg sides, 28409 chg coeffs, 11180 upgd conss, 0 impls, 109044 clqs, 0 implints
65.64/65.99	c (round 304, fast)       1861 del vars, 8101 del conss, 3994 add conss, 8 chg bounds, 1189 chg sides, 28409 chg coeffs, 11180 upgd conss, 0 impls, 109059 clqs, 0 implints
65.75/66.01	c (round 305, exhaustive) 1861 del vars, 8102 del conss, 3994 add conss, 8 chg bounds, 1189 chg sides, 28445 chg coeffs, 11201 upgd conss, 0 impls, 109059 clqs, 0 implints
65.75/66.02	c (round 306, exhaustive) 1861 del vars, 8122 del conss, 3994 add conss, 8 chg bounds, 1189 chg sides, 28446 chg coeffs, 11201 upgd conss, 0 impls, 109059 clqs, 0 implints
65.75/66.05	c (round 307, exhaustive) 2096 del vars, 8122 del conss, 3994 add conss, 8 chg bounds, 1189 chg sides, 28464 chg coeffs, 11201 upgd conss, 0 impls, 103357 clqs, 0 implints
65.75/66.05	c (round 308, fast)       2306 del vars, 8365 del conss, 4042 add conss, 8 chg bounds, 1189 chg sides, 28464 chg coeffs, 11201 upgd conss, 0 impls, 103449 clqs, 0 implints
65.75/66.09	c (round 309, exhaustive) 2306 del vars, 8367 del conss, 4042 add conss, 8 chg bounds, 1189 chg sides, 28580 chg coeffs, 11246 upgd conss, 0 impls, 103449 clqs, 0 implints
65.75/66.09	c (round 310, exhaustive) 2306 del vars, 8411 del conss, 4042 add conss, 8 chg bounds, 1189 chg sides, 28583 chg coeffs, 11246 upgd conss, 0 impls, 103450 clqs, 0 implints
65.85/66.19	c (round 311, exhaustive) 2418 del vars, 8411 del conss, 4042 add conss, 8 chg bounds, 1189 chg sides, 28606 chg coeffs, 11246 upgd conss, 0 impls, 100935 clqs, 0 implints
65.85/66.19	c (round 312, fast)       2418 del vars, 8523 del conss, 4079 add conss, 8 chg bounds, 1189 chg sides, 28606 chg coeffs, 11246 upgd conss, 0 impls, 100983 clqs, 0 implints
65.94/66.22	c (round 313, exhaustive) 2418 del vars, 8524 del conss, 4079 add conss, 8 chg bounds, 1189 chg sides, 28697 chg coeffs, 11282 upgd conss, 0 impls, 100985 clqs, 0 implints
65.94/66.23	c (round 314, exhaustive) 2418 del vars, 8560 del conss, 4079 add conss, 8 chg bounds, 1189 chg sides, 28699 chg coeffs, 11282 upgd conss, 0 impls, 101005 clqs, 0 implints
65.94/66.25	c (round 315, exhaustive) 2481 del vars, 8560 del conss, 4079 add conss, 8 chg bounds, 1189 chg sides, 28700 chg coeffs, 11282 upgd conss, 0 impls, 99782 clqs, 0 implints
65.94/66.25	c (round 316, fast)       2481 del vars, 8626 del conss, 4104 add conss, 8 chg bounds, 1189 chg sides, 28700 chg coeffs, 11282 upgd conss, 0 impls, 99791 clqs, 0 implints
65.94/66.27	c (round 317, exhaustive) 2481 del vars, 8628 del conss, 4104 add conss, 8 chg bounds, 1191 chg sides, 28731 chg coeffs, 11305 upgd conss, 0 impls, 99792 clqs, 0 implints
65.94/66.27	c (round 318, exhaustive) 2481 del vars, 8647 del conss, 4104 add conss, 8 chg bounds, 1191 chg sides, 28731 chg coeffs, 11305 upgd conss, 0 impls, 99792 clqs, 0 implints
66.04/66.30	c (round 319, exhaustive) 2508 del vars, 8647 del conss, 4104 add conss, 8 chg bounds, 1191 chg sides, 28745 chg coeffs, 11305 upgd conss, 0 impls, 99293 clqs, 0 implints
66.04/66.30	c (round 320, fast)       2508 del vars, 8676 del conss, 4138 add conss, 8 chg bounds, 1191 chg sides, 28745 chg coeffs, 11305 upgd conss, 0 impls, 99303 clqs, 0 implints
66.04/66.32	c (round 321, exhaustive) 2508 del vars, 8677 del conss, 4138 add conss, 8 chg bounds, 1193 chg sides, 28808 chg coeffs, 11338 upgd conss, 0 impls, 99303 clqs, 0 implints
66.04/66.32	c (round 322, exhaustive) 2508 del vars, 8708 del conss, 4138 add conss, 8 chg bounds, 1193 chg sides, 28808 chg coeffs, 11338 upgd conss, 0 impls, 99303 clqs, 0 implints
66.04/66.37	c (round 323, exhaustive) 2540 del vars, 8708 del conss, 4138 add conss, 8 chg bounds, 1193 chg sides, 28814 chg coeffs, 11338 upgd conss, 0 impls, 98797 clqs, 0 implints
66.04/66.37	c (round 324, fast)       2541 del vars, 8741 del conss, 4172 add conss, 8 chg bounds, 1193 chg sides, 28814 chg coeffs, 11338 upgd conss, 0 impls, 98806 clqs, 0 implints
66.04/66.39	c (round 325, exhaustive) 2541 del vars, 8741 del conss, 4172 add conss, 8 chg bounds, 1197 chg sides, 28875 chg coeffs, 11371 upgd conss, 0 impls, 98806 clqs, 0 implints
66.04/66.39	c (round 326, exhaustive) 2541 del vars, 8773 del conss, 4172 add conss, 8 chg bounds, 1197 chg sides, 28875 chg coeffs, 11371 upgd conss, 0 impls, 98806 clqs, 0 implints
66.14/66.42	c (round 327, exhaustive) 2567 del vars, 8774 del conss, 4172 add conss, 8 chg bounds, 1197 chg sides, 28875 chg coeffs, 11371 upgd conss, 0 impls, 98440 clqs, 0 implints
66.14/66.43	c (round 328, fast)       2567 del vars, 8798 del conss, 4204 add conss, 8 chg bounds, 1197 chg sides, 28875 chg coeffs, 11371 upgd conss, 0 impls, 98450 clqs, 0 implints
66.14/66.44	c (round 329, exhaustive) 2567 del vars, 8800 del conss, 4204 add conss, 8 chg bounds, 1198 chg sides, 28938 chg coeffs, 11402 upgd conss, 0 impls, 98450 clqs, 0 implints
66.14/66.45	c (round 330, exhaustive) 2567 del vars, 8831 del conss, 4204 add conss, 8 chg bounds, 1198 chg sides, 28938 chg coeffs, 11402 upgd conss, 0 impls, 98450 clqs, 0 implints
66.24/66.53	c (round 331, exhaustive) 2596 del vars, 8831 del conss, 4204 add conss, 8 chg bounds, 1198 chg sides, 28938 chg coeffs, 11402 upgd conss, 0 impls, 98112 clqs, 0 implints
66.24/66.53	c (round 332, fast)       2596 del vars, 8863 del conss, 4249 add conss, 8 chg bounds, 1198 chg sides, 28938 chg coeffs, 11402 upgd conss, 0 impls, 98112 clqs, 0 implints
66.24/66.59	c (round 333, exhaustive) 2596 del vars, 8864 del conss, 4249 add conss, 8 chg bounds, 1199 chg sides, 29054 chg coeffs, 11446 upgd conss, 0 impls, 98112 clqs, 0 implints
66.34/66.60	c (round 334, exhaustive) 2596 del vars, 8908 del conss, 4249 add conss, 8 chg bounds, 1199 chg sides, 29054 chg coeffs, 11446 upgd conss, 0 impls, 98123 clqs, 0 implints
66.34/66.63	c (round 335, exhaustive) 2641 del vars, 8908 del conss, 4249 add conss, 8 chg bounds, 1199 chg sides, 29057 chg coeffs, 11446 upgd conss, 0 impls, 97523 clqs, 0 implints
66.34/66.63	c (round 336, fast)       2641 del vars, 8958 del conss, 4267 add conss, 8 chg bounds, 1199 chg sides, 29057 chg coeffs, 11446 upgd conss, 0 impls, 97523 clqs, 0 implints
66.34/66.65	c    (12.8s) running MILP presolver
66.34/66.67	c    (12.8s) MILP presolver (3 rounds): 1 aggregations, 2 fixings, 0 bound changes
66.34/66.68	c (round 337, exhaustive) 2644 del vars, 8962 del conss, 4271 add conss, 8 chg bounds, 1199 chg sides, 29112 chg coeffs, 11446 upgd conss, 0 impls, 97277 clqs, 0 implints
66.34/66.68	c (round 338, exhaustive) 2644 del vars, 8964 del conss, 4271 add conss, 8 chg bounds, 1202 chg sides, 29117 chg coeffs, 11446 upgd conss, 0 impls, 97277 clqs, 0 implints
66.34/66.69	c (round 339, exhaustive) 2644 del vars, 8964 del conss, 4271 add conss, 8 chg bounds, 1202 chg sides, 29117 chg coeffs, 11465 upgd conss, 0 impls, 97277 clqs, 0 implints
66.34/66.69	c (round 340, exhaustive) 2644 del vars, 8982 del conss, 4271 add conss, 8 chg bounds, 1202 chg sides, 29117 chg coeffs, 11465 upgd conss, 0 impls, 97277 clqs, 0 implints
66.44/66.73	c (round 341, exhaustive) 2673 del vars, 8982 del conss, 4271 add conss, 8 chg bounds, 1202 chg sides, 29121 chg coeffs, 11465 upgd conss, 0 impls, 96973 clqs, 0 implints
66.44/66.73	c (round 342, fast)       2673 del vars, 9011 del conss, 4295 add conss, 8 chg bounds, 1202 chg sides, 29121 chg coeffs, 11465 upgd conss, 0 impls, 96978 clqs, 0 implints
66.44/66.77	c (round 343, exhaustive) 2673 del vars, 9016 del conss, 4295 add conss, 8 chg bounds, 1209 chg sides, 29165 chg coeffs, 11465 upgd conss, 0 impls, 96978 clqs, 0 implints
66.44/66.78	c (round 344, exhaustive) 2673 del vars, 9016 del conss, 4295 add conss, 8 chg bounds, 1209 chg sides, 29165 chg coeffs, 11485 upgd conss, 0 impls, 96978 clqs, 0 implints
66.44/66.78	c (round 345, exhaustive) 2673 del vars, 9035 del conss, 4295 add conss, 8 chg bounds, 1209 chg sides, 29165 chg coeffs, 11485 upgd conss, 0 impls, 96978 clqs, 0 implints
66.54/66.80	c (round 346, exhaustive) 2705 del vars, 9035 del conss, 4295 add conss, 8 chg bounds, 1209 chg sides, 29173 chg coeffs, 11485 upgd conss, 0 impls, 96610 clqs, 0 implints
66.54/66.80	c (round 347, fast)       2712 del vars, 9067 del conss, 4307 add conss, 8 chg bounds, 1209 chg sides, 29173 chg coeffs, 11485 upgd conss, 0 impls, 96610 clqs, 0 implints
66.54/66.80	c (round 348, exhaustive) 2712 del vars, 9067 del conss, 4307 add conss, 8 chg bounds, 1209 chg sides, 29204 chg coeffs, 11497 upgd conss, 0 impls, 96610 clqs, 0 implints
66.54/66.81	c (round 349, exhaustive) 2712 del vars, 9079 del conss, 4307 add conss, 8 chg bounds, 1209 chg sides, 29204 chg coeffs, 11497 upgd conss, 0 impls, 96610 clqs, 0 implints
66.64/66.90	c (round 350, exhaustive) 2739 del vars, 9079 del conss, 4307 add conss, 8 chg bounds, 1209 chg sides, 29204 chg coeffs, 11497 upgd conss, 0 impls, 96313 clqs, 0 implints
66.64/66.90	c (round 351, fast)       2739 del vars, 9107 del conss, 4331 add conss, 8 chg bounds, 1209 chg sides, 29204 chg coeffs, 11497 upgd conss, 0 impls, 96313 clqs, 0 implints
66.64/66.92	c (round 352, exhaustive) 2739 del vars, 9108 del conss, 4331 add conss, 8 chg bounds, 1211 chg sides, 29264 chg coeffs, 11520 upgd conss, 0 impls, 96313 clqs, 0 implints
66.64/66.92	c (round 353, exhaustive) 2739 del vars, 9127 del conss, 4331 add conss, 8 chg bounds, 1211 chg sides, 29264 chg coeffs, 11520 upgd conss, 0 impls, 96313 clqs, 0 implints
66.64/66.94	c (round 354, exhaustive) 2807 del vars, 9127 del conss, 4331 add conss, 8 chg bounds, 1211 chg sides, 29288 chg coeffs, 11520 upgd conss, 0 impls, 95549 clqs, 0 implints
66.64/66.94	c (round 355, fast)       2807 del vars, 9195 del conss, 4347 add conss, 8 chg bounds, 1211 chg sides, 29288 chg coeffs, 11520 upgd conss, 0 impls, 95549 clqs, 0 implints
66.64/66.94	c (round 356, exhaustive) 2807 del vars, 9195 del conss, 4347 add conss, 8 chg bounds, 1211 chg sides, 29324 chg coeffs, 11536 upgd conss, 0 impls, 95549 clqs, 0 implints
66.64/66.95	c (round 357, exhaustive) 2807 del vars, 9207 del conss, 4347 add conss, 8 chg bounds, 1211 chg sides, 29324 chg coeffs, 11536 upgd conss, 0 impls, 95549 clqs, 0 implints
66.64/66.98	c (round 358, exhaustive) 2839 del vars, 9207 del conss, 4347 add conss, 8 chg bounds, 1211 chg sides, 29348 chg coeffs, 11536 upgd conss, 0 impls, 95217 clqs, 0 implints
66.64/66.98	c (round 359, fast)       2846 del vars, 9239 del conss, 4380 add conss, 8 chg bounds, 1211 chg sides, 29348 chg coeffs, 11536 upgd conss, 0 impls, 95217 clqs, 0 implints
66.64/66.98	c (round 360, exhaustive) 2846 del vars, 9239 del conss, 4380 add conss, 8 chg bounds, 1211 chg sides, 29420 chg coeffs, 11569 upgd conss, 0 impls, 95217 clqs, 0 implints
66.64/66.99	c (round 361, exhaustive) 2846 del vars, 9264 del conss, 4380 add conss, 8 chg bounds, 1211 chg sides, 29420 chg coeffs, 11569 upgd conss, 0 impls, 95217 clqs, 0 implints
66.75/67.05	c (round 362, exhaustive) 2871 del vars, 9264 del conss, 4380 add conss, 8 chg bounds, 1211 chg sides, 29468 chg coeffs, 11569 upgd conss, 0 impls, 95510 clqs, 0 implints
66.75/67.06	c (round 363, fast)       2871 del vars, 9289 del conss, 4441 add conss, 8 chg bounds, 1211 chg sides, 29468 chg coeffs, 11569 upgd conss, 0 impls, 95510 clqs, 0 implints
66.75/67.10	c (round 364, exhaustive) 2871 del vars, 9293 del conss, 4441 add conss, 8 chg bounds, 1218 chg sides, 29598 chg coeffs, 11569 upgd conss, 0 impls, 95510 clqs, 0 implints
66.75/67.10	c (round 365, exhaustive) 2871 del vars, 9293 del conss, 4441 add conss, 8 chg bounds, 1218 chg sides, 29598 chg coeffs, 11626 upgd conss, 0 impls, 95510 clqs, 0 implints
66.75/67.10	c (round 366, exhaustive) 2871 del vars, 9348 del conss, 4441 add conss, 8 chg bounds, 1218 chg sides, 29598 chg coeffs, 11626 upgd conss, 0 impls, 95510 clqs, 0 implints
66.94/67.20	c (round 367, exhaustive) 2898 del vars, 9348 del conss, 4441 add conss, 8 chg bounds, 1218 chg sides, 29632 chg coeffs, 11626 upgd conss, 0 impls, 95745 clqs, 0 implints
66.94/67.21	c (round 368, fast)       2898 del vars, 9383 del conss, 4504 add conss, 8 chg bounds, 1218 chg sides, 29632 chg coeffs, 11626 upgd conss, 0 impls, 95756 clqs, 0 implints
66.94/67.24	c (round 369, exhaustive) 2898 del vars, 9390 del conss, 4504 add conss, 8 chg bounds, 1225 chg sides, 29761 chg coeffs, 11626 upgd conss, 0 impls, 95756 clqs, 0 implints
66.94/67.25	c (round 370, exhaustive) 2898 del vars, 9391 del conss, 4504 add conss, 8 chg bounds, 1225 chg sides, 29761 chg coeffs, 11682 upgd conss, 0 impls, 95756 clqs, 0 implints
66.94/67.25	c (round 371, exhaustive) 2898 del vars, 9443 del conss, 4504 add conss, 8 chg bounds, 1225 chg sides, 29761 chg coeffs, 11682 upgd conss, 0 impls, 95756 clqs, 0 implints
67.04/67.35	c (round 372, exhaustive) 2925 del vars, 9443 del conss, 4504 add conss, 8 chg bounds, 1225 chg sides, 29792 chg coeffs, 11682 upgd conss, 0 impls, 96016 clqs, 0 implints
67.04/67.36	c (round 373, fast)       2925 del vars, 9482 del conss, 4572 add conss, 8 chg bounds, 1225 chg sides, 29795 chg coeffs, 11682 upgd conss, 0 impls, 96024 clqs, 0 implints
67.04/67.36	c (round 374, medium)     2925 del vars, 9484 del conss, 4574 add conss, 8 chg bounds, 1230 chg sides, 29931 chg coeffs, 11682 upgd conss, 0 impls, 96024 clqs, 0 implints
67.14/67.42	c (round 375, exhaustive) 2925 del vars, 9496 del conss, 4574 add conss, 8 chg bounds, 1236 chg sides, 29938 chg coeffs, 11682 upgd conss, 0 impls, 96024 clqs, 0 implints
67.14/67.42	c (round 376, exhaustive) 2925 del vars, 9499 del conss, 4574 add conss, 8 chg bounds, 1236 chg sides, 29939 chg coeffs, 11740 upgd conss, 0 impls, 96026 clqs, 0 implints
67.14/67.43	c (round 377, exhaustive) 2925 del vars, 9554 del conss, 4574 add conss, 8 chg bounds, 1236 chg sides, 29940 chg coeffs, 11740 upgd conss, 0 impls, 96027 clqs, 0 implints
67.14/67.45	c (round 378, exhaustive) 2952 del vars, 9554 del conss, 4574 add conss, 8 chg bounds, 1236 chg sides, 29947 chg coeffs, 11740 upgd conss, 0 impls, 95899 clqs, 0 implints
67.14/67.45	c (round 379, fast)       2952 del vars, 9585 del conss, 4598 add conss, 8 chg bounds, 1236 chg sides, 29947 chg coeffs, 11740 upgd conss, 0 impls, 95905 clqs, 0 implints
67.14/67.46	c (round 380, exhaustive) 2952 del vars, 9588 del conss, 4598 add conss, 8 chg bounds, 1240 chg sides, 29987 chg coeffs, 11740 upgd conss, 0 impls, 95905 clqs, 0 implints
67.14/67.47	c (round 381, exhaustive) 2952 del vars, 9588 del conss, 4598 add conss, 8 chg bounds, 1240 chg sides, 29987 chg coeffs, 11761 upgd conss, 0 impls, 95905 clqs, 0 implints
67.14/67.47	c (round 382, exhaustive) 2952 del vars, 9604 del conss, 4598 add conss, 8 chg bounds, 1240 chg sides, 29987 chg coeffs, 11761 upgd conss, 0 impls, 95905 clqs, 0 implints
67.23/67.50	c (round 383, exhaustive) 2979 del vars, 9604 del conss, 4598 add conss, 8 chg bounds, 1240 chg sides, 29997 chg coeffs, 11761 upgd conss, 0 impls, 95805 clqs, 0 implints
67.23/67.50	c (round 384, fast)       2979 del vars, 9635 del conss, 4633 add conss, 8 chg bounds, 1240 chg sides, 29997 chg coeffs, 11761 upgd conss, 0 impls, 95816 clqs, 0 implints
67.23/67.52	c (round 385, exhaustive) 2979 del vars, 9638 del conss, 4633 add conss, 8 chg bounds, 1245 chg sides, 30046 chg coeffs, 11761 upgd conss, 0 impls, 95816 clqs, 0 implints
67.23/67.52	c (round 386, exhaustive) 2979 del vars, 9638 del conss, 4633 add conss, 8 chg bounds, 1245 chg sides, 30046 chg coeffs, 11793 upgd conss, 0 impls, 95816 clqs, 0 implints
67.23/67.53	c (round 387, exhaustive) 2979 del vars, 9665 del conss, 4633 add conss, 8 chg bounds, 1245 chg sides, 30046 chg coeffs, 11793 upgd conss, 0 impls, 95816 clqs, 0 implints
67.23/67.56	c (round 388, exhaustive) 3004 del vars, 9665 del conss, 4633 add conss, 8 chg bounds, 1245 chg sides, 30056 chg coeffs, 11793 upgd conss, 0 impls, 95705 clqs, 0 implints
67.23/67.56	c (round 389, fast)       3004 del vars, 9696 del conss, 4667 add conss, 8 chg bounds, 1245 chg sides, 30056 chg coeffs, 11793 upgd conss, 0 impls, 95712 clqs, 0 implints
67.23/67.56	c (round 390, exhaustive) 3004 del vars, 9696 del conss, 4667 add conss, 8 chg bounds, 1245 chg sides, 30103 chg coeffs, 11827 upgd conss, 0 impls, 95712 clqs, 0 implints
67.23/67.57	c (round 391, exhaustive) 3004 del vars, 9723 del conss, 4667 add conss, 8 chg bounds, 1245 chg sides, 30103 chg coeffs, 11827 upgd conss, 0 impls, 95712 clqs, 0 implints
67.33/67.65	c (round 392, exhaustive) 3029 del vars, 9723 del conss, 4667 add conss, 8 chg bounds, 1245 chg sides, 30117 chg coeffs, 11827 upgd conss, 0 impls, 96091 clqs, 0 implints
67.33/67.65	c (round 393, fast)       3029 del vars, 9759 del conss, 4737 add conss, 8 chg bounds, 1245 chg sides, 30117 chg coeffs, 11827 upgd conss, 0 impls, 96098 clqs, 0 implints
67.43/67.71	c (round 394, exhaustive) 3029 del vars, 9763 del conss, 4737 add conss, 8 chg bounds, 1248 chg sides, 30240 chg coeffs, 11827 upgd conss, 0 impls, 96098 clqs, 0 implints
67.43/67.71	c (round 395, medium)     3029 del vars, 9763 del conss, 4739 add conss, 8 chg bounds, 1250 chg sides, 30271 chg coeffs, 11827 upgd conss, 0 impls, 96101 clqs, 0 implints
67.43/67.72	c (round 396, exhaustive) 3029 del vars, 9774 del conss, 4740 add conss, 8 chg bounds, 1256 chg sides, 30272 chg coeffs, 11827 upgd conss, 0 impls, 96102 clqs, 0 implints
67.43/67.72	c (round 397, exhaustive) 3029 del vars, 9776 del conss, 4740 add conss, 8 chg bounds, 1256 chg sides, 30273 chg coeffs, 11886 upgd conss, 0 impls, 96102 clqs, 0 implints
67.43/67.73	c (round 398, exhaustive) 3029 del vars, 9829 del conss, 4740 add conss, 8 chg bounds, 1256 chg sides, 30273 chg coeffs, 11886 upgd conss, 0 impls, 96102 clqs, 0 implints
67.63/67.95	c    (14.1s) probing: 1000/5634 (17.7%) - 1662 fixings, 148 aggregations, 214100 implications, 0 bound changes
68.03/68.35	c (round 399, exhaustive) 3055 del vars, 9830 del conss, 4740 add conss, 8 chg bounds, 1256 chg sides, 30285 chg coeffs, 11886 upgd conss, 0 impls, 97079 clqs, 0 implints
68.03/68.35	c (round 400, fast)       3055 del vars, 9862 del conss, 4814 add conss, 8 chg bounds, 1257 chg sides, 30285 chg coeffs, 11886 upgd conss, 0 impls, 97090 clqs, 0 implints
68.03/68.35	c (round 401, fast)       3055 del vars, 9862 del conss, 4814 add conss, 8 chg bounds, 1262 chg sides, 30409 chg coeffs, 11886 upgd conss, 0 impls, 97090 clqs, 0 implints
68.13/68.42	c (round 402, exhaustive) 3055 del vars, 9873 del conss, 4814 add conss, 8 chg bounds, 1268 chg sides, 30449 chg coeffs, 11886 upgd conss, 0 impls, 97090 clqs, 0 implints
68.13/68.43	c (round 403, exhaustive) 3055 del vars, 9873 del conss, 4815 add conss, 8 chg bounds, 1269 chg sides, 30458 chg coeffs, 11949 upgd conss, 0 impls, 97095 clqs, 0 implints
68.13/68.44	c (round 404, exhaustive) 3055 del vars, 9925 del conss, 4815 add conss, 8 chg bounds, 1269 chg sides, 30459 chg coeffs, 11949 upgd conss, 0 impls, 97096 clqs, 0 implints
68.23/68.54	c (round 405, exhaustive) 3083 del vars, 9925 del conss, 4815 add conss, 8 chg bounds, 1269 chg sides, 30573 chg coeffs, 11949 upgd conss, 0 impls, 96270 clqs, 0 implints
68.23/68.55	c (round 406, fast)       3086 del vars, 9963 del conss, 4874 add conss, 8 chg bounds, 1269 chg sides, 30579 chg coeffs, 11949 upgd conss, 0 impls, 96272 clqs, 0 implints
68.23/68.55	c (round 407, fast)       3086 del vars, 9963 del conss, 4874 add conss, 8 chg bounds, 1273 chg sides, 30675 chg coeffs, 11949 upgd conss, 0 impls, 96272 clqs, 0 implints
68.23/68.55	c (round 408, medium)     3086 del vars, 9965 del conss, 4876 add conss, 8 chg bounds, 1275 chg sides, 30687 chg coeffs, 11949 upgd conss, 0 impls, 96274 clqs, 0 implints
68.33/68.60	c (round 409, exhaustive) 3086 del vars, 9969 del conss, 4876 add conss, 8 chg bounds, 1278 chg sides, 30687 chg coeffs, 11949 upgd conss, 0 impls, 96274 clqs, 0 implints
68.33/68.61	c (round 410, exhaustive) 3086 del vars, 9969 del conss, 4876 add conss, 8 chg bounds, 1278 chg sides, 30687 chg coeffs, 12001 upgd conss, 0 impls, 96274 clqs, 0 implints
68.33/68.61	c (round 411, exhaustive) 3086 del vars, 10011 del conss, 4876 add conss, 8 chg bounds, 1278 chg sides, 30687 chg coeffs, 12001 upgd conss, 0 impls, 96274 clqs, 0 implints
68.33/68.61	c (round 412, exhaustive) 3086 del vars, 10011 del conss, 4876 add conss, 8 chg bounds, 1278 chg sides, 30889 chg coeffs, 12001 upgd conss, 0 impls, 96274 clqs, 0 implints
68.43/68.71	c (round 413, exhaustive) 3126 del vars, 10011 del conss, 4876 add conss, 8 chg bounds, 1278 chg sides, 30889 chg coeffs, 12001 upgd conss, 0 impls, 94666 clqs, 0 implints
68.43/68.72	c (round 414, fast)       3141 del vars, 10044 del conss, 4963 add conss, 8 chg bounds, 1278 chg sides, 30921 chg coeffs, 12001 upgd conss, 0 impls, 94670 clqs, 0 implints
68.43/68.72	c (round 415, fast)       3141 del vars, 10044 del conss, 4963 add conss, 8 chg bounds, 1283 chg sides, 31041 chg coeffs, 12001 upgd conss, 0 impls, 94670 clqs, 0 implints
68.43/68.72	c (round 416, medium)     3141 del vars, 10051 del conss, 4969 add conss, 8 chg bounds, 1289 chg sides, 31075 chg coeffs, 12001 upgd conss, 0 impls, 94676 clqs, 0 implints
68.43/68.79	c (round 417, exhaustive) 3141 del vars, 10060 del conss, 4969 add conss, 8 chg bounds, 1293 chg sides, 31112 chg coeffs, 12001 upgd conss, 0 impls, 94676 clqs, 0 implints
68.43/68.79	c (round 418, medium)     3141 del vars, 10061 del conss, 4980 add conss, 8 chg bounds, 1304 chg sides, 31226 chg coeffs, 12001 upgd conss, 0 impls, 94695 clqs, 0 implints
68.43/68.79	c (round 419, fast)       3141 del vars, 10065 del conss, 4981 add conss, 8 chg bounds, 1304 chg sides, 31226 chg coeffs, 12001 upgd conss, 0 impls, 94696 clqs, 0 implints
68.53/68.80	c (round 420, exhaustive) 3141 del vars, 10065 del conss, 4981 add conss, 8 chg bounds, 1304 chg sides, 31229 chg coeffs, 12064 upgd conss, 0 impls, 94696 clqs, 0 implints
68.53/68.81	c (round 421, exhaustive) 3141 del vars, 10131 del conss, 4981 add conss, 8 chg bounds, 1304 chg sides, 31231 chg coeffs, 12064 upgd conss, 0 impls, 94696 clqs, 0 implints
68.93/69.22	c (round 422, exhaustive) 3176 del vars, 10131 del conss, 4981 add conss, 8 chg bounds, 1304 chg sides, 31233 chg coeffs, 12064 upgd conss, 0 impls, 94167 clqs, 0 implints
68.93/69.22	c (round 423, fast)       3186 del vars, 10166 del conss, 5030 add conss, 8 chg bounds, 1304 chg sides, 31260 chg coeffs, 12064 upgd conss, 0 impls, 94171 clqs, 0 implints
68.93/69.22	c (round 424, fast)       3186 del vars, 10166 del conss, 5030 add conss, 8 chg bounds, 1312 chg sides, 31292 chg coeffs, 12064 upgd conss, 0 impls, 94171 clqs, 0 implints
68.93/69.23	c (round 425, medium)     3186 del vars, 10184 del conss, 5074 add conss, 8 chg bounds, 1356 chg sides, 31475 chg coeffs, 12064 upgd conss, 0 impls, 94233 clqs, 0 implints
69.03/69.30	c (round 426, exhaustive) 3186 del vars, 10194 del conss, 5074 add conss, 8 chg bounds, 1363 chg sides, 31557 chg coeffs, 12064 upgd conss, 0 impls, 94233 clqs, 0 implints
69.03/69.30	c (round 427, medium)     3186 del vars, 10194 del conss, 5077 add conss, 8 chg bounds, 1366 chg sides, 31582 chg coeffs, 12064 upgd conss, 0 impls, 94323 clqs, 0 implints
69.03/69.30	c (round 428, fast)       3186 del vars, 10197 del conss, 5078 add conss, 8 chg bounds, 1366 chg sides, 31582 chg coeffs, 12064 upgd conss, 0 impls, 94324 clqs, 0 implints
69.03/69.32	c (round 429, exhaustive) 3186 del vars, 10197 del conss, 5078 add conss, 8 chg bounds, 1366 chg sides, 31622 chg coeffs, 12092 upgd conss, 0 impls, 94324 clqs, 0 implints
69.03/69.33	c (round 430, exhaustive) 3186 del vars, 10202 del conss, 5078 add conss, 8 chg bounds, 1366 chg sides, 31642 chg coeffs, 12092 upgd conss, 0 impls, 94352 clqs, 0 implints
69.03/69.33	c (round 431, medium)     3186 del vars, 10203 del conss, 5080 add conss, 8 chg bounds, 1368 chg sides, 31657 chg coeffs, 12092 upgd conss, 0 impls, 94400 clqs, 0 implints
69.03/69.34	c (round 432, exhaustive) 3186 del vars, 10228 del conss, 5080 add conss, 8 chg bounds, 1368 chg sides, 31670 chg coeffs, 12092 upgd conss, 0 impls, 94400 clqs, 0 implints
69.13/69.40	c    (15.5s) probing: 2000/5634 (35.5%) - 1733 fixings, 165 aggregations, 219738 implications, 0 bound changes
69.23/69.55	c (round 433, exhaustive) 3211 del vars, 10228 del conss, 5080 add conss, 8 chg bounds, 1368 chg sides, 31723 chg coeffs, 12092 upgd conss, 0 impls, 93368 clqs, 0 implints
69.23/69.55	c (round 434, fast)       3211 del vars, 10238 del conss, 5150 add conss, 8 chg bounds, 1368 chg sides, 31723 chg coeffs, 12092 upgd conss, 0 impls, 93369 clqs, 0 implints
69.23/69.55	c (round 435, fast)       3211 del vars, 10238 del conss, 5150 add conss, 8 chg bounds, 1376 chg sides, 31819 chg coeffs, 12092 upgd conss, 0 impls, 93369 clqs, 0 implints
69.23/69.55	c (round 436, medium)     3211 del vars, 10244 del conss, 5197 add conss, 8 chg bounds, 1423 chg sides, 32110 chg coeffs, 12092 upgd conss, 0 impls, 93383 clqs, 0 implints
69.33/69.62	c (round 437, exhaustive) 3211 del vars, 10257 del conss, 5197 add conss, 8 chg bounds, 1430 chg sides, 32126 chg coeffs, 12092 upgd conss, 0 impls, 93383 clqs, 0 implints
69.33/69.62	c (round 438, medium)     3211 del vars, 10262 del conss, 5240 add conss, 8 chg bounds, 1477 chg sides, 32483 chg coeffs, 12092 upgd conss, 0 impls, 93412 clqs, 0 implints
69.33/69.63	c (round 439, exhaustive) 3211 del vars, 10262 del conss, 5240 add conss, 8 chg bounds, 1477 chg sides, 32486 chg coeffs, 12151 upgd conss, 0 impls, 93412 clqs, 0 implints
69.33/69.63	c (round 440, exhaustive) 3211 del vars, 10321 del conss, 5240 add conss, 8 chg bounds, 1477 chg sides, 32489 chg coeffs, 12151 upgd conss, 0 impls, 93412 clqs, 0 implints
69.53/69.81	c (round 441, exhaustive) 3236 del vars, 10321 del conss, 5240 add conss, 8 chg bounds, 1477 chg sides, 32492 chg coeffs, 12151 upgd conss, 0 impls, 91918 clqs, 0 implints
69.53/69.81	c (round 442, fast)       3236 del vars, 10332 del conss, 5314 add conss, 8 chg bounds, 1477 chg sides, 32492 chg coeffs, 12151 upgd conss, 0 impls, 91920 clqs, 0 implints
69.53/69.81	c (round 443, fast)       3236 del vars, 10332 del conss, 5314 add conss, 8 chg bounds, 1485 chg sides, 32592 chg coeffs, 12151 upgd conss, 0 impls, 91920 clqs, 0 implints
69.53/69.82	c (round 444, medium)     3236 del vars, 10340 del conss, 5380 add conss, 8 chg bounds, 1551 chg sides, 32990 chg coeffs, 12151 upgd conss, 0 impls, 91937 clqs, 0 implints
69.53/69.89	c (round 445, exhaustive) 3236 del vars, 10352 del conss, 5380 add conss, 8 chg bounds, 1558 chg sides, 33010 chg coeffs, 12151 upgd conss, 0 impls, 91937 clqs, 0 implints
69.53/69.89	c (round 446, medium)     3236 del vars, 10361 del conss, 5456 add conss, 8 chg bounds, 1640 chg sides, 33532 chg coeffs, 12151 upgd conss, 0 impls, 91978 clqs, 0 implints
69.53/69.89	c (round 447, exhaustive) 3236 del vars, 10361 del conss, 5456 add conss, 8 chg bounds, 1640 chg sides, 33532 chg coeffs, 12211 upgd conss, 0 impls, 91978 clqs, 0 implints
69.63/69.90	c (round 448, exhaustive) 3236 del vars, 10421 del conss, 5456 add conss, 8 chg bounds, 1640 chg sides, 33532 chg coeffs, 12211 upgd conss, 0 impls, 91978 clqs, 0 implints
69.74/70.04	c (round 449, exhaustive) 3261 del vars, 10423 del conss, 5456 add conss, 8 chg bounds, 1640 chg sides, 33532 chg coeffs, 12211 upgd conss, 0 impls, 90513 clqs, 0 implints
69.74/70.04	c (round 450, fast)       3261 del vars, 10441 del conss, 5524 add conss, 8 chg bounds, 1640 chg sides, 33532 chg coeffs, 12211 upgd conss, 0 impls, 90513 clqs, 0 implints
69.74/70.05	c (round 451, fast)       3261 del vars, 10441 del conss, 5524 add conss, 8 chg bounds, 1648 chg sides, 33620 chg coeffs, 12211 upgd conss, 0 impls, 90513 clqs, 0 implints
69.74/70.05	c (round 452, medium)     3261 del vars, 10442 del conss, 5532 add conss, 8 chg bounds, 1656 chg sides, 33667 chg coeffs, 12211 upgd conss, 0 impls, 90516 clqs, 0 implints
69.84/70.12	c (round 453, exhaustive) 3261 del vars, 10454 del conss, 5532 add conss, 8 chg bounds, 1663 chg sides, 33679 chg coeffs, 12211 upgd conss, 0 impls, 90516 clqs, 0 implints
69.84/70.12	c (round 454, medium)     3261 del vars, 10459 del conss, 5572 add conss, 8 chg bounds, 1706 chg sides, 33978 chg coeffs, 12211 upgd conss, 0 impls, 90549 clqs, 0 implints
69.84/70.13	c (round 455, exhaustive) 3261 del vars, 10459 del conss, 5572 add conss, 8 chg bounds, 1706 chg sides, 33979 chg coeffs, 12268 upgd conss, 0 impls, 90549 clqs, 0 implints
69.84/70.13	c (round 456, exhaustive) 3261 del vars, 10517 del conss, 5573 add conss, 8 chg bounds, 1707 chg sides, 33992 chg coeffs, 12268 upgd conss, 0 impls, 90550 clqs, 0 implints
70.03/70.32	c (round 457, exhaustive) 3286 del vars, 10517 del conss, 5573 add conss, 8 chg bounds, 1707 chg sides, 33992 chg coeffs, 12268 upgd conss, 0 impls, 89355 clqs, 0 implints
70.03/70.32	c (round 458, fast)       3288 del vars, 10535 del conss, 5658 add conss, 8 chg bounds, 1709 chg sides, 34000 chg coeffs, 12268 upgd conss, 0 impls, 88924 clqs, 0 implints
70.03/70.33	c (round 459, fast)       3288 del vars, 10535 del conss, 5658 add conss, 8 chg bounds, 1720 chg sides, 34123 chg coeffs, 12268 upgd conss, 0 impls, 88924 clqs, 0 implints
70.03/70.33	c (round 460, medium)     3288 del vars, 10544 del conss, 5705 add conss, 8 chg bounds, 1767 chg sides, 34417 chg coeffs, 12268 upgd conss, 0 impls, 88939 clqs, 0 implints
70.13/70.40	c (round 461, exhaustive) 3288 del vars, 10557 del conss, 5706 add conss, 8 chg bounds, 1774 chg sides, 34433 chg coeffs, 12268 upgd conss, 0 impls, 88939 clqs, 0 implints
70.13/70.40	c (round 462, medium)     3288 del vars, 10558 del conss, 5708 add conss, 8 chg bounds, 1776 chg sides, 34460 chg coeffs, 12268 upgd conss, 0 impls, 88941 clqs, 0 implints
70.13/70.41	c (round 463, exhaustive) 3288 del vars, 10558 del conss, 5708 add conss, 8 chg bounds, 1776 chg sides, 34470 chg coeffs, 12341 upgd conss, 0 impls, 88941 clqs, 0 implints
70.13/70.41	c (round 464, fast)       3288 del vars, 10563 del conss, 5708 add conss, 8 chg bounds, 1781 chg sides, 34470 chg coeffs, 12341 upgd conss, 0 impls, 88941 clqs, 0 implints
70.13/70.41	c (round 465, exhaustive) 3288 del vars, 10569 del conss, 5708 add conss, 8 chg bounds, 1781 chg sides, 34473 chg coeffs, 12341 upgd conss, 0 impls, 88941 clqs, 0 implints
70.13/70.42	c (round 466, exhaustive) 3288 del vars, 10634 del conss, 5708 add conss, 8 chg bounds, 1781 chg sides, 34474 chg coeffs, 12341 upgd conss, 0 impls, 88941 clqs, 0 implints
70.33/70.69	c    (16.8s) probing: 2960/5634 (52.5%) - 1845 fixings, 165 aggregations, 222745 implications, 0 bound changes
70.33/70.69	c    (16.8s) probing aborted: 50/50 successive totally useless probings
70.33/70.69	c (round 467, exhaustive) 3300 del vars, 10634 del conss, 5708 add conss, 8 chg bounds, 1781 chg sides, 34542 chg coeffs, 12341 upgd conss, 0 impls, 89406 clqs, 0 implints
70.43/70.70	c (round 468, fast)       3300 del vars, 10644 del conss, 5752 add conss, 8 chg bounds, 1781 chg sides, 34548 chg coeffs, 12341 upgd conss, 0 impls, 89406 clqs, 0 implints
70.43/70.70	c (round 469, fast)       3300 del vars, 10644 del conss, 5752 add conss, 8 chg bounds, 1792 chg sides, 34599 chg coeffs, 12341 upgd conss, 0 impls, 89406 clqs, 0 implints
70.43/70.70	c (round 470, medium)     3300 del vars, 10650 del conss, 5756 add conss, 8 chg bounds, 1796 chg sides, 34615 chg coeffs, 12341 upgd conss, 0 impls, 89407 clqs, 0 implints
70.43/70.77	c (round 471, exhaustive) 3300 del vars, 10660 del conss, 5756 add conss, 8 chg bounds, 1803 chg sides, 34706 chg coeffs, 12341 upgd conss, 0 impls, 89407 clqs, 0 implints
70.43/70.77	c (round 472, medium)     3300 del vars, 10668 del conss, 5770 add conss, 8 chg bounds, 1817 chg sides, 34850 chg coeffs, 12341 upgd conss, 0 impls, 89419 clqs, 0 implints
70.43/70.78	c (round 473, exhaustive) 3300 del vars, 10676 del conss, 5770 add conss, 8 chg bounds, 1817 chg sides, 34919 chg coeffs, 12341 upgd conss, 0 impls, 89419 clqs, 0 implints
70.43/70.78	c (round 474, medium)     3300 del vars, 10677 del conss, 5772 add conss, 8 chg bounds, 1819 chg sides, 34934 chg coeffs, 12341 upgd conss, 0 impls, 89421 clqs, 0 implints
70.43/70.79	c (round 475, exhaustive) 3300 del vars, 10677 del conss, 5772 add conss, 8 chg bounds, 1819 chg sides, 34966 chg coeffs, 12373 upgd conss, 0 impls, 89421 clqs, 0 implints
70.43/70.79	c (round 476, medium)     3300 del vars, 10678 del conss, 5774 add conss, 8 chg bounds, 1821 chg sides, 34982 chg coeffs, 12373 upgd conss, 0 impls, 89423 clqs, 0 implints
70.43/70.80	c (round 477, exhaustive) 3300 del vars, 10711 del conss, 5774 add conss, 8 chg bounds, 1821 chg sides, 34993 chg coeffs, 12373 upgd conss, 0 impls, 89423 clqs, 0 implints
70.53/70.81	c    (16.9s) probing: 2965/5634 (52.6%) - 1845 fixings, 165 aggregations, 222745 implications, 0 bound changes
70.53/70.81	c    (16.9s) probing aborted: 50/50 successive totally useless probings
70.53/70.81	c    (16.9s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
70.53/70.83	c    (17.0s) symmetry computation finished: 16 generators found (max: 1500, log10 of symmetry group size: 4.82) (symcode time: 0.00)
70.53/70.83	c dynamic symmetry handling statistics:
70.53/70.83	c    orbitopal reduction:       no components
70.53/70.83	c    orbital reduction:         no components
70.53/70.83	c    lexicographic reduction:   16 permutations with support sizes 4, 4, 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 6, 6
70.53/70.83	c handled 16 out of 16 symmetry components
70.53/70.84	c presolving (478 rounds: 478 fast, 360 medium, 304 exhaustive):
70.53/70.84	c  3300 deleted vars, 10711 deleted constraints, 5774 added constraints, 8 tightened bounds, 0 added holes, 1821 changed sides, 35018 changed coefficients
70.53/70.84	c  0 implications, 89423 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
70.53/70.84	c presolved problem has 4205 variables (4205 bin, 0 int, 0 cont) and 5074 constraints
70.53/70.84	c    2235 constraints of type <knapsack>
70.53/70.84	c    2096 constraints of type <setppc>
70.53/70.84	c     443 constraints of type <linear>
70.53/70.84	c     300 constraints of type <logicor>
70.53/70.84	c transformed objective value is always integral (scale: 1)
70.53/70.84	c Presolving Time: 16.96
70.53/70.84	c 
73.12/73.47	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
73.12/73.47	c  19.6s|     1 |     0 | 10576 |     - |   212M |   0 |4205 |5171 |5074 |   0 |  0 |  97 |   0 |-2.400000e+01 |      --      |    Inf | unknown
73.12/73.47	c (node 1) LP solver hit time limit in LP 1 -- using pseudo solution instead
73.12/73.47	c 
73.12/73.47	c SCIP Status        : solving was interrupted [time limit reached]
73.12/73.47	c Solving Time (sec) : 19.60
73.12/73.47	c Solving Nodes      : 1
73.12/73.47	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
73.12/73.47	c Dual Bound         : -2.40000000000000e+01
73.12/73.47	c Gap                : infinite
73.12/73.47	c SCIP status: 23 (TIMELIMIT)
73.12/73.47	c solveScip: freeing transform (!can_skip_free_transform)
73.22/73.50	c pb_solver_status: sst_unknown
73.22/73.50	c LB_goalvalue: 110096
73.22/73.50	c UB_goalvalue: 3795788
73.22/73.50	c Both SAT and SCIP timed out; boosting budgets to sat=20.000000 scip=39.200000
73.22/73.50	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
73.22/73.50	c SCIP returned: sst_unknown
73.22/73.50	c SCIP primal LB: -oo, dual UB: 3795788
73.22/73.50	c assumptions: 
73.22/73.50	c invoking solver with time budget: 20.000000
93.56/94.01	c sat_solver_result: sst_unknown
93.56/94.01	c c SAT fixed 171 new variables
93.56/94.01	c SAT solver timed out; proceeding to cooperative SCIP call
93.56/94.01	c Calling solveScip for cooperative mode with LB_goalvalue:       110096, UB_goalvalue: 3795788
93.56/94.01	c scip solving with time budget: 39.200000
93.56/94.01	c solveScip
93.56/94.01	c initScipForCoop
93.56/94.01	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
93.68/94.03	c presolving:
93.68/94.05	c (round 1, fast)       180 del vars, 190 del conss, 0 add conss, 2 chg bounds, 2 chg sides, 3 chg coeffs, 0 upgd conss, 0 impls, 7394 clqs, 0 implints
93.68/94.08	c    (0.1s) running MILP presolver
93.68/94.10	c    (0.1s) MILP presolver (3 rounds): 8 aggregations, 8 fixings, 0 bound changes
93.68/94.10	c (round 2, medium)     200 del vars, 190 del conss, 0 add conss, 2 chg bounds, 2 chg sides, 3 chg coeffs, 0 upgd conss, 0 impls, 7366 clqs, 0 implints
93.68/94.10	c (round 3, fast)       200 del vars, 220 del conss, 0 add conss, 2 chg bounds, 2 chg sides, 3 chg coeffs, 0 upgd conss, 0 impls, 7367 clqs, 0 implints
93.78/94.12	c (round 4, exhaustive) 200 del vars, 939 del conss, 0 add conss, 2 chg bounds, 31 chg sides, 3 chg coeffs, 0 upgd conss, 0 impls, 7367 clqs, 0 implints
93.78/94.13	c (round 5, fast)       201 del vars, 940 del conss, 86 add conss, 2 chg bounds, 31 chg sides, 3 chg coeffs, 0 upgd conss, 0 impls, 7365 clqs, 0 implints
93.78/94.15	c (round 6, exhaustive) 201 del vars, 940 del conss, 86 add conss, 2 chg bounds, 35 chg sides, 7 chg coeffs, 8696 upgd conss, 0 impls, 7365 clqs, 0 implints
93.78/94.17	c (round 7, medium)     219 del vars, 2038 del conss, 703 add conss, 2 chg bounds, 669 chg sides, 6449 chg coeffs, 8696 upgd conss, 0 impls, 7520 clqs, 0 implints
93.78/94.17	c (round 8, fast)       219 del vars, 2060 del conss, 703 add conss, 2 chg bounds, 669 chg sides, 6449 chg coeffs, 8696 upgd conss, 0 impls, 7520 clqs, 0 implints
93.78/94.20	c (round 9, exhaustive) 219 del vars, 2060 del conss, 703 add conss, 2 chg bounds, 669 chg sides, 8042 chg coeffs, 8696 upgd conss, 0 impls, 7520 clqs, 0 implints
93.86/94.20	c (round 10, fast)       219 del vars, 2066 del conss, 709 add conss, 2 chg bounds, 669 chg sides, 8042 chg coeffs, 8696 upgd conss, 0 impls, 7525 clqs, 0 implints
93.86/94.21	c (round 11, exhaustive) 219 del vars, 2066 del conss, 709 add conss, 2 chg bounds, 669 chg sides, 9570 chg coeffs, 8696 upgd conss, 0 impls, 7525 clqs, 0 implints
93.86/94.23	c (round 12, exhaustive) 295 del vars, 2128 del conss, 709 add conss, 2 chg bounds, 669 chg sides, 12507 chg coeffs, 8696 upgd conss, 0 impls, 7486 clqs, 0 implints
93.86/94.23	c (round 13, fast)       348 del vars, 2179 del conss, 749 add conss, 5 chg bounds, 669 chg sides, 12516 chg coeffs, 8696 upgd conss, 0 impls, 7652 clqs, 0 implints
93.86/94.24	c (round 14, exhaustive) 348 del vars, 2185 del conss, 749 add conss, 5 chg bounds, 669 chg sides, 12558 chg coeffs, 8719 upgd conss, 0 impls, 7652 clqs, 0 implints
93.86/94.25	c (round 15, exhaustive) 348 del vars, 2208 del conss, 749 add conss, 5 chg bounds, 669 chg sides, 12563 chg coeffs, 8719 upgd conss, 0 impls, 7652 clqs, 0 implints
93.96/94.38	c (round 16, exhaustive) 380 del vars, 2212 del conss, 749 add conss, 5 chg bounds, 669 chg sides, 12573 chg coeffs, 8719 upgd conss, 0 impls, 7797 clqs, 0 implints
93.96/94.39	c (round 17, fast)       387 del vars, 2263 del conss, 770 add conss, 5 chg bounds, 669 chg sides, 12583 chg coeffs, 8719 upgd conss, 0 impls, 7801 clqs, 0 implints
93.96/94.39	c (round 18, medium)     387 del vars, 2283 del conss, 785 add conss, 5 chg bounds, 688 chg sides, 12713 chg coeffs, 8719 upgd conss, 0 impls, 7805 clqs, 0 implints
94.06/94.40	c (round 19, exhaustive) 387 del vars, 2286 del conss, 785 add conss, 5 chg bounds, 689 chg sides, 12724 chg coeffs, 8731 upgd conss, 0 impls, 7805 clqs, 0 implints
94.06/94.40	c (round 20, fast)       387 del vars, 2292 del conss, 791 add conss, 5 chg bounds, 689 chg sides, 12724 chg coeffs, 8731 upgd conss, 0 impls, 7811 clqs, 0 implints
94.06/94.41	c (round 21, exhaustive) 387 del vars, 2305 del conss, 791 add conss, 5 chg bounds, 689 chg sides, 12724 chg coeffs, 8731 upgd conss, 0 impls, 7811 clqs, 0 implints
94.06/94.42	c (round 22, exhaustive) 393 del vars, 2311 del conss, 791 add conss, 5 chg bounds, 689 chg sides, 12746 chg coeffs, 8731 upgd conss, 0 impls, 7808 clqs, 0 implints
94.06/94.42	c (round 23, fast)       399 del vars, 2313 del conss, 795 add conss, 5 chg bounds, 689 chg sides, 12751 chg coeffs, 8731 upgd conss, 0 impls, 7812 clqs, 0 implints
94.16/94.51	c (round 24, exhaustive) 433 del vars, 2316 del conss, 795 add conss, 5 chg bounds, 689 chg sides, 12787 chg coeffs, 8734 upgd conss, 0 impls, 8487 clqs, 0 implints
94.16/94.51	c (round 25, fast)       433 del vars, 2353 del conss, 837 add conss, 5 chg bounds, 689 chg sides, 12801 chg coeffs, 8734 upgd conss, 0 impls, 8487 clqs, 0 implints
94.16/94.52	c (round 26, exhaustive) 434 del vars, 2354 del conss, 839 add conss, 5 chg bounds, 696 chg sides, 12810 chg coeffs, 8734 upgd conss, 0 impls, 8485 clqs, 0 implints
94.16/94.53	c (round 27, exhaustive) 434 del vars, 2358 del conss, 839 add conss, 5 chg bounds, 698 chg sides, 12815 chg coeffs, 8775 upgd conss, 0 impls, 8485 clqs, 0 implints
94.16/94.54	c (round 28, exhaustive) 434 del vars, 2395 del conss, 839 add conss, 5 chg bounds, 698 chg sides, 12820 chg coeffs, 8776 upgd conss, 0 impls, 8485 clqs, 0 implints
94.26/94.63	c (round 29, exhaustive) 462 del vars, 2399 del conss, 839 add conss, 5 chg bounds, 698 chg sides, 12908 chg coeffs, 8776 upgd conss, 0 impls, 9520 clqs, 0 implints
94.26/94.64	c (round 30, fast)       462 del vars, 2433 del conss, 887 add conss, 5 chg bounds, 698 chg sides, 12917 chg coeffs, 8776 upgd conss, 0 impls, 9527 clqs, 0 implints
94.26/94.65	c (round 31, exhaustive) 464 del vars, 2435 del conss, 891 add conss, 5 chg bounds, 702 chg sides, 12930 chg coeffs, 8776 upgd conss, 0 impls, 9520 clqs, 0 implints
94.26/94.65	c (round 32, exhaustive) 464 del vars, 2439 del conss, 891 add conss, 5 chg bounds, 702 chg sides, 12935 chg coeffs, 8822 upgd conss, 0 impls, 9520 clqs, 0 implints
94.26/94.66	c (round 33, exhaustive) 464 del vars, 2484 del conss, 894 add conss, 5 chg bounds, 702 chg sides, 12935 chg coeffs, 8822 upgd conss, 0 impls, 9523 clqs, 0 implints
94.26/94.68	c (round 34, exhaustive) 464 del vars, 4107 del conss, 894 add conss, 5 chg bounds, 702 chg sides, 12935 chg coeffs, 8822 upgd conss, 0 impls, 9523 clqs, 0 implints
94.26/94.70	c    (0.7s) running MILP presolver
94.36/94.72	c    (0.7s) MILP presolver (3 rounds): 1 aggregations, 6 fixings, 0 bound changes
94.36/94.72	c (round 35, medium)     471 del vars, 4115 del conss, 897 add conss, 5 chg bounds, 702 chg sides, 12943 chg coeffs, 8822 upgd conss, 0 impls, 9509 clqs, 0 implints
94.36/94.72	c (round 36, fast)       471 del vars, 4117 del conss, 915 add conss, 5 chg bounds, 702 chg sides, 12943 chg coeffs, 8822 upgd conss, 0 impls, 9514 clqs, 0 implints
94.36/94.73	c (round 37, exhaustive) 471 del vars, 4117 del conss, 915 add conss, 5 chg bounds, 703 chg sides, 12944 chg coeffs, 8842 upgd conss, 0 impls, 9514 clqs, 0 implints
94.36/94.74	c (round 38, exhaustive) 471 del vars, 4133 del conss, 915 add conss, 5 chg bounds, 703 chg sides, 12946 chg coeffs, 8842 upgd conss, 0 impls, 9515 clqs, 0 implints
94.56/94.99	c (round 39, exhaustive) 497 del vars, 4133 del conss, 915 add conss, 5 chg bounds, 703 chg sides, 13016 chg coeffs, 8842 upgd conss, 0 impls, 11196 clqs, 0 implints
94.56/94.99	c (round 40, fast)       497 del vars, 4160 del conss, 954 add conss, 5 chg bounds, 703 chg sides, 13016 chg coeffs, 8842 upgd conss, 0 impls, 11198 clqs, 0 implints
94.56/95.00	c (round 41, exhaustive) 500 del vars, 4160 del conss, 958 add conss, 5 chg bounds, 705 chg sides, 13038 chg coeffs, 8842 upgd conss, 0 impls, 11199 clqs, 0 implints
94.56/95.01	c (round 42, exhaustive) 500 del vars, 4161 del conss, 958 add conss, 5 chg bounds, 705 chg sides, 13040 chg coeffs, 8884 upgd conss, 0 impls, 11213 clqs, 0 implints
94.67/95.01	c (round 43, exhaustive) 500 del vars, 4204 del conss, 958 add conss, 5 chg bounds, 705 chg sides, 13040 chg coeffs, 8884 upgd conss, 0 impls, 11213 clqs, 0 implints
94.77/95.15	c (round 44, exhaustive) 528 del vars, 4204 del conss, 958 add conss, 5 chg bounds, 705 chg sides, 13070 chg coeffs, 8884 upgd conss, 0 impls, 12561 clqs, 0 implints
94.77/95.15	c (round 45, fast)       528 del vars, 4237 del conss, 996 add conss, 5 chg bounds, 705 chg sides, 13073 chg coeffs, 8884 upgd conss, 0 impls, 12563 clqs, 0 implints
94.77/95.16	c (round 46, exhaustive) 528 del vars, 4238 del conss, 996 add conss, 5 chg bounds, 710 chg sides, 13077 chg coeffs, 8884 upgd conss, 0 impls, 12563 clqs, 0 implints
94.77/95.17	c (round 47, exhaustive) 528 del vars, 4238 del conss, 996 add conss, 5 chg bounds, 710 chg sides, 13077 chg coeffs, 8921 upgd conss, 0 impls, 12563 clqs, 0 implints
94.77/95.17	c (round 48, exhaustive) 528 del vars, 4244 del conss, 996 add conss, 5 chg bounds, 710 chg sides, 13077 chg coeffs, 8921 upgd conss, 0 impls, 12563 clqs, 0 implints
94.77/95.18	c (round 49, exhaustive) 528 del vars, 4273 del conss, 996 add conss, 5 chg bounds, 710 chg sides, 13077 chg coeffs, 8921 upgd conss, 0 impls, 12563 clqs, 0 implints
94.86/95.28	c (round 50, exhaustive) 553 del vars, 4273 del conss, 996 add conss, 5 chg bounds, 710 chg sides, 13188 chg coeffs, 8921 upgd conss, 0 impls, 13547 clqs, 0 implints
94.86/95.28	c (round 51, fast)       553 del vars, 4301 del conss, 1039 add conss, 5 chg bounds, 710 chg sides, 13190 chg coeffs, 8921 upgd conss, 0 impls, 13551 clqs, 0 implints
94.86/95.29	c (round 52, exhaustive) 553 del vars, 4302 del conss, 1039 add conss, 5 chg bounds, 712 chg sides, 13194 chg coeffs, 8962 upgd conss, 0 impls, 13551 clqs, 0 implints
94.96/95.30	c (round 53, exhaustive) 553 del vars, 4308 del conss, 1039 add conss, 5 chg bounds, 712 chg sides, 13194 chg coeffs, 8962 upgd conss, 0 impls, 13551 clqs, 0 implints
94.96/95.30	c (round 54, exhaustive) 553 del vars, 4349 del conss, 1039 add conss, 5 chg bounds, 712 chg sides, 13194 chg coeffs, 8962 upgd conss, 0 impls, 13551 clqs, 0 implints
94.96/95.36	c (round 55, exhaustive) 579 del vars, 4349 del conss, 1039 add conss, 5 chg bounds, 712 chg sides, 13196 chg coeffs, 8962 upgd conss, 0 impls, 14234 clqs, 0 implints
94.96/95.36	c (round 56, fast)       579 del vars, 4381 del conss, 1087 add conss, 5 chg bounds, 712 chg sides, 13198 chg coeffs, 8962 upgd conss, 0 impls, 14236 clqs, 0 implints
94.96/95.37	c (round 57, exhaustive) 579 del vars, 4382 del conss, 1087 add conss, 5 chg bounds, 717 chg sides, 13210 chg coeffs, 8962 upgd conss, 0 impls, 14236 clqs, 0 implints
94.96/95.37	c (round 58, exhaustive) 579 del vars, 4382 del conss, 1087 add conss, 5 chg bounds, 717 chg sides, 13210 chg coeffs, 9007 upgd conss, 0 impls, 14237 clqs, 0 implints
94.96/95.38	c (round 59, exhaustive) 579 del vars, 4421 del conss, 1087 add conss, 5 chg bounds, 717 chg sides, 13210 chg coeffs, 9007 upgd conss, 0 impls, 14237 clqs, 0 implints
95.26/95.61	c (round 60, exhaustive) 606 del vars, 4421 del conss, 1087 add conss, 5 chg bounds, 717 chg sides, 13312 chg coeffs, 9007 upgd conss, 0 impls, 16537 clqs, 0 implints
95.26/95.61	c (round 61, fast)       606 del vars, 4454 del conss, 1143 add conss, 5 chg bounds, 719 chg sides, 13316 chg coeffs, 9007 upgd conss, 0 impls, 16542 clqs, 0 implints
95.26/95.62	c (round 62, exhaustive) 607 del vars, 4458 del conss, 1147 add conss, 5 chg bounds, 723 chg sides, 13334 chg coeffs, 9007 upgd conss, 0 impls, 16541 clqs, 0 implints
95.26/95.63	c (round 63, exhaustive) 607 del vars, 4459 del conss, 1147 add conss, 5 chg bounds, 723 chg sides, 13334 chg coeffs, 9064 upgd conss, 0 impls, 16545 clqs, 0 implints
95.26/95.63	c (round 64, exhaustive) 607 del vars, 4511 del conss, 1147 add conss, 5 chg bounds, 723 chg sides, 13334 chg coeffs, 9064 upgd conss, 0 impls, 16545 clqs, 0 implints
95.46/95.88	c (round 65, exhaustive) 637 del vars, 4511 del conss, 1147 add conss, 5 chg bounds, 723 chg sides, 13414 chg coeffs, 9064 upgd conss, 0 impls, 17757 clqs, 0 implints
95.46/95.88	c (round 66, fast)       637 del vars, 4542 del conss, 1198 add conss, 5 chg bounds, 723 chg sides, 13417 chg coeffs, 9064 upgd conss, 0 impls, 17759 clqs, 0 implints
95.46/95.89	c (round 67, exhaustive) 637 del vars, 4543 del conss, 1198 add conss, 5 chg bounds, 727 chg sides, 13435 chg coeffs, 9110 upgd conss, 0 impls, 17759 clqs, 0 implints
95.46/95.89	c (round 68, exhaustive) 637 del vars, 4587 del conss, 1198 add conss, 5 chg bounds, 727 chg sides, 13435 chg coeffs, 9110 upgd conss, 0 impls, 17759 clqs, 0 implints
95.67/96.07	c    (2.1s) probing: 1000/6634 (15.1%) - 263 fixings, 3 aggregations, 12504 implications, 0 bound changes
95.67/96.07	c (round 69, exhaustive) 664 del vars, 4587 del conss, 1198 add conss, 5 chg bounds, 727 chg sides, 13487 chg coeffs, 9110 upgd conss, 0 impls, 19156 clqs, 0 implints
95.67/96.08	c (round 70, fast)       664 del vars, 4618 del conss, 1255 add conss, 5 chg bounds, 727 chg sides, 13493 chg coeffs, 9110 upgd conss, 0 impls, 19156 clqs, 0 implints
95.67/96.08	c (round 71, exhaustive) 664 del vars, 4618 del conss, 1255 add conss, 5 chg bounds, 738 chg sides, 13517 chg coeffs, 9110 upgd conss, 0 impls, 19156 clqs, 0 implints
95.67/96.09	c (round 72, exhaustive) 664 del vars, 4618 del conss, 1255 add conss, 5 chg bounds, 738 chg sides, 13517 chg coeffs, 9167 upgd conss, 0 impls, 19156 clqs, 0 implints
95.67/96.09	c (round 73, exhaustive) 664 del vars, 4667 del conss, 1255 add conss, 5 chg bounds, 738 chg sides, 13517 chg coeffs, 9167 upgd conss, 0 impls, 19156 clqs, 0 implints
95.86/96.23	c (round 74, exhaustive) 691 del vars, 4667 del conss, 1255 add conss, 5 chg bounds, 738 chg sides, 13626 chg coeffs, 9167 upgd conss, 0 impls, 19940 clqs, 0 implints
95.86/96.23	c (round 75, fast)       693 del vars, 4700 del conss, 1315 add conss, 5 chg bounds, 739 chg sides, 13630 chg coeffs, 9167 upgd conss, 0 impls, 19944 clqs, 0 implints
95.86/96.23	c (round 76, fast)       693 del vars, 4700 del conss, 1315 add conss, 5 chg bounds, 745 chg sides, 13648 chg coeffs, 9167 upgd conss, 0 impls, 19944 clqs, 0 implints
95.86/96.23	c (round 77, exhaustive) 693 del vars, 4704 del conss, 1315 add conss, 5 chg bounds, 753 chg sides, 13648 chg coeffs, 9167 upgd conss, 0 impls, 19944 clqs, 0 implints
95.86/96.24	c (round 78, exhaustive) 693 del vars, 4704 del conss, 1315 add conss, 5 chg bounds, 753 chg sides, 13648 chg coeffs, 9223 upgd conss, 0 impls, 19944 clqs, 0 implints
95.86/96.24	c (round 79, exhaustive) 693 del vars, 4753 del conss, 1315 add conss, 5 chg bounds, 753 chg sides, 13648 chg coeffs, 9223 upgd conss, 0 impls, 19944 clqs, 0 implints
95.96/96.36	c (round 80, exhaustive) 719 del vars, 4753 del conss, 1315 add conss, 5 chg bounds, 753 chg sides, 13792 chg coeffs, 9223 upgd conss, 0 impls, 20460 clqs, 0 implints
95.96/96.36	c (round 81, fast)       719 del vars, 4783 del conss, 1365 add conss, 5 chg bounds, 754 chg sides, 13794 chg coeffs, 9223 upgd conss, 0 impls, 20466 clqs, 0 implints
95.96/96.37	c (round 82, exhaustive) 719 del vars, 4789 del conss, 1365 add conss, 5 chg bounds, 767 chg sides, 13815 chg coeffs, 9223 upgd conss, 0 impls, 20466 clqs, 0 implints
95.96/96.37	c (round 83, exhaustive) 719 del vars, 4789 del conss, 1365 add conss, 5 chg bounds, 767 chg sides, 13815 chg coeffs, 9268 upgd conss, 0 impls, 20466 clqs, 0 implints
95.96/96.38	c (round 84, exhaustive) 719 del vars, 4831 del conss, 1365 add conss, 5 chg bounds, 767 chg sides, 13815 chg coeffs, 9268 upgd conss, 0 impls, 20466 clqs, 0 implints
96.16/96.51	c (round 85, exhaustive) 744 del vars, 4831 del conss, 1365 add conss, 5 chg bounds, 767 chg sides, 13875 chg coeffs, 9268 upgd conss, 0 impls, 21172 clqs, 0 implints
96.16/96.51	c (round 86, fast)       744 del vars, 4858 del conss, 1420 add conss, 5 chg bounds, 767 chg sides, 13876 chg coeffs, 9268 upgd conss, 0 impls, 21174 clqs, 0 implints
96.16/96.51	c (round 87, fast)       744 del vars, 4858 del conss, 1420 add conss, 5 chg bounds, 773 chg sides, 13898 chg coeffs, 9268 upgd conss, 0 impls, 21174 clqs, 0 implints
96.16/96.52	c (round 88, exhaustive) 744 del vars, 4862 del conss, 1420 add conss, 5 chg bounds, 782 chg sides, 13903 chg coeffs, 9268 upgd conss, 0 impls, 21174 clqs, 0 implints
96.16/96.53	c (round 89, exhaustive) 744 del vars, 4862 del conss, 1420 add conss, 5 chg bounds, 782 chg sides, 13904 chg coeffs, 9319 upgd conss, 0 impls, 21174 clqs, 0 implints
96.16/96.53	c (round 90, exhaustive) 744 del vars, 4910 del conss, 1420 add conss, 5 chg bounds, 782 chg sides, 13904 chg coeffs, 9319 upgd conss, 0 impls, 21174 clqs, 0 implints
96.26/96.68	c (round 91, exhaustive) 771 del vars, 4910 del conss, 1420 add conss, 5 chg bounds, 782 chg sides, 13924 chg coeffs, 9319 upgd conss, 0 impls, 21594 clqs, 0 implints
96.26/96.69	c (round 92, fast)       773 del vars, 4938 del conss, 1488 add conss, 5 chg bounds, 782 chg sides, 13924 chg coeffs, 9319 upgd conss, 0 impls, 21594 clqs, 0 implints
96.26/96.69	c (round 93, medium)     773 del vars, 4938 del conss, 1489 add conss, 5 chg bounds, 787 chg sides, 13946 chg coeffs, 9319 upgd conss, 0 impls, 21595 clqs, 0 implints
96.36/96.70	c (round 94, exhaustive) 773 del vars, 4943 del conss, 1489 add conss, 5 chg bounds, 799 chg sides, 13946 chg coeffs, 9319 upgd conss, 0 impls, 21595 clqs, 0 implints
96.36/96.70	c (round 95, exhaustive) 773 del vars, 4943 del conss, 1489 add conss, 5 chg bounds, 799 chg sides, 13946 chg coeffs, 9383 upgd conss, 0 impls, 21595 clqs, 0 implints
96.36/96.71	c (round 96, exhaustive) 773 del vars, 4997 del conss, 1489 add conss, 5 chg bounds, 799 chg sides, 13946 chg coeffs, 9383 upgd conss, 0 impls, 21595 clqs, 0 implints
96.46/96.82	c (round 97, exhaustive) 799 del vars, 4998 del conss, 1489 add conss, 5 chg bounds, 799 chg sides, 14067 chg coeffs, 9383 upgd conss, 0 impls, 21729 clqs, 0 implints
96.46/96.82	c (round 98, fast)       799 del vars, 5029 del conss, 1544 add conss, 5 chg bounds, 799 chg sides, 14067 chg coeffs, 9383 upgd conss, 0 impls, 21734 clqs, 0 implints
96.46/96.83	c (round 99, exhaustive) 799 del vars, 5030 del conss, 1544 add conss, 5 chg bounds, 809 chg sides, 14095 chg coeffs, 9383 upgd conss, 0 impls, 21734 clqs, 0 implints
96.46/96.83	c (round 100, exhaustive) 799 del vars, 5030 del conss, 1544 add conss, 5 chg bounds, 809 chg sides, 14095 chg coeffs, 9435 upgd conss, 0 impls, 21734 clqs, 0 implints
96.46/96.84	c (round 101, exhaustive) 799 del vars, 5076 del conss, 1544 add conss, 5 chg bounds, 809 chg sides, 14095 chg coeffs, 9435 upgd conss, 0 impls, 21734 clqs, 0 implints
96.67/97.02	c (round 102, exhaustive) 825 del vars, 5076 del conss, 1544 add conss, 5 chg bounds, 809 chg sides, 14207 chg coeffs, 9435 upgd conss, 0 impls, 21702 clqs, 0 implints
96.67/97.02	c (round 103, fast)       826 del vars, 5109 del conss, 1592 add conss, 5 chg bounds, 809 chg sides, 14207 chg coeffs, 9435 upgd conss, 0 impls, 21706 clqs, 0 implints
96.67/97.03	c (round 104, exhaustive) 826 del vars, 5113 del conss, 1592 add conss, 5 chg bounds, 821 chg sides, 14235 chg coeffs, 9435 upgd conss, 0 impls, 21706 clqs, 0 implints
96.67/97.03	c (round 105, exhaustive) 826 del vars, 5113 del conss, 1592 add conss, 5 chg bounds, 821 chg sides, 14235 chg coeffs, 9479 upgd conss, 0 impls, 21706 clqs, 0 implints
96.67/97.04	c (round 106, exhaustive) 826 del vars, 5151 del conss, 1592 add conss, 5 chg bounds, 821 chg sides, 14235 chg coeffs, 9479 upgd conss, 0 impls, 21706 clqs, 0 implints
96.77/97.16	c (round 107, exhaustive) 852 del vars, 5151 del conss, 1592 add conss, 5 chg bounds, 821 chg sides, 14331 chg coeffs, 9479 upgd conss, 0 impls, 21769 clqs, 0 implints
96.77/97.16	c (round 108, fast)       852 del vars, 5180 del conss, 1654 add conss, 5 chg bounds, 821 chg sides, 14331 chg coeffs, 9479 upgd conss, 0 impls, 21772 clqs, 0 implints
96.77/97.16	c (round 109, exhaustive) 852 del vars, 5184 del conss, 1654 add conss, 5 chg bounds, 832 chg sides, 14362 chg coeffs, 9479 upgd conss, 0 impls, 21772 clqs, 0 implints
96.77/97.17	c (round 110, exhaustive) 852 del vars, 5184 del conss, 1654 add conss, 5 chg bounds, 832 chg sides, 14362 chg coeffs, 9537 upgd conss, 0 impls, 21772 clqs, 0 implints
96.77/97.17	c (round 111, exhaustive) 852 del vars, 5235 del conss, 1654 add conss, 5 chg bounds, 832 chg sides, 14362 chg coeffs, 9537 upgd conss, 0 impls, 21772 clqs, 0 implints
96.96/97.30	c (round 112, exhaustive) 877 del vars, 5235 del conss, 1654 add conss, 5 chg bounds, 832 chg sides, 14459 chg coeffs, 9537 upgd conss, 0 impls, 22546 clqs, 0 implints
96.96/97.30	c (round 113, fast)       877 del vars, 5264 del conss, 1727 add conss, 5 chg bounds, 832 chg sides, 14473 chg coeffs, 9537 upgd conss, 0 impls, 22554 clqs, 0 implints
96.96/97.31	c (round 114, medium)     880 del vars, 5270 del conss, 1733 add conss, 5 chg bounds, 839 chg sides, 14549 chg coeffs, 9537 upgd conss, 0 impls, 22502 clqs, 0 implints
96.96/97.31	c (round 115, fast)       884 del vars, 5280 del conss, 1737 add conss, 5 chg bounds, 839 chg sides, 14549 chg coeffs, 9537 upgd conss, 0 impls, 22496 clqs, 0 implints
96.96/97.31	c (round 116, medium)     884 del vars, 5282 del conss, 1741 add conss, 5 chg bounds, 843 chg sides, 14573 chg coeffs, 9537 upgd conss, 0 impls, 22498 clqs, 0 implints
96.96/97.32	c (round 117, exhaustive) 884 del vars, 5293 del conss, 1741 add conss, 5 chg bounds, 849 chg sides, 14626 chg coeffs, 9537 upgd conss, 0 impls, 22498 clqs, 0 implints
96.96/97.33	c (round 118, medium)     884 del vars, 5293 del conss, 1761 add conss, 5 chg bounds, 869 chg sides, 14670 chg coeffs, 9537 upgd conss, 0 impls, 22511 clqs, 0 implints
96.96/97.33	c (round 119, exhaustive) 884 del vars, 5299 del conss, 1761 add conss, 5 chg bounds, 869 chg sides, 14674 chg coeffs, 9537 upgd conss, 0 impls, 22511 clqs, 0 implints
96.96/97.34	c (round 120, exhaustive) 884 del vars, 5299 del conss, 1761 add conss, 5 chg bounds, 869 chg sides, 14678 chg coeffs, 9597 upgd conss, 0 impls, 22512 clqs, 0 implints
96.96/97.34	c (round 121, medium)     884 del vars, 5301 del conss, 1764 add conss, 5 chg bounds, 871 chg sides, 14694 chg coeffs, 9597 upgd conss, 0 impls, 22527 clqs, 0 implints
96.96/97.35	c (round 122, exhaustive) 884 del vars, 5356 del conss, 1764 add conss, 5 chg bounds, 871 chg sides, 14696 chg coeffs, 9597 upgd conss, 0 impls, 22527 clqs, 0 implints
96.96/97.36	c (round 123, exhaustive) 896 del vars, 5364 del conss, 1764 add conss, 5 chg bounds, 871 chg sides, 14781 chg coeffs, 9597 upgd conss, 0 impls, 22407 clqs, 0 implints
96.96/97.36	c (round 124, fast)       908 del vars, 5374 del conss, 1770 add conss, 5 chg bounds, 871 chg sides, 14792 chg coeffs, 9597 upgd conss, 0 impls, 22428 clqs, 0 implints
96.96/97.36	c (round 125, exhaustive) 908 del vars, 5375 del conss, 1770 add conss, 5 chg bounds, 872 chg sides, 14794 chg coeffs, 9602 upgd conss, 0 impls, 22429 clqs, 0 implints
96.96/97.37	c (round 126, exhaustive) 908 del vars, 5380 del conss, 1771 add conss, 5 chg bounds, 872 chg sides, 14795 chg coeffs, 9602 upgd conss, 0 impls, 22431 clqs, 0 implints
97.06/97.40	c (round 127, exhaustive) 934 del vars, 5380 del conss, 1771 add conss, 5 chg bounds, 872 chg sides, 14798 chg coeffs, 9602 upgd conss, 0 impls, 22935 clqs, 0 implints
97.06/97.40	c (round 128, fast)       935 del vars, 5404 del conss, 1797 add conss, 5 chg bounds, 872 chg sides, 14812 chg coeffs, 9602 upgd conss, 0 impls, 22938 clqs, 0 implints
97.06/97.41	c (round 129, medium)     935 del vars, 5417 del conss, 1809 add conss, 5 chg bounds, 887 chg sides, 14911 chg coeffs, 9602 upgd conss, 0 impls, 22942 clqs, 0 implints
97.06/97.42	c (round 130, exhaustive) 935 del vars, 5425 del conss, 1809 add conss, 5 chg bounds, 890 chg sides, 14919 chg coeffs, 9602 upgd conss, 0 impls, 22942 clqs, 0 implints
97.06/97.42	c (round 131, exhaustive) 935 del vars, 5428 del conss, 1810 add conss, 5 chg bounds, 890 chg sides, 14920 chg coeffs, 9616 upgd conss, 0 impls, 22942 clqs, 0 implints
97.06/97.43	c (round 132, exhaustive) 935 del vars, 5441 del conss, 1810 add conss, 5 chg bounds, 890 chg sides, 14921 chg coeffs, 9616 upgd conss, 0 impls, 22943 clqs, 0 implints
97.06/97.49	c (round 133, exhaustive) 962 del vars, 5443 del conss, 1811 add conss, 5 chg bounds, 890 chg sides, 14962 chg coeffs, 9616 upgd conss, 0 impls, 27161 clqs, 0 implints
97.06/97.49	c (round 134, fast)       962 del vars, 5468 del conss, 1851 add conss, 5 chg bounds, 890 chg sides, 14972 chg coeffs, 9616 upgd conss, 0 impls, 27171 clqs, 0 implints
97.16/97.50	c (round 135, medium)     965 del vars, 5470 del conss, 1853 add conss, 5 chg bounds, 896 chg sides, 14995 chg coeffs, 9616 upgd conss, 0 impls, 27042 clqs, 0 implints
97.16/97.50	c (round 136, fast)       968 del vars, 5477 del conss, 1855 add conss, 5 chg bounds, 896 chg sides, 14995 chg coeffs, 9616 upgd conss, 0 impls, 27016 clqs, 0 implints
97.16/97.50	c (round 137, medium)     968 del vars, 5484 del conss, 1861 add conss, 5 chg bounds, 902 chg sides, 15029 chg coeffs, 9616 upgd conss, 0 impls, 27020 clqs, 0 implints
97.16/97.52	c (round 138, exhaustive) 968 del vars, 5496 del conss, 1861 add conss, 5 chg bounds, 907 chg sides, 15142 chg coeffs, 9616 upgd conss, 0 impls, 27020 clqs, 0 implints
97.16/97.52	c (round 139, medium)     968 del vars, 5504 del conss, 1870 add conss, 5 chg bounds, 915 chg sides, 15224 chg coeffs, 9616 upgd conss, 0 impls, 27068 clqs, 0 implints
97.16/97.53	c (round 140, exhaustive) 968 del vars, 5507 del conss, 1872 add conss, 5 chg bounds, 915 chg sides, 15312 chg coeffs, 9645 upgd conss, 0 impls, 27070 clqs, 0 implints
97.16/97.54	c (round 141, exhaustive) 968 del vars, 5536 del conss, 1872 add conss, 5 chg bounds, 915 chg sides, 15373 chg coeffs, 9645 upgd conss, 0 impls, 27127 clqs, 0 implints
97.16/97.59	c (round 142, exhaustive) 994 del vars, 5537 del conss, 1873 add conss, 5 chg bounds, 915 chg sides, 15450 chg coeffs, 9645 upgd conss, 0 impls, 29582 clqs, 0 implints
97.16/97.59	c (round 143, fast)       994 del vars, 5563 del conss, 1920 add conss, 5 chg bounds, 915 chg sides, 15456 chg coeffs, 9645 upgd conss, 0 impls, 29594 clqs, 0 implints
97.26/97.60	c (round 144, medium)     994 del vars, 5571 del conss, 1932 add conss, 5 chg bounds, 931 chg sides, 15601 chg coeffs, 9645 upgd conss, 0 impls, 29693 clqs, 0 implints
97.26/97.62	c (round 145, exhaustive) 994 del vars, 5576 del conss, 1932 add conss, 5 chg bounds, 935 chg sides, 15742 chg coeffs, 9645 upgd conss, 0 impls, 29693 clqs, 0 implints
97.26/97.63	c (round 146, exhaustive) 994 del vars, 5578 del conss, 1934 add conss, 5 chg bounds, 935 chg sides, 15834 chg coeffs, 9676 upgd conss, 0 impls, 29779 clqs, 0 implints
97.26/97.64	c (round 147, exhaustive) 994 del vars, 5607 del conss, 1936 add conss, 5 chg bounds, 935 chg sides, 15877 chg coeffs, 9676 upgd conss, 0 impls, 29865 clqs, 0 implints
97.26/97.64	c (round 148, fast)       994 del vars, 5610 del conss, 1939 add conss, 5 chg bounds, 935 chg sides, 15877 chg coeffs, 9676 upgd conss, 0 impls, 29868 clqs, 0 implints
97.26/97.65	c (round 149, exhaustive) 994 del vars, 5640 del conss, 1939 add conss, 5 chg bounds, 935 chg sides, 15909 chg coeffs, 9676 upgd conss, 0 impls, 29884 clqs, 0 implints
97.26/97.65	c (round 150, fast)       994 del vars, 5643 del conss, 1942 add conss, 5 chg bounds, 935 chg sides, 15909 chg coeffs, 9676 upgd conss, 0 impls, 29887 clqs, 0 implints
97.26/97.66	c (round 151, exhaustive) 1007 del vars, 5645 del conss, 1942 add conss, 5 chg bounds, 935 chg sides, 15982 chg coeffs, 9676 upgd conss, 0 impls, 29494 clqs, 0 implints
97.26/97.66	c (round 152, fast)       1020 del vars, 5663 del conss, 1962 add conss, 5 chg bounds, 935 chg sides, 15982 chg coeffs, 9676 upgd conss, 0 impls, 29511 clqs, 0 implints
97.26/97.67	c (round 153, medium)     1020 del vars, 5671 del conss, 1975 add conss, 5 chg bounds, 948 chg sides, 16156 chg coeffs, 9676 upgd conss, 0 impls, 29547 clqs, 0 implints
97.26/97.67	c (round 154, fast)       1020 del vars, 5674 del conss, 1978 add conss, 5 chg bounds, 948 chg sides, 16156 chg coeffs, 9676 upgd conss, 0 impls, 29550 clqs, 0 implints
97.26/97.68	c (round 155, exhaustive) 1020 del vars, 5676 del conss, 1978 add conss, 5 chg bounds, 948 chg sides, 16169 chg coeffs, 9681 upgd conss, 0 impls, 29550 clqs, 0 implints
97.26/97.69	c (round 156, exhaustive) 1020 del vars, 5681 del conss, 1980 add conss, 5 chg bounds, 948 chg sides, 16179 chg coeffs, 9681 upgd conss, 0 impls, 29560 clqs, 0 implints
97.26/97.69	c (round 157, exhaustive) 1020 del vars, 5698 del conss, 1982 add conss, 5 chg bounds, 948 chg sides, 16183 chg coeffs, 9681 upgd conss, 0 impls, 29564 clqs, 0 implints
97.36/97.79	c    (3.8s) probing: 2000/6634 (30.1%) - 542 fixings, 33 aggregations, 27742 implications, 0 bound changes
97.46/97.83	c (round 158, exhaustive) 1045 del vars, 5698 del conss, 1982 add conss, 5 chg bounds, 948 chg sides, 16261 chg coeffs, 9681 upgd conss, 0 impls, 29738 clqs, 0 implints
97.46/97.83	c (round 159, fast)       1046 del vars, 5718 del conss, 2029 add conss, 5 chg bounds, 948 chg sides, 16273 chg coeffs, 9681 upgd conss, 0 impls, 29746 clqs, 0 implints
97.46/97.84	c (round 160, fast)       1046 del vars, 5718 del conss, 2029 add conss, 5 chg bounds, 955 chg sides, 16284 chg coeffs, 9681 upgd conss, 0 impls, 29746 clqs, 0 implints
97.46/97.84	c (round 161, medium)     1046 del vars, 5729 del conss, 2037 add conss, 5 chg bounds, 963 chg sides, 16388 chg coeffs, 9681 upgd conss, 0 impls, 29748 clqs, 0 implints
97.46/97.86	c (round 162, exhaustive) 1046 del vars, 5737 del conss, 2037 add conss, 5 chg bounds, 970 chg sides, 16419 chg coeffs, 9681 upgd conss, 0 impls, 29748 clqs, 0 implints
97.46/97.86	c (round 163, medium)     1046 del vars, 5739 del conss, 2039 add conss, 5 chg bounds, 972 chg sides, 16449 chg coeffs, 9681 upgd conss, 0 impls, 29787 clqs, 0 implints
97.46/97.87	c (round 164, exhaustive) 1046 del vars, 5739 del conss, 2039 add conss, 5 chg bounds, 972 chg sides, 16459 chg coeffs, 9714 upgd conss, 0 impls, 29787 clqs, 0 implints
97.46/97.87	c (round 165, exhaustive) 1046 del vars, 5773 del conss, 2039 add conss, 5 chg bounds, 972 chg sides, 16462 chg coeffs, 9714 upgd conss, 0 impls, 29832 clqs, 0 implints
97.46/97.88	c (round 166, exhaustive) 1051 del vars, 5780 del conss, 2039 add conss, 5 chg bounds, 972 chg sides, 16502 chg coeffs, 9714 upgd conss, 0 impls, 29620 clqs, 0 implints
97.46/97.88	c (round 167, fast)       1056 del vars, 5783 del conss, 2042 add conss, 5 chg bounds, 972 chg sides, 16505 chg coeffs, 9714 upgd conss, 0 impls, 29625 clqs, 0 implints
97.46/97.89	c (round 168, exhaustive) 1056 del vars, 5788 del conss, 2042 add conss, 5 chg bounds, 972 chg sides, 16509 chg coeffs, 9717 upgd conss, 0 impls, 29625 clqs, 0 implints
97.68/98.02	c (round 169, exhaustive) 1081 del vars, 5789 del conss, 2043 add conss, 5 chg bounds, 972 chg sides, 16511 chg coeffs, 9717 upgd conss, 0 impls, 33041 clqs, 0 implints
97.68/98.02	c (round 170, fast)       1081 del vars, 5813 del conss, 2080 add conss, 5 chg bounds, 972 chg sides, 16520 chg coeffs, 9717 upgd conss, 0 impls, 33041 clqs, 0 implints
97.68/98.03	c (round 171, medium)     1082 del vars, 5824 del conss, 2091 add conss, 5 chg bounds, 987 chg sides, 16668 chg coeffs, 9717 upgd conss, 0 impls, 33014 clqs, 0 implints
97.68/98.03	c (round 172, fast)       1083 del vars, 5830 del conss, 2093 add conss, 5 chg bounds, 987 chg sides, 16668 chg coeffs, 9717 upgd conss, 0 impls, 33014 clqs, 0 implints
97.68/98.04	c (round 173, exhaustive) 1083 del vars, 5835 del conss, 2093 add conss, 5 chg bounds, 989 chg sides, 16821 chg coeffs, 9717 upgd conss, 0 impls, 33015 clqs, 0 implints
97.68/98.05	c (round 174, medium)     1083 del vars, 5847 del conss, 2109 add conss, 5 chg bounds, 1003 chg sides, 16986 chg coeffs, 9717 upgd conss, 0 impls, 33101 clqs, 0 implints
97.68/98.06	c (round 175, exhaustive) 1083 del vars, 5847 del conss, 2109 add conss, 5 chg bounds, 1003 chg sides, 17055 chg coeffs, 9746 upgd conss, 0 impls, 33101 clqs, 0 implints
97.68/98.07	c (round 176, exhaustive) 1083 del vars, 5878 del conss, 2109 add conss, 5 chg bounds, 1003 chg sides, 17108 chg coeffs, 9746 upgd conss, 0 impls, 33215 clqs, 0 implints
97.68/98.08	c (round 177, exhaustive) 1088 del vars, 5880 del conss, 2110 add conss, 5 chg bounds, 1003 chg sides, 17173 chg coeffs, 9746 upgd conss, 0 impls, 33100 clqs, 0 implints
97.68/98.08	c (round 178, fast)       1093 del vars, 5884 del conss, 2113 add conss, 5 chg bounds, 1003 chg sides, 17174 chg coeffs, 9746 upgd conss, 0 impls, 33103 clqs, 0 implints
97.68/98.09	c (round 179, exhaustive) 1093 del vars, 5884 del conss, 2114 add conss, 5 chg bounds, 1004 chg sides, 17208 chg coeffs, 9749 upgd conss, 0 impls, 33107 clqs, 0 implints
98.46/98.80	c    (4.8s) probing: 2780/6634 (41.9%) - 565 fixings, 54 aggregations, 34816 implications, 0 bound changes
98.46/98.80	c    (4.8s) probing aborted: 50/50 successive totally useless probings
98.46/98.80	c (round 180, exhaustive) 1111 del vars, 5887 del conss, 2114 add conss, 5 chg bounds, 1004 chg sides, 17232 chg coeffs, 9749 upgd conss, 0 impls, 34215 clqs, 0 implints
98.46/98.80	c (round 181, fast)       1111 del vars, 5896 del conss, 2186 add conss, 5 chg bounds, 1004 chg sides, 17232 chg coeffs, 9749 upgd conss, 0 impls, 34215 clqs, 0 implints
98.46/98.80	c (round 182, fast)       1111 del vars, 5896 del conss, 2186 add conss, 5 chg bounds, 1011 chg sides, 17247 chg coeffs, 9749 upgd conss, 0 impls, 34215 clqs, 0 implints
98.46/98.80	c (round 183, medium)     1111 del vars, 5899 del conss, 2190 add conss, 5 chg bounds, 1015 chg sides, 17299 chg coeffs, 9749 upgd conss, 0 impls, 34221 clqs, 0 implints
98.46/98.82	c (round 184, exhaustive) 1111 del vars, 5903 del conss, 2190 add conss, 5 chg bounds, 1019 chg sides, 17363 chg coeffs, 9749 upgd conss, 0 impls, 34221 clqs, 0 implints
98.46/98.82	c (round 185, medium)     1111 del vars, 5911 del conss, 2218 add conss, 5 chg bounds, 1045 chg sides, 17551 chg coeffs, 9749 upgd conss, 0 impls, 34334 clqs, 0 implints
98.46/98.83	c (round 186, exhaustive) 1111 del vars, 5915 del conss, 2218 add conss, 5 chg bounds, 1045 chg sides, 17595 chg coeffs, 9814 upgd conss, 0 impls, 34334 clqs, 0 implints
98.46/98.84	c (round 187, exhaustive) 1111 del vars, 5982 del conss, 2220 add conss, 5 chg bounds, 1045 chg sides, 17626 chg coeffs, 9814 upgd conss, 0 impls, 34384 clqs, 0 implints
98.46/98.84	c (round 188, fast)       1111 del vars, 5991 del conss, 2229 add conss, 5 chg bounds, 1045 chg sides, 17626 chg coeffs, 9814 upgd conss, 0 impls, 34393 clqs, 0 implints
98.46/98.85	c (round 189, exhaustive) 1111 del vars, 6010 del conss, 2229 add conss, 5 chg bounds, 1045 chg sides, 17642 chg coeffs, 9814 upgd conss, 0 impls, 34415 clqs, 0 implints
98.56/98.95	c    (4.9s) sparsify aborted: 8/77449 (0.0%) nonzeros canceled - in total 8 canceled nonzeros, 8 changed coefficients, 0 added nonzeros
98.67/99.06	c (round 190, exhaustive) 1136 del vars, 6010 del conss, 2229 add conss, 5 chg bounds, 1045 chg sides, 17691 chg coeffs, 9814 upgd conss, 0 impls, 37984 clqs, 0 implints
98.67/99.06	c (round 191, fast)       1136 del vars, 6045 del conss, 2303 add conss, 5 chg bounds, 1045 chg sides, 17691 chg coeffs, 9814 upgd conss, 0 impls, 37990 clqs, 0 implints
98.67/99.09	c (round 192, exhaustive) 1137 del vars, 6050 del conss, 2303 add conss, 5 chg bounds, 1054 chg sides, 17844 chg coeffs, 9814 upgd conss, 0 impls, 37968 clqs, 0 implints
98.67/99.10	c (round 193, exhaustive) 1137 del vars, 6050 del conss, 2303 add conss, 5 chg bounds, 1054 chg sides, 17855 chg coeffs, 9880 upgd conss, 0 impls, 38040 clqs, 0 implints
98.67/99.11	c (round 194, exhaustive) 1137 del vars, 6107 del conss, 2303 add conss, 5 chg bounds, 1054 chg sides, 17865 chg coeffs, 9880 upgd conss, 0 impls, 38041 clqs, 0 implints
98.86/99.26	c (round 195, exhaustive) 1163 del vars, 6108 del conss, 2304 add conss, 5 chg bounds, 1054 chg sides, 18041 chg coeffs, 9880 upgd conss, 0 impls, 39372 clqs, 0 implints
98.86/99.26	c (round 196, fast)       1163 del vars, 6133 del conss, 2370 add conss, 5 chg bounds, 1054 chg sides, 18041 chg coeffs, 9880 upgd conss, 0 impls, 39378 clqs, 0 implints
98.86/99.29	c (round 197, exhaustive) 1163 del vars, 6140 del conss, 2371 add conss, 5 chg bounds, 1056 chg sides, 18124 chg coeffs, 9880 upgd conss, 0 impls, 39378 clqs, 0 implints
98.86/99.29	c (round 198, exhaustive) 1163 del vars, 6140 del conss, 2371 add conss, 5 chg bounds, 1056 chg sides, 18124 chg coeffs, 9936 upgd conss, 0 impls, 39379 clqs, 0 implints
98.96/99.30	c (round 199, exhaustive) 1163 del vars, 6187 del conss, 2371 add conss, 5 chg bounds, 1056 chg sides, 18124 chg coeffs, 9936 upgd conss, 0 impls, 39380 clqs, 0 implints
98.96/99.35	c (round 200, exhaustive) 1190 del vars, 6188 del conss, 2371 add conss, 5 chg bounds, 1056 chg sides, 18276 chg coeffs, 9936 upgd conss, 0 impls, 38962 clqs, 0 implints
98.96/99.35	c (round 201, fast)       1192 del vars, 6192 del conss, 2424 add conss, 5 chg bounds, 1056 chg sides, 18276 chg coeffs, 9936 upgd conss, 0 impls, 38943 clqs, 0 implints
98.96/99.38	c (round 202, exhaustive) 1192 del vars, 6192 del conss, 2424 add conss, 5 chg bounds, 1061 chg sides, 18343 chg coeffs, 9936 upgd conss, 0 impls, 38943 clqs, 0 implints
98.96/99.38	c (round 203, exhaustive) 1192 del vars, 6192 del conss, 2424 add conss, 5 chg bounds, 1061 chg sides, 18343 chg coeffs, 9989 upgd conss, 0 impls, 38943 clqs, 0 implints
98.96/99.39	c (round 204, exhaustive) 1192 del vars, 6245 del conss, 2424 add conss, 5 chg bounds, 1061 chg sides, 18343 chg coeffs, 9989 upgd conss, 0 impls, 38943 clqs, 0 implints
99.06/99.45	c (round 205, exhaustive) 1217 del vars, 6245 del conss, 2424 add conss, 5 chg bounds, 1061 chg sides, 18343 chg coeffs, 9989 upgd conss, 0 impls, 38741 clqs, 0 implints
99.06/99.45	c (round 206, fast)       1217 del vars, 6271 del conss, 2496 add conss, 5 chg bounds, 1061 chg sides, 18343 chg coeffs, 9989 upgd conss, 0 impls, 38741 clqs, 0 implints
99.06/99.48	c (round 207, exhaustive) 1217 del vars, 6278 del conss, 2496 add conss, 5 chg bounds, 1071 chg sides, 18443 chg coeffs, 9989 upgd conss, 0 impls, 38741 clqs, 0 implints
99.06/99.49	c (round 208, exhaustive) 1217 del vars, 6278 del conss, 2496 add conss, 5 chg bounds, 1071 chg sides, 18447 chg coeffs, 10054 upgd conss, 0 impls, 38741 clqs, 0 implints
99.06/99.49	c (round 209, exhaustive) 1217 del vars, 6330 del conss, 2496 add conss, 5 chg bounds, 1071 chg sides, 18450 chg coeffs, 10054 upgd conss, 0 impls, 38741 clqs, 0 implints
99.16/99.59	c    (5.6s) sparsify aborted: 6/77352 (0.0%) nonzeros canceled - in total 14 canceled nonzeros, 14 changed coefficients, 0 added nonzeros
99.26/99.62	c    (5.6s) probing: 3000/6634 (45.2%) - 603 fixings, 120 aggregations, 53478 implications, 0 bound changes
100.16/100.50	c (round 210, exhaustive) 1242 del vars, 6330 del conss, 2496 add conss, 5 chg bounds, 1071 chg sides, 18698 chg coeffs, 10054 upgd conss, 0 impls, 52788 clqs, 0 implints
100.16/100.51	c (round 211, fast)       1244 del vars, 6359 del conss, 2588 add conss, 6 chg bounds, 1071 chg sides, 18704 chg coeffs, 10054 upgd conss, 0 impls, 52692 clqs, 0 implints
100.16/100.51	c (round 212, fast)       1244 del vars, 6359 del conss, 2589 add conss, 6 chg bounds, 1075 chg sides, 18808 chg coeffs, 10054 upgd conss, 0 impls, 52692 clqs, 0 implints
100.16/100.52	c (round 213, medium)     1245 del vars, 6364 del conss, 2595 add conss, 6 chg bounds, 1081 chg sides, 18896 chg coeffs, 10054 upgd conss, 0 impls, 52489 clqs, 0 implints
100.16/100.52	c (round 214, fast)       1259 del vars, 6382 del conss, 2598 add conss, 7 chg bounds, 1081 chg sides, 18896 chg coeffs, 10054 upgd conss, 0 impls, 52436 clqs, 0 implints
100.16/100.55	c (round 215, exhaustive) 1259 del vars, 6390 del conss, 2598 add conss, 7 chg bounds, 1088 chg sides, 19048 chg coeffs, 10054 upgd conss, 0 impls, 52436 clqs, 0 implints
100.16/100.56	c (round 216, medium)     1259 del vars, 6393 del conss, 2603 add conss, 7 chg bounds, 1093 chg sides, 19136 chg coeffs, 10054 upgd conss, 0 impls, 52618 clqs, 0 implints
100.16/100.57	c (round 217, exhaustive) 1259 del vars, 6398 del conss, 2604 add conss, 7 chg bounds, 1093 chg sides, 19257 chg coeffs, 10054 upgd conss, 0 impls, 52619 clqs, 0 implints
100.16/100.59	c (round 218, exhaustive) 1259 del vars, 6402 del conss, 2604 add conss, 7 chg bounds, 1093 chg sides, 19333 chg coeffs, 10125 upgd conss, 0 impls, 52796 clqs, 0 implints
100.26/100.60	c (round 219, exhaustive) 1259 del vars, 6471 del conss, 2604 add conss, 7 chg bounds, 1093 chg sides, 19381 chg coeffs, 10125 upgd conss, 0 impls, 52901 clqs, 0 implints
100.26/100.62	c (round 220, exhaustive) 1282 del vars, 6493 del conss, 2604 add conss, 7 chg bounds, 1093 chg sides, 19593 chg coeffs, 10125 upgd conss, 0 impls, 52071 clqs, 0 implints
100.26/100.62	c (round 221, fast)       1305 del vars, 6516 del conss, 2635 add conss, 7 chg bounds, 1093 chg sides, 19594 chg coeffs, 10125 upgd conss, 0 impls, 52090 clqs, 0 implints
100.26/100.63	c (round 222, exhaustive) 1305 del vars, 6516 del conss, 2635 add conss, 7 chg bounds, 1093 chg sides, 19618 chg coeffs, 10156 upgd conss, 0 impls, 52117 clqs, 0 implints
100.26/100.64	c (round 223, exhaustive) 1306 del vars, 6518 del conss, 2635 add conss, 7 chg bounds, 1093 chg sides, 20137 chg coeffs, 10156 upgd conss, 0 impls, 52054 clqs, 0 implints
100.26/100.65	c (round 224, medium)     1307 del vars, 6521 del conss, 2638 add conss, 7 chg bounds, 1095 chg sides, 20171 chg coeffs, 10156 upgd conss, 0 impls, 52094 clqs, 0 implints
100.36/100.75	c    (6.7s) sparsify aborted: 18/77030 (0.0%) nonzeros canceled - in total 32 canceled nonzeros, 33 changed coefficients, 0 added nonzeros
100.56/100.97	c    (7.0s) probing: 4000/6634 (60.3%) - 647 fixings, 120 aggregations, 71974 implications, 0 bound changes
100.56/100.98	c (round 225, exhaustive) 1332 del vars, 6521 del conss, 2638 add conss, 7 chg bounds, 1095 chg sides, 20212 chg coeffs, 10156 upgd conss, 0 impls, 54630 clqs, 0 implints
100.56/100.99	c (round 226, fast)       1332 del vars, 6552 del conss, 2728 add conss, 7 chg bounds, 1095 chg sides, 20240 chg coeffs, 10156 upgd conss, 0 impls, 54637 clqs, 0 implints
100.56/100.99	c (round 227, medium)     1332 del vars, 6552 del conss, 2729 add conss, 7 chg bounds, 1100 chg sides, 20262 chg coeffs, 10156 upgd conss, 0 impls, 54639 clqs, 0 implints
100.67/101.03	c (round 228, exhaustive) 1332 del vars, 6560 del conss, 2730 add conss, 7 chg bounds, 1107 chg sides, 20354 chg coeffs, 10156 upgd conss, 0 impls, 54640 clqs, 0 implints
100.67/101.04	c (round 229, exhaustive) 1332 del vars, 6560 del conss, 2730 add conss, 7 chg bounds, 1107 chg sides, 20409 chg coeffs, 10216 upgd conss, 0 impls, 54753 clqs, 0 implints
100.67/101.05	c (round 230, exhaustive) 1332 del vars, 6618 del conss, 2730 add conss, 7 chg bounds, 1107 chg sides, 20454 chg coeffs, 10216 upgd conss, 0 impls, 54878 clqs, 0 implints
100.67/101.07	c (round 231, exhaustive) 1332 del vars, 6623 del conss, 2730 add conss, 7 chg bounds, 1107 chg sides, 20488 chg coeffs, 10216 upgd conss, 0 impls, 54907 clqs, 0 implints
100.95/101.30	c (round 232, exhaustive) 1365 del vars, 6624 del conss, 2730 add conss, 7 chg bounds, 1107 chg sides, 20547 chg coeffs, 10216 upgd conss, 0 impls, 55606 clqs, 0 implints
100.95/101.30	c (round 233, fast)       1372 del vars, 6666 del conss, 2808 add conss, 7 chg bounds, 1107 chg sides, 20573 chg coeffs, 10216 upgd conss, 0 impls, 55616 clqs, 0 implints
100.95/101.31	c (round 234, medium)     1372 del vars, 6679 del conss, 2823 add conss, 7 chg bounds, 1123 chg sides, 20697 chg coeffs, 10216 upgd conss, 0 impls, 55645 clqs, 0 implints
100.95/101.35	c (round 235, exhaustive) 1372 del vars, 6689 del conss, 2824 add conss, 7 chg bounds, 1129 chg sides, 20796 chg coeffs, 10216 upgd conss, 0 impls, 55646 clqs, 0 implints
100.95/101.35	c (round 236, fast)       1372 del vars, 6695 del conss, 2830 add conss, 7 chg bounds, 1129 chg sides, 20796 chg coeffs, 10216 upgd conss, 0 impls, 55652 clqs, 0 implints
100.95/101.35	c (round 237, medium)     1372 del vars, 6697 del conss, 2832 add conss, 7 chg bounds, 1131 chg sides, 20809 chg coeffs, 10216 upgd conss, 0 impls, 55727 clqs, 0 implints
100.95/101.36	c (round 238, exhaustive) 1372 del vars, 6697 del conss, 2832 add conss, 7 chg bounds, 1131 chg sides, 20858 chg coeffs, 10277 upgd conss, 0 impls, 55727 clqs, 0 implints
100.95/101.38	c (round 239, exhaustive) 1373 del vars, 6754 del conss, 2832 add conss, 7 chg bounds, 1131 chg sides, 20896 chg coeffs, 10277 upgd conss, 0 impls, 55759 clqs, 0 implints
100.95/101.39	c (round 240, exhaustive) 1380 del vars, 6761 del conss, 2833 add conss, 7 chg bounds, 1132 chg sides, 20990 chg coeffs, 10277 upgd conss, 0 impls, 55404 clqs, 0 implints
100.95/101.39	c (round 241, fast)       1386 del vars, 6765 del conss, 2840 add conss, 7 chg bounds, 1132 chg sides, 20991 chg coeffs, 10277 upgd conss, 0 impls, 55410 clqs, 0 implints
101.05/101.41	c (round 242, exhaustive) 1386 del vars, 6765 del conss, 2840 add conss, 7 chg bounds, 1132 chg sides, 21009 chg coeffs, 10283 upgd conss, 0 impls, 55428 clqs, 0 implints
101.05/101.41	c (round 243, exhaustive) 1386 del vars, 6771 del conss, 2840 add conss, 7 chg bounds, 1132 chg sides, 21025 chg coeffs, 10283 upgd conss, 0 impls, 55444 clqs, 0 implints
101.05/101.42	c (round 244, exhaustive) 1386 del vars, 6784 del conss, 2842 add conss, 7 chg bounds, 1132 chg sides, 21038 chg coeffs, 10283 upgd conss, 0 impls, 55463 clqs, 0 implints
101.05/101.45	c (round 245, exhaustive) 1414 del vars, 6784 del conss, 2842 add conss, 7 chg bounds, 1132 chg sides, 21042 chg coeffs, 10283 upgd conss, 0 impls, 55132 clqs, 0 implints
101.05/101.45	c (round 246, fast)       1415 del vars, 6817 del conss, 2882 add conss, 7 chg bounds, 1132 chg sides, 21063 chg coeffs, 10283 upgd conss, 0 impls, 55143 clqs, 0 implints
101.05/101.46	c (round 247, medium)     1415 del vars, 6823 del conss, 2892 add conss, 7 chg bounds, 1143 chg sides, 21159 chg coeffs, 10283 upgd conss, 0 impls, 55151 clqs, 0 implints
101.05/101.46	c (round 248, fast)       1415 del vars, 6832 del conss, 2898 add conss, 7 chg bounds, 1143 chg sides, 21159 chg coeffs, 10283 upgd conss, 0 impls, 55155 clqs, 0 implints
101.05/101.48	c (round 249, exhaustive) 1415 del vars, 6835 del conss, 2898 add conss, 7 chg bounds, 1146 chg sides, 21191 chg coeffs, 10283 upgd conss, 0 impls, 55155 clqs, 0 implints
101.05/101.48	c (round 250, fast)       1415 del vars, 6839 del conss, 2902 add conss, 7 chg bounds, 1146 chg sides, 21191 chg coeffs, 10283 upgd conss, 0 impls, 55158 clqs, 0 implints
101.05/101.49	c (round 251, exhaustive) 1415 del vars, 6839 del conss, 2902 add conss, 7 chg bounds, 1146 chg sides, 21198 chg coeffs, 10308 upgd conss, 0 impls, 55165 clqs, 0 implints
101.15/101.50	c (round 252, exhaustive) 1415 del vars, 6865 del conss, 2902 add conss, 7 chg bounds, 1146 chg sides, 21205 chg coeffs, 10308 upgd conss, 0 impls, 55169 clqs, 0 implints
101.15/101.50	c (round 253, exhaustive) 1423 del vars, 6874 del conss, 2902 add conss, 7 chg bounds, 1146 chg sides, 21229 chg coeffs, 10308 upgd conss, 0 impls, 55015 clqs, 0 implints
101.15/101.50	c (round 254, fast)       1432 del vars, 6879 del conss, 2909 add conss, 7 chg bounds, 1146 chg sides, 21231 chg coeffs, 10308 upgd conss, 0 impls, 55016 clqs, 0 implints
101.15/101.51	c (round 255, exhaustive) 1432 del vars, 6883 del conss, 2909 add conss, 7 chg bounds, 1146 chg sides, 21232 chg coeffs, 10312 upgd conss, 0 impls, 55016 clqs, 0 implints
101.35/101.71	c (round 256, exhaustive) 1458 del vars, 6883 del conss, 2909 add conss, 7 chg bounds, 1146 chg sides, 21234 chg coeffs, 10312 upgd conss, 0 impls, 55153 clqs, 0 implints
101.35/101.72	c (round 257, fast)       1458 del vars, 6912 del conss, 2979 add conss, 7 chg bounds, 1146 chg sides, 21248 chg coeffs, 10312 upgd conss, 0 impls, 55156 clqs, 0 implints
101.35/101.72	c (round 258, medium)     1458 del vars, 6918 del conss, 2988 add conss, 7 chg bounds, 1156 chg sides, 21332 chg coeffs, 10312 upgd conss, 0 impls, 55163 clqs, 0 implints
101.35/101.72	c (round 259, fast)       1458 del vars, 6924 del conss, 2990 add conss, 7 chg bounds, 1156 chg sides, 21332 chg coeffs, 10312 upgd conss, 0 impls, 55164 clqs, 0 implints
101.35/101.76	c (round 260, exhaustive) 1458 del vars, 6931 del conss, 2990 add conss, 7 chg bounds, 1160 chg sides, 21359 chg coeffs, 10312 upgd conss, 0 impls, 55164 clqs, 0 implints
101.35/101.77	c (round 261, exhaustive) 1458 del vars, 6932 del conss, 2990 add conss, 7 chg bounds, 1160 chg sides, 21370 chg coeffs, 10368 upgd conss, 0 impls, 55183 clqs, 0 implints
101.35/101.78	c (round 262, exhaustive) 1458 del vars, 6991 del conss, 2990 add conss, 7 chg bounds, 1160 chg sides, 21380 chg coeffs, 10368 upgd conss, 0 impls, 55185 clqs, 0 implints
101.45/101.87	c    (7.9s) sparsify aborted: 2/75212 (0.0%) nonzeros canceled - in total 34 canceled nonzeros, 37 changed coefficients, 0 added nonzeros
101.95/102.36	c (round 263, exhaustive) 1484 del vars, 6994 del conss, 2991 add conss, 7 chg bounds, 1160 chg sides, 21401 chg coeffs, 10368 upgd conss, 0 impls, 58499 clqs, 0 implints
101.95/102.36	c (round 264, fast)       1484 del vars, 7023 del conss, 3072 add conss, 7 chg bounds, 1160 chg sides, 21420 chg coeffs, 10368 upgd conss, 0 impls, 58511 clqs, 0 implints
101.95/102.37	c (round 265, medium)     1486 del vars, 7029 del conss, 3076 add conss, 7 chg bounds, 1165 chg sides, 21458 chg coeffs, 10368 upgd conss, 0 impls, 58448 clqs, 0 implints
101.95/102.37	c (round 266, fast)       1488 del vars, 7034 del conss, 3078 add conss, 7 chg bounds, 1165 chg sides, 21459 chg coeffs, 10368 upgd conss, 0 impls, 58449 clqs, 0 implints
102.05/102.41	c (round 267, exhaustive) 1488 del vars, 7044 del conss, 3078 add conss, 7 chg bounds, 1170 chg sides, 21537 chg coeffs, 10368 upgd conss, 0 impls, 58449 clqs, 0 implints
102.05/102.41	c (round 268, medium)     1488 del vars, 7046 del conss, 3080 add conss, 7 chg bounds, 1172 chg sides, 21573 chg coeffs, 10368 upgd conss, 0 impls, 58509 clqs, 0 implints
102.05/102.42	c (round 269, exhaustive) 1488 del vars, 7053 del conss, 3080 add conss, 7 chg bounds, 1172 chg sides, 21619 chg coeffs, 10368 upgd conss, 0 impls, 58509 clqs, 0 implints
102.05/102.43	c (round 270, exhaustive) 1488 del vars, 7072 del conss, 3080 add conss, 7 chg bounds, 1172 chg sides, 21650 chg coeffs, 10368 upgd conss, 0 impls, 58527 clqs, 0 implints
102.05/102.44	c (round 271, exhaustive) 1488 del vars, 7072 del conss, 3080 add conss, 7 chg bounds, 1172 chg sides, 21679 chg coeffs, 10429 upgd conss, 0 impls, 58545 clqs, 0 implints
102.05/102.45	c (round 272, exhaustive) 1488 del vars, 7132 del conss, 3080 add conss, 7 chg bounds, 1172 chg sides, 21705 chg coeffs, 10429 upgd conss, 0 impls, 58585 clqs, 0 implints
102.25/102.66	c (round 273, exhaustive) 1513 del vars, 7132 del conss, 3080 add conss, 7 chg bounds, 1172 chg sides, 21720 chg coeffs, 10429 upgd conss, 0 impls, 65406 clqs, 0 implints
102.25/102.66	c (round 274, fast)       1517 del vars, 7159 del conss, 3187 add conss, 7 chg bounds, 1172 chg sides, 21794 chg coeffs, 10429 upgd conss, 0 impls, 65403 clqs, 0 implints
102.25/102.67	c (round 275, medium)     1517 del vars, 7172 del conss, 3197 add conss, 7 chg bounds, 1183 chg sides, 21892 chg coeffs, 10429 upgd conss, 0 impls, 65422 clqs, 0 implints
102.35/102.71	c (round 276, exhaustive) 1517 del vars, 7172 del conss, 3197 add conss, 7 chg bounds, 1183 chg sides, 22370 chg coeffs, 10429 upgd conss, 0 impls, 65422 clqs, 0 implints
102.35/102.72	c (round 277, medium)     1517 del vars, 7176 del conss, 3229 add conss, 7 chg bounds, 1215 chg sides, 22460 chg coeffs, 10429 upgd conss, 0 impls, 65813 clqs, 0 implints
102.35/102.73	c (round 278, exhaustive) 1517 del vars, 7183 del conss, 3229 add conss, 7 chg bounds, 1220 chg sides, 22551 chg coeffs, 10429 upgd conss, 0 impls, 65813 clqs, 0 implints
102.35/102.75	c (round 279, exhaustive) 1517 del vars, 7184 del conss, 3229 add conss, 7 chg bounds, 1220 chg sides, 22579 chg coeffs, 10508 upgd conss, 0 impls, 65865 clqs, 0 implints
102.35/102.75	c (round 280, exhaustive) 1517 del vars, 7263 del conss, 3229 add conss, 7 chg bounds, 1220 chg sides, 22595 chg coeffs, 10508 upgd conss, 0 impls, 65865 clqs, 0 implints
102.35/102.76	c (round 281, exhaustive) 1517 del vars, 7275 del conss, 3229 add conss, 7 chg bounds, 1220 chg sides, 22607 chg coeffs, 10508 upgd conss, 0 impls, 65869 clqs, 0 implints
102.55/102.93	c    (8.9s) probing: 5000/6634 (75.4%) - 783 fixings, 128 aggregations, 95064 implications, 0 bound changes
102.55/102.98	c (round 282, exhaustive) 1542 del vars, 7275 del conss, 3229 add conss, 7 chg bounds, 1220 chg sides, 22616 chg coeffs, 10508 upgd conss, 0 impls, 78682 clqs, 0 implints
102.55/102.98	c (round 283, fast)       1542 del vars, 7300 del conss, 3338 add conss, 7 chg bounds, 1220 chg sides, 22663 chg coeffs, 10508 upgd conss, 0 impls, 78698 clqs, 0 implints
102.66/103.04	c (round 284, exhaustive) 1542 del vars, 7300 del conss, 3338 add conss, 7 chg bounds, 1221 chg sides, 23356 chg coeffs, 10508 upgd conss, 0 impls, 78698 clqs, 0 implints
102.66/103.04	c (round 285, medium)     1542 del vars, 7304 del conss, 3370 add conss, 7 chg bounds, 1253 chg sides, 23446 chg coeffs, 10508 upgd conss, 0 impls, 78970 clqs, 0 implints
102.66/103.07	c (round 286, exhaustive) 1542 del vars, 7311 del conss, 3370 add conss, 7 chg bounds, 1257 chg sides, 23681 chg coeffs, 10508 upgd conss, 0 impls, 78970 clqs, 0 implints
102.66/103.08	c (round 287, exhaustive) 1542 del vars, 7312 del conss, 3370 add conss, 7 chg bounds, 1257 chg sides, 23762 chg coeffs, 10585 upgd conss, 0 impls, 78994 clqs, 0 implints
102.66/103.09	c (round 288, exhaustive) 1542 del vars, 7388 del conss, 3370 add conss, 7 chg bounds, 1257 chg sides, 23773 chg coeffs, 10585 upgd conss, 0 impls, 78994 clqs, 0 implints
102.95/103.32	c (round 289, exhaustive) 1568 del vars, 7390 del conss, 3370 add conss, 7 chg bounds, 1257 chg sides, 23774 chg coeffs, 10585 upgd conss, 0 impls, 92876 clqs, 0 implints
102.95/103.32	c (round 290, fast)       1573 del vars, 7416 del conss, 3476 add conss, 11 chg bounds, 1257 chg sides, 23818 chg coeffs, 10585 upgd conss, 0 impls, 92789 clqs, 0 implints
102.95/103.34	c    (9.3s) running MILP presolver
102.95/103.36	c    (9.4s) MILP presolver (3 rounds): 2 aggregations, 0 fixings, 0 bound changes
102.95/103.37	c (round 291, medium)     1575 del vars, 7423 del conss, 3482 add conss, 11 chg bounds, 1261 chg sides, 23883 chg coeffs, 10585 upgd conss, 0 impls, 92526 clqs, 0 implints
102.95/103.37	c (round 292, fast)       1575 del vars, 7426 del conss, 3488 add conss, 11 chg bounds, 1261 chg sides, 23883 chg coeffs, 10585 upgd conss, 0 impls, 92526 clqs, 0 implints
102.95/103.37	c (round 293, fast)       1575 del vars, 7426 del conss, 3488 add conss, 11 chg bounds, 1273 chg sides, 23895 chg coeffs, 10585 upgd conss, 0 impls, 92526 clqs, 0 implints
103.05/103.43	c (round 294, exhaustive) 1575 del vars, 7426 del conss, 3488 add conss, 11 chg bounds, 1273 chg sides, 24445 chg coeffs, 10585 upgd conss, 0 impls, 92526 clqs, 0 implints
103.05/103.45	c (round 295, exhaustive) 1575 del vars, 7426 del conss, 3488 add conss, 11 chg bounds, 1273 chg sides, 24719 chg coeffs, 10585 upgd conss, 0 impls, 92730 clqs, 0 implints
103.05/103.47	c (round 296, exhaustive) 1575 del vars, 7435 del conss, 3488 add conss, 11 chg bounds, 1277 chg sides, 24810 chg coeffs, 10585 upgd conss, 0 impls, 92794 clqs, 0 implints
103.05/103.48	c (round 297, exhaustive) 1575 del vars, 7436 del conss, 3488 add conss, 11 chg bounds, 1277 chg sides, 24819 chg coeffs, 10664 upgd conss, 0 impls, 92814 clqs, 0 implints
103.05/103.49	c (round 298, exhaustive) 1575 del vars, 7436 del conss, 3490 add conss, 11 chg bounds, 1279 chg sides, 24831 chg coeffs, 10665 upgd conss, 0 impls, 92816 clqs, 0 implints
103.05/103.49	c (round 299, exhaustive) 1575 del vars, 7511 del conss, 3490 add conss, 11 chg bounds, 1279 chg sides, 24831 chg coeffs, 10665 upgd conss, 0 impls, 92818 clqs, 0 implints
103.55/103.96	c (round 300, exhaustive) 1601 del vars, 7514 del conss, 3490 add conss, 11 chg bounds, 1279 chg sides, 24852 chg coeffs, 10665 upgd conss, 0 impls, 117125 clqs, 0 implints
103.55/103.96	c (round 301, fast)       1602 del vars, 7539 del conss, 3599 add conss, 11 chg bounds, 1279 chg sides, 24913 chg coeffs, 10665 upgd conss, 0 impls, 117140 clqs, 0 implints
103.55/103.96	c (round 302, fast)       1602 del vars, 7539 del conss, 3599 add conss, 11 chg bounds, 1288 chg sides, 24972 chg coeffs, 10665 upgd conss, 0 impls, 117140 clqs, 0 implints
103.55/103.97	c (round 303, medium)     1602 del vars, 7542 del conss, 3602 add conss, 11 chg bounds, 1291 chg sides, 24983 chg coeffs, 10665 upgd conss, 0 impls, 117142 clqs, 0 implints
103.66/104.04	c (round 304, exhaustive) 1602 del vars, 7543 del conss, 3603 add conss, 11 chg bounds, 1291 chg sides, 25810 chg coeffs, 10665 upgd conss, 0 impls, 117142 clqs, 0 implints
103.66/104.08	c (round 305, exhaustive) 1602 del vars, 7543 del conss, 3603 add conss, 11 chg bounds, 1291 chg sides, 26398 chg coeffs, 10665 upgd conss, 0 impls, 117478 clqs, 0 implints
103.76/104.12	c (round 306, exhaustive) 1602 del vars, 7543 del conss, 3603 add conss, 11 chg bounds, 1291 chg sides, 26754 chg coeffs, 10665 upgd conss, 0 impls, 117478 clqs, 0 implints
103.76/104.14	c (round 307, exhaustive) 1602 del vars, 7549 del conss, 3603 add conss, 11 chg bounds, 1296 chg sides, 26913 chg coeffs, 10665 upgd conss, 0 impls, 117478 clqs, 0 implints
103.76/104.16	c (round 308, exhaustive) 1602 del vars, 7550 del conss, 3603 add conss, 11 chg bounds, 1296 chg sides, 26967 chg coeffs, 10745 upgd conss, 0 impls, 117478 clqs, 0 implints
103.76/104.17	c (round 309, exhaustive) 1602 del vars, 7627 del conss, 3603 add conss, 11 chg bounds, 1296 chg sides, 26982 chg coeffs, 10745 upgd conss, 0 impls, 117478 clqs, 0 implints
104.15/104.54	c (round 310, exhaustive) 1627 del vars, 7627 del conss, 3603 add conss, 11 chg bounds, 1296 chg sides, 26999 chg coeffs, 10745 upgd conss, 0 impls, 117294 clqs, 0 implints
104.15/104.54	c (round 311, fast)       1631 del vars, 7656 del conss, 3716 add conss, 15 chg bounds, 1296 chg sides, 27080 chg coeffs, 10745 upgd conss, 0 impls, 117244 clqs, 0 implints
104.15/104.55	c (round 312, fast)       1631 del vars, 7656 del conss, 3716 add conss, 15 chg bounds, 1305 chg sides, 27139 chg coeffs, 10745 upgd conss, 0 impls, 117244 clqs, 0 implints
104.15/104.55	c (round 313, medium)     1631 del vars, 7658 del conss, 3718 add conss, 15 chg bounds, 1307 chg sides, 27150 chg coeffs, 10745 upgd conss, 0 impls, 117248 clqs, 0 implints
104.25/104.63	c (round 314, exhaustive) 1631 del vars, 7662 del conss, 3718 add conss, 15 chg bounds, 1313 chg sides, 27156 chg coeffs, 10745 upgd conss, 0 impls, 117248 clqs, 0 implints
104.25/104.63	c (round 315, exhaustive) 1631 del vars, 7662 del conss, 3718 add conss, 15 chg bounds, 1313 chg sides, 27158 chg coeffs, 10827 upgd conss, 0 impls, 117248 clqs, 0 implints
104.25/104.64	c (round 316, exhaustive) 1631 del vars, 7743 del conss, 3718 add conss, 15 chg bounds, 1313 chg sides, 27161 chg coeffs, 10827 upgd conss, 0 impls, 117248 clqs, 0 implints
104.25/104.65	c (round 317, exhaustive) 1631 del vars, 7758 del conss, 3718 add conss, 15 chg bounds, 1313 chg sides, 27162 chg coeffs, 10827 upgd conss, 0 impls, 117248 clqs, 0 implints
104.55/104.93	c (round 318, exhaustive) 1657 del vars, 7758 del conss, 3718 add conss, 15 chg bounds, 1313 chg sides, 27185 chg coeffs, 10827 upgd conss, 0 impls, 117294 clqs, 0 implints
104.55/104.93	c (round 319, fast)       1658 del vars, 7786 del conss, 3826 add conss, 15 chg bounds, 1313 chg sides, 27291 chg coeffs, 10827 upgd conss, 0 impls, 117319 clqs, 0 implints
104.55/104.93	c (round 320, fast)       1658 del vars, 7786 del conss, 3826 add conss, 15 chg bounds, 1322 chg sides, 27350 chg coeffs, 10827 upgd conss, 0 impls, 117319 clqs, 0 implints
104.55/104.94	c (round 321, medium)     1658 del vars, 7790 del conss, 3830 add conss, 15 chg bounds, 1326 chg sides, 27373 chg coeffs, 10827 upgd conss, 0 impls, 117320 clqs, 0 implints
104.66/105.01	c (round 322, exhaustive) 1658 del vars, 7794 del conss, 3830 add conss, 15 chg bounds, 1331 chg sides, 27408 chg coeffs, 10827 upgd conss, 0 impls, 117320 clqs, 0 implints
104.66/105.02	c (round 323, exhaustive) 1658 del vars, 7795 del conss, 3830 add conss, 15 chg bounds, 1331 chg sides, 27414 chg coeffs, 10906 upgd conss, 0 impls, 117430 clqs, 0 implints
104.66/105.03	c (round 324, exhaustive) 1658 del vars, 7875 del conss, 3830 add conss, 15 chg bounds, 1331 chg sides, 27416 chg coeffs, 10906 upgd conss, 0 impls, 117432 clqs, 0 implints
104.66/105.06	c    (11.1s) probing: 6000/6634 (90.4%) - 895 fixings, 128 aggregations, 185659 implications, 0 bound changes
104.84/105.26	c    (11.3s) probing cycle finished: starting next cycle
104.84/105.28	c (round 325, exhaustive) 1684 del vars, 7876 del conss, 3830 add conss, 15 chg bounds, 1331 chg sides, 27433 chg coeffs, 10906 upgd conss, 0 impls, 116654 clqs, 0 implints
104.84/105.28	c (round 326, fast)       1685 del vars, 7914 del conss, 3939 add conss, 15 chg bounds, 1336 chg sides, 27509 chg coeffs, 10906 upgd conss, 0 impls, 116673 clqs, 0 implints
104.84/105.29	c (round 327, fast)       1685 del vars, 7914 del conss, 3939 add conss, 15 chg bounds, 1349 chg sides, 27572 chg coeffs, 10906 upgd conss, 0 impls, 116673 clqs, 0 implints
104.84/105.29	c (round 328, medium)     1685 del vars, 7917 del conss, 3941 add conss, 15 chg bounds, 1351 chg sides, 27582 chg coeffs, 10906 upgd conss, 0 impls, 116674 clqs, 0 implints
104.84/105.29	c (round 329, exhaustive) 1685 del vars, 7921 del conss, 3943 add conss, 15 chg bounds, 1351 chg sides, 27582 chg coeffs, 10906 upgd conss, 0 impls, 116674 clqs, 0 implints
104.94/105.37	c (round 330, exhaustive) 1686 del vars, 7929 del conss, 3943 add conss, 15 chg bounds, 1358 chg sides, 27603 chg coeffs, 10906 upgd conss, 0 impls, 116654 clqs, 0 implints
104.94/105.38	c (round 331, exhaustive) 1686 del vars, 7929 del conss, 3943 add conss, 15 chg bounds, 1358 chg sides, 27605 chg coeffs, 10991 upgd conss, 0 impls, 116739 clqs, 0 implints
105.04/105.40	c (round 332, exhaustive) 1688 del vars, 8011 del conss, 3944 add conss, 15 chg bounds, 1358 chg sides, 27608 chg coeffs, 10991 upgd conss, 0 impls, 116706 clqs, 0 implints
105.04/105.40	c (round 333, exhaustive) 1688 del vars, 8023 del conss, 3944 add conss, 15 chg bounds, 1358 chg sides, 27611 chg coeffs, 10991 upgd conss, 0 impls, 116706 clqs, 0 implints
105.04/105.43	c (round 334, exhaustive) 1926 del vars, 8024 del conss, 3944 add conss, 15 chg bounds, 1358 chg sides, 27627 chg coeffs, 10992 upgd conss, 0 impls, 110494 clqs, 0 implints
105.04/105.43	c (round 335, fast)       1926 del vars, 8291 del conss, 4013 add conss, 15 chg bounds, 1358 chg sides, 27627 chg coeffs, 10992 upgd conss, 0 impls, 110564 clqs, 0 implints
105.04/105.44	c (round 336, fast)       1926 del vars, 8291 del conss, 4013 add conss, 15 chg bounds, 1368 chg sides, 27741 chg coeffs, 10992 upgd conss, 0 impls, 110564 clqs, 0 implints
105.04/105.47	c (round 337, exhaustive) 1926 del vars, 8298 del conss, 4013 add conss, 15 chg bounds, 1372 chg sides, 27742 chg coeffs, 10992 upgd conss, 0 impls, 110564 clqs, 0 implints
105.04/105.48	c (round 338, exhaustive) 1926 del vars, 8298 del conss, 4013 add conss, 15 chg bounds, 1372 chg sides, 27742 chg coeffs, 11054 upgd conss, 0 impls, 110564 clqs, 0 implints
105.04/105.48	c (round 339, exhaustive) 1926 del vars, 8346 del conss, 4013 add conss, 15 chg bounds, 1372 chg sides, 27743 chg coeffs, 11054 upgd conss, 0 impls, 110564 clqs, 0 implints
105.14/105.57	c (round 340, exhaustive) 1957 del vars, 8346 del conss, 4013 add conss, 15 chg bounds, 1372 chg sides, 27827 chg coeffs, 11054 upgd conss, 0 impls, 109863 clqs, 0 implints
105.14/105.57	c (round 341, fast)       1958 del vars, 8380 del conss, 4034 add conss, 15 chg bounds, 1372 chg sides, 27827 chg coeffs, 11054 upgd conss, 0 impls, 109873 clqs, 0 implints
105.24/105.60	c (round 342, exhaustive) 1958 del vars, 8384 del conss, 4034 add conss, 15 chg bounds, 1380 chg sides, 27849 chg coeffs, 11054 upgd conss, 0 impls, 109873 clqs, 0 implints
105.24/105.60	c (round 343, exhaustive) 1958 del vars, 8384 del conss, 4034 add conss, 15 chg bounds, 1380 chg sides, 27850 chg coeffs, 11071 upgd conss, 0 impls, 109887 clqs, 0 implints
105.24/105.61	c (round 344, exhaustive) 1958 del vars, 8399 del conss, 4034 add conss, 15 chg bounds, 1380 chg sides, 27851 chg coeffs, 11071 upgd conss, 0 impls, 109888 clqs, 0 implints
105.24/105.63	c (round 345, exhaustive) 2155 del vars, 8399 del conss, 4034 add conss, 15 chg bounds, 1380 chg sides, 27858 chg coeffs, 11071 upgd conss, 0 impls, 105549 clqs, 0 implints
105.24/105.64	c (round 346, fast)       2155 del vars, 8598 del conss, 4089 add conss, 15 chg bounds, 1380 chg sides, 27858 chg coeffs, 11071 upgd conss, 0 impls, 105635 clqs, 0 implints
105.24/105.64	c (round 347, fast)       2155 del vars, 8598 del conss, 4089 add conss, 15 chg bounds, 1390 chg sides, 27956 chg coeffs, 11071 upgd conss, 0 impls, 105635 clqs, 0 implints
105.24/105.67	c (round 348, exhaustive) 2155 del vars, 8605 del conss, 4089 add conss, 15 chg bounds, 1394 chg sides, 27959 chg coeffs, 11071 upgd conss, 0 impls, 105636 clqs, 0 implints
105.24/105.67	c (round 349, exhaustive) 2155 del vars, 8605 del conss, 4089 add conss, 15 chg bounds, 1394 chg sides, 27959 chg coeffs, 11119 upgd conss, 0 impls, 105650 clqs, 0 implints
105.24/105.68	c (round 350, exhaustive) 2155 del vars, 8652 del conss, 4089 add conss, 15 chg bounds, 1394 chg sides, 27959 chg coeffs, 11119 upgd conss, 0 impls, 105650 clqs, 0 implints
105.24/105.69	c (round 351, exhaustive) 2181 del vars, 8652 del conss, 4089 add conss, 15 chg bounds, 1394 chg sides, 27961 chg coeffs, 11119 upgd conss, 0 impls, 105205 clqs, 0 implints
105.34/105.70	c (round 352, fast)       2181 del vars, 8679 del conss, 4115 add conss, 15 chg bounds, 1394 chg sides, 27961 chg coeffs, 11119 upgd conss, 0 impls, 105211 clqs, 0 implints
105.34/105.70	c (round 353, fast)       2181 del vars, 8679 del conss, 4115 add conss, 15 chg bounds, 1404 chg sides, 27987 chg coeffs, 11119 upgd conss, 0 impls, 105211 clqs, 0 implints
105.34/105.72	c (round 354, exhaustive) 2181 del vars, 8686 del conss, 4115 add conss, 15 chg bounds, 1408 chg sides, 27991 chg coeffs, 11119 upgd conss, 0 impls, 105211 clqs, 0 implints
105.34/105.73	c (round 355, exhaustive) 2181 del vars, 8686 del conss, 4115 add conss, 15 chg bounds, 1408 chg sides, 27991 chg coeffs, 11138 upgd conss, 0 impls, 105211 clqs, 0 implints
105.34/105.73	c (round 356, exhaustive) 2181 del vars, 8703 del conss, 4115 add conss, 15 chg bounds, 1408 chg sides, 27991 chg coeffs, 11138 upgd conss, 0 impls, 105211 clqs, 0 implints
105.34/105.75	c (round 357, exhaustive) 2217 del vars, 8703 del conss, 4115 add conss, 15 chg bounds, 1408 chg sides, 28001 chg coeffs, 11138 upgd conss, 0 impls, 104282 clqs, 0 implints
105.34/105.75	c (round 358, fast)       2228 del vars, 8740 del conss, 4149 add conss, 15 chg bounds, 1408 chg sides, 28001 chg coeffs, 11138 upgd conss, 0 impls, 104297 clqs, 0 implints
105.34/105.78	c (round 359, exhaustive) 2228 del vars, 8741 del conss, 4149 add conss, 15 chg bounds, 1414 chg sides, 28061 chg coeffs, 11138 upgd conss, 0 impls, 104297 clqs, 0 implints
105.34/105.78	c (round 360, exhaustive) 2228 del vars, 8741 del conss, 4149 add conss, 15 chg bounds, 1414 chg sides, 28061 chg coeffs, 11171 upgd conss, 0 impls, 104297 clqs, 0 implints
105.34/105.79	c (round 361, exhaustive) 2228 del vars, 8773 del conss, 4149 add conss, 15 chg bounds, 1414 chg sides, 28061 chg coeffs, 11171 upgd conss, 0 impls, 104297 clqs, 0 implints
105.44/105.80	c (round 362, exhaustive) 2257 del vars, 8773 del conss, 4149 add conss, 15 chg bounds, 1414 chg sides, 28064 chg coeffs, 11171 upgd conss, 0 impls, 103649 clqs, 0 implints
105.44/105.81	c (round 363, fast)       2258 del vars, 8802 del conss, 4182 add conss, 15 chg bounds, 1414 chg sides, 28064 chg coeffs, 11171 upgd conss, 0 impls, 103662 clqs, 0 implints
105.44/105.81	c (round 364, fast)       2258 del vars, 8802 del conss, 4182 add conss, 15 chg bounds, 1419 chg sides, 28093 chg coeffs, 11171 upgd conss, 0 impls, 103662 clqs, 0 implints
105.44/105.85	c (round 365, exhaustive) 2258 del vars, 8806 del conss, 4182 add conss, 15 chg bounds, 1423 chg sides, 28093 chg coeffs, 11171 upgd conss, 0 impls, 103662 clqs, 0 implints
105.44/105.85	c (round 366, exhaustive) 2258 del vars, 8806 del conss, 4182 add conss, 15 chg bounds, 1423 chg sides, 28093 chg coeffs, 11200 upgd conss, 0 impls, 103662 clqs, 0 implints
105.44/105.85	c (round 367, exhaustive) 2258 del vars, 8835 del conss, 4182 add conss, 15 chg bounds, 1423 chg sides, 28094 chg coeffs, 11200 upgd conss, 0 impls, 103662 clqs, 0 implints
105.54/105.91	c (round 368, exhaustive) 2283 del vars, 8835 del conss, 4182 add conss, 15 chg bounds, 1423 chg sides, 28094 chg coeffs, 11200 upgd conss, 0 impls, 103305 clqs, 0 implints
105.54/105.91	c (round 369, fast)       2283 del vars, 8856 del conss, 4237 add conss, 15 chg bounds, 1423 chg sides, 28094 chg coeffs, 11200 upgd conss, 0 impls, 103313 clqs, 0 implints
105.54/105.91	c (round 370, fast)       2283 del vars, 8856 del conss, 4237 add conss, 15 chg bounds, 1428 chg sides, 28159 chg coeffs, 11200 upgd conss, 0 impls, 103313 clqs, 0 implints
105.54/105.94	c (round 371, exhaustive) 2283 del vars, 8860 del conss, 4237 add conss, 15 chg bounds, 1433 chg sides, 28159 chg coeffs, 11200 upgd conss, 0 impls, 103314 clqs, 0 implints
105.54/105.95	c (round 372, exhaustive) 2283 del vars, 8860 del conss, 4237 add conss, 15 chg bounds, 1433 chg sides, 28159 chg coeffs, 11250 upgd conss, 0 impls, 103314 clqs, 0 implints
105.54/105.95	c (round 373, exhaustive) 2283 del vars, 8908 del conss, 4237 add conss, 15 chg bounds, 1433 chg sides, 28160 chg coeffs, 11250 upgd conss, 0 impls, 103314 clqs, 0 implints
105.65/106.04	c (round 374, exhaustive) 2311 del vars, 8908 del conss, 4237 add conss, 15 chg bounds, 1433 chg sides, 28167 chg coeffs, 11250 upgd conss, 0 impls, 103040 clqs, 0 implints
105.65/106.04	c (round 375, fast)       2311 del vars, 8939 del conss, 4303 add conss, 15 chg bounds, 1433 chg sides, 28167 chg coeffs, 11250 upgd conss, 0 impls, 103053 clqs, 0 implints
105.65/106.04	c (round 376, fast)       2311 del vars, 8939 del conss, 4303 add conss, 15 chg bounds, 1444 chg sides, 28278 chg coeffs, 11250 upgd conss, 0 impls, 103053 clqs, 0 implints
105.75/106.12	c (round 377, exhaustive) 2311 del vars, 8948 del conss, 4303 add conss, 15 chg bounds, 1450 chg sides, 28279 chg coeffs, 11250 upgd conss, 0 impls, 103053 clqs, 0 implints
105.75/106.12	c (round 378, exhaustive) 2311 del vars, 8948 del conss, 4303 add conss, 15 chg bounds, 1450 chg sides, 28279 chg coeffs, 11307 upgd conss, 0 impls, 103054 clqs, 0 implints
105.75/106.13	c (round 379, exhaustive) 2311 del vars, 9005 del conss, 4303 add conss, 15 chg bounds, 1450 chg sides, 28280 chg coeffs, 11307 upgd conss, 0 impls, 103054 clqs, 0 implints
105.84/106.21	c (round 380, exhaustive) 2338 del vars, 9005 del conss, 4303 add conss, 15 chg bounds, 1450 chg sides, 28280 chg coeffs, 11307 upgd conss, 0 impls, 102681 clqs, 0 implints
105.84/106.21	c (round 381, fast)       2338 del vars, 9034 del conss, 4327 add conss, 15 chg bounds, 1450 chg sides, 28280 chg coeffs, 11307 upgd conss, 0 impls, 102682 clqs, 0 implints
105.84/106.23	c (round 382, exhaustive) 2338 del vars, 9035 del conss, 4327 add conss, 15 chg bounds, 1458 chg sides, 28316 chg coeffs, 11307 upgd conss, 0 impls, 102682 clqs, 0 implints
105.84/106.23	c (round 383, exhaustive) 2338 del vars, 9035 del conss, 4327 add conss, 15 chg bounds, 1458 chg sides, 28316 chg coeffs, 11330 upgd conss, 0 impls, 102682 clqs, 0 implints
105.84/106.24	c (round 384, exhaustive) 2338 del vars, 9057 del conss, 4327 add conss, 15 chg bounds, 1458 chg sides, 28317 chg coeffs, 11330 upgd conss, 0 impls, 102682 clqs, 0 implints
105.84/106.26	c (round 385, exhaustive) 2366 del vars, 9057 del conss, 4327 add conss, 15 chg bounds, 1458 chg sides, 28320 chg coeffs, 11330 upgd conss, 0 impls, 102345 clqs, 0 implints
105.84/106.27	c (round 386, fast)       2366 del vars, 9088 del conss, 4355 add conss, 15 chg bounds, 1458 chg sides, 28320 chg coeffs, 11330 upgd conss, 0 impls, 102346 clqs, 0 implints
105.84/106.28	c (round 387, exhaustive) 2366 del vars, 9092 del conss, 4355 add conss, 15 chg bounds, 1465 chg sides, 28360 chg coeffs, 11330 upgd conss, 0 impls, 102346 clqs, 0 implints
105.84/106.28	c (round 388, exhaustive) 2366 del vars, 9092 del conss, 4355 add conss, 15 chg bounds, 1465 chg sides, 28360 chg coeffs, 11354 upgd conss, 0 impls, 102346 clqs, 0 implints
105.84/106.29	c (round 389, exhaustive) 2366 del vars, 9115 del conss, 4355 add conss, 15 chg bounds, 1465 chg sides, 28360 chg coeffs, 11354 upgd conss, 0 impls, 102346 clqs, 0 implints
105.94/106.32	c (round 390, exhaustive) 2408 del vars, 9115 del conss, 4355 add conss, 15 chg bounds, 1465 chg sides, 28363 chg coeffs, 11354 upgd conss, 0 impls, 101942 clqs, 0 implints
105.94/106.32	c (round 391, fast)       2408 del vars, 9159 del conss, 4399 add conss, 15 chg bounds, 1465 chg sides, 28363 chg coeffs, 11354 upgd conss, 0 impls, 101942 clqs, 0 implints
105.94/106.32	c (round 392, fast)       2408 del vars, 9159 del conss, 4399 add conss, 15 chg bounds, 1476 chg sides, 28422 chg coeffs, 11354 upgd conss, 0 impls, 101942 clqs, 0 implints
105.94/106.36	c (round 393, exhaustive) 2408 del vars, 9168 del conss, 4399 add conss, 15 chg bounds, 1481 chg sides, 28422 chg coeffs, 11354 upgd conss, 0 impls, 101942 clqs, 0 implints
105.94/106.36	c (round 394, exhaustive) 2408 del vars, 9168 del conss, 4399 add conss, 15 chg bounds, 1481 chg sides, 28422 chg coeffs, 11389 upgd conss, 0 impls, 101942 clqs, 0 implints
105.94/106.37	c (round 395, exhaustive) 2408 del vars, 9199 del conss, 4399 add conss, 15 chg bounds, 1481 chg sides, 28423 chg coeffs, 11389 upgd conss, 0 impls, 101942 clqs, 0 implints
105.94/106.39	c (round 396, exhaustive) 2441 del vars, 9199 del conss, 4399 add conss, 15 chg bounds, 1481 chg sides, 28448 chg coeffs, 11389 upgd conss, 0 impls, 101511 clqs, 0 implints
105.94/106.39	c (round 397, fast)       2449 del vars, 9233 del conss, 4423 add conss, 15 chg bounds, 1481 chg sides, 28448 chg coeffs, 11389 upgd conss, 0 impls, 101517 clqs, 0 implints
106.04/106.41	c    (12.4s) running MILP presolver
106.04/106.43	c    (12.4s) MILP presolver (4 rounds): 3 aggregations, 1 fixings, 0 bound changes
106.04/106.43	c (round 398, medium)     2453 del vars, 9244 del conss, 4431 add conss, 15 chg bounds, 1481 chg sides, 28498 chg coeffs, 11389 upgd conss, 0 impls, 101317 clqs, 0 implints
106.04/106.43	c (round 399, fast)       2453 del vars, 9248 del conss, 4432 add conss, 15 chg bounds, 1482 chg sides, 28498 chg coeffs, 11389 upgd conss, 0 impls, 101324 clqs, 0 implints
106.04/106.44	c (round 400, exhaustive) 2453 del vars, 9249 del conss, 4432 add conss, 15 chg bounds, 1484 chg sides, 28498 chg coeffs, 11419 upgd conss, 0 impls, 101324 clqs, 0 implints
106.04/106.44	c (round 401, exhaustive) 2453 del vars, 9275 del conss, 4432 add conss, 15 chg bounds, 1484 chg sides, 28500 chg coeffs, 11419 upgd conss, 0 impls, 101324 clqs, 0 implints
106.04/106.46	c (round 402, exhaustive) 2479 del vars, 9275 del conss, 4432 add conss, 15 chg bounds, 1484 chg sides, 28514 chg coeffs, 11419 upgd conss, 0 impls, 101046 clqs, 0 implints
106.04/106.47	c (round 403, fast)       2479 del vars, 9303 del conss, 4451 add conss, 15 chg bounds, 1484 chg sides, 28514 chg coeffs, 11419 upgd conss, 0 impls, 101046 clqs, 0 implints
106.04/106.47	c (round 404, fast)       2479 del vars, 9303 del conss, 4451 add conss, 15 chg bounds, 1489 chg sides, 28539 chg coeffs, 11419 upgd conss, 0 impls, 101046 clqs, 0 implints
106.04/106.47	c (round 405, exhaustive) 2479 del vars, 9306 del conss, 4451 add conss, 15 chg bounds, 1492 chg sides, 28541 chg coeffs, 11419 upgd conss, 0 impls, 101048 clqs, 0 implints
106.04/106.48	c (round 406, exhaustive) 2479 del vars, 9306 del conss, 4451 add conss, 15 chg bounds, 1492 chg sides, 28541 chg coeffs, 11435 upgd conss, 0 impls, 101050 clqs, 0 implints
106.04/106.48	c (round 407, exhaustive) 2479 del vars, 9320 del conss, 4451 add conss, 15 chg bounds, 1492 chg sides, 28542 chg coeffs, 11435 upgd conss, 0 impls, 101050 clqs, 0 implints
106.14/106.51	c (round 408, exhaustive) 2519 del vars, 9320 del conss, 4451 add conss, 15 chg bounds, 1492 chg sides, 28554 chg coeffs, 11435 upgd conss, 0 impls, 100617 clqs, 0 implints
106.14/106.52	c (round 409, fast)       2534 del vars, 9361 del conss, 4508 add conss, 15 chg bounds, 1492 chg sides, 28554 chg coeffs, 11435 upgd conss, 0 impls, 100635 clqs, 0 implints
106.14/106.52	c (round 410, fast)       2534 del vars, 9361 del conss, 4508 add conss, 15 chg bounds, 1498 chg sides, 28627 chg coeffs, 11435 upgd conss, 0 impls, 100635 clqs, 0 implints
106.14/106.53	c (round 411, exhaustive) 2534 del vars, 9368 del conss, 4508 add conss, 15 chg bounds, 1504 chg sides, 28627 chg coeffs, 11435 upgd conss, 0 impls, 100635 clqs, 0 implints
106.14/106.53	c (round 412, exhaustive) 2534 del vars, 9368 del conss, 4508 add conss, 15 chg bounds, 1504 chg sides, 28627 chg coeffs, 11485 upgd conss, 0 impls, 100635 clqs, 0 implints
106.14/106.54	c (round 413, exhaustive) 2534 del vars, 9410 del conss, 4508 add conss, 15 chg bounds, 1504 chg sides, 28628 chg coeffs, 11485 upgd conss, 0 impls, 100635 clqs, 0 implints
106.14/106.56	c (round 414, exhaustive) 2559 del vars, 9410 del conss, 4508 add conss, 15 chg bounds, 1504 chg sides, 28674 chg coeffs, 11485 upgd conss, 0 impls, 100276 clqs, 0 implints
106.14/106.57	c (round 415, fast)       2559 del vars, 9435 del conss, 4550 add conss, 15 chg bounds, 1506 chg sides, 28674 chg coeffs, 11485 upgd conss, 0 impls, 100282 clqs, 0 implints
106.14/106.57	c (round 416, fast)       2559 del vars, 9435 del conss, 4550 add conss, 15 chg bounds, 1511 chg sides, 28719 chg coeffs, 11485 upgd conss, 0 impls, 100282 clqs, 0 implints
106.14/106.58	c (round 417, exhaustive) 2559 del vars, 9442 del conss, 4550 add conss, 15 chg bounds, 1517 chg sides, 28719 chg coeffs, 11485 upgd conss, 0 impls, 100282 clqs, 0 implints
106.14/106.59	c (round 418, exhaustive) 2559 del vars, 9442 del conss, 4550 add conss, 15 chg bounds, 1517 chg sides, 28719 chg coeffs, 11520 upgd conss, 0 impls, 100282 clqs, 0 implints
106.14/106.59	c (round 419, exhaustive) 2559 del vars, 9476 del conss, 4550 add conss, 15 chg bounds, 1517 chg sides, 28720 chg coeffs, 11520 upgd conss, 0 impls, 100282 clqs, 0 implints
106.24/106.66	c (round 420, exhaustive) 2587 del vars, 9476 del conss, 4550 add conss, 15 chg bounds, 1517 chg sides, 28726 chg coeffs, 11520 upgd conss, 0 impls, 100185 clqs, 0 implints
106.24/106.66	c (round 421, fast)       2587 del vars, 9509 del conss, 4612 add conss, 15 chg bounds, 1517 chg sides, 28726 chg coeffs, 11520 upgd conss, 0 impls, 100186 clqs, 0 implints
106.24/106.66	c (round 422, fast)       2587 del vars, 9509 del conss, 4612 add conss, 15 chg bounds, 1523 chg sides, 28819 chg coeffs, 11520 upgd conss, 0 impls, 100186 clqs, 0 implints
106.24/106.66	c (round 423, medium)     2587 del vars, 9509 del conss, 4615 add conss, 15 chg bounds, 1526 chg sides, 28837 chg coeffs, 11520 upgd conss, 0 impls, 100188 clqs, 0 implints
106.34/106.71	c (round 424, exhaustive) 2587 del vars, 9515 del conss, 4615 add conss, 15 chg bounds, 1534 chg sides, 28847 chg coeffs, 11520 upgd conss, 0 impls, 100188 clqs, 0 implints
106.34/106.71	c (round 425, exhaustive) 2587 del vars, 9515 del conss, 4615 add conss, 15 chg bounds, 1534 chg sides, 28847 chg coeffs, 11576 upgd conss, 0 impls, 100195 clqs, 0 implints
106.34/106.72	c (round 426, exhaustive) 2587 del vars, 9568 del conss, 4615 add conss, 15 chg bounds, 1534 chg sides, 28847 chg coeffs, 11576 upgd conss, 0 impls, 100195 clqs, 0 implints
106.34/106.76	c (round 427, exhaustive) 2613 del vars, 9569 del conss, 4615 add conss, 15 chg bounds, 1534 chg sides, 28859 chg coeffs, 11576 upgd conss, 0 impls, 100066 clqs, 0 implints
106.34/106.77	c (round 428, fast)       2613 del vars, 9597 del conss, 4673 add conss, 15 chg bounds, 1534 chg sides, 28859 chg coeffs, 11576 upgd conss, 0 impls, 100067 clqs, 0 implints
106.34/106.77	c (round 429, fast)       2613 del vars, 9597 del conss, 4673 add conss, 15 chg bounds, 1540 chg sides, 28940 chg coeffs, 11576 upgd conss, 0 impls, 100067 clqs, 0 implints
106.34/106.77	c (round 430, medium)     2613 del vars, 9601 del conss, 4678 add conss, 15 chg bounds, 1545 chg sides, 28973 chg coeffs, 11576 upgd conss, 0 impls, 100076 clqs, 0 implints
106.44/106.82	c (round 431, exhaustive) 2613 del vars, 9607 del conss, 4678 add conss, 15 chg bounds, 1553 chg sides, 28973 chg coeffs, 11576 upgd conss, 0 impls, 100076 clqs, 0 implints
106.44/106.82	c (round 432, exhaustive) 2613 del vars, 9607 del conss, 4678 add conss, 15 chg bounds, 1553 chg sides, 28973 chg coeffs, 11628 upgd conss, 0 impls, 100076 clqs, 0 implints
106.44/106.83	c (round 433, exhaustive) 2613 del vars, 9613 del conss, 4678 add conss, 15 chg bounds, 1553 chg sides, 28973 chg coeffs, 11628 upgd conss, 0 impls, 100076 clqs, 0 implints
106.44/106.83	c (round 434, exhaustive) 2613 del vars, 9661 del conss, 4678 add conss, 15 chg bounds, 1553 chg sides, 28973 chg coeffs, 11628 upgd conss, 0 impls, 100076 clqs, 0 implints
106.54/106.96	c (round 435, exhaustive) 2639 del vars, 9662 del conss, 4678 add conss, 15 chg bounds, 1553 chg sides, 28994 chg coeffs, 11628 upgd conss, 0 impls, 99974 clqs, 0 implints
106.54/106.96	c (round 436, fast)       2639 del vars, 9689 del conss, 4742 add conss, 15 chg bounds, 1553 chg sides, 28997 chg coeffs, 11628 upgd conss, 0 impls, 99992 clqs, 0 implints
106.54/106.96	c (round 437, fast)       2639 del vars, 9689 del conss, 4742 add conss, 15 chg bounds, 1560 chg sides, 29079 chg coeffs, 11628 upgd conss, 0 impls, 99992 clqs, 0 implints
106.54/106.97	c (round 438, medium)     2639 del vars, 9691 del conss, 4744 add conss, 15 chg bounds, 1562 chg sides, 29096 chg coeffs, 11628 upgd conss, 0 impls, 99998 clqs, 0 implints
106.65/107.03	c (round 439, exhaustive) 2639 del vars, 9702 del conss, 4744 add conss, 15 chg bounds, 1572 chg sides, 29103 chg coeffs, 11628 upgd conss, 0 impls, 99998 clqs, 0 implints
106.65/107.04	c (round 440, exhaustive) 2639 del vars, 9703 del conss, 4744 add conss, 15 chg bounds, 1572 chg sides, 29105 chg coeffs, 11684 upgd conss, 0 impls, 99998 clqs, 0 implints
106.65/107.04	c (round 441, exhaustive) 2639 del vars, 9759 del conss, 4744 add conss, 15 chg bounds, 1572 chg sides, 29106 chg coeffs, 11684 upgd conss, 0 impls, 99998 clqs, 0 implints
106.75/107.13	c (round 442, exhaustive) 2673 del vars, 9759 del conss, 4744 add conss, 15 chg bounds, 1572 chg sides, 29119 chg coeffs, 11684 upgd conss, 0 impls, 99824 clqs, 0 implints
106.75/107.13	c (round 443, fast)       2673 del vars, 9797 del conss, 4818 add conss, 15 chg bounds, 1572 chg sides, 29119 chg coeffs, 11684 upgd conss, 0 impls, 99830 clqs, 0 implints
106.75/107.13	c (round 444, fast)       2673 del vars, 9797 del conss, 4818 add conss, 15 chg bounds, 1579 chg sides, 29233 chg coeffs, 11684 upgd conss, 0 impls, 99830 clqs, 0 implints
106.75/107.18	c (round 445, exhaustive) 2674 del vars, 9810 del conss, 4820 add conss, 15 chg bounds, 1588 chg sides, 29238 chg coeffs, 11684 upgd conss, 0 impls, 99791 clqs, 0 implints
106.75/107.18	c (round 446, fast)       2674 del vars, 9814 del conss, 4821 add conss, 15 chg bounds, 1588 chg sides, 29238 chg coeffs, 11684 upgd conss, 0 impls, 99791 clqs, 0 implints
106.75/107.19	c (round 447, exhaustive) 2674 del vars, 9818 del conss, 4821 add conss, 15 chg bounds, 1589 chg sides, 29242 chg coeffs, 11684 upgd conss, 0 impls, 99791 clqs, 0 implints
106.75/107.20	c (round 448, exhaustive) 2674 del vars, 9818 del conss, 4821 add conss, 15 chg bounds, 1589 chg sides, 29246 chg coeffs, 11747 upgd conss, 0 impls, 99791 clqs, 0 implints
106.84/107.20	c (round 449, exhaustive) 2674 del vars, 9875 del conss, 4821 add conss, 15 chg bounds, 1589 chg sides, 29247 chg coeffs, 11747 upgd conss, 0 impls, 99791 clqs, 0 implints
106.84/107.23	c (round 450, exhaustive) 2702 del vars, 9875 del conss, 4821 add conss, 15 chg bounds, 1589 chg sides, 29259 chg coeffs, 11747 upgd conss, 0 impls, 99699 clqs, 0 implints
106.84/107.23	c (round 451, fast)       2705 del vars, 9909 del conss, 4869 add conss, 15 chg bounds, 1589 chg sides, 29259 chg coeffs, 11747 upgd conss, 0 impls, 99705 clqs, 0 implints
106.84/107.23	c (round 452, fast)       2705 del vars, 9909 del conss, 4869 add conss, 15 chg bounds, 1595 chg sides, 29308 chg coeffs, 11747 upgd conss, 0 impls, 99705 clqs, 0 implints
106.84/107.25	c (round 453, exhaustive) 2705 del vars, 9914 del conss, 4869 add conss, 15 chg bounds, 1599 chg sides, 29308 chg coeffs, 11747 upgd conss, 0 impls, 99705 clqs, 0 implints
106.84/107.25	c (round 454, exhaustive) 2705 del vars, 9914 del conss, 4869 add conss, 15 chg bounds, 1599 chg sides, 29308 chg coeffs, 11790 upgd conss, 0 impls, 99705 clqs, 0 implints
106.84/107.25	c (round 455, exhaustive) 2705 del vars, 9951 del conss, 4869 add conss, 15 chg bounds, 1599 chg sides, 29308 chg coeffs, 11790 upgd conss, 0 impls, 99705 clqs, 0 implints
106.84/107.27	c (round 456, exhaustive) 2733 del vars, 9951 del conss, 4869 add conss, 15 chg bounds, 1599 chg sides, 29320 chg coeffs, 11790 upgd conss, 0 impls, 99548 clqs, 0 implints
106.84/107.27	c (round 457, fast)       2736 del vars, 9983 del conss, 4903 add conss, 15 chg bounds, 1599 chg sides, 29320 chg coeffs, 11790 upgd conss, 0 impls, 99560 clqs, 0 implints
106.84/107.27	c (round 458, fast)       2736 del vars, 9983 del conss, 4903 add conss, 15 chg bounds, 1604 chg sides, 29356 chg coeffs, 11790 upgd conss, 0 impls, 99560 clqs, 0 implints
106.84/107.29	c (round 459, exhaustive) 2736 del vars, 9988 del conss, 4903 add conss, 15 chg bounds, 1608 chg sides, 29356 chg coeffs, 11790 upgd conss, 0 impls, 99560 clqs, 0 implints
106.84/107.29	c (round 460, exhaustive) 2736 del vars, 9988 del conss, 4903 add conss, 15 chg bounds, 1608 chg sides, 29356 chg coeffs, 11819 upgd conss, 0 impls, 99560 clqs, 0 implints
106.84/107.29	c (round 461, exhaustive) 2736 del vars, 10011 del conss, 4903 add conss, 15 chg bounds, 1608 chg sides, 29356 chg coeffs, 11819 upgd conss, 0 impls, 99560 clqs, 0 implints
107.04/107.40	c (round 462, exhaustive) 2761 del vars, 10011 del conss, 4903 add conss, 15 chg bounds, 1608 chg sides, 29368 chg coeffs, 11819 upgd conss, 0 impls, 99997 clqs, 0 implints
107.04/107.41	c (round 463, fast)       2761 del vars, 10042 del conss, 4980 add conss, 15 chg bounds, 1608 chg sides, 29368 chg coeffs, 11819 upgd conss, 0 impls, 100006 clqs, 0 implints
107.04/107.41	c (round 464, fast)       2761 del vars, 10042 del conss, 4980 add conss, 15 chg bounds, 1615 chg sides, 29482 chg coeffs, 11819 upgd conss, 0 impls, 100006 clqs, 0 implints
107.04/107.48	c (round 465, exhaustive) 2761 del vars, 10052 del conss, 4980 add conss, 15 chg bounds, 1624 chg sides, 29490 chg coeffs, 11819 upgd conss, 0 impls, 100015 clqs, 0 implints
107.04/107.49	c (round 466, medium)     2761 del vars, 10052 del conss, 4982 add conss, 15 chg bounds, 1626 chg sides, 29521 chg coeffs, 11819 upgd conss, 0 impls, 100016 clqs, 0 implints
107.04/107.49	c (round 467, exhaustive) 2761 del vars, 10054 del conss, 4983 add conss, 15 chg bounds, 1626 chg sides, 29523 chg coeffs, 11886 upgd conss, 0 impls, 100017 clqs, 0 implints
107.14/107.50	c (round 468, exhaustive) 2761 del vars, 10114 del conss, 4983 add conss, 15 chg bounds, 1626 chg sides, 29525 chg coeffs, 11886 upgd conss, 0 impls, 100017 clqs, 0 implints
107.34/107.72	c    (13.7s) probing: 1000/5420 (18.5%) - 1888 fixings, 143 aggregations, 205406 implications, 0 bound changes
107.75/108.13	c (round 469, exhaustive) 2788 del vars, 10114 del conss, 4983 add conss, 15 chg bounds, 1626 chg sides, 29543 chg coeffs, 11886 upgd conss, 0 impls, 100870 clqs, 0 implints
107.75/108.13	c (round 470, fast)       2790 del vars, 10145 del conss, 5062 add conss, 15 chg bounds, 1626 chg sides, 29543 chg coeffs, 11886 upgd conss, 0 impls, 100886 clqs, 0 implints
107.75/108.14	c (round 471, fast)       2790 del vars, 10145 del conss, 5062 add conss, 15 chg bounds, 1635 chg sides, 29659 chg coeffs, 11886 upgd conss, 0 impls, 100886 clqs, 0 implints
107.84/108.21	c (round 472, exhaustive) 2790 del vars, 10154 del conss, 5062 add conss, 15 chg bounds, 1644 chg sides, 29708 chg coeffs, 11886 upgd conss, 0 impls, 100896 clqs, 0 implints
107.84/108.22	c (round 473, exhaustive) 2790 del vars, 10155 del conss, 5062 add conss, 15 chg bounds, 1644 chg sides, 29720 chg coeffs, 11956 upgd conss, 0 impls, 100949 clqs, 0 implints
107.84/108.23	c (round 474, exhaustive) 2790 del vars, 10215 del conss, 5062 add conss, 15 chg bounds, 1644 chg sides, 29725 chg coeffs, 11956 upgd conss, 0 impls, 100951 clqs, 0 implints
107.94/108.37	c (round 475, exhaustive) 2823 del vars, 10215 del conss, 5062 add conss, 15 chg bounds, 1644 chg sides, 29875 chg coeffs, 11956 upgd conss, 0 impls, 100433 clqs, 0 implints
107.94/108.37	c (round 476, fast)       2831 del vars, 10248 del conss, 5149 add conss, 15 chg bounds, 1644 chg sides, 29911 chg coeffs, 11956 upgd conss, 0 impls, 100433 clqs, 0 implints
107.94/108.37	c (round 477, fast)       2831 del vars, 10248 del conss, 5149 add conss, 15 chg bounds, 1653 chg sides, 30023 chg coeffs, 11956 upgd conss, 0 impls, 100433 clqs, 0 implints
107.94/108.38	c (round 478, medium)     2831 del vars, 10258 del conss, 5161 add conss, 15 chg bounds, 1665 chg sides, 30127 chg coeffs, 11956 upgd conss, 0 impls, 100450 clqs, 0 implints
108.04/108.45	c (round 479, exhaustive) 2831 del vars, 10269 del conss, 5162 add conss, 15 chg bounds, 1674 chg sides, 30190 chg coeffs, 11956 upgd conss, 0 impls, 100451 clqs, 0 implints
108.04/108.46	c (round 480, medium)     2831 del vars, 10270 del conss, 5168 add conss, 15 chg bounds, 1680 chg sides, 30252 chg coeffs, 11956 upgd conss, 0 impls, 100553 clqs, 0 implints
108.04/108.46	c (round 481, fast)       2831 del vars, 10274 del conss, 5169 add conss, 15 chg bounds, 1680 chg sides, 30252 chg coeffs, 11956 upgd conss, 0 impls, 100554 clqs, 0 implints
108.04/108.47	c (round 482, exhaustive) 2831 del vars, 10274 del conss, 5169 add conss, 15 chg bounds, 1680 chg sides, 30272 chg coeffs, 12025 upgd conss, 0 impls, 100554 clqs, 0 implints
108.04/108.48	c (round 483, exhaustive) 2831 del vars, 10283 del conss, 5169 add conss, 15 chg bounds, 1680 chg sides, 30276 chg coeffs, 12025 upgd conss, 0 impls, 100607 clqs, 0 implints
108.04/108.48	c (round 484, exhaustive) 2831 del vars, 10349 del conss, 5169 add conss, 15 chg bounds, 1680 chg sides, 30280 chg coeffs, 12025 upgd conss, 0 impls, 100608 clqs, 0 implints
108.54/108.92	c    (14.9s) probing: 2000/5420 (36.9%) - 1932 fixings, 161 aggregations, 212022 implications, 0 bound changes
108.54/108.96	c (round 485, exhaustive) 2857 del vars, 10349 del conss, 5169 add conss, 15 chg bounds, 1680 chg sides, 30352 chg coeffs, 12025 upgd conss, 0 impls, 101267 clqs, 0 implints
108.54/108.96	c (round 486, fast)       2858 del vars, 10358 del conss, 5220 add conss, 15 chg bounds, 1680 chg sides, 30357 chg coeffs, 12025 upgd conss, 0 impls, 101268 clqs, 0 implints
108.54/108.96	c (round 487, fast)       2858 del vars, 10358 del conss, 5220 add conss, 15 chg bounds, 1689 chg sides, 30393 chg coeffs, 12025 upgd conss, 0 impls, 101268 clqs, 0 implints
108.54/108.97	c (round 488, medium)     2858 del vars, 10363 del conss, 5229 add conss, 15 chg bounds, 1698 chg sides, 30508 chg coeffs, 12025 upgd conss, 0 impls, 101318 clqs, 0 implints
108.54/108.97	c (round 489, fast)       2858 del vars, 10366 del conss, 5231 add conss, 15 chg bounds, 1698 chg sides, 30508 chg coeffs, 12025 upgd conss, 0 impls, 101320 clqs, 0 implints
108.65/109.04	c (round 490, exhaustive) 2858 del vars, 10375 del conss, 5231 add conss, 15 chg bounds, 1707 chg sides, 30580 chg coeffs, 12025 upgd conss, 0 impls, 101320 clqs, 0 implints
108.65/109.05	c (round 491, medium)     2858 del vars, 10375 del conss, 5234 add conss, 15 chg bounds, 1710 chg sides, 30589 chg coeffs, 12025 upgd conss, 0 impls, 101463 clqs, 0 implints
108.65/109.06	c (round 492, exhaustive) 2858 del vars, 10379 del conss, 5234 add conss, 15 chg bounds, 1710 chg sides, 30614 chg coeffs, 12025 upgd conss, 0 impls, 101463 clqs, 0 implints
108.65/109.07	c (round 493, exhaustive) 2858 del vars, 10379 del conss, 5234 add conss, 15 chg bounds, 1710 chg sides, 30629 chg coeffs, 12065 upgd conss, 0 impls, 101499 clqs, 0 implints
108.65/109.08	c (round 494, exhaustive) 2858 del vars, 10385 del conss, 5234 add conss, 15 chg bounds, 1710 chg sides, 30637 chg coeffs, 12065 upgd conss, 0 impls, 101528 clqs, 0 implints
108.65/109.08	c (round 495, exhaustive) 2858 del vars, 10426 del conss, 5235 add conss, 15 chg bounds, 1710 chg sides, 30639 chg coeffs, 12065 upgd conss, 0 impls, 101547 clqs, 0 implints
108.83/109.25	c (round 496, exhaustive) 2883 del vars, 10426 del conss, 5235 add conss, 15 chg bounds, 1710 chg sides, 30642 chg coeffs, 12065 upgd conss, 0 impls, 100417 clqs, 0 implints
108.83/109.26	c (round 497, fast)       2883 del vars, 10426 del conss, 5305 add conss, 15 chg bounds, 1710 chg sides, 30642 chg coeffs, 12065 upgd conss, 0 impls, 100417 clqs, 0 implints
108.83/109.26	c (round 498, fast)       2883 del vars, 10426 del conss, 5305 add conss, 15 chg bounds, 1719 chg sides, 30734 chg coeffs, 12065 upgd conss, 0 impls, 100417 clqs, 0 implints
108.83/109.26	c (round 499, medium)     2883 del vars, 10437 del conss, 5391 add conss, 15 chg bounds, 1805 chg sides, 31356 chg coeffs, 12065 upgd conss, 0 impls, 100470 clqs, 0 implints
108.93/109.34	c (round 500, exhaustive) 2883 del vars, 10444 del conss, 5391 add conss, 15 chg bounds, 1812 chg sides, 31367 chg coeffs, 12065 upgd conss, 0 impls, 100470 clqs, 0 implints
108.93/109.34	c (round 501, medium)     2883 del vars, 10450 del conss, 5439 add conss, 15 chg bounds, 1861 chg sides, 31732 chg coeffs, 12065 upgd conss, 0 impls, 100523 clqs, 0 implints
108.93/109.34	c (round 502, exhaustive) 2883 del vars, 10450 del conss, 5439 add conss, 15 chg bounds, 1861 chg sides, 31734 chg coeffs, 12128 upgd conss, 0 impls, 100523 clqs, 0 implints
108.93/109.35	c (round 503, exhaustive) 2883 del vars, 10513 del conss, 5439 add conss, 15 chg bounds, 1861 chg sides, 31736 chg coeffs, 12128 upgd conss, 0 impls, 100523 clqs, 0 implints
108.93/109.35	c (round 504, fast)       2883 del vars, 10515 del conss, 5441 add conss, 15 chg bounds, 1861 chg sides, 31736 chg coeffs, 12128 upgd conss, 0 impls, 100525 clqs, 0 implints
109.13/109.53	c (round 505, exhaustive) 2908 del vars, 10515 del conss, 5441 add conss, 15 chg bounds, 1861 chg sides, 31736 chg coeffs, 12128 upgd conss, 0 impls, 98510 clqs, 0 implints
109.13/109.54	c (round 506, fast)       2908 del vars, 10522 del conss, 5507 add conss, 15 chg bounds, 1861 chg sides, 31736 chg coeffs, 12128 upgd conss, 0 impls, 98510 clqs, 0 implints
109.13/109.54	c (round 507, fast)       2908 del vars, 10522 del conss, 5507 add conss, 15 chg bounds, 1866 chg sides, 31836 chg coeffs, 12128 upgd conss, 0 impls, 98510 clqs, 0 implints
109.13/109.54	c (round 508, medium)     2908 del vars, 10534 del conss, 5603 add conss, 15 chg bounds, 1962 chg sides, 32430 chg coeffs, 12128 upgd conss, 0 impls, 98576 clqs, 0 implints
109.23/109.62	c (round 509, exhaustive) 2908 del vars, 10540 del conss, 5603 add conss, 15 chg bounds, 1968 chg sides, 32441 chg coeffs, 12128 upgd conss, 0 impls, 98576 clqs, 0 implints
109.23/109.62	c (round 510, medium)     2908 del vars, 10542 del conss, 5621 add conss, 15 chg bounds, 1992 chg sides, 32629 chg coeffs, 12128 upgd conss, 0 impls, 98622 clqs, 0 implints
109.23/109.62	c (round 511, exhaustive) 2908 del vars, 10542 del conss, 5621 add conss, 15 chg bounds, 1992 chg sides, 32629 chg coeffs, 12189 upgd conss, 0 impls, 98622 clqs, 0 implints
109.23/109.63	c (round 512, exhaustive) 2908 del vars, 10603 del conss, 5621 add conss, 15 chg bounds, 1992 chg sides, 32629 chg coeffs, 12189 upgd conss, 0 impls, 98622 clqs, 0 implints
109.43/109.82	c (round 513, exhaustive) 2933 del vars, 10603 del conss, 5621 add conss, 15 chg bounds, 1992 chg sides, 32629 chg coeffs, 12189 upgd conss, 0 impls, 96806 clqs, 0 implints
109.43/109.82	c (round 514, fast)       2933 del vars, 10620 del conss, 5695 add conss, 15 chg bounds, 1992 chg sides, 32629 chg coeffs, 12189 upgd conss, 0 impls, 96806 clqs, 0 implints
109.43/109.82	c (round 515, fast)       2933 del vars, 10620 del conss, 5695 add conss, 15 chg bounds, 2001 chg sides, 32753 chg coeffs, 12189 upgd conss, 0 impls, 96806 clqs, 0 implints
109.43/109.82	c (round 516, medium)     2933 del vars, 10627 del conss, 5740 add conss, 15 chg bounds, 2046 chg sides, 33018 chg coeffs, 12189 upgd conss, 0 impls, 96821 clqs, 0 implints
109.53/109.90	c (round 517, exhaustive) 2933 del vars, 10637 del conss, 5740 add conss, 15 chg bounds, 2056 chg sides, 33023 chg coeffs, 12189 upgd conss, 0 impls, 96821 clqs, 0 implints
109.53/109.90	c (round 518, medium)     2933 del vars, 10641 del conss, 5768 add conss, 15 chg bounds, 2084 chg sides, 33204 chg coeffs, 12189 upgd conss, 0 impls, 96838 clqs, 0 implints
109.53/109.91	c (round 519, exhaustive) 2933 del vars, 10641 del conss, 5768 add conss, 15 chg bounds, 2084 chg sides, 33204 chg coeffs, 12254 upgd conss, 0 impls, 96838 clqs, 0 implints
109.53/109.91	c (round 520, exhaustive) 2933 del vars, 10705 del conss, 5768 add conss, 15 chg bounds, 2084 chg sides, 33204 chg coeffs, 12254 upgd conss, 0 impls, 96838 clqs, 0 implints
109.75/110.15	c (round 521, exhaustive) 2958 del vars, 10705 del conss, 5768 add conss, 15 chg bounds, 2084 chg sides, 33264 chg coeffs, 12254 upgd conss, 0 impls, 95921 clqs, 0 implints
109.75/110.15	c (round 522, fast)       2959 del vars, 10735 del conss, 5849 add conss, 15 chg bounds, 2084 chg sides, 33280 chg coeffs, 12254 upgd conss, 0 impls, 95681 clqs, 0 implints
109.75/110.15	c (round 523, fast)       2959 del vars, 10735 del conss, 5849 add conss, 15 chg bounds, 2089 chg sides, 33404 chg coeffs, 12254 upgd conss, 0 impls, 95681 clqs, 0 implints
109.75/110.16	c (round 524, medium)     2959 del vars, 10751 del conss, 5864 add conss, 15 chg bounds, 2104 chg sides, 33567 chg coeffs, 12254 upgd conss, 0 impls, 95687 clqs, 0 implints
109.83/110.23	c (round 525, exhaustive) 2959 del vars, 10761 del conss, 5865 add conss, 15 chg bounds, 2111 chg sides, 33634 chg coeffs, 12254 upgd conss, 0 impls, 95688 clqs, 0 implints
109.83/110.23	c (round 526, medium)     2959 del vars, 10762 del conss, 5867 add conss, 15 chg bounds, 2113 chg sides, 33649 chg coeffs, 12254 upgd conss, 0 impls, 95736 clqs, 0 implints
109.83/110.24	c (round 527, exhaustive) 2959 del vars, 10762 del conss, 5867 add conss, 15 chg bounds, 2113 chg sides, 33681 chg coeffs, 12321 upgd conss, 0 impls, 95736 clqs, 0 implints
109.83/110.25	c (round 528, exhaustive) 2959 del vars, 10827 del conss, 5867 add conss, 15 chg bounds, 2113 chg sides, 33700 chg coeffs, 12321 upgd conss, 0 impls, 95742 clqs, 0 implints
109.83/110.25	c (round 529, exhaustive) 2959 del vars, 10834 del conss, 5867 add conss, 15 chg bounds, 2113 chg sides, 33715 chg coeffs, 12321 upgd conss, 0 impls, 95754 clqs, 0 implints
110.03/110.47	c    (16.5s) probing: 3000/5420 (55.4%) - 2046 fixings, 161 aggregations, 214743 implications, 0 bound changes
110.23/110.61	c    (16.6s) probing: 3146/5420 (58.0%) - 2046 fixings, 161 aggregations, 214895 implications, 0 bound changes
110.23/110.61	c    (16.6s) probing aborted: 50/50 successive totally useless probings
110.23/110.61	c (round 530, exhaustive) 2964 del vars, 10834 del conss, 5867 add conss, 15 chg bounds, 2113 chg sides, 33799 chg coeffs, 12321 upgd conss, 0 impls, 96169 clqs, 0 implints
110.23/110.61	c (round 531, fast)       2964 del vars, 10840 del conss, 5901 add conss, 15 chg bounds, 2113 chg sides, 33802 chg coeffs, 12321 upgd conss, 0 impls, 96172 clqs, 0 implints
110.23/110.61	c (round 532, fast)       2964 del vars, 10840 del conss, 5901 add conss, 15 chg bounds, 2118 chg sides, 33834 chg coeffs, 12321 upgd conss, 0 impls, 96172 clqs, 0 implints
110.23/110.62	c (round 533, medium)     2964 del vars, 10850 del conss, 5912 add conss, 15 chg bounds, 2129 chg sides, 33885 chg coeffs, 12321 upgd conss, 0 impls, 96183 clqs, 0 implints
110.33/110.70	c (round 534, exhaustive) 2964 del vars, 10861 del conss, 5913 add conss, 15 chg bounds, 2136 chg sides, 33946 chg coeffs, 12321 upgd conss, 0 impls, 96184 clqs, 0 implints
110.33/110.70	c (round 535, medium)     2964 del vars, 10862 del conss, 5916 add conss, 15 chg bounds, 2139 chg sides, 33985 chg coeffs, 12321 upgd conss, 0 impls, 96273 clqs, 0 implints
110.33/110.71	c (round 536, exhaustive) 2964 del vars, 10863 del conss, 5917 add conss, 15 chg bounds, 2139 chg sides, 34001 chg coeffs, 12343 upgd conss, 0 impls, 96274 clqs, 0 implints
110.33/110.72	c (round 537, exhaustive) 2964 del vars, 10889 del conss, 5917 add conss, 15 chg bounds, 2139 chg sides, 34011 chg coeffs, 12343 upgd conss, 0 impls, 96332 clqs, 0 implints
110.33/110.74	c    (16.7s) probing: 3151/5420 (58.1%) - 2046 fixings, 161 aggregations, 214895 implications, 0 bound changes
110.33/110.74	c    (16.7s) probing aborted: 50/50 successive totally useless probings
110.33/110.76	c    (16.8s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
110.33/110.78	c    (16.8s) symmetry computation finished: 16 generators found (max: 1500, log10 of symmetry group size: 4.82) (symcode time: 0.00)
110.33/110.78	c dynamic symmetry handling statistics:
110.33/110.78	c    orbitopal reduction:       no components
110.33/110.78	c    orbital reduction:         no components
110.33/110.78	c    lexicographic reduction:   16 permutations with support sizes 4, 4, 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14, 8, 6
110.33/110.78	c handled 16 out of 16 symmetry components
110.33/110.78	c presolving (538 rounds: 538 fast, 397 medium, 339 exhaustive):
110.33/110.78	c  2964 deleted vars, 10889 deleted constraints, 5917 added constraints, 15 tightened bounds, 0 added holes, 2139 changed sides, 34035 changed coefficients
110.33/110.78	c  0 implications, 96369 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
110.33/110.78	c presolved problem has 4187 variables (4187 bin, 0 int, 0 cont) and 5039 constraints
110.33/110.78	c    2211 constraints of type <knapsack>
110.33/110.78	c    2071 constraints of type <setppc>
110.33/110.78	c     447 constraints of type <linear>
110.33/110.78	c     310 constraints of type <logicor>
110.33/110.78	c transformed objective value is always integral (scale: 1)
110.33/110.78	c Presolving Time: 16.75
110.33/110.78	c 
132.78/133.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
132.78/133.21	c  39.2s|     1 |     0 | 37414 |     - |   232M |   0 |4187 |5145 |5039 |   0 |  0 | 106 |   0 |-2.400000e+01 |      --      |    Inf | unknown
132.78/133.21	c (node 1) LP solver hit time limit in LP 1 -- using pseudo solution instead
132.78/133.21	c 
132.78/133.21	c SCIP Status        : solving was interrupted [time limit reached]
132.78/133.21	c Solving Time (sec) : 39.20
132.78/133.21	c Solving Nodes      : 1
132.78/133.21	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
132.78/133.21	c Dual Bound         : -2.40000000000000e+01
132.78/133.21	c Gap                : infinite
132.78/133.21	c SCIP status: 23 (TIMELIMIT)
132.78/133.21	c pb_solver_status: sst_unknown
132.78/133.21	c LB_goalvalue: 110096
132.78/133.21	c UB_goalvalue: 3795788
132.78/133.21	c Both SAT and SCIP timed out; boosting budgets to sat=40.000000 scip=78.400000
132.78/133.21	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
132.78/133.21	c SCIP returned: sst_unknown
132.78/133.21	c SCIP primal LB: -oo, dual UB: 3795788
132.78/133.21	c assumptions: 
132.78/133.21	c invoking solver with time budget: 40.000000
173.08/173.67	c sat_solver_result: sst_unknown
173.08/173.67	[tree.c:1996] ERROR: cannot change bounds of multi-aggregated variable <t_x1829>
173.08/173.67	[tree.c:2559] ERROR: Error <-9> in function call
173.08/173.67	[scip_var.c:6199] ERROR: Error <-9> in function call
173.08/173.67	c c SAT fixed 363 new variables
173.08/173.67	c SAT solver timed out; proceeding to cooperative SCIP call
173.08/173.67	c Calling solveScip for cooperative mode with LB_goalvalue:       110096, UB_goalvalue: 3795788
173.08/173.67	c scip solving with time budget: 78.400000
173.08/173.67	c solveScip
173.08/173.67	c initScipForCoop
173.08/173.67	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
173.08/173.67	c SCIPfreeTransform due to timeout and having shadow nodes
173.08/173.67	c forcing SCIPfreeTransform before solve
173.18/173.70	c Running SCIP presolve for solve-time propagation (rounds=3)
173.18/173.72	c presolving:
173.18/173.74	c (round 1, fast)       180 del vars, 190 del conss, 0 add conss, 2 chg bounds, 2 chg sides, 3 chg coeffs, 0 upgd conss, 0 impls, 7394 clqs, 0 implints
173.18/173.77	c    (0.1s) running MILP presolver
173.18/173.79	c    (0.1s) MILP presolver (3 rounds): 8 aggregations, 8 fixings, 0 bound changes
173.18/173.79	c (round 2, medium)     200 del vars, 190 del conss, 0 add conss, 2 chg bounds, 2 chg sides, 3 chg coeffs, 0 upgd conss, 0 impls, 7366 clqs, 0 implints
173.38/173.95	c    (0.3s) sparsify finished: 2266/97951 (2.3%) nonzeros canceled - in total 2266 canceled nonzeros, 5003 changed coefficients, 0 added nonzeros
173.38/174.00	c presolving (3 rounds: 3 fast, 2 medium, 1 exhaustive):
173.38/174.00	c  343 deleted vars, 1004 deleted constraints, 0 added constraints, 2 tightened bounds, 0 added holes, 31 changed sides, 6198 changed coefficients
173.38/174.00	c  0 implications, 7425 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
173.38/174.00	c presolved problem has 6639 variables (6639 bin, 0 int, 0 cont) and 9012 constraints
173.38/174.00	c    2985 constraints of type <knapsack>
173.38/174.00	c    4795 constraints of type <setppc>
173.38/174.00	c    1074 constraints of type <linear>
173.38/174.00	c     158 constraints of type <logicor>
173.38/174.00	c transformed objective value is always integral (scale: 1)
173.38/174.00	c Presolving Time: 0.28
173.38/174.01	c c SCIP solve-time propagated 20 fixed variables
173.49/174.04	c presolving:
173.49/174.06	c (round 1, fast)       180 del vars, 190 del conss, 0 add conss, 2 chg bounds, 2 chg sides, 3 chg coeffs, 0 upgd conss, 0 impls, 7394 clqs, 0 implints
173.49/174.09	c    (0.1s) running MILP presolver
173.59/174.11	c    (0.1s) MILP presolver (3 rounds): 8 aggregations, 8 fixings, 0 bound changes
173.59/174.11	c (round 2, medium)     200 del vars, 190 del conss, 0 add conss, 2 chg bounds, 2 chg sides, 3 chg coeffs, 0 upgd conss, 0 impls, 7366 clqs, 0 implints
173.59/174.12	c (round 3, fast)       200 del vars, 220 del conss, 0 add conss, 2 chg bounds, 2 chg sides, 3 chg coeffs, 0 upgd conss, 0 impls, 7367 clqs, 0 implints
173.59/174.14	c (round 4, exhaustive) 200 del vars, 939 del conss, 0 add conss, 2 chg bounds, 31 chg sides, 3 chg coeffs, 0 upgd conss, 0 impls, 7367 clqs, 0 implints
173.59/174.14	c (round 5, fast)       201 del vars, 940 del conss, 86 add conss, 2 chg bounds, 31 chg sides, 3 chg coeffs, 0 upgd conss, 0 impls, 7365 clqs, 0 implints
173.59/174.17	c (round 6, exhaustive) 201 del vars, 940 del conss, 86 add conss, 2 chg bounds, 35 chg sides, 7 chg coeffs, 8696 upgd conss, 0 impls, 7365 clqs, 0 implints
173.59/174.18	c (round 7, medium)     219 del vars, 2038 del conss, 703 add conss, 2 chg bounds, 669 chg sides, 6449 chg coeffs, 8696 upgd conss, 0 impls, 7520 clqs, 0 implints
173.59/174.19	c (round 8, fast)       219 del vars, 2060 del conss, 703 add conss, 2 chg bounds, 669 chg sides, 6449 chg coeffs, 8696 upgd conss, 0 impls, 7520 clqs, 0 implints
173.68/174.21	c (round 9, exhaustive) 219 del vars, 2060 del conss, 703 add conss, 2 chg bounds, 669 chg sides, 8042 chg coeffs, 8696 upgd conss, 0 impls, 7520 clqs, 0 implints
173.68/174.21	c (round 10, fast)       219 del vars, 2066 del conss, 709 add conss, 2 chg bounds, 669 chg sides, 8042 chg coeffs, 8696 upgd conss, 0 impls, 7525 clqs, 0 implints
173.68/174.22	c (round 11, exhaustive) 219 del vars, 2066 del conss, 709 add conss, 2 chg bounds, 669 chg sides, 9570 chg coeffs, 8696 upgd conss, 0 impls, 7525 clqs, 0 implints
173.68/174.24	c (round 12, exhaustive) 295 del vars, 2128 del conss, 709 add conss, 2 chg bounds, 669 chg sides, 12507 chg coeffs, 8696 upgd conss, 0 impls, 7486 clqs, 0 implints
173.68/174.25	c (round 13, fast)       348 del vars, 2179 del conss, 749 add conss, 5 chg bounds, 669 chg sides, 12516 chg coeffs, 8696 upgd conss, 0 impls, 7652 clqs, 0 implints
173.68/174.26	c (round 14, exhaustive) 348 del vars, 2185 del conss, 749 add conss, 5 chg bounds, 669 chg sides, 12558 chg coeffs, 8719 upgd conss, 0 impls, 7652 clqs, 0 implints
173.68/174.27	c (round 15, exhaustive) 348 del vars, 2208 del conss, 749 add conss, 5 chg bounds, 669 chg sides, 12563 chg coeffs, 8719 upgd conss, 0 impls, 7652 clqs, 0 implints
173.88/174.40	c (round 16, exhaustive) 380 del vars, 2212 del conss, 749 add conss, 5 chg bounds, 669 chg sides, 12573 chg coeffs, 8719 upgd conss, 0 impls, 7797 clqs, 0 implints
173.88/174.40	c (round 17, fast)       387 del vars, 2263 del conss, 770 add conss, 5 chg bounds, 669 chg sides, 12583 chg coeffs, 8719 upgd conss, 0 impls, 7801 clqs, 0 implints
173.88/174.41	c (round 18, medium)     387 del vars, 2283 del conss, 785 add conss, 5 chg bounds, 688 chg sides, 12713 chg coeffs, 8719 upgd conss, 0 impls, 7805 clqs, 0 implints
173.88/174.42	c (round 19, exhaustive) 387 del vars, 2286 del conss, 785 add conss, 5 chg bounds, 689 chg sides, 12724 chg coeffs, 8731 upgd conss, 0 impls, 7805 clqs, 0 implints
173.88/174.42	c (round 20, fast)       387 del vars, 2292 del conss, 791 add conss, 5 chg bounds, 689 chg sides, 12724 chg coeffs, 8731 upgd conss, 0 impls, 7811 clqs, 0 implints
173.88/174.43	c (round 21, exhaustive) 387 del vars, 2305 del conss, 791 add conss, 5 chg bounds, 689 chg sides, 12724 chg coeffs, 8731 upgd conss, 0 impls, 7811 clqs, 0 implints
173.88/174.44	c (round 22, exhaustive) 393 del vars, 2311 del conss, 791 add conss, 5 chg bounds, 689 chg sides, 12746 chg coeffs, 8731 upgd conss, 0 impls, 7808 clqs, 0 implints
173.88/174.44	c (round 23, fast)       399 del vars, 2313 del conss, 795 add conss, 5 chg bounds, 689 chg sides, 12751 chg coeffs, 8731 upgd conss, 0 impls, 7812 clqs, 0 implints
173.98/174.53	c (round 24, exhaustive) 433 del vars, 2316 del conss, 795 add conss, 5 chg bounds, 689 chg sides, 12787 chg coeffs, 8734 upgd conss, 0 impls, 8487 clqs, 0 implints
173.98/174.54	c (round 25, fast)       433 del vars, 2353 del conss, 837 add conss, 5 chg bounds, 689 chg sides, 12801 chg coeffs, 8734 upgd conss, 0 impls, 8487 clqs, 0 implints
173.98/174.55	c (round 26, exhaustive) 434 del vars, 2354 del conss, 839 add conss, 5 chg bounds, 696 chg sides, 12810 chg coeffs, 8734 upgd conss, 0 impls, 8485 clqs, 0 implints
173.98/174.56	c (round 27, exhaustive) 434 del vars, 2358 del conss, 839 add conss, 5 chg bounds, 698 chg sides, 12815 chg coeffs, 8775 upgd conss, 0 impls, 8485 clqs, 0 implints
173.98/174.57	c (round 28, exhaustive) 434 del vars, 2395 del conss, 839 add conss, 5 chg bounds, 698 chg sides, 12820 chg coeffs, 8776 upgd conss, 0 impls, 8485 clqs, 0 implints
174.08/174.66	c (round 29, exhaustive) 462 del vars, 2399 del conss, 839 add conss, 5 chg bounds, 698 chg sides, 12908 chg coeffs, 8776 upgd conss, 0 impls, 9520 clqs, 0 implints
174.08/174.67	c (round 30, fast)       462 del vars, 2433 del conss, 887 add conss, 5 chg bounds, 698 chg sides, 12917 chg coeffs, 8776 upgd conss, 0 impls, 9527 clqs, 0 implints
174.08/174.68	c (round 31, exhaustive) 464 del vars, 2435 del conss, 891 add conss, 5 chg bounds, 702 chg sides, 12930 chg coeffs, 8776 upgd conss, 0 impls, 9520 clqs, 0 implints
174.08/174.69	c (round 32, exhaustive) 464 del vars, 2439 del conss, 891 add conss, 5 chg bounds, 702 chg sides, 12935 chg coeffs, 8822 upgd conss, 0 impls, 9520 clqs, 0 implints
174.08/174.69	c (round 33, exhaustive) 464 del vars, 2484 del conss, 894 add conss, 5 chg bounds, 702 chg sides, 12935 chg coeffs, 8822 upgd conss, 0 impls, 9523 clqs, 0 implints
174.18/174.71	c (round 34, exhaustive) 464 del vars, 4107 del conss, 894 add conss, 5 chg bounds, 702 chg sides, 12935 chg coeffs, 8822 upgd conss, 0 impls, 9523 clqs, 0 implints
174.18/174.73	c    (0.7s) running MILP presolver
174.18/174.75	c    (0.7s) MILP presolver (3 rounds): 1 aggregations, 6 fixings, 0 bound changes
174.18/174.76	c (round 35, medium)     471 del vars, 4115 del conss, 897 add conss, 5 chg bounds, 702 chg sides, 12943 chg coeffs, 8822 upgd conss, 0 impls, 9509 clqs, 0 implints
174.18/174.76	c (round 36, fast)       471 del vars, 4117 del conss, 915 add conss, 5 chg bounds, 702 chg sides, 12943 chg coeffs, 8822 upgd conss, 0 impls, 9514 clqs, 0 implints
174.18/174.77	c (round 37, exhaustive) 471 del vars, 4117 del conss, 915 add conss, 5 chg bounds, 703 chg sides, 12944 chg coeffs, 8842 upgd conss, 0 impls, 9514 clqs, 0 implints
174.18/174.77	c (round 38, exhaustive) 471 del vars, 4133 del conss, 915 add conss, 5 chg bounds, 703 chg sides, 12946 chg coeffs, 8842 upgd conss, 0 impls, 9515 clqs, 0 implints
174.49/175.03	c (round 39, exhaustive) 497 del vars, 4133 del conss, 915 add conss, 5 chg bounds, 703 chg sides, 13016 chg coeffs, 8842 upgd conss, 0 impls, 11196 clqs, 0 implints
174.49/175.04	c (round 40, fast)       497 del vars, 4160 del conss, 954 add conss, 5 chg bounds, 703 chg sides, 13016 chg coeffs, 8842 upgd conss, 0 impls, 11198 clqs, 0 implints
174.49/175.05	c (round 41, exhaustive) 500 del vars, 4160 del conss, 958 add conss, 5 chg bounds, 705 chg sides, 13038 chg coeffs, 8842 upgd conss, 0 impls, 11199 clqs, 0 implints
174.49/175.05	c (round 42, exhaustive) 500 del vars, 4161 del conss, 958 add conss, 5 chg bounds, 705 chg sides, 13040 chg coeffs, 8884 upgd conss, 0 impls, 11213 clqs, 0 implints
174.49/175.06	c (round 43, exhaustive) 500 del vars, 4204 del conss, 958 add conss, 5 chg bounds, 705 chg sides, 13040 chg coeffs, 8884 upgd conss, 0 impls, 11213 clqs, 0 implints
174.68/175.20	c (round 44, exhaustive) 528 del vars, 4204 del conss, 958 add conss, 5 chg bounds, 705 chg sides, 13070 chg coeffs, 8884 upgd conss, 0 impls, 12561 clqs, 0 implints
174.68/175.20	c (round 45, fast)       528 del vars, 4237 del conss, 996 add conss, 5 chg bounds, 705 chg sides, 13073 chg coeffs, 8884 upgd conss, 0 impls, 12563 clqs, 0 implints
174.68/175.21	c (round 46, exhaustive) 528 del vars, 4238 del conss, 996 add conss, 5 chg bounds, 710 chg sides, 13077 chg coeffs, 8884 upgd conss, 0 impls, 12563 clqs, 0 implints
174.68/175.22	c (round 47, exhaustive) 528 del vars, 4238 del conss, 996 add conss, 5 chg bounds, 710 chg sides, 13077 chg coeffs, 8921 upgd conss, 0 impls, 12563 clqs, 0 implints
174.68/175.23	c (round 48, exhaustive) 528 del vars, 4244 del conss, 996 add conss, 5 chg bounds, 710 chg sides, 13077 chg coeffs, 8921 upgd conss, 0 impls, 12563 clqs, 0 implints
174.68/175.23	c (round 49, exhaustive) 528 del vars, 4273 del conss, 996 add conss, 5 chg bounds, 710 chg sides, 13077 chg coeffs, 8921 upgd conss, 0 impls, 12563 clqs, 0 implints
174.78/175.34	c (round 50, exhaustive) 553 del vars, 4273 del conss, 996 add conss, 5 chg bounds, 710 chg sides, 13188 chg coeffs, 8921 upgd conss, 0 impls, 13547 clqs, 0 implints
174.78/175.34	c (round 51, fast)       553 del vars, 4301 del conss, 1039 add conss, 5 chg bounds, 710 chg sides, 13190 chg coeffs, 8921 upgd conss, 0 impls, 13551 clqs, 0 implints
174.78/175.35	c (round 52, exhaustive) 553 del vars, 4302 del conss, 1039 add conss, 5 chg bounds, 712 chg sides, 13194 chg coeffs, 8962 upgd conss, 0 impls, 13551 clqs, 0 implints
174.78/175.36	c (round 53, exhaustive) 553 del vars, 4308 del conss, 1039 add conss, 5 chg bounds, 712 chg sides, 13194 chg coeffs, 8962 upgd conss, 0 impls, 13551 clqs, 0 implints
174.78/175.36	c (round 54, exhaustive) 553 del vars, 4349 del conss, 1039 add conss, 5 chg bounds, 712 chg sides, 13194 chg coeffs, 8962 upgd conss, 0 impls, 13551 clqs, 0 implints
174.88/175.42	c (round 55, exhaustive) 579 del vars, 4349 del conss, 1039 add conss, 5 chg bounds, 712 chg sides, 13196 chg coeffs, 8962 upgd conss, 0 impls, 14234 clqs, 0 implints
174.88/175.42	c (round 56, fast)       579 del vars, 4381 del conss, 1087 add conss, 5 chg bounds, 712 chg sides, 13198 chg coeffs, 8962 upgd conss, 0 impls, 14236 clqs, 0 implints
174.88/175.43	c (round 57, exhaustive) 579 del vars, 4382 del conss, 1087 add conss, 5 chg bounds, 717 chg sides, 13210 chg coeffs, 8962 upgd conss, 0 impls, 14236 clqs, 0 implints
174.88/175.43	c (round 58, exhaustive) 579 del vars, 4382 del conss, 1087 add conss, 5 chg bounds, 717 chg sides, 13210 chg coeffs, 9007 upgd conss, 0 impls, 14237 clqs, 0 implints
174.88/175.44	c (round 59, exhaustive) 579 del vars, 4421 del conss, 1087 add conss, 5 chg bounds, 717 chg sides, 13210 chg coeffs, 9007 upgd conss, 0 impls, 14237 clqs, 0 implints
175.08/175.68	c (round 60, exhaustive) 606 del vars, 4421 del conss, 1087 add conss, 5 chg bounds, 717 chg sides, 13312 chg coeffs, 9007 upgd conss, 0 impls, 16537 clqs, 0 implints
175.08/175.69	c (round 61, fast)       606 del vars, 4454 del conss, 1143 add conss, 5 chg bounds, 719 chg sides, 13316 chg coeffs, 9007 upgd conss, 0 impls, 16542 clqs, 0 implints
175.17/175.70	c (round 62, exhaustive) 607 del vars, 4458 del conss, 1147 add conss, 5 chg bounds, 723 chg sides, 13334 chg coeffs, 9007 upgd conss, 0 impls, 16541 clqs, 0 implints
175.17/175.70	c (round 63, exhaustive) 607 del vars, 4459 del conss, 1147 add conss, 5 chg bounds, 723 chg sides, 13334 chg coeffs, 9064 upgd conss, 0 impls, 16545 clqs, 0 implints
175.17/175.71	c (round 64, exhaustive) 607 del vars, 4511 del conss, 1147 add conss, 5 chg bounds, 723 chg sides, 13334 chg coeffs, 9064 upgd conss, 0 impls, 16545 clqs, 0 implints
175.37/175.96	c (round 65, exhaustive) 637 del vars, 4511 del conss, 1147 add conss, 5 chg bounds, 723 chg sides, 13414 chg coeffs, 9064 upgd conss, 0 impls, 17757 clqs, 0 implints
175.37/175.96	c (round 66, fast)       637 del vars, 4542 del conss, 1198 add conss, 5 chg bounds, 723 chg sides, 13417 chg coeffs, 9064 upgd conss, 0 impls, 17759 clqs, 0 implints
175.37/175.97	c (round 67, exhaustive) 637 del vars, 4543 del conss, 1198 add conss, 5 chg bounds, 727 chg sides, 13435 chg coeffs, 9110 upgd conss, 0 impls, 17759 clqs, 0 implints
175.37/175.98	c (round 68, exhaustive) 637 del vars, 4587 del conss, 1198 add conss, 5 chg bounds, 727 chg sides, 13435 chg coeffs, 9110 upgd conss, 0 impls, 17759 clqs, 0 implints
175.59/176.17	c    (2.1s) probing: 1000/6634 (15.1%) - 263 fixings, 3 aggregations, 12504 implications, 0 bound changes
175.59/176.17	c (round 69, exhaustive) 664 del vars, 4587 del conss, 1198 add conss, 5 chg bounds, 727 chg sides, 13487 chg coeffs, 9110 upgd conss, 0 impls, 19156 clqs, 0 implints
175.59/176.17	c (round 70, fast)       664 del vars, 4618 del conss, 1255 add conss, 5 chg bounds, 727 chg sides, 13493 chg coeffs, 9110 upgd conss, 0 impls, 19156 clqs, 0 implints
175.59/176.18	c (round 71, exhaustive) 664 del vars, 4618 del conss, 1255 add conss, 5 chg bounds, 738 chg sides, 13517 chg coeffs, 9110 upgd conss, 0 impls, 19156 clqs, 0 implints
175.59/176.18	c (round 72, exhaustive) 664 del vars, 4618 del conss, 1255 add conss, 5 chg bounds, 738 chg sides, 13517 chg coeffs, 9167 upgd conss, 0 impls, 19156 clqs, 0 implints
175.59/176.19	c (round 73, exhaustive) 664 del vars, 4667 del conss, 1255 add conss, 5 chg bounds, 738 chg sides, 13517 chg coeffs, 9167 upgd conss, 0 impls, 19156 clqs, 0 implints
175.77/176.33	c (round 74, exhaustive) 691 del vars, 4667 del conss, 1255 add conss, 5 chg bounds, 738 chg sides, 13626 chg coeffs, 9167 upgd conss, 0 impls, 19940 clqs, 0 implints
175.77/176.33	c (round 75, fast)       693 del vars, 4700 del conss, 1315 add conss, 5 chg bounds, 739 chg sides, 13630 chg coeffs, 9167 upgd conss, 0 impls, 19944 clqs, 0 implints
175.77/176.33	c (round 76, fast)       693 del vars, 4700 del conss, 1315 add conss, 5 chg bounds, 745 chg sides, 13648 chg coeffs, 9167 upgd conss, 0 impls, 19944 clqs, 0 implints
175.77/176.34	c (round 77, exhaustive) 693 del vars, 4704 del conss, 1315 add conss, 5 chg bounds, 753 chg sides, 13648 chg coeffs, 9167 upgd conss, 0 impls, 19944 clqs, 0 implints
175.77/176.34	c (round 78, exhaustive) 693 del vars, 4704 del conss, 1315 add conss, 5 chg bounds, 753 chg sides, 13648 chg coeffs, 9223 upgd conss, 0 impls, 19944 clqs, 0 implints
175.77/176.34	c (round 79, exhaustive) 693 del vars, 4753 del conss, 1315 add conss, 5 chg bounds, 753 chg sides, 13648 chg coeffs, 9223 upgd conss, 0 impls, 19944 clqs, 0 implints
175.87/176.47	c (round 80, exhaustive) 719 del vars, 4753 del conss, 1315 add conss, 5 chg bounds, 753 chg sides, 13792 chg coeffs, 9223 upgd conss, 0 impls, 20460 clqs, 0 implints
175.87/176.47	c (round 81, fast)       719 del vars, 4783 del conss, 1365 add conss, 5 chg bounds, 754 chg sides, 13794 chg coeffs, 9223 upgd conss, 0 impls, 20466 clqs, 0 implints
175.87/176.48	c (round 82, exhaustive) 719 del vars, 4789 del conss, 1365 add conss, 5 chg bounds, 767 chg sides, 13815 chg coeffs, 9223 upgd conss, 0 impls, 20466 clqs, 0 implints
175.87/176.48	c (round 83, exhaustive) 719 del vars, 4789 del conss, 1365 add conss, 5 chg bounds, 767 chg sides, 13815 chg coeffs, 9268 upgd conss, 0 impls, 20466 clqs, 0 implints
175.87/176.49	c (round 84, exhaustive) 719 del vars, 4831 del conss, 1365 add conss, 5 chg bounds, 767 chg sides, 13815 chg coeffs, 9268 upgd conss, 0 impls, 20466 clqs, 0 implints
176.07/176.62	c (round 85, exhaustive) 744 del vars, 4831 del conss, 1365 add conss, 5 chg bounds, 767 chg sides, 13875 chg coeffs, 9268 upgd conss, 0 impls, 21172 clqs, 0 implints
176.07/176.63	c (round 86, fast)       744 del vars, 4858 del conss, 1420 add conss, 5 chg bounds, 767 chg sides, 13876 chg coeffs, 9268 upgd conss, 0 impls, 21174 clqs, 0 implints
176.07/176.63	c (round 87, fast)       744 del vars, 4858 del conss, 1420 add conss, 5 chg bounds, 773 chg sides, 13898 chg coeffs, 9268 upgd conss, 0 impls, 21174 clqs, 0 implints
176.07/176.64	c (round 88, exhaustive) 744 del vars, 4862 del conss, 1420 add conss, 5 chg bounds, 782 chg sides, 13903 chg coeffs, 9268 upgd conss, 0 impls, 21174 clqs, 0 implints
176.07/176.64	c (round 89, exhaustive) 744 del vars, 4862 del conss, 1420 add conss, 5 chg bounds, 782 chg sides, 13904 chg coeffs, 9319 upgd conss, 0 impls, 21174 clqs, 0 implints
176.07/176.64	c (round 90, exhaustive) 744 del vars, 4910 del conss, 1420 add conss, 5 chg bounds, 782 chg sides, 13904 chg coeffs, 9319 upgd conss, 0 impls, 21174 clqs, 0 implints
176.27/176.81	c (round 91, exhaustive) 771 del vars, 4910 del conss, 1420 add conss, 5 chg bounds, 782 chg sides, 13924 chg coeffs, 9319 upgd conss, 0 impls, 21594 clqs, 0 implints
176.27/176.81	c (round 92, fast)       773 del vars, 4938 del conss, 1488 add conss, 5 chg bounds, 782 chg sides, 13924 chg coeffs, 9319 upgd conss, 0 impls, 21594 clqs, 0 implints
176.27/176.81	c (round 93, medium)     773 del vars, 4938 del conss, 1489 add conss, 5 chg bounds, 787 chg sides, 13946 chg coeffs, 9319 upgd conss, 0 impls, 21595 clqs, 0 implints
176.27/176.82	c (round 94, exhaustive) 773 del vars, 4943 del conss, 1489 add conss, 5 chg bounds, 799 chg sides, 13946 chg coeffs, 9319 upgd conss, 0 impls, 21595 clqs, 0 implints
176.27/176.83	c (round 95, exhaustive) 773 del vars, 4943 del conss, 1489 add conss, 5 chg bounds, 799 chg sides, 13946 chg coeffs, 9383 upgd conss, 0 impls, 21595 clqs, 0 implints
176.27/176.83	c (round 96, exhaustive) 773 del vars, 4997 del conss, 1489 add conss, 5 chg bounds, 799 chg sides, 13946 chg coeffs, 9383 upgd conss, 0 impls, 21595 clqs, 0 implints
176.37/176.95	c (round 97, exhaustive) 799 del vars, 4998 del conss, 1489 add conss, 5 chg bounds, 799 chg sides, 14067 chg coeffs, 9383 upgd conss, 0 impls, 21729 clqs, 0 implints
176.37/176.95	c (round 98, fast)       799 del vars, 5029 del conss, 1544 add conss, 5 chg bounds, 799 chg sides, 14067 chg coeffs, 9383 upgd conss, 0 impls, 21734 clqs, 0 implints
176.37/176.96	c (round 99, exhaustive) 799 del vars, 5030 del conss, 1544 add conss, 5 chg bounds, 809 chg sides, 14095 chg coeffs, 9383 upgd conss, 0 impls, 21734 clqs, 0 implints
176.37/176.96	c (round 100, exhaustive) 799 del vars, 5030 del conss, 1544 add conss, 5 chg bounds, 809 chg sides, 14095 chg coeffs, 9435 upgd conss, 0 impls, 21734 clqs, 0 implints
176.37/176.97	c (round 101, exhaustive) 799 del vars, 5076 del conss, 1544 add conss, 5 chg bounds, 809 chg sides, 14095 chg coeffs, 9435 upgd conss, 0 impls, 21734 clqs, 0 implints
176.58/177.15	c (round 102, exhaustive) 825 del vars, 5076 del conss, 1544 add conss, 5 chg bounds, 809 chg sides, 14207 chg coeffs, 9435 upgd conss, 0 impls, 21702 clqs, 0 implints
176.58/177.16	c (round 103, fast)       826 del vars, 5109 del conss, 1592 add conss, 5 chg bounds, 809 chg sides, 14207 chg coeffs, 9435 upgd conss, 0 impls, 21706 clqs, 0 implints
176.58/177.16	c (round 104, exhaustive) 826 del vars, 5113 del conss, 1592 add conss, 5 chg bounds, 821 chg sides, 14235 chg coeffs, 9435 upgd conss, 0 impls, 21706 clqs, 0 implints
176.58/177.17	c (round 105, exhaustive) 826 del vars, 5113 del conss, 1592 add conss, 5 chg bounds, 821 chg sides, 14235 chg coeffs, 9479 upgd conss, 0 impls, 21706 clqs, 0 implints
176.58/177.17	c (round 106, exhaustive) 826 del vars, 5151 del conss, 1592 add conss, 5 chg bounds, 821 chg sides, 14235 chg coeffs, 9479 upgd conss, 0 impls, 21706 clqs, 0 implints
176.77/177.30	c (round 107, exhaustive) 852 del vars, 5151 del conss, 1592 add conss, 5 chg bounds, 821 chg sides, 14331 chg coeffs, 9479 upgd conss, 0 impls, 21769 clqs, 0 implints
176.77/177.30	c (round 108, fast)       852 del vars, 5180 del conss, 1654 add conss, 5 chg bounds, 821 chg sides, 14331 chg coeffs, 9479 upgd conss, 0 impls, 21772 clqs, 0 implints
176.77/177.31	c (round 109, exhaustive) 852 del vars, 5184 del conss, 1654 add conss, 5 chg bounds, 832 chg sides, 14362 chg coeffs, 9479 upgd conss, 0 impls, 21772 clqs, 0 implints
176.77/177.31	c (round 110, exhaustive) 852 del vars, 5184 del conss, 1654 add conss, 5 chg bounds, 832 chg sides, 14362 chg coeffs, 9537 upgd conss, 0 impls, 21772 clqs, 0 implints
176.77/177.32	c (round 111, exhaustive) 852 del vars, 5235 del conss, 1654 add conss, 5 chg bounds, 832 chg sides, 14362 chg coeffs, 9537 upgd conss, 0 impls, 21772 clqs, 0 implints
176.87/177.45	c (round 112, exhaustive) 877 del vars, 5235 del conss, 1654 add conss, 5 chg bounds, 832 chg sides, 14459 chg coeffs, 9537 upgd conss, 0 impls, 22546 clqs, 0 implints
176.87/177.45	c (round 113, fast)       877 del vars, 5264 del conss, 1727 add conss, 5 chg bounds, 832 chg sides, 14473 chg coeffs, 9537 upgd conss, 0 impls, 22554 clqs, 0 implints
176.87/177.45	c (round 114, medium)     880 del vars, 5270 del conss, 1733 add conss, 5 chg bounds, 839 chg sides, 14549 chg coeffs, 9537 upgd conss, 0 impls, 22502 clqs, 0 implints
176.87/177.46	c (round 115, fast)       884 del vars, 5280 del conss, 1737 add conss, 5 chg bounds, 839 chg sides, 14549 chg coeffs, 9537 upgd conss, 0 impls, 22496 clqs, 0 implints
176.87/177.46	c (round 116, medium)     884 del vars, 5282 del conss, 1741 add conss, 5 chg bounds, 843 chg sides, 14573 chg coeffs, 9537 upgd conss, 0 impls, 22498 clqs, 0 implints
176.87/177.47	c (round 117, exhaustive) 884 del vars, 5293 del conss, 1741 add conss, 5 chg bounds, 849 chg sides, 14626 chg coeffs, 9537 upgd conss, 0 impls, 22498 clqs, 0 implints
176.87/177.47	c (round 118, medium)     884 del vars, 5293 del conss, 1761 add conss, 5 chg bounds, 869 chg sides, 14670 chg coeffs, 9537 upgd conss, 0 impls, 22511 clqs, 0 implints
176.87/177.48	c (round 119, exhaustive) 884 del vars, 5299 del conss, 1761 add conss, 5 chg bounds, 869 chg sides, 14674 chg coeffs, 9537 upgd conss, 0 impls, 22511 clqs, 0 implints
176.87/177.49	c (round 120, exhaustive) 884 del vars, 5299 del conss, 1761 add conss, 5 chg bounds, 869 chg sides, 14678 chg coeffs, 9597 upgd conss, 0 impls, 22512 clqs, 0 implints
176.87/177.49	c (round 121, medium)     884 del vars, 5301 del conss, 1764 add conss, 5 chg bounds, 871 chg sides, 14694 chg coeffs, 9597 upgd conss, 0 impls, 22527 clqs, 0 implints
176.97/177.50	c (round 122, exhaustive) 884 del vars, 5356 del conss, 1764 add conss, 5 chg bounds, 871 chg sides, 14696 chg coeffs, 9597 upgd conss, 0 impls, 22527 clqs, 0 implints
176.97/177.50	c (round 123, exhaustive) 896 del vars, 5364 del conss, 1764 add conss, 5 chg bounds, 871 chg sides, 14781 chg coeffs, 9597 upgd conss, 0 impls, 22407 clqs, 0 implints
176.97/177.51	c (round 124, fast)       908 del vars, 5374 del conss, 1770 add conss, 5 chg bounds, 871 chg sides, 14792 chg coeffs, 9597 upgd conss, 0 impls, 22428 clqs, 0 implints
176.97/177.51	c (round 125, exhaustive) 908 del vars, 5375 del conss, 1770 add conss, 5 chg bounds, 872 chg sides, 14794 chg coeffs, 9602 upgd conss, 0 impls, 22429 clqs, 0 implints
176.97/177.52	c (round 126, exhaustive) 908 del vars, 5380 del conss, 1771 add conss, 5 chg bounds, 872 chg sides, 14795 chg coeffs, 9602 upgd conss, 0 impls, 22431 clqs, 0 implints
176.97/177.55	c (round 127, exhaustive) 934 del vars, 5380 del conss, 1771 add conss, 5 chg bounds, 872 chg sides, 14798 chg coeffs, 9602 upgd conss, 0 impls, 22935 clqs, 0 implints
176.97/177.55	c (round 128, fast)       935 del vars, 5404 del conss, 1797 add conss, 5 chg bounds, 872 chg sides, 14812 chg coeffs, 9602 upgd conss, 0 impls, 22938 clqs, 0 implints
176.97/177.56	c (round 129, medium)     935 del vars, 5417 del conss, 1809 add conss, 5 chg bounds, 887 chg sides, 14911 chg coeffs, 9602 upgd conss, 0 impls, 22942 clqs, 0 implints
176.97/177.57	c (round 130, exhaustive) 935 del vars, 5425 del conss, 1809 add conss, 5 chg bounds, 890 chg sides, 14919 chg coeffs, 9602 upgd conss, 0 impls, 22942 clqs, 0 implints
176.97/177.57	c (round 131, exhaustive) 935 del vars, 5428 del conss, 1810 add conss, 5 chg bounds, 890 chg sides, 14920 chg coeffs, 9616 upgd conss, 0 impls, 22942 clqs, 0 implints
176.97/177.58	c (round 132, exhaustive) 935 del vars, 5441 del conss, 1810 add conss, 5 chg bounds, 890 chg sides, 14921 chg coeffs, 9616 upgd conss, 0 impls, 22943 clqs, 0 implints
177.07/177.64	c (round 133, exhaustive) 962 del vars, 5443 del conss, 1811 add conss, 5 chg bounds, 890 chg sides, 14962 chg coeffs, 9616 upgd conss, 0 impls, 27161 clqs, 0 implints
177.07/177.65	c (round 134, fast)       962 del vars, 5468 del conss, 1851 add conss, 5 chg bounds, 890 chg sides, 14972 chg coeffs, 9616 upgd conss, 0 impls, 27171 clqs, 0 implints
177.07/177.65	c (round 135, medium)     965 del vars, 5470 del conss, 1853 add conss, 5 chg bounds, 896 chg sides, 14995 chg coeffs, 9616 upgd conss, 0 impls, 27042 clqs, 0 implints
177.07/177.65	c (round 136, fast)       968 del vars, 5477 del conss, 1855 add conss, 5 chg bounds, 896 chg sides, 14995 chg coeffs, 9616 upgd conss, 0 impls, 27016 clqs, 0 implints
177.07/177.66	c (round 137, medium)     968 del vars, 5484 del conss, 1861 add conss, 5 chg bounds, 902 chg sides, 15029 chg coeffs, 9616 upgd conss, 0 impls, 27020 clqs, 0 implints
177.07/177.67	c (round 138, exhaustive) 968 del vars, 5496 del conss, 1861 add conss, 5 chg bounds, 907 chg sides, 15142 chg coeffs, 9616 upgd conss, 0 impls, 27020 clqs, 0 implints
177.07/177.67	c (round 139, medium)     968 del vars, 5504 del conss, 1870 add conss, 5 chg bounds, 915 chg sides, 15224 chg coeffs, 9616 upgd conss, 0 impls, 27068 clqs, 0 implints
177.07/177.68	c (round 140, exhaustive) 968 del vars, 5507 del conss, 1872 add conss, 5 chg bounds, 915 chg sides, 15312 chg coeffs, 9645 upgd conss, 0 impls, 27070 clqs, 0 implints
177.07/177.69	c (round 141, exhaustive) 968 del vars, 5536 del conss, 1872 add conss, 5 chg bounds, 915 chg sides, 15373 chg coeffs, 9645 upgd conss, 0 impls, 27127 clqs, 0 implints
177.17/177.75	c (round 142, exhaustive) 994 del vars, 5537 del conss, 1873 add conss, 5 chg bounds, 915 chg sides, 15450 chg coeffs, 9645 upgd conss, 0 impls, 29582 clqs, 0 implints
177.17/177.75	c (round 143, fast)       994 del vars, 5563 del conss, 1920 add conss, 5 chg bounds, 915 chg sides, 15456 chg coeffs, 9645 upgd conss, 0 impls, 29594 clqs, 0 implints
177.17/177.76	c (round 144, medium)     994 del vars, 5571 del conss, 1932 add conss, 5 chg bounds, 931 chg sides, 15601 chg coeffs, 9645 upgd conss, 0 impls, 29693 clqs, 0 implints
177.17/177.77	c (round 145, exhaustive) 994 del vars, 5576 del conss, 1932 add conss, 5 chg bounds, 935 chg sides, 15742 chg coeffs, 9645 upgd conss, 0 impls, 29693 clqs, 0 implints
177.17/177.79	c (round 146, exhaustive) 994 del vars, 5578 del conss, 1934 add conss, 5 chg bounds, 935 chg sides, 15834 chg coeffs, 9676 upgd conss, 0 impls, 29779 clqs, 0 implints
177.27/177.80	c (round 147, exhaustive) 994 del vars, 5607 del conss, 1936 add conss, 5 chg bounds, 935 chg sides, 15877 chg coeffs, 9676 upgd conss, 0 impls, 29865 clqs, 0 implints
177.27/177.80	c (round 148, fast)       994 del vars, 5610 del conss, 1939 add conss, 5 chg bounds, 935 chg sides, 15877 chg coeffs, 9676 upgd conss, 0 impls, 29868 clqs, 0 implints
177.27/177.81	c (round 149, exhaustive) 994 del vars, 5640 del conss, 1939 add conss, 5 chg bounds, 935 chg sides, 15909 chg coeffs, 9676 upgd conss, 0 impls, 29884 clqs, 0 implints
177.27/177.81	c (round 150, fast)       994 del vars, 5643 del conss, 1942 add conss, 5 chg bounds, 935 chg sides, 15909 chg coeffs, 9676 upgd conss, 0 impls, 29887 clqs, 0 implints
177.27/177.82	c (round 151, exhaustive) 1007 del vars, 5645 del conss, 1942 add conss, 5 chg bounds, 935 chg sides, 15982 chg coeffs, 9676 upgd conss, 0 impls, 29494 clqs, 0 implints
177.27/177.82	c (round 152, fast)       1020 del vars, 5663 del conss, 1962 add conss, 5 chg bounds, 935 chg sides, 15982 chg coeffs, 9676 upgd conss, 0 impls, 29511 clqs, 0 implints
177.27/177.82	c (round 153, medium)     1020 del vars, 5671 del conss, 1975 add conss, 5 chg bounds, 948 chg sides, 16156 chg coeffs, 9676 upgd conss, 0 impls, 29547 clqs, 0 implints
177.27/177.83	c (round 154, fast)       1020 del vars, 5674 del conss, 1978 add conss, 5 chg bounds, 948 chg sides, 16156 chg coeffs, 9676 upgd conss, 0 impls, 29550 clqs, 0 implints
177.27/177.84	c (round 155, exhaustive) 1020 del vars, 5676 del conss, 1978 add conss, 5 chg bounds, 948 chg sides, 16169 chg coeffs, 9681 upgd conss, 0 impls, 29550 clqs, 0 implints
177.27/177.85	c (round 156, exhaustive) 1020 del vars, 5681 del conss, 1980 add conss, 5 chg bounds, 948 chg sides, 16179 chg coeffs, 9681 upgd conss, 0 impls, 29560 clqs, 0 implints
177.27/177.85	c (round 157, exhaustive) 1020 del vars, 5698 del conss, 1982 add conss, 5 chg bounds, 948 chg sides, 16183 chg coeffs, 9681 upgd conss, 0 impls, 29564 clqs, 0 implints
177.37/177.96	c    (3.9s) probing: 2000/6634 (30.1%) - 542 fixings, 33 aggregations, 27742 implications, 0 bound changes
177.37/178.00	c (round 158, exhaustive) 1045 del vars, 5698 del conss, 1982 add conss, 5 chg bounds, 948 chg sides, 16261 chg coeffs, 9681 upgd conss, 0 impls, 29738 clqs, 0 implints
177.37/178.00	c (round 159, fast)       1046 del vars, 5718 del conss, 2029 add conss, 5 chg bounds, 948 chg sides, 16273 chg coeffs, 9681 upgd conss, 0 impls, 29746 clqs, 0 implints
177.37/178.00	c (round 160, fast)       1046 del vars, 5718 del conss, 2029 add conss, 5 chg bounds, 955 chg sides, 16284 chg coeffs, 9681 upgd conss, 0 impls, 29746 clqs, 0 implints
177.37/178.01	c (round 161, medium)     1046 del vars, 5729 del conss, 2037 add conss, 5 chg bounds, 963 chg sides, 16388 chg coeffs, 9681 upgd conss, 0 impls, 29748 clqs, 0 implints
177.48/178.03	c (round 162, exhaustive) 1046 del vars, 5737 del conss, 2037 add conss, 5 chg bounds, 970 chg sides, 16419 chg coeffs, 9681 upgd conss, 0 impls, 29748 clqs, 0 implints
177.48/178.03	c (round 163, medium)     1046 del vars, 5739 del conss, 2039 add conss, 5 chg bounds, 972 chg sides, 16449 chg coeffs, 9681 upgd conss, 0 impls, 29787 clqs, 0 implints
177.48/178.04	c (round 164, exhaustive) 1046 del vars, 5739 del conss, 2039 add conss, 5 chg bounds, 972 chg sides, 16459 chg coeffs, 9714 upgd conss, 0 impls, 29787 clqs, 0 implints
177.48/178.04	c (round 165, exhaustive) 1046 del vars, 5773 del conss, 2039 add conss, 5 chg bounds, 972 chg sides, 16462 chg coeffs, 9714 upgd conss, 0 impls, 29832 clqs, 0 implints
177.48/178.05	c (round 166, exhaustive) 1051 del vars, 5780 del conss, 2039 add conss, 5 chg bounds, 972 chg sides, 16502 chg coeffs, 9714 upgd conss, 0 impls, 29620 clqs, 0 implints
177.48/178.05	c (round 167, fast)       1056 del vars, 5783 del conss, 2042 add conss, 5 chg bounds, 972 chg sides, 16505 chg coeffs, 9714 upgd conss, 0 impls, 29625 clqs, 0 implints
177.48/178.06	c (round 168, exhaustive) 1056 del vars, 5788 del conss, 2042 add conss, 5 chg bounds, 972 chg sides, 16509 chg coeffs, 9717 upgd conss, 0 impls, 29625 clqs, 0 implints
177.58/178.19	c (round 169, exhaustive) 1081 del vars, 5789 del conss, 2043 add conss, 5 chg bounds, 972 chg sides, 16511 chg coeffs, 9717 upgd conss, 0 impls, 33041 clqs, 0 implints
177.58/178.19	c (round 170, fast)       1081 del vars, 5813 del conss, 2080 add conss, 5 chg bounds, 972 chg sides, 16520 chg coeffs, 9717 upgd conss, 0 impls, 33041 clqs, 0 implints
177.67/178.20	c (round 171, medium)     1082 del vars, 5824 del conss, 2091 add conss, 5 chg bounds, 987 chg sides, 16668 chg coeffs, 9717 upgd conss, 0 impls, 33014 clqs, 0 implints
177.67/178.20	c (round 172, fast)       1083 del vars, 5830 del conss, 2093 add conss, 5 chg bounds, 987 chg sides, 16668 chg coeffs, 9717 upgd conss, 0 impls, 33014 clqs, 0 implints
177.67/178.22	c (round 173, exhaustive) 1083 del vars, 5835 del conss, 2093 add conss, 5 chg bounds, 989 chg sides, 16821 chg coeffs, 9717 upgd conss, 0 impls, 33015 clqs, 0 implints
177.67/178.22	c (round 174, medium)     1083 del vars, 5847 del conss, 2109 add conss, 5 chg bounds, 1003 chg sides, 16986 chg coeffs, 9717 upgd conss, 0 impls, 33101 clqs, 0 implints
177.67/178.24	c (round 175, exhaustive) 1083 del vars, 5847 del conss, 2109 add conss, 5 chg bounds, 1003 chg sides, 17055 chg coeffs, 9746 upgd conss, 0 impls, 33101 clqs, 0 implints
177.67/178.25	c (round 176, exhaustive) 1083 del vars, 5878 del conss, 2109 add conss, 5 chg bounds, 1003 chg sides, 17108 chg coeffs, 9746 upgd conss, 0 impls, 33215 clqs, 0 implints
177.67/178.26	c (round 177, exhaustive) 1088 del vars, 5880 del conss, 2110 add conss, 5 chg bounds, 1003 chg sides, 17173 chg coeffs, 9746 upgd conss, 0 impls, 33100 clqs, 0 implints
177.67/178.26	c (round 178, fast)       1093 del vars, 5884 del conss, 2113 add conss, 5 chg bounds, 1003 chg sides, 17174 chg coeffs, 9746 upgd conss, 0 impls, 33103 clqs, 0 implints
177.67/178.27	c (round 179, exhaustive) 1093 del vars, 5884 del conss, 2114 add conss, 5 chg bounds, 1004 chg sides, 17208 chg coeffs, 9749 upgd conss, 0 impls, 33107 clqs, 0 implints
178.48/179.02	c    (5.0s) probing: 2780/6634 (41.9%) - 565 fixings, 54 aggregations, 34816 implications, 0 bound changes
178.48/179.02	c    (5.0s) probing aborted: 50/50 successive totally useless probings
178.48/179.02	c (round 180, exhaustive) 1111 del vars, 5887 del conss, 2114 add conss, 5 chg bounds, 1004 chg sides, 17232 chg coeffs, 9749 upgd conss, 0 impls, 34215 clqs, 0 implints
178.48/179.02	c (round 181, fast)       1111 del vars, 5896 del conss, 2186 add conss, 5 chg bounds, 1004 chg sides, 17232 chg coeffs, 9749 upgd conss, 0 impls, 34215 clqs, 0 implints
178.48/179.02	c (round 182, fast)       1111 del vars, 5896 del conss, 2186 add conss, 5 chg bounds, 1011 chg sides, 17247 chg coeffs, 9749 upgd conss, 0 impls, 34215 clqs, 0 implints
178.48/179.03	c (round 183, medium)     1111 del vars, 5899 del conss, 2190 add conss, 5 chg bounds, 1015 chg sides, 17299 chg coeffs, 9749 upgd conss, 0 impls, 34221 clqs, 0 implints
178.48/179.05	c (round 184, exhaustive) 1111 del vars, 5903 del conss, 2190 add conss, 5 chg bounds, 1019 chg sides, 17363 chg coeffs, 9749 upgd conss, 0 impls, 34221 clqs, 0 implints
178.48/179.05	c (round 185, medium)     1111 del vars, 5911 del conss, 2218 add conss, 5 chg bounds, 1045 chg sides, 17551 chg coeffs, 9749 upgd conss, 0 impls, 34334 clqs, 0 implints
178.48/179.06	c (round 186, exhaustive) 1111 del vars, 5915 del conss, 2218 add conss, 5 chg bounds, 1045 chg sides, 17595 chg coeffs, 9814 upgd conss, 0 impls, 34334 clqs, 0 implints
178.48/179.07	c (round 187, exhaustive) 1111 del vars, 5982 del conss, 2220 add conss, 5 chg bounds, 1045 chg sides, 17626 chg coeffs, 9814 upgd conss, 0 impls, 34384 clqs, 0 implints
178.48/179.07	c (round 188, fast)       1111 del vars, 5991 del conss, 2229 add conss, 5 chg bounds, 1045 chg sides, 17626 chg coeffs, 9814 upgd conss, 0 impls, 34393 clqs, 0 implints
178.48/179.08	c (round 189, exhaustive) 1111 del vars, 6010 del conss, 2229 add conss, 5 chg bounds, 1045 chg sides, 17642 chg coeffs, 9814 upgd conss, 0 impls, 34415 clqs, 0 implints
178.58/179.18	c    (5.2s) sparsify aborted: 8/77449 (0.0%) nonzeros canceled - in total 8 canceled nonzeros, 8 changed coefficients, 0 added nonzeros
178.67/179.29	c (round 190, exhaustive) 1136 del vars, 6010 del conss, 2229 add conss, 5 chg bounds, 1045 chg sides, 17691 chg coeffs, 9814 upgd conss, 0 impls, 37984 clqs, 0 implints
178.67/179.29	c (round 191, fast)       1136 del vars, 6045 del conss, 2303 add conss, 5 chg bounds, 1045 chg sides, 17691 chg coeffs, 9814 upgd conss, 0 impls, 37990 clqs, 0 implints
178.77/179.33	c (round 192, exhaustive) 1137 del vars, 6050 del conss, 2303 add conss, 5 chg bounds, 1054 chg sides, 17844 chg coeffs, 9814 upgd conss, 0 impls, 37968 clqs, 0 implints
178.77/179.33	c (round 193, exhaustive) 1137 del vars, 6050 del conss, 2303 add conss, 5 chg bounds, 1054 chg sides, 17855 chg coeffs, 9880 upgd conss, 0 impls, 38040 clqs, 0 implints
178.77/179.34	c (round 194, exhaustive) 1137 del vars, 6107 del conss, 2303 add conss, 5 chg bounds, 1054 chg sides, 17865 chg coeffs, 9880 upgd conss, 0 impls, 38041 clqs, 0 implints
178.87/179.49	c (round 195, exhaustive) 1163 del vars, 6108 del conss, 2304 add conss, 5 chg bounds, 1054 chg sides, 18041 chg coeffs, 9880 upgd conss, 0 impls, 39372 clqs, 0 implints
178.97/179.50	c (round 196, fast)       1163 del vars, 6133 del conss, 2370 add conss, 5 chg bounds, 1054 chg sides, 18041 chg coeffs, 9880 upgd conss, 0 impls, 39378 clqs, 0 implints
178.97/179.53	c (round 197, exhaustive) 1163 del vars, 6140 del conss, 2371 add conss, 5 chg bounds, 1056 chg sides, 18124 chg coeffs, 9880 upgd conss, 0 impls, 39378 clqs, 0 implints
178.97/179.53	c (round 198, exhaustive) 1163 del vars, 6140 del conss, 2371 add conss, 5 chg bounds, 1056 chg sides, 18124 chg coeffs, 9936 upgd conss, 0 impls, 39379 clqs, 0 implints
178.97/179.54	c (round 199, exhaustive) 1163 del vars, 6187 del conss, 2371 add conss, 5 chg bounds, 1056 chg sides, 18124 chg coeffs, 9936 upgd conss, 0 impls, 39380 clqs, 0 implints
178.97/179.59	c (round 200, exhaustive) 1190 del vars, 6188 del conss, 2371 add conss, 5 chg bounds, 1056 chg sides, 18276 chg coeffs, 9936 upgd conss, 0 impls, 38962 clqs, 0 implints
178.97/179.59	c (round 201, fast)       1192 del vars, 6192 del conss, 2424 add conss, 5 chg bounds, 1056 chg sides, 18276 chg coeffs, 9936 upgd conss, 0 impls, 38943 clqs, 0 implints
179.06/179.62	c (round 202, exhaustive) 1192 del vars, 6192 del conss, 2424 add conss, 5 chg bounds, 1061 chg sides, 18343 chg coeffs, 9936 upgd conss, 0 impls, 38943 clqs, 0 implints
179.06/179.62	c (round 203, exhaustive) 1192 del vars, 6192 del conss, 2424 add conss, 5 chg bounds, 1061 chg sides, 18343 chg coeffs, 9989 upgd conss, 0 impls, 38943 clqs, 0 implints
179.06/179.63	c (round 204, exhaustive) 1192 del vars, 6245 del conss, 2424 add conss, 5 chg bounds, 1061 chg sides, 18343 chg coeffs, 9989 upgd conss, 0 impls, 38943 clqs, 0 implints
179.06/179.69	c (round 205, exhaustive) 1217 del vars, 6245 del conss, 2424 add conss, 5 chg bounds, 1061 chg sides, 18343 chg coeffs, 9989 upgd conss, 0 impls, 38741 clqs, 0 implints
179.06/179.69	c (round 206, fast)       1217 del vars, 6271 del conss, 2496 add conss, 5 chg bounds, 1061 chg sides, 18343 chg coeffs, 9989 upgd conss, 0 impls, 38741 clqs, 0 implints
179.16/179.72	c (round 207, exhaustive) 1217 del vars, 6278 del conss, 2496 add conss, 5 chg bounds, 1071 chg sides, 18443 chg coeffs, 9989 upgd conss, 0 impls, 38741 clqs, 0 implints
179.16/179.73	c (round 208, exhaustive) 1217 del vars, 6278 del conss, 2496 add conss, 5 chg bounds, 1071 chg sides, 18447 chg coeffs, 10054 upgd conss, 0 impls, 38741 clqs, 0 implints
179.16/179.74	c (round 209, exhaustive) 1217 del vars, 6330 del conss, 2496 add conss, 5 chg bounds, 1071 chg sides, 18450 chg coeffs, 10054 upgd conss, 0 impls, 38741 clqs, 0 implints
179.26/179.84	c    (5.8s) sparsify aborted: 6/77352 (0.0%) nonzeros canceled - in total 14 canceled nonzeros, 14 changed coefficients, 0 added nonzeros
179.26/179.87	c    (5.8s) probing: 3000/6634 (45.2%) - 603 fixings, 120 aggregations, 53478 implications, 0 bound changes
180.26/180.81	c (round 210, exhaustive) 1242 del vars, 6330 del conss, 2496 add conss, 5 chg bounds, 1071 chg sides, 18698 chg coeffs, 10054 upgd conss, 0 impls, 52788 clqs, 0 implints
180.26/180.82	c (round 211, fast)       1244 del vars, 6359 del conss, 2588 add conss, 6 chg bounds, 1071 chg sides, 18704 chg coeffs, 10054 upgd conss, 0 impls, 52692 clqs, 0 implints
180.26/180.82	c (round 212, fast)       1244 del vars, 6359 del conss, 2589 add conss, 6 chg bounds, 1075 chg sides, 18808 chg coeffs, 10054 upgd conss, 0 impls, 52692 clqs, 0 implints
180.26/180.83	c (round 213, medium)     1245 del vars, 6364 del conss, 2595 add conss, 6 chg bounds, 1081 chg sides, 18896 chg coeffs, 10054 upgd conss, 0 impls, 52489 clqs, 0 implints
180.26/180.83	c (round 214, fast)       1259 del vars, 6382 del conss, 2598 add conss, 7 chg bounds, 1081 chg sides, 18896 chg coeffs, 10054 upgd conss, 0 impls, 52436 clqs, 0 implints
180.26/180.86	c (round 215, exhaustive) 1259 del vars, 6390 del conss, 2598 add conss, 7 chg bounds, 1088 chg sides, 19048 chg coeffs, 10054 upgd conss, 0 impls, 52436 clqs, 0 implints
180.26/180.87	c (round 216, medium)     1259 del vars, 6393 del conss, 2603 add conss, 7 chg bounds, 1093 chg sides, 19136 chg coeffs, 10054 upgd conss, 0 impls, 52618 clqs, 0 implints
180.26/180.88	c (round 217, exhaustive) 1259 del vars, 6398 del conss, 2604 add conss, 7 chg bounds, 1093 chg sides, 19257 chg coeffs, 10054 upgd conss, 0 impls, 52619 clqs, 0 implints
180.36/180.90	c (round 218, exhaustive) 1259 del vars, 6402 del conss, 2604 add conss, 7 chg bounds, 1093 chg sides, 19333 chg coeffs, 10125 upgd conss, 0 impls, 52796 clqs, 0 implints
180.36/180.91	c (round 219, exhaustive) 1259 del vars, 6471 del conss, 2604 add conss, 7 chg bounds, 1093 chg sides, 19381 chg coeffs, 10125 upgd conss, 0 impls, 52901 clqs, 0 implints
180.36/180.93	c (round 220, exhaustive) 1282 del vars, 6493 del conss, 2604 add conss, 7 chg bounds, 1093 chg sides, 19593 chg coeffs, 10125 upgd conss, 0 impls, 52071 clqs, 0 implints
180.36/180.93	c (round 221, fast)       1305 del vars, 6516 del conss, 2635 add conss, 7 chg bounds, 1093 chg sides, 19594 chg coeffs, 10125 upgd conss, 0 impls, 52090 clqs, 0 implints
180.36/180.94	c (round 222, exhaustive) 1305 del vars, 6516 del conss, 2635 add conss, 7 chg bounds, 1093 chg sides, 19618 chg coeffs, 10156 upgd conss, 0 impls, 52117 clqs, 0 implints
180.36/180.95	c (round 223, exhaustive) 1306 del vars, 6518 del conss, 2635 add conss, 7 chg bounds, 1093 chg sides, 20137 chg coeffs, 10156 upgd conss, 0 impls, 52054 clqs, 0 implints
180.36/180.96	c (round 224, medium)     1307 del vars, 6521 del conss, 2638 add conss, 7 chg bounds, 1095 chg sides, 20171 chg coeffs, 10156 upgd conss, 0 impls, 52094 clqs, 0 implints
180.47/181.06	c    (7.0s) sparsify aborted: 18/77030 (0.0%) nonzeros canceled - in total 32 canceled nonzeros, 33 changed coefficients, 0 added nonzeros
180.66/181.29	c    (7.3s) probing: 4000/6634 (60.3%) - 647 fixings, 120 aggregations, 71974 implications, 0 bound changes
180.76/181.31	c (round 225, exhaustive) 1332 del vars, 6521 del conss, 2638 add conss, 7 chg bounds, 1095 chg sides, 20212 chg coeffs, 10156 upgd conss, 0 impls, 54630 clqs, 0 implints
180.76/181.31	c (round 226, fast)       1332 del vars, 6552 del conss, 2728 add conss, 7 chg bounds, 1095 chg sides, 20240 chg coeffs, 10156 upgd conss, 0 impls, 54637 clqs, 0 implints
180.76/181.31	c (round 227, medium)     1332 del vars, 6552 del conss, 2729 add conss, 7 chg bounds, 1100 chg sides, 20262 chg coeffs, 10156 upgd conss, 0 impls, 54639 clqs, 0 implints
180.76/181.35	c (round 228, exhaustive) 1332 del vars, 6560 del conss, 2730 add conss, 7 chg bounds, 1107 chg sides, 20354 chg coeffs, 10156 upgd conss, 0 impls, 54640 clqs, 0 implints
180.76/181.37	c (round 229, exhaustive) 1332 del vars, 6560 del conss, 2730 add conss, 7 chg bounds, 1107 chg sides, 20409 chg coeffs, 10216 upgd conss, 0 impls, 54753 clqs, 0 implints
180.76/181.38	c (round 230, exhaustive) 1332 del vars, 6618 del conss, 2730 add conss, 7 chg bounds, 1107 chg sides, 20454 chg coeffs, 10216 upgd conss, 0 impls, 54878 clqs, 0 implints
180.76/181.39	c (round 231, exhaustive) 1332 del vars, 6623 del conss, 2730 add conss, 7 chg bounds, 1107 chg sides, 20488 chg coeffs, 10216 upgd conss, 0 impls, 54907 clqs, 0 implints
181.06/181.63	c (round 232, exhaustive) 1365 del vars, 6624 del conss, 2730 add conss, 7 chg bounds, 1107 chg sides, 20547 chg coeffs, 10216 upgd conss, 0 impls, 55606 clqs, 0 implints
181.06/181.63	c (round 233, fast)       1372 del vars, 6666 del conss, 2808 add conss, 7 chg bounds, 1107 chg sides, 20573 chg coeffs, 10216 upgd conss, 0 impls, 55616 clqs, 0 implints
181.06/181.64	c (round 234, medium)     1372 del vars, 6679 del conss, 2823 add conss, 7 chg bounds, 1123 chg sides, 20697 chg coeffs, 10216 upgd conss, 0 impls, 55645 clqs, 0 implints
181.06/181.67	c (round 235, exhaustive) 1372 del vars, 6689 del conss, 2824 add conss, 7 chg bounds, 1129 chg sides, 20796 chg coeffs, 10216 upgd conss, 0 impls, 55646 clqs, 0 implints
181.06/181.68	c (round 236, fast)       1372 del vars, 6695 del conss, 2830 add conss, 7 chg bounds, 1129 chg sides, 20796 chg coeffs, 10216 upgd conss, 0 impls, 55652 clqs, 0 implints
181.06/181.68	c (round 237, medium)     1372 del vars, 6697 del conss, 2832 add conss, 7 chg bounds, 1131 chg sides, 20809 chg coeffs, 10216 upgd conss, 0 impls, 55727 clqs, 0 implints
181.06/181.69	c (round 238, exhaustive) 1372 del vars, 6697 del conss, 2832 add conss, 7 chg bounds, 1131 chg sides, 20858 chg coeffs, 10277 upgd conss, 0 impls, 55727 clqs, 0 implints
181.16/181.70	c (round 239, exhaustive) 1373 del vars, 6754 del conss, 2832 add conss, 7 chg bounds, 1131 chg sides, 20896 chg coeffs, 10277 upgd conss, 0 impls, 55759 clqs, 0 implints
181.16/181.71	c (round 240, exhaustive) 1380 del vars, 6761 del conss, 2833 add conss, 7 chg bounds, 1132 chg sides, 20990 chg coeffs, 10277 upgd conss, 0 impls, 55404 clqs, 0 implints
181.16/181.72	c (round 241, fast)       1386 del vars, 6765 del conss, 2840 add conss, 7 chg bounds, 1132 chg sides, 20991 chg coeffs, 10277 upgd conss, 0 impls, 55410 clqs, 0 implints
181.16/181.73	c (round 242, exhaustive) 1386 del vars, 6765 del conss, 2840 add conss, 7 chg bounds, 1132 chg sides, 21009 chg coeffs, 10283 upgd conss, 0 impls, 55428 clqs, 0 implints
181.16/181.74	c (round 243, exhaustive) 1386 del vars, 6771 del conss, 2840 add conss, 7 chg bounds, 1132 chg sides, 21025 chg coeffs, 10283 upgd conss, 0 impls, 55444 clqs, 0 implints
181.16/181.75	c (round 244, exhaustive) 1386 del vars, 6784 del conss, 2842 add conss, 7 chg bounds, 1132 chg sides, 21038 chg coeffs, 10283 upgd conss, 0 impls, 55463 clqs, 0 implints
181.16/181.78	c (round 245, exhaustive) 1414 del vars, 6784 del conss, 2842 add conss, 7 chg bounds, 1132 chg sides, 21042 chg coeffs, 10283 upgd conss, 0 impls, 55132 clqs, 0 implints
181.16/181.78	c (round 246, fast)       1415 del vars, 6817 del conss, 2882 add conss, 7 chg bounds, 1132 chg sides, 21063 chg coeffs, 10283 upgd conss, 0 impls, 55143 clqs, 0 implints
181.16/181.78	c (round 247, medium)     1415 del vars, 6823 del conss, 2892 add conss, 7 chg bounds, 1143 chg sides, 21159 chg coeffs, 10283 upgd conss, 0 impls, 55151 clqs, 0 implints
181.16/181.78	c (round 248, fast)       1415 del vars, 6832 del conss, 2898 add conss, 7 chg bounds, 1143 chg sides, 21159 chg coeffs, 10283 upgd conss, 0 impls, 55155 clqs, 0 implints
181.26/181.81	c (round 249, exhaustive) 1415 del vars, 6835 del conss, 2898 add conss, 7 chg bounds, 1146 chg sides, 21191 chg coeffs, 10283 upgd conss, 0 impls, 55155 clqs, 0 implints
181.26/181.81	c (round 250, fast)       1415 del vars, 6839 del conss, 2902 add conss, 7 chg bounds, 1146 chg sides, 21191 chg coeffs, 10283 upgd conss, 0 impls, 55158 clqs, 0 implints
181.26/181.82	c (round 251, exhaustive) 1415 del vars, 6839 del conss, 2902 add conss, 7 chg bounds, 1146 chg sides, 21198 chg coeffs, 10308 upgd conss, 0 impls, 55165 clqs, 0 implints
181.26/181.82	c (round 252, exhaustive) 1415 del vars, 6865 del conss, 2902 add conss, 7 chg bounds, 1146 chg sides, 21205 chg coeffs, 10308 upgd conss, 0 impls, 55169 clqs, 0 implints
181.26/181.83	c (round 253, exhaustive) 1423 del vars, 6874 del conss, 2902 add conss, 7 chg bounds, 1146 chg sides, 21229 chg coeffs, 10308 upgd conss, 0 impls, 55015 clqs, 0 implints
181.26/181.83	c (round 254, fast)       1432 del vars, 6879 del conss, 2909 add conss, 7 chg bounds, 1146 chg sides, 21231 chg coeffs, 10308 upgd conss, 0 impls, 55016 clqs, 0 implints
181.26/181.84	c (round 255, exhaustive) 1432 del vars, 6883 del conss, 2909 add conss, 7 chg bounds, 1146 chg sides, 21232 chg coeffs, 10312 upgd conss, 0 impls, 55016 clqs, 0 implints
181.47/182.06	c (round 256, exhaustive) 1458 del vars, 6883 del conss, 2909 add conss, 7 chg bounds, 1146 chg sides, 21234 chg coeffs, 10312 upgd conss, 0 impls, 55153 clqs, 0 implints
181.47/182.06	c (round 257, fast)       1458 del vars, 6912 del conss, 2979 add conss, 7 chg bounds, 1146 chg sides, 21248 chg coeffs, 10312 upgd conss, 0 impls, 55156 clqs, 0 implints
181.47/182.06	c (round 258, medium)     1458 del vars, 6918 del conss, 2988 add conss, 7 chg bounds, 1156 chg sides, 21332 chg coeffs, 10312 upgd conss, 0 impls, 55163 clqs, 0 implints
181.47/182.07	c (round 259, fast)       1458 del vars, 6924 del conss, 2990 add conss, 7 chg bounds, 1156 chg sides, 21332 chg coeffs, 10312 upgd conss, 0 impls, 55164 clqs, 0 implints
181.47/182.10	c (round 260, exhaustive) 1458 del vars, 6931 del conss, 2990 add conss, 7 chg bounds, 1160 chg sides, 21359 chg coeffs, 10312 upgd conss, 0 impls, 55164 clqs, 0 implints
181.57/182.11	c (round 261, exhaustive) 1458 del vars, 6932 del conss, 2990 add conss, 7 chg bounds, 1160 chg sides, 21370 chg coeffs, 10368 upgd conss, 0 impls, 55183 clqs, 0 implints
181.57/182.12	c (round 262, exhaustive) 1458 del vars, 6991 del conss, 2990 add conss, 7 chg bounds, 1160 chg sides, 21380 chg coeffs, 10368 upgd conss, 0 impls, 55185 clqs, 0 implints
181.66/182.22	c    (8.2s) sparsify aborted: 2/75212 (0.0%) nonzeros canceled - in total 34 canceled nonzeros, 37 changed coefficients, 0 added nonzeros
182.16/182.73	c (round 263, exhaustive) 1484 del vars, 6994 del conss, 2991 add conss, 7 chg bounds, 1160 chg sides, 21401 chg coeffs, 10368 upgd conss, 0 impls, 58499 clqs, 0 implints
182.16/182.73	c (round 264, fast)       1484 del vars, 7023 del conss, 3072 add conss, 7 chg bounds, 1160 chg sides, 21420 chg coeffs, 10368 upgd conss, 0 impls, 58511 clqs, 0 implints
182.16/182.74	c (round 265, medium)     1486 del vars, 7029 del conss, 3076 add conss, 7 chg bounds, 1165 chg sides, 21458 chg coeffs, 10368 upgd conss, 0 impls, 58448 clqs, 0 implints
182.16/182.74	c (round 266, fast)       1488 del vars, 7034 del conss, 3078 add conss, 7 chg bounds, 1165 chg sides, 21459 chg coeffs, 10368 upgd conss, 0 impls, 58449 clqs, 0 implints
182.16/182.78	c (round 267, exhaustive) 1488 del vars, 7044 del conss, 3078 add conss, 7 chg bounds, 1170 chg sides, 21537 chg coeffs, 10368 upgd conss, 0 impls, 58449 clqs, 0 implints
182.16/182.78	c (round 268, medium)     1488 del vars, 7046 del conss, 3080 add conss, 7 chg bounds, 1172 chg sides, 21573 chg coeffs, 10368 upgd conss, 0 impls, 58509 clqs, 0 implints
182.26/182.80	c (round 269, exhaustive) 1488 del vars, 7053 del conss, 3080 add conss, 7 chg bounds, 1172 chg sides, 21619 chg coeffs, 10368 upgd conss, 0 impls, 58509 clqs, 0 implints
182.26/182.81	c (round 270, exhaustive) 1488 del vars, 7072 del conss, 3080 add conss, 7 chg bounds, 1172 chg sides, 21650 chg coeffs, 10368 upgd conss, 0 impls, 58527 clqs, 0 implints
182.26/182.81	c (round 271, exhaustive) 1488 del vars, 7072 del conss, 3080 add conss, 7 chg bounds, 1172 chg sides, 21679 chg coeffs, 10429 upgd conss, 0 impls, 58545 clqs, 0 implints
182.26/182.82	c (round 272, exhaustive) 1488 del vars, 7132 del conss, 3080 add conss, 7 chg bounds, 1172 chg sides, 21705 chg coeffs, 10429 upgd conss, 0 impls, 58585 clqs, 0 implints
182.47/183.04	c (round 273, exhaustive) 1513 del vars, 7132 del conss, 3080 add conss, 7 chg bounds, 1172 chg sides, 21720 chg coeffs, 10429 upgd conss, 0 impls, 65406 clqs, 0 implints
182.47/183.04	c (round 274, fast)       1517 del vars, 7159 del conss, 3187 add conss, 7 chg bounds, 1172 chg sides, 21794 chg coeffs, 10429 upgd conss, 0 impls, 65403 clqs, 0 implints
182.47/183.05	c (round 275, medium)     1517 del vars, 7172 del conss, 3197 add conss, 7 chg bounds, 1183 chg sides, 21892 chg coeffs, 10429 upgd conss, 0 impls, 65422 clqs, 0 implints
182.47/183.09	c (round 276, exhaustive) 1517 del vars, 7172 del conss, 3197 add conss, 7 chg bounds, 1183 chg sides, 22370 chg coeffs, 10429 upgd conss, 0 impls, 65422 clqs, 0 implints
182.47/183.09	c (round 277, medium)     1517 del vars, 7176 del conss, 3229 add conss, 7 chg bounds, 1215 chg sides, 22460 chg coeffs, 10429 upgd conss, 0 impls, 65813 clqs, 0 implints
182.57/183.11	c (round 278, exhaustive) 1517 del vars, 7183 del conss, 3229 add conss, 7 chg bounds, 1220 chg sides, 22551 chg coeffs, 10429 upgd conss, 0 impls, 65813 clqs, 0 implints
182.57/183.12	c (round 279, exhaustive) 1517 del vars, 7184 del conss, 3229 add conss, 7 chg bounds, 1220 chg sides, 22579 chg coeffs, 10508 upgd conss, 0 impls, 65865 clqs, 0 implints
182.57/183.13	c (round 280, exhaustive) 1517 del vars, 7263 del conss, 3229 add conss, 7 chg bounds, 1220 chg sides, 22595 chg coeffs, 10508 upgd conss, 0 impls, 65865 clqs, 0 implints
182.57/183.14	c (round 281, exhaustive) 1517 del vars, 7275 del conss, 3229 add conss, 7 chg bounds, 1220 chg sides, 22607 chg coeffs, 10508 upgd conss, 0 impls, 65869 clqs, 0 implints
182.75/183.31	c    (9.3s) probing: 5000/6634 (75.4%) - 783 fixings, 128 aggregations, 95064 implications, 0 bound changes
182.75/183.36	c (round 282, exhaustive) 1542 del vars, 7275 del conss, 3229 add conss, 7 chg bounds, 1220 chg sides, 22616 chg coeffs, 10508 upgd conss, 0 impls, 78682 clqs, 0 implints
182.75/183.37	c (round 283, fast)       1542 del vars, 7300 del conss, 3338 add conss, 7 chg bounds, 1220 chg sides, 22663 chg coeffs, 10508 upgd conss, 0 impls, 78698 clqs, 0 implints
182.85/183.42	c (round 284, exhaustive) 1542 del vars, 7300 del conss, 3338 add conss, 7 chg bounds, 1221 chg sides, 23356 chg coeffs, 10508 upgd conss, 0 impls, 78698 clqs, 0 implints
182.85/183.42	c (round 285, medium)     1542 del vars, 7304 del conss, 3370 add conss, 7 chg bounds, 1253 chg sides, 23446 chg coeffs, 10508 upgd conss, 0 impls, 78970 clqs, 0 implints
182.85/183.45	c (round 286, exhaustive) 1542 del vars, 7311 del conss, 3370 add conss, 7 chg bounds, 1257 chg sides, 23681 chg coeffs, 10508 upgd conss, 0 impls, 78970 clqs, 0 implints
182.85/183.46	c (round 287, exhaustive) 1542 del vars, 7312 del conss, 3370 add conss, 7 chg bounds, 1257 chg sides, 23762 chg coeffs, 10585 upgd conss, 0 impls, 78994 clqs, 0 implints
182.85/183.47	c (round 288, exhaustive) 1542 del vars, 7388 del conss, 3370 add conss, 7 chg bounds, 1257 chg sides, 23773 chg coeffs, 10585 upgd conss, 0 impls, 78994 clqs, 0 implints
183.15/183.71	c (round 289, exhaustive) 1568 del vars, 7390 del conss, 3370 add conss, 7 chg bounds, 1257 chg sides, 23774 chg coeffs, 10585 upgd conss, 0 impls, 92876 clqs, 0 implints
183.15/183.71	c (round 290, fast)       1573 del vars, 7416 del conss, 3476 add conss, 11 chg bounds, 1257 chg sides, 23818 chg coeffs, 10585 upgd conss, 0 impls, 92789 clqs, 0 implints
183.15/183.73	c    (9.7s) running MILP presolver
183.15/183.75	c    (9.7s) MILP presolver (3 rounds): 2 aggregations, 0 fixings, 0 bound changes
183.15/183.76	c (round 291, medium)     1575 del vars, 7423 del conss, 3482 add conss, 11 chg bounds, 1261 chg sides, 23883 chg coeffs, 10585 upgd conss, 0 impls, 92526 clqs, 0 implints
183.15/183.76	c (round 292, fast)       1575 del vars, 7426 del conss, 3488 add conss, 11 chg bounds, 1261 chg sides, 23883 chg coeffs, 10585 upgd conss, 0 impls, 92526 clqs, 0 implints
183.15/183.77	c (round 293, fast)       1575 del vars, 7426 del conss, 3488 add conss, 11 chg bounds, 1273 chg sides, 23895 chg coeffs, 10585 upgd conss, 0 impls, 92526 clqs, 0 implints
183.25/183.82	c (round 294, exhaustive) 1575 del vars, 7426 del conss, 3488 add conss, 11 chg bounds, 1273 chg sides, 24445 chg coeffs, 10585 upgd conss, 0 impls, 92526 clqs, 0 implints
183.25/183.84	c (round 295, exhaustive) 1575 del vars, 7426 del conss, 3488 add conss, 11 chg bounds, 1273 chg sides, 24719 chg coeffs, 10585 upgd conss, 0 impls, 92730 clqs, 0 implints
183.25/183.86	c (round 296, exhaustive) 1575 del vars, 7435 del conss, 3488 add conss, 11 chg bounds, 1277 chg sides, 24810 chg coeffs, 10585 upgd conss, 0 impls, 92794 clqs, 0 implints
183.25/183.87	c (round 297, exhaustive) 1575 del vars, 7436 del conss, 3488 add conss, 11 chg bounds, 1277 chg sides, 24819 chg coeffs, 10664 upgd conss, 0 impls, 92814 clqs, 0 implints
183.25/183.88	c (round 298, exhaustive) 1575 del vars, 7436 del conss, 3490 add conss, 11 chg bounds, 1279 chg sides, 24831 chg coeffs, 10665 upgd conss, 0 impls, 92816 clqs, 0 implints
183.25/183.88	c (round 299, exhaustive) 1575 del vars, 7511 del conss, 3490 add conss, 11 chg bounds, 1279 chg sides, 24831 chg coeffs, 10665 upgd conss, 0 impls, 92818 clqs, 0 implints
183.75/184.36	c (round 300, exhaustive) 1601 del vars, 7514 del conss, 3490 add conss, 11 chg bounds, 1279 chg sides, 24852 chg coeffs, 10665 upgd conss, 0 impls, 117125 clqs, 0 implints
183.75/184.36	c (round 301, fast)       1602 del vars, 7539 del conss, 3599 add conss, 11 chg bounds, 1279 chg sides, 24913 chg coeffs, 10665 upgd conss, 0 impls, 117140 clqs, 0 implints
183.75/184.36	c (round 302, fast)       1602 del vars, 7539 del conss, 3599 add conss, 11 chg bounds, 1288 chg sides, 24972 chg coeffs, 10665 upgd conss, 0 impls, 117140 clqs, 0 implints
183.75/184.38	c (round 303, medium)     1602 del vars, 7542 del conss, 3602 add conss, 11 chg bounds, 1291 chg sides, 24983 chg coeffs, 10665 upgd conss, 0 impls, 117142 clqs, 0 implints
183.85/184.44	c (round 304, exhaustive) 1602 del vars, 7543 del conss, 3603 add conss, 11 chg bounds, 1291 chg sides, 25810 chg coeffs, 10665 upgd conss, 0 impls, 117142 clqs, 0 implints
183.85/184.48	c (round 305, exhaustive) 1602 del vars, 7543 del conss, 3603 add conss, 11 chg bounds, 1291 chg sides, 26398 chg coeffs, 10665 upgd conss, 0 impls, 117478 clqs, 0 implints
183.95/184.51	c (round 306, exhaustive) 1602 del vars, 7543 del conss, 3603 add conss, 11 chg bounds, 1291 chg sides, 26754 chg coeffs, 10665 upgd conss, 0 impls, 117478 clqs, 0 implints
183.95/184.54	c (round 307, exhaustive) 1602 del vars, 7549 del conss, 3603 add conss, 11 chg bounds, 1296 chg sides, 26913 chg coeffs, 10665 upgd conss, 0 impls, 117478 clqs, 0 implints
183.95/184.55	c (round 308, exhaustive) 1602 del vars, 7550 del conss, 3603 add conss, 11 chg bounds, 1296 chg sides, 26967 chg coeffs, 10745 upgd conss, 0 impls, 117478 clqs, 0 implints
183.95/184.56	c (round 309, exhaustive) 1602 del vars, 7627 del conss, 3603 add conss, 11 chg bounds, 1296 chg sides, 26982 chg coeffs, 10745 upgd conss, 0 impls, 117478 clqs, 0 implints
184.35/184.95	c (round 310, exhaustive) 1627 del vars, 7627 del conss, 3603 add conss, 11 chg bounds, 1296 chg sides, 26999 chg coeffs, 10745 upgd conss, 0 impls, 117294 clqs, 0 implints
184.35/184.96	c (round 311, fast)       1631 del vars, 7656 del conss, 3716 add conss, 15 chg bounds, 1296 chg sides, 27080 chg coeffs, 10745 upgd conss, 0 impls, 117244 clqs, 0 implints
184.35/184.96	c (round 312, fast)       1631 del vars, 7656 del conss, 3716 add conss, 15 chg bounds, 1305 chg sides, 27139 chg coeffs, 10745 upgd conss, 0 impls, 117244 clqs, 0 implints
184.35/184.96	c (round 313, medium)     1631 del vars, 7658 del conss, 3718 add conss, 15 chg bounds, 1307 chg sides, 27150 chg coeffs, 10745 upgd conss, 0 impls, 117248 clqs, 0 implints
184.46/185.04	c (round 314, exhaustive) 1631 del vars, 7662 del conss, 3718 add conss, 15 chg bounds, 1313 chg sides, 27156 chg coeffs, 10745 upgd conss, 0 impls, 117248 clqs, 0 implints
184.46/185.04	c (round 315, exhaustive) 1631 del vars, 7662 del conss, 3718 add conss, 15 chg bounds, 1313 chg sides, 27158 chg coeffs, 10827 upgd conss, 0 impls, 117248 clqs, 0 implints
184.46/185.05	c (round 316, exhaustive) 1631 del vars, 7743 del conss, 3718 add conss, 15 chg bounds, 1313 chg sides, 27161 chg coeffs, 10827 upgd conss, 0 impls, 117248 clqs, 0 implints
184.46/185.06	c (round 317, exhaustive) 1631 del vars, 7758 del conss, 3718 add conss, 15 chg bounds, 1313 chg sides, 27162 chg coeffs, 10827 upgd conss, 0 impls, 117248 clqs, 0 implints
184.75/185.35	c (round 318, exhaustive) 1657 del vars, 7758 del conss, 3718 add conss, 15 chg bounds, 1313 chg sides, 27185 chg coeffs, 10827 upgd conss, 0 impls, 117294 clqs, 0 implints
184.75/185.36	c (round 319, fast)       1658 del vars, 7786 del conss, 3826 add conss, 15 chg bounds, 1313 chg sides, 27291 chg coeffs, 10827 upgd conss, 0 impls, 117319 clqs, 0 implints
184.75/185.36	c (round 320, fast)       1658 del vars, 7786 del conss, 3826 add conss, 15 chg bounds, 1322 chg sides, 27350 chg coeffs, 10827 upgd conss, 0 impls, 117319 clqs, 0 implints
184.75/185.36	c (round 321, medium)     1658 del vars, 7790 del conss, 3830 add conss, 15 chg bounds, 1326 chg sides, 27373 chg coeffs, 10827 upgd conss, 0 impls, 117320 clqs, 0 implints
184.85/185.44	c (round 322, exhaustive) 1658 del vars, 7794 del conss, 3830 add conss, 15 chg bounds, 1331 chg sides, 27408 chg coeffs, 10827 upgd conss, 0 impls, 117320 clqs, 0 implints
184.85/185.44	c (round 323, exhaustive) 1658 del vars, 7795 del conss, 3830 add conss, 15 chg bounds, 1331 chg sides, 27414 chg coeffs, 10906 upgd conss, 0 impls, 117430 clqs, 0 implints
184.85/185.45	c (round 324, exhaustive) 1658 del vars, 7875 del conss, 3830 add conss, 15 chg bounds, 1331 chg sides, 27416 chg coeffs, 10906 upgd conss, 0 impls, 117432 clqs, 0 implints
184.85/185.48	c    (11.5s) probing: 6000/6634 (90.4%) - 895 fixings, 128 aggregations, 185659 implications, 0 bound changes
185.05/185.69	c    (11.7s) probing cycle finished: starting next cycle
185.15/185.71	c (round 325, exhaustive) 1684 del vars, 7876 del conss, 3830 add conss, 15 chg bounds, 1331 chg sides, 27433 chg coeffs, 10906 upgd conss, 0 impls, 116654 clqs, 0 implints
185.15/185.72	c (round 326, fast)       1685 del vars, 7914 del conss, 3939 add conss, 15 chg bounds, 1336 chg sides, 27509 chg coeffs, 10906 upgd conss, 0 impls, 116673 clqs, 0 implints
185.15/185.72	c (round 327, fast)       1685 del vars, 7914 del conss, 3939 add conss, 15 chg bounds, 1349 chg sides, 27572 chg coeffs, 10906 upgd conss, 0 impls, 116673 clqs, 0 implints
185.15/185.72	c (round 328, medium)     1685 del vars, 7917 del conss, 3941 add conss, 15 chg bounds, 1351 chg sides, 27582 chg coeffs, 10906 upgd conss, 0 impls, 116674 clqs, 0 implints
185.15/185.73	c (round 329, exhaustive) 1685 del vars, 7921 del conss, 3943 add conss, 15 chg bounds, 1351 chg sides, 27582 chg coeffs, 10906 upgd conss, 0 impls, 116674 clqs, 0 implints
185.25/185.80	c (round 330, exhaustive) 1686 del vars, 7929 del conss, 3943 add conss, 15 chg bounds, 1358 chg sides, 27603 chg coeffs, 10906 upgd conss, 0 impls, 116654 clqs, 0 implints
185.25/185.81	c (round 331, exhaustive) 1686 del vars, 7929 del conss, 3943 add conss, 15 chg bounds, 1358 chg sides, 27605 chg coeffs, 10991 upgd conss, 0 impls, 116739 clqs, 0 implints
185.25/185.83	c (round 332, exhaustive) 1688 del vars, 8011 del conss, 3944 add conss, 15 chg bounds, 1358 chg sides, 27608 chg coeffs, 10991 upgd conss, 0 impls, 116706 clqs, 0 implints
185.25/185.83	c (round 333, exhaustive) 1688 del vars, 8023 del conss, 3944 add conss, 15 chg bounds, 1358 chg sides, 27611 chg coeffs, 10991 upgd conss, 0 impls, 116706 clqs, 0 implints
185.25/185.86	c (round 334, exhaustive) 1926 del vars, 8024 del conss, 3944 add conss, 15 chg bounds, 1358 chg sides, 27627 chg coeffs, 10992 upgd conss, 0 impls, 110494 clqs, 0 implints
185.25/185.87	c (round 335, fast)       1926 del vars, 8291 del conss, 4013 add conss, 15 chg bounds, 1358 chg sides, 27627 chg coeffs, 10992 upgd conss, 0 impls, 110564 clqs, 0 implints
185.25/185.87	c (round 336, fast)       1926 del vars, 8291 del conss, 4013 add conss, 15 chg bounds, 1368 chg sides, 27741 chg coeffs, 10992 upgd conss, 0 impls, 110564 clqs, 0 implints
185.35/185.90	c (round 337, exhaustive) 1926 del vars, 8298 del conss, 4013 add conss, 15 chg bounds, 1372 chg sides, 27742 chg coeffs, 10992 upgd conss, 0 impls, 110564 clqs, 0 implints
185.35/185.91	c (round 338, exhaustive) 1926 del vars, 8298 del conss, 4013 add conss, 15 chg bounds, 1372 chg sides, 27742 chg coeffs, 11054 upgd conss, 0 impls, 110564 clqs, 0 implints
185.35/185.91	c (round 339, exhaustive) 1926 del vars, 8346 del conss, 4013 add conss, 15 chg bounds, 1372 chg sides, 27743 chg coeffs, 11054 upgd conss, 0 impls, 110564 clqs, 0 implints
185.35/186.00	c (round 340, exhaustive) 1957 del vars, 8346 del conss, 4013 add conss, 15 chg bounds, 1372 chg sides, 27827 chg coeffs, 11054 upgd conss, 0 impls, 109863 clqs, 0 implints
185.35/186.00	c (round 341, fast)       1958 del vars, 8380 del conss, 4034 add conss, 15 chg bounds, 1372 chg sides, 27827 chg coeffs, 11054 upgd conss, 0 impls, 109873 clqs, 0 implints
185.46/186.03	c (round 342, exhaustive) 1958 del vars, 8384 del conss, 4034 add conss, 15 chg bounds, 1380 chg sides, 27849 chg coeffs, 11054 upgd conss, 0 impls, 109873 clqs, 0 implints
185.46/186.03	c (round 343, exhaustive) 1958 del vars, 8384 del conss, 4034 add conss, 15 chg bounds, 1380 chg sides, 27850 chg coeffs, 11071 upgd conss, 0 impls, 109887 clqs, 0 implints
185.46/186.04	c (round 344, exhaustive) 1958 del vars, 8399 del conss, 4034 add conss, 15 chg bounds, 1380 chg sides, 27851 chg coeffs, 11071 upgd conss, 0 impls, 109888 clqs, 0 implints
185.46/186.06	c (round 345, exhaustive) 2155 del vars, 8399 del conss, 4034 add conss, 15 chg bounds, 1380 chg sides, 27858 chg coeffs, 11071 upgd conss, 0 impls, 105549 clqs, 0 implints
185.46/186.07	c (round 346, fast)       2155 del vars, 8598 del conss, 4089 add conss, 15 chg bounds, 1380 chg sides, 27858 chg coeffs, 11071 upgd conss, 0 impls, 105635 clqs, 0 implints
185.46/186.07	c (round 347, fast)       2155 del vars, 8598 del conss, 4089 add conss, 15 chg bounds, 1390 chg sides, 27956 chg coeffs, 11071 upgd conss, 0 impls, 105635 clqs, 0 implints
185.46/186.10	c (round 348, exhaustive) 2155 del vars, 8605 del conss, 4089 add conss, 15 chg bounds, 1394 chg sides, 27959 chg coeffs, 11071 upgd conss, 0 impls, 105636 clqs, 0 implints
185.46/186.10	c (round 349, exhaustive) 2155 del vars, 8605 del conss, 4089 add conss, 15 chg bounds, 1394 chg sides, 27959 chg coeffs, 11119 upgd conss, 0 impls, 105650 clqs, 0 implints
185.46/186.10	c (round 350, exhaustive) 2155 del vars, 8652 del conss, 4089 add conss, 15 chg bounds, 1394 chg sides, 27959 chg coeffs, 11119 upgd conss, 0 impls, 105650 clqs, 0 implints
185.56/186.12	c (round 351, exhaustive) 2181 del vars, 8652 del conss, 4089 add conss, 15 chg bounds, 1394 chg sides, 27961 chg coeffs, 11119 upgd conss, 0 impls, 105205 clqs, 0 implints
185.56/186.12	c (round 352, fast)       2181 del vars, 8679 del conss, 4115 add conss, 15 chg bounds, 1394 chg sides, 27961 chg coeffs, 11119 upgd conss, 0 impls, 105211 clqs, 0 implints
185.56/186.13	c (round 353, fast)       2181 del vars, 8679 del conss, 4115 add conss, 15 chg bounds, 1404 chg sides, 27987 chg coeffs, 11119 upgd conss, 0 impls, 105211 clqs, 0 implints
185.56/186.15	c (round 354, exhaustive) 2181 del vars, 8686 del conss, 4115 add conss, 15 chg bounds, 1408 chg sides, 27991 chg coeffs, 11119 upgd conss, 0 impls, 105211 clqs, 0 implints
185.56/186.15	c (round 355, exhaustive) 2181 del vars, 8686 del conss, 4115 add conss, 15 chg bounds, 1408 chg sides, 27991 chg coeffs, 11138 upgd conss, 0 impls, 105211 clqs, 0 implints
185.56/186.16	c (round 356, exhaustive) 2181 del vars, 8703 del conss, 4115 add conss, 15 chg bounds, 1408 chg sides, 27991 chg coeffs, 11138 upgd conss, 0 impls, 105211 clqs, 0 implints
185.56/186.18	c (round 357, exhaustive) 2217 del vars, 8703 del conss, 4115 add conss, 15 chg bounds, 1408 chg sides, 28001 chg coeffs, 11138 upgd conss, 0 impls, 104282 clqs, 0 implints
185.56/186.18	c (round 358, fast)       2228 del vars, 8740 del conss, 4149 add conss, 15 chg bounds, 1408 chg sides, 28001 chg coeffs, 11138 upgd conss, 0 impls, 104297 clqs, 0 implints
185.65/186.21	c (round 359, exhaustive) 2228 del vars, 8741 del conss, 4149 add conss, 15 chg bounds, 1414 chg sides, 28061 chg coeffs, 11138 upgd conss, 0 impls, 104297 clqs, 0 implints
185.65/186.21	c (round 360, exhaustive) 2228 del vars, 8741 del conss, 4149 add conss, 15 chg bounds, 1414 chg sides, 28061 chg coeffs, 11171 upgd conss, 0 impls, 104297 clqs, 0 implints
185.65/186.21	c (round 361, exhaustive) 2228 del vars, 8773 del conss, 4149 add conss, 15 chg bounds, 1414 chg sides, 28061 chg coeffs, 11171 upgd conss, 0 impls, 104297 clqs, 0 implints
185.65/186.23	c (round 362, exhaustive) 2257 del vars, 8773 del conss, 4149 add conss, 15 chg bounds, 1414 chg sides, 28064 chg coeffs, 11171 upgd conss, 0 impls, 103649 clqs, 0 implints
185.65/186.23	c (round 363, fast)       2258 del vars, 8802 del conss, 4182 add conss, 15 chg bounds, 1414 chg sides, 28064 chg coeffs, 11171 upgd conss, 0 impls, 103662 clqs, 0 implints
185.65/186.24	c (round 364, fast)       2258 del vars, 8802 del conss, 4182 add conss, 15 chg bounds, 1419 chg sides, 28093 chg coeffs, 11171 upgd conss, 0 impls, 103662 clqs, 0 implints
185.65/186.27	c (round 365, exhaustive) 2258 del vars, 8806 del conss, 4182 add conss, 15 chg bounds, 1423 chg sides, 28093 chg coeffs, 11171 upgd conss, 0 impls, 103662 clqs, 0 implints
185.65/186.28	c (round 366, exhaustive) 2258 del vars, 8806 del conss, 4182 add conss, 15 chg bounds, 1423 chg sides, 28093 chg coeffs, 11200 upgd conss, 0 impls, 103662 clqs, 0 implints
185.65/186.28	c (round 367, exhaustive) 2258 del vars, 8835 del conss, 4182 add conss, 15 chg bounds, 1423 chg sides, 28094 chg coeffs, 11200 upgd conss, 0 impls, 103662 clqs, 0 implints
185.75/186.34	c (round 368, exhaustive) 2283 del vars, 8835 del conss, 4182 add conss, 15 chg bounds, 1423 chg sides, 28094 chg coeffs, 11200 upgd conss, 0 impls, 103305 clqs, 0 implints
185.75/186.34	c (round 369, fast)       2283 del vars, 8856 del conss, 4237 add conss, 15 chg bounds, 1423 chg sides, 28094 chg coeffs, 11200 upgd conss, 0 impls, 103313 clqs, 0 implints
185.75/186.34	c (round 370, fast)       2283 del vars, 8856 del conss, 4237 add conss, 15 chg bounds, 1428 chg sides, 28159 chg coeffs, 11200 upgd conss, 0 impls, 103313 clqs, 0 implints
185.75/186.37	c (round 371, exhaustive) 2283 del vars, 8860 del conss, 4237 add conss, 15 chg bounds, 1433 chg sides, 28159 chg coeffs, 11200 upgd conss, 0 impls, 103314 clqs, 0 implints
185.75/186.37	c (round 372, exhaustive) 2283 del vars, 8860 del conss, 4237 add conss, 15 chg bounds, 1433 chg sides, 28159 chg coeffs, 11250 upgd conss, 0 impls, 103314 clqs, 0 implints
185.75/186.38	c (round 373, exhaustive) 2283 del vars, 8908 del conss, 4237 add conss, 15 chg bounds, 1433 chg sides, 28160 chg coeffs, 11250 upgd conss, 0 impls, 103314 clqs, 0 implints
185.85/186.47	c (round 374, exhaustive) 2311 del vars, 8908 del conss, 4237 add conss, 15 chg bounds, 1433 chg sides, 28167 chg coeffs, 11250 upgd conss, 0 impls, 103040 clqs, 0 implints
185.85/186.47	c (round 375, fast)       2311 del vars, 8939 del conss, 4303 add conss, 15 chg bounds, 1433 chg sides, 28167 chg coeffs, 11250 upgd conss, 0 impls, 103053 clqs, 0 implints
185.85/186.47	c (round 376, fast)       2311 del vars, 8939 del conss, 4303 add conss, 15 chg bounds, 1444 chg sides, 28278 chg coeffs, 11250 upgd conss, 0 impls, 103053 clqs, 0 implints
185.95/186.54	c (round 377, exhaustive) 2311 del vars, 8948 del conss, 4303 add conss, 15 chg bounds, 1450 chg sides, 28279 chg coeffs, 11250 upgd conss, 0 impls, 103053 clqs, 0 implints
185.95/186.55	c (round 378, exhaustive) 2311 del vars, 8948 del conss, 4303 add conss, 15 chg bounds, 1450 chg sides, 28279 chg coeffs, 11307 upgd conss, 0 impls, 103054 clqs, 0 implints
185.95/186.55	c (round 379, exhaustive) 2311 del vars, 9005 del conss, 4303 add conss, 15 chg bounds, 1450 chg sides, 28280 chg coeffs, 11307 upgd conss, 0 impls, 103054 clqs, 0 implints
186.05/186.64	c (round 380, exhaustive) 2338 del vars, 9005 del conss, 4303 add conss, 15 chg bounds, 1450 chg sides, 28280 chg coeffs, 11307 upgd conss, 0 impls, 102681 clqs, 0 implints
186.05/186.64	c (round 381, fast)       2338 del vars, 9034 del conss, 4327 add conss, 15 chg bounds, 1450 chg sides, 28280 chg coeffs, 11307 upgd conss, 0 impls, 102682 clqs, 0 implints
186.05/186.65	c (round 382, exhaustive) 2338 del vars, 9035 del conss, 4327 add conss, 15 chg bounds, 1458 chg sides, 28316 chg coeffs, 11307 upgd conss, 0 impls, 102682 clqs, 0 implints
186.05/186.66	c (round 383, exhaustive) 2338 del vars, 9035 del conss, 4327 add conss, 15 chg bounds, 1458 chg sides, 28316 chg coeffs, 11330 upgd conss, 0 impls, 102682 clqs, 0 implints
186.05/186.66	c (round 384, exhaustive) 2338 del vars, 9057 del conss, 4327 add conss, 15 chg bounds, 1458 chg sides, 28317 chg coeffs, 11330 upgd conss, 0 impls, 102682 clqs, 0 implints
186.05/186.69	c (round 385, exhaustive) 2366 del vars, 9057 del conss, 4327 add conss, 15 chg bounds, 1458 chg sides, 28320 chg coeffs, 11330 upgd conss, 0 impls, 102345 clqs, 0 implints
186.05/186.69	c (round 386, fast)       2366 del vars, 9088 del conss, 4355 add conss, 15 chg bounds, 1458 chg sides, 28320 chg coeffs, 11330 upgd conss, 0 impls, 102346 clqs, 0 implints
186.15/186.71	c (round 387, exhaustive) 2366 del vars, 9092 del conss, 4355 add conss, 15 chg bounds, 1465 chg sides, 28360 chg coeffs, 11330 upgd conss, 0 impls, 102346 clqs, 0 implints
186.15/186.71	c (round 388, exhaustive) 2366 del vars, 9092 del conss, 4355 add conss, 15 chg bounds, 1465 chg sides, 28360 chg coeffs, 11354 upgd conss, 0 impls, 102346 clqs, 0 implints
186.15/186.72	c (round 389, exhaustive) 2366 del vars, 9115 del conss, 4355 add conss, 15 chg bounds, 1465 chg sides, 28360 chg coeffs, 11354 upgd conss, 0 impls, 102346 clqs, 0 implints
186.15/186.75	c (round 390, exhaustive) 2408 del vars, 9115 del conss, 4355 add conss, 15 chg bounds, 1465 chg sides, 28363 chg coeffs, 11354 upgd conss, 0 impls, 101942 clqs, 0 implints
186.15/186.75	c (round 391, fast)       2408 del vars, 9159 del conss, 4399 add conss, 15 chg bounds, 1465 chg sides, 28363 chg coeffs, 11354 upgd conss, 0 impls, 101942 clqs, 0 implints
186.15/186.75	c (round 392, fast)       2408 del vars, 9159 del conss, 4399 add conss, 15 chg bounds, 1476 chg sides, 28422 chg coeffs, 11354 upgd conss, 0 impls, 101942 clqs, 0 implints
186.15/186.78	c (round 393, exhaustive) 2408 del vars, 9168 del conss, 4399 add conss, 15 chg bounds, 1481 chg sides, 28422 chg coeffs, 11354 upgd conss, 0 impls, 101942 clqs, 0 implints
186.15/186.79	c (round 394, exhaustive) 2408 del vars, 9168 del conss, 4399 add conss, 15 chg bounds, 1481 chg sides, 28422 chg coeffs, 11389 upgd conss, 0 impls, 101942 clqs, 0 implints
186.15/186.79	c (round 395, exhaustive) 2408 del vars, 9199 del conss, 4399 add conss, 15 chg bounds, 1481 chg sides, 28423 chg coeffs, 11389 upgd conss, 0 impls, 101942 clqs, 0 implints
186.24/186.82	c (round 396, exhaustive) 2441 del vars, 9199 del conss, 4399 add conss, 15 chg bounds, 1481 chg sides, 28448 chg coeffs, 11389 upgd conss, 0 impls, 101511 clqs, 0 implints
186.24/186.82	c (round 397, fast)       2449 del vars, 9233 del conss, 4423 add conss, 15 chg bounds, 1481 chg sides, 28448 chg coeffs, 11389 upgd conss, 0 impls, 101517 clqs, 0 implints
186.24/186.83	c    (12.8s) running MILP presolver
186.24/186.86	c    (12.8s) MILP presolver (4 rounds): 3 aggregations, 1 fixings, 0 bound changes
186.24/186.86	c (round 398, medium)     2453 del vars, 9244 del conss, 4431 add conss, 15 chg bounds, 1481 chg sides, 28498 chg coeffs, 11389 upgd conss, 0 impls, 101317 clqs, 0 implints
186.24/186.86	c (round 399, fast)       2453 del vars, 9248 del conss, 4432 add conss, 15 chg bounds, 1482 chg sides, 28498 chg coeffs, 11389 upgd conss, 0 impls, 101324 clqs, 0 implints
186.24/186.87	c (round 400, exhaustive) 2453 del vars, 9249 del conss, 4432 add conss, 15 chg bounds, 1484 chg sides, 28498 chg coeffs, 11419 upgd conss, 0 impls, 101324 clqs, 0 implints
186.24/186.87	c (round 401, exhaustive) 2453 del vars, 9275 del conss, 4432 add conss, 15 chg bounds, 1484 chg sides, 28500 chg coeffs, 11419 upgd conss, 0 impls, 101324 clqs, 0 implints
186.24/186.89	c (round 402, exhaustive) 2479 del vars, 9275 del conss, 4432 add conss, 15 chg bounds, 1484 chg sides, 28514 chg coeffs, 11419 upgd conss, 0 impls, 101046 clqs, 0 implints
186.24/186.89	c (round 403, fast)       2479 del vars, 9303 del conss, 4451 add conss, 15 chg bounds, 1484 chg sides, 28514 chg coeffs, 11419 upgd conss, 0 impls, 101046 clqs, 0 implints
186.34/186.90	c (round 404, fast)       2479 del vars, 9303 del conss, 4451 add conss, 15 chg bounds, 1489 chg sides, 28539 chg coeffs, 11419 upgd conss, 0 impls, 101046 clqs, 0 implints
186.34/186.90	c (round 405, exhaustive) 2479 del vars, 9306 del conss, 4451 add conss, 15 chg bounds, 1492 chg sides, 28541 chg coeffs, 11419 upgd conss, 0 impls, 101048 clqs, 0 implints
186.34/186.91	c (round 406, exhaustive) 2479 del vars, 9306 del conss, 4451 add conss, 15 chg bounds, 1492 chg sides, 28541 chg coeffs, 11435 upgd conss, 0 impls, 101050 clqs, 0 implints
186.34/186.91	c (round 407, exhaustive) 2479 del vars, 9320 del conss, 4451 add conss, 15 chg bounds, 1492 chg sides, 28542 chg coeffs, 11435 upgd conss, 0 impls, 101050 clqs, 0 implints
186.34/186.94	c (round 408, exhaustive) 2519 del vars, 9320 del conss, 4451 add conss, 15 chg bounds, 1492 chg sides, 28554 chg coeffs, 11435 upgd conss, 0 impls, 100617 clqs, 0 implints
186.34/186.95	c (round 409, fast)       2534 del vars, 9361 del conss, 4508 add conss, 15 chg bounds, 1492 chg sides, 28554 chg coeffs, 11435 upgd conss, 0 impls, 100635 clqs, 0 implints
186.34/186.95	c (round 410, fast)       2534 del vars, 9361 del conss, 4508 add conss, 15 chg bounds, 1498 chg sides, 28627 chg coeffs, 11435 upgd conss, 0 impls, 100635 clqs, 0 implints
186.34/186.96	c (round 411, exhaustive) 2534 del vars, 9368 del conss, 4508 add conss, 15 chg bounds, 1504 chg sides, 28627 chg coeffs, 11435 upgd conss, 0 impls, 100635 clqs, 0 implints
186.34/186.96	c (round 412, exhaustive) 2534 del vars, 9368 del conss, 4508 add conss, 15 chg bounds, 1504 chg sides, 28627 chg coeffs, 11485 upgd conss, 0 impls, 100635 clqs, 0 implints
186.34/186.97	c (round 413, exhaustive) 2534 del vars, 9410 del conss, 4508 add conss, 15 chg bounds, 1504 chg sides, 28628 chg coeffs, 11485 upgd conss, 0 impls, 100635 clqs, 0 implints
186.34/186.99	c (round 414, exhaustive) 2559 del vars, 9410 del conss, 4508 add conss, 15 chg bounds, 1504 chg sides, 28674 chg coeffs, 11485 upgd conss, 0 impls, 100276 clqs, 0 implints
186.34/187.00	c (round 415, fast)       2559 del vars, 9435 del conss, 4550 add conss, 15 chg bounds, 1506 chg sides, 28674 chg coeffs, 11485 upgd conss, 0 impls, 100282 clqs, 0 implints
186.34/187.00	c (round 416, fast)       2559 del vars, 9435 del conss, 4550 add conss, 15 chg bounds, 1511 chg sides, 28719 chg coeffs, 11485 upgd conss, 0 impls, 100282 clqs, 0 implints
186.46/187.01	c (round 417, exhaustive) 2559 del vars, 9442 del conss, 4550 add conss, 15 chg bounds, 1517 chg sides, 28719 chg coeffs, 11485 upgd conss, 0 impls, 100282 clqs, 0 implints
186.46/187.02	c (round 418, exhaustive) 2559 del vars, 9442 del conss, 4550 add conss, 15 chg bounds, 1517 chg sides, 28719 chg coeffs, 11520 upgd conss, 0 impls, 100282 clqs, 0 implints
186.46/187.02	c (round 419, exhaustive) 2559 del vars, 9476 del conss, 4550 add conss, 15 chg bounds, 1517 chg sides, 28720 chg coeffs, 11520 upgd conss, 0 impls, 100282 clqs, 0 implints
186.46/187.09	c (round 420, exhaustive) 2587 del vars, 9476 del conss, 4550 add conss, 15 chg bounds, 1517 chg sides, 28726 chg coeffs, 11520 upgd conss, 0 impls, 100185 clqs, 0 implints
186.46/187.09	c (round 421, fast)       2587 del vars, 9509 del conss, 4612 add conss, 15 chg bounds, 1517 chg sides, 28726 chg coeffs, 11520 upgd conss, 0 impls, 100186 clqs, 0 implints
186.46/187.09	c (round 422, fast)       2587 del vars, 9509 del conss, 4612 add conss, 15 chg bounds, 1523 chg sides, 28819 chg coeffs, 11520 upgd conss, 0 impls, 100186 clqs, 0 implints
186.46/187.10	c (round 423, medium)     2587 del vars, 9509 del conss, 4615 add conss, 15 chg bounds, 1526 chg sides, 28837 chg coeffs, 11520 upgd conss, 0 impls, 100188 clqs, 0 implints
186.56/187.14	c (round 424, exhaustive) 2587 del vars, 9515 del conss, 4615 add conss, 15 chg bounds, 1534 chg sides, 28847 chg coeffs, 11520 upgd conss, 0 impls, 100188 clqs, 0 implints
186.56/187.14	c (round 425, exhaustive) 2587 del vars, 9515 del conss, 4615 add conss, 15 chg bounds, 1534 chg sides, 28847 chg coeffs, 11576 upgd conss, 0 impls, 100195 clqs, 0 implints
186.56/187.15	c (round 426, exhaustive) 2587 del vars, 9568 del conss, 4615 add conss, 15 chg bounds, 1534 chg sides, 28847 chg coeffs, 11576 upgd conss, 0 impls, 100195 clqs, 0 implints
186.64/187.20	c (round 427, exhaustive) 2613 del vars, 9569 del conss, 4615 add conss, 15 chg bounds, 1534 chg sides, 28859 chg coeffs, 11576 upgd conss, 0 impls, 100066 clqs, 0 implints
186.64/187.20	c (round 428, fast)       2613 del vars, 9597 del conss, 4673 add conss, 15 chg bounds, 1534 chg sides, 28859 chg coeffs, 11576 upgd conss, 0 impls, 100067 clqs, 0 implints
186.64/187.20	c (round 429, fast)       2613 del vars, 9597 del conss, 4673 add conss, 15 chg bounds, 1540 chg sides, 28940 chg coeffs, 11576 upgd conss, 0 impls, 100067 clqs, 0 implints
186.64/187.20	c (round 430, medium)     2613 del vars, 9601 del conss, 4678 add conss, 15 chg bounds, 1545 chg sides, 28973 chg coeffs, 11576 upgd conss, 0 impls, 100076 clqs, 0 implints
186.64/187.25	c (round 431, exhaustive) 2613 del vars, 9607 del conss, 4678 add conss, 15 chg bounds, 1553 chg sides, 28973 chg coeffs, 11576 upgd conss, 0 impls, 100076 clqs, 0 implints
186.64/187.25	c (round 432, exhaustive) 2613 del vars, 9607 del conss, 4678 add conss, 15 chg bounds, 1553 chg sides, 28973 chg coeffs, 11628 upgd conss, 0 impls, 100076 clqs, 0 implints
186.64/187.26	c (round 433, exhaustive) 2613 del vars, 9613 del conss, 4678 add conss, 15 chg bounds, 1553 chg sides, 28973 chg coeffs, 11628 upgd conss, 0 impls, 100076 clqs, 0 implints
186.64/187.26	c (round 434, exhaustive) 2613 del vars, 9661 del conss, 4678 add conss, 15 chg bounds, 1553 chg sides, 28973 chg coeffs, 11628 upgd conss, 0 impls, 100076 clqs, 0 implints
186.74/187.39	c (round 435, exhaustive) 2639 del vars, 9662 del conss, 4678 add conss, 15 chg bounds, 1553 chg sides, 28994 chg coeffs, 11628 upgd conss, 0 impls, 99974 clqs, 0 implints
186.74/187.39	c (round 436, fast)       2639 del vars, 9689 del conss, 4742 add conss, 15 chg bounds, 1553 chg sides, 28997 chg coeffs, 11628 upgd conss, 0 impls, 99992 clqs, 0 implints
186.84/187.40	c (round 437, fast)       2639 del vars, 9689 del conss, 4742 add conss, 15 chg bounds, 1560 chg sides, 29079 chg coeffs, 11628 upgd conss, 0 impls, 99992 clqs, 0 implints
186.84/187.40	c (round 438, medium)     2639 del vars, 9691 del conss, 4744 add conss, 15 chg bounds, 1562 chg sides, 29096 chg coeffs, 11628 upgd conss, 0 impls, 99998 clqs, 0 implints
186.84/187.46	c (round 439, exhaustive) 2639 del vars, 9702 del conss, 4744 add conss, 15 chg bounds, 1572 chg sides, 29103 chg coeffs, 11628 upgd conss, 0 impls, 99998 clqs, 0 implints
186.84/187.47	c (round 440, exhaustive) 2639 del vars, 9703 del conss, 4744 add conss, 15 chg bounds, 1572 chg sides, 29105 chg coeffs, 11684 upgd conss, 0 impls, 99998 clqs, 0 implints
186.84/187.47	c (round 441, exhaustive) 2639 del vars, 9759 del conss, 4744 add conss, 15 chg bounds, 1572 chg sides, 29106 chg coeffs, 11684 upgd conss, 0 impls, 99998 clqs, 0 implints
186.94/187.56	c (round 442, exhaustive) 2673 del vars, 9759 del conss, 4744 add conss, 15 chg bounds, 1572 chg sides, 29119 chg coeffs, 11684 upgd conss, 0 impls, 99824 clqs, 0 implints
186.94/187.56	c (round 443, fast)       2673 del vars, 9797 del conss, 4818 add conss, 15 chg bounds, 1572 chg sides, 29119 chg coeffs, 11684 upgd conss, 0 impls, 99830 clqs, 0 implints
186.94/187.56	c (round 444, fast)       2673 del vars, 9797 del conss, 4818 add conss, 15 chg bounds, 1579 chg sides, 29233 chg coeffs, 11684 upgd conss, 0 impls, 99830 clqs, 0 implints
187.04/187.61	c (round 445, exhaustive) 2674 del vars, 9810 del conss, 4820 add conss, 15 chg bounds, 1588 chg sides, 29238 chg coeffs, 11684 upgd conss, 0 impls, 99791 clqs, 0 implints
187.04/187.61	c (round 446, fast)       2674 del vars, 9814 del conss, 4821 add conss, 15 chg bounds, 1588 chg sides, 29238 chg coeffs, 11684 upgd conss, 0 impls, 99791 clqs, 0 implints
187.04/187.62	c (round 447, exhaustive) 2674 del vars, 9818 del conss, 4821 add conss, 15 chg bounds, 1589 chg sides, 29242 chg coeffs, 11684 upgd conss, 0 impls, 99791 clqs, 0 implints
187.04/187.63	c (round 448, exhaustive) 2674 del vars, 9818 del conss, 4821 add conss, 15 chg bounds, 1589 chg sides, 29246 chg coeffs, 11747 upgd conss, 0 impls, 99791 clqs, 0 implints
187.04/187.63	c (round 449, exhaustive) 2674 del vars, 9875 del conss, 4821 add conss, 15 chg bounds, 1589 chg sides, 29247 chg coeffs, 11747 upgd conss, 0 impls, 99791 clqs, 0 implints
187.04/187.66	c (round 450, exhaustive) 2702 del vars, 9875 del conss, 4821 add conss, 15 chg bounds, 1589 chg sides, 29259 chg coeffs, 11747 upgd conss, 0 impls, 99699 clqs, 0 implints
187.04/187.66	c (round 451, fast)       2705 del vars, 9909 del conss, 4869 add conss, 15 chg bounds, 1589 chg sides, 29259 chg coeffs, 11747 upgd conss, 0 impls, 99705 clqs, 0 implints
187.04/187.66	c (round 452, fast)       2705 del vars, 9909 del conss, 4869 add conss, 15 chg bounds, 1595 chg sides, 29308 chg coeffs, 11747 upgd conss, 0 impls, 99705 clqs, 0 implints
187.04/187.68	c (round 453, exhaustive) 2705 del vars, 9914 del conss, 4869 add conss, 15 chg bounds, 1599 chg sides, 29308 chg coeffs, 11747 upgd conss, 0 impls, 99705 clqs, 0 implints
187.04/187.68	c (round 454, exhaustive) 2705 del vars, 9914 del conss, 4869 add conss, 15 chg bounds, 1599 chg sides, 29308 chg coeffs, 11790 upgd conss, 0 impls, 99705 clqs, 0 implints
187.04/187.68	c (round 455, exhaustive) 2705 del vars, 9951 del conss, 4869 add conss, 15 chg bounds, 1599 chg sides, 29308 chg coeffs, 11790 upgd conss, 0 impls, 99705 clqs, 0 implints
187.14/187.70	c (round 456, exhaustive) 2733 del vars, 9951 del conss, 4869 add conss, 15 chg bounds, 1599 chg sides, 29320 chg coeffs, 11790 upgd conss, 0 impls, 99548 clqs, 0 implints
187.14/187.70	c (round 457, fast)       2736 del vars, 9983 del conss, 4903 add conss, 15 chg bounds, 1599 chg sides, 29320 chg coeffs, 11790 upgd conss, 0 impls, 99560 clqs, 0 implints
187.14/187.71	c (round 458, fast)       2736 del vars, 9983 del conss, 4903 add conss, 15 chg bounds, 1604 chg sides, 29356 chg coeffs, 11790 upgd conss, 0 impls, 99560 clqs, 0 implints
187.14/187.72	c (round 459, exhaustive) 2736 del vars, 9988 del conss, 4903 add conss, 15 chg bounds, 1608 chg sides, 29356 chg coeffs, 11790 upgd conss, 0 impls, 99560 clqs, 0 implints
187.14/187.72	c (round 460, exhaustive) 2736 del vars, 9988 del conss, 4903 add conss, 15 chg bounds, 1608 chg sides, 29356 chg coeffs, 11819 upgd conss, 0 impls, 99560 clqs, 0 implints
187.14/187.72	c (round 461, exhaustive) 2736 del vars, 10011 del conss, 4903 add conss, 15 chg bounds, 1608 chg sides, 29356 chg coeffs, 11819 upgd conss, 0 impls, 99560 clqs, 0 implints
187.24/187.84	c (round 462, exhaustive) 2761 del vars, 10011 del conss, 4903 add conss, 15 chg bounds, 1608 chg sides, 29368 chg coeffs, 11819 upgd conss, 0 impls, 99997 clqs, 0 implints
187.24/187.84	c (round 463, fast)       2761 del vars, 10042 del conss, 4980 add conss, 15 chg bounds, 1608 chg sides, 29368 chg coeffs, 11819 upgd conss, 0 impls, 100006 clqs, 0 implints
187.24/187.84	c (round 464, fast)       2761 del vars, 10042 del conss, 4980 add conss, 15 chg bounds, 1615 chg sides, 29482 chg coeffs, 11819 upgd conss, 0 impls, 100006 clqs, 0 implints
187.34/187.92	c (round 465, exhaustive) 2761 del vars, 10052 del conss, 4980 add conss, 15 chg bounds, 1624 chg sides, 29490 chg coeffs, 11819 upgd conss, 0 impls, 100015 clqs, 0 implints
187.34/187.92	c (round 466, medium)     2761 del vars, 10052 del conss, 4982 add conss, 15 chg bounds, 1626 chg sides, 29521 chg coeffs, 11819 upgd conss, 0 impls, 100016 clqs, 0 implints
187.34/187.92	c (round 467, exhaustive) 2761 del vars, 10054 del conss, 4983 add conss, 15 chg bounds, 1626 chg sides, 29523 chg coeffs, 11886 upgd conss, 0 impls, 100017 clqs, 0 implints
187.34/187.93	c (round 468, exhaustive) 2761 del vars, 10114 del conss, 4983 add conss, 15 chg bounds, 1626 chg sides, 29525 chg coeffs, 11886 upgd conss, 0 impls, 100017 clqs, 0 implints
187.55/188.16	c    (14.1s) probing: 1000/5420 (18.5%) - 1888 fixings, 143 aggregations, 205406 implications, 0 bound changes
187.94/188.59	c (round 469, exhaustive) 2788 del vars, 10114 del conss, 4983 add conss, 15 chg bounds, 1626 chg sides, 29543 chg coeffs, 11886 upgd conss, 0 impls, 100870 clqs, 0 implints
187.94/188.59	c (round 470, fast)       2790 del vars, 10145 del conss, 5062 add conss, 15 chg bounds, 1626 chg sides, 29543 chg coeffs, 11886 upgd conss, 0 impls, 100886 clqs, 0 implints
187.94/188.59	c (round 471, fast)       2790 del vars, 10145 del conss, 5062 add conss, 15 chg bounds, 1635 chg sides, 29659 chg coeffs, 11886 upgd conss, 0 impls, 100886 clqs, 0 implints
188.04/188.67	c (round 472, exhaustive) 2790 del vars, 10154 del conss, 5062 add conss, 15 chg bounds, 1644 chg sides, 29708 chg coeffs, 11886 upgd conss, 0 impls, 100896 clqs, 0 implints
188.04/188.67	c (round 473, exhaustive) 2790 del vars, 10155 del conss, 5062 add conss, 15 chg bounds, 1644 chg sides, 29720 chg coeffs, 11956 upgd conss, 0 impls, 100949 clqs, 0 implints
188.04/188.68	c (round 474, exhaustive) 2790 del vars, 10215 del conss, 5062 add conss, 15 chg bounds, 1644 chg sides, 29725 chg coeffs, 11956 upgd conss, 0 impls, 100951 clqs, 0 implints
188.24/188.83	c (round 475, exhaustive) 2823 del vars, 10215 del conss, 5062 add conss, 15 chg bounds, 1644 chg sides, 29875 chg coeffs, 11956 upgd conss, 0 impls, 100433 clqs, 0 implints
188.24/188.83	c (round 476, fast)       2831 del vars, 10248 del conss, 5149 add conss, 15 chg bounds, 1644 chg sides, 29911 chg coeffs, 11956 upgd conss, 0 impls, 100433 clqs, 0 implints
188.24/188.83	c (round 477, fast)       2831 del vars, 10248 del conss, 5149 add conss, 15 chg bounds, 1653 chg sides, 30023 chg coeffs, 11956 upgd conss, 0 impls, 100433 clqs, 0 implints
188.24/188.84	c (round 478, medium)     2831 del vars, 10258 del conss, 5161 add conss, 15 chg bounds, 1665 chg sides, 30127 chg coeffs, 11956 upgd conss, 0 impls, 100450 clqs, 0 implints
188.34/188.91	c (round 479, exhaustive) 2831 del vars, 10269 del conss, 5162 add conss, 15 chg bounds, 1674 chg sides, 30190 chg coeffs, 11956 upgd conss, 0 impls, 100451 clqs, 0 implints
188.34/188.91	c (round 480, medium)     2831 del vars, 10270 del conss, 5168 add conss, 15 chg bounds, 1680 chg sides, 30252 chg coeffs, 11956 upgd conss, 0 impls, 100553 clqs, 0 implints
188.34/188.91	c (round 481, fast)       2831 del vars, 10274 del conss, 5169 add conss, 15 chg bounds, 1680 chg sides, 30252 chg coeffs, 11956 upgd conss, 0 impls, 100554 clqs, 0 implints
188.34/188.93	c (round 482, exhaustive) 2831 del vars, 10274 del conss, 5169 add conss, 15 chg bounds, 1680 chg sides, 30272 chg coeffs, 12025 upgd conss, 0 impls, 100554 clqs, 0 implints
188.34/188.94	c (round 483, exhaustive) 2831 del vars, 10283 del conss, 5169 add conss, 15 chg bounds, 1680 chg sides, 30276 chg coeffs, 12025 upgd conss, 0 impls, 100607 clqs, 0 implints
188.34/188.94	c (round 484, exhaustive) 2831 del vars, 10349 del conss, 5169 add conss, 15 chg bounds, 1680 chg sides, 30280 chg coeffs, 12025 upgd conss, 0 impls, 100608 clqs, 0 implints
188.74/189.38	c    (15.4s) probing: 2000/5420 (36.9%) - 1932 fixings, 161 aggregations, 212022 implications, 0 bound changes
188.84/189.42	c (round 485, exhaustive) 2857 del vars, 10349 del conss, 5169 add conss, 15 chg bounds, 1680 chg sides, 30352 chg coeffs, 12025 upgd conss, 0 impls, 101267 clqs, 0 implints
188.84/189.43	c (round 486, fast)       2858 del vars, 10358 del conss, 5220 add conss, 15 chg bounds, 1680 chg sides, 30357 chg coeffs, 12025 upgd conss, 0 impls, 101268 clqs, 0 implints
188.84/189.43	c (round 487, fast)       2858 del vars, 10358 del conss, 5220 add conss, 15 chg bounds, 1689 chg sides, 30393 chg coeffs, 12025 upgd conss, 0 impls, 101268 clqs, 0 implints
188.84/189.43	c (round 488, medium)     2858 del vars, 10363 del conss, 5229 add conss, 15 chg bounds, 1698 chg sides, 30508 chg coeffs, 12025 upgd conss, 0 impls, 101318 clqs, 0 implints
188.84/189.43	c (round 489, fast)       2858 del vars, 10366 del conss, 5231 add conss, 15 chg bounds, 1698 chg sides, 30508 chg coeffs, 12025 upgd conss, 0 impls, 101320 clqs, 0 implints
188.94/189.51	c (round 490, exhaustive) 2858 del vars, 10375 del conss, 5231 add conss, 15 chg bounds, 1707 chg sides, 30580 chg coeffs, 12025 upgd conss, 0 impls, 101320 clqs, 0 implints
188.94/189.51	c (round 491, medium)     2858 del vars, 10375 del conss, 5234 add conss, 15 chg bounds, 1710 chg sides, 30589 chg coeffs, 12025 upgd conss, 0 impls, 101463 clqs, 0 implints
188.94/189.52	c (round 492, exhaustive) 2858 del vars, 10379 del conss, 5234 add conss, 15 chg bounds, 1710 chg sides, 30614 chg coeffs, 12025 upgd conss, 0 impls, 101463 clqs, 0 implints
188.94/189.53	c (round 493, exhaustive) 2858 del vars, 10379 del conss, 5234 add conss, 15 chg bounds, 1710 chg sides, 30629 chg coeffs, 12065 upgd conss, 0 impls, 101499 clqs, 0 implints
188.94/189.54	c (round 494, exhaustive) 2858 del vars, 10385 del conss, 5234 add conss, 15 chg bounds, 1710 chg sides, 30637 chg coeffs, 12065 upgd conss, 0 impls, 101528 clqs, 0 implints
188.94/189.54	c (round 495, exhaustive) 2858 del vars, 10426 del conss, 5235 add conss, 15 chg bounds, 1710 chg sides, 30639 chg coeffs, 12065 upgd conss, 0 impls, 101547 clqs, 0 implints
189.14/189.72	c (round 496, exhaustive) 2883 del vars, 10426 del conss, 5235 add conss, 15 chg bounds, 1710 chg sides, 30642 chg coeffs, 12065 upgd conss, 0 impls, 100417 clqs, 0 implints
189.14/189.72	c (round 497, fast)       2883 del vars, 10426 del conss, 5305 add conss, 15 chg bounds, 1710 chg sides, 30642 chg coeffs, 12065 upgd conss, 0 impls, 100417 clqs, 0 implints
189.14/189.72	c (round 498, fast)       2883 del vars, 10426 del conss, 5305 add conss, 15 chg bounds, 1719 chg sides, 30734 chg coeffs, 12065 upgd conss, 0 impls, 100417 clqs, 0 implints
189.14/189.73	c (round 499, medium)     2883 del vars, 10437 del conss, 5391 add conss, 15 chg bounds, 1805 chg sides, 31356 chg coeffs, 12065 upgd conss, 0 impls, 100470 clqs, 0 implints
189.24/189.80	c (round 500, exhaustive) 2883 del vars, 10444 del conss, 5391 add conss, 15 chg bounds, 1812 chg sides, 31367 chg coeffs, 12065 upgd conss, 0 impls, 100470 clqs, 0 implints
189.24/189.80	c (round 501, medium)     2883 del vars, 10450 del conss, 5439 add conss, 15 chg bounds, 1861 chg sides, 31732 chg coeffs, 12065 upgd conss, 0 impls, 100523 clqs, 0 implints
189.24/189.81	c (round 502, exhaustive) 2883 del vars, 10450 del conss, 5439 add conss, 15 chg bounds, 1861 chg sides, 31734 chg coeffs, 12128 upgd conss, 0 impls, 100523 clqs, 0 implints
189.24/189.81	c (round 503, exhaustive) 2883 del vars, 10513 del conss, 5439 add conss, 15 chg bounds, 1861 chg sides, 31736 chg coeffs, 12128 upgd conss, 0 impls, 100523 clqs, 0 implints
189.24/189.81	c (round 504, fast)       2883 del vars, 10515 del conss, 5441 add conss, 15 chg bounds, 1861 chg sides, 31736 chg coeffs, 12128 upgd conss, 0 impls, 100525 clqs, 0 implints
189.34/190.00	c (round 505, exhaustive) 2908 del vars, 10515 del conss, 5441 add conss, 15 chg bounds, 1861 chg sides, 31736 chg coeffs, 12128 upgd conss, 0 impls, 98510 clqs, 0 implints
189.34/190.01	c (round 506, fast)       2908 del vars, 10522 del conss, 5507 add conss, 15 chg bounds, 1861 chg sides, 31736 chg coeffs, 12128 upgd conss, 0 impls, 98510 clqs, 0 implints
189.34/190.01	c (round 507, fast)       2908 del vars, 10522 del conss, 5507 add conss, 15 chg bounds, 1866 chg sides, 31836 chg coeffs, 12128 upgd conss, 0 impls, 98510 clqs, 0 implints
189.45/190.01	c (round 508, medium)     2908 del vars, 10534 del conss, 5603 add conss, 15 chg bounds, 1962 chg sides, 32430 chg coeffs, 12128 upgd conss, 0 impls, 98576 clqs, 0 implints
189.45/190.08	c (round 509, exhaustive) 2908 del vars, 10540 del conss, 5603 add conss, 15 chg bounds, 1968 chg sides, 32441 chg coeffs, 12128 upgd conss, 0 impls, 98576 clqs, 0 implints
189.45/190.09	c (round 510, medium)     2908 del vars, 10542 del conss, 5621 add conss, 15 chg bounds, 1992 chg sides, 32629 chg coeffs, 12128 upgd conss, 0 impls, 98622 clqs, 0 implints
189.45/190.09	c (round 511, exhaustive) 2908 del vars, 10542 del conss, 5621 add conss, 15 chg bounds, 1992 chg sides, 32629 chg coeffs, 12189 upgd conss, 0 impls, 98622 clqs, 0 implints
189.45/190.10	c (round 512, exhaustive) 2908 del vars, 10603 del conss, 5621 add conss, 15 chg bounds, 1992 chg sides, 32629 chg coeffs, 12189 upgd conss, 0 impls, 98622 clqs, 0 implints
189.64/190.29	c (round 513, exhaustive) 2933 del vars, 10603 del conss, 5621 add conss, 15 chg bounds, 1992 chg sides, 32629 chg coeffs, 12189 upgd conss, 0 impls, 96806 clqs, 0 implints
189.64/190.29	c (round 514, fast)       2933 del vars, 10620 del conss, 5695 add conss, 15 chg bounds, 1992 chg sides, 32629 chg coeffs, 12189 upgd conss, 0 impls, 96806 clqs, 0 implints
189.64/190.29	c (round 515, fast)       2933 del vars, 10620 del conss, 5695 add conss, 15 chg bounds, 2001 chg sides, 32753 chg coeffs, 12189 upgd conss, 0 impls, 96806 clqs, 0 implints
189.74/190.30	c (round 516, medium)     2933 del vars, 10627 del conss, 5740 add conss, 15 chg bounds, 2046 chg sides, 33018 chg coeffs, 12189 upgd conss, 0 impls, 96821 clqs, 0 implints
189.74/190.37	c (round 517, exhaustive) 2933 del vars, 10637 del conss, 5740 add conss, 15 chg bounds, 2056 chg sides, 33023 chg coeffs, 12189 upgd conss, 0 impls, 96821 clqs, 0 implints
189.74/190.37	c (round 518, medium)     2933 del vars, 10641 del conss, 5768 add conss, 15 chg bounds, 2084 chg sides, 33204 chg coeffs, 12189 upgd conss, 0 impls, 96838 clqs, 0 implints
189.74/190.38	c (round 519, exhaustive) 2933 del vars, 10641 del conss, 5768 add conss, 15 chg bounds, 2084 chg sides, 33204 chg coeffs, 12254 upgd conss, 0 impls, 96838 clqs, 0 implints
189.74/190.38	c (round 520, exhaustive) 2933 del vars, 10705 del conss, 5768 add conss, 15 chg bounds, 2084 chg sides, 33204 chg coeffs, 12254 upgd conss, 0 impls, 96838 clqs, 0 implints
190.04/190.63	c (round 521, exhaustive) 2958 del vars, 10705 del conss, 5768 add conss, 15 chg bounds, 2084 chg sides, 33264 chg coeffs, 12254 upgd conss, 0 impls, 95921 clqs, 0 implints
190.04/190.63	c (round 522, fast)       2959 del vars, 10735 del conss, 5849 add conss, 15 chg bounds, 2084 chg sides, 33280 chg coeffs, 12254 upgd conss, 0 impls, 95681 clqs, 0 implints
190.04/190.63	c (round 523, fast)       2959 del vars, 10735 del conss, 5849 add conss, 15 chg bounds, 2089 chg sides, 33404 chg coeffs, 12254 upgd conss, 0 impls, 95681 clqs, 0 implints
190.04/190.63	c (round 524, medium)     2959 del vars, 10751 del conss, 5864 add conss, 15 chg bounds, 2104 chg sides, 33567 chg coeffs, 12254 upgd conss, 0 impls, 95687 clqs, 0 implints
190.14/190.71	c (round 525, exhaustive) 2959 del vars, 10761 del conss, 5865 add conss, 15 chg bounds, 2111 chg sides, 33634 chg coeffs, 12254 upgd conss, 0 impls, 95688 clqs, 0 implints
190.14/190.71	c (round 526, medium)     2959 del vars, 10762 del conss, 5867 add conss, 15 chg bounds, 2113 chg sides, 33649 chg coeffs, 12254 upgd conss, 0 impls, 95736 clqs, 0 implints
190.14/190.72	c (round 527, exhaustive) 2959 del vars, 10762 del conss, 5867 add conss, 15 chg bounds, 2113 chg sides, 33681 chg coeffs, 12321 upgd conss, 0 impls, 95736 clqs, 0 implints
190.14/190.72	c (round 528, exhaustive) 2959 del vars, 10827 del conss, 5867 add conss, 15 chg bounds, 2113 chg sides, 33700 chg coeffs, 12321 upgd conss, 0 impls, 95742 clqs, 0 implints
190.14/190.73	c (round 529, exhaustive) 2959 del vars, 10834 del conss, 5867 add conss, 15 chg bounds, 2113 chg sides, 33715 chg coeffs, 12321 upgd conss, 0 impls, 95754 clqs, 0 implints
190.33/190.95	c    (16.9s) probing: 3000/5420 (55.4%) - 2046 fixings, 161 aggregations, 214743 implications, 0 bound changes
190.45/191.09	c    (17.1s) probing: 3146/5420 (58.0%) - 2046 fixings, 161 aggregations, 214895 implications, 0 bound changes
190.45/191.09	c    (17.1s) probing aborted: 50/50 successive totally useless probings
190.45/191.09	c (round 530, exhaustive) 2964 del vars, 10834 del conss, 5867 add conss, 15 chg bounds, 2113 chg sides, 33799 chg coeffs, 12321 upgd conss, 0 impls, 96169 clqs, 0 implints
190.45/191.10	c (round 531, fast)       2964 del vars, 10840 del conss, 5901 add conss, 15 chg bounds, 2113 chg sides, 33802 chg coeffs, 12321 upgd conss, 0 impls, 96172 clqs, 0 implints
190.45/191.10	c (round 532, fast)       2964 del vars, 10840 del conss, 5901 add conss, 15 chg bounds, 2118 chg sides, 33834 chg coeffs, 12321 upgd conss, 0 impls, 96172 clqs, 0 implints
190.45/191.11	c (round 533, medium)     2964 del vars, 10850 del conss, 5912 add conss, 15 chg bounds, 2129 chg sides, 33885 chg coeffs, 12321 upgd conss, 0 impls, 96183 clqs, 0 implints
190.55/191.18	c (round 534, exhaustive) 2964 del vars, 10861 del conss, 5913 add conss, 15 chg bounds, 2136 chg sides, 33946 chg coeffs, 12321 upgd conss, 0 impls, 96184 clqs, 0 implints
190.55/191.18	c (round 535, medium)     2964 del vars, 10862 del conss, 5916 add conss, 15 chg bounds, 2139 chg sides, 33985 chg coeffs, 12321 upgd conss, 0 impls, 96273 clqs, 0 implints
190.55/191.19	c (round 536, exhaustive) 2964 del vars, 10863 del conss, 5917 add conss, 15 chg bounds, 2139 chg sides, 34001 chg coeffs, 12343 upgd conss, 0 impls, 96274 clqs, 0 implints
190.63/191.20	c (round 537, exhaustive) 2964 del vars, 10889 del conss, 5917 add conss, 15 chg bounds, 2139 chg sides, 34011 chg coeffs, 12343 upgd conss, 0 impls, 96332 clqs, 0 implints
190.63/191.22	c    (17.2s) probing: 3151/5420 (58.1%) - 2046 fixings, 161 aggregations, 214895 implications, 0 bound changes
190.63/191.22	c    (17.2s) probing aborted: 50/50 successive totally useless probings
190.63/191.24	c    (17.2s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
190.63/191.26	c    (17.2s) symmetry computation finished: 16 generators found (max: 1500, log10 of symmetry group size: 4.82) (symcode time: 0.00)
190.63/191.26	c dynamic symmetry handling statistics:
190.63/191.26	c    orbitopal reduction:       no components
190.63/191.26	c    orbital reduction:         no components
190.63/191.26	c    lexicographic reduction:   16 permutations with support sizes 4, 4, 14, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 14, 8, 6
190.63/191.26	c handled 16 out of 16 symmetry components
190.63/191.26	c presolving (538 rounds: 538 fast, 397 medium, 339 exhaustive):
190.63/191.26	c  2964 deleted vars, 10889 deleted constraints, 5917 added constraints, 15 tightened bounds, 0 added holes, 2139 changed sides, 34035 changed coefficients
190.63/191.26	c  0 implications, 96369 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
190.63/191.26	c presolved problem has 4187 variables (4187 bin, 0 int, 0 cont) and 5039 constraints
190.63/191.26	c    2211 constraints of type <knapsack>
190.63/191.26	c    2071 constraints of type <setppc>
190.63/191.26	c     447 constraints of type <linear>
190.63/191.26	c     310 constraints of type <logicor>
190.63/191.26	c transformed objective value is always integral (scale: 1)
190.63/191.26	c Presolving Time: 17.22
190.63/191.26	c 
216.07/216.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
216.07/216.79	c  42.8s|     1 |     0 | 41262 |     - |   232M |   0 |4187 |5145 |5039 |   0 |  0 | 106 |   0 |-1.756277e+04 |      --      |    Inf | unknown
251.69/252.42	c  78.4s|     1 |     0 |101764 |     - |   242M |   0 |4187 |5346 |5195 | 156 |  1 | 107 |   0 |-1.756277e+04 |      --      |    Inf | unknown
251.69/252.42	c (node 1) LP solver hit time limit in LP 5 -- using pseudo solution instead
251.69/252.42	c 
251.69/252.42	c SCIP Status        : solving was interrupted [time limit reached]
251.69/252.42	c Solving Time (sec) : 78.40
251.69/252.42	c Solving Nodes      : 1
251.69/252.42	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
251.69/252.42	c Dual Bound         : -1.75627664738451e+04
251.69/252.42	c Gap                : infinite
251.69/252.42	c SCIP status: 23 (TIMELIMIT)
251.69/252.42	c solveScip: freeing transform (!can_skip_free_transform)
251.69/252.45	c SCIP LP bound tightened UB: 3795788 -> 3778250
251.69/252.45	c pb_solver_status: sst_unknown
251.69/252.45	c LB_goalvalue: 110096
251.69/252.45	c UB_goalvalue: 3778250
251.69/252.45	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
251.69/252.45	c SCIP returned: sst_unknown
251.69/252.45	c SCIP primal LB: -oo, dual UB: 3778250
251.69/252.45	c assumptions: 
251.69/252.45	c invoking solver with time budget: 40.000000
292.20/293.03	c sat_solver_result: sst_unknown
292.20/293.03	c c SAT fixed 456 new variables
292.20/293.03	c SAT solver timed out; proceeding to cooperative SCIP call
292.20/293.03	c Calling solveScip for cooperative mode with LB_goalvalue:       110096, UB_goalvalue: 3778250
292.20/293.03	c scip solving with time budget: 109.760000
292.20/293.03	c solveScip
292.20/293.03	c initScipForCoop
292.20/293.03	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
292.20/293.05	c presolving:
292.20/293.07	c (round 1, fast)       767 del vars, 769 del conss, 0 add conss, 133 chg bounds, 18 chg sides, 19 chg coeffs, 0 upgd conss, 0 impls, 6830 clqs, 0 implints
292.20/293.10	c    (0.1s) running MILP presolver
292.30/293.12	c    (0.1s) MILP presolver (3 rounds): 9 aggregations, 9 fixings, 0 bound changes
292.30/293.12	c (round 2, medium)     786 del vars, 769 del conss, 0 add conss, 133 chg bounds, 18 chg sides, 19 chg coeffs, 0 upgd conss, 0 impls, 6801 clqs, 0 implints
292.30/293.13	c (round 3, fast)       786 del vars, 798 del conss, 0 add conss, 133 chg bounds, 18 chg sides, 19 chg coeffs, 0 upgd conss, 0 impls, 6802 clqs, 0 implints
292.30/293.15	c (round 4, exhaustive) 786 del vars, 1517 del conss, 0 add conss, 133 chg bounds, 47 chg sides, 19 chg coeffs, 0 upgd conss, 0 impls, 6802 clqs, 0 implints
292.30/293.15	c (round 5, fast)       787 del vars, 1518 del conss, 72 add conss, 133 chg bounds, 47 chg sides, 19 chg coeffs, 0 upgd conss, 0 impls, 6800 clqs, 0 implints
292.30/293.15	c (round 6, fast)       787 del vars, 1518 del conss, 72 add conss, 133 chg bounds, 57 chg sides, 137 chg coeffs, 0 upgd conss, 0 impls, 6800 clqs, 0 implints
292.30/293.18	c (round 7, exhaustive) 787 del vars, 1518 del conss, 72 add conss, 133 chg bounds, 57 chg sides, 137 chg coeffs, 8100 upgd conss, 0 impls, 6800 clqs, 0 implints
292.30/293.19	c (round 8, medium)     804 del vars, 2658 del conss, 727 add conss, 133 chg bounds, 726 chg sides, 6715 chg coeffs, 8100 upgd conss, 0 impls, 6959 clqs, 0 implints
292.39/293.20	c (round 9, fast)       804 del vars, 2687 del conss, 727 add conss, 133 chg bounds, 726 chg sides, 6715 chg coeffs, 8100 upgd conss, 0 impls, 6959 clqs, 0 implints
292.39/293.22	c (round 10, exhaustive) 804 del vars, 2687 del conss, 727 add conss, 133 chg bounds, 726 chg sides, 8256 chg coeffs, 8100 upgd conss, 0 impls, 6959 clqs, 0 implints
292.39/293.22	c (round 11, fast)       804 del vars, 2693 del conss, 733 add conss, 133 chg bounds, 726 chg sides, 8256 chg coeffs, 8100 upgd conss, 0 impls, 6964 clqs, 0 implints
292.39/293.23	c (round 12, exhaustive) 804 del vars, 2693 del conss, 733 add conss, 133 chg bounds, 726 chg sides, 9704 chg coeffs, 8100 upgd conss, 0 impls, 6964 clqs, 0 implints
292.39/293.25	c (round 13, exhaustive) 804 del vars, 2698 del conss, 733 add conss, 133 chg bounds, 732 chg sides, 9708 chg coeffs, 8100 upgd conss, 0 impls, 6964 clqs, 0 implints
292.39/293.26	c (round 14, exhaustive) 804 del vars, 2703 del conss, 733 add conss, 133 chg bounds, 732 chg sides, 9712 chg coeffs, 8106 upgd conss, 0 impls, 6964 clqs, 0 implints
292.39/293.27	c (round 15, exhaustive) 891 del vars, 2775 del conss, 733 add conss, 133 chg bounds, 732 chg sides, 11959 chg coeffs, 8106 upgd conss, 0 impls, 6921 clqs, 0 implints
292.39/293.27	c (round 16, fast)       952 del vars, 2830 del conss, 750 add conss, 140 chg bounds, 732 chg sides, 11971 chg coeffs, 8106 upgd conss, 0 impls, 7013 clqs, 0 implints
292.39/293.27	c (round 17, fast)       952 del vars, 2837 del conss, 750 add conss, 140 chg bounds, 732 chg sides, 11971 chg coeffs, 8106 upgd conss, 0 impls, 7013 clqs, 0 implints
292.49/293.39	c    (0.4s) sparsify finished: 50/82220 (0.1%) nonzeros canceled - in total 50 canceled nonzeros, 50 changed coefficients, 0 added nonzeros
292.59/293.44	c (round 18, exhaustive) 987 del vars, 2840 del conss, 750 add conss, 140 chg bounds, 732 chg sides, 12065 chg coeffs, 8106 upgd conss, 0 impls, 7687 clqs, 0 implints
292.59/293.45	c (round 19, fast)       996 del vars, 2889 del conss, 773 add conss, 149 chg bounds, 732 chg sides, 12078 chg coeffs, 8106 upgd conss, 0 impls, 7733 clqs, 0 implints
292.59/293.45	c (round 20, medium)     996 del vars, 2907 del conss, 788 add conss, 149 chg bounds, 753 chg sides, 12219 chg coeffs, 8106 upgd conss, 0 impls, 7737 clqs, 0 implints
292.59/293.46	c (round 21, exhaustive) 996 del vars, 2913 del conss, 788 add conss, 149 chg bounds, 760 chg sides, 12242 chg coeffs, 8106 upgd conss, 0 impls, 7737 clqs, 0 implints
292.59/293.47	c (round 22, fast)       996 del vars, 2919 del conss, 794 add conss, 149 chg bounds, 760 chg sides, 12242 chg coeffs, 8106 upgd conss, 0 impls, 7743 clqs, 0 implints
292.59/293.47	c (round 23, exhaustive) 996 del vars, 2923 del conss, 794 add conss, 149 chg bounds, 760 chg sides, 12246 chg coeffs, 8120 upgd conss, 0 impls, 7743 clqs, 0 implints
292.59/293.48	c (round 24, exhaustive) 996 del vars, 2936 del conss, 795 add conss, 149 chg bounds, 760 chg sides, 12252 chg coeffs, 8120 upgd conss, 0 impls, 7744 clqs, 0 implints
292.59/293.49	c (round 25, exhaustive) 996 del vars, 2946 del conss, 796 add conss, 149 chg bounds, 760 chg sides, 12252 chg coeffs, 8120 upgd conss, 0 impls, 7745 clqs, 0 implints
292.69/293.51	c (round 26, exhaustive) 996 del vars, 4530 del conss, 796 add conss, 149 chg bounds, 760 chg sides, 12252 chg coeffs, 8120 upgd conss, 0 impls, 7745 clqs, 0 implints
292.69/293.53	c    (0.5s) running MILP presolver
292.69/293.54	c    (0.5s) MILP presolver (2 rounds): 1 aggregations, 4 fixings, 0 bound changes
292.69/293.55	c (round 27, medium)     1001 del vars, 4533 del conss, 797 add conss, 149 chg bounds, 760 chg sides, 12260 chg coeffs, 8120 upgd conss, 0 impls, 7688 clqs, 0 implints
292.69/293.55	c (round 28, exhaustive) 1001 del vars, 4536 del conss, 799 add conss, 149 chg bounds, 760 chg sides, 12260 chg coeffs, 8122 upgd conss, 0 impls, 7690 clqs, 0 implints
292.69/293.56	c (round 29, exhaustive) 1010 del vars, 4542 del conss, 799 add conss, 149 chg bounds, 760 chg sides, 12263 chg coeffs, 8122 upgd conss, 0 impls, 7681 clqs, 0 implints
292.69/293.56	c (round 30, fast)       1023 del vars, 4546 del conss, 803 add conss, 153 chg bounds, 760 chg sides, 12269 chg coeffs, 8122 upgd conss, 0 impls, 7669 clqs, 0 implints
292.79/293.66	c    (0.6s) sparsify aborted: 5/77967 (0.0%) nonzeros canceled - in total 55 canceled nonzeros, 58 changed coefficients, 0 added nonzeros
292.89/293.70	c (round 31, exhaustive) 1050 del vars, 4546 del conss, 803 add conss, 153 chg bounds, 760 chg sides, 12310 chg coeffs, 8122 upgd conss, 0 impls, 8126 clqs, 0 implints
292.89/293.70	c (round 32, fast)       1050 del vars, 4575 del conss, 828 add conss, 153 chg bounds, 760 chg sides, 12310 chg coeffs, 8122 upgd conss, 0 impls, 8126 clqs, 0 implints
292.89/293.71	c (round 33, exhaustive) 1050 del vars, 4576 del conss, 828 add conss, 153 chg bounds, 760 chg sides, 12375 chg coeffs, 8147 upgd conss, 0 impls, 8126 clqs, 0 implints
292.89/293.72	c (round 34, exhaustive) 1050 del vars, 4598 del conss, 828 add conss, 153 chg bounds, 760 chg sides, 12380 chg coeffs, 8147 upgd conss, 0 impls, 8126 clqs, 0 implints
292.99/293.86	c (round 35, exhaustive) 1075 del vars, 4599 del conss, 828 add conss, 153 chg bounds, 760 chg sides, 12415 chg coeffs, 8147 upgd conss, 0 impls, 8641 clqs, 0 implints
292.99/293.86	c (round 36, fast)       1075 del vars, 4624 del conss, 857 add conss, 153 chg bounds, 760 chg sides, 12417 chg coeffs, 8147 upgd conss, 0 impls, 8641 clqs, 0 implints
292.99/293.86	c (round 37, fast)       1075 del vars, 4624 del conss, 857 add conss, 153 chg bounds, 770 chg sides, 12475 chg coeffs, 8147 upgd conss, 0 impls, 8641 clqs, 0 implints
292.99/293.87	c (round 38, exhaustive) 1075 del vars, 4627 del conss, 857 add conss, 153 chg bounds, 773 chg sides, 12480 chg coeffs, 8147 upgd conss, 0 impls, 8641 clqs, 0 implints
292.99/293.87	c (round 39, fast)       1075 del vars, 4630 del conss, 860 add conss, 153 chg bounds, 773 chg sides, 12480 chg coeffs, 8147 upgd conss, 0 impls, 8644 clqs, 0 implints
292.99/293.88	c (round 40, exhaustive) 1075 del vars, 4630 del conss, 860 add conss, 153 chg bounds, 773 chg sides, 12482 chg coeffs, 8174 upgd conss, 0 impls, 8644 clqs, 0 implints
292.99/293.89	c (round 41, exhaustive) 1075 del vars, 4656 del conss, 861 add conss, 153 chg bounds, 773 chg sides, 12483 chg coeffs, 8174 upgd conss, 0 impls, 8645 clqs, 0 implints
293.09/293.97	c (round 42, exhaustive) 1101 del vars, 4658 del conss, 862 add conss, 153 chg bounds, 773 chg sides, 12519 chg coeffs, 8174 upgd conss, 0 impls, 9379 clqs, 0 implints
293.09/293.97	c (round 43, fast)       1101 del vars, 4686 del conss, 878 add conss, 153 chg bounds, 773 chg sides, 12519 chg coeffs, 8174 upgd conss, 0 impls, 9381 clqs, 0 implints
293.09/293.98	c (round 44, exhaustive) 1101 del vars, 4687 del conss, 878 add conss, 153 chg bounds, 774 chg sides, 12543 chg coeffs, 8189 upgd conss, 0 impls, 9381 clqs, 0 implints
293.09/293.99	c (round 45, exhaustive) 1101 del vars, 4700 del conss, 878 add conss, 153 chg bounds, 774 chg sides, 12543 chg coeffs, 8189 upgd conss, 0 impls, 9381 clqs, 0 implints
293.20/294.05	c (round 46, exhaustive) 1129 del vars, 4700 del conss, 878 add conss, 153 chg bounds, 774 chg sides, 12559 chg coeffs, 8189 upgd conss, 0 impls, 9902 clqs, 0 implints
293.20/294.05	c (round 47, fast)       1129 del vars, 4728 del conss, 911 add conss, 153 chg bounds, 774 chg sides, 12564 chg coeffs, 8189 upgd conss, 0 impls, 9902 clqs, 0 implints
293.20/294.05	c (round 48, medium)     1134 del vars, 4728 del conss, 911 add conss, 153 chg bounds, 777 chg sides, 12619 chg coeffs, 8189 upgd conss, 0 impls, 9892 clqs, 0 implints
293.20/294.06	c (round 49, exhaustive) 1134 del vars, 4732 del conss, 913 add conss, 153 chg bounds, 777 chg sides, 12637 chg coeffs, 8189 upgd conss, 0 impls, 9892 clqs, 0 implints
293.20/294.07	c (round 50, exhaustive) 1134 del vars, 4732 del conss, 913 add conss, 153 chg bounds, 777 chg sides, 12637 chg coeffs, 8221 upgd conss, 0 impls, 9903 clqs, 0 implints
293.20/294.07	c (round 51, exhaustive) 1134 del vars, 4763 del conss, 913 add conss, 153 chg bounds, 777 chg sides, 12637 chg coeffs, 8221 upgd conss, 0 impls, 9903 clqs, 0 implints
293.39/294.27	c (round 52, exhaustive) 1161 del vars, 4763 del conss, 913 add conss, 153 chg bounds, 777 chg sides, 12646 chg coeffs, 8221 upgd conss, 0 impls, 10980 clqs, 0 implints
293.39/294.28	c (round 53, fast)       1161 del vars, 4791 del conss, 944 add conss, 153 chg bounds, 777 chg sides, 12646 chg coeffs, 8221 upgd conss, 0 impls, 10980 clqs, 0 implints
293.39/294.28	c (round 54, exhaustive) 1161 del vars, 4792 del conss, 944 add conss, 153 chg bounds, 780 chg sides, 12693 chg coeffs, 8251 upgd conss, 0 impls, 10980 clqs, 0 implints
293.39/294.29	c (round 55, exhaustive) 1161 del vars, 4820 del conss, 944 add conss, 153 chg bounds, 780 chg sides, 12693 chg coeffs, 8251 upgd conss, 0 impls, 10980 clqs, 0 implints
293.49/294.35	c (round 56, exhaustive) 1186 del vars, 4820 del conss, 944 add conss, 153 chg bounds, 780 chg sides, 12702 chg coeffs, 8251 upgd conss, 0 impls, 11325 clqs, 0 implints
293.49/294.35	c (round 57, fast)       1186 del vars, 4851 del conss, 976 add conss, 153 chg bounds, 780 chg sides, 12702 chg coeffs, 8251 upgd conss, 0 impls, 11325 clqs, 0 implints
293.49/294.35	c (round 58, exhaustive) 1186 del vars, 4852 del conss, 976 add conss, 153 chg bounds, 786 chg sides, 12750 chg coeffs, 8251 upgd conss, 0 impls, 11325 clqs, 0 implints
293.49/294.36	c (round 59, exhaustive) 1186 del vars, 4852 del conss, 976 add conss, 153 chg bounds, 786 chg sides, 12750 chg coeffs, 8282 upgd conss, 0 impls, 11325 clqs, 0 implints
293.49/294.36	c (round 60, exhaustive) 1186 del vars, 4878 del conss, 976 add conss, 153 chg bounds, 786 chg sides, 12750 chg coeffs, 8282 upgd conss, 0 impls, 11325 clqs, 0 implints
293.69/294.52	c (round 61, exhaustive) 1211 del vars, 4878 del conss, 976 add conss, 153 chg bounds, 786 chg sides, 12786 chg coeffs, 8282 upgd conss, 0 impls, 12620 clqs, 0 implints
293.69/294.52	c (round 62, fast)       1211 del vars, 4907 del conss, 1019 add conss, 153 chg bounds, 786 chg sides, 12788 chg coeffs, 8282 upgd conss, 0 impls, 12621 clqs, 0 implints
293.69/294.52	c (round 63, fast)       1211 del vars, 4907 del conss, 1019 add conss, 153 chg bounds, 796 chg sides, 12874 chg coeffs, 8282 upgd conss, 0 impls, 12621 clqs, 0 implints
293.69/294.53	c (round 64, exhaustive) 1211 del vars, 4910 del conss, 1019 add conss, 153 chg bounds, 800 chg sides, 12874 chg coeffs, 8282 upgd conss, 0 impls, 12621 clqs, 0 implints
293.69/294.53	c (round 65, exhaustive) 1211 del vars, 4910 del conss, 1019 add conss, 153 chg bounds, 800 chg sides, 12874 chg coeffs, 8323 upgd conss, 0 impls, 12621 clqs, 0 implints
293.69/294.54	c (round 66, exhaustive) 1213 del vars, 4945 del conss, 1019 add conss, 153 chg bounds, 801 chg sides, 12875 chg coeffs, 8323 upgd conss, 0 impls, 12622 clqs, 0 implints
293.79/294.64	c (round 67, exhaustive) 1240 del vars, 4945 del conss, 1019 add conss, 153 chg bounds, 801 chg sides, 12932 chg coeffs, 8323 upgd conss, 0 impls, 13345 clqs, 0 implints
293.79/294.64	c (round 68, fast)       1240 del vars, 4976 del conss, 1055 add conss, 153 chg bounds, 801 chg sides, 12932 chg coeffs, 8323 upgd conss, 0 impls, 13346 clqs, 0 implints
293.79/294.64	c (round 69, fast)       1240 del vars, 4976 del conss, 1055 add conss, 153 chg bounds, 808 chg sides, 13003 chg coeffs, 8323 upgd conss, 0 impls, 13346 clqs, 0 implints
293.79/294.65	c (round 70, exhaustive) 1240 del vars, 4980 del conss, 1055 add conss, 153 chg bounds, 812 chg sides, 13003 chg coeffs, 8323 upgd conss, 0 impls, 13346 clqs, 0 implints
293.79/294.65	c (round 71, exhaustive) 1240 del vars, 4980 del conss, 1055 add conss, 153 chg bounds, 812 chg sides, 13003 chg coeffs, 8356 upgd conss, 0 impls, 13346 clqs, 0 implints
293.79/294.66	c (round 72, exhaustive) 1240 del vars, 5008 del conss, 1055 add conss, 153 chg bounds, 812 chg sides, 13003 chg coeffs, 8356 upgd conss, 0 impls, 13346 clqs, 0 implints
293.89/294.76	c (round 73, exhaustive) 1266 del vars, 5008 del conss, 1055 add conss, 153 chg bounds, 812 chg sides, 13062 chg coeffs, 8356 upgd conss, 0 impls, 13984 clqs, 0 implints
293.89/294.76	c (round 74, fast)       1266 del vars, 5038 del conss, 1102 add conss, 153 chg bounds, 812 chg sides, 13062 chg coeffs, 8356 upgd conss, 0 impls, 13986 clqs, 0 implints
293.89/294.77	c (round 75, exhaustive) 1267 del vars, 5040 del conss, 1102 add conss, 153 chg bounds, 813 chg sides, 13154 chg coeffs, 8401 upgd conss, 0 impls, 13985 clqs, 0 implints
293.89/294.77	c (round 76, exhaustive) 1267 del vars, 5083 del conss, 1102 add conss, 153 chg bounds, 813 chg sides, 13154 chg coeffs, 8401 upgd conss, 0 impls, 13989 clqs, 0 implints
294.20/295.07	c (round 77, exhaustive) 1293 del vars, 5083 del conss, 1102 add conss, 153 chg bounds, 813 chg sides, 13173 chg coeffs, 8401 upgd conss, 0 impls, 15289 clqs, 0 implints
294.20/295.07	c (round 78, fast)       1293 del vars, 5113 del conss, 1156 add conss, 153 chg bounds, 813 chg sides, 13173 chg coeffs, 8401 upgd conss, 0 impls, 15290 clqs, 0 implints
294.20/295.07	c (round 79, fast)       1293 del vars, 5113 del conss, 1156 add conss, 153 chg bounds, 819 chg sides, 13267 chg coeffs, 8401 upgd conss, 0 impls, 15290 clqs, 0 implints
294.20/295.08	c (round 80, exhaustive) 1293 del vars, 5116 del conss, 1156 add conss, 153 chg bounds, 822 chg sides, 13271 chg coeffs, 8401 upgd conss, 0 impls, 15290 clqs, 0 implints
294.20/295.08	c (round 81, medium)     1293 del vars, 5116 del conss, 1164 add conss, 153 chg bounds, 830 chg sides, 13287 chg coeffs, 8401 upgd conss, 0 impls, 15290 clqs, 0 implints
294.20/295.09	c (round 82, exhaustive) 1293 del vars, 5120 del conss, 1164 add conss, 153 chg bounds, 830 chg sides, 13287 chg coeffs, 8455 upgd conss, 0 impls, 15290 clqs, 0 implints
294.20/295.09	c (round 83, exhaustive) 1293 del vars, 5168 del conss, 1164 add conss, 153 chg bounds, 830 chg sides, 13287 chg coeffs, 8455 upgd conss, 0 impls, 15290 clqs, 0 implints
294.30/295.18	c (round 84, exhaustive) 1320 del vars, 5168 del conss, 1164 add conss, 153 chg bounds, 830 chg sides, 13318 chg coeffs, 8455 upgd conss, 0 impls, 15574 clqs, 0 implints
294.30/295.19	c (round 85, fast)       1322 del vars, 5199 del conss, 1221 add conss, 153 chg bounds, 830 chg sides, 13318 chg coeffs, 8455 upgd conss, 0 impls, 15577 clqs, 0 implints
294.30/295.19	c (round 86, fast)       1322 del vars, 5199 del conss, 1221 add conss, 153 chg bounds, 836 chg sides, 13392 chg coeffs, 8455 upgd conss, 0 impls, 15577 clqs, 0 implints
294.30/295.19	c (round 87, exhaustive) 1322 del vars, 5205 del conss, 1221 add conss, 153 chg bounds, 841 chg sides, 13392 chg coeffs, 8455 upgd conss, 0 impls, 15577 clqs, 0 implints
294.38/295.20	c (round 88, exhaustive) 1322 del vars, 5205 del conss, 1221 add conss, 153 chg bounds, 841 chg sides, 13392 chg coeffs, 8507 upgd conss, 0 impls, 15577 clqs, 0 implints
294.38/295.20	c (round 89, exhaustive) 1322 del vars, 5249 del conss, 1221 add conss, 153 chg bounds, 841 chg sides, 13392 chg coeffs, 8507 upgd conss, 0 impls, 15577 clqs, 0 implints
294.38/295.26	c (round 90, exhaustive) 1348 del vars, 5249 del conss, 1221 add conss, 153 chg bounds, 841 chg sides, 13459 chg coeffs, 8507 upgd conss, 0 impls, 15660 clqs, 0 implints
294.38/295.27	c (round 91, fast)       1353 del vars, 5276 del conss, 1275 add conss, 153 chg bounds, 841 chg sides, 13467 chg coeffs, 8507 upgd conss, 0 impls, 15663 clqs, 0 implints
294.38/295.27	c (round 92, fast)       1353 del vars, 5276 del conss, 1275 add conss, 153 chg bounds, 847 chg sides, 13549 chg coeffs, 8507 upgd conss, 0 impls, 15663 clqs, 0 implints
294.38/295.28	c (round 93, exhaustive) 1353 del vars, 5282 del conss, 1275 add conss, 153 chg bounds, 852 chg sides, 13553 chg coeffs, 8507 upgd conss, 0 impls, 15663 clqs, 0 implints
294.38/295.28	c (round 94, exhaustive) 1353 del vars, 5282 del conss, 1275 add conss, 153 chg bounds, 852 chg sides, 13553 chg coeffs, 8553 upgd conss, 0 impls, 15663 clqs, 0 implints
294.38/295.29	c (round 95, exhaustive) 1353 del vars, 5325 del conss, 1275 add conss, 153 chg bounds, 852 chg sides, 13553 chg coeffs, 8553 upgd conss, 0 impls, 15663 clqs, 0 implints
294.48/295.31	c    (2.3s) probing: 1000/6034 (16.6%) - 337 fixings, 7 aggregations, 10295 implications, 0 bound changes
294.68/295.51	c (round 96, exhaustive) 1380 del vars, 5325 del conss, 1275 add conss, 153 chg bounds, 852 chg sides, 13590 chg coeffs, 8553 upgd conss, 0 impls, 16227 clqs, 0 implints
294.68/295.51	c (round 97, fast)       1382 del vars, 5358 del conss, 1344 add conss, 153 chg bounds, 852 chg sides, 13590 chg coeffs, 8553 upgd conss, 0 impls, 16227 clqs, 0 implints
294.68/295.51	c (round 98, fast)       1382 del vars, 5358 del conss, 1344 add conss, 153 chg bounds, 862 chg sides, 13684 chg coeffs, 8553 upgd conss, 0 impls, 16227 clqs, 0 implints
294.68/295.52	c (round 99, exhaustive) 1382 del vars, 5362 del conss, 1344 add conss, 153 chg bounds, 867 chg sides, 13684 chg coeffs, 8553 upgd conss, 0 impls, 16227 clqs, 0 implints
294.68/295.52	c (round 100, exhaustive) 1382 del vars, 5362 del conss, 1344 add conss, 153 chg bounds, 867 chg sides, 13684 chg coeffs, 8618 upgd conss, 0 impls, 16227 clqs, 0 implints
294.68/295.53	c (round 101, exhaustive) 1382 del vars, 5422 del conss, 1344 add conss, 153 chg bounds, 867 chg sides, 13684 chg coeffs, 8618 upgd conss, 0 impls, 16227 clqs, 0 implints
294.78/295.60	c (round 102, exhaustive) 1413 del vars, 5422 del conss, 1344 add conss, 153 chg bounds, 867 chg sides, 13736 chg coeffs, 8618 upgd conss, 0 impls, 16938 clqs, 0 implints
294.78/295.61	c (round 103, fast)       1413 del vars, 5458 del conss, 1398 add conss, 153 chg bounds, 867 chg sides, 13759 chg coeffs, 8618 upgd conss, 0 impls, 16941 clqs, 0 implints
294.78/295.61	c (round 104, fast)       1413 del vars, 5458 del conss, 1398 add conss, 153 chg bounds, 878 chg sides, 13810 chg coeffs, 8618 upgd conss, 0 impls, 16941 clqs, 0 implints
294.78/295.61	c (round 105, medium)     1413 del vars, 5475 del conss, 1414 add conss, 153 chg bounds, 894 chg sides, 13934 chg coeffs, 8618 upgd conss, 0 impls, 16942 clqs, 0 implints
294.78/295.62	c (round 106, exhaustive) 1413 del vars, 5483 del conss, 1414 add conss, 153 chg bounds, 903 chg sides, 13944 chg coeffs, 8618 upgd conss, 0 impls, 16942 clqs, 0 implints
294.78/295.63	c (round 107, medium)     1413 del vars, 5485 del conss, 1418 add conss, 153 chg bounds, 907 chg sides, 13971 chg coeffs, 8618 upgd conss, 0 impls, 16946 clqs, 0 implints
294.78/295.63	c (round 108, exhaustive) 1413 del vars, 5488 del conss, 1418 add conss, 153 chg bounds, 907 chg sides, 13974 chg coeffs, 8658 upgd conss, 0 impls, 16946 clqs, 0 implints
294.78/295.64	c (round 109, exhaustive) 1413 del vars, 5523 del conss, 1418 add conss, 153 chg bounds, 907 chg sides, 13977 chg coeffs, 8658 upgd conss, 0 impls, 16947 clqs, 0 implints
294.78/295.65	c (round 110, exhaustive) 1425 del vars, 5526 del conss, 1419 add conss, 153 chg bounds, 907 chg sides, 14084 chg coeffs, 8658 upgd conss, 0 impls, 16844 clqs, 0 implints
294.78/295.65	c (round 111, fast)       1437 del vars, 5538 del conss, 1424 add conss, 153 chg bounds, 907 chg sides, 14096 chg coeffs, 8658 upgd conss, 0 impls, 16862 clqs, 0 implints
294.78/295.65	c (round 112, exhaustive) 1437 del vars, 5538 del conss, 1424 add conss, 153 chg bounds, 907 chg sides, 14097 chg coeffs, 8663 upgd conss, 0 impls, 16862 clqs, 0 implints
294.78/295.66	c (round 113, medium)     1437 del vars, 5539 del conss, 1426 add conss, 153 chg bounds, 909 chg sides, 14110 chg coeffs, 8663 upgd conss, 0 impls, 16865 clqs, 0 implints
294.78/295.66	c (round 114, exhaustive) 1437 del vars, 5544 del conss, 1426 add conss, 153 chg bounds, 909 chg sides, 14110 chg coeffs, 8663 upgd conss, 0 impls, 16865 clqs, 0 implints
294.78/295.67	c (round 115, exhaustive) 1437 del vars, 5551 del conss, 1426 add conss, 153 chg bounds, 909 chg sides, 14110 chg coeffs, 8663 upgd conss, 0 impls, 16865 clqs, 0 implints
294.88/295.72	c (round 116, exhaustive) 1462 del vars, 5551 del conss, 1426 add conss, 153 chg bounds, 909 chg sides, 14114 chg coeffs, 8663 upgd conss, 0 impls, 21361 clqs, 0 implints
294.88/295.73	c (round 117, fast)       1462 del vars, 5577 del conss, 1454 add conss, 153 chg bounds, 909 chg sides, 14120 chg coeffs, 8663 upgd conss, 0 impls, 21363 clqs, 0 implints
294.88/295.73	c (round 118, medium)     1464 del vars, 5591 del conss, 1468 add conss, 153 chg bounds, 927 chg sides, 14232 chg coeffs, 8663 upgd conss, 0 impls, 21254 clqs, 0 implints
294.88/295.73	c (round 119, fast)       1466 del vars, 5596 del conss, 1468 add conss, 153 chg bounds, 927 chg sides, 14232 chg coeffs, 8663 upgd conss, 0 impls, 21254 clqs, 0 implints
294.88/295.74	c (round 120, medium)     1466 del vars, 5602 del conss, 1474 add conss, 153 chg bounds, 933 chg sides, 14262 chg coeffs, 8663 upgd conss, 0 impls, 21256 clqs, 0 implints
294.88/295.75	c (round 121, exhaustive) 1466 del vars, 5607 del conss, 1474 add conss, 153 chg bounds, 933 chg sides, 14383 chg coeffs, 8663 upgd conss, 0 impls, 21256 clqs, 0 implints
294.88/295.75	c (round 122, medium)     1466 del vars, 5612 del conss, 1482 add conss, 153 chg bounds, 940 chg sides, 14452 chg coeffs, 8663 upgd conss, 0 impls, 21304 clqs, 0 implints
294.88/295.75	c (round 123, fast)       1466 del vars, 5615 del conss, 1485 add conss, 153 chg bounds, 940 chg sides, 14452 chg coeffs, 8663 upgd conss, 0 impls, 21307 clqs, 0 implints
294.88/295.76	c (round 124, exhaustive) 1466 del vars, 5622 del conss, 1485 add conss, 153 chg bounds, 946 chg sides, 14542 chg coeffs, 8663 upgd conss, 0 impls, 21307 clqs, 0 implints
294.88/295.77	c (round 125, exhaustive) 1466 del vars, 5623 del conss, 1485 add conss, 153 chg bounds, 946 chg sides, 14584 chg coeffs, 8680 upgd conss, 0 impls, 21376 clqs, 0 implints
294.88/295.78	c (round 126, exhaustive) 1466 del vars, 5641 del conss, 1487 add conss, 153 chg bounds, 946 chg sides, 14614 chg coeffs, 8680 upgd conss, 0 impls, 21437 clqs, 0 implints
294.88/295.78	c (round 127, fast)       1466 del vars, 5646 del conss, 1492 add conss, 153 chg bounds, 946 chg sides, 14614 chg coeffs, 8680 upgd conss, 0 impls, 21442 clqs, 0 implints
294.88/295.79	c (round 128, exhaustive) 1466 del vars, 5651 del conss, 1492 add conss, 153 chg bounds, 946 chg sides, 14634 chg coeffs, 8680 upgd conss, 0 impls, 21483 clqs, 0 implints
294.98/295.89	c (round 129, exhaustive) 1493 del vars, 5653 del conss, 1494 add conss, 153 chg bounds, 946 chg sides, 14698 chg coeffs, 8680 upgd conss, 0 impls, 24776 clqs, 0 implints
294.98/295.89	c (round 130, fast)       1493 del vars, 5680 del conss, 1517 add conss, 153 chg bounds, 946 chg sides, 14705 chg coeffs, 8680 upgd conss, 0 impls, 24789 clqs, 0 implints
295.08/295.90	c (round 131, medium)     1495 del vars, 5684 del conss, 1523 add conss, 153 chg bounds, 956 chg sides, 14793 chg coeffs, 8680 upgd conss, 0 impls, 24737 clqs, 0 implints
295.08/295.90	c (round 132, medium)     1499 del vars, 5689 del conss, 1523 add conss, 153 chg bounds, 956 chg sides, 14795 chg coeffs, 8680 upgd conss, 0 impls, 24691 clqs, 0 implints
295.08/295.91	c (round 133, exhaustive) 1499 del vars, 5692 del conss, 1523 add conss, 153 chg bounds, 958 chg sides, 14889 chg coeffs, 8680 upgd conss, 0 impls, 24691 clqs, 0 implints
295.08/295.91	c (round 134, fast)       1499 del vars, 5696 del conss, 1527 add conss, 153 chg bounds, 958 chg sides, 14889 chg coeffs, 8680 upgd conss, 0 impls, 24694 clqs, 0 implints
295.08/295.93	c (round 135, exhaustive) 1499 del vars, 5703 del conss, 1527 add conss, 153 chg bounds, 958 chg sides, 14922 chg coeffs, 8680 upgd conss, 0 impls, 24754 clqs, 0 implints
295.08/295.94	c (round 136, exhaustive) 1499 del vars, 5704 del conss, 1527 add conss, 153 chg bounds, 958 chg sides, 14952 chg coeffs, 8694 upgd conss, 0 impls, 24774 clqs, 0 implints
295.08/295.95	c (round 137, exhaustive) 1499 del vars, 5719 del conss, 1528 add conss, 153 chg bounds, 958 chg sides, 14973 chg coeffs, 8694 upgd conss, 0 impls, 24819 clqs, 0 implints
295.08/295.95	c (round 138, exhaustive) 1515 del vars, 5723 del conss, 1529 add conss, 153 chg bounds, 958 chg sides, 15018 chg coeffs, 8694 upgd conss, 0 impls, 24201 clqs, 0 implints
295.08/295.96	c (round 139, fast)       1535 del vars, 5739 del conss, 1540 add conss, 157 chg bounds, 958 chg sides, 15022 chg coeffs, 8694 upgd conss, 0 impls, 23933 clqs, 0 implints
295.08/295.96	c (round 140, fast)       1535 del vars, 5747 del conss, 1540 add conss, 157 chg bounds, 958 chg sides, 15022 chg coeffs, 8694 upgd conss, 0 impls, 23933 clqs, 0 implints
295.08/295.96	c (round 141, medium)     1535 del vars, 5757 del conss, 1550 add conss, 157 chg bounds, 968 chg sides, 15143 chg coeffs, 8694 upgd conss, 0 impls, 23958 clqs, 0 implints
295.08/295.97	c (round 142, exhaustive) 1535 del vars, 5760 del conss, 1550 add conss, 157 chg bounds, 968 chg sides, 15157 chg coeffs, 8696 upgd conss, 0 impls, 23958 clqs, 0 implints
295.19/296.07	c    (3.0s) sparsify aborted: 4/74683 (0.0%) nonzeros canceled - in total 59 canceled nonzeros, 64 changed coefficients, 0 added nonzeros
295.19/296.10	c (round 143, exhaustive) 1561 del vars, 5760 del conss, 1550 add conss, 157 chg bounds, 968 chg sides, 15222 chg coeffs, 8696 upgd conss, 0 impls, 25623 clqs, 0 implints
295.19/296.11	c (round 144, fast)       1563 del vars, 5790 del conss, 1582 add conss, 157 chg bounds, 968 chg sides, 15233 chg coeffs, 8696 upgd conss, 0 impls, 25629 clqs, 0 implints
295.29/296.11	c (round 145, fast)       1563 del vars, 5790 del conss, 1582 add conss, 157 chg bounds, 975 chg sides, 15248 chg coeffs, 8696 upgd conss, 0 impls, 25629 clqs, 0 implints
295.29/296.11	c (round 146, medium)     1563 del vars, 5807 del conss, 1596 add conss, 157 chg bounds, 989 chg sides, 15419 chg coeffs, 8696 upgd conss, 0 impls, 25636 clqs, 0 implints
295.29/296.13	c (round 147, exhaustive) 1563 del vars, 5814 del conss, 1596 add conss, 157 chg bounds, 989 chg sides, 15515 chg coeffs, 8696 upgd conss, 0 impls, 25636 clqs, 0 implints
295.29/296.14	c (round 148, medium)     1563 del vars, 5818 del conss, 1600 add conss, 157 chg bounds, 991 chg sides, 15539 chg coeffs, 8696 upgd conss, 0 impls, 25683 clqs, 0 implints
295.29/296.15	c (round 149, exhaustive) 1563 del vars, 5823 del conss, 1600 add conss, 157 chg bounds, 995 chg sides, 15619 chg coeffs, 8696 upgd conss, 0 impls, 25683 clqs, 0 implints
295.29/296.16	c (round 150, exhaustive) 1563 del vars, 5823 del conss, 1600 add conss, 157 chg bounds, 995 chg sides, 15643 chg coeffs, 8710 upgd conss, 0 impls, 25778 clqs, 0 implints
295.29/296.17	c (round 151, exhaustive) 1563 del vars, 5828 del conss, 1600 add conss, 157 chg bounds, 995 chg sides, 15658 chg coeffs, 8710 upgd conss, 0 impls, 25779 clqs, 0 implints
295.29/296.17	c (round 152, exhaustive) 1563 del vars, 5845 del conss, 1601 add conss, 157 chg bounds, 995 chg sides, 15667 chg coeffs, 8710 upgd conss, 0 impls, 25779 clqs, 0 implints
295.29/296.18	c (round 153, exhaustive) 1567 del vars, 5849 del conss, 1603 add conss, 157 chg bounds, 995 chg sides, 15738 chg coeffs, 8710 upgd conss, 0 impls, 25587 clqs, 0 implints
295.29/296.18	c (round 154, fast)       1571 del vars, 5853 del conss, 1605 add conss, 157 chg bounds, 995 chg sides, 15738 chg coeffs, 8710 upgd conss, 0 impls, 25598 clqs, 0 implints
295.98/296.84	c    (3.8s) probing: 1916/6034 (31.8%) - 440 fixings, 58 aggregations, 27891 implications, 0 bound changes
295.98/296.84	c    (3.8s) probing aborted: 50/50 successive totally useless probings
295.98/296.85	c (round 155, exhaustive) 1593 del vars, 5855 del conss, 1605 add conss, 157 chg bounds, 995 chg sides, 15743 chg coeffs, 8710 upgd conss, 0 impls, 29033 clqs, 0 implints
295.98/296.85	c (round 156, fast)       1593 del vars, 5873 del conss, 1644 add conss, 157 chg bounds, 995 chg sides, 15751 chg coeffs, 8710 upgd conss, 0 impls, 29034 clqs, 0 implints
295.98/296.86	c (round 157, medium)     1594 del vars, 5881 del conss, 1650 add conss, 157 chg bounds, 1005 chg sides, 15857 chg coeffs, 8710 upgd conss, 0 impls, 28977 clqs, 0 implints
295.98/296.86	c (round 158, fast)       1595 del vars, 5884 del conss, 1653 add conss, 157 chg bounds, 1007 chg sides, 15857 chg coeffs, 8710 upgd conss, 0 impls, 28977 clqs, 0 implints
295.98/296.88	c (round 159, exhaustive) 1595 del vars, 5890 del conss, 1653 add conss, 157 chg bounds, 1012 chg sides, 16004 chg coeffs, 8710 upgd conss, 0 impls, 28977 clqs, 0 implints
295.98/296.88	c (round 160, medium)     1595 del vars, 5901 del conss, 1674 add conss, 157 chg bounds, 1032 chg sides, 16168 chg coeffs, 8710 upgd conss, 0 impls, 29059 clqs, 0 implints
295.98/296.89	c (round 161, exhaustive) 1595 del vars, 5905 del conss, 1674 add conss, 157 chg bounds, 1032 chg sides, 16244 chg coeffs, 8745 upgd conss, 0 impls, 29059 clqs, 0 implints
296.08/296.90	c (round 162, exhaustive) 1595 del vars, 5941 del conss, 1676 add conss, 157 chg bounds, 1032 chg sides, 16302 chg coeffs, 8745 upgd conss, 0 impls, 29141 clqs, 0 implints
296.08/296.91	c (round 163, exhaustive) 1595 del vars, 5953 del conss, 1676 add conss, 157 chg bounds, 1032 chg sides, 16346 chg coeffs, 8745 upgd conss, 0 impls, 29237 clqs, 0 implints
296.19/297.01	c    (4.0s) probing: 1988/6034 (32.9%) - 440 fixings, 58 aggregations, 28203 implications, 0 bound changes
296.19/297.01	c    (4.0s) probing aborted: 50/50 successive totally useless probings
296.19/297.04	c    (4.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
296.19/297.06	c    (4.0s) symmetry computation finished: 16 generators found (max: 1500, log10 of symmetry group size: 4.82) (symcode time: 0.00)
296.19/297.06	c dynamic symmetry handling statistics:
296.19/297.06	c    orbitopal reduction:       no components
296.19/297.06	c    orbital reduction:         no components
296.19/297.06	c    lexicographic reduction:   16 permutations with support sizes 14, 14, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 16, 12
296.19/297.06	c handled 16 out of 16 symmetry components
296.19/297.06	c presolving (164 rounds: 164 fast, 116 medium, 97 exhaustive):
296.19/297.06	c  1595 deleted vars, 5953 deleted constraints, 1676 added constraints, 157 tightened bounds, 0 added holes, 1032 changed sides, 16411 changed coefficients
296.19/297.06	c  0 implications, 29612 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
296.19/297.06	c presolved problem has 5445 variables (5445 bin, 0 int, 0 cont) and 5736 constraints
296.19/297.06	c    2620 constraints of type <knapsack>
296.19/297.06	c    2443 constraints of type <setppc>
296.19/297.06	c     451 constraints of type <linear>
296.19/297.06	c     222 constraints of type <logicor>
296.19/297.06	c transformed objective value is always integral (scale: 1)
296.19/297.06	c Presolving Time: 4.01
296.19/297.07	c 
312.64/313.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
312.64/313.58	c  20.6s|     1 |     0 | 47239 |     - |   262M |   0 |5445 |5789 |5736 |   0 |  0 |  55 |   0 |-1.756222e+04 |      --      |    Inf | unknown
323.91/324.85	c  31.8s|     1 |     0 | 79241 |     - |   264M |   0 |5445 |5988 |5790 |  60 |  1 |  56 |   0 |-1.757281e+04 |      --      |    Inf | unknown
328.00/328.91	c  35.9s|     1 |     0 | 92183 |     - |   266M |   0 |5445 |5991 |5833 | 117 |  2 |  65 |   0 |-1.757862e+04 |      --      |    Inf | unknown
332.79/333.71	c  40.7s|     1 |     0 |106999 |     - |   267M |   0 |5445 |5985 |5854 | 157 |  3 |  65 |   0 |-1.758006e+04 |      --      |    Inf | unknown
338.78/339.70	c  46.7s|     1 |     0 |122973 |     - |   268M |   0 |5445 |5967 |5888 | 191 |  4 |  65 |   0 |-1.758277e+04 |      --      |    Inf | unknown
341.37/342.33	c  49.3s|     1 |     0 |131765 |     - |   269M |   0 |5445 |5967 |5916 | 219 |  5 |  65 |   0 |-1.758409e+04 |      --      |    Inf | unknown
344.47/345.43	c  52.4s|     1 |     0 |142436 |     - |   269M |   0 |5445 |5967 |5938 | 241 |  6 |  65 |   0 |-1.758438e+04 |      --      |    Inf | unknown
347.86/348.82	c  55.8s|     1 |     0 |152824 |     - |   270M |   0 |5445 |5967 |5959 | 262 |  7 |  65 |   0 |-1.758484e+04 |      --      |    Inf | unknown
352.16/353.16	c  60.1s|     1 |     0 |165363 |     - |   271M |   0 |5445 |5969 |5976 | 279 |  8 |  67 |   0 |-1.758543e+04 |      --      |    Inf | unknown
358.44/359.48	c  66.5s|     1 |     0 |183917 |     - |   273M |   0 |5445 |5970 |5995 | 298 |  9 |  68 |   0 |-1.758666e+04 |      --      |    Inf | unknown
362.14/363.12	c  70.1s|     1 |     0 |194361 |     - |   274M |   0 |5445 |5972 |6016 | 319 | 10 |  70 |   0 |-1.758674e+04 |      --      |    Inf | unknown
364.62/365.62	c  72.6s|     1 |     0 |202741 |     - |   275M |   0 |5445 |5973 |6032 | 335 | 11 |  71 |   0 |-1.758677e+04 |      --      |    Inf | unknown
365.92/366.91	c  73.9s|     1 |     0 |207116 |     - |   276M |   0 |5445 |5973 |5961 | 351 | 12 |  73 |   0 |-1.758679e+04 |      --      |    Inf | unknown
369.91/370.90	c  77.9s|     1 |     0 |219121 |     - |   277M |   0 |5445 |5974 |5972 | 362 | 13 |  74 |   0 |-1.758729e+04 |      --      |    Inf | unknown
373.70/374.76	c  81.7s|     1 |     0 |231177 |     - |   278M |   0 |5445 |5974 |5986 | 376 | 14 |  74 |   0 |-1.758749e+04 |      --      |    Inf | unknown
374.01/375.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
374.01/375.02	c  82.0s|     1 |     0 |231178 |     - |   278M |   0 |5445 |5978 |5989 | 376 | 14 |  75 |   0 |-1.758749e+04 |      --      |    Inf | unknown
375.90/376.94	c  83.9s|     1 |     0 |237875 |     - |   279M |   0 |5445 |5979 |5999 | 386 | 15 |  76 |   0 |-1.758755e+04 |      --      |    Inf | unknown
382.18/383.25	c  90.2s|     1 |     0 |256164 |     - |   279M |   0 |5445 |5980 |6013 | 400 | 16 |  77 |   0 |-1.759023e+04 |      --      |    Inf | unknown
384.78/385.84	c  92.8s|     1 |     0 |264738 |     - |   280M |   0 |5445 |5981 |5980 | 415 | 17 |  78 |   0 |-1.759034e+04 |      --      |    Inf | unknown
386.57/387.69	c  94.7s|     1 |     0 |271403 |     - |   281M |   0 |5445 |5987 |5989 | 424 | 18 |  84 |   0 |-1.759047e+04 |      --      |    Inf | unknown
388.17/389.22	c  96.2s|     1 |     0 |276660 |     - |   281M |   0 |5445 |5987 |6001 | 436 | 19 |  84 |   0 |-1.759061e+04 |      --      |    Inf | unknown
389.17/390.30	c  97.3s|     1 |     0 |280043 |     - |   282M |   0 |5445 |5994 |6010 | 445 | 20 |  91 |   0 |-1.759066e+04 |      --      |    Inf | unknown
389.37/390.48	c  97.4s|     1 |     0 |280493 |     - |   282M |   0 |5445 |5995 |6018 | 453 | 21 |  92 |   0 |-1.759066e+04 |      --      |    Inf | unknown
389.67/390.73	c  97.7s|     1 |     0 |281262 |     - |   282M |   0 |5445 |6003 |6025 | 460 | 22 | 100 |   0 |-1.759067e+04 |      --      |    Inf | unknown
390.16/391.22	c  98.2s|     1 |     0 |282860 |     - |   282M |   0 |5445 |6004 |5982 | 466 | 23 | 101 |   0 |-1.759068e+04 |      --      |    Inf | unknown
390.66/391.74	c  98.7s|     1 |     0 |284631 |     - |   282M |   0 |5445 |6010 |5985 | 469 | 24 | 107 |   0 |-1.759068e+04 |      --      |    Inf | unknown
391.56/392.62	c  99.6s|     1 |     0 |287868 |     - |   282M |   0 |5445 |6013 |5990 | 474 | 25 | 110 |   0 |-1.759069e+04 |      --      |    Inf | unknown
391.97/393.01	c   100s|     1 |     0 |289096 |     - |   282M |   0 |5445 |6017 |5993 | 477 | 26 | 114 |   0 |-1.759070e+04 |      --      |    Inf | unknown
401.64/402.79	c   110s|     1 |     2 |320655 |     - |   282M |   0 |5445 |6017 |5993 | 477 | 26 | 115 |   0 |-1.759070e+04 |      --      |    Inf | unknown
401.64/402.79	c 
401.64/402.79	c SCIP Status        : solving was interrupted [time limit reached]
401.64/402.79	c Solving Time (sec) : 109.76
401.64/402.79	c Solving Nodes      : 1
401.64/402.79	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
401.64/402.79	c Dual Bound         : -1.75906956787949e+04
401.64/402.79	c Gap                : infinite
401.64/402.79	c SCIP status: 23 (TIMELIMIT)
401.64/402.79	c SCIP LP bound tightened UB: 3778250 -> 3778222
401.64/402.79	c pb_solver_status: sst_unknown
401.64/402.79	c LB_goalvalue: 110096
401.64/402.79	c UB_goalvalue: 3778222
401.64/402.79	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
401.64/402.79	c SCIP returned: sst_unknown
401.64/402.79	c SCIP primal LB: -oo, dual UB: 3778222
401.64/402.79	c assumptions: 
401.64/402.79	c invoking solver with time budget: 40.000000
441.65/442.88	c sat_solver_result: sst_unknown
441.65/442.88	c c SAT fixed 133 new variables
441.65/442.88	c SAT solver timed out; proceeding to cooperative SCIP call
441.65/442.88	c Calling solveScip for cooperative mode with LB_goalvalue:       110096, UB_goalvalue: 3778222
441.65/442.88	c scip solving with time budget: 153.664000
441.65/442.88	c solveScip
441.65/442.88	c initScipForCoop
441.65/442.88	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
441.65/442.88	c SCIPfreeTransform due to timeout and having shadow nodes
441.65/442.88	c forcing SCIPfreeTransform before solve
441.75/442.91	c Running SCIP presolve for solve-time propagation (rounds=3)
441.75/442.93	c presolving:
441.75/442.95	c (round 1, fast)       767 del vars, 769 del conss, 0 add conss, 133 chg bounds, 18 chg sides, 19 chg coeffs, 0 upgd conss, 0 impls, 6830 clqs, 0 implints
441.75/442.98	c    (0.1s) running MILP presolver
441.75/442.99	c    (0.1s) MILP presolver (3 rounds): 8 aggregations, 8 fixings, 0 bound changes
441.75/443.00	c (round 2, medium)     784 del vars, 769 del conss, 0 add conss, 133 chg bounds, 18 chg sides, 19 chg coeffs, 0 upgd conss, 0 impls, 6802 clqs, 0 implints
441.97/443.16	c    (0.3s) sparsify finished: 2318/93323 (2.5%) nonzeros canceled - in total 2318 canceled nonzeros, 5006 changed coefficients, 0 added nonzeros
442.05/443.20	c presolving (3 rounds: 3 fast, 2 medium, 1 exhaustive):
442.05/443.20	c  946 deleted vars, 1592 deleted constraints, 0 added constraints, 133 tightened bounds, 0 added holes, 47 changed sides, 6307 changed coefficients
442.05/443.20	c  0 implications, 6845 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
442.05/443.20	c presolved problem has 6040 variables (6040 bin, 0 int, 0 cont) and 8424 constraints
442.05/443.20	c    2934 constraints of type <knapsack>
442.05/443.20	c    4227 constraints of type <setppc>
442.05/443.20	c    1074 constraints of type <linear>
442.05/443.20	c     189 constraints of type <logicor>
442.05/443.20	c transformed objective value is always integral (scale: 1)
442.05/443.20	c Presolving Time: 0.27
442.05/443.20	c c SCIP solve-time propagated 15 fixed variables
442.05/443.24	c presolving:
442.05/443.26	c (round 1, fast)       767 del vars, 769 del conss, 0 add conss, 133 chg bounds, 18 chg sides, 19 chg coeffs, 0 upgd conss, 0 impls, 6830 clqs, 0 implints
442.05/443.28	c    (0.1s) running MILP presolver
442.15/443.30	c    (0.1s) MILP presolver (3 rounds): 9 aggregations, 9 fixings, 0 bound changes
442.15/443.31	c (round 2, medium)     786 del vars, 769 del conss, 0 add conss, 133 chg bounds, 18 chg sides, 19 chg coeffs, 0 upgd conss, 0 impls, 6801 clqs, 0 implints
442.15/443.31	c (round 3, fast)       786 del vars, 798 del conss, 0 add conss, 133 chg bounds, 18 chg sides, 19 chg coeffs, 0 upgd conss, 0 impls, 6802 clqs, 0 implints
442.15/443.33	c (round 4, exhaustive) 786 del vars, 1517 del conss, 0 add conss, 133 chg bounds, 47 chg sides, 19 chg coeffs, 0 upgd conss, 0 impls, 6802 clqs, 0 implints
442.15/443.33	c (round 5, fast)       787 del vars, 1518 del conss, 72 add conss, 133 chg bounds, 47 chg sides, 19 chg coeffs, 0 upgd conss, 0 impls, 6800 clqs, 0 implints
442.15/443.33	c (round 6, fast)       787 del vars, 1518 del conss, 72 add conss, 133 chg bounds, 57 chg sides, 137 chg coeffs, 0 upgd conss, 0 impls, 6800 clqs, 0 implints
442.15/443.36	c (round 7, exhaustive) 787 del vars, 1518 del conss, 72 add conss, 133 chg bounds, 57 chg sides, 137 chg coeffs, 8100 upgd conss, 0 impls, 6800 clqs, 0 implints
442.15/443.37	c (round 8, medium)     804 del vars, 2658 del conss, 727 add conss, 133 chg bounds, 726 chg sides, 6715 chg coeffs, 8100 upgd conss, 0 impls, 6959 clqs, 0 implints
442.15/443.38	c (round 9, fast)       804 del vars, 2687 del conss, 727 add conss, 133 chg bounds, 726 chg sides, 6715 chg coeffs, 8100 upgd conss, 0 impls, 6959 clqs, 0 implints
442.25/443.40	c (round 10, exhaustive) 804 del vars, 2687 del conss, 727 add conss, 133 chg bounds, 726 chg sides, 8256 chg coeffs, 8100 upgd conss, 0 impls, 6959 clqs, 0 implints
442.25/443.40	c (round 11, fast)       804 del vars, 2693 del conss, 733 add conss, 133 chg bounds, 726 chg sides, 8256 chg coeffs, 8100 upgd conss, 0 impls, 6964 clqs, 0 implints
442.25/443.41	c (round 12, exhaustive) 804 del vars, 2693 del conss, 733 add conss, 133 chg bounds, 726 chg sides, 9704 chg coeffs, 8100 upgd conss, 0 impls, 6964 clqs, 0 implints
442.25/443.43	c (round 13, exhaustive) 804 del vars, 2698 del conss, 733 add conss, 133 chg bounds, 732 chg sides, 9708 chg coeffs, 8100 upgd conss, 0 impls, 6964 clqs, 0 implints
442.25/443.44	c (round 14, exhaustive) 804 del vars, 2703 del conss, 733 add conss, 133 chg bounds, 732 chg sides, 9712 chg coeffs, 8106 upgd conss, 0 impls, 6964 clqs, 0 implints
442.25/443.45	c (round 15, exhaustive) 891 del vars, 2775 del conss, 733 add conss, 133 chg bounds, 732 chg sides, 11959 chg coeffs, 8106 upgd conss, 0 impls, 6921 clqs, 0 implints
442.25/443.45	c (round 16, fast)       952 del vars, 2830 del conss, 750 add conss, 140 chg bounds, 732 chg sides, 11971 chg coeffs, 8106 upgd conss, 0 impls, 7013 clqs, 0 implints
442.25/443.45	c (round 17, fast)       952 del vars, 2837 del conss, 750 add conss, 140 chg bounds, 732 chg sides, 11971 chg coeffs, 8106 upgd conss, 0 impls, 7013 clqs, 0 implints
442.35/443.57	c    (0.3s) sparsify finished: 50/82220 (0.1%) nonzeros canceled - in total 50 canceled nonzeros, 50 changed coefficients, 0 added nonzeros
442.45/443.62	c (round 18, exhaustive) 987 del vars, 2840 del conss, 750 add conss, 140 chg bounds, 732 chg sides, 12065 chg coeffs, 8106 upgd conss, 0 impls, 7687 clqs, 0 implints
442.45/443.63	c (round 19, fast)       996 del vars, 2889 del conss, 773 add conss, 149 chg bounds, 732 chg sides, 12078 chg coeffs, 8106 upgd conss, 0 impls, 7733 clqs, 0 implints
442.45/443.63	c (round 20, medium)     996 del vars, 2907 del conss, 788 add conss, 149 chg bounds, 753 chg sides, 12219 chg coeffs, 8106 upgd conss, 0 impls, 7737 clqs, 0 implints
442.45/443.64	c (round 21, exhaustive) 996 del vars, 2913 del conss, 788 add conss, 149 chg bounds, 760 chg sides, 12242 chg coeffs, 8106 upgd conss, 0 impls, 7737 clqs, 0 implints
442.45/443.64	c (round 22, fast)       996 del vars, 2919 del conss, 794 add conss, 149 chg bounds, 760 chg sides, 12242 chg coeffs, 8106 upgd conss, 0 impls, 7743 clqs, 0 implints
442.45/443.65	c (round 23, exhaustive) 996 del vars, 2923 del conss, 794 add conss, 149 chg bounds, 760 chg sides, 12246 chg coeffs, 8120 upgd conss, 0 impls, 7743 clqs, 0 implints
442.45/443.66	c (round 24, exhaustive) 996 del vars, 2936 del conss, 795 add conss, 149 chg bounds, 760 chg sides, 12252 chg coeffs, 8120 upgd conss, 0 impls, 7744 clqs, 0 implints
442.45/443.67	c (round 25, exhaustive) 996 del vars, 2946 del conss, 796 add conss, 149 chg bounds, 760 chg sides, 12252 chg coeffs, 8120 upgd conss, 0 impls, 7745 clqs, 0 implints
442.45/443.69	c (round 26, exhaustive) 996 del vars, 4530 del conss, 796 add conss, 149 chg bounds, 760 chg sides, 12252 chg coeffs, 8120 upgd conss, 0 impls, 7745 clqs, 0 implints
442.55/443.70	c    (0.5s) running MILP presolver
442.55/443.72	c    (0.5s) MILP presolver (2 rounds): 1 aggregations, 4 fixings, 0 bound changes
442.55/443.72	c (round 27, medium)     1001 del vars, 4533 del conss, 797 add conss, 149 chg bounds, 760 chg sides, 12260 chg coeffs, 8120 upgd conss, 0 impls, 7688 clqs, 0 implints
442.55/443.73	c (round 28, exhaustive) 1001 del vars, 4536 del conss, 799 add conss, 149 chg bounds, 760 chg sides, 12260 chg coeffs, 8122 upgd conss, 0 impls, 7690 clqs, 0 implints
442.55/443.74	c (round 29, exhaustive) 1010 del vars, 4542 del conss, 799 add conss, 149 chg bounds, 760 chg sides, 12263 chg coeffs, 8122 upgd conss, 0 impls, 7681 clqs, 0 implints
442.55/443.74	c (round 30, fast)       1023 del vars, 4546 del conss, 803 add conss, 153 chg bounds, 760 chg sides, 12269 chg coeffs, 8122 upgd conss, 0 impls, 7669 clqs, 0 implints
442.65/443.84	c    (0.6s) sparsify aborted: 5/77967 (0.0%) nonzeros canceled - in total 55 canceled nonzeros, 58 changed coefficients, 0 added nonzeros
442.65/443.88	c (round 31, exhaustive) 1050 del vars, 4546 del conss, 803 add conss, 153 chg bounds, 760 chg sides, 12310 chg coeffs, 8122 upgd conss, 0 impls, 8126 clqs, 0 implints
442.65/443.88	c (round 32, fast)       1050 del vars, 4575 del conss, 828 add conss, 153 chg bounds, 760 chg sides, 12310 chg coeffs, 8122 upgd conss, 0 impls, 8126 clqs, 0 implints
442.65/443.89	c (round 33, exhaustive) 1050 del vars, 4576 del conss, 828 add conss, 153 chg bounds, 760 chg sides, 12375 chg coeffs, 8147 upgd conss, 0 impls, 8126 clqs, 0 implints
442.65/443.89	c (round 34, exhaustive) 1050 del vars, 4598 del conss, 828 add conss, 153 chg bounds, 760 chg sides, 12380 chg coeffs, 8147 upgd conss, 0 impls, 8126 clqs, 0 implints
442.86/444.03	c (round 35, exhaustive) 1075 del vars, 4599 del conss, 828 add conss, 153 chg bounds, 760 chg sides, 12415 chg coeffs, 8147 upgd conss, 0 impls, 8641 clqs, 0 implints
442.86/444.04	c (round 36, fast)       1075 del vars, 4624 del conss, 857 add conss, 153 chg bounds, 760 chg sides, 12417 chg coeffs, 8147 upgd conss, 0 impls, 8641 clqs, 0 implints
442.86/444.04	c (round 37, fast)       1075 del vars, 4624 del conss, 857 add conss, 153 chg bounds, 770 chg sides, 12475 chg coeffs, 8147 upgd conss, 0 impls, 8641 clqs, 0 implints
442.86/444.05	c (round 38, exhaustive) 1075 del vars, 4627 del conss, 857 add conss, 153 chg bounds, 773 chg sides, 12480 chg coeffs, 8147 upgd conss, 0 impls, 8641 clqs, 0 implints
442.86/444.05	c (round 39, fast)       1075 del vars, 4630 del conss, 860 add conss, 153 chg bounds, 773 chg sides, 12480 chg coeffs, 8147 upgd conss, 0 impls, 8644 clqs, 0 implints
442.86/444.05	c (round 40, exhaustive) 1075 del vars, 4630 del conss, 860 add conss, 153 chg bounds, 773 chg sides, 12482 chg coeffs, 8174 upgd conss, 0 impls, 8644 clqs, 0 implints
442.86/444.06	c (round 41, exhaustive) 1075 del vars, 4656 del conss, 861 add conss, 153 chg bounds, 773 chg sides, 12483 chg coeffs, 8174 upgd conss, 0 impls, 8645 clqs, 0 implints
442.96/444.15	c (round 42, exhaustive) 1101 del vars, 4658 del conss, 862 add conss, 153 chg bounds, 773 chg sides, 12519 chg coeffs, 8174 upgd conss, 0 impls, 9379 clqs, 0 implints
442.96/444.15	c (round 43, fast)       1101 del vars, 4686 del conss, 878 add conss, 153 chg bounds, 773 chg sides, 12519 chg coeffs, 8174 upgd conss, 0 impls, 9381 clqs, 0 implints
442.96/444.15	c (round 44, exhaustive) 1101 del vars, 4687 del conss, 878 add conss, 153 chg bounds, 774 chg sides, 12543 chg coeffs, 8189 upgd conss, 0 impls, 9381 clqs, 0 implints
442.96/444.16	c (round 45, exhaustive) 1101 del vars, 4700 del conss, 878 add conss, 153 chg bounds, 774 chg sides, 12543 chg coeffs, 8189 upgd conss, 0 impls, 9381 clqs, 0 implints
443.05/444.22	c (round 46, exhaustive) 1129 del vars, 4700 del conss, 878 add conss, 153 chg bounds, 774 chg sides, 12559 chg coeffs, 8189 upgd conss, 0 impls, 9902 clqs, 0 implints
443.05/444.22	c (round 47, fast)       1129 del vars, 4728 del conss, 911 add conss, 153 chg bounds, 774 chg sides, 12564 chg coeffs, 8189 upgd conss, 0 impls, 9902 clqs, 0 implints
443.05/444.23	c (round 48, medium)     1134 del vars, 4728 del conss, 911 add conss, 153 chg bounds, 777 chg sides, 12619 chg coeffs, 8189 upgd conss, 0 impls, 9892 clqs, 0 implints
443.05/444.23	c (round 49, exhaustive) 1134 del vars, 4732 del conss, 913 add conss, 153 chg bounds, 777 chg sides, 12637 chg coeffs, 8189 upgd conss, 0 impls, 9892 clqs, 0 implints
443.05/444.24	c (round 50, exhaustive) 1134 del vars, 4732 del conss, 913 add conss, 153 chg bounds, 777 chg sides, 12637 chg coeffs, 8221 upgd conss, 0 impls, 9903 clqs, 0 implints
443.05/444.24	c (round 51, exhaustive) 1134 del vars, 4763 del conss, 913 add conss, 153 chg bounds, 777 chg sides, 12637 chg coeffs, 8221 upgd conss, 0 impls, 9903 clqs, 0 implints
443.25/444.45	c (round 52, exhaustive) 1161 del vars, 4763 del conss, 913 add conss, 153 chg bounds, 777 chg sides, 12646 chg coeffs, 8221 upgd conss, 0 impls, 10980 clqs, 0 implints
443.25/444.45	c (round 53, fast)       1161 del vars, 4791 del conss, 944 add conss, 153 chg bounds, 777 chg sides, 12646 chg coeffs, 8221 upgd conss, 0 impls, 10980 clqs, 0 implints
443.25/444.46	c (round 54, exhaustive) 1161 del vars, 4792 del conss, 944 add conss, 153 chg bounds, 780 chg sides, 12693 chg coeffs, 8251 upgd conss, 0 impls, 10980 clqs, 0 implints
443.25/444.46	c (round 55, exhaustive) 1161 del vars, 4820 del conss, 944 add conss, 153 chg bounds, 780 chg sides, 12693 chg coeffs, 8251 upgd conss, 0 impls, 10980 clqs, 0 implints
443.35/444.52	c (round 56, exhaustive) 1186 del vars, 4820 del conss, 944 add conss, 153 chg bounds, 780 chg sides, 12702 chg coeffs, 8251 upgd conss, 0 impls, 11325 clqs, 0 implints
443.35/444.52	c (round 57, fast)       1186 del vars, 4851 del conss, 976 add conss, 153 chg bounds, 780 chg sides, 12702 chg coeffs, 8251 upgd conss, 0 impls, 11325 clqs, 0 implints
443.35/444.52	c (round 58, exhaustive) 1186 del vars, 4852 del conss, 976 add conss, 153 chg bounds, 786 chg sides, 12750 chg coeffs, 8251 upgd conss, 0 impls, 11325 clqs, 0 implints
443.35/444.53	c (round 59, exhaustive) 1186 del vars, 4852 del conss, 976 add conss, 153 chg bounds, 786 chg sides, 12750 chg coeffs, 8282 upgd conss, 0 impls, 11325 clqs, 0 implints
443.35/444.53	c (round 60, exhaustive) 1186 del vars, 4878 del conss, 976 add conss, 153 chg bounds, 786 chg sides, 12750 chg coeffs, 8282 upgd conss, 0 impls, 11325 clqs, 0 implints
443.45/444.69	c (round 61, exhaustive) 1211 del vars, 4878 del conss, 976 add conss, 153 chg bounds, 786 chg sides, 12786 chg coeffs, 8282 upgd conss, 0 impls, 12620 clqs, 0 implints
443.45/444.69	c (round 62, fast)       1211 del vars, 4907 del conss, 1019 add conss, 153 chg bounds, 786 chg sides, 12788 chg coeffs, 8282 upgd conss, 0 impls, 12621 clqs, 0 implints
443.45/444.69	c (round 63, fast)       1211 del vars, 4907 del conss, 1019 add conss, 153 chg bounds, 796 chg sides, 12874 chg coeffs, 8282 upgd conss, 0 impls, 12621 clqs, 0 implints
443.45/444.69	c (round 64, exhaustive) 1211 del vars, 4910 del conss, 1019 add conss, 153 chg bounds, 800 chg sides, 12874 chg coeffs, 8282 upgd conss, 0 impls, 12621 clqs, 0 implints
443.55/444.70	c (round 65, exhaustive) 1211 del vars, 4910 del conss, 1019 add conss, 153 chg bounds, 800 chg sides, 12874 chg coeffs, 8323 upgd conss, 0 impls, 12621 clqs, 0 implints
443.55/444.70	c (round 66, exhaustive) 1213 del vars, 4945 del conss, 1019 add conss, 153 chg bounds, 801 chg sides, 12875 chg coeffs, 8323 upgd conss, 0 impls, 12622 clqs, 0 implints
443.65/444.81	c (round 67, exhaustive) 1240 del vars, 4945 del conss, 1019 add conss, 153 chg bounds, 801 chg sides, 12932 chg coeffs, 8323 upgd conss, 0 impls, 13345 clqs, 0 implints
443.65/444.81	c (round 68, fast)       1240 del vars, 4976 del conss, 1055 add conss, 153 chg bounds, 801 chg sides, 12932 chg coeffs, 8323 upgd conss, 0 impls, 13346 clqs, 0 implints
443.65/444.81	c (round 69, fast)       1240 del vars, 4976 del conss, 1055 add conss, 153 chg bounds, 808 chg sides, 13003 chg coeffs, 8323 upgd conss, 0 impls, 13346 clqs, 0 implints
443.65/444.82	c (round 70, exhaustive) 1240 del vars, 4980 del conss, 1055 add conss, 153 chg bounds, 812 chg sides, 13003 chg coeffs, 8323 upgd conss, 0 impls, 13346 clqs, 0 implints
443.65/444.82	c (round 71, exhaustive) 1240 del vars, 4980 del conss, 1055 add conss, 153 chg bounds, 812 chg sides, 13003 chg coeffs, 8356 upgd conss, 0 impls, 13346 clqs, 0 implints
443.65/444.82	c (round 72, exhaustive) 1240 del vars, 5008 del conss, 1055 add conss, 153 chg bounds, 812 chg sides, 13003 chg coeffs, 8356 upgd conss, 0 impls, 13346 clqs, 0 implints
443.75/444.92	c (round 73, exhaustive) 1266 del vars, 5008 del conss, 1055 add conss, 153 chg bounds, 812 chg sides, 13062 chg coeffs, 8356 upgd conss, 0 impls, 13984 clqs, 0 implints
443.75/444.92	c (round 74, fast)       1266 del vars, 5038 del conss, 1102 add conss, 153 chg bounds, 812 chg sides, 13062 chg coeffs, 8356 upgd conss, 0 impls, 13986 clqs, 0 implints
443.75/444.93	c (round 75, exhaustive) 1267 del vars, 5040 del conss, 1102 add conss, 153 chg bounds, 813 chg sides, 13154 chg coeffs, 8401 upgd conss, 0 impls, 13985 clqs, 0 implints
443.75/444.94	c (round 76, exhaustive) 1267 del vars, 5083 del conss, 1102 add conss, 153 chg bounds, 813 chg sides, 13154 chg coeffs, 8401 upgd conss, 0 impls, 13989 clqs, 0 implints
444.05/445.23	c (round 77, exhaustive) 1293 del vars, 5083 del conss, 1102 add conss, 153 chg bounds, 813 chg sides, 13173 chg coeffs, 8401 upgd conss, 0 impls, 15289 clqs, 0 implints
444.05/445.23	c (round 78, fast)       1293 del vars, 5113 del conss, 1156 add conss, 153 chg bounds, 813 chg sides, 13173 chg coeffs, 8401 upgd conss, 0 impls, 15290 clqs, 0 implints
444.05/445.23	c (round 79, fast)       1293 del vars, 5113 del conss, 1156 add conss, 153 chg bounds, 819 chg sides, 13267 chg coeffs, 8401 upgd conss, 0 impls, 15290 clqs, 0 implints
444.05/445.24	c (round 80, exhaustive) 1293 del vars, 5116 del conss, 1156 add conss, 153 chg bounds, 822 chg sides, 13271 chg coeffs, 8401 upgd conss, 0 impls, 15290 clqs, 0 implints
444.05/445.24	c (round 81, medium)     1293 del vars, 5116 del conss, 1164 add conss, 153 chg bounds, 830 chg sides, 13287 chg coeffs, 8401 upgd conss, 0 impls, 15290 clqs, 0 implints
444.05/445.25	c (round 82, exhaustive) 1293 del vars, 5120 del conss, 1164 add conss, 153 chg bounds, 830 chg sides, 13287 chg coeffs, 8455 upgd conss, 0 impls, 15290 clqs, 0 implints
444.05/445.25	c (round 83, exhaustive) 1293 del vars, 5168 del conss, 1164 add conss, 153 chg bounds, 830 chg sides, 13287 chg coeffs, 8455 upgd conss, 0 impls, 15290 clqs, 0 implints
444.15/445.34	c (round 84, exhaustive) 1320 del vars, 5168 del conss, 1164 add conss, 153 chg bounds, 830 chg sides, 13318 chg coeffs, 8455 upgd conss, 0 impls, 15574 clqs, 0 implints
444.15/445.35	c (round 85, fast)       1322 del vars, 5199 del conss, 1221 add conss, 153 chg bounds, 830 chg sides, 13318 chg coeffs, 8455 upgd conss, 0 impls, 15577 clqs, 0 implints
444.15/445.35	c (round 86, fast)       1322 del vars, 5199 del conss, 1221 add conss, 153 chg bounds, 836 chg sides, 13392 chg coeffs, 8455 upgd conss, 0 impls, 15577 clqs, 0 implints
444.15/445.35	c (round 87, exhaustive) 1322 del vars, 5205 del conss, 1221 add conss, 153 chg bounds, 841 chg sides, 13392 chg coeffs, 8455 upgd conss, 0 impls, 15577 clqs, 0 implints
444.15/445.36	c (round 88, exhaustive) 1322 del vars, 5205 del conss, 1221 add conss, 153 chg bounds, 841 chg sides, 13392 chg coeffs, 8507 upgd conss, 0 impls, 15577 clqs, 0 implints
444.15/445.36	c (round 89, exhaustive) 1322 del vars, 5249 del conss, 1221 add conss, 153 chg bounds, 841 chg sides, 13392 chg coeffs, 8507 upgd conss, 0 impls, 15577 clqs, 0 implints
444.25/445.42	c (round 90, exhaustive) 1348 del vars, 5249 del conss, 1221 add conss, 153 chg bounds, 841 chg sides, 13459 chg coeffs, 8507 upgd conss, 0 impls, 15660 clqs, 0 implints
444.25/445.43	c (round 91, fast)       1353 del vars, 5276 del conss, 1275 add conss, 153 chg bounds, 841 chg sides, 13467 chg coeffs, 8507 upgd conss, 0 impls, 15663 clqs, 0 implints
444.25/445.43	c (round 92, fast)       1353 del vars, 5276 del conss, 1275 add conss, 153 chg bounds, 847 chg sides, 13549 chg coeffs, 8507 upgd conss, 0 impls, 15663 clqs, 0 implints
444.25/445.44	c (round 93, exhaustive) 1353 del vars, 5282 del conss, 1275 add conss, 153 chg bounds, 852 chg sides, 13553 chg coeffs, 8507 upgd conss, 0 impls, 15663 clqs, 0 implints
444.25/445.44	c (round 94, exhaustive) 1353 del vars, 5282 del conss, 1275 add conss, 153 chg bounds, 852 chg sides, 13553 chg coeffs, 8553 upgd conss, 0 impls, 15663 clqs, 0 implints
444.25/445.45	c (round 95, exhaustive) 1353 del vars, 5325 del conss, 1275 add conss, 153 chg bounds, 852 chg sides, 13553 chg coeffs, 8553 upgd conss, 0 impls, 15663 clqs, 0 implints
444.25/445.47	c    (2.3s) probing: 1000/6034 (16.6%) - 337 fixings, 7 aggregations, 10295 implications, 0 bound changes
444.45/445.66	c (round 96, exhaustive) 1380 del vars, 5325 del conss, 1275 add conss, 153 chg bounds, 852 chg sides, 13590 chg coeffs, 8553 upgd conss, 0 impls, 16227 clqs, 0 implints
444.45/445.66	c (round 97, fast)       1382 del vars, 5358 del conss, 1344 add conss, 153 chg bounds, 852 chg sides, 13590 chg coeffs, 8553 upgd conss, 0 impls, 16227 clqs, 0 implints
444.45/445.66	c (round 98, fast)       1382 del vars, 5358 del conss, 1344 add conss, 153 chg bounds, 862 chg sides, 13684 chg coeffs, 8553 upgd conss, 0 impls, 16227 clqs, 0 implints
444.45/445.67	c (round 99, exhaustive) 1382 del vars, 5362 del conss, 1344 add conss, 153 chg bounds, 867 chg sides, 13684 chg coeffs, 8553 upgd conss, 0 impls, 16227 clqs, 0 implints
444.45/445.68	c (round 100, exhaustive) 1382 del vars, 5362 del conss, 1344 add conss, 153 chg bounds, 867 chg sides, 13684 chg coeffs, 8618 upgd conss, 0 impls, 16227 clqs, 0 implints
444.45/445.68	c (round 101, exhaustive) 1382 del vars, 5422 del conss, 1344 add conss, 153 chg bounds, 867 chg sides, 13684 chg coeffs, 8618 upgd conss, 0 impls, 16227 clqs, 0 implints
444.55/445.76	c (round 102, exhaustive) 1413 del vars, 5422 del conss, 1344 add conss, 153 chg bounds, 867 chg sides, 13736 chg coeffs, 8618 upgd conss, 0 impls, 16938 clqs, 0 implints
444.55/445.76	c (round 103, fast)       1413 del vars, 5458 del conss, 1398 add conss, 153 chg bounds, 867 chg sides, 13759 chg coeffs, 8618 upgd conss, 0 impls, 16941 clqs, 0 implints
444.55/445.76	c (round 104, fast)       1413 del vars, 5458 del conss, 1398 add conss, 153 chg bounds, 878 chg sides, 13810 chg coeffs, 8618 upgd conss, 0 impls, 16941 clqs, 0 implints
444.55/445.77	c (round 105, medium)     1413 del vars, 5475 del conss, 1414 add conss, 153 chg bounds, 894 chg sides, 13934 chg coeffs, 8618 upgd conss, 0 impls, 16942 clqs, 0 implints
444.55/445.78	c (round 106, exhaustive) 1413 del vars, 5483 del conss, 1414 add conss, 153 chg bounds, 903 chg sides, 13944 chg coeffs, 8618 upgd conss, 0 impls, 16942 clqs, 0 implints
444.55/445.78	c (round 107, medium)     1413 del vars, 5485 del conss, 1418 add conss, 153 chg bounds, 907 chg sides, 13971 chg coeffs, 8618 upgd conss, 0 impls, 16946 clqs, 0 implints
444.55/445.79	c (round 108, exhaustive) 1413 del vars, 5488 del conss, 1418 add conss, 153 chg bounds, 907 chg sides, 13974 chg coeffs, 8658 upgd conss, 0 impls, 16946 clqs, 0 implints
444.55/445.79	c (round 109, exhaustive) 1413 del vars, 5523 del conss, 1418 add conss, 153 chg bounds, 907 chg sides, 13977 chg coeffs, 8658 upgd conss, 0 impls, 16947 clqs, 0 implints
444.65/445.80	c (round 110, exhaustive) 1425 del vars, 5526 del conss, 1419 add conss, 153 chg bounds, 907 chg sides, 14084 chg coeffs, 8658 upgd conss, 0 impls, 16844 clqs, 0 implints
444.65/445.80	c (round 111, fast)       1437 del vars, 5538 del conss, 1424 add conss, 153 chg bounds, 907 chg sides, 14096 chg coeffs, 8658 upgd conss, 0 impls, 16862 clqs, 0 implints
444.65/445.81	c (round 112, exhaustive) 1437 del vars, 5538 del conss, 1424 add conss, 153 chg bounds, 907 chg sides, 14097 chg coeffs, 8663 upgd conss, 0 impls, 16862 clqs, 0 implints
444.65/445.81	c (round 113, medium)     1437 del vars, 5539 del conss, 1426 add conss, 153 chg bounds, 909 chg sides, 14110 chg coeffs, 8663 upgd conss, 0 impls, 16865 clqs, 0 implints
444.65/445.82	c (round 114, exhaustive) 1437 del vars, 5544 del conss, 1426 add conss, 153 chg bounds, 909 chg sides, 14110 chg coeffs, 8663 upgd conss, 0 impls, 16865 clqs, 0 implints
444.65/445.82	c (round 115, exhaustive) 1437 del vars, 5551 del conss, 1426 add conss, 153 chg bounds, 909 chg sides, 14110 chg coeffs, 8663 upgd conss, 0 impls, 16865 clqs, 0 implints
444.65/445.88	c (round 116, exhaustive) 1462 del vars, 5551 del conss, 1426 add conss, 153 chg bounds, 909 chg sides, 14114 chg coeffs, 8663 upgd conss, 0 impls, 21361 clqs, 0 implints
444.65/445.88	c (round 117, fast)       1462 del vars, 5577 del conss, 1454 add conss, 153 chg bounds, 909 chg sides, 14120 chg coeffs, 8663 upgd conss, 0 impls, 21363 clqs, 0 implints
444.65/445.88	c (round 118, medium)     1464 del vars, 5591 del conss, 1468 add conss, 153 chg bounds, 927 chg sides, 14232 chg coeffs, 8663 upgd conss, 0 impls, 21254 clqs, 0 implints
444.65/445.89	c (round 119, fast)       1466 del vars, 5596 del conss, 1468 add conss, 153 chg bounds, 927 chg sides, 14232 chg coeffs, 8663 upgd conss, 0 impls, 21254 clqs, 0 implints
444.65/445.89	c (round 120, medium)     1466 del vars, 5602 del conss, 1474 add conss, 153 chg bounds, 933 chg sides, 14262 chg coeffs, 8663 upgd conss, 0 impls, 21256 clqs, 0 implints
444.75/445.90	c (round 121, exhaustive) 1466 del vars, 5607 del conss, 1474 add conss, 153 chg bounds, 933 chg sides, 14383 chg coeffs, 8663 upgd conss, 0 impls, 21256 clqs, 0 implints
444.75/445.90	c (round 122, medium)     1466 del vars, 5612 del conss, 1482 add conss, 153 chg bounds, 940 chg sides, 14452 chg coeffs, 8663 upgd conss, 0 impls, 21304 clqs, 0 implints
444.75/445.90	c (round 123, fast)       1466 del vars, 5615 del conss, 1485 add conss, 153 chg bounds, 940 chg sides, 14452 chg coeffs, 8663 upgd conss, 0 impls, 21307 clqs, 0 implints
444.75/445.91	c (round 124, exhaustive) 1466 del vars, 5622 del conss, 1485 add conss, 153 chg bounds, 946 chg sides, 14542 chg coeffs, 8663 upgd conss, 0 impls, 21307 clqs, 0 implints
444.75/445.92	c (round 125, exhaustive) 1466 del vars, 5623 del conss, 1485 add conss, 153 chg bounds, 946 chg sides, 14584 chg coeffs, 8680 upgd conss, 0 impls, 21376 clqs, 0 implints
444.75/445.93	c (round 126, exhaustive) 1466 del vars, 5641 del conss, 1487 add conss, 153 chg bounds, 946 chg sides, 14614 chg coeffs, 8680 upgd conss, 0 impls, 21437 clqs, 0 implints
444.75/445.93	c (round 127, fast)       1466 del vars, 5646 del conss, 1492 add conss, 153 chg bounds, 946 chg sides, 14614 chg coeffs, 8680 upgd conss, 0 impls, 21442 clqs, 0 implints
444.75/445.94	c (round 128, exhaustive) 1466 del vars, 5651 del conss, 1492 add conss, 153 chg bounds, 946 chg sides, 14634 chg coeffs, 8680 upgd conss, 0 impls, 21483 clqs, 0 implints
444.86/446.04	c (round 129, exhaustive) 1493 del vars, 5653 del conss, 1494 add conss, 153 chg bounds, 946 chg sides, 14698 chg coeffs, 8680 upgd conss, 0 impls, 24776 clqs, 0 implints
444.86/446.04	c (round 130, fast)       1493 del vars, 5680 del conss, 1517 add conss, 153 chg bounds, 946 chg sides, 14705 chg coeffs, 8680 upgd conss, 0 impls, 24789 clqs, 0 implints
444.86/446.04	c (round 131, medium)     1495 del vars, 5684 del conss, 1523 add conss, 153 chg bounds, 956 chg sides, 14793 chg coeffs, 8680 upgd conss, 0 impls, 24737 clqs, 0 implints
444.86/446.05	c (round 132, medium)     1499 del vars, 5689 del conss, 1523 add conss, 153 chg bounds, 956 chg sides, 14795 chg coeffs, 8680 upgd conss, 0 impls, 24691 clqs, 0 implints
444.86/446.06	c (round 133, exhaustive) 1499 del vars, 5692 del conss, 1523 add conss, 153 chg bounds, 958 chg sides, 14889 chg coeffs, 8680 upgd conss, 0 impls, 24691 clqs, 0 implints
444.86/446.06	c (round 134, fast)       1499 del vars, 5696 del conss, 1527 add conss, 153 chg bounds, 958 chg sides, 14889 chg coeffs, 8680 upgd conss, 0 impls, 24694 clqs, 0 implints
444.86/446.08	c (round 135, exhaustive) 1499 del vars, 5703 del conss, 1527 add conss, 153 chg bounds, 958 chg sides, 14922 chg coeffs, 8680 upgd conss, 0 impls, 24754 clqs, 0 implints
444.86/446.08	c (round 136, exhaustive) 1499 del vars, 5704 del conss, 1527 add conss, 153 chg bounds, 958 chg sides, 14952 chg coeffs, 8694 upgd conss, 0 impls, 24774 clqs, 0 implints
444.86/446.09	c (round 137, exhaustive) 1499 del vars, 5719 del conss, 1528 add conss, 153 chg bounds, 958 chg sides, 14973 chg coeffs, 8694 upgd conss, 0 impls, 24819 clqs, 0 implints
444.86/446.10	c (round 138, exhaustive) 1515 del vars, 5723 del conss, 1529 add conss, 153 chg bounds, 958 chg sides, 15018 chg coeffs, 8694 upgd conss, 0 impls, 24201 clqs, 0 implints
444.86/446.10	c (round 139, fast)       1535 del vars, 5739 del conss, 1540 add conss, 157 chg bounds, 958 chg sides, 15022 chg coeffs, 8694 upgd conss, 0 impls, 23933 clqs, 0 implints
444.86/446.11	c (round 140, fast)       1535 del vars, 5747 del conss, 1540 add conss, 157 chg bounds, 958 chg sides, 15022 chg coeffs, 8694 upgd conss, 0 impls, 23933 clqs, 0 implints
444.96/446.11	c (round 141, medium)     1535 del vars, 5757 del conss, 1550 add conss, 157 chg bounds, 968 chg sides, 15143 chg coeffs, 8694 upgd conss, 0 impls, 23958 clqs, 0 implints
444.96/446.12	c (round 142, exhaustive) 1535 del vars, 5760 del conss, 1550 add conss, 157 chg bounds, 968 chg sides, 15157 chg coeffs, 8696 upgd conss, 0 impls, 23958 clqs, 0 implints
445.05/446.21	c    (3.0s) sparsify aborted: 4/74683 (0.0%) nonzeros canceled - in total 59 canceled nonzeros, 64 changed coefficients, 0 added nonzeros
445.05/446.25	c (round 143, exhaustive) 1561 del vars, 5760 del conss, 1550 add conss, 157 chg bounds, 968 chg sides, 15222 chg coeffs, 8696 upgd conss, 0 impls, 25623 clqs, 0 implints
445.05/446.25	c (round 144, fast)       1563 del vars, 5790 del conss, 1582 add conss, 157 chg bounds, 968 chg sides, 15233 chg coeffs, 8696 upgd conss, 0 impls, 25629 clqs, 0 implints
445.05/446.25	c (round 145, fast)       1563 del vars, 5790 del conss, 1582 add conss, 157 chg bounds, 975 chg sides, 15248 chg coeffs, 8696 upgd conss, 0 impls, 25629 clqs, 0 implints
445.05/446.26	c (round 146, medium)     1563 del vars, 5807 del conss, 1596 add conss, 157 chg bounds, 989 chg sides, 15419 chg coeffs, 8696 upgd conss, 0 impls, 25636 clqs, 0 implints
445.05/446.28	c (round 147, exhaustive) 1563 del vars, 5814 del conss, 1596 add conss, 157 chg bounds, 989 chg sides, 15515 chg coeffs, 8696 upgd conss, 0 impls, 25636 clqs, 0 implints
445.05/446.28	c (round 148, medium)     1563 del vars, 5818 del conss, 1600 add conss, 157 chg bounds, 991 chg sides, 15539 chg coeffs, 8696 upgd conss, 0 impls, 25683 clqs, 0 implints
445.05/446.29	c (round 149, exhaustive) 1563 del vars, 5823 del conss, 1600 add conss, 157 chg bounds, 995 chg sides, 15619 chg coeffs, 8696 upgd conss, 0 impls, 25683 clqs, 0 implints
445.15/446.30	c (round 150, exhaustive) 1563 del vars, 5823 del conss, 1600 add conss, 157 chg bounds, 995 chg sides, 15643 chg coeffs, 8710 upgd conss, 0 impls, 25778 clqs, 0 implints
445.15/446.31	c (round 151, exhaustive) 1563 del vars, 5828 del conss, 1600 add conss, 157 chg bounds, 995 chg sides, 15658 chg coeffs, 8710 upgd conss, 0 impls, 25779 clqs, 0 implints
445.15/446.32	c (round 152, exhaustive) 1563 del vars, 5845 del conss, 1601 add conss, 157 chg bounds, 995 chg sides, 15667 chg coeffs, 8710 upgd conss, 0 impls, 25779 clqs, 0 implints
445.15/446.32	c (round 153, exhaustive) 1567 del vars, 5849 del conss, 1603 add conss, 157 chg bounds, 995 chg sides, 15738 chg coeffs, 8710 upgd conss, 0 impls, 25587 clqs, 0 implints
445.15/446.32	c (round 154, fast)       1571 del vars, 5853 del conss, 1605 add conss, 157 chg bounds, 995 chg sides, 15738 chg coeffs, 8710 upgd conss, 0 impls, 25598 clqs, 0 implints
445.74/446.99	c    (3.8s) probing: 1916/6034 (31.8%) - 440 fixings, 58 aggregations, 27891 implications, 0 bound changes
445.74/446.99	c    (3.8s) probing aborted: 50/50 successive totally useless probings
445.74/446.99	c (round 155, exhaustive) 1593 del vars, 5855 del conss, 1605 add conss, 157 chg bounds, 995 chg sides, 15743 chg coeffs, 8710 upgd conss, 0 impls, 29033 clqs, 0 implints
445.74/446.99	c (round 156, fast)       1593 del vars, 5873 del conss, 1644 add conss, 157 chg bounds, 995 chg sides, 15751 chg coeffs, 8710 upgd conss, 0 impls, 29034 clqs, 0 implints
445.74/447.00	c (round 157, medium)     1594 del vars, 5881 del conss, 1650 add conss, 157 chg bounds, 1005 chg sides, 15857 chg coeffs, 8710 upgd conss, 0 impls, 28977 clqs, 0 implints
445.74/447.00	c (round 158, fast)       1595 del vars, 5884 del conss, 1653 add conss, 157 chg bounds, 1007 chg sides, 15857 chg coeffs, 8710 upgd conss, 0 impls, 28977 clqs, 0 implints
445.86/447.02	c (round 159, exhaustive) 1595 del vars, 5890 del conss, 1653 add conss, 157 chg bounds, 1012 chg sides, 16004 chg coeffs, 8710 upgd conss, 0 impls, 28977 clqs, 0 implints
445.86/447.02	c (round 160, medium)     1595 del vars, 5901 del conss, 1674 add conss, 157 chg bounds, 1032 chg sides, 16168 chg coeffs, 8710 upgd conss, 0 impls, 29059 clqs, 0 implints
445.86/447.04	c (round 161, exhaustive) 1595 del vars, 5905 del conss, 1674 add conss, 157 chg bounds, 1032 chg sides, 16244 chg coeffs, 8745 upgd conss, 0 impls, 29059 clqs, 0 implints
445.86/447.05	c (round 162, exhaustive) 1595 del vars, 5941 del conss, 1676 add conss, 157 chg bounds, 1032 chg sides, 16302 chg coeffs, 8745 upgd conss, 0 impls, 29141 clqs, 0 implints
445.86/447.06	c (round 163, exhaustive) 1595 del vars, 5953 del conss, 1676 add conss, 157 chg bounds, 1032 chg sides, 16346 chg coeffs, 8745 upgd conss, 0 impls, 29237 clqs, 0 implints
445.96/447.15	c    (3.9s) probing: 1988/6034 (32.9%) - 440 fixings, 58 aggregations, 28203 implications, 0 bound changes
445.96/447.15	c    (3.9s) probing aborted: 50/50 successive totally useless probings
445.96/447.18	c    (4.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
446.04/447.20	c    (4.0s) symmetry computation finished: 16 generators found (max: 1500, log10 of symmetry group size: 4.82) (symcode time: 0.00)
446.04/447.20	c dynamic symmetry handling statistics:
446.04/447.20	c    orbitopal reduction:       no components
446.04/447.20	c    orbital reduction:         no components
446.04/447.20	c    lexicographic reduction:   16 permutations with support sizes 14, 14, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 16, 12
446.04/447.20	c handled 16 out of 16 symmetry components
446.04/447.21	c presolving (164 rounds: 164 fast, 116 medium, 97 exhaustive):
446.04/447.21	c  1595 deleted vars, 5953 deleted constraints, 1676 added constraints, 157 tightened bounds, 0 added holes, 1032 changed sides, 16411 changed coefficients
446.04/447.21	c  0 implications, 29612 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
446.04/447.21	c presolved problem has 5445 variables (5445 bin, 0 int, 0 cont) and 5736 constraints
446.04/447.21	c    2620 constraints of type <knapsack>
446.04/447.21	c    2443 constraints of type <setppc>
446.04/447.21	c     451 constraints of type <linear>
446.04/447.21	c     222 constraints of type <logicor>
446.04/447.21	c transformed objective value is always integral (scale: 1)
446.04/447.21	c Presolving Time: 3.97
446.04/447.21	c 
462.31/463.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
462.31/463.58	c  20.4s|     1 |     0 | 47239 |     - |   277M |   0 |5445 |5789 |5736 |   0 |  0 |  55 |   0 |-1.756222e+04 |      --      |    Inf | unknown
473.58/474.87	c  31.7s|     1 |     0 | 79241 |     - |   278M |   0 |5445 |5988 |5790 |  60 |  1 |  56 |   0 |-1.757281e+04 |      --      |    Inf | unknown
477.67/478.95	c  35.7s|     1 |     0 | 92183 |     - |   279M |   0 |5445 |5991 |5833 | 117 |  2 |  65 |   0 |-1.757862e+04 |      --      |    Inf | unknown
482.46/483.79	c  40.6s|     1 |     0 |106999 |     - |   279M |   0 |5445 |5985 |5854 | 157 |  3 |  65 |   0 |-1.758006e+04 |      --      |    Inf | unknown
488.55/489.81	c  46.6s|     1 |     0 |122973 |     - |   279M |   0 |5445 |5967 |5888 | 191 |  4 |  65 |   0 |-1.758277e+04 |      --      |    Inf | unknown
491.14/492.46	c  49.2s|     1 |     0 |131765 |     - |   279M |   0 |5445 |5967 |5916 | 219 |  5 |  65 |   0 |-1.758409e+04 |      --      |    Inf | unknown
494.23/495.59	c  52.4s|     1 |     0 |142436 |     - |   279M |   0 |5445 |5967 |5938 | 241 |  6 |  65 |   0 |-1.758438e+04 |      --      |    Inf | unknown
497.63/499.01	c  55.8s|     1 |     0 |152824 |     - |   279M |   0 |5445 |5967 |5959 | 262 |  7 |  65 |   0 |-1.758484e+04 |      --      |    Inf | unknown
502.02/503.39	c  60.2s|     1 |     0 |165363 |     - |   279M |   0 |5445 |5969 |5976 | 279 |  8 |  67 |   0 |-1.758543e+04 |      --      |    Inf | unknown
508.40/509.76	c  66.5s|     1 |     0 |183917 |     - |   279M |   0 |5445 |5970 |5995 | 298 |  9 |  68 |   0 |-1.758666e+04 |      --      |    Inf | unknown
512.09/513.41	c  70.2s|     1 |     0 |194361 |     - |   279M |   0 |5445 |5972 |6016 | 319 | 10 |  70 |   0 |-1.758674e+04 |      --      |    Inf | unknown
514.59/515.95	c  72.7s|     1 |     0 |202741 |     - |   279M |   0 |5445 |5973 |6032 | 335 | 11 |  71 |   0 |-1.758677e+04 |      --      |    Inf | unknown
515.88/517.26	c  74.0s|     1 |     0 |207116 |     - |   279M |   0 |5445 |5973 |5961 | 351 | 12 |  73 |   0 |-1.758679e+04 |      --      |    Inf | unknown
519.87/521.27	c  78.1s|     1 |     0 |219121 |     - |   279M |   0 |5445 |5974 |5972 | 362 | 13 |  74 |   0 |-1.758729e+04 |      --      |    Inf | unknown
523.78/525.17	c  82.0s|     1 |     0 |231177 |     - |   279M |   0 |5445 |5974 |5986 | 376 | 14 |  74 |   0 |-1.758749e+04 |      --      |    Inf | unknown
524.07/525.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
524.07/525.43	c  82.2s|     1 |     0 |231178 |     - |   279M |   0 |5445 |5978 |5989 | 376 | 14 |  75 |   0 |-1.758749e+04 |      --      |    Inf | unknown
525.96/527.35	c  84.1s|     1 |     0 |237875 |     - |   279M |   0 |5445 |5979 |5999 | 386 | 15 |  76 |   0 |-1.758755e+04 |      --      |    Inf | unknown
532.25/533.67	c  90.5s|     1 |     0 |256164 |     - |   279M |   0 |5445 |5980 |6013 | 400 | 16 |  77 |   0 |-1.759023e+04 |      --      |    Inf | unknown
534.94/536.30	c  93.1s|     1 |     0 |264738 |     - |   279M |   0 |5445 |5981 |5980 | 415 | 17 |  78 |   0 |-1.759034e+04 |      --      |    Inf | unknown
536.75/538.18	c  95.0s|     1 |     0 |271403 |     - |   279M |   0 |5445 |5987 |5989 | 424 | 18 |  84 |   0 |-1.759047e+04 |      --      |    Inf | unknown
538.33/539.73	c  96.5s|     1 |     0 |276660 |     - |   279M |   0 |5445 |5987 |6001 | 436 | 19 |  84 |   0 |-1.759061e+04 |      --      |    Inf | unknown
539.43/540.81	c  97.6s|     1 |     0 |280043 |     - |   279M |   0 |5445 |5994 |6010 | 445 | 20 |  91 |   0 |-1.759066e+04 |      --      |    Inf | unknown
539.53/540.99	c  97.8s|     1 |     0 |280493 |     - |   279M |   0 |5445 |5995 |6018 | 453 | 21 |  92 |   0 |-1.759066e+04 |      --      |    Inf | unknown
539.83/541.25	c  98.0s|     1 |     0 |281262 |     - |   279M |   0 |5445 |6003 |6025 | 460 | 22 | 100 |   0 |-1.759067e+04 |      --      |    Inf | unknown
540.33/541.74	c  98.5s|     1 |     0 |282860 |     - |   279M |   0 |5445 |6004 |5982 | 466 | 23 | 101 |   0 |-1.759068e+04 |      --      |    Inf | unknown
540.83/542.27	c  99.1s|     1 |     0 |284631 |     - |   279M |   0 |5445 |6010 |5985 | 469 | 24 | 107 |   0 |-1.759068e+04 |      --      |    Inf | unknown
541.74/543.16	c  99.9s|     1 |     0 |287868 |     - |   279M |   0 |5445 |6013 |5990 | 474 | 25 | 110 |   0 |-1.759069e+04 |      --      |    Inf | unknown
542.12/543.55	c   100s|     1 |     0 |289096 |     - |   279M |   0 |5445 |6017 |5993 | 477 | 26 | 114 |   0 |-1.759070e+04 |      --      |    Inf | unknown
555.40/556.84	c   114s|     1 |     2 |320776 |     - |   279M |   0 |5445 |6018 |5993 | 477 | 26 | 115 |  12 |-1.759070e+04 |      --      |    Inf | unknown
595.30/596.88	c 
595.30/596.88	c SCIP Status        : solving was interrupted [time limit reached]
595.30/596.88	c Solving Time (sec) : 153.66
595.30/596.88	c Solving Nodes      : 3
595.30/596.88	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
595.30/596.88	c Dual Bound         : -1.75906956787949e+04
595.30/596.88	c Gap                : infinite
595.30/596.88	c SCIP status: 23 (TIMELIMIT)
595.30/596.88	c solveScip: freeing transform (!can_skip_free_transform)
595.40/596.91	c pb_solver_status: sst_unknown
595.40/596.91	c LB_goalvalue: 110096
595.40/596.91	c UB_goalvalue: 3778222
595.40/596.91	c Both SAT and SCIP timed out; boosting budgets to sat=80.000000 scip=307.328000
595.40/596.91	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
595.40/596.91	c SCIP returned: sst_unknown
595.40/596.91	c SCIP primal LB: -oo, dual UB: 3778222
595.40/596.91	c assumptions: 
595.40/596.91	c invoking solver with time budget: 80.000000
675.35/677.08	c sat_solver_result: sst_unknown
675.35/677.08	c c SAT fixed 117 new variables
675.35/677.08	c SAT solver timed out; proceeding to cooperative SCIP call
675.35/677.08	c Calling solveScip for cooperative mode with LB_goalvalue:       110096, UB_goalvalue: 3778222
675.35/677.08	c scip solving with time budget: 307.328000
675.35/677.08	c solveScip
675.35/677.08	c initScipForCoop
675.35/677.08	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
675.35/677.10	c presolving:
675.45/677.12	c (round 1, fast)       924 del vars, 924 del conss, 0 add conss, 173 chg bounds, 4 chg sides, 3 chg coeffs, 0 upgd conss, 0 impls, 6678 clqs, 0 implints
675.45/677.15	c    (0.1s) running MILP presolver
675.45/677.18	c    (0.1s) MILP presolver (4 rounds): 9 aggregations, 10 fixings, 0 bound changes
675.45/677.18	c (round 2, medium)     944 del vars, 924 del conss, 0 add conss, 173 chg bounds, 4 chg sides, 3 chg coeffs, 0 upgd conss, 0 impls, 6648 clqs, 0 implints
675.45/677.18	c (round 3, fast)       944 del vars, 953 del conss, 0 add conss, 173 chg bounds, 4 chg sides, 3 chg coeffs, 0 upgd conss, 0 impls, 6649 clqs, 0 implints
675.54/677.20	c (round 4, exhaustive) 944 del vars, 1673 del conss, 0 add conss, 173 chg bounds, 33 chg sides, 3 chg coeffs, 0 upgd conss, 0 impls, 6649 clqs, 0 implints
675.54/677.20	c (round 5, fast)       945 del vars, 1674 del conss, 85 add conss, 173 chg bounds, 33 chg sides, 3 chg coeffs, 0 upgd conss, 0 impls, 6647 clqs, 0 implints
675.54/677.23	c (round 6, exhaustive) 945 del vars, 1674 del conss, 85 add conss, 173 chg bounds, 39 chg sides, 121 chg coeffs, 7956 upgd conss, 0 impls, 6647 clqs, 0 implints
675.54/677.25	c (round 7, medium)     961 del vars, 2826 del conss, 742 add conss, 173 chg bounds, 709 chg sides, 6750 chg coeffs, 7956 upgd conss, 0 impls, 6810 clqs, 0 implints
675.54/677.25	c (round 8, fast)       961 del vars, 2846 del conss, 742 add conss, 173 chg bounds, 709 chg sides, 6750 chg coeffs, 7956 upgd conss, 0 impls, 6810 clqs, 0 implints
675.54/677.27	c (round 9, exhaustive) 961 del vars, 2846 del conss, 742 add conss, 173 chg bounds, 709 chg sides, 8265 chg coeffs, 7956 upgd conss, 0 impls, 6810 clqs, 0 implints
675.54/677.27	c (round 10, fast)       961 del vars, 2852 del conss, 748 add conss, 173 chg bounds, 709 chg sides, 8265 chg coeffs, 7956 upgd conss, 0 impls, 6815 clqs, 0 implints
675.54/677.28	c (round 11, exhaustive) 961 del vars, 2852 del conss, 748 add conss, 173 chg bounds, 709 chg sides, 9673 chg coeffs, 7956 upgd conss, 0 impls, 6815 clqs, 0 implints
675.64/677.30	c (round 12, exhaustive) 961 del vars, 2856 del conss, 748 add conss, 173 chg bounds, 714 chg sides, 9677 chg coeffs, 7956 upgd conss, 0 impls, 6815 clqs, 0 implints
675.64/677.31	c (round 13, exhaustive) 961 del vars, 2860 del conss, 748 add conss, 173 chg bounds, 714 chg sides, 9681 chg coeffs, 7961 upgd conss, 0 impls, 6815 clqs, 0 implints
675.64/677.32	c (round 14, exhaustive) 1049 del vars, 2935 del conss, 748 add conss, 173 chg bounds, 714 chg sides, 12076 chg coeffs, 7961 upgd conss, 0 impls, 6770 clqs, 0 implints
675.64/677.32	c (round 15, fast)       1111 del vars, 2992 del conss, 769 add conss, 180 chg bounds, 714 chg sides, 12088 chg coeffs, 7961 upgd conss, 0 impls, 6875 clqs, 0 implints
675.64/677.33	c (round 16, exhaustive) 1111 del vars, 3000 del conss, 769 add conss, 180 chg bounds, 714 chg sides, 12125 chg coeffs, 7961 upgd conss, 0 impls, 6875 clqs, 0 implints
675.64/677.34	c (round 17, exhaustive) 1112 del vars, 3004 del conss, 770 add conss, 180 chg bounds, 714 chg sides, 12136 chg coeffs, 7963 upgd conss, 0 impls, 6875 clqs, 0 implints
675.74/677.45	c    (0.4s) sparsify finished: 272/80746 (0.3%) nonzeros canceled - in total 272 canceled nonzeros, 272 changed coefficients, 0 added nonzeros
675.84/677.51	c (round 18, exhaustive) 1148 del vars, 3004 del conss, 770 add conss, 180 chg bounds, 714 chg sides, 12412 chg coeffs, 7963 upgd conss, 0 impls, 7572 clqs, 0 implints
675.84/677.51	c (round 19, fast)       1175 del vars, 3056 del conss, 798 add conss, 207 chg bounds, 714 chg sides, 12423 chg coeffs, 7963 upgd conss, 0 impls, 7656 clqs, 0 implints
675.84/677.52	c (round 20, medium)     1175 del vars, 3075 del conss, 813 add conss, 207 chg bounds, 735 chg sides, 12569 chg coeffs, 7963 upgd conss, 0 impls, 7660 clqs, 0 implints
675.84/677.53	c (round 21, exhaustive) 1175 del vars, 3087 del conss, 813 add conss, 207 chg bounds, 744 chg sides, 12588 chg coeffs, 7963 upgd conss, 0 impls, 7660 clqs, 0 implints
675.84/677.53	c (round 22, fast)       1175 del vars, 3093 del conss, 819 add conss, 207 chg bounds, 744 chg sides, 12588 chg coeffs, 7963 upgd conss, 0 impls, 7666 clqs, 0 implints
675.84/677.54	c (round 23, exhaustive) 1175 del vars, 3096 del conss, 819 add conss, 207 chg bounds, 744 chg sides, 12588 chg coeffs, 7981 upgd conss, 0 impls, 7666 clqs, 0 implints
675.84/677.54	c (round 24, exhaustive) 1175 del vars, 3110 del conss, 819 add conss, 207 chg bounds, 744 chg sides, 12588 chg coeffs, 7981 upgd conss, 0 impls, 7667 clqs, 0 implints
675.84/677.55	c (round 25, exhaustive) 1183 del vars, 3115 del conss, 819 add conss, 207 chg bounds, 744 chg sides, 12591 chg coeffs, 7981 upgd conss, 0 impls, 7659 clqs, 0 implints
675.84/677.55	c (round 26, fast)       1195 del vars, 3122 del conss, 823 add conss, 211 chg bounds, 744 chg sides, 12597 chg coeffs, 7981 upgd conss, 0 impls, 7627 clqs, 0 implints
675.94/677.66	c    (0.6s) sparsify finished: 21/79713 (0.0%) nonzeros canceled - in total 293 canceled nonzeros, 311 changed coefficients, 0 added nonzeros
675.94/677.68	c (round 27, exhaustive) 1220 del vars, 3122 del conss, 823 add conss, 211 chg bounds, 744 chg sides, 12669 chg coeffs, 7981 upgd conss, 0 impls, 7820 clqs, 0 implints
675.94/677.68	c (round 28, fast)       1220 del vars, 3148 del conss, 841 add conss, 211 chg bounds, 744 chg sides, 12669 chg coeffs, 7981 upgd conss, 0 impls, 7824 clqs, 0 implints
675.94/677.69	c (round 29, exhaustive) 1220 del vars, 3151 del conss, 841 add conss, 211 chg bounds, 745 chg sides, 12702 chg coeffs, 7999 upgd conss, 0 impls, 7824 clqs, 0 implints
676.03/677.70	c (round 30, exhaustive) 1220 del vars, 3167 del conss, 841 add conss, 211 chg bounds, 745 chg sides, 12707 chg coeffs, 7999 upgd conss, 0 impls, 7824 clqs, 0 implints
676.13/677.82	c (round 31, exhaustive) 1253 del vars, 3167 del conss, 841 add conss, 211 chg bounds, 745 chg sides, 12714 chg coeffs, 7999 upgd conss, 0 impls, 7848 clqs, 0 implints
676.13/677.82	c (round 32, fast)       1253 del vars, 3203 del conss, 852 add conss, 211 chg bounds, 745 chg sides, 12714 chg coeffs, 7999 upgd conss, 0 impls, 7848 clqs, 0 implints
676.13/677.83	c (round 33, exhaustive) 1253 del vars, 3205 del conss, 852 add conss, 211 chg bounds, 747 chg sides, 12739 chg coeffs, 8008 upgd conss, 0 impls, 7848 clqs, 0 implints
676.13/677.83	c (round 34, exhaustive) 1253 del vars, 3209 del conss, 855 add conss, 211 chg bounds, 747 chg sides, 12741 chg coeffs, 8008 upgd conss, 0 impls, 7850 clqs, 0 implints
676.13/677.84	c (round 35, exhaustive) 1253 del vars, 3221 del conss, 856 add conss, 211 chg bounds, 747 chg sides, 12742 chg coeffs, 8008 upgd conss, 0 impls, 7851 clqs, 0 implints
676.13/677.86	c (round 36, exhaustive) 1253 del vars, 4780 del conss, 857 add conss, 211 chg bounds, 747 chg sides, 12742 chg coeffs, 8008 upgd conss, 0 impls, 7852 clqs, 0 implints
676.13/677.88	c    (0.8s) running MILP presolver
676.23/677.90	c    (0.8s) MILP presolver (3 rounds): 4 aggregations, 10 fixings, 0 bound changes
676.23/677.90	c (round 37, medium)     1267 del vars, 4793 del conss, 864 add conss, 211 chg bounds, 747 chg sides, 12754 chg coeffs, 8008 upgd conss, 0 impls, 7759 clqs, 0 implints
676.23/677.90	c (round 38, fast)       1267 del vars, 4797 del conss, 866 add conss, 211 chg bounds, 748 chg sides, 12755 chg coeffs, 8008 upgd conss, 0 impls, 7765 clqs, 0 implints
676.23/677.91	c (round 39, exhaustive) 1267 del vars, 4797 del conss, 866 add conss, 211 chg bounds, 749 chg sides, 12755 chg coeffs, 8014 upgd conss, 0 impls, 7765 clqs, 0 implints
676.23/677.91	c (round 40, exhaustive) 1268 del vars, 4799 del conss, 868 add conss, 211 chg bounds, 749 chg sides, 12755 chg coeffs, 8015 upgd conss, 0 impls, 7764 clqs, 0 implints
676.23/677.95	c (round 41, exhaustive) 1295 del vars, 4802 del conss, 868 add conss, 211 chg bounds, 749 chg sides, 12767 chg coeffs, 8015 upgd conss, 0 impls, 8012 clqs, 0 implints
676.23/677.95	c (round 42, fast)       1295 del vars, 4830 del conss, 886 add conss, 211 chg bounds, 749 chg sides, 12767 chg coeffs, 8015 upgd conss, 0 impls, 8012 clqs, 0 implints
676.23/677.96	c (round 43, exhaustive) 1295 del vars, 4837 del conss, 886 add conss, 211 chg bounds, 749 chg sides, 12807 chg coeffs, 8015 upgd conss, 0 impls, 8012 clqs, 0 implints
676.23/677.97	c (round 44, exhaustive) 1295 del vars, 4838 del conss, 886 add conss, 211 chg bounds, 749 chg sides, 12807 chg coeffs, 8033 upgd conss, 0 impls, 8012 clqs, 0 implints
676.23/677.97	c (round 45, exhaustive) 1295 del vars, 4854 del conss, 886 add conss, 211 chg bounds, 749 chg sides, 12807 chg coeffs, 8033 upgd conss, 0 impls, 8012 clqs, 0 implints
676.35/678.01	c (round 46, exhaustive) 1324 del vars, 4854 del conss, 886 add conss, 211 chg bounds, 749 chg sides, 12825 chg coeffs, 8033 upgd conss, 0 impls, 8222 clqs, 0 implints
676.35/678.01	c (round 47, fast)       1324 del vars, 4883 del conss, 915 add conss, 211 chg bounds, 749 chg sides, 12827 chg coeffs, 8033 upgd conss, 0 impls, 8222 clqs, 0 implints
676.35/678.02	c (round 48, medium)     1331 del vars, 4883 del conss, 915 add conss, 211 chg bounds, 752 chg sides, 12858 chg coeffs, 8033 upgd conss, 0 impls, 8205 clqs, 0 implints
676.35/678.03	c (round 49, exhaustive) 1331 del vars, 4886 del conss, 917 add conss, 211 chg bounds, 752 chg sides, 12883 chg coeffs, 8033 upgd conss, 0 impls, 8205 clqs, 0 implints
676.35/678.03	c (round 50, exhaustive) 1331 del vars, 4892 del conss, 917 add conss, 211 chg bounds, 756 chg sides, 12884 chg coeffs, 8033 upgd conss, 0 impls, 8216 clqs, 0 implints
676.35/678.04	c (round 51, exhaustive) 1331 del vars, 4893 del conss, 917 add conss, 211 chg bounds, 756 chg sides, 12884 chg coeffs, 8058 upgd conss, 0 impls, 8216 clqs, 0 implints
676.35/678.04	c (round 52, exhaustive) 1331 del vars, 4916 del conss, 917 add conss, 211 chg bounds, 756 chg sides, 12884 chg coeffs, 8058 upgd conss, 0 impls, 8216 clqs, 0 implints
676.53/678.23	c (round 53, exhaustive) 1358 del vars, 4916 del conss, 917 add conss, 211 chg bounds, 756 chg sides, 12921 chg coeffs, 8058 upgd conss, 0 impls, 9334 clqs, 0 implints
676.53/678.23	c (round 54, fast)       1358 del vars, 4947 del conss, 961 add conss, 211 chg bounds, 756 chg sides, 12921 chg coeffs, 8058 upgd conss, 0 impls, 9336 clqs, 0 implints
676.53/678.24	c (round 55, exhaustive) 1358 del vars, 4950 del conss, 961 add conss, 211 chg bounds, 763 chg sides, 13000 chg coeffs, 8058 upgd conss, 0 impls, 9336 clqs, 0 implints
676.53/678.25	c (round 56, exhaustive) 1358 del vars, 4950 del conss, 961 add conss, 211 chg bounds, 763 chg sides, 13000 chg coeffs, 8099 upgd conss, 0 impls, 9336 clqs, 0 implints
676.53/678.25	c (round 57, exhaustive) 1358 del vars, 4991 del conss, 961 add conss, 211 chg bounds, 763 chg sides, 13000 chg coeffs, 8099 upgd conss, 0 impls, 9336 clqs, 0 implints
676.63/678.31	c (round 58, exhaustive) 1387 del vars, 4991 del conss, 961 add conss, 211 chg bounds, 763 chg sides, 13000 chg coeffs, 8099 upgd conss, 0 impls, 9769 clqs, 0 implints
676.63/678.31	c (round 59, fast)       1391 del vars, 5021 del conss, 995 add conss, 211 chg bounds, 763 chg sides, 13000 chg coeffs, 8099 upgd conss, 0 impls, 9769 clqs, 0 implints
676.63/678.32	c (round 60, exhaustive) 1391 del vars, 5024 del conss, 995 add conss, 211 chg bounds, 766 chg sides, 13044 chg coeffs, 8099 upgd conss, 0 impls, 9769 clqs, 0 implints
676.63/678.32	c (round 61, exhaustive) 1391 del vars, 5024 del conss, 995 add conss, 211 chg bounds, 766 chg sides, 13044 chg coeffs, 8130 upgd conss, 0 impls, 9769 clqs, 0 implints
676.63/678.32	c (round 62, exhaustive) 1391 del vars, 5052 del conss, 995 add conss, 211 chg bounds, 766 chg sides, 13044 chg coeffs, 8130 upgd conss, 0 impls, 9769 clqs, 0 implints
676.83/678.58	c (round 63, exhaustive) 1418 del vars, 5052 del conss, 995 add conss, 211 chg bounds, 766 chg sides, 13060 chg coeffs, 8130 upgd conss, 0 impls, 12138 clqs, 0 implints
676.83/678.59	c (round 64, fast)       1418 del vars, 5080 del conss, 1060 add conss, 211 chg bounds, 766 chg sides, 13060 chg coeffs, 8130 upgd conss, 0 impls, 12139 clqs, 0 implints
676.83/678.60	c (round 65, exhaustive) 1418 del vars, 5083 del conss, 1060 add conss, 211 chg bounds, 774 chg sides, 13167 chg coeffs, 8130 upgd conss, 0 impls, 12139 clqs, 0 implints
676.93/678.60	c (round 66, medium)     1418 del vars, 5083 del conss, 1068 add conss, 211 chg bounds, 782 chg sides, 13183 chg coeffs, 8130 upgd conss, 0 impls, 12139 clqs, 0 implints
676.93/678.60	c (round 67, exhaustive) 1418 del vars, 5087 del conss, 1068 add conss, 211 chg bounds, 782 chg sides, 13183 chg coeffs, 8197 upgd conss, 0 impls, 12139 clqs, 0 implints
676.93/678.61	c (round 68, exhaustive) 1418 del vars, 5147 del conss, 1068 add conss, 211 chg bounds, 782 chg sides, 13183 chg coeffs, 8197 upgd conss, 0 impls, 12139 clqs, 0 implints
677.03/678.75	c (round 69, exhaustive) 1443 del vars, 5147 del conss, 1068 add conss, 211 chg bounds, 782 chg sides, 13203 chg coeffs, 8197 upgd conss, 0 impls, 13176 clqs, 0 implints
677.03/678.75	c (round 70, fast)       1447 del vars, 5170 del conss, 1110 add conss, 211 chg bounds, 782 chg sides, 13223 chg coeffs, 8197 upgd conss, 0 impls, 13176 clqs, 0 implints
677.03/678.76	c (round 71, exhaustive) 1447 del vars, 5172 del conss, 1110 add conss, 211 chg bounds, 788 chg sides, 13314 chg coeffs, 8197 upgd conss, 0 impls, 13176 clqs, 0 implints
677.03/678.77	c (round 72, exhaustive) 1447 del vars, 5172 del conss, 1110 add conss, 211 chg bounds, 788 chg sides, 13314 chg coeffs, 8235 upgd conss, 0 impls, 13176 clqs, 0 implints
677.03/678.77	c (round 73, exhaustive) 1447 del vars, 5209 del conss, 1110 add conss, 211 chg bounds, 788 chg sides, 13314 chg coeffs, 8235 upgd conss, 0 impls, 13176 clqs, 0 implints
677.23/678.92	c (round 74, exhaustive) 1475 del vars, 5209 del conss, 1110 add conss, 211 chg bounds, 788 chg sides, 13321 chg coeffs, 8235 upgd conss, 0 impls, 14127 clqs, 0 implints
677.23/678.93	c (round 75, fast)       1478 del vars, 5242 del conss, 1177 add conss, 211 chg bounds, 788 chg sides, 13321 chg coeffs, 8235 upgd conss, 0 impls, 14129 clqs, 0 implints
677.23/678.93	c (round 76, exhaustive) 1478 del vars, 5245 del conss, 1177 add conss, 211 chg bounds, 795 chg sides, 13419 chg coeffs, 8235 upgd conss, 0 impls, 14129 clqs, 0 implints
677.23/678.94	c (round 77, exhaustive) 1478 del vars, 5245 del conss, 1177 add conss, 211 chg bounds, 795 chg sides, 13419 chg coeffs, 8300 upgd conss, 0 impls, 14129 clqs, 0 implints
677.23/678.94	c (round 78, exhaustive) 1480 del vars, 5303 del conss, 1177 add conss, 211 chg bounds, 796 chg sides, 13420 chg coeffs, 8300 upgd conss, 0 impls, 14129 clqs, 0 implints
677.34/679.05	c (round 79, exhaustive) 1508 del vars, 5303 del conss, 1177 add conss, 211 chg bounds, 796 chg sides, 13469 chg coeffs, 8300 upgd conss, 0 impls, 14511 clqs, 0 implints
677.34/679.05	c (round 80, fast)       1508 del vars, 5337 del conss, 1234 add conss, 211 chg bounds, 796 chg sides, 13471 chg coeffs, 8300 upgd conss, 0 impls, 14512 clqs, 0 implints
677.34/679.05	c (round 81, exhaustive) 1508 del vars, 5341 del conss, 1234 add conss, 211 chg bounds, 804 chg sides, 13550 chg coeffs, 8300 upgd conss, 0 impls, 14512 clqs, 0 implints
677.34/679.06	c (round 82, exhaustive) 1508 del vars, 5341 del conss, 1234 add conss, 211 chg bounds, 804 chg sides, 13550 chg coeffs, 8354 upgd conss, 0 impls, 14512 clqs, 0 implints
677.34/679.06	c (round 83, exhaustive) 1508 del vars, 5390 del conss, 1234 add conss, 211 chg bounds, 804 chg sides, 13550 chg coeffs, 8354 upgd conss, 0 impls, 14512 clqs, 0 implints
677.44/679.18	c (round 84, exhaustive) 1534 del vars, 5390 del conss, 1234 add conss, 211 chg bounds, 804 chg sides, 13586 chg coeffs, 8354 upgd conss, 0 impls, 14927 clqs, 0 implints
677.44/679.18	c (round 85, fast)       1535 del vars, 5426 del conss, 1284 add conss, 211 chg bounds, 804 chg sides, 13586 chg coeffs, 8354 upgd conss, 0 impls, 14927 clqs, 0 implints
677.44/679.19	c (round 86, exhaustive) 1535 del vars, 5429 del conss, 1284 add conss, 211 chg bounds, 812 chg sides, 13673 chg coeffs, 8354 upgd conss, 0 impls, 14927 clqs, 0 implints
677.44/679.19	c (round 87, exhaustive) 1535 del vars, 5429 del conss, 1284 add conss, 211 chg bounds, 812 chg sides, 13673 chg coeffs, 8401 upgd conss, 0 impls, 14927 clqs, 0 implints
677.53/679.20	c (round 88, exhaustive) 1535 del vars, 5472 del conss, 1284 add conss, 211 chg bounds, 812 chg sides, 13673 chg coeffs, 8401 upgd conss, 0 impls, 14927 clqs, 0 implints
677.53/679.23	c    (2.1s) probing: 1000/5875 (17.0%) - 324 fixings, 9 aggregations, 9457 implications, 0 bound changes
677.63/679.33	c (round 89, exhaustive) 1560 del vars, 5472 del conss, 1284 add conss, 211 chg bounds, 812 chg sides, 13703 chg coeffs, 8401 upgd conss, 0 impls, 15229 clqs, 0 implints
677.63/679.33	c (round 90, fast)       1560 del vars, 5498 del conss, 1351 add conss, 211 chg bounds, 812 chg sides, 13703 chg coeffs, 8401 upgd conss, 0 impls, 15229 clqs, 0 implints
677.63/679.34	c (round 91, exhaustive) 1560 del vars, 5502 del conss, 1351 add conss, 211 chg bounds, 821 chg sides, 13802 chg coeffs, 8401 upgd conss, 0 impls, 15229 clqs, 0 implints
677.63/679.34	c (round 92, exhaustive) 1560 del vars, 5502 del conss, 1351 add conss, 211 chg bounds, 821 chg sides, 13802 chg coeffs, 8464 upgd conss, 0 impls, 15229 clqs, 0 implints
677.63/679.35	c (round 93, exhaustive) 1560 del vars, 5563 del conss, 1351 add conss, 211 chg bounds, 821 chg sides, 13802 chg coeffs, 8464 upgd conss, 0 impls, 15229 clqs, 0 implints
677.73/679.42	c (round 94, exhaustive) 1593 del vars, 5563 del conss, 1351 add conss, 211 chg bounds, 821 chg sides, 13819 chg coeffs, 8464 upgd conss, 0 impls, 17273 clqs, 0 implints
677.73/679.42	c (round 95, fast)       1593 del vars, 5599 del conss, 1379 add conss, 211 chg bounds, 821 chg sides, 13840 chg coeffs, 8464 upgd conss, 0 impls, 17277 clqs, 0 implints
677.73/679.42	c (round 96, fast)       1593 del vars, 5599 del conss, 1379 add conss, 211 chg bounds, 826 chg sides, 13853 chg coeffs, 8464 upgd conss, 0 impls, 17277 clqs, 0 implints
677.73/679.43	c (round 97, medium)     1593 del vars, 5612 del conss, 1391 add conss, 211 chg bounds, 838 chg sides, 13943 chg coeffs, 8464 upgd conss, 0 impls, 17279 clqs, 0 implints
677.73/679.44	c (round 98, exhaustive) 1593 del vars, 5619 del conss, 1391 add conss, 211 chg bounds, 843 chg sides, 14044 chg coeffs, 8464 upgd conss, 0 impls, 17279 clqs, 0 implints
677.73/679.44	c (round 99, medium)     1593 del vars, 5622 del conss, 1397 add conss, 211 chg bounds, 849 chg sides, 14085 chg coeffs, 8464 upgd conss, 0 impls, 17297 clqs, 0 implints
677.73/679.45	c (round 100, exhaustive) 1593 del vars, 5625 del conss, 1397 add conss, 211 chg bounds, 849 chg sides, 14116 chg coeffs, 8481 upgd conss, 0 impls, 17297 clqs, 0 implints
677.73/679.46	c (round 101, exhaustive) 1593 del vars, 5639 del conss, 1397 add conss, 211 chg bounds, 849 chg sides, 14127 chg coeffs, 8481 upgd conss, 0 impls, 17311 clqs, 0 implints
677.73/679.46	c (round 102, exhaustive) 1605 del vars, 5644 del conss, 1399 add conss, 211 chg bounds, 849 chg sides, 14201 chg coeffs, 8481 upgd conss, 0 impls, 17124 clqs, 0 implints
677.73/679.47	c (round 103, fast)       1617 del vars, 5654 del conss, 1404 add conss, 211 chg bounds, 850 chg sides, 14207 chg coeffs, 8481 upgd conss, 0 impls, 17143 clqs, 0 implints
677.73/679.47	c (round 104, medium)     1617 del vars, 5658 del conss, 1410 add conss, 211 chg bounds, 857 chg sides, 14257 chg coeffs, 8481 upgd conss, 0 impls, 17149 clqs, 0 implints
677.73/679.48	c (round 105, exhaustive) 1617 del vars, 5660 del conss, 1410 add conss, 211 chg bounds, 858 chg sides, 14260 chg coeffs, 8485 upgd conss, 0 impls, 17149 clqs, 0 implints
677.73/679.48	c (round 106, exhaustive) 1617 del vars, 5664 del conss, 1411 add conss, 211 chg bounds, 858 chg sides, 14262 chg coeffs, 8485 upgd conss, 0 impls, 17150 clqs, 0 implints
677.83/679.52	c (round 107, exhaustive) 1642 del vars, 5665 del conss, 1412 add conss, 211 chg bounds, 858 chg sides, 14273 chg coeffs, 8485 upgd conss, 0 impls, 20482 clqs, 0 implints
677.83/679.52	c (round 108, fast)       1642 del vars, 5693 del conss, 1430 add conss, 211 chg bounds, 858 chg sides, 14279 chg coeffs, 8485 upgd conss, 0 impls, 20485 clqs, 0 implints
677.83/679.53	c (round 109, medium)     1642 del vars, 5698 del conss, 1436 add conss, 211 chg bounds, 865 chg sides, 14346 chg coeffs, 8485 upgd conss, 0 impls, 20491 clqs, 0 implints
677.83/679.54	c (round 110, exhaustive) 1642 del vars, 5704 del conss, 1436 add conss, 211 chg bounds, 865 chg sides, 14459 chg coeffs, 8485 upgd conss, 0 impls, 20491 clqs, 0 implints
677.83/679.54	c (round 111, medium)     1642 del vars, 5713 del conss, 1446 add conss, 211 chg bounds, 873 chg sides, 14538 chg coeffs, 8485 upgd conss, 0 impls, 20557 clqs, 0 implints
677.83/679.55	c (round 112, exhaustive) 1642 del vars, 5714 del conss, 1446 add conss, 211 chg bounds, 877 chg sides, 14603 chg coeffs, 8485 upgd conss, 0 impls, 20557 clqs, 0 implints
677.83/679.56	c (round 113, exhaustive) 1642 del vars, 5715 del conss, 1446 add conss, 211 chg bounds, 877 chg sides, 14645 chg coeffs, 8495 upgd conss, 0 impls, 20618 clqs, 0 implints
677.83/679.57	c (round 114, exhaustive) 1642 del vars, 5733 del conss, 1448 add conss, 211 chg bounds, 877 chg sides, 14680 chg coeffs, 8495 upgd conss, 0 impls, 20641 clqs, 0 implints
677.83/679.58	c (round 115, fast)       1642 del vars, 5739 del conss, 1454 add conss, 211 chg bounds, 877 chg sides, 14680 chg coeffs, 8495 upgd conss, 0 impls, 20647 clqs, 0 implints
677.83/679.58	c (round 116, exhaustive) 1642 del vars, 5749 del conss, 1454 add conss, 211 chg bounds, 877 chg sides, 14695 chg coeffs, 8495 upgd conss, 0 impls, 20680 clqs, 0 implints
677.83/679.58	c (round 117, fast)       1642 del vars, 5752 del conss, 1457 add conss, 211 chg bounds, 877 chg sides, 14695 chg coeffs, 8495 upgd conss, 0 impls, 20683 clqs, 0 implints
677.83/679.59	c (round 118, exhaustive) 1657 del vars, 5753 del conss, 1457 add conss, 211 chg bounds, 877 chg sides, 14733 chg coeffs, 8495 upgd conss, 0 impls, 20231 clqs, 0 implints
677.83/679.59	c (round 119, fast)       1672 del vars, 5769 del conss, 1471 add conss, 211 chg bounds, 877 chg sides, 14733 chg coeffs, 8495 upgd conss, 0 impls, 20242 clqs, 0 implints
677.83/679.59	c (round 120, medium)     1672 del vars, 5783 del conss, 1486 add conss, 211 chg bounds, 892 chg sides, 14910 chg coeffs, 8495 upgd conss, 0 impls, 20252 clqs, 0 implints
677.93/679.61	c (round 121, exhaustive) 1672 del vars, 5791 del conss, 1487 add conss, 211 chg bounds, 892 chg sides, 14912 chg coeffs, 8495 upgd conss, 0 impls, 20252 clqs, 0 implints
677.93/679.61	c (round 122, exhaustive) 1672 del vars, 5795 del conss, 1488 add conss, 211 chg bounds, 892 chg sides, 14912 chg coeffs, 8495 upgd conss, 0 impls, 20253 clqs, 0 implints
677.93/679.62	c (round 123, exhaustive) 1674 del vars, 5799 del conss, 1488 add conss, 211 chg bounds, 892 chg sides, 14979 chg coeffs, 8497 upgd conss, 0 impls, 20244 clqs, 0 implints
677.93/679.65	c (round 124, exhaustive) 1702 del vars, 5799 del conss, 1488 add conss, 211 chg bounds, 892 chg sides, 14979 chg coeffs, 8497 upgd conss, 0 impls, 21287 clqs, 0 implints
677.93/679.65	c (round 125, fast)       1704 del vars, 5831 del conss, 1510 add conss, 211 chg bounds, 892 chg sides, 14997 chg coeffs, 8497 upgd conss, 0 impls, 21285 clqs, 0 implints
677.93/679.66	c (round 126, medium)     1704 del vars, 5835 del conss, 1514 add conss, 211 chg bounds, 900 chg sides, 15042 chg coeffs, 8497 upgd conss, 0 impls, 21287 clqs, 0 implints
677.93/679.67	c (round 127, exhaustive) 1704 del vars, 5842 del conss, 1514 add conss, 211 chg bounds, 906 chg sides, 15134 chg coeffs, 8497 upgd conss, 0 impls, 21287 clqs, 0 implints
677.93/679.68	c (round 128, medium)     1704 del vars, 5846 del conss, 1518 add conss, 211 chg bounds, 910 chg sides, 15180 chg coeffs, 8497 upgd conss, 0 impls, 21357 clqs, 0 implints
677.93/679.69	c (round 129, exhaustive) 1704 del vars, 5848 del conss, 1518 add conss, 211 chg bounds, 910 chg sides, 15206 chg coeffs, 8509 upgd conss, 0 impls, 21357 clqs, 0 implints
677.93/679.69	c (round 130, exhaustive) 1704 del vars, 5863 del conss, 1518 add conss, 211 chg bounds, 910 chg sides, 15224 chg coeffs, 8509 upgd conss, 0 impls, 21432 clqs, 0 implints
678.03/679.70	c (round 131, exhaustive) 1704 del vars, 5868 del conss, 1518 add conss, 211 chg bounds, 910 chg sides, 15234 chg coeffs, 8509 upgd conss, 0 impls, 21432 clqs, 0 implints
678.03/679.71	c (round 132, exhaustive) 1710 del vars, 5872 del conss, 1519 add conss, 211 chg bounds, 910 chg sides, 15275 chg coeffs, 8509 upgd conss, 0 impls, 21293 clqs, 0 implints
678.03/679.71	c (round 133, fast)       1716 del vars, 5880 del conss, 1524 add conss, 211 chg bounds, 910 chg sides, 15275 chg coeffs, 8509 upgd conss, 0 impls, 21303 clqs, 0 implints
678.03/679.78	c (round 134, exhaustive) 1743 del vars, 5882 del conss, 1524 add conss, 211 chg bounds, 910 chg sides, 15291 chg coeffs, 8509 upgd conss, 0 impls, 21883 clqs, 0 implints
678.03/679.79	c (round 135, fast)       1743 del vars, 5919 del conss, 1547 add conss, 211 chg bounds, 910 chg sides, 15306 chg coeffs, 8509 upgd conss, 0 impls, 21885 clqs, 0 implints
678.03/679.79	c (round 136, medium)     1743 del vars, 5919 del conss, 1548 add conss, 211 chg bounds, 914 chg sides, 15324 chg coeffs, 8509 upgd conss, 0 impls, 21891 clqs, 0 implints
678.13/679.81	c (round 137, exhaustive) 1743 del vars, 5922 del conss, 1548 add conss, 211 chg bounds, 916 chg sides, 15380 chg coeffs, 8509 upgd conss, 0 impls, 21891 clqs, 0 implints
678.13/679.81	c (round 138, fast)       1743 del vars, 5928 del conss, 1554 add conss, 211 chg bounds, 916 chg sides, 15380 chg coeffs, 8509 upgd conss, 0 impls, 21897 clqs, 0 implints
678.13/679.81	c (round 139, exhaustive) 1743 del vars, 5928 del conss, 1554 add conss, 211 chg bounds, 916 chg sides, 15423 chg coeffs, 8521 upgd conss, 0 impls, 21920 clqs, 0 implints
678.13/679.82	c (round 140, exhaustive) 1743 del vars, 5940 del conss, 1555 add conss, 211 chg bounds, 916 chg sides, 15457 chg coeffs, 8521 upgd conss, 0 impls, 21928 clqs, 0 implints
678.13/679.83	c (round 141, exhaustive) 1743 del vars, 5945 del conss, 1556 add conss, 211 chg bounds, 916 chg sides, 15467 chg coeffs, 8521 upgd conss, 0 impls, 21932 clqs, 0 implints
678.13/679.83	c (round 142, exhaustive) 1755 del vars, 5952 del conss, 1556 add conss, 211 chg bounds, 916 chg sides, 15483 chg coeffs, 8521 upgd conss, 0 impls, 21758 clqs, 0 implints
678.13/679.84	c (round 143, fast)       1767 del vars, 5959 del conss, 1558 add conss, 211 chg bounds, 916 chg sides, 15485 chg coeffs, 8521 upgd conss, 0 impls, 21760 clqs, 0 implints
678.13/679.85	c (round 144, exhaustive) 1767 del vars, 5960 del conss, 1559 add conss, 211 chg bounds, 917 chg sides, 15496 chg coeffs, 8523 upgd conss, 0 impls, 21761 clqs, 0 implints
678.23/679.92	c (round 145, exhaustive) 1792 del vars, 5960 del conss, 1559 add conss, 211 chg bounds, 917 chg sides, 15502 chg coeffs, 8523 upgd conss, 0 impls, 24708 clqs, 0 implints
678.23/679.92	c (round 146, fast)       1792 del vars, 5985 del conss, 1580 add conss, 211 chg bounds, 917 chg sides, 15514 chg coeffs, 8523 upgd conss, 0 impls, 24708 clqs, 0 implints
678.23/679.93	c (round 147, medium)     1792 del vars, 6003 del conss, 1595 add conss, 211 chg bounds, 935 chg sides, 15715 chg coeffs, 8523 upgd conss, 0 impls, 24730 clqs, 0 implints
678.23/679.94	c (round 148, exhaustive) 1792 del vars, 6006 del conss, 1596 add conss, 211 chg bounds, 937 chg sides, 15825 chg coeffs, 8523 upgd conss, 0 impls, 24730 clqs, 0 implints
678.23/679.95	c (round 149, medium)     1792 del vars, 6009 del conss, 1600 add conss, 211 chg bounds, 941 chg sides, 15875 chg coeffs, 8523 upgd conss, 0 impls, 24819 clqs, 0 implints
678.23/679.96	c (round 150, exhaustive) 1792 del vars, 6011 del conss, 1600 add conss, 211 chg bounds, 941 chg sides, 15946 chg coeffs, 8535 upgd conss, 0 impls, 24819 clqs, 0 implints
678.23/679.97	c (round 151, exhaustive) 1792 del vars, 6024 del conss, 1600 add conss, 211 chg bounds, 941 chg sides, 15998 chg coeffs, 8535 upgd conss, 0 impls, 24866 clqs, 0 implints
678.63/680.39	c    (3.3s) probing: 1707/5875 (29.1%) - 429 fixings, 66 aggregations, 24192 implications, 0 bound changes
678.63/680.39	c    (3.3s) probing aborted: 50/50 successive totally useless probings
678.63/680.39	c (round 152, exhaustive) 1799 del vars, 6024 del conss, 1600 add conss, 211 chg bounds, 941 chg sides, 16090 chg coeffs, 8535 upgd conss, 0 impls, 26479 clqs, 0 implints
678.63/680.39	c (round 153, fast)       1799 del vars, 6033 del conss, 1630 add conss, 211 chg bounds, 942 chg sides, 16091 chg coeffs, 8535 upgd conss, 0 impls, 26487 clqs, 0 implints
678.73/680.41	c (round 154, exhaustive) 1799 del vars, 6036 del conss, 1630 add conss, 211 chg bounds, 946 chg sides, 16198 chg coeffs, 8535 upgd conss, 0 impls, 26492 clqs, 0 implints
678.73/680.41	c (round 155, medium)     1799 del vars, 6041 del conss, 1635 add conss, 211 chg bounds, 950 chg sides, 16256 chg coeffs, 8535 upgd conss, 0 impls, 26603 clqs, 0 implints
678.73/680.43	c (round 156, exhaustive) 1799 del vars, 6051 del conss, 1635 add conss, 211 chg bounds, 950 chg sides, 16319 chg coeffs, 8535 upgd conss, 0 impls, 26603 clqs, 0 implints
678.73/680.44	c (round 157, exhaustive) 1799 del vars, 6053 del conss, 1637 add conss, 211 chg bounds, 950 chg sides, 16354 chg coeffs, 8563 upgd conss, 0 impls, 26726 clqs, 0 implints
678.73/680.44	c (round 158, fast)       1799 del vars, 6059 del conss, 1643 add conss, 211 chg bounds, 950 chg sides, 16354 chg coeffs, 8563 upgd conss, 0 impls, 26731 clqs, 0 implints
678.73/680.44	c (round 159, exhaustive) 1799 del vars, 6086 del conss, 1643 add conss, 211 chg bounds, 950 chg sides, 16375 chg coeffs, 8563 upgd conss, 0 impls, 26735 clqs, 0 implints
678.73/680.44	c (round 160, fast)       1799 del vars, 6089 del conss, 1646 add conss, 211 chg bounds, 950 chg sides, 16375 chg coeffs, 8563 upgd conss, 0 impls, 26738 clqs, 0 implints
678.83/680.52	c    (3.4s) probing: 1773/5875 (30.2%) - 430 fixings, 66 aggregations, 24345 implications, 0 bound changes
678.83/680.52	c    (3.4s) probing aborted: 50/50 successive totally useless probings
678.83/680.52	c    (3.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
678.83/680.54	c    (3.5s) symmetry computation finished: 17 generators found (max: 1500, log10 of symmetry group size: 5.12) (symcode time: 0.00)
678.83/680.54	c dynamic symmetry handling statistics:
678.83/680.54	c    orbitopal reduction:       no components
678.83/680.54	c    orbital reduction:         no components
678.83/680.54	c    lexicographic reduction:   16 permutations with support sizes 14, 12, 16, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 16, 16
678.83/680.54	c handled 17 out of 17 symmetry components
678.83/680.55	c presolving (161 rounds: 161 fast, 123 medium, 105 exhaustive):
678.83/680.55	c  1802 deleted vars, 6089 deleted constraints, 1647 added constraints, 211 tightened bounds, 0 added holes, 950 changed sides, 16393 changed coefficients
678.83/680.55	c  0 implications, 26817 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
678.83/680.55	c presolved problem has 5256 variables (5256 bin, 0 int, 0 cont) and 5569 constraints
678.83/680.55	c    2574 constraints of type <knapsack>
678.83/680.55	c    2324 constraints of type <setppc>
678.83/680.55	c       2 constraints of type <xor>
678.83/680.55	c     443 constraints of type <linear>
678.83/680.55	c     226 constraints of type <logicor>
678.83/680.55	c transformed objective value is always integral (scale: 1)
678.83/680.55	c Presolving Time: 3.44
678.83/680.55	c 
692.41/694.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
692.41/694.16	c  17.1s|     1 |     0 | 40555 |     - |   294M |   0 |5256 |5739 |5568 |   0 |  0 | 171 |   0 |-1.756222e+04 |      --      |    Inf | unknown
705.17/706.90	c  29.8s|     1 |     0 | 76393 |     - |   295M |   0 |5256 |5942 |5635 |  67 |  1 | 174 |   0 |-1.757134e+04 |      --      |    Inf | unknown
709.96/711.72	c  34.6s|     1 |     0 | 89743 |     - |   296M |   0 |5256 |5943 |5680 | 112 |  2 | 175 |   0 |-1.757968e+04 |      --      |    Inf | unknown
712.15/713.91	c  36.8s|     1 |     0 | 96220 |     - |   297M |   0 |5256 |5944 |5724 | 156 |  3 | 176 |   0 |-1.757973e+04 |      --      |    Inf | unknown
714.15/715.95	c  38.9s|     1 |     0 |102819 |     - |   297M |   0 |5256 |5944 |5764 | 196 |  4 | 176 |   0 |-1.758014e+04 |      --      |    Inf | unknown
715.74/717.53	c  40.4s|     1 |     0 |107585 |     - |   298M |   0 |5256 |5944 |5800 | 232 |  5 | 176 |   0 |-1.758025e+04 |      --      |    Inf | unknown
717.74/719.59	c  42.5s|     1 |     0 |114170 |     - |   298M |   0 |5256 |5944 |5818 | 250 |  6 | 176 |   0 |-1.758046e+04 |      --      |    Inf | unknown
719.14/720.98	c  43.9s|     1 |     0 |118112 |     - |   299M |   0 |5256 |5947 |5841 | 289 |  7 | 179 |   0 |-1.758063e+04 |      --      |    Inf | unknown
720.63/722.41	c  45.3s|     1 |     0 |122121 |     - |   300M |   0 |5256 |5951 |5852 | 302 |  8 | 183 |   0 |-1.758078e+04 |      --      |    Inf | unknown
723.83/725.62	c  48.5s|     1 |     0 |132250 |     - |   300M |   0 |5256 |5952 |5864 | 314 |  9 | 186 |   0 |-1.758102e+04 |      --      |    Inf | unknown
727.42/729.22	c  52.1s|     1 |     0 |142651 |     - |   301M |   0 |5256 |5952 |5874 | 324 | 10 | 186 |   0 |-1.758139e+04 |      --      |    Inf | unknown
731.51/733.37	c  56.3s|     1 |     0 |154435 |     - |   302M |   0 |5256 |5951 |5882 | 332 | 11 | 188 |   0 |-1.758203e+04 |      --      |    Inf | unknown
733.50/735.30	c  58.2s|     1 |     0 |159703 |     - |   302M |   0 |5256 |5953 |5897 | 347 | 12 | 190 |   0 |-1.758246e+04 |      --      |    Inf | unknown
741.30/743.12	c  66.0s|     1 |     2 |173870 |     - |   302M |   0 |5256 |5941 |5897 | 347 | 12 | 195 |  18 |-1.758246e+04 |      --      |    Inf | unknown
982.05/984.41	c 
982.05/984.41	c SCIP Status        : solving was interrupted [time limit reached]
982.05/984.41	c Solving Time (sec) : 307.33
982.05/984.41	c Solving Nodes      : 18
982.05/984.41	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
982.05/984.41	c Dual Bound         : -1.75827121643388e+04
982.05/984.41	c Gap                : infinite
982.05/984.41	c SCIP status: 23 (TIMELIMIT)
982.05/984.41	c pb_solver_status: sst_unknown
982.05/984.41	c LB_goalvalue: 110096
982.05/984.41	c UB_goalvalue: 3778222
982.05/984.41	c Both SAT and SCIP timed out; boosting budgets to sat=160.000000 scip=614.656000
982.05/984.41	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
982.05/984.41	c SCIP returned: sst_unknown
982.05/984.41	c SCIP primal LB: -oo, dual UB: 3778230
982.05/984.41	c assumptions: 
982.05/984.41	c invoking solver with time budget: 160.000000
1020.85/1023.34	c Model check passed
1020.85/1023.34	c sat_solver_result: sst_sat
1020.85/1023.35	c c SAT fixed 34 new variables
1020.85/1023.35	c pb_solver_status: sst_sat
1020.85/1023.35	c in maximizeGoal found by SAT
1020.85/1023.35	o 36093
1020.85/1023.35	c Found a solution: 3759719.  Optimum bounded: [3759719,3778222].
1020.85/1023.35	c Try to find a solution more than 3765886
1020.85/1023.35	c V: 440
1020.85/1023.35	c estimatedAdderCost: 9552
1020.85/1023.35	c Try to convert by sorters
1020.95/1023.43	c Sorter: base: 2 2 2 2 5 5 5 
1020.95/1023.43	c 
1021.05/1023.52	c assumptions: 
1021.05/1023.52	c invoking solver with time budget: 121.156544
1142.19/1144.94	c sat_solver_result: sst_unknown
1142.19/1144.94	c c SAT fixed 73 new variables
1142.19/1144.94	c SAT solver timed out; proceeding to cooperative SCIP call
1142.19/1144.94	c Calling solveScip for cooperative mode with LB_goalvalue:       3759719, UB_goalvalue: 3778222
1142.19/1144.94	c scip solving with time budget: 614.656000
1142.19/1144.94	c solveScip
1142.19/1144.94	c initScipForCoop
1142.19/1144.94	c Coop Mode: Using SCIP obj units for LB/UB: 3759719, +oo
1142.19/1144.94	c SCIPfreeTransform due to timeout and having shadow nodes
1142.19/1144.94	c forcing SCIPfreeTransform before solve
1142.19/1144.96	c Running SCIP presolve for solve-time propagation (rounds=3)
1142.19/1144.98	c presolving:
1142.19/1145.00	c (round 1, fast)       924 del vars, 924 del conss, 0 add conss, 173 chg bounds, 4 chg sides, 3 chg coeffs, 0 upgd conss, 0 impls, 6678 clqs, 0 implints
1142.31/1145.03	c    (0.1s) running MILP presolver
1142.31/1145.05	c    (0.1s) MILP presolver (3 rounds): 8 aggregations, 9 fixings, 0 bound changes
1142.31/1145.05	c (round 2, medium)     942 del vars, 924 del conss, 0 add conss, 173 chg bounds, 4 chg sides, 3 chg coeffs, 0 upgd conss, 0 impls, 6649 clqs, 0 implints
1142.50/1145.20	c    (0.2s) sparsify finished: 2580/91734 (2.8%) nonzeros canceled - in total 2580 canceled nonzeros, 5256 changed coefficients, 0 added nonzeros
1142.50/1145.24	c presolving (3 rounds: 3 fast, 2 medium, 1 exhaustive):
1142.50/1145.24	c  1106 deleted vars, 1750 deleted constraints, 0 added constraints, 173 tightened bounds, 0 added holes, 33 changed sides, 6560 changed coefficients
1142.50/1145.24	c  0 implications, 6712 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1142.50/1145.24	c presolved problem has 5881 variables (5881 bin, 0 int, 0 cont) and 8266 constraints
1142.50/1145.24	c    2898 constraints of type <knapsack>
1142.50/1145.24	c    4086 constraints of type <setppc>
1142.50/1145.24	c    1074 constraints of type <linear>
1142.50/1145.24	c     208 constraints of type <logicor>
1142.50/1145.24	c transformed objective value is always integral (scale: 1)
1142.50/1145.24	c Presolving Time: 0.26
1142.50/1145.25	c c SCIP solve-time propagated 2 fixed variables
1142.50/1145.28	c presolving:
1142.60/1145.30	c (round 1, fast)       924 del vars, 924 del conss, 0 add conss, 173 chg bounds, 4 chg sides, 3 chg coeffs, 0 upgd conss, 0 impls, 6678 clqs, 0 implints
1142.60/1145.32	c    (0.1s) running MILP presolver
1142.60/1145.35	c    (0.1s) MILP presolver (4 rounds): 9 aggregations, 10 fixings, 0 bound changes
1142.60/1145.35	c (round 2, medium)     944 del vars, 924 del conss, 0 add conss, 173 chg bounds, 4 chg sides, 3 chg coeffs, 0 upgd conss, 0 impls, 6648 clqs, 0 implints
1142.60/1145.35	c (round 3, fast)       944 del vars, 953 del conss, 0 add conss, 173 chg bounds, 4 chg sides, 3 chg coeffs, 0 upgd conss, 0 impls, 6649 clqs, 0 implints
1142.60/1145.37	c (round 4, exhaustive) 944 del vars, 1673 del conss, 0 add conss, 173 chg bounds, 33 chg sides, 3 chg coeffs, 0 upgd conss, 0 impls, 6649 clqs, 0 implints
1142.60/1145.38	c (round 5, fast)       945 del vars, 1674 del conss, 85 add conss, 173 chg bounds, 33 chg sides, 3 chg coeffs, 0 upgd conss, 0 impls, 6647 clqs, 0 implints
1142.70/1145.40	c (round 6, exhaustive) 945 del vars, 1674 del conss, 85 add conss, 173 chg bounds, 39 chg sides, 121 chg coeffs, 7956 upgd conss, 0 impls, 6647 clqs, 0 implints
1142.70/1145.42	c (round 7, medium)     961 del vars, 2826 del conss, 742 add conss, 173 chg bounds, 709 chg sides, 6750 chg coeffs, 7956 upgd conss, 0 impls, 6810 clqs, 0 implints
1142.70/1145.42	c (round 8, fast)       961 del vars, 2846 del conss, 742 add conss, 173 chg bounds, 709 chg sides, 6750 chg coeffs, 7956 upgd conss, 0 impls, 6810 clqs, 0 implints
1142.70/1145.44	c (round 9, exhaustive) 961 del vars, 2846 del conss, 742 add conss, 173 chg bounds, 709 chg sides, 8265 chg coeffs, 7956 upgd conss, 0 impls, 6810 clqs, 0 implints
1142.70/1145.44	c (round 10, fast)       961 del vars, 2852 del conss, 748 add conss, 173 chg bounds, 709 chg sides, 8265 chg coeffs, 7956 upgd conss, 0 impls, 6815 clqs, 0 implints
1142.70/1145.45	c (round 11, exhaustive) 961 del vars, 2852 del conss, 748 add conss, 173 chg bounds, 709 chg sides, 9673 chg coeffs, 7956 upgd conss, 0 impls, 6815 clqs, 0 implints
1142.70/1145.47	c (round 12, exhaustive) 961 del vars, 2856 del conss, 748 add conss, 173 chg bounds, 714 chg sides, 9677 chg coeffs, 7956 upgd conss, 0 impls, 6815 clqs, 0 implints
1142.70/1145.47	c (round 13, exhaustive) 961 del vars, 2860 del conss, 748 add conss, 173 chg bounds, 714 chg sides, 9681 chg coeffs, 7961 upgd conss, 0 impls, 6815 clqs, 0 implints
1142.70/1145.49	c (round 14, exhaustive) 1049 del vars, 2935 del conss, 748 add conss, 173 chg bounds, 714 chg sides, 12076 chg coeffs, 7961 upgd conss, 0 impls, 6770 clqs, 0 implints
1142.70/1145.49	c (round 15, fast)       1111 del vars, 2992 del conss, 769 add conss, 180 chg bounds, 714 chg sides, 12088 chg coeffs, 7961 upgd conss, 0 impls, 6875 clqs, 0 implints
1142.80/1145.50	c (round 16, exhaustive) 1111 del vars, 3000 del conss, 769 add conss, 180 chg bounds, 714 chg sides, 12125 chg coeffs, 7961 upgd conss, 0 impls, 6875 clqs, 0 implints
1142.80/1145.51	c (round 17, exhaustive) 1112 del vars, 3004 del conss, 770 add conss, 180 chg bounds, 714 chg sides, 12136 chg coeffs, 7963 upgd conss, 0 impls, 6875 clqs, 0 implints
1142.90/1145.62	c    (0.4s) sparsify finished: 272/80746 (0.3%) nonzeros canceled - in total 272 canceled nonzeros, 272 changed coefficients, 0 added nonzeros
1142.90/1145.67	c (round 18, exhaustive) 1148 del vars, 3004 del conss, 770 add conss, 180 chg bounds, 714 chg sides, 12412 chg coeffs, 7963 upgd conss, 0 impls, 7572 clqs, 0 implints
1142.90/1145.68	c (round 19, fast)       1175 del vars, 3056 del conss, 798 add conss, 207 chg bounds, 714 chg sides, 12423 chg coeffs, 7963 upgd conss, 0 impls, 7656 clqs, 0 implints
1142.90/1145.68	c (round 20, medium)     1175 del vars, 3075 del conss, 813 add conss, 207 chg bounds, 735 chg sides, 12569 chg coeffs, 7963 upgd conss, 0 impls, 7660 clqs, 0 implints
1142.90/1145.69	c (round 21, exhaustive) 1175 del vars, 3087 del conss, 813 add conss, 207 chg bounds, 744 chg sides, 12588 chg coeffs, 7963 upgd conss, 0 impls, 7660 clqs, 0 implints
1142.90/1145.69	c (round 22, fast)       1175 del vars, 3093 del conss, 819 add conss, 207 chg bounds, 744 chg sides, 12588 chg coeffs, 7963 upgd conss, 0 impls, 7666 clqs, 0 implints
1143.00/1145.70	c (round 23, exhaustive) 1175 del vars, 3096 del conss, 819 add conss, 207 chg bounds, 744 chg sides, 12588 chg coeffs, 7981 upgd conss, 0 impls, 7666 clqs, 0 implints
1143.00/1145.71	c (round 24, exhaustive) 1175 del vars, 3110 del conss, 819 add conss, 207 chg bounds, 744 chg sides, 12588 chg coeffs, 7981 upgd conss, 0 impls, 7667 clqs, 0 implints
1143.00/1145.71	c (round 25, exhaustive) 1183 del vars, 3115 del conss, 819 add conss, 207 chg bounds, 744 chg sides, 12591 chg coeffs, 7981 upgd conss, 0 impls, 7659 clqs, 0 implints
1143.00/1145.72	c (round 26, fast)       1195 del vars, 3122 del conss, 823 add conss, 211 chg bounds, 744 chg sides, 12597 chg coeffs, 7981 upgd conss, 0 impls, 7627 clqs, 0 implints
1143.10/1145.82	c    (0.6s) sparsify finished: 21/79713 (0.0%) nonzeros canceled - in total 293 canceled nonzeros, 311 changed coefficients, 0 added nonzeros
1143.10/1145.84	c (round 27, exhaustive) 1220 del vars, 3122 del conss, 823 add conss, 211 chg bounds, 744 chg sides, 12669 chg coeffs, 7981 upgd conss, 0 impls, 7820 clqs, 0 implints
1143.10/1145.84	c (round 28, fast)       1220 del vars, 3148 del conss, 841 add conss, 211 chg bounds, 744 chg sides, 12669 chg coeffs, 7981 upgd conss, 0 impls, 7824 clqs, 0 implints
1143.10/1145.85	c (round 29, exhaustive) 1220 del vars, 3151 del conss, 841 add conss, 211 chg bounds, 745 chg sides, 12702 chg coeffs, 7999 upgd conss, 0 impls, 7824 clqs, 0 implints
1143.10/1145.86	c (round 30, exhaustive) 1220 del vars, 3167 del conss, 841 add conss, 211 chg bounds, 745 chg sides, 12707 chg coeffs, 7999 upgd conss, 0 impls, 7824 clqs, 0 implints
1143.20/1145.97	c (round 31, exhaustive) 1253 del vars, 3167 del conss, 841 add conss, 211 chg bounds, 745 chg sides, 12714 chg coeffs, 7999 upgd conss, 0 impls, 7848 clqs, 0 implints
1143.20/1145.98	c (round 32, fast)       1253 del vars, 3203 del conss, 852 add conss, 211 chg bounds, 745 chg sides, 12714 chg coeffs, 7999 upgd conss, 0 impls, 7848 clqs, 0 implints
1143.20/1145.98	c (round 33, exhaustive) 1253 del vars, 3205 del conss, 852 add conss, 211 chg bounds, 747 chg sides, 12739 chg coeffs, 8008 upgd conss, 0 impls, 7848 clqs, 0 implints
1143.20/1145.99	c (round 34, exhaustive) 1253 del vars, 3209 del conss, 855 add conss, 211 chg bounds, 747 chg sides, 12741 chg coeffs, 8008 upgd conss, 0 impls, 7850 clqs, 0 implints
1143.20/1146.00	c (round 35, exhaustive) 1253 del vars, 3221 del conss, 856 add conss, 211 chg bounds, 747 chg sides, 12742 chg coeffs, 8008 upgd conss, 0 impls, 7851 clqs, 0 implints
1143.31/1146.01	c (round 36, exhaustive) 1253 del vars, 4780 del conss, 857 add conss, 211 chg bounds, 747 chg sides, 12742 chg coeffs, 8008 upgd conss, 0 impls, 7852 clqs, 0 implints
1143.31/1146.03	c    (0.8s) running MILP presolver
1143.31/1146.05	c    (0.8s) MILP presolver (3 rounds): 4 aggregations, 10 fixings, 0 bound changes
1143.31/1146.06	c (round 37, medium)     1267 del vars, 4793 del conss, 864 add conss, 211 chg bounds, 747 chg sides, 12754 chg coeffs, 8008 upgd conss, 0 impls, 7759 clqs, 0 implints
1143.31/1146.06	c (round 38, fast)       1267 del vars, 4797 del conss, 866 add conss, 211 chg bounds, 748 chg sides, 12755 chg coeffs, 8008 upgd conss, 0 impls, 7765 clqs, 0 implints
1143.31/1146.06	c (round 39, exhaustive) 1267 del vars, 4797 del conss, 866 add conss, 211 chg bounds, 749 chg sides, 12755 chg coeffs, 8014 upgd conss, 0 impls, 7765 clqs, 0 implints
1143.31/1146.07	c (round 40, exhaustive) 1268 del vars, 4799 del conss, 868 add conss, 211 chg bounds, 749 chg sides, 12755 chg coeffs, 8015 upgd conss, 0 impls, 7764 clqs, 0 implints
1143.41/1146.11	c (round 41, exhaustive) 1295 del vars, 4802 del conss, 868 add conss, 211 chg bounds, 749 chg sides, 12767 chg coeffs, 8015 upgd conss, 0 impls, 8012 clqs, 0 implints
1143.41/1146.11	c (round 42, fast)       1295 del vars, 4830 del conss, 886 add conss, 211 chg bounds, 749 chg sides, 12767 chg coeffs, 8015 upgd conss, 0 impls, 8012 clqs, 0 implints
1143.41/1146.12	c (round 43, exhaustive) 1295 del vars, 4837 del conss, 886 add conss, 211 chg bounds, 749 chg sides, 12807 chg coeffs, 8015 upgd conss, 0 impls, 8012 clqs, 0 implints
1143.41/1146.12	c (round 44, exhaustive) 1295 del vars, 4838 del conss, 886 add conss, 211 chg bounds, 749 chg sides, 12807 chg coeffs, 8033 upgd conss, 0 impls, 8012 clqs, 0 implints
1143.41/1146.13	c (round 45, exhaustive) 1295 del vars, 4854 del conss, 886 add conss, 211 chg bounds, 749 chg sides, 12807 chg coeffs, 8033 upgd conss, 0 impls, 8012 clqs, 0 implints
1143.41/1146.17	c (round 46, exhaustive) 1324 del vars, 4854 del conss, 886 add conss, 211 chg bounds, 749 chg sides, 12825 chg coeffs, 8033 upgd conss, 0 impls, 8222 clqs, 0 implints
1143.41/1146.17	c (round 47, fast)       1324 del vars, 4883 del conss, 915 add conss, 211 chg bounds, 749 chg sides, 12827 chg coeffs, 8033 upgd conss, 0 impls, 8222 clqs, 0 implints
1143.41/1146.17	c (round 48, medium)     1331 del vars, 4883 del conss, 915 add conss, 211 chg bounds, 752 chg sides, 12858 chg coeffs, 8033 upgd conss, 0 impls, 8205 clqs, 0 implints
1143.41/1146.18	c (round 49, exhaustive) 1331 del vars, 4886 del conss, 917 add conss, 211 chg bounds, 752 chg sides, 12883 chg coeffs, 8033 upgd conss, 0 impls, 8205 clqs, 0 implints
1143.41/1146.18	c (round 50, exhaustive) 1331 del vars, 4892 del conss, 917 add conss, 211 chg bounds, 756 chg sides, 12884 chg coeffs, 8033 upgd conss, 0 impls, 8216 clqs, 0 implints
1143.41/1146.19	c (round 51, exhaustive) 1331 del vars, 4893 del conss, 917 add conss, 211 chg bounds, 756 chg sides, 12884 chg coeffs, 8058 upgd conss, 0 impls, 8216 clqs, 0 implints
1143.41/1146.19	c (round 52, exhaustive) 1331 del vars, 4916 del conss, 917 add conss, 211 chg bounds, 756 chg sides, 12884 chg coeffs, 8058 upgd conss, 0 impls, 8216 clqs, 0 implints
1143.60/1146.38	c (round 53, exhaustive) 1358 del vars, 4916 del conss, 917 add conss, 211 chg bounds, 756 chg sides, 12921 chg coeffs, 8058 upgd conss, 0 impls, 9334 clqs, 0 implints
1143.60/1146.39	c (round 54, fast)       1358 del vars, 4947 del conss, 961 add conss, 211 chg bounds, 756 chg sides, 12921 chg coeffs, 8058 upgd conss, 0 impls, 9336 clqs, 0 implints
1143.60/1146.40	c (round 55, exhaustive) 1358 del vars, 4950 del conss, 961 add conss, 211 chg bounds, 763 chg sides, 13000 chg coeffs, 8058 upgd conss, 0 impls, 9336 clqs, 0 implints
1143.70/1146.40	c (round 56, exhaustive) 1358 del vars, 4950 del conss, 961 add conss, 211 chg bounds, 763 chg sides, 13000 chg coeffs, 8099 upgd conss, 0 impls, 9336 clqs, 0 implints
1143.70/1146.41	c (round 57, exhaustive) 1358 del vars, 4991 del conss, 961 add conss, 211 chg bounds, 763 chg sides, 13000 chg coeffs, 8099 upgd conss, 0 impls, 9336 clqs, 0 implints
1143.70/1146.46	c (round 58, exhaustive) 1387 del vars, 4991 del conss, 961 add conss, 211 chg bounds, 763 chg sides, 13000 chg coeffs, 8099 upgd conss, 0 impls, 9769 clqs, 0 implints
1143.70/1146.46	c (round 59, fast)       1391 del vars, 5021 del conss, 995 add conss, 211 chg bounds, 763 chg sides, 13000 chg coeffs, 8099 upgd conss, 0 impls, 9769 clqs, 0 implints
1143.70/1146.47	c (round 60, exhaustive) 1391 del vars, 5024 del conss, 995 add conss, 211 chg bounds, 766 chg sides, 13044 chg coeffs, 8099 upgd conss, 0 impls, 9769 clqs, 0 implints
1143.70/1146.47	c (round 61, exhaustive) 1391 del vars, 5024 del conss, 995 add conss, 211 chg bounds, 766 chg sides, 13044 chg coeffs, 8130 upgd conss, 0 impls, 9769 clqs, 0 implints
1143.70/1146.47	c (round 62, exhaustive) 1391 del vars, 5052 del conss, 995 add conss, 211 chg bounds, 766 chg sides, 13044 chg coeffs, 8130 upgd conss, 0 impls, 9769 clqs, 0 implints
1143.99/1146.73	c (round 63, exhaustive) 1418 del vars, 5052 del conss, 995 add conss, 211 chg bounds, 766 chg sides, 13060 chg coeffs, 8130 upgd conss, 0 impls, 12138 clqs, 0 implints
1143.99/1146.73	c (round 64, fast)       1418 del vars, 5080 del conss, 1060 add conss, 211 chg bounds, 766 chg sides, 13060 chg coeffs, 8130 upgd conss, 0 impls, 12139 clqs, 0 implints
1143.99/1146.74	c (round 65, exhaustive) 1418 del vars, 5083 del conss, 1060 add conss, 211 chg bounds, 774 chg sides, 13167 chg coeffs, 8130 upgd conss, 0 impls, 12139 clqs, 0 implints
1143.99/1146.75	c (round 66, medium)     1418 del vars, 5083 del conss, 1068 add conss, 211 chg bounds, 782 chg sides, 13183 chg coeffs, 8130 upgd conss, 0 impls, 12139 clqs, 0 implints
1143.99/1146.75	c (round 67, exhaustive) 1418 del vars, 5087 del conss, 1068 add conss, 211 chg bounds, 782 chg sides, 13183 chg coeffs, 8197 upgd conss, 0 impls, 12139 clqs, 0 implints
1143.99/1146.76	c (round 68, exhaustive) 1418 del vars, 5147 del conss, 1068 add conss, 211 chg bounds, 782 chg sides, 13183 chg coeffs, 8197 upgd conss, 0 impls, 12139 clqs, 0 implints
1144.09/1146.89	c (round 69, exhaustive) 1443 del vars, 5147 del conss, 1068 add conss, 211 chg bounds, 782 chg sides, 13203 chg coeffs, 8197 upgd conss, 0 impls, 13176 clqs, 0 implints
1144.19/1146.90	c (round 70, fast)       1447 del vars, 5170 del conss, 1110 add conss, 211 chg bounds, 782 chg sides, 13223 chg coeffs, 8197 upgd conss, 0 impls, 13176 clqs, 0 implints
1144.19/1146.90	c (round 71, exhaustive) 1447 del vars, 5172 del conss, 1110 add conss, 211 chg bounds, 788 chg sides, 13314 chg coeffs, 8197 upgd conss, 0 impls, 13176 clqs, 0 implints
1144.19/1146.91	c (round 72, exhaustive) 1447 del vars, 5172 del conss, 1110 add conss, 211 chg bounds, 788 chg sides, 13314 chg coeffs, 8235 upgd conss, 0 impls, 13176 clqs, 0 implints
1144.19/1146.91	c (round 73, exhaustive) 1447 del vars, 5209 del conss, 1110 add conss, 211 chg bounds, 788 chg sides, 13314 chg coeffs, 8235 upgd conss, 0 impls, 13176 clqs, 0 implints
1144.31/1147.06	c (round 74, exhaustive) 1475 del vars, 5209 del conss, 1110 add conss, 211 chg bounds, 788 chg sides, 13321 chg coeffs, 8235 upgd conss, 0 impls, 14127 clqs, 0 implints
1144.31/1147.07	c (round 75, fast)       1478 del vars, 5242 del conss, 1177 add conss, 211 chg bounds, 788 chg sides, 13321 chg coeffs, 8235 upgd conss, 0 impls, 14129 clqs, 0 implints
1144.31/1147.07	c (round 76, exhaustive) 1478 del vars, 5245 del conss, 1177 add conss, 211 chg bounds, 795 chg sides, 13419 chg coeffs, 8235 upgd conss, 0 impls, 14129 clqs, 0 implints
1144.31/1147.08	c (round 77, exhaustive) 1478 del vars, 5245 del conss, 1177 add conss, 211 chg bounds, 795 chg sides, 13419 chg coeffs, 8300 upgd conss, 0 impls, 14129 clqs, 0 implints
1144.31/1147.08	c (round 78, exhaustive) 1480 del vars, 5303 del conss, 1177 add conss, 211 chg bounds, 796 chg sides, 13420 chg coeffs, 8300 upgd conss, 0 impls, 14129 clqs, 0 implints
1144.41/1147.19	c (round 79, exhaustive) 1508 del vars, 5303 del conss, 1177 add conss, 211 chg bounds, 796 chg sides, 13469 chg coeffs, 8300 upgd conss, 0 impls, 14511 clqs, 0 implints
1144.41/1147.19	c (round 80, fast)       1508 del vars, 5337 del conss, 1234 add conss, 211 chg bounds, 796 chg sides, 13471 chg coeffs, 8300 upgd conss, 0 impls, 14512 clqs, 0 implints
1144.41/1147.19	c (round 81, exhaustive) 1508 del vars, 5341 del conss, 1234 add conss, 211 chg bounds, 804 chg sides, 13550 chg coeffs, 8300 upgd conss, 0 impls, 14512 clqs, 0 implints
1144.49/1147.20	c (round 82, exhaustive) 1508 del vars, 5341 del conss, 1234 add conss, 211 chg bounds, 804 chg sides, 13550 chg coeffs, 8354 upgd conss, 0 impls, 14512 clqs, 0 implints
1144.49/1147.20	c (round 83, exhaustive) 1508 del vars, 5390 del conss, 1234 add conss, 211 chg bounds, 804 chg sides, 13550 chg coeffs, 8354 upgd conss, 0 impls, 14512 clqs, 0 implints
1144.59/1147.32	c (round 84, exhaustive) 1534 del vars, 5390 del conss, 1234 add conss, 211 chg bounds, 804 chg sides, 13586 chg coeffs, 8354 upgd conss, 0 impls, 14927 clqs, 0 implints
1144.59/1147.32	c (round 85, fast)       1535 del vars, 5426 del conss, 1284 add conss, 211 chg bounds, 804 chg sides, 13586 chg coeffs, 8354 upgd conss, 0 impls, 14927 clqs, 0 implints
1144.59/1147.32	c (round 86, exhaustive) 1535 del vars, 5429 del conss, 1284 add conss, 211 chg bounds, 812 chg sides, 13673 chg coeffs, 8354 upgd conss, 0 impls, 14927 clqs, 0 implints
1144.59/1147.33	c (round 87, exhaustive) 1535 del vars, 5429 del conss, 1284 add conss, 211 chg bounds, 812 chg sides, 13673 chg coeffs, 8401 upgd conss, 0 impls, 14927 clqs, 0 implints
1144.59/1147.33	c (round 88, exhaustive) 1535 del vars, 5472 del conss, 1284 add conss, 211 chg bounds, 812 chg sides, 13673 chg coeffs, 8401 upgd conss, 0 impls, 14927 clqs, 0 implints
1144.59/1147.36	c    (2.1s) probing: 1000/5875 (17.0%) - 324 fixings, 9 aggregations, 9457 implications, 0 bound changes
1144.69/1147.46	c (round 89, exhaustive) 1560 del vars, 5472 del conss, 1284 add conss, 211 chg bounds, 812 chg sides, 13703 chg coeffs, 8401 upgd conss, 0 impls, 15229 clqs, 0 implints
1144.69/1147.47	c (round 90, fast)       1560 del vars, 5498 del conss, 1351 add conss, 211 chg bounds, 812 chg sides, 13703 chg coeffs, 8401 upgd conss, 0 impls, 15229 clqs, 0 implints
1144.69/1147.47	c (round 91, exhaustive) 1560 del vars, 5502 del conss, 1351 add conss, 211 chg bounds, 821 chg sides, 13802 chg coeffs, 8401 upgd conss, 0 impls, 15229 clqs, 0 implints
1144.69/1147.48	c (round 92, exhaustive) 1560 del vars, 5502 del conss, 1351 add conss, 211 chg bounds, 821 chg sides, 13802 chg coeffs, 8464 upgd conss, 0 impls, 15229 clqs, 0 implints
1144.69/1147.48	c (round 93, exhaustive) 1560 del vars, 5563 del conss, 1351 add conss, 211 chg bounds, 821 chg sides, 13802 chg coeffs, 8464 upgd conss, 0 impls, 15229 clqs, 0 implints
1144.79/1147.55	c (round 94, exhaustive) 1593 del vars, 5563 del conss, 1351 add conss, 211 chg bounds, 821 chg sides, 13819 chg coeffs, 8464 upgd conss, 0 impls, 17273 clqs, 0 implints
1144.79/1147.55	c (round 95, fast)       1593 del vars, 5599 del conss, 1379 add conss, 211 chg bounds, 821 chg sides, 13840 chg coeffs, 8464 upgd conss, 0 impls, 17277 clqs, 0 implints
1144.79/1147.55	c (round 96, fast)       1593 del vars, 5599 del conss, 1379 add conss, 211 chg bounds, 826 chg sides, 13853 chg coeffs, 8464 upgd conss, 0 impls, 17277 clqs, 0 implints
1144.79/1147.55	c (round 97, medium)     1593 del vars, 5612 del conss, 1391 add conss, 211 chg bounds, 838 chg sides, 13943 chg coeffs, 8464 upgd conss, 0 impls, 17279 clqs, 0 implints
1144.79/1147.57	c (round 98, exhaustive) 1593 del vars, 5619 del conss, 1391 add conss, 211 chg bounds, 843 chg sides, 14044 chg coeffs, 8464 upgd conss, 0 impls, 17279 clqs, 0 implints
1144.79/1147.57	c (round 99, medium)     1593 del vars, 5622 del conss, 1397 add conss, 211 chg bounds, 849 chg sides, 14085 chg coeffs, 8464 upgd conss, 0 impls, 17297 clqs, 0 implints
1144.79/1147.58	c (round 100, exhaustive) 1593 del vars, 5625 del conss, 1397 add conss, 211 chg bounds, 849 chg sides, 14116 chg coeffs, 8481 upgd conss, 0 impls, 17297 clqs, 0 implints
1144.79/1147.58	c (round 101, exhaustive) 1593 del vars, 5639 del conss, 1397 add conss, 211 chg bounds, 849 chg sides, 14127 chg coeffs, 8481 upgd conss, 0 impls, 17311 clqs, 0 implints
1144.79/1147.59	c (round 102, exhaustive) 1605 del vars, 5644 del conss, 1399 add conss, 211 chg bounds, 849 chg sides, 14201 chg coeffs, 8481 upgd conss, 0 impls, 17124 clqs, 0 implints
1144.79/1147.59	c (round 103, fast)       1617 del vars, 5654 del conss, 1404 add conss, 211 chg bounds, 850 chg sides, 14207 chg coeffs, 8481 upgd conss, 0 impls, 17143 clqs, 0 implints
1144.89/1147.60	c (round 104, medium)     1617 del vars, 5658 del conss, 1410 add conss, 211 chg bounds, 857 chg sides, 14257 chg coeffs, 8481 upgd conss, 0 impls, 17149 clqs, 0 implints
1144.89/1147.60	c (round 105, exhaustive) 1617 del vars, 5660 del conss, 1410 add conss, 211 chg bounds, 858 chg sides, 14260 chg coeffs, 8485 upgd conss, 0 impls, 17149 clqs, 0 implints
1144.89/1147.61	c (round 106, exhaustive) 1617 del vars, 5664 del conss, 1411 add conss, 211 chg bounds, 858 chg sides, 14262 chg coeffs, 8485 upgd conss, 0 impls, 17150 clqs, 0 implints
1144.89/1147.65	c (round 107, exhaustive) 1642 del vars, 5665 del conss, 1412 add conss, 211 chg bounds, 858 chg sides, 14273 chg coeffs, 8485 upgd conss, 0 impls, 20482 clqs, 0 implints
1144.89/1147.65	c (round 108, fast)       1642 del vars, 5693 del conss, 1430 add conss, 211 chg bounds, 858 chg sides, 14279 chg coeffs, 8485 upgd conss, 0 impls, 20485 clqs, 0 implints
1144.89/1147.65	c (round 109, medium)     1642 del vars, 5698 del conss, 1436 add conss, 211 chg bounds, 865 chg sides, 14346 chg coeffs, 8485 upgd conss, 0 impls, 20491 clqs, 0 implints
1144.89/1147.67	c (round 110, exhaustive) 1642 del vars, 5704 del conss, 1436 add conss, 211 chg bounds, 865 chg sides, 14459 chg coeffs, 8485 upgd conss, 0 impls, 20491 clqs, 0 implints
1144.89/1147.67	c (round 111, medium)     1642 del vars, 5713 del conss, 1446 add conss, 211 chg bounds, 873 chg sides, 14538 chg coeffs, 8485 upgd conss, 0 impls, 20557 clqs, 0 implints
1144.89/1147.68	c (round 112, exhaustive) 1642 del vars, 5714 del conss, 1446 add conss, 211 chg bounds, 877 chg sides, 14603 chg coeffs, 8485 upgd conss, 0 impls, 20557 clqs, 0 implints
1144.89/1147.69	c (round 113, exhaustive) 1642 del vars, 5715 del conss, 1446 add conss, 211 chg bounds, 877 chg sides, 14645 chg coeffs, 8495 upgd conss, 0 impls, 20618 clqs, 0 implints
1144.99/1147.70	c (round 114, exhaustive) 1642 del vars, 5733 del conss, 1448 add conss, 211 chg bounds, 877 chg sides, 14680 chg coeffs, 8495 upgd conss, 0 impls, 20641 clqs, 0 implints
1144.99/1147.70	c (round 115, fast)       1642 del vars, 5739 del conss, 1454 add conss, 211 chg bounds, 877 chg sides, 14680 chg coeffs, 8495 upgd conss, 0 impls, 20647 clqs, 0 implints
1144.99/1147.71	c (round 116, exhaustive) 1642 del vars, 5749 del conss, 1454 add conss, 211 chg bounds, 877 chg sides, 14695 chg coeffs, 8495 upgd conss, 0 impls, 20680 clqs, 0 implints
1144.99/1147.71	c (round 117, fast)       1642 del vars, 5752 del conss, 1457 add conss, 211 chg bounds, 877 chg sides, 14695 chg coeffs, 8495 upgd conss, 0 impls, 20683 clqs, 0 implints
1144.99/1147.71	c (round 118, exhaustive) 1657 del vars, 5753 del conss, 1457 add conss, 211 chg bounds, 877 chg sides, 14733 chg coeffs, 8495 upgd conss, 0 impls, 20231 clqs, 0 implints
1144.99/1147.71	c (round 119, fast)       1672 del vars, 5769 del conss, 1471 add conss, 211 chg bounds, 877 chg sides, 14733 chg coeffs, 8495 upgd conss, 0 impls, 20242 clqs, 0 implints
1144.99/1147.72	c (round 120, medium)     1672 del vars, 5783 del conss, 1486 add conss, 211 chg bounds, 892 chg sides, 14910 chg coeffs, 8495 upgd conss, 0 impls, 20252 clqs, 0 implints
1144.99/1147.73	c (round 121, exhaustive) 1672 del vars, 5791 del conss, 1487 add conss, 211 chg bounds, 892 chg sides, 14912 chg coeffs, 8495 upgd conss, 0 impls, 20252 clqs, 0 implints
1144.99/1147.73	c (round 122, exhaustive) 1672 del vars, 5795 del conss, 1488 add conss, 211 chg bounds, 892 chg sides, 14912 chg coeffs, 8495 upgd conss, 0 impls, 20253 clqs, 0 implints
1144.99/1147.74	c (round 123, exhaustive) 1674 del vars, 5799 del conss, 1488 add conss, 211 chg bounds, 892 chg sides, 14979 chg coeffs, 8497 upgd conss, 0 impls, 20244 clqs, 0 implints
1144.99/1147.77	c (round 124, exhaustive) 1702 del vars, 5799 del conss, 1488 add conss, 211 chg bounds, 892 chg sides, 14979 chg coeffs, 8497 upgd conss, 0 impls, 21287 clqs, 0 implints
1144.99/1147.77	c (round 125, fast)       1704 del vars, 5831 del conss, 1510 add conss, 211 chg bounds, 892 chg sides, 14997 chg coeffs, 8497 upgd conss, 0 impls, 21285 clqs, 0 implints
1144.99/1147.78	c (round 126, medium)     1704 del vars, 5835 del conss, 1514 add conss, 211 chg bounds, 900 chg sides, 15042 chg coeffs, 8497 upgd conss, 0 impls, 21287 clqs, 0 implints
1144.99/1147.79	c (round 127, exhaustive) 1704 del vars, 5842 del conss, 1514 add conss, 211 chg bounds, 906 chg sides, 15134 chg coeffs, 8497 upgd conss, 0 impls, 21287 clqs, 0 implints
1145.09/1147.80	c (round 128, medium)     1704 del vars, 5846 del conss, 1518 add conss, 211 chg bounds, 910 chg sides, 15180 chg coeffs, 8497 upgd conss, 0 impls, 21357 clqs, 0 implints
1145.09/1147.80	c (round 129, exhaustive) 1704 del vars, 5848 del conss, 1518 add conss, 211 chg bounds, 910 chg sides, 15206 chg coeffs, 8509 upgd conss, 0 impls, 21357 clqs, 0 implints
1145.09/1147.81	c (round 130, exhaustive) 1704 del vars, 5863 del conss, 1518 add conss, 211 chg bounds, 910 chg sides, 15224 chg coeffs, 8509 upgd conss, 0 impls, 21432 clqs, 0 implints
1145.09/1147.82	c (round 131, exhaustive) 1704 del vars, 5868 del conss, 1518 add conss, 211 chg bounds, 910 chg sides, 15234 chg coeffs, 8509 upgd conss, 0 impls, 21432 clqs, 0 implints
1145.09/1147.83	c (round 132, exhaustive) 1710 del vars, 5872 del conss, 1519 add conss, 211 chg bounds, 910 chg sides, 15275 chg coeffs, 8509 upgd conss, 0 impls, 21293 clqs, 0 implints
1145.09/1147.83	c (round 133, fast)       1716 del vars, 5880 del conss, 1524 add conss, 211 chg bounds, 910 chg sides, 15275 chg coeffs, 8509 upgd conss, 0 impls, 21303 clqs, 0 implints
1145.19/1147.90	c (round 134, exhaustive) 1743 del vars, 5882 del conss, 1524 add conss, 211 chg bounds, 910 chg sides, 15291 chg coeffs, 8509 upgd conss, 0 impls, 21883 clqs, 0 implints
1145.19/1147.90	c (round 135, fast)       1743 del vars, 5919 del conss, 1547 add conss, 211 chg bounds, 910 chg sides, 15306 chg coeffs, 8509 upgd conss, 0 impls, 21885 clqs, 0 implints
1145.19/1147.91	c (round 136, medium)     1743 del vars, 5919 del conss, 1548 add conss, 211 chg bounds, 914 chg sides, 15324 chg coeffs, 8509 upgd conss, 0 impls, 21891 clqs, 0 implints
1145.19/1147.92	c (round 137, exhaustive) 1743 del vars, 5922 del conss, 1548 add conss, 211 chg bounds, 916 chg sides, 15380 chg coeffs, 8509 upgd conss, 0 impls, 21891 clqs, 0 implints
1145.19/1147.92	c (round 138, fast)       1743 del vars, 5928 del conss, 1554 add conss, 211 chg bounds, 916 chg sides, 15380 chg coeffs, 8509 upgd conss, 0 impls, 21897 clqs, 0 implints
1145.19/1147.93	c (round 139, exhaustive) 1743 del vars, 5928 del conss, 1554 add conss, 211 chg bounds, 916 chg sides, 15423 chg coeffs, 8521 upgd conss, 0 impls, 21920 clqs, 0 implints
1145.19/1147.94	c (round 140, exhaustive) 1743 del vars, 5940 del conss, 1555 add conss, 211 chg bounds, 916 chg sides, 15457 chg coeffs, 8521 upgd conss, 0 impls, 21928 clqs, 0 implints
1145.19/1147.94	c (round 141, exhaustive) 1743 del vars, 5945 del conss, 1556 add conss, 211 chg bounds, 916 chg sides, 15467 chg coeffs, 8521 upgd conss, 0 impls, 21932 clqs, 0 implints
1145.19/1147.95	c (round 142, exhaustive) 1755 del vars, 5952 del conss, 1556 add conss, 211 chg bounds, 916 chg sides, 15483 chg coeffs, 8521 upgd conss, 0 impls, 21758 clqs, 0 implints
1145.19/1147.95	c (round 143, fast)       1767 del vars, 5959 del conss, 1558 add conss, 211 chg bounds, 916 chg sides, 15485 chg coeffs, 8521 upgd conss, 0 impls, 21760 clqs, 0 implints
1145.19/1147.96	c (round 144, exhaustive) 1767 del vars, 5960 del conss, 1559 add conss, 211 chg bounds, 917 chg sides, 15496 chg coeffs, 8523 upgd conss, 0 impls, 21761 clqs, 0 implints
1145.30/1148.03	c (round 145, exhaustive) 1792 del vars, 5960 del conss, 1559 add conss, 211 chg bounds, 917 chg sides, 15502 chg coeffs, 8523 upgd conss, 0 impls, 24708 clqs, 0 implints
1145.30/1148.03	c (round 146, fast)       1792 del vars, 5985 del conss, 1580 add conss, 211 chg bounds, 917 chg sides, 15514 chg coeffs, 8523 upgd conss, 0 impls, 24708 clqs, 0 implints
1145.30/1148.04	c (round 147, medium)     1792 del vars, 6003 del conss, 1595 add conss, 211 chg bounds, 935 chg sides, 15715 chg coeffs, 8523 upgd conss, 0 impls, 24730 clqs, 0 implints
1145.30/1148.05	c (round 148, exhaustive) 1792 del vars, 6006 del conss, 1596 add conss, 211 chg bounds, 937 chg sides, 15825 chg coeffs, 8523 upgd conss, 0 impls, 24730 clqs, 0 implints
1145.30/1148.06	c (round 149, medium)     1792 del vars, 6009 del conss, 1600 add conss, 211 chg bounds, 941 chg sides, 15875 chg coeffs, 8523 upgd conss, 0 impls, 24819 clqs, 0 implints
1145.30/1148.07	c (round 150, exhaustive) 1792 del vars, 6011 del conss, 1600 add conss, 211 chg bounds, 941 chg sides, 15946 chg coeffs, 8535 upgd conss, 0 impls, 24819 clqs, 0 implints
1145.30/1148.08	c (round 151, exhaustive) 1792 del vars, 6024 del conss, 1600 add conss, 211 chg bounds, 941 chg sides, 15998 chg coeffs, 8535 upgd conss, 0 impls, 24866 clqs, 0 implints
1145.69/1148.49	c    (3.2s) probing: 1707/5875 (29.1%) - 429 fixings, 66 aggregations, 24192 implications, 0 bound changes
1145.69/1148.49	c    (3.2s) probing aborted: 50/50 successive totally useless probings
1145.69/1148.49	c (round 152, exhaustive) 1799 del vars, 6024 del conss, 1600 add conss, 211 chg bounds, 941 chg sides, 16090 chg coeffs, 8535 upgd conss, 0 impls, 26479 clqs, 0 implints
1145.69/1148.49	c (round 153, fast)       1799 del vars, 6033 del conss, 1630 add conss, 211 chg bounds, 942 chg sides, 16091 chg coeffs, 8535 upgd conss, 0 impls, 26487 clqs, 0 implints
1145.79/1148.51	c (round 154, exhaustive) 1799 del vars, 6036 del conss, 1630 add conss, 211 chg bounds, 946 chg sides, 16198 chg coeffs, 8535 upgd conss, 0 impls, 26492 clqs, 0 implints
1145.79/1148.51	c (round 155, medium)     1799 del vars, 6041 del conss, 1635 add conss, 211 chg bounds, 950 chg sides, 16256 chg coeffs, 8535 upgd conss, 0 impls, 26603 clqs, 0 implints
1145.79/1148.53	c (round 156, exhaustive) 1799 del vars, 6051 del conss, 1635 add conss, 211 chg bounds, 950 chg sides, 16319 chg coeffs, 8535 upgd conss, 0 impls, 26603 clqs, 0 implints
1145.79/1148.53	c (round 157, exhaustive) 1799 del vars, 6053 del conss, 1637 add conss, 211 chg bounds, 950 chg sides, 16354 chg coeffs, 8563 upgd conss, 0 impls, 26726 clqs, 0 implints
1145.79/1148.54	c (round 158, fast)       1799 del vars, 6059 del conss, 1643 add conss, 211 chg bounds, 950 chg sides, 16354 chg coeffs, 8563 upgd conss, 0 impls, 26731 clqs, 0 implints
1145.79/1148.54	c (round 159, exhaustive) 1799 del vars, 6086 del conss, 1643 add conss, 211 chg bounds, 950 chg sides, 16375 chg coeffs, 8563 upgd conss, 0 impls, 26735 clqs, 0 implints
1145.79/1148.54	c (round 160, fast)       1799 del vars, 6089 del conss, 1646 add conss, 211 chg bounds, 950 chg sides, 16375 chg coeffs, 8563 upgd conss, 0 impls, 26738 clqs, 0 implints
1145.89/1148.62	c    (3.4s) probing: 1773/5875 (30.2%) - 430 fixings, 66 aggregations, 24345 implications, 0 bound changes
1145.89/1148.62	c    (3.4s) probing aborted: 50/50 successive totally useless probings
1145.89/1148.62	c    (3.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1145.89/1148.64	c    (3.4s) symmetry computation finished: 17 generators found (max: 1500, log10 of symmetry group size: 5.12) (symcode time: 0.00)
1145.89/1148.64	c dynamic symmetry handling statistics:
1145.89/1148.64	c    orbitopal reduction:       no components
1145.89/1148.64	c    orbital reduction:         no components
1145.89/1148.64	c    lexicographic reduction:   16 permutations with support sizes 14, 12, 16, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 16, 16
1145.89/1148.64	c handled 17 out of 17 symmetry components
1145.89/1148.64	c presolving (161 rounds: 161 fast, 123 medium, 105 exhaustive):
1145.89/1148.64	c  1802 deleted vars, 6089 deleted constraints, 1647 added constraints, 211 tightened bounds, 0 added holes, 950 changed sides, 16393 changed coefficients
1145.89/1148.64	c  0 implications, 26817 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1145.89/1148.64	c presolved problem has 5256 variables (5256 bin, 0 int, 0 cont) and 5569 constraints
1145.89/1148.64	c    2574 constraints of type <knapsack>
1145.89/1148.64	c    2324 constraints of type <setppc>
1145.89/1148.64	c       2 constraints of type <xor>
1145.89/1148.64	c     443 constraints of type <linear>
1145.89/1148.64	c     226 constraints of type <logicor>
1145.89/1148.64	c transformed objective value is always integral (scale: 1)
1145.89/1148.64	c Presolving Time: 3.37
1145.89/1148.64	c 
1159.37/1162.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1159.37/1162.19	c  16.9s|     1 |     0 | 40555 |     - |   303M |   0 |5256 |5739 |5568 |   0 |  0 | 171 |   0 |-1.756222e+04 |      --      |    Inf | unknown
1172.03/1174.89	c  29.6s|     1 |     0 | 76393 |     - |   303M |   0 |5256 |5942 |5635 |  67 |  1 | 174 |   0 |-1.757134e+04 |      --      |    Inf | unknown
1176.92/1179.72	c  34.5s|     1 |     0 | 89743 |     - |   303M |   0 |5256 |5943 |5680 | 112 |  2 | 175 |   0 |-1.757968e+04 |      --      |    Inf | unknown
1179.12/1181.91	c  36.6s|     1 |     0 | 96220 |     - |   303M |   0 |5256 |5944 |5724 | 156 |  3 | 176 |   0 |-1.757973e+04 |      --      |    Inf | unknown
1181.11/1183.94	c  38.7s|     1 |     0 |102819 |     - |   303M |   0 |5256 |5944 |5764 | 196 |  4 | 176 |   0 |-1.758014e+04 |      --      |    Inf | unknown
1182.71/1185.51	c  40.2s|     1 |     0 |107585 |     - |   303M |   0 |5256 |5944 |5800 | 232 |  5 | 176 |   0 |-1.758025e+04 |      --      |    Inf | unknown
1184.71/1187.55	c  42.3s|     1 |     0 |114170 |     - |   303M |   0 |5256 |5944 |5818 | 250 |  6 | 176 |   0 |-1.758046e+04 |      --      |    Inf | unknown
1186.10/1188.94	c  43.7s|     1 |     0 |118112 |     - |   303M |   0 |5256 |5947 |5841 | 289 |  7 | 179 |   0 |-1.758063e+04 |      --      |    Inf | unknown
1187.50/1190.36	c  45.1s|     1 |     0 |122121 |     - |   303M |   0 |5256 |5951 |5852 | 302 |  8 | 183 |   0 |-1.758078e+04 |      --      |    Inf | unknown
1190.69/1193.55	c  48.3s|     1 |     0 |132250 |     - |   303M |   0 |5256 |5952 |5864 | 314 |  9 | 186 |   0 |-1.758102e+04 |      --      |    Inf | unknown
1194.30/1197.14	c  51.9s|     1 |     0 |142651 |     - |   303M |   0 |5256 |5952 |5874 | 324 | 10 | 186 |   0 |-1.758139e+04 |      --      |    Inf | unknown
1198.38/1201.29	c  56.0s|     1 |     0 |154435 |     - |   303M |   0 |5256 |5951 |5882 | 332 | 11 | 188 |   0 |-1.758203e+04 |      --      |    Inf | unknown
1200.37/1203.21	c  57.9s|     1 |     0 |159703 |     - |   303M |   0 |5256 |5953 |5897 | 347 | 12 | 190 |   0 |-1.758246e+04 |      --      |    Inf | unknown
1208.17/1211.02	c  65.8s|     1 |     2 |173870 |     - |   303M |   0 |5256 |5941 |5897 | 347 | 12 | 195 |  18 |-1.758246e+04 |      --      |    Inf | unknown
1755.87/1759.91	c 
1755.87/1759.91	c SCIP Status        : solving was interrupted [time limit reached]
1755.87/1759.91	c Solving Time (sec) : 614.66
1755.87/1759.91	c Solving Nodes      : 36
1755.87/1759.91	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
1755.87/1759.91	c Dual Bound         : -1.75874929070341e+04
1755.87/1759.91	c Gap                : infinite
1755.87/1759.91	c SCIP status: 23 (TIMELIMIT)
1755.87/1759.91	c solveScip: freeing transform (!can_skip_free_transform)
1755.87/1759.94	c pb_solver_status: sst_sat
1755.87/1759.94	c LB_goalvalue: 3759719
1755.87/1759.94	c UB_goalvalue: 3778222
1755.87/1759.94	c # improved by sat (lb/ub): 1, # improved by scip (lb): 0
1755.87/1759.94	c SCIP returned: sst_unknown
1755.87/1759.94	c SCIP primal LB: 3759719, dual UB: 3778225
1755.87/1759.94	c Try to find a solution more than 3765886
1755.87/1759.94	c assumptions: 
1755.87/1759.94	c invoking solver with time budget: 224.000000
1979.82/1984.39	c sat_solver_result: sst_unknown
1979.82/1984.39	c c SAT fixed 478 new variables
1979.82/1984.39	c SAT solver timed out; proceeding to cooperative SCIP call
1979.82/1984.39	c Calling solveScip for cooperative mode with LB_goalvalue:       3759719, UB_goalvalue: 3778222
1979.82/1984.39	c scip solving with time budget: 614.656000
1979.82/1984.39	c solveScip
1979.82/1984.39	c initScipForCoop
1979.82/1984.39	c Coop Mode: Using SCIP obj units for LB/UB: 3759719, +oo
1979.92/1984.41	c presolving:
1979.92/1984.43	c (round 1, fast)       1516 del vars, 1514 del conss, 0 add conss, 287 chg bounds, 4 chg sides, 3 chg coeffs, 0 upgd conss, 0 impls, 6122 clqs, 0 implints
1979.92/1984.46	c    (0.1s) running MILP presolver
1979.92/1984.48	c    (0.1s) MILP presolver (4 rounds): 9 aggregations, 10 fixings, 0 bound changes
1979.92/1984.48	c (round 2, medium)     1536 del vars, 1514 del conss, 0 add conss, 287 chg bounds, 4 chg sides, 3 chg coeffs, 0 upgd conss, 0 impls, 6089 clqs, 0 implints
1979.92/1984.48	c (round 3, fast)       1536 del vars, 1543 del conss, 0 add conss, 287 chg bounds, 4 chg sides, 3 chg coeffs, 0 upgd conss, 0 impls, 6090 clqs, 0 implints
1980.02/1984.50	c (round 4, exhaustive) 1536 del vars, 2265 del conss, 0 add conss, 287 chg bounds, 33 chg sides, 3 chg coeffs, 0 upgd conss, 0 impls, 6090 clqs, 0 implints
1980.02/1984.50	c (round 5, fast)       1537 del vars, 2266 del conss, 97 add conss, 287 chg bounds, 33 chg sides, 3 chg coeffs, 0 upgd conss, 0 impls, 6088 clqs, 0 implints
1980.02/1984.53	c (round 6, exhaustive) 1537 del vars, 2267 del conss, 97 add conss, 287 chg bounds, 37 chg sides, 81 chg coeffs, 7377 upgd conss, 0 impls, 6088 clqs, 0 implints
1980.02/1984.54	c (round 7, medium)     1552 del vars, 3444 del conss, 774 add conss, 287 chg bounds, 726 chg sides, 6759 chg coeffs, 7377 upgd conss, 0 impls, 6256 clqs, 0 implints
1980.02/1984.55	c (round 8, fast)       1552 del vars, 3463 del conss, 774 add conss, 287 chg bounds, 726 chg sides, 6759 chg coeffs, 7377 upgd conss, 0 impls, 6256 clqs, 0 implints
1980.02/1984.57	c (round 9, exhaustive) 1552 del vars, 3463 del conss, 774 add conss, 287 chg bounds, 726 chg sides, 8216 chg coeffs, 7377 upgd conss, 0 impls, 6256 clqs, 0 implints
1980.02/1984.57	c (round 10, fast)       1552 del vars, 3469 del conss, 780 add conss, 287 chg bounds, 726 chg sides, 8216 chg coeffs, 7377 upgd conss, 0 impls, 6261 clqs, 0 implints
1980.02/1984.58	c (round 11, exhaustive) 1552 del vars, 3469 del conss, 780 add conss, 287 chg bounds, 726 chg sides, 9527 chg coeffs, 7377 upgd conss, 0 impls, 6261 clqs, 0 implints
1980.02/1984.59	c (round 12, exhaustive) 1644 del vars, 3544 del conss, 780 add conss, 287 chg bounds, 729 chg sides, 11647 chg coeffs, 7377 upgd conss, 0 impls, 6213 clqs, 0 implints
1980.12/1984.60	c (round 13, fast)       1710 del vars, 3604 del conss, 820 add conss, 294 chg bounds, 729 chg sides, 11665 chg coeffs, 7377 upgd conss, 0 impls, 6413 clqs, 0 implints
1980.12/1984.61	c (round 14, exhaustive) 1710 del vars, 3606 del conss, 820 add conss, 294 chg bounds, 729 chg sides, 11702 chg coeffs, 7400 upgd conss, 0 impls, 6413 clqs, 0 implints
1980.12/1984.62	c (round 15, exhaustive) 1710 del vars, 3617 del conss, 821 add conss, 294 chg bounds, 729 chg sides, 11706 chg coeffs, 7400 upgd conss, 0 impls, 6414 clqs, 0 implints
1980.12/1984.63	c (round 16, exhaustive) 1710 del vars, 3625 del conss, 821 add conss, 294 chg bounds, 729 chg sides, 11710 chg coeffs, 7400 upgd conss, 0 impls, 6414 clqs, 0 implints
1980.12/1984.63	c (round 17, exhaustive) 1710 del vars, 3646 del conss, 822 add conss, 294 chg bounds, 729 chg sides, 11711 chg coeffs, 7400 upgd conss, 0 impls, 6415 clqs, 0 implints
1980.12/1984.64	c (round 18, exhaustive) 1710 del vars, 5163 del conss, 823 add conss, 294 chg bounds, 729 chg sides, 11711 chg coeffs, 7400 upgd conss, 0 impls, 6416 clqs, 0 implints
1980.12/1984.66	c    (0.3s) running MILP presolver
1980.12/1984.68	c    (0.3s) MILP presolver (2 rounds): 3 aggregations, 5 fixings, 0 bound changes
1980.12/1984.68	c (round 19, medium)     1718 del vars, 5170 del conss, 826 add conss, 294 chg bounds, 729 chg sides, 11718 chg coeffs, 7400 upgd conss, 0 impls, 6320 clqs, 0 implints
1980.12/1984.68	c (round 20, fast)       1718 del vars, 5172 del conss, 836 add conss, 294 chg bounds, 729 chg sides, 11718 chg coeffs, 7400 upgd conss, 0 impls, 6321 clqs, 0 implints
1980.12/1984.69	c (round 21, exhaustive) 1718 del vars, 5173 del conss, 836 add conss, 294 chg bounds, 730 chg sides, 11718 chg coeffs, 7410 upgd conss, 0 impls, 6321 clqs, 0 implints
1980.12/1984.69	c (round 22, exhaustive) 1718 del vars, 5182 del conss, 836 add conss, 294 chg bounds, 730 chg sides, 11718 chg coeffs, 7411 upgd conss, 0 impls, 6321 clqs, 0 implints
1980.22/1984.78	c    (0.4s) sparsify aborted: 640/72849 (0.9%) nonzeros canceled - in total 640 canceled nonzeros, 640 changed coefficients, 0 added nonzeros
1980.22/1984.78	c (round 23, exhaustive) 1719 del vars, 5183 del conss, 836 add conss, 294 chg bounds, 730 chg sides, 12379 chg coeffs, 7411 upgd conss, 0 impls, 6320 clqs, 0 implints
1980.22/1984.79	c (round 24, fast)       1767 del vars, 5183 del conss, 841 add conss, 341 chg bounds, 730 chg sides, 12379 chg coeffs, 7411 upgd conss, 0 impls, 6397 clqs, 0 implints
1980.22/1984.79	c (round 25, exhaustive) 1767 del vars, 5187 del conss, 841 add conss, 341 chg bounds, 732 chg sides, 12379 chg coeffs, 7411 upgd conss, 0 impls, 6397 clqs, 0 implints
1980.32/1984.80	c (round 26, exhaustive) 1767 del vars, 5193 del conss, 841 add conss, 341 chg bounds, 732 chg sides, 12379 chg coeffs, 7411 upgd conss, 0 impls, 6397 clqs, 0 implints
1980.32/1984.80	c (round 27, exhaustive) 1767 del vars, 5193 del conss, 841 add conss, 341 chg bounds, 732 chg sides, 12379 chg coeffs, 7423 upgd conss, 0 impls, 6397 clqs, 0 implints
1980.32/1984.81	c (round 28, exhaustive) 1795 del vars, 5196 del conss, 841 add conss, 341 chg bounds, 732 chg sides, 12379 chg coeffs, 7423 upgd conss, 0 impls, 6465 clqs, 0 implints
1980.32/1984.81	c (round 29, fast)       1798 del vars, 5225 del conss, 854 add conss, 341 chg bounds, 732 chg sides, 12384 chg coeffs, 7423 upgd conss, 0 impls, 6465 clqs, 0 implints
1980.32/1984.82	c (round 30, medium)     1798 del vars, 5239 del conss, 869 add conss, 341 chg bounds, 750 chg sides, 12507 chg coeffs, 7423 upgd conss, 0 impls, 6468 clqs, 0 implints
1980.32/1984.83	c (round 31, exhaustive) 1798 del vars, 5243 del conss, 869 add conss, 341 chg bounds, 751 chg sides, 12516 chg coeffs, 7423 upgd conss, 0 impls, 6468 clqs, 0 implints
1980.32/1984.83	c (round 32, fast)       1798 del vars, 5248 del conss, 874 add conss, 341 chg bounds, 751 chg sides, 12516 chg coeffs, 7423 upgd conss, 0 impls, 6473 clqs, 0 implints
1980.32/1984.83	c (round 33, exhaustive) 1798 del vars, 5251 del conss, 874 add conss, 341 chg bounds, 751 chg sides, 12516 chg coeffs, 7429 upgd conss, 0 impls, 6473 clqs, 0 implints
1980.32/1984.84	c (round 34, exhaustive) 1798 del vars, 5256 del conss, 874 add conss, 341 chg bounds, 751 chg sides, 12516 chg coeffs, 7429 upgd conss, 0 impls, 6473 clqs, 0 implints
1980.32/1984.84	c (round 35, exhaustive) 1798 del vars, 5276 del conss, 874 add conss, 341 chg bounds, 751 chg sides, 12516 chg coeffs, 7429 upgd conss, 0 impls, 6473 clqs, 0 implints
1980.32/1984.85	c (round 36, exhaustive) 1803 del vars, 5281 del conss, 874 add conss, 341 chg bounds, 751 chg sides, 12522 chg coeffs, 7429 upgd conss, 0 impls, 6471 clqs, 0 implints
1980.32/1984.85	c (round 37, fast)       1808 del vars, 5282 del conss, 875 add conss, 341 chg bounds, 751 chg sides, 12527 chg coeffs, 7429 upgd conss, 0 impls, 6471 clqs, 0 implints
1980.32/1984.88	c (round 38, exhaustive) 1843 del vars, 5282 del conss, 875 add conss, 341 chg bounds, 751 chg sides, 12554 chg coeffs, 7429 upgd conss, 0 impls, 6686 clqs, 0 implints
1980.32/1984.88	c (round 39, fast)       1843 del vars, 5318 del conss, 893 add conss, 341 chg bounds, 751 chg sides, 12554 chg coeffs, 7429 upgd conss, 0 impls, 6691 clqs, 0 implints
1980.32/1984.88	c (round 40, exhaustive) 1843 del vars, 5318 del conss, 893 add conss, 341 chg bounds, 754 chg sides, 12581 chg coeffs, 7447 upgd conss, 0 impls, 6691 clqs, 0 implints
1980.32/1984.89	c (round 41, exhaustive) 1843 del vars, 5334 del conss, 893 add conss, 341 chg bounds, 754 chg sides, 12585 chg coeffs, 7447 upgd conss, 0 impls, 6691 clqs, 0 implints
1980.42/1984.94	c (round 42, exhaustive) 1873 del vars, 5334 del conss, 893 add conss, 341 chg bounds, 754 chg sides, 12597 chg coeffs, 7447 upgd conss, 0 impls, 7090 clqs, 0 implints
1980.42/1984.94	c (round 43, fast)       1873 del vars, 5366 del conss, 940 add conss, 341 chg bounds, 754 chg sides, 12603 chg coeffs, 7447 upgd conss, 0 impls, 7090 clqs, 0 implints
1980.42/1984.94	c (round 44, exhaustive) 1873 del vars, 5372 del conss, 940 add conss, 341 chg bounds, 764 chg sides, 12662 chg coeffs, 7447 upgd conss, 0 impls, 7090 clqs, 0 implints
1980.42/1984.95	c (round 45, exhaustive) 1873 del vars, 5374 del conss, 942 add conss, 341 chg bounds, 764 chg sides, 12664 chg coeffs, 7488 upgd conss, 0 impls, 7092 clqs, 0 implints
1980.42/1984.95	c (round 46, exhaustive) 1873 del vars, 5415 del conss, 943 add conss, 341 chg bounds, 764 chg sides, 12665 chg coeffs, 7488 upgd conss, 0 impls, 7093 clqs, 0 implints
1980.42/1984.97	c (round 47, exhaustive) 1902 del vars, 5416 del conss, 944 add conss, 341 chg bounds, 764 chg sides, 12670 chg coeffs, 7488 upgd conss, 0 impls, 7185 clqs, 0 implints
1980.42/1984.97	c (round 48, fast)       1906 del vars, 5446 del conss, 967 add conss, 341 chg bounds, 764 chg sides, 12670 chg coeffs, 7488 upgd conss, 0 impls, 7185 clqs, 0 implints
1980.42/1984.98	c (round 49, exhaustive) 1906 del vars, 5448 del conss, 967 add conss, 341 chg bounds, 768 chg sides, 12686 chg coeffs, 7488 upgd conss, 0 impls, 7185 clqs, 0 implints
1980.42/1984.98	c (round 50, exhaustive) 1906 del vars, 5448 del conss, 967 add conss, 341 chg bounds, 768 chg sides, 12692 chg coeffs, 7511 upgd conss, 0 impls, 7188 clqs, 0 implints
1980.42/1984.99	c (round 51, exhaustive) 1906 del vars, 5465 del conss, 967 add conss, 341 chg bounds, 768 chg sides, 12692 chg coeffs, 7511 upgd conss, 0 impls, 7191 clqs, 0 implints
1980.63/1985.16	c (round 52, exhaustive) 1935 del vars, 5465 del conss, 967 add conss, 341 chg bounds, 768 chg sides, 12714 chg coeffs, 7511 upgd conss, 0 impls, 9024 clqs, 0 implints
1980.63/1985.16	c (round 53, fast)       1935 del vars, 5501 del conss, 1046 add conss, 341 chg bounds, 768 chg sides, 12725 chg coeffs, 7511 upgd conss, 0 impls, 9024 clqs, 0 implints
1980.63/1985.17	c (round 54, exhaustive) 1939 del vars, 5508 del conss, 1049 add conss, 341 chg bounds, 782 chg sides, 12824 chg coeffs, 7511 upgd conss, 0 impls, 9010 clqs, 0 implints
1980.63/1985.18	c (round 55, exhaustive) 1939 del vars, 5512 del conss, 1049 add conss, 341 chg bounds, 782 chg sides, 12825 chg coeffs, 7584 upgd conss, 0 impls, 9016 clqs, 0 implints
1980.63/1985.18	c (round 56, exhaustive) 1939 del vars, 5581 del conss, 1049 add conss, 341 chg bounds, 782 chg sides, 12825 chg coeffs, 7584 upgd conss, 0 impls, 9016 clqs, 0 implints
1980.82/1985.37	c (round 57, exhaustive) 1973 del vars, 5581 del conss, 1049 add conss, 341 chg bounds, 782 chg sides, 12854 chg coeffs, 7584 upgd conss, 0 impls, 10265 clqs, 0 implints
1980.82/1985.37	c (round 58, fast)       1975 del vars, 5620 del conss, 1124 add conss, 341 chg bounds, 782 chg sides, 12864 chg coeffs, 7584 upgd conss, 0 impls, 10275 clqs, 0 implints
1980.82/1985.38	c (round 59, medium)     1978 del vars, 5623 del conss, 1130 add conss, 341 chg bounds, 791 chg sides, 12966 chg coeffs, 7584 upgd conss, 0 impls, 10270 clqs, 0 implints
1980.82/1985.38	c (round 60, exhaustive) 1978 del vars, 5631 del conss, 1132 add conss, 341 chg bounds, 799 chg sides, 12975 chg coeffs, 7584 upgd conss, 0 impls, 10270 clqs, 0 implints
1980.82/1985.39	c (round 61, exhaustive) 1978 del vars, 5632 del conss, 1132 add conss, 341 chg bounds, 799 chg sides, 12975 chg coeffs, 7657 upgd conss, 0 impls, 10270 clqs, 0 implints
1980.82/1985.40	c (round 62, exhaustive) 1978 del vars, 5698 del conss, 1132 add conss, 341 chg bounds, 799 chg sides, 12975 chg coeffs, 7657 upgd conss, 0 impls, 10271 clqs, 0 implints
1981.02/1985.55	c (round 63, exhaustive) 2003 del vars, 5698 del conss, 1132 add conss, 341 chg bounds, 799 chg sides, 12998 chg coeffs, 7657 upgd conss, 0 impls, 11217 clqs, 0 implints
1981.02/1985.55	c (round 64, fast)       2007 del vars, 5724 del conss, 1216 add conss, 341 chg bounds, 799 chg sides, 13008 chg coeffs, 7657 upgd conss, 0 impls, 11231 clqs, 0 implints
1981.02/1985.56	c (round 65, exhaustive) 2008 del vars, 5731 del conss, 1216 add conss, 341 chg bounds, 812 chg sides, 13087 chg coeffs, 7657 upgd conss, 0 impls, 11229 clqs, 0 implints
1981.02/1985.56	c (round 66, exhaustive) 2008 del vars, 5731 del conss, 1216 add conss, 341 chg bounds, 812 chg sides, 13087 chg coeffs, 7733 upgd conss, 0 impls, 11229 clqs, 0 implints
1981.02/1985.57	c (round 67, exhaustive) 2008 del vars, 5802 del conss, 1216 add conss, 341 chg bounds, 812 chg sides, 13087 chg coeffs, 7733 upgd conss, 0 impls, 11229 clqs, 0 implints
1981.02/1985.57	c (round 68, exhaustive) 2008 del vars, 5808 del conss, 1216 add conss, 341 chg bounds, 812 chg sides, 13087 chg coeffs, 7733 upgd conss, 0 impls, 11229 clqs, 0 implints
1981.22/1985.70	c (round 69, exhaustive) 2033 del vars, 5808 del conss, 1216 add conss, 341 chg bounds, 812 chg sides, 13108 chg coeffs, 7733 upgd conss, 0 impls, 12777 clqs, 0 implints
1981.22/1985.70	c (round 70, fast)       2036 del vars, 5839 del conss, 1294 add conss, 341 chg bounds, 812 chg sides, 13119 chg coeffs, 7733 upgd conss, 0 impls, 12758 clqs, 0 implints
1981.22/1985.71	c (round 71, medium)     2039 del vars, 5843 del conss, 1298 add conss, 341 chg bounds, 817 chg sides, 13206 chg coeffs, 7733 upgd conss, 0 impls, 12712 clqs, 0 implints
1981.22/1985.71	c (round 72, fast)       2040 del vars, 5848 del conss, 1301 add conss, 341 chg bounds, 817 chg sides, 13208 chg coeffs, 7733 upgd conss, 0 impls, 12712 clqs, 0 implints
1981.22/1985.72	c (round 73, exhaustive) 2040 del vars, 5857 del conss, 1301 add conss, 341 chg bounds, 817 chg sides, 13258 chg coeffs, 7733 upgd conss, 0 impls, 12712 clqs, 0 implints
1981.22/1985.72	c (round 74, medium)     2040 del vars, 5861 del conss, 1305 add conss, 341 chg bounds, 821 chg sides, 13290 chg coeffs, 7733 upgd conss, 0 impls, 12723 clqs, 0 implints
1981.22/1985.73	c (round 75, exhaustive) 2040 del vars, 5866 del conss, 1305 add conss, 341 chg bounds, 821 chg sides, 13305 chg coeffs, 7733 upgd conss, 0 impls, 12723 clqs, 0 implints
1981.22/1985.73	c (round 76, exhaustive) 2040 del vars, 5871 del conss, 1305 add conss, 341 chg bounds, 827 chg sides, 13316 chg coeffs, 7733 upgd conss, 0 impls, 12725 clqs, 0 implints
1981.22/1985.73	c (round 77, fast)       2040 del vars, 5875 del conss, 1309 add conss, 341 chg bounds, 827 chg sides, 13316 chg coeffs, 7733 upgd conss, 0 impls, 12728 clqs, 0 implints
1981.22/1985.73	c (round 78, medium)     2040 del vars, 5878 del conss, 1313 add conss, 341 chg bounds, 831 chg sides, 13349 chg coeffs, 7733 upgd conss, 0 impls, 12732 clqs, 0 implints
1981.22/1985.74	c (round 79, exhaustive) 2040 del vars, 5879 del conss, 1313 add conss, 341 chg bounds, 831 chg sides, 13354 chg coeffs, 7802 upgd conss, 0 impls, 12732 clqs, 0 implints
1981.22/1985.74	c (round 80, exhaustive) 2040 del vars, 5947 del conss, 1313 add conss, 341 chg bounds, 831 chg sides, 13356 chg coeffs, 7802 upgd conss, 0 impls, 12732 clqs, 0 implints
1981.22/1985.75	c (round 81, exhaustive) 2046 del vars, 5950 del conss, 1314 add conss, 341 chg bounds, 831 chg sides, 13395 chg coeffs, 7802 upgd conss, 0 impls, 12669 clqs, 0 implints
1981.22/1985.75	c (round 82, fast)       2052 del vars, 5954 del conss, 1318 add conss, 341 chg bounds, 831 chg sides, 13397 chg coeffs, 7802 upgd conss, 0 impls, 12676 clqs, 0 implints
1981.22/1985.76	c (round 83, exhaustive) 2052 del vars, 5958 del conss, 1318 add conss, 341 chg bounds, 831 chg sides, 13398 chg coeffs, 7806 upgd conss, 0 impls, 12676 clqs, 0 implints
1981.32/1985.83	c (round 84, exhaustive) 2077 del vars, 5958 del conss, 1318 add conss, 341 chg bounds, 831 chg sides, 13399 chg coeffs, 7806 upgd conss, 0 impls, 15494 clqs, 0 implints
1981.32/1985.83	c (round 85, fast)       2077 del vars, 5983 del conss, 1357 add conss, 341 chg bounds, 832 chg sides, 13402 chg coeffs, 7806 upgd conss, 0 impls, 15496 clqs, 0 implints
1981.32/1985.84	c (round 86, medium)     2078 del vars, 5997 del conss, 1369 add conss, 341 chg bounds, 845 chg sides, 13485 chg coeffs, 7806 upgd conss, 0 impls, 15499 clqs, 0 implints
1981.32/1985.85	c (round 87, exhaustive) 2078 del vars, 6003 del conss, 1369 add conss, 341 chg bounds, 852 chg sides, 13606 chg coeffs, 7806 upgd conss, 0 impls, 15499 clqs, 0 implints
1981.32/1985.85	c (round 88, medium)     2078 del vars, 6008 del conss, 1378 add conss, 341 chg bounds, 861 chg sides, 13687 chg coeffs, 7806 upgd conss, 0 impls, 15568 clqs, 0 implints
1981.32/1985.85	c (round 89, fast)       2078 del vars, 6011 del conss, 1381 add conss, 341 chg bounds, 861 chg sides, 13687 chg coeffs, 7806 upgd conss, 0 impls, 15571 clqs, 0 implints
1981.32/1985.86	c (round 90, exhaustive) 2078 del vars, 6011 del conss, 1381 add conss, 341 chg bounds, 861 chg sides, 13747 chg coeffs, 7839 upgd conss, 0 impls, 15571 clqs, 0 implints
1981.32/1985.87	c (round 91, exhaustive) 2080 del vars, 6024 del conss, 1381 add conss, 341 chg bounds, 861 chg sides, 13778 chg coeffs, 7839 upgd conss, 0 impls, 15599 clqs, 0 implints
1981.32/1985.88	c (round 92, exhaustive) 2080 del vars, 6026 del conss, 1383 add conss, 341 chg bounds, 862 chg sides, 13803 chg coeffs, 7839 upgd conss, 0 impls, 15636 clqs, 0 implints
1981.32/1985.88	c (round 93, exhaustive) 2080 del vars, 6055 del conss, 1383 add conss, 341 chg bounds, 862 chg sides, 13821 chg coeffs, 7839 upgd conss, 0 impls, 15652 clqs, 0 implints
1981.42/1985.92	c (round 94, exhaustive) 2107 del vars, 6057 del conss, 1385 add conss, 341 chg bounds, 862 chg sides, 13847 chg coeffs, 7839 upgd conss, 0 impls, 19226 clqs, 0 implints
1981.42/1985.92	c (round 95, fast)       2107 del vars, 6083 del conss, 1416 add conss, 341 chg bounds, 862 chg sides, 13859 chg coeffs, 7839 upgd conss, 0 impls, 19230 clqs, 0 implints
1981.42/1985.93	c (round 96, medium)     2109 del vars, 6089 del conss, 1424 add conss, 341 chg bounds, 871 chg sides, 13955 chg coeffs, 7839 upgd conss, 0 impls, 18947 clqs, 0 implints
1981.42/1985.93	c (round 97, fast)       2112 del vars, 6096 del conss, 1428 add conss, 341 chg bounds, 871 chg sides, 13955 chg coeffs, 7839 upgd conss, 0 impls, 18949 clqs, 0 implints
1981.42/1985.94	c (round 98, exhaustive) 2112 del vars, 6104 del conss, 1429 add conss, 341 chg bounds, 872 chg sides, 14089 chg coeffs, 7839 upgd conss, 0 impls, 18950 clqs, 0 implints
1981.42/1985.94	c (round 99, fast)       2112 del vars, 6107 del conss, 1432 add conss, 341 chg bounds, 872 chg sides, 14089 chg coeffs, 7839 upgd conss, 0 impls, 18953 clqs, 0 implints
1981.42/1985.95	c (round 100, exhaustive) 2112 del vars, 6115 del conss, 1433 add conss, 341 chg bounds, 880 chg sides, 14191 chg coeffs, 7839 upgd conss, 0 impls, 19008 clqs, 0 implints
1981.42/1985.96	c (round 101, exhaustive) 2112 del vars, 6117 del conss, 1435 add conss, 341 chg bounds, 880 chg sides, 14245 chg coeffs, 7860 upgd conss, 0 impls, 19079 clqs, 0 implints
1981.42/1985.96	c (round 102, fast)       2112 del vars, 6126 del conss, 1443 add conss, 341 chg bounds, 880 chg sides, 14245 chg coeffs, 7860 upgd conss, 0 impls, 19087 clqs, 0 implints
1981.42/1985.97	c (round 103, exhaustive) 2112 del vars, 6145 del conss, 1443 add conss, 341 chg bounds, 880 chg sides, 14271 chg coeffs, 7860 upgd conss, 0 impls, 19097 clqs, 0 implints
1981.42/1985.98	c (round 104, exhaustive) 2112 del vars, 6150 del conss, 1443 add conss, 341 chg bounds, 880 chg sides, 14293 chg coeffs, 7860 upgd conss, 0 impls, 19143 clqs, 0 implints
1981.42/1985.99	c (round 105, exhaustive) 2130 del vars, 6156 del conss, 1444 add conss, 341 chg bounds, 880 chg sides, 14343 chg coeffs, 7860 upgd conss, 0 impls, 18563 clqs, 0 implints
1981.42/1985.99	c (round 106, fast)       2148 del vars, 6174 del conss, 1459 add conss, 341 chg bounds, 880 chg sides, 14343 chg coeffs, 7860 upgd conss, 0 impls, 18573 clqs, 0 implints
1981.42/1985.99	c (round 107, medium)     2148 del vars, 6188 del conss, 1475 add conss, 341 chg bounds, 896 chg sides, 14548 chg coeffs, 7860 upgd conss, 0 impls, 18600 clqs, 0 implints
1981.42/1986.00	c (round 108, exhaustive) 2148 del vars, 6197 del conss, 1475 add conss, 341 chg bounds, 896 chg sides, 14566 chg coeffs, 7860 upgd conss, 0 impls, 18600 clqs, 0 implints
1981.42/1986.00	c (round 109, fast)       2148 del vars, 6202 del conss, 1480 add conss, 341 chg bounds, 896 chg sides, 14566 chg coeffs, 7860 upgd conss, 0 impls, 18604 clqs, 0 implints
1981.42/1986.01	c (round 110, medium)     2148 del vars, 6203 del conss, 1482 add conss, 341 chg bounds, 898 chg sides, 14590 chg coeffs, 7860 upgd conss, 0 impls, 18643 clqs, 0 implints
1981.53/1986.01	c (round 111, exhaustive) 2148 del vars, 6203 del conss, 1482 add conss, 341 chg bounds, 898 chg sides, 14597 chg coeffs, 7866 upgd conss, 0 impls, 18643 clqs, 0 implints
1981.53/1986.02	c (round 112, exhaustive) 2148 del vars, 6209 del conss, 1484 add conss, 341 chg bounds, 898 chg sides, 14601 chg coeffs, 7866 upgd conss, 0 impls, 18647 clqs, 0 implints
1981.53/1986.02	c (round 113, exhaustive) 2150 del vars, 6215 del conss, 1484 add conss, 341 chg bounds, 898 chg sides, 14645 chg coeffs, 7866 upgd conss, 0 impls, 18643 clqs, 0 implints
1981.53/1986.03	c (round 114, exhaustive) 2152 del vars, 6217 del conss, 1486 add conss, 341 chg bounds, 898 chg sides, 14647 chg coeffs, 7868 upgd conss, 0 impls, 18660 clqs, 0 implints
1981.63/1986.18	c    (1.8s) probing: 991/5225 (19.0%) - 230 fixings, 59 aggregations, 17371 implications, 0 bound changes
1981.63/1986.18	c    (1.8s) probing aborted: 50/50 successive totally useless probings
1981.63/1986.18	c (round 115, exhaustive) 2165 del vars, 6217 del conss, 1486 add conss, 341 chg bounds, 898 chg sides, 14648 chg coeffs, 7868 upgd conss, 0 impls, 20176 clqs, 0 implints
1981.63/1986.18	c (round 116, fast)       2165 del vars, 6230 del conss, 1530 add conss, 341 chg bounds, 898 chg sides, 14659 chg coeffs, 7868 upgd conss, 0 impls, 20177 clqs, 0 implints
1981.63/1986.19	c (round 117, medium)     2165 del vars, 6233 del conss, 1534 add conss, 341 chg bounds, 903 chg sides, 14693 chg coeffs, 7868 upgd conss, 0 impls, 20181 clqs, 0 implints
1981.71/1986.20	c (round 118, exhaustive) 2165 del vars, 6237 del conss, 1534 add conss, 341 chg bounds, 910 chg sides, 14787 chg coeffs, 7868 upgd conss, 0 impls, 20181 clqs, 0 implints
1981.71/1986.21	c (round 119, exhaustive) 2167 del vars, 6239 del conss, 1537 add conss, 341 chg bounds, 910 chg sides, 14826 chg coeffs, 7868 upgd conss, 0 impls, 20197 clqs, 0 implints
1981.71/1986.22	c (round 120, exhaustive) 2167 del vars, 6242 del conss, 1537 add conss, 341 chg bounds, 911 chg sides, 14845 chg coeffs, 7902 upgd conss, 0 impls, 20221 clqs, 0 implints
1981.71/1986.23	c (round 121, exhaustive) 2167 del vars, 6279 del conss, 1537 add conss, 341 chg bounds, 911 chg sides, 14861 chg coeffs, 7902 upgd conss, 0 impls, 20230 clqs, 0 implints
1981.71/1986.24	c (round 122, exhaustive) 2178 del vars, 6285 del conss, 1538 add conss, 341 chg bounds, 911 chg sides, 14887 chg coeffs, 7902 upgd conss, 0 impls, 19803 clqs, 0 implints
1981.71/1986.24	c (round 123, fast)       2189 del vars, 6296 del conss, 1550 add conss, 341 chg bounds, 911 chg sides, 14887 chg coeffs, 7902 upgd conss, 0 impls, 19810 clqs, 0 implints
1981.71/1986.25	c (round 124, exhaustive) 2189 del vars, 6298 del conss, 1550 add conss, 341 chg bounds, 911 chg sides, 14896 chg coeffs, 7906 upgd conss, 0 impls, 19823 clqs, 0 implints
1981.71/1986.25	c (round 125, medium)     2189 del vars, 6301 del conss, 1554 add conss, 341 chg bounds, 915 chg sides, 14942 chg coeffs, 7906 upgd conss, 0 impls, 19827 clqs, 0 implints
1981.71/1986.26	c (round 126, exhaustive) 2189 del vars, 6307 del conss, 1554 add conss, 341 chg bounds, 915 chg sides, 14948 chg coeffs, 7906 upgd conss, 0 impls, 19827 clqs, 0 implints
1981.71/1986.26	c (round 127, fast)       2189 del vars, 6311 del conss, 1558 add conss, 341 chg bounds, 915 chg sides, 14948 chg coeffs, 7906 upgd conss, 0 impls, 19830 clqs, 0 implints
1981.71/1986.26	c (round 128, exhaustive) 2189 del vars, 6318 del conss, 1558 add conss, 341 chg bounds, 915 chg sides, 14950 chg coeffs, 7906 upgd conss, 0 impls, 19830 clqs, 0 implints
1981.71/1986.28	c    (1.9s) probing: 1000/5225 (19.1%) - 231 fixings, 60 aggregations, 17534 implications, 0 bound changes
1981.81/1986.36	c (round 129, exhaustive) 2214 del vars, 6318 del conss, 1558 add conss, 341 chg bounds, 915 chg sides, 14988 chg coeffs, 7906 upgd conss, 0 impls, 22356 clqs, 0 implints
1981.81/1986.36	c (round 130, fast)       2215 del vars, 6352 del conss, 1600 add conss, 341 chg bounds, 915 chg sides, 15000 chg coeffs, 7906 upgd conss, 0 impls, 22358 clqs, 0 implints
1981.81/1986.38	c (round 131, exhaustive) 2215 del vars, 6359 del conss, 1602 add conss, 341 chg bounds, 917 chg sides, 15169 chg coeffs, 7906 upgd conss, 0 impls, 22367 clqs, 0 implints
1981.81/1986.39	c (round 132, fast)       2215 del vars, 6362 del conss, 1605 add conss, 341 chg bounds, 917 chg sides, 15169 chg coeffs, 7906 upgd conss, 0 impls, 22370 clqs, 0 implints
1981.91/1986.40	c (round 133, exhaustive) 2215 del vars, 6365 del conss, 1605 add conss, 341 chg bounds, 919 chg sides, 15261 chg coeffs, 7906 upgd conss, 0 impls, 22490 clqs, 0 implints
1981.91/1986.41	c (round 134, exhaustive) 2215 del vars, 6366 del conss, 1605 add conss, 341 chg bounds, 919 chg sides, 15305 chg coeffs, 7935 upgd conss, 0 impls, 22527 clqs, 0 implints
1981.91/1986.42	c (round 135, exhaustive) 2215 del vars, 6394 del conss, 1605 add conss, 341 chg bounds, 919 chg sides, 15334 chg coeffs, 7935 upgd conss, 0 impls, 22605 clqs, 0 implints
1981.91/1986.43	c (round 136, exhaustive) 2221 del vars, 6401 del conss, 1605 add conss, 341 chg bounds, 919 chg sides, 15360 chg coeffs, 7935 upgd conss, 0 impls, 22624 clqs, 0 implints
1981.91/1986.43	c (round 137, fast)       2227 del vars, 6403 del conss, 1606 add conss, 341 chg bounds, 919 chg sides, 15360 chg coeffs, 7935 upgd conss, 0 impls, 22627 clqs, 0 implints
1982.11/1986.60	c    (2.2s) probing: 1253/5225 (24.0%) - 245 fixings, 72 aggregations, 21053 implications, 0 bound changes
1982.11/1986.60	c    (2.2s) probing aborted: 50/50 successive totally useless probings
1982.11/1986.60	c    (2.2s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1982.11/1986.62	c    (2.2s) symmetry computation finished: 16 generators found (max: 1500, log10 of symmetry group size: 5.59) (symcode time: 0.00)
1982.11/1986.62	c dynamic symmetry handling statistics:
1982.11/1986.62	c    orbitopal reduction:       no components
1982.11/1986.62	c    orbital reduction:         no components
1982.11/1986.62	c    lexicographic reduction:   15 permutations with support sizes 4, 12, 16, 18, 18, 18, 16, 18, 16, 18, 18, 18, 16, 16, 14
1982.11/1986.62	c handled 16 out of 16 symmetry components
1982.11/1986.63	c presolving (138 rounds: 138 fast, 103 medium, 88 exhaustive):
1982.11/1986.63	c  2230 deleted vars, 6403 deleted constraints, 1607 added constraints, 341 tightened bounds, 0 added holes, 919 changed sides, 15381 changed coefficients
1982.11/1986.63	c  0 implications, 23229 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1982.11/1986.63	c presolved problem has 4825 variables (4825 bin, 0 int, 0 cont) and 5216 constraints
1982.11/1986.63	c    2520 constraints of type <knapsack>
1982.11/1986.63	c    1985 constraints of type <setppc>
1982.11/1986.63	c       4 constraints of type <xor>
1982.11/1986.63	c     443 constraints of type <linear>
1982.11/1986.63	c     264 constraints of type <logicor>
1982.11/1986.63	c transformed objective value is always integral (scale: 1)
1982.11/1986.63	c Presolving Time: 2.22
1982.11/1986.63	c 
2005.26/2009.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2005.26/2009.81	c  25.4s|     1 |     0 | 66289 |     - |   317M |   0 |4825 |5302 |5215 |   0 |  0 |  85 |   0 |-1.770942e+04 |-3.609300e+04*| 103.81%| unknown
2016.94/2021.55	c  37.2s|     1 |     0 | 95576 |     - |   319M |   0 |4825 |5501 |5288 |  87 |  1 |  85 |   0 |-1.772071e+04 |-3.609300e+04*| 103.68%| unknown
2025.53/2030.18	c  45.8s|     1 |     0 |119691 |     - |   320M |   0 |4825 |5500 |5322 | 136 |  2 |  86 |   0 |-1.777181e+04 |-3.609300e+04*| 103.09%| unknown
2028.91/2033.54	c  49.2s|     1 |     0 |130782 |     - |   321M |   0 |4825 |5489 |5376 | 190 |  3 |  87 |   0 |-1.778514e+04 |-3.609300e+04*| 102.94%| unknown
2031.52/2036.19	c  51.8s|     1 |     0 |139735 |     - |   322M |   0 |4825 |5493 |5414 | 228 |  4 |  91 |   0 |-1.780149e+04 |-3.609300e+04*| 102.75%| unknown
2034.51/2039.15	c  54.8s|     1 |     0 |150327 |     - |   324M |   0 |4825 |5497 |5443 | 257 |  5 |  95 |   0 |-1.780201e+04 |-3.609300e+04*| 102.75%| unknown
2038.40/2043.06	c  58.7s|     1 |     0 |161557 |     - |   324M |   0 |4825 |5497 |5467 | 281 |  6 |  95 |   0 |-1.780268e+04 |-3.609300e+04*| 102.74%| unknown
2040.40/2045.03	c  60.6s|     1 |     0 |168817 |     - |   325M |   0 |4825 |5497 |5496 | 310 |  7 |  95 |   0 |-1.780408e+04 |-3.609300e+04*| 102.72%| unknown
2043.58/2048.28	c  63.9s|     1 |     0 |180270 |     - |   325M |   0 |4825 |5503 |5521 | 335 |  8 | 101 |   0 |-1.780829e+04 |-3.609300e+04*| 102.68%| unknown
2046.18/2050.86	c  66.5s|     1 |     0 |189483 |     - |   326M |   0 |4825 |5504 |5553 | 367 |  9 | 102 |   0 |-1.780974e+04 |-3.609300e+04*| 102.66%| unknown
2048.38/2053.08	c  68.7s|     1 |     0 |197776 |     - |   327M |   0 |4825 |5505 |5575 | 389 | 10 | 103 |   0 |-1.781039e+04 |-3.609300e+04*| 102.65%| unknown
2052.06/2056.79	c  72.4s|     1 |     0 |210611 |     - |   327M |   0 |4825 |5505 |5602 | 416 | 11 | 103 |   0 |-1.781183e+04 |-3.609300e+04*| 102.64%| unknown
2055.16/2059.87	c  75.5s|     1 |     0 |221212 |     - |   328M |   0 |4825 |5505 |5629 | 443 | 12 | 103 |   0 |-1.781264e+04 |-3.609300e+04*| 102.63%| unknown
2057.25/2061.93	c  77.5s|     1 |     0 |228784 |     - |   328M |   0 |4825 |5505 |5516 | 468 | 13 | 103 |   0 |-1.781294e+04 |-3.609300e+04*| 102.62%| unknown
2060.25/2064.96	c  80.6s|     1 |     0 |240093 |     - |   329M |   0 |4825 |5506 |5537 | 489 | 14 | 104 |   0 |-1.781409e+04 |-3.609300e+04*| 102.61%| unknown
2062.54/2067.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2062.54/2067.28	c  82.9s|     1 |     0 |248492 |     - |   329M |   0 |4825 |5507 |5557 | 509 | 15 | 105 |   0 |-1.781456e+04 |-3.609300e+04*| 102.60%| unknown
2066.03/2070.72	c  86.3s|     1 |     0 |260783 |     - |   330M |   0 |4825 |5508 |5579 | 531 | 16 | 106 |   0 |-1.781663e+04 |-3.609300e+04*| 102.58%| unknown
2070.52/2075.24	c  90.9s|     1 |     0 |274818 |     - |   330M |   0 |4825 |5511 |5607 | 559 | 17 | 109 |   0 |-1.782197e+04 |-3.609300e+04*| 102.52%| unknown
2075.11/2079.83	c  95.4s|     1 |     0 |289744 |     - |   331M |   0 |4825 |5511 |5637 | 589 | 18 | 109 |   0 |-1.782342e+04 |-3.609300e+04*| 102.50%| unknown
2076.91/2081.65	c  97.3s|     1 |     0 |296342 |     - |   332M |   0 |4825 |5511 |5682 | 634 | 19 | 110 |   0 |-1.782356e+04 |-3.609300e+04*| 102.50%| unknown
2078.42/2083.14	c  98.8s|     1 |     0 |302187 |     - |   333M |   0 |4825 |5511 |5712 | 664 | 20 | 110 |   0 |-1.782370e+04 |-3.609300e+04*| 102.50%| unknown
2081.60/2086.31	c   102s|     1 |     0 |313479 |     - |   333M |   0 |4825 |5513 |5735 | 687 | 21 | 112 |   0 |-1.782923e+04 |-3.609300e+04*| 102.44%| unknown
2082.31/2087.07	c   103s|     1 |     0 |315332 |     - |   333M |   0 |4825 |5513 |5766 | 718 | 22 | 112 |   0 |-1.782970e+04 |-3.609300e+04*| 102.43%| unknown
2082.70/2087.40	c   103s|     1 |     0 |316356 |     - |   333M |   0 |4825 |5516 |5779 | 731 | 23 | 115 |   0 |-1.782975e+04 |-3.609300e+04*| 102.43%| unknown
2083.00/2087.78	c   103s|     1 |     0 |317425 |     - |   333M |   0 |4825 |5516 |5663 | 744 | 24 | 115 |   0 |-1.782977e+04 |-3.609300e+04*| 102.43%| unknown
2083.31/2088.02	c   104s|     1 |     0 |318169 |     - |   333M |   0 |4825 |5516 |5672 | 753 | 25 | 115 |   0 |-1.782977e+04 |-3.609300e+04*| 102.43%| unknown
2083.99/2088.70	c   104s|     1 |     0 |320757 |     - |   333M |   0 |4825 |5516 |5680 | 761 | 26 | 115 |   0 |-1.782997e+04 |-3.609300e+04*| 102.43%| unknown
2084.09/2088.83	c   104s|     1 |     0 |321047 |     - |   333M |   0 |4825 |5516 |5691 | 772 | 27 | 115 |   0 |-1.782998e+04 |-3.609300e+04*| 102.43%| unknown
2084.41/2089.17	c   105s|     1 |     0 |322166 |     - |   333M |   0 |4825 |5519 |5701 | 782 | 28 | 119 |   0 |-1.783001e+04 |-3.609300e+04*| 102.43%| unknown
2085.09/2089.83	c   105s|     1 |     0 |324672 |     - |   333M |   0 |4825 |5520 |5714 | 795 | 29 | 120 |   0 |-1.783130e+04 |-3.609300e+04*| 102.41%| unknown
2085.19/2089.95	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2085.19/2089.95	c   106s|     1 |     0 |324869 |     - |   333M |   0 |4825 |5519 |5668 | 809 | 30 | 120 |   0 |-1.783130e+04 |-3.609300e+04*| 102.41%| unknown
2085.89/2090.67	c   106s|     1 |     0 |327560 |     - |   333M |   0 |4825 |5520 |5681 | 822 | 31 | 122 |   0 |-1.783139e+04 |-3.609300e+04*| 102.41%| unknown
2086.09/2090.80	c   106s|     1 |     0 |327826 |     - |   333M |   0 |4825 |5520 |5697 | 838 | 32 | 122 |   0 |-1.783141e+04 |-3.609300e+04*| 102.41%| unknown
2086.19/2090.91	c   107s|     1 |     0 |328051 |     - |   333M |   0 |4825 |5522 |5702 | 843 | 33 | 124 |   0 |-1.783141e+04 |-3.609300e+04*| 102.41%| unknown
2086.30/2091.03	c   107s|     1 |     0 |328256 |     - |   333M |   0 |4825 |5521 |5707 | 848 | 34 | 124 |   0 |-1.783141e+04 |-3.609300e+04*| 102.41%| unknown
2086.40/2091.12	c   107s|     1 |     0 |328348 |     - |   333M |   0 |4825 |5523 |5712 | 853 | 35 | 126 |   0 |-1.783141e+04 |-3.609300e+04*| 102.41%| unknown
2086.49/2091.23	c   107s|     1 |     0 |328503 |     - |   333M |   0 |4825 |5524 |5681 | 858 | 36 | 127 |   0 |-1.783141e+04 |-3.609300e+04*| 102.41%| unknown
2086.59/2091.31	c   107s|     1 |     0 |328592 |     - |   333M |   0 |4825 |5524 |5688 | 865 | 37 | 127 |   0 |-1.783141e+04 |-3.609300e+04*| 102.41%| unknown
2086.69/2091.41	c   107s|     1 |     0 |328740 |     - |   333M |   0 |4825 |5525 |5692 | 869 | 38 | 128 |   0 |-1.783141e+04 |-3.609300e+04*| 102.41%| unknown
2086.69/2091.50	c   107s|     1 |     0 |328870 |     - |   333M |   0 |4825 |5526 |5696 | 873 | 39 | 129 |   0 |-1.783141e+04 |-3.609300e+04*| 102.41%| unknown
2106.65/2111.45	c   127s|     1 |     2 |377114 |     - |   333M |   0 |4825 |5528 |5696 | 873 | 39 | 136 |  20 |-1.783141e+04 |-3.609300e+04*| 102.41%| unknown
2593.22/2599.05	c 
2593.22/2599.05	c SCIP Status        : solving was interrupted [time limit reached]
2593.22/2599.05	c Solving Time (sec) : 614.66
2593.22/2599.05	c Solving Nodes      : 29
2593.22/2599.05	c Primal Bound       : -3.60930000000000e+04 (0 solutions)
2593.22/2599.05	c Dual Bound         : -1.97706281811760e+04
2593.22/2599.05	c Gap                : 82.56 %
2593.22/2599.05	c SCIP status: 23 (TIMELIMIT)
2593.22/2599.05	c SCIP LP bound tightened UB: 3778222 -> 3776042
2593.22/2599.05	c pb_solver_status: sst_sat
2593.22/2599.05	c LB_goalvalue: 3759719
2593.22/2599.05	c UB_goalvalue: 3776042
2593.22/2599.05	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
2593.22/2599.05	c SCIP returned: sst_unknown
2593.22/2599.05	c SCIP primal LB: 3759719, dual UB: 3776042
2593.22/2599.05	c Try to find a solution more than 3765160
2593.22/2599.05	c V: 547
2593.22/2599.05	c estimatedAdderCost: 9149
2593.22/2599.05	c Try to convert by sorters
2593.32/2599.11	c Sorter: base: 2 2 2 2 5 5 5 
2593.32/2599.11	c 
2593.32/2599.17	c assumptions: 
2593.32/2599.17	c invoking solver with time budget: 224.000000
2817.49/2823.79	c sat_solver_result: sst_unknown
2817.49/2823.79	c c SAT fixed 415 new variables
2817.49/2823.79	c SAT solver timed out; proceeding to cooperative SCIP call
2817.49/2823.79	c Calling solveScip for cooperative mode with LB_goalvalue:       3759719, UB_goalvalue: 3776042
2817.49/2823.79	c scip solving with time budget: 860.518400
2817.49/2823.79	c solveScip
2817.49/2823.79	c initScipForCoop
2817.49/2823.79	c Coop Mode: Using SCIP obj units for LB/UB: 3759719, +oo
2817.49/2823.79	c SCIPfreeTransform due to timeout and having shadow nodes
2817.49/2823.79	c forcing SCIPfreeTransform before solve
2817.59/2823.81	c Running SCIP presolve for solve-time propagation (rounds=3)
2817.59/2823.83	c presolving:
2817.59/2823.85	c (round 1, fast)       1516 del vars, 1514 del conss, 0 add conss, 287 chg bounds, 4 chg sides, 3 chg coeffs, 0 upgd conss, 0 impls, 6122 clqs, 0 implints
2817.59/2823.87	c    (0.1s) running MILP presolver
2817.59/2823.89	c    (0.1s) MILP presolver (3 rounds): 8 aggregations, 9 fixings, 0 bound changes
2817.59/2823.89	c (round 2, medium)     1534 del vars, 1514 del conss, 0 add conss, 287 chg bounds, 4 chg sides, 3 chg coeffs, 0 upgd conss, 0 impls, 6090 clqs, 0 implints
2817.80/2824.04	c    (0.2s) sparsify finished: 2925/86827 (3.4%) nonzeros canceled - in total 2925 canceled nonzeros, 5563 changed coefficients, 0 added nonzeros
2817.80/2824.08	c presolving (3 rounds: 3 fast, 2 medium, 1 exhaustive):
2817.80/2824.08	c  1706 deleted vars, 2346 deleted constraints, 0 added constraints, 287 tightened bounds, 0 added holes, 33 changed sides, 6845 changed coefficients
2817.80/2824.08	c  0 implications, 6151 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
2817.80/2824.08	c presolved problem has 5285 variables (5285 bin, 0 int, 0 cont) and 7670 constraints
2817.80/2824.08	c    2828 constraints of type <knapsack>
2817.80/2824.08	c    3533 constraints of type <setppc>
2817.80/2824.08	c    1074 constraints of type <linear>
2817.80/2824.08	c     235 constraints of type <logicor>
2817.80/2824.08	c transformed objective value is always integral (scale: 1)
2817.80/2824.08	c Presolving Time: 0.25
2817.80/2824.08	c c SCIP solve-time propagated 7 fixed variables
2817.90/2824.11	c presolving:
2817.90/2824.13	c (round 1, fast)       1516 del vars, 1514 del conss, 0 add conss, 287 chg bounds, 4 chg sides, 3 chg coeffs, 0 upgd conss, 0 impls, 6122 clqs, 0 implints
2817.90/2824.16	c    (0.1s) running MILP presolver
2817.90/2824.18	c    (0.1s) MILP presolver (4 rounds): 9 aggregations, 10 fixings, 0 bound changes
2817.90/2824.18	c (round 2, medium)     1536 del vars, 1514 del conss, 0 add conss, 287 chg bounds, 4 chg sides, 3 chg coeffs, 0 upgd conss, 0 impls, 6089 clqs, 0 implints
2817.90/2824.18	c (round 3, fast)       1536 del vars, 1543 del conss, 0 add conss, 287 chg bounds, 4 chg sides, 3 chg coeffs, 0 upgd conss, 0 impls, 6090 clqs, 0 implints
2817.99/2824.20	c (round 4, exhaustive) 1536 del vars, 2265 del conss, 0 add conss, 287 chg bounds, 33 chg sides, 3 chg coeffs, 0 upgd conss, 0 impls, 6090 clqs, 0 implints
2817.99/2824.20	c (round 5, fast)       1537 del vars, 2266 del conss, 97 add conss, 287 chg bounds, 33 chg sides, 3 chg coeffs, 0 upgd conss, 0 impls, 6088 clqs, 0 implints
2817.99/2824.23	c (round 6, exhaustive) 1537 del vars, 2267 del conss, 97 add conss, 287 chg bounds, 37 chg sides, 81 chg coeffs, 7377 upgd conss, 0 impls, 6088 clqs, 0 implints
2817.99/2824.24	c (round 7, medium)     1552 del vars, 3444 del conss, 774 add conss, 287 chg bounds, 726 chg sides, 6759 chg coeffs, 7377 upgd conss, 0 impls, 6256 clqs, 0 implints
2817.99/2824.25	c (round 8, fast)       1552 del vars, 3463 del conss, 774 add conss, 287 chg bounds, 726 chg sides, 6759 chg coeffs, 7377 upgd conss, 0 impls, 6256 clqs, 0 implints
2817.99/2824.27	c (round 9, exhaustive) 1552 del vars, 3463 del conss, 774 add conss, 287 chg bounds, 726 chg sides, 8216 chg coeffs, 7377 upgd conss, 0 impls, 6256 clqs, 0 implints
2817.99/2824.27	c (round 10, fast)       1552 del vars, 3469 del conss, 780 add conss, 287 chg bounds, 726 chg sides, 8216 chg coeffs, 7377 upgd conss, 0 impls, 6261 clqs, 0 implints
2817.99/2824.28	c (round 11, exhaustive) 1552 del vars, 3469 del conss, 780 add conss, 287 chg bounds, 726 chg sides, 9527 chg coeffs, 7377 upgd conss, 0 impls, 6261 clqs, 0 implints
2817.99/2824.29	c (round 12, exhaustive) 1644 del vars, 3544 del conss, 780 add conss, 287 chg bounds, 729 chg sides, 11647 chg coeffs, 7377 upgd conss, 0 impls, 6213 clqs, 0 implints
2817.99/2824.29	c (round 13, fast)       1710 del vars, 3604 del conss, 820 add conss, 294 chg bounds, 729 chg sides, 11665 chg coeffs, 7377 upgd conss, 0 impls, 6413 clqs, 0 implints
2818.09/2824.31	c (round 14, exhaustive) 1710 del vars, 3606 del conss, 820 add conss, 294 chg bounds, 729 chg sides, 11702 chg coeffs, 7400 upgd conss, 0 impls, 6413 clqs, 0 implints
2818.09/2824.31	c (round 15, exhaustive) 1710 del vars, 3617 del conss, 821 add conss, 294 chg bounds, 729 chg sides, 11706 chg coeffs, 7400 upgd conss, 0 impls, 6414 clqs, 0 implints
2818.09/2824.32	c (round 16, exhaustive) 1710 del vars, 3625 del conss, 821 add conss, 294 chg bounds, 729 chg sides, 11710 chg coeffs, 7400 upgd conss, 0 impls, 6414 clqs, 0 implints
2818.09/2824.33	c (round 17, exhaustive) 1710 del vars, 3646 del conss, 822 add conss, 294 chg bounds, 729 chg sides, 11711 chg coeffs, 7400 upgd conss, 0 impls, 6415 clqs, 0 implints
2818.09/2824.34	c (round 18, exhaustive) 1710 del vars, 5163 del conss, 823 add conss, 294 chg bounds, 729 chg sides, 11711 chg coeffs, 7400 upgd conss, 0 impls, 6416 clqs, 0 implints
2818.09/2824.36	c    (0.3s) running MILP presolver
2818.09/2824.37	c    (0.3s) MILP presolver (2 rounds): 3 aggregations, 5 fixings, 0 bound changes
2818.09/2824.38	c (round 19, medium)     1718 del vars, 5170 del conss, 826 add conss, 294 chg bounds, 729 chg sides, 11718 chg coeffs, 7400 upgd conss, 0 impls, 6320 clqs, 0 implints
2818.09/2824.38	c (round 20, fast)       1718 del vars, 5172 del conss, 836 add conss, 294 chg bounds, 729 chg sides, 11718 chg coeffs, 7400 upgd conss, 0 impls, 6321 clqs, 0 implints
2818.09/2824.38	c (round 21, exhaustive) 1718 del vars, 5173 del conss, 836 add conss, 294 chg bounds, 730 chg sides, 11718 chg coeffs, 7410 upgd conss, 0 impls, 6321 clqs, 0 implints
2818.09/2824.39	c (round 22, exhaustive) 1718 del vars, 5182 del conss, 836 add conss, 294 chg bounds, 730 chg sides, 11718 chg coeffs, 7411 upgd conss, 0 impls, 6321 clqs, 0 implints
2818.19/2824.48	c    (0.4s) sparsify aborted: 640/72849 (0.9%) nonzeros canceled - in total 640 canceled nonzeros, 640 changed coefficients, 0 added nonzeros
2818.19/2824.48	c (round 23, exhaustive) 1719 del vars, 5183 del conss, 836 add conss, 294 chg bounds, 730 chg sides, 12379 chg coeffs, 7411 upgd conss, 0 impls, 6320 clqs, 0 implints
2818.19/2824.48	c (round 24, fast)       1767 del vars, 5183 del conss, 841 add conss, 341 chg bounds, 730 chg sides, 12379 chg coeffs, 7411 upgd conss, 0 impls, 6397 clqs, 0 implints
2818.19/2824.49	c (round 25, exhaustive) 1767 del vars, 5187 del conss, 841 add conss, 341 chg bounds, 732 chg sides, 12379 chg coeffs, 7411 upgd conss, 0 impls, 6397 clqs, 0 implints
2818.19/2824.49	c (round 26, exhaustive) 1767 del vars, 5193 del conss, 841 add conss, 341 chg bounds, 732 chg sides, 12379 chg coeffs, 7411 upgd conss, 0 impls, 6397 clqs, 0 implints
2818.29/2824.50	c (round 27, exhaustive) 1767 del vars, 5193 del conss, 841 add conss, 341 chg bounds, 732 chg sides, 12379 chg coeffs, 7423 upgd conss, 0 impls, 6397 clqs, 0 implints
2818.29/2824.51	c (round 28, exhaustive) 1795 del vars, 5196 del conss, 841 add conss, 341 chg bounds, 732 chg sides, 12379 chg coeffs, 7423 upgd conss, 0 impls, 6465 clqs, 0 implints
2818.29/2824.51	c (round 29, fast)       1798 del vars, 5225 del conss, 854 add conss, 341 chg bounds, 732 chg sides, 12384 chg coeffs, 7423 upgd conss, 0 impls, 6465 clqs, 0 implints
2818.29/2824.51	c (round 30, medium)     1798 del vars, 5239 del conss, 869 add conss, 341 chg bounds, 750 chg sides, 12507 chg coeffs, 7423 upgd conss, 0 impls, 6468 clqs, 0 implints
2818.29/2824.52	c (round 31, exhaustive) 1798 del vars, 5243 del conss, 869 add conss, 341 chg bounds, 751 chg sides, 12516 chg coeffs, 7423 upgd conss, 0 impls, 6468 clqs, 0 implints
2818.29/2824.52	c (round 32, fast)       1798 del vars, 5248 del conss, 874 add conss, 341 chg bounds, 751 chg sides, 12516 chg coeffs, 7423 upgd conss, 0 impls, 6473 clqs, 0 implints
2818.29/2824.53	c (round 33, exhaustive) 1798 del vars, 5251 del conss, 874 add conss, 341 chg bounds, 751 chg sides, 12516 chg coeffs, 7429 upgd conss, 0 impls, 6473 clqs, 0 implints
2818.29/2824.53	c (round 34, exhaustive) 1798 del vars, 5256 del conss, 874 add conss, 341 chg bounds, 751 chg sides, 12516 chg coeffs, 7429 upgd conss, 0 impls, 6473 clqs, 0 implints
2818.29/2824.54	c (round 35, exhaustive) 1798 del vars, 5276 del conss, 874 add conss, 341 chg bounds, 751 chg sides, 12516 chg coeffs, 7429 upgd conss, 0 impls, 6473 clqs, 0 implints
2818.29/2824.54	c (round 36, exhaustive) 1803 del vars, 5281 del conss, 874 add conss, 341 chg bounds, 751 chg sides, 12522 chg coeffs, 7429 upgd conss, 0 impls, 6471 clqs, 0 implints
2818.29/2824.54	c (round 37, fast)       1808 del vars, 5282 del conss, 875 add conss, 341 chg bounds, 751 chg sides, 12527 chg coeffs, 7429 upgd conss, 0 impls, 6471 clqs, 0 implints
2818.29/2824.57	c (round 38, exhaustive) 1843 del vars, 5282 del conss, 875 add conss, 341 chg bounds, 751 chg sides, 12554 chg coeffs, 7429 upgd conss, 0 impls, 6686 clqs, 0 implints
2818.29/2824.57	c (round 39, fast)       1843 del vars, 5318 del conss, 893 add conss, 341 chg bounds, 751 chg sides, 12554 chg coeffs, 7429 upgd conss, 0 impls, 6691 clqs, 0 implints
2818.29/2824.58	c (round 40, exhaustive) 1843 del vars, 5318 del conss, 893 add conss, 341 chg bounds, 754 chg sides, 12581 chg coeffs, 7447 upgd conss, 0 impls, 6691 clqs, 0 implints
2818.29/2824.58	c (round 41, exhaustive) 1843 del vars, 5334 del conss, 893 add conss, 341 chg bounds, 754 chg sides, 12585 chg coeffs, 7447 upgd conss, 0 impls, 6691 clqs, 0 implints
2818.38/2824.63	c (round 42, exhaustive) 1873 del vars, 5334 del conss, 893 add conss, 341 chg bounds, 754 chg sides, 12597 chg coeffs, 7447 upgd conss, 0 impls, 7090 clqs, 0 implints
2818.38/2824.63	c (round 43, fast)       1873 del vars, 5366 del conss, 940 add conss, 341 chg bounds, 754 chg sides, 12603 chg coeffs, 7447 upgd conss, 0 impls, 7090 clqs, 0 implints
2818.38/2824.64	c (round 44, exhaustive) 1873 del vars, 5372 del conss, 940 add conss, 341 chg bounds, 764 chg sides, 12662 chg coeffs, 7447 upgd conss, 0 impls, 7090 clqs, 0 implints
2818.38/2824.64	c (round 45, exhaustive) 1873 del vars, 5374 del conss, 942 add conss, 341 chg bounds, 764 chg sides, 12664 chg coeffs, 7488 upgd conss, 0 impls, 7092 clqs, 0 implints
2818.38/2824.65	c (round 46, exhaustive) 1873 del vars, 5415 del conss, 943 add conss, 341 chg bounds, 764 chg sides, 12665 chg coeffs, 7488 upgd conss, 0 impls, 7093 clqs, 0 implints
2818.38/2824.67	c (round 47, exhaustive) 1902 del vars, 5416 del conss, 944 add conss, 341 chg bounds, 764 chg sides, 12670 chg coeffs, 7488 upgd conss, 0 impls, 7185 clqs, 0 implints
2818.38/2824.67	c (round 48, fast)       1906 del vars, 5446 del conss, 967 add conss, 341 chg bounds, 764 chg sides, 12670 chg coeffs, 7488 upgd conss, 0 impls, 7185 clqs, 0 implints
2818.38/2824.67	c (round 49, exhaustive) 1906 del vars, 5448 del conss, 967 add conss, 341 chg bounds, 768 chg sides, 12686 chg coeffs, 7488 upgd conss, 0 impls, 7185 clqs, 0 implints
2818.38/2824.68	c (round 50, exhaustive) 1906 del vars, 5448 del conss, 967 add conss, 341 chg bounds, 768 chg sides, 12692 chg coeffs, 7511 upgd conss, 0 impls, 7188 clqs, 0 implints
2818.38/2824.68	c (round 51, exhaustive) 1906 del vars, 5465 del conss, 967 add conss, 341 chg bounds, 768 chg sides, 12692 chg coeffs, 7511 upgd conss, 0 impls, 7191 clqs, 0 implints
2818.58/2824.85	c (round 52, exhaustive) 1935 del vars, 5465 del conss, 967 add conss, 341 chg bounds, 768 chg sides, 12714 chg coeffs, 7511 upgd conss, 0 impls, 9024 clqs, 0 implints
2818.58/2824.86	c (round 53, fast)       1935 del vars, 5501 del conss, 1046 add conss, 341 chg bounds, 768 chg sides, 12725 chg coeffs, 7511 upgd conss, 0 impls, 9024 clqs, 0 implints
2818.58/2824.87	c (round 54, exhaustive) 1939 del vars, 5508 del conss, 1049 add conss, 341 chg bounds, 782 chg sides, 12824 chg coeffs, 7511 upgd conss, 0 impls, 9010 clqs, 0 implints
2818.58/2824.87	c (round 55, exhaustive) 1939 del vars, 5512 del conss, 1049 add conss, 341 chg bounds, 782 chg sides, 12825 chg coeffs, 7584 upgd conss, 0 impls, 9016 clqs, 0 implints
2818.58/2824.88	c (round 56, exhaustive) 1939 del vars, 5581 del conss, 1049 add conss, 341 chg bounds, 782 chg sides, 12825 chg coeffs, 7584 upgd conss, 0 impls, 9016 clqs, 0 implints
2818.80/2825.07	c (round 57, exhaustive) 1973 del vars, 5581 del conss, 1049 add conss, 341 chg bounds, 782 chg sides, 12854 chg coeffs, 7584 upgd conss, 0 impls, 10265 clqs, 0 implints
2818.80/2825.07	c (round 58, fast)       1975 del vars, 5620 del conss, 1124 add conss, 341 chg bounds, 782 chg sides, 12864 chg coeffs, 7584 upgd conss, 0 impls, 10275 clqs, 0 implints
2818.80/2825.07	c (round 59, medium)     1978 del vars, 5623 del conss, 1130 add conss, 341 chg bounds, 791 chg sides, 12966 chg coeffs, 7584 upgd conss, 0 impls, 10270 clqs, 0 implints
2818.80/2825.08	c (round 60, exhaustive) 1978 del vars, 5631 del conss, 1132 add conss, 341 chg bounds, 799 chg sides, 12975 chg coeffs, 7584 upgd conss, 0 impls, 10270 clqs, 0 implints
2818.80/2825.08	c (round 61, exhaustive) 1978 del vars, 5632 del conss, 1132 add conss, 341 chg bounds, 799 chg sides, 12975 chg coeffs, 7657 upgd conss, 0 impls, 10270 clqs, 0 implints
2818.80/2825.09	c (round 62, exhaustive) 1978 del vars, 5698 del conss, 1132 add conss, 341 chg bounds, 799 chg sides, 12975 chg coeffs, 7657 upgd conss, 0 impls, 10271 clqs, 0 implints
2818.98/2825.24	c (round 63, exhaustive) 2003 del vars, 5698 del conss, 1132 add conss, 341 chg bounds, 799 chg sides, 12998 chg coeffs, 7657 upgd conss, 0 impls, 11217 clqs, 0 implints
2818.98/2825.25	c (round 64, fast)       2007 del vars, 5724 del conss, 1216 add conss, 341 chg bounds, 799 chg sides, 13008 chg coeffs, 7657 upgd conss, 0 impls, 11231 clqs, 0 implints
2818.98/2825.26	c (round 65, exhaustive) 2008 del vars, 5731 del conss, 1216 add conss, 341 chg bounds, 812 chg sides, 13087 chg coeffs, 7657 upgd conss, 0 impls, 11229 clqs, 0 implints
2818.98/2825.26	c (round 66, exhaustive) 2008 del vars, 5731 del conss, 1216 add conss, 341 chg bounds, 812 chg sides, 13087 chg coeffs, 7733 upgd conss, 0 impls, 11229 clqs, 0 implints
2818.98/2825.26	c (round 67, exhaustive) 2008 del vars, 5802 del conss, 1216 add conss, 341 chg bounds, 812 chg sides, 13087 chg coeffs, 7733 upgd conss, 0 impls, 11229 clqs, 0 implints
2818.98/2825.27	c (round 68, exhaustive) 2008 del vars, 5808 del conss, 1216 add conss, 341 chg bounds, 812 chg sides, 13087 chg coeffs, 7733 upgd conss, 0 impls, 11229 clqs, 0 implints
2819.08/2825.39	c (round 69, exhaustive) 2033 del vars, 5808 del conss, 1216 add conss, 341 chg bounds, 812 chg sides, 13108 chg coeffs, 7733 upgd conss, 0 impls, 12777 clqs, 0 implints
2819.08/2825.39	c (round 70, fast)       2036 del vars, 5839 del conss, 1294 add conss, 341 chg bounds, 812 chg sides, 13119 chg coeffs, 7733 upgd conss, 0 impls, 12758 clqs, 0 implints
2819.18/2825.40	c (round 71, medium)     2039 del vars, 5843 del conss, 1298 add conss, 341 chg bounds, 817 chg sides, 13206 chg coeffs, 7733 upgd conss, 0 impls, 12712 clqs, 0 implints
2819.18/2825.40	c (round 72, fast)       2040 del vars, 5848 del conss, 1301 add conss, 341 chg bounds, 817 chg sides, 13208 chg coeffs, 7733 upgd conss, 0 impls, 12712 clqs, 0 implints
2819.18/2825.41	c (round 73, exhaustive) 2040 del vars, 5857 del conss, 1301 add conss, 341 chg bounds, 817 chg sides, 13258 chg coeffs, 7733 upgd conss, 0 impls, 12712 clqs, 0 implints
2819.18/2825.41	c (round 74, medium)     2040 del vars, 5861 del conss, 1305 add conss, 341 chg bounds, 821 chg sides, 13290 chg coeffs, 7733 upgd conss, 0 impls, 12723 clqs, 0 implints
2819.18/2825.42	c (round 75, exhaustive) 2040 del vars, 5866 del conss, 1305 add conss, 341 chg bounds, 821 chg sides, 13305 chg coeffs, 7733 upgd conss, 0 impls, 12723 clqs, 0 implints
2819.18/2825.42	c (round 76, exhaustive) 2040 del vars, 5871 del conss, 1305 add conss, 341 chg bounds, 827 chg sides, 13316 chg coeffs, 7733 upgd conss, 0 impls, 12725 clqs, 0 implints
2819.18/2825.42	c (round 77, fast)       2040 del vars, 5875 del conss, 1309 add conss, 341 chg bounds, 827 chg sides, 13316 chg coeffs, 7733 upgd conss, 0 impls, 12728 clqs, 0 implints
2819.18/2825.43	c (round 78, medium)     2040 del vars, 5878 del conss, 1313 add conss, 341 chg bounds, 831 chg sides, 13349 chg coeffs, 7733 upgd conss, 0 impls, 12732 clqs, 0 implints
2819.18/2825.43	c (round 79, exhaustive) 2040 del vars, 5879 del conss, 1313 add conss, 341 chg bounds, 831 chg sides, 13354 chg coeffs, 7802 upgd conss, 0 impls, 12732 clqs, 0 implints
2819.18/2825.44	c (round 80, exhaustive) 2040 del vars, 5947 del conss, 1313 add conss, 341 chg bounds, 831 chg sides, 13356 chg coeffs, 7802 upgd conss, 0 impls, 12732 clqs, 0 implints
2819.18/2825.44	c (round 81, exhaustive) 2046 del vars, 5950 del conss, 1314 add conss, 341 chg bounds, 831 chg sides, 13395 chg coeffs, 7802 upgd conss, 0 impls, 12669 clqs, 0 implints
2819.18/2825.44	c (round 82, fast)       2052 del vars, 5954 del conss, 1318 add conss, 341 chg bounds, 831 chg sides, 13397 chg coeffs, 7802 upgd conss, 0 impls, 12676 clqs, 0 implints
2819.18/2825.45	c (round 83, exhaustive) 2052 del vars, 5958 del conss, 1318 add conss, 341 chg bounds, 831 chg sides, 13398 chg coeffs, 7806 upgd conss, 0 impls, 12676 clqs, 0 implints
2819.28/2825.52	c (round 84, exhaustive) 2077 del vars, 5958 del conss, 1318 add conss, 341 chg bounds, 831 chg sides, 13399 chg coeffs, 7806 upgd conss, 0 impls, 15494 clqs, 0 implints
2819.28/2825.52	c (round 85, fast)       2077 del vars, 5983 del conss, 1357 add conss, 341 chg bounds, 832 chg sides, 13402 chg coeffs, 7806 upgd conss, 0 impls, 15496 clqs, 0 implints
2819.28/2825.53	c (round 86, medium)     2078 del vars, 5997 del conss, 1369 add conss, 341 chg bounds, 845 chg sides, 13485 chg coeffs, 7806 upgd conss, 0 impls, 15499 clqs, 0 implints
2819.28/2825.54	c (round 87, exhaustive) 2078 del vars, 6003 del conss, 1369 add conss, 341 chg bounds, 852 chg sides, 13606 chg coeffs, 7806 upgd conss, 0 impls, 15499 clqs, 0 implints
2819.28/2825.54	c (round 88, medium)     2078 del vars, 6008 del conss, 1378 add conss, 341 chg bounds, 861 chg sides, 13687 chg coeffs, 7806 upgd conss, 0 impls, 15568 clqs, 0 implints
2819.28/2825.54	c (round 89, fast)       2078 del vars, 6011 del conss, 1381 add conss, 341 chg bounds, 861 chg sides, 13687 chg coeffs, 7806 upgd conss, 0 impls, 15571 clqs, 0 implints
2819.28/2825.55	c (round 90, exhaustive) 2078 del vars, 6011 del conss, 1381 add conss, 341 chg bounds, 861 chg sides, 13747 chg coeffs, 7839 upgd conss, 0 impls, 15571 clqs, 0 implints
2819.28/2825.56	c (round 91, exhaustive) 2080 del vars, 6024 del conss, 1381 add conss, 341 chg bounds, 861 chg sides, 13778 chg coeffs, 7839 upgd conss, 0 impls, 15599 clqs, 0 implints
2819.28/2825.57	c (round 92, exhaustive) 2080 del vars, 6026 del conss, 1383 add conss, 341 chg bounds, 862 chg sides, 13803 chg coeffs, 7839 upgd conss, 0 impls, 15636 clqs, 0 implints
2819.28/2825.57	c (round 93, exhaustive) 2080 del vars, 6055 del conss, 1383 add conss, 341 chg bounds, 862 chg sides, 13821 chg coeffs, 7839 upgd conss, 0 impls, 15652 clqs, 0 implints
2819.38/2825.61	c (round 94, exhaustive) 2107 del vars, 6057 del conss, 1385 add conss, 341 chg bounds, 862 chg sides, 13847 chg coeffs, 7839 upgd conss, 0 impls, 19226 clqs, 0 implints
2819.38/2825.61	c (round 95, fast)       2107 del vars, 6083 del conss, 1416 add conss, 341 chg bounds, 862 chg sides, 13859 chg coeffs, 7839 upgd conss, 0 impls, 19230 clqs, 0 implints
2819.38/2825.62	c (round 96, medium)     2109 del vars, 6089 del conss, 1424 add conss, 341 chg bounds, 871 chg sides, 13955 chg coeffs, 7839 upgd conss, 0 impls, 18947 clqs, 0 implints
2819.38/2825.62	c (round 97, fast)       2112 del vars, 6096 del conss, 1428 add conss, 341 chg bounds, 871 chg sides, 13955 chg coeffs, 7839 upgd conss, 0 impls, 18949 clqs, 0 implints
2819.38/2825.63	c (round 98, exhaustive) 2112 del vars, 6104 del conss, 1429 add conss, 341 chg bounds, 872 chg sides, 14089 chg coeffs, 7839 upgd conss, 0 impls, 18950 clqs, 0 implints
2819.38/2825.63	c (round 99, fast)       2112 del vars, 6107 del conss, 1432 add conss, 341 chg bounds, 872 chg sides, 14089 chg coeffs, 7839 upgd conss, 0 impls, 18953 clqs, 0 implints
2819.38/2825.64	c (round 100, exhaustive) 2112 del vars, 6115 del conss, 1433 add conss, 341 chg bounds, 880 chg sides, 14191 chg coeffs, 7839 upgd conss, 0 impls, 19008 clqs, 0 implints
2819.38/2825.65	c (round 101, exhaustive) 2112 del vars, 6117 del conss, 1435 add conss, 341 chg bounds, 880 chg sides, 14245 chg coeffs, 7860 upgd conss, 0 impls, 19079 clqs, 0 implints
2819.38/2825.65	c (round 102, fast)       2112 del vars, 6126 del conss, 1443 add conss, 341 chg bounds, 880 chg sides, 14245 chg coeffs, 7860 upgd conss, 0 impls, 19087 clqs, 0 implints
2819.38/2825.66	c (round 103, exhaustive) 2112 del vars, 6145 del conss, 1443 add conss, 341 chg bounds, 880 chg sides, 14271 chg coeffs, 7860 upgd conss, 0 impls, 19097 clqs, 0 implints
2819.38/2825.67	c (round 104, exhaustive) 2112 del vars, 6150 del conss, 1443 add conss, 341 chg bounds, 880 chg sides, 14293 chg coeffs, 7860 upgd conss, 0 impls, 19143 clqs, 0 implints
2819.38/2825.67	c (round 105, exhaustive) 2130 del vars, 6156 del conss, 1444 add conss, 341 chg bounds, 880 chg sides, 14343 chg coeffs, 7860 upgd conss, 0 impls, 18563 clqs, 0 implints
2819.38/2825.68	c (round 106, fast)       2148 del vars, 6174 del conss, 1459 add conss, 341 chg bounds, 880 chg sides, 14343 chg coeffs, 7860 upgd conss, 0 impls, 18573 clqs, 0 implints
2819.38/2825.68	c (round 107, medium)     2148 del vars, 6188 del conss, 1475 add conss, 341 chg bounds, 896 chg sides, 14548 chg coeffs, 7860 upgd conss, 0 impls, 18600 clqs, 0 implints
2819.38/2825.69	c (round 108, exhaustive) 2148 del vars, 6197 del conss, 1475 add conss, 341 chg bounds, 896 chg sides, 14566 chg coeffs, 7860 upgd conss, 0 impls, 18600 clqs, 0 implints
2819.38/2825.69	c (round 109, fast)       2148 del vars, 6202 del conss, 1480 add conss, 341 chg bounds, 896 chg sides, 14566 chg coeffs, 7860 upgd conss, 0 impls, 18604 clqs, 0 implints
2819.38/2825.69	c (round 110, medium)     2148 del vars, 6203 del conss, 1482 add conss, 341 chg bounds, 898 chg sides, 14590 chg coeffs, 7860 upgd conss, 0 impls, 18643 clqs, 0 implints
2819.48/2825.70	c (round 111, exhaustive) 2148 del vars, 6203 del conss, 1482 add conss, 341 chg bounds, 898 chg sides, 14597 chg coeffs, 7866 upgd conss, 0 impls, 18643 clqs, 0 implints
2819.48/2825.71	c (round 112, exhaustive) 2148 del vars, 6209 del conss, 1484 add conss, 341 chg bounds, 898 chg sides, 14601 chg coeffs, 7866 upgd conss, 0 impls, 18647 clqs, 0 implints
2819.48/2825.71	c (round 113, exhaustive) 2150 del vars, 6215 del conss, 1484 add conss, 341 chg bounds, 898 chg sides, 14645 chg coeffs, 7866 upgd conss, 0 impls, 18643 clqs, 0 implints
2819.48/2825.72	c (round 114, exhaustive) 2152 del vars, 6217 del conss, 1486 add conss, 341 chg bounds, 898 chg sides, 14647 chg coeffs, 7868 upgd conss, 0 impls, 18660 clqs, 0 implints
2819.58/2825.87	c    (1.8s) probing: 991/5225 (19.0%) - 230 fixings, 59 aggregations, 17371 implications, 0 bound changes
2819.58/2825.87	c    (1.8s) probing aborted: 50/50 successive totally useless probings
2819.58/2825.87	c (round 115, exhaustive) 2165 del vars, 6217 del conss, 1486 add conss, 341 chg bounds, 898 chg sides, 14648 chg coeffs, 7868 upgd conss, 0 impls, 20176 clqs, 0 implints
2819.58/2825.87	c (round 116, fast)       2165 del vars, 6230 del conss, 1530 add conss, 341 chg bounds, 898 chg sides, 14659 chg coeffs, 7868 upgd conss, 0 impls, 20177 clqs, 0 implints
2819.58/2825.87	c (round 117, medium)     2165 del vars, 6233 del conss, 1534 add conss, 341 chg bounds, 903 chg sides, 14693 chg coeffs, 7868 upgd conss, 0 impls, 20181 clqs, 0 implints
2819.58/2825.89	c (round 118, exhaustive) 2165 del vars, 6237 del conss, 1534 add conss, 341 chg bounds, 910 chg sides, 14787 chg coeffs, 7868 upgd conss, 0 impls, 20181 clqs, 0 implints
2819.68/2825.90	c (round 119, exhaustive) 2167 del vars, 6239 del conss, 1537 add conss, 341 chg bounds, 910 chg sides, 14826 chg coeffs, 7868 upgd conss, 0 impls, 20197 clqs, 0 implints
2819.68/2825.91	c (round 120, exhaustive) 2167 del vars, 6242 del conss, 1537 add conss, 341 chg bounds, 911 chg sides, 14845 chg coeffs, 7902 upgd conss, 0 impls, 20221 clqs, 0 implints
2819.68/2825.92	c (round 121, exhaustive) 2167 del vars, 6279 del conss, 1537 add conss, 341 chg bounds, 911 chg sides, 14861 chg coeffs, 7902 upgd conss, 0 impls, 20230 clqs, 0 implints
2819.68/2825.92	c (round 122, exhaustive) 2178 del vars, 6285 del conss, 1538 add conss, 341 chg bounds, 911 chg sides, 14887 chg coeffs, 7902 upgd conss, 0 impls, 19803 clqs, 0 implints
2819.68/2825.92	c (round 123, fast)       2189 del vars, 6296 del conss, 1550 add conss, 341 chg bounds, 911 chg sides, 14887 chg coeffs, 7902 upgd conss, 0 impls, 19810 clqs, 0 implints
2819.68/2825.94	c (round 124, exhaustive) 2189 del vars, 6298 del conss, 1550 add conss, 341 chg bounds, 911 chg sides, 14896 chg coeffs, 7906 upgd conss, 0 impls, 19823 clqs, 0 implints
2819.68/2825.94	c (round 125, medium)     2189 del vars, 6301 del conss, 1554 add conss, 341 chg bounds, 915 chg sides, 14942 chg coeffs, 7906 upgd conss, 0 impls, 19827 clqs, 0 implints
2819.68/2825.94	c (round 126, exhaustive) 2189 del vars, 6307 del conss, 1554 add conss, 341 chg bounds, 915 chg sides, 14948 chg coeffs, 7906 upgd conss, 0 impls, 19827 clqs, 0 implints
2819.68/2825.94	c (round 127, fast)       2189 del vars, 6311 del conss, 1558 add conss, 341 chg bounds, 915 chg sides, 14948 chg coeffs, 7906 upgd conss, 0 impls, 19830 clqs, 0 implints
2819.68/2825.95	c (round 128, exhaustive) 2189 del vars, 6318 del conss, 1558 add conss, 341 chg bounds, 915 chg sides, 14950 chg coeffs, 7906 upgd conss, 0 impls, 19830 clqs, 0 implints
2819.68/2825.96	c    (1.9s) probing: 1000/5225 (19.1%) - 231 fixings, 60 aggregations, 17534 implications, 0 bound changes
2819.79/2826.05	c (round 129, exhaustive) 2214 del vars, 6318 del conss, 1558 add conss, 341 chg bounds, 915 chg sides, 14988 chg coeffs, 7906 upgd conss, 0 impls, 22356 clqs, 0 implints
2819.79/2826.05	c (round 130, fast)       2215 del vars, 6352 del conss, 1600 add conss, 341 chg bounds, 915 chg sides, 15000 chg coeffs, 7906 upgd conss, 0 impls, 22358 clqs, 0 implints
2819.79/2826.07	c (round 131, exhaustive) 2215 del vars, 6359 del conss, 1602 add conss, 341 chg bounds, 917 chg sides, 15169 chg coeffs, 7906 upgd conss, 0 impls, 22367 clqs, 0 implints
2819.79/2826.07	c (round 132, fast)       2215 del vars, 6362 del conss, 1605 add conss, 341 chg bounds, 917 chg sides, 15169 chg coeffs, 7906 upgd conss, 0 impls, 22370 clqs, 0 implints
2819.79/2826.09	c (round 133, exhaustive) 2215 del vars, 6365 del conss, 1605 add conss, 341 chg bounds, 919 chg sides, 15261 chg coeffs, 7906 upgd conss, 0 impls, 22490 clqs, 0 implints
2819.79/2826.10	c (round 134, exhaustive) 2215 del vars, 6366 del conss, 1605 add conss, 341 chg bounds, 919 chg sides, 15305 chg coeffs, 7935 upgd conss, 0 impls, 22527 clqs, 0 implints
2819.79/2826.10	c (round 135, exhaustive) 2215 del vars, 6394 del conss, 1605 add conss, 341 chg bounds, 919 chg sides, 15334 chg coeffs, 7935 upgd conss, 0 impls, 22605 clqs, 0 implints
2819.89/2826.11	c (round 136, exhaustive) 2221 del vars, 6401 del conss, 1605 add conss, 341 chg bounds, 919 chg sides, 15360 chg coeffs, 7935 upgd conss, 0 impls, 22624 clqs, 0 implints
2819.89/2826.11	c (round 137, fast)       2227 del vars, 6403 del conss, 1606 add conss, 341 chg bounds, 919 chg sides, 15360 chg coeffs, 7935 upgd conss, 0 impls, 22627 clqs, 0 implints
2819.98/2826.29	c    (2.2s) probing: 1253/5225 (24.0%) - 245 fixings, 72 aggregations, 21053 implications, 0 bound changes
2819.98/2826.29	c    (2.2s) probing aborted: 50/50 successive totally useless probings
2819.98/2826.29	c    (2.2s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
2820.08/2826.31	c    (2.2s) symmetry computation finished: 16 generators found (max: 1500, log10 of symmetry group size: 5.59) (symcode time: 0.00)
2820.08/2826.31	c dynamic symmetry handling statistics:
2820.08/2826.31	c    orbitopal reduction:       no components
2820.08/2826.31	c    orbital reduction:         no components
2820.08/2826.31	c    lexicographic reduction:   15 permutations with support sizes 4, 12, 16, 18, 18, 18, 16, 18, 16, 18, 18, 18, 16, 16, 14
2820.08/2826.31	c handled 16 out of 16 symmetry components
2820.08/2826.31	c presolving (138 rounds: 138 fast, 103 medium, 88 exhaustive):
2820.08/2826.31	c  2230 deleted vars, 6403 deleted constraints, 1607 added constraints, 341 tightened bounds, 0 added holes, 919 changed sides, 15381 changed coefficients
2820.08/2826.31	c  0 implications, 23229 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
2820.08/2826.31	c presolved problem has 4825 variables (4825 bin, 0 int, 0 cont) and 5216 constraints
2820.08/2826.31	c    2520 constraints of type <knapsack>
2820.08/2826.31	c    1985 constraints of type <setppc>
2820.08/2826.31	c       4 constraints of type <xor>
2820.08/2826.31	c     443 constraints of type <linear>
2820.08/2826.31	c     264 constraints of type <logicor>
2820.08/2826.31	c transformed objective value is always integral (scale: 1)
2820.08/2826.31	c Presolving Time: 2.20
2820.08/2826.31	c 
2843.23/2849.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2843.23/2849.56	c  25.5s|     1 |     0 | 66289 |     - |   333M |   0 |4825 |5302 |5215 |   0 |  0 |  85 |   0 |-1.770942e+04 |      --      |    Inf | unknown
2854.91/2861.20	c  37.1s|     1 |     0 | 95576 |     - |   333M |   0 |4825 |5501 |5288 |  87 |  1 |  85 |   0 |-1.772071e+04 |      --      |    Inf | unknown
2863.49/2869.80	c  45.7s|     1 |     0 |119691 |     - |   333M |   0 |4825 |5500 |5322 | 136 |  2 |  86 |   0 |-1.777181e+04 |      --      |    Inf | unknown
2866.79/2873.14	c  49.0s|     1 |     0 |130782 |     - |   333M |   0 |4825 |5489 |5376 | 190 |  3 |  87 |   0 |-1.778514e+04 |      --      |    Inf | unknown
2869.38/2875.79	c  51.7s|     1 |     0 |139735 |     - |   334M |   0 |4825 |5493 |5414 | 228 |  4 |  91 |   0 |-1.780149e+04 |      --      |    Inf | unknown
2872.37/2878.74	c  54.6s|     1 |     0 |150327 |     - |   334M |   0 |4825 |5497 |5443 | 257 |  5 |  95 |   0 |-1.780201e+04 |      --      |    Inf | unknown
2876.26/2882.64	c  58.5s|     1 |     0 |161557 |     - |   334M |   0 |4825 |5497 |5467 | 281 |  6 |  95 |   0 |-1.780268e+04 |      --      |    Inf | unknown
2878.26/2884.60	c  60.5s|     1 |     0 |168817 |     - |   334M |   0 |4825 |5497 |5496 | 310 |  7 |  95 |   0 |-1.780408e+04 |      --      |    Inf | unknown
2881.45/2887.84	c  63.7s|     1 |     0 |180270 |     - |   334M |   0 |4825 |5503 |5521 | 335 |  8 | 101 |   0 |-1.780829e+04 |      --      |    Inf | unknown
2884.04/2890.41	c  66.3s|     1 |     0 |189483 |     - |   334M |   0 |4825 |5504 |5553 | 367 |  9 | 102 |   0 |-1.780974e+04 |      --      |    Inf | unknown
2886.24/2892.61	c  68.5s|     1 |     0 |197776 |     - |   334M |   0 |4825 |5505 |5575 | 389 | 10 | 103 |   0 |-1.781039e+04 |      --      |    Inf | unknown
2889.93/2896.31	c  72.2s|     1 |     0 |210611 |     - |   334M |   0 |4825 |5505 |5602 | 416 | 11 | 103 |   0 |-1.781183e+04 |      --      |    Inf | unknown
2892.93/2899.36	c  75.3s|     1 |     0 |221212 |     - |   334M |   0 |4825 |5505 |5629 | 443 | 12 | 103 |   0 |-1.781264e+04 |      --      |    Inf | unknown
2895.02/2901.41	c  77.3s|     1 |     0 |228784 |     - |   334M |   0 |4825 |5505 |5516 | 468 | 13 | 103 |   0 |-1.781294e+04 |      --      |    Inf | unknown
2898.02/2904.43	c  80.3s|     1 |     0 |240093 |     - |   334M |   0 |4825 |5506 |5537 | 489 | 14 | 104 |   0 |-1.781409e+04 |      --      |    Inf | unknown
2900.31/2906.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2900.31/2906.73	c  82.6s|     1 |     0 |248492 |     - |   334M |   0 |4825 |5507 |5557 | 509 | 15 | 105 |   0 |-1.781456e+04 |      --      |    Inf | unknown
2903.71/2910.17	c  86.1s|     1 |     0 |260783 |     - |   334M |   0 |4825 |5508 |5579 | 531 | 16 | 106 |   0 |-1.781663e+04 |      --      |    Inf | unknown
2908.29/2914.70	c  90.6s|     1 |     0 |274818 |     - |   334M |   0 |4825 |5511 |5607 | 559 | 17 | 109 |   0 |-1.782197e+04 |      --      |    Inf | unknown
2912.78/2919.27	c  95.2s|     1 |     0 |289744 |     - |   334M |   0 |4825 |5511 |5637 | 589 | 18 | 109 |   0 |-1.782342e+04 |      --      |    Inf | unknown
2914.59/2921.10	c  97.0s|     1 |     0 |296342 |     - |   334M |   0 |4825 |5511 |5682 | 634 | 19 | 110 |   0 |-1.782356e+04 |      --      |    Inf | unknown
2916.08/2922.59	c  98.5s|     1 |     0 |302187 |     - |   334M |   0 |4825 |5511 |5712 | 664 | 20 | 110 |   0 |-1.782370e+04 |      --      |    Inf | unknown
2919.27/2925.75	c   102s|     1 |     0 |313479 |     - |   334M |   0 |4825 |5513 |5735 | 687 | 21 | 112 |   0 |-1.782923e+04 |      --      |    Inf | unknown
2920.07/2926.52	c   102s|     1 |     0 |315332 |     - |   334M |   0 |4825 |5513 |5766 | 718 | 22 | 112 |   0 |-1.782970e+04 |      --      |    Inf | unknown
2920.37/2926.84	c   103s|     1 |     0 |316356 |     - |   334M |   0 |4825 |5516 |5779 | 731 | 23 | 115 |   0 |-1.782975e+04 |      --      |    Inf | unknown
2920.77/2927.22	c   103s|     1 |     0 |317425 |     - |   334M |   0 |4825 |5516 |5663 | 744 | 24 | 115 |   0 |-1.782977e+04 |      --      |    Inf | unknown
2920.97/2927.46	c   103s|     1 |     0 |318169 |     - |   334M |   0 |4825 |5516 |5672 | 753 | 25 | 115 |   0 |-1.782977e+04 |      --      |    Inf | unknown
2921.68/2928.14	c   104s|     1 |     0 |320757 |     - |   334M |   0 |4825 |5516 |5680 | 761 | 26 | 115 |   0 |-1.782997e+04 |      --      |    Inf | unknown
2921.76/2928.27	c   104s|     1 |     0 |321047 |     - |   334M |   0 |4825 |5516 |5691 | 772 | 27 | 115 |   0 |-1.782998e+04 |      --      |    Inf | unknown
2922.16/2928.61	c   105s|     1 |     0 |322166 |     - |   334M |   0 |4825 |5519 |5701 | 782 | 28 | 119 |   0 |-1.783001e+04 |      --      |    Inf | unknown
2922.76/2929.27	c   105s|     1 |     0 |324672 |     - |   334M |   0 |4825 |5520 |5714 | 795 | 29 | 120 |   0 |-1.783130e+04 |      --      |    Inf | unknown
2922.86/2929.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2922.86/2929.39	c   105s|     1 |     0 |324869 |     - |   334M |   0 |4825 |5519 |5668 | 809 | 30 | 120 |   0 |-1.783130e+04 |      --      |    Inf | unknown
2923.67/2930.11	c   106s|     1 |     0 |327560 |     - |   334M |   0 |4825 |5520 |5681 | 822 | 31 | 122 |   0 |-1.783139e+04 |      --      |    Inf | unknown
2923.76/2930.23	c   106s|     1 |     0 |327826 |     - |   334M |   0 |4825 |5520 |5697 | 838 | 32 | 122 |   0 |-1.783141e+04 |      --      |    Inf | unknown
2923.86/2930.35	c   106s|     1 |     0 |328051 |     - |   334M |   0 |4825 |5522 |5702 | 843 | 33 | 124 |   0 |-1.783141e+04 |      --      |    Inf | unknown
2923.96/2930.47	c   106s|     1 |     0 |328256 |     - |   334M |   0 |4825 |5521 |5707 | 848 | 34 | 124 |   0 |-1.783141e+04 |      --      |    Inf | unknown
2924.06/2930.56	c   106s|     1 |     0 |328348 |     - |   334M |   0 |4825 |5523 |5712 | 853 | 35 | 126 |   0 |-1.783141e+04 |      --      |    Inf | unknown
2924.16/2930.66	c   107s|     1 |     0 |328503 |     - |   334M |   0 |4825 |5524 |5681 | 858 | 36 | 127 |   0 |-1.783141e+04 |      --      |    Inf | unknown
2924.26/2930.74	c   107s|     1 |     0 |328592 |     - |   334M |   0 |4825 |5524 |5688 | 865 | 37 | 127 |   0 |-1.783141e+04 |      --      |    Inf | unknown
2924.36/2930.84	c   107s|     1 |     0 |328740 |     - |   334M |   0 |4825 |5525 |5692 | 869 | 38 | 128 |   0 |-1.783141e+04 |      --      |    Inf | unknown
2924.46/2930.93	c   107s|     1 |     0 |328870 |     - |   334M |   0 |4825 |5526 |5696 | 873 | 39 | 129 |   0 |-1.783141e+04 |      --      |    Inf | unknown
2944.42/2950.91	c   127s|     1 |     2 |377114 |     - |   334M |   0 |4825 |5528 |5696 | 873 | 39 | 136 |  20 |-1.783141e+04 |      --      |    Inf | unknown
3600.03/3607.90	
3600.03/3607.90	*** TERMINATED *** by signal
3600.03/3607.90	c
3600.03/3607.90	s SATISFIABLE
3600.03/3607.90	v -x6192 -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 -x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 -x1076 -x1077 -x1078 -x1079 -x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 -x1087 -x1088 -x1089 -x1090 -x1091 -x1092 x1093 -x1094 -x1095 -x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 -x1110 -x1111 -x1112 x1113 -x1114 -x1115 -x1116 -x1117 -x1118 -x1119 -x1120 -x1121 -x1122 -x1123 -x1124 -x1125 -x1126 -x1127 -x1128 -x1129 -x1130 -x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 -x1145 -x1146 -x1147 -x1148 -x1149 -x1150 -x1151 -x1152 -x1153 -x1154 -x1155 -x1156 -x1157 -x1158 -x1159 -x1160 -x1161 -x1162 -x1163 -x1164 -x1165 -x1166 -x1167 -x1168 -x1169 -x1170 -x1171 -x1172 -x1173 -x1174 -x1175 -x1176 -x1177 -x1178 -x1179 -x1180 -x1181 -x1182 -x1183 -x1184 -x1185 -x1186 -x1187 -x1188 -x1189 -x1190 -x1191 -x1192 -x1193 -x1194 -x1195 -x1196 -x1197 -x1198 -x1199 -x1200 -x1201 -x1202 -x1203 -x1204 -x1205 -x1206 -x1207 -x1208 -x1209 -x1210 -x1211 -x1212 -x1213 -x1214 -x1215 -x1216 -x1217 -x1218 -x1219 -x1220 -x1221 -x1222 -x1223 -x1224 x1225 -x1226 -x1227 -x1228 -x1229 -x1230 -x1231 -x1232 -x1233 -x1234 -x1235 -x1236 -x1237 -x1238 -x1239 -x1240 -x1241 -x1242 -x1243 -x1244 -x1245 -x1246 -x1247 -x1248 x1249 -x1250 -x1251 -x1252 -x1253 -x1254 -x1255 -x1256 -x1257 -x1258 -x1259 -x1260 -x1261 -x1262 -x1263 -x1264 -x1265 -x1266 -x1267 -x1268 -x1269 -x1270 -x1271 -x1272 -x1273 -x1274 -x1275 -x1276 -x1277 -x1278 -x1279 -x1280 -x1281 -x1282 -x1283 -x1284 -x1285 -x1286 -x1287 -x1288 -x1289 -x1290 -x1291 -x1292 -x1293 -x1294 -x1295 -x1296 -x1297 -x1298 -x1299 -x1300 -x1301 -x1302 -x1303 -x1304 -x1305 -x1306 -x1307 -x1308 -x1309 -x1310 -x1311 -x1312 -x1313 -x1314 -x1315 -x1316 -x1317 -x1318 -x1319 -x1320 -x1321 -x1322 -x1323 -x1324 -x1325 -x1326 -x1327 -x1328 -x1329 -x1330 -x1331 -x1332 -x1333 -x1334 -x1335 -x1336 -x1337 -x1338 -x1339 -x1340 -x1341 -x1342 -x1343 -x1344 -x1345 -x1346 -x1347 -x1348 -x1349 -x1350 -x1351 -x1352 -x1353 -x1354 x1355 -x1356 -x1357 -x1358 -x1359 -x1360 -x1361 -x1362 -x1363 -x1364 -x1365 -x1366 -x1367 -x1368 -x1369 -x1370 -x1371 -x1372 -x1373 -x1374 -x1375 -x1376 -x1377 -x1378 -x1379 -x1380 -x1381 -x1382 -x1383 -x1384 -x1385 -x1386 -x1387 -x1388 -x1389 -x1390 -x1391 -x1392 -x1393 -x1394 -x1395 -x1396 -x1397 -x1398 -x1399 -x1400 -x1401 -x1402 -x1403 -x1404 -x1405 -x1406 -x1407 -x1408 -x1409 -x1410 -x1411 -x1412 -x1413 -x1414 -x1415 -x1416 -x1417 -x1418 -x1419 -x1420 -x1421 -x1422 -x1423 -x1424 -x1425 -x1426 -x1427 -x1428 -x1429 -x1430 -x1431 -x1432 -x1433 -x1434 -x1435 -x1436 -x1437 -x1438 -x1439 -x1440 -x1441 -x1442 -x1443 -x1444 -x1445 -x1446 -x1447 -x1448 -x1449 -x1450 -x1451 -x1452 -x1453 -x1454 -x1455 -x1456 -x1457 -x1458 -x1459 -x1460 -x1461 -x1462 -x1463 -x1464 -x1465 -x1466 -x1467 -x1468 -x1469 -x1470 -x1471 -x1472 -x1473 -x1474 -x1475 -x1476 -x1477 -x1478 -x1479 -x1480 -x1481 -x1482 -x1483 -x1484 -x1485 -x1486 -x1487 -x1488 -x1489 -x1490 -x1491 -x1492 -x1493 -x1494 -x1495 -x1496 -x1497 -x1498 -x1499 -x1500 -x1501 -x1502 -x1503 -x1504 -x1505 -x1506 -x1507 -x1508 -x1509 -x1510 -x1511 -x1512 x1513 -x1514 -x1515 -x1516 -x1517 -x1518 -x1519 -x1520 -x1521 -x1522 -x1523 -x1524 -x1525 -x1526 -x1527 -x1528 -x1529 -x1530 -x1531 -x1532 -x1533 -x1534 -x1535 -x1536 -x1537 -x1538 -x1539 -x1540 -x1541 -x1542 -x1543 -x1544 -x1545 -x1546 -x1547 -x1548 -x1549 -x1550 -x1551 -x1552 -x1553 -x1554 -x1555 -x1556 -x1557 -x1558 -x1559 -x1560 -x1561 -x1562 -x1563 -x1564 -x1565 -x1566 -x1567 -x1568 -x1569 -x1570 -x1571 -x1572 -x1573 -x1574 -x1575 -x1576 -x1577 -x1578 -x1579 -x1580 -x1581 -x1582 -x1583 -x1584 -x1585 -x1586 -x1587 -x1588 -x1589 -x1590 -x1591 -x1592 -x1593 -x1594 -x1595 -x1596 -x1597 -x1598 -x1599 -x1600 -x1601 -x1602 -x1603 -x1604 -x1605 -x1606 x1607 -x1608 -x1609 -x1610 -x1611 -x1612 -x1613 -x1614 -x1615 -x1616 -x1617 -x1618 -x1619 -x1620 -x1621 -x1622 -x1623 -x1624 -x1625 -x1626 -x1627 -x1628 -x1629 -x1630 -x1631 -x1632 -x1633 -x1634 -x1635 -x1636 -x1637 -x1638 -x1639 -x1640 -x1641 -x1642 -x1643 -x1644 -x1645 -x1646 -x1647 -x1648 -x1649 -x1650 -x1651 -x1652 -x1653 -x1654 -x1655 -x1656 -x1657 -x1658 -x1659 -x1660 -x1661 -x1662 -x1663 -x1664 -x1665 -x1666 -x1667 -x1668 -x1669 -x1670 -x1671 -x1672 -x1673 -x1674 -x1675 -x1676 -x1677 -x1678 -x1679 -x1680 -x1681 -x1682 -x1683 -x1684 -x1685 -x1686 -x1687 -x1688 -x1689 -x1690 -x1691 -x1692 -x1693 -x1694 -x1695 -x1696 -x1697 -x1698 -x1699 -x1700 -x1701 -x1702 -x1703 -x1704 -x1705 -x1706 -x1707 -x1708 -x1709 -x1710 -x1711 -x1712 -x1713 -x1714 -x1715 -x1716 -x1717 -x1718 -x1719 -x1720 -x1721 -x1722 -x1723 -x1724 -x1725 -x1726 -x1727 -x1728 -x1729 -x1730 -x1731 -x1732 -x1733 -x1734 -x1735 -x1736 -x1737 -x1738 -x1739 -x1740 -x1741 -x1742 -x1743 -x1744 -x1745 -x1746 -x1747 -x1748 -x1749 -x1750 -x1751 -x1752 -x1753 -x1754 -x1755 -x1756 -x1757 -x1758 -x1759 x1760 -x1761 -x1762 -x1763 -x1764 -x1765 -x1766 -x1767 -x1768 -x1769 -x1770 -x1771 -x1772 -x1773 -x1774 -x1775 -x1776 -x1777 -x1778 -x1779 -x1780 -x1781 -x1782 -x1783 -x1784 -x1785 -x1786 -x1787 -x1788 -x1789 -x1790 -x1791 -x1792 -x1793 -x1794 -x1795 -x1796 -x1797 -x1798 -x1799 -x1800 -x1801 -x1802 -x1803 -x1804 -x1805 -x1806 -x1807 -x1808 -x1809 -x1810 -x1811 -x1812 -x1813 -x1814 -x1815 -x1816 -x1817 -x1818 -x1819 -x1820 -x1821 -x1822 -x1823 -x1824 -x1825 -x1826 -x1827 x3978 x3979 x3980 x3981 x3982 x3983 x3984 x3985 x3986 x3987 x3988 x3989 x3990 x3991 x3992 x3993 x3994 x3995 -x6193 -x6194 -x6195 x6196 x6197 x6198 -x6199 -x6200 x6201 -x6202 -x6203 -x6204 -x6205 -x6206 -x6207 x6208 x6209 -x6210 x6211 x6212 -x6213 -x6214 -x6215 -x6216 x6217 -x6218 -x6219 -x6220 -x6221 x6222 x6223 x6224 -x6225 -x6226 -x6227 -x6228 -x6229 -x6230 -x6231 -x6232 x6233 x6234 x6235 -x6236 -x6237 -x6238 -x6239 -x6240 -x6241 x6242 x6243 x6244 -x6245 -x6246 -x6247 x6248 -x6249 -x6250 -x6251 -x6252 -x6253 x6254 x6255 -x6256 x6257 x6258 -x6259 -x6260 -x6261 -x6262 -x6299 -x6298 x6297 x6296 -x6295 -x6294 -x6293 -x6292 -x6291 -x6290 -x6289 x6288 x6287 x6286 -x6285 -x6284 -x6283 x6282 -x6281 -x6280 -x6279 -x6278 -x6277 -x6276 x6275 x6274 -x6273 x6272 -x6271 -x6270 -x6269 -x6268 x6267 -x6266 x6265 -x6264 x6263 -x6156 x6157 x6158 x6159 -x6160 -x6161 -x6162 -x6163 x6164 -x6165 -x6166 -x6167 x6168 x6169 x6170 x6171 -x6172 -x6173 x6174 -x6175 -x6176 -x6177 x6178 x6179 x6180 -x6181 -x6182 x6183 x6184 -x6185 -x6186 -x6187 -x6188 -x6189 x6190 x6191 -x6915 x6916 -x6917 -x6918 -x6919 -x6920 -x6921 -x6922 -x6923 -x6906
3600.03/3607.90	v x6907 -x6908 -x6909 -x6910 -x6911 -x6912 -x6913 -x6914 x6897 -x6898 -x6899 -x6900 -x6901 -x6902 -x6903 -x6904 -x6905 -x6888 x6889 -x6890 -x6891 -x6892 -x6893 -x6894 -x6895 -x6896 x6879 x6880 -x6881 -x6882 -x6883 -x6884 -x6885 -x6886 -x6887 x6870 -x6871 -x6872 -x6873 -x6874 -x6875 -x6876 -x6877 -x6878 -x6861 x6862 -x6863 -x6864 -x6865 -x6866 -x6867 -x6868 -x6869 x6852 -x6853 -x6854 -x6855 -x6856 -x6857 -x6858 -x6859 -x6860 x6843 -x6844 -x6845 -x6846 -x6847 -x6848 -x6849 -x6850 -x6851 x6834 x6835 -x6836 -x6837 -x6838 -x6839 -x6840 -x6841 -x6842 x6825 -x6826 -x6827 -x6828 -x6829 -x6830 -x6831 -x6832 -x6833 -x6816 x6817 -x6818 -x6819 -x6820 -x6821 -x6822 -x6823 -x6824 x6807 x6808 -x6809 -x6810 -x6811 -x6812 -x6813 -x6814 -x6815 x6798 x6799 -x6800 -x6801 -x6802 -x6803 -x6804 -x6805 -x6806 x6789 -x6790 -x6791 -x6792 -x6793 -x6794 -x6795 -x6796 -x6797 x6780 -x6781 -x6782 -x6783 -x6784 -x6785 -x6786 -x6787 -x6788 -x6773 x6774 -x6775 -x6776 -x6777 -x6778 -x6779 x6764 -x6765 -x6766 -x6767 -x6768 -x6769 -x6770 -x6771 -x6772 x6755 -x6756 -x6757 -x6758 -x6759 -x6760 -x6761 -x6762 -x6763 -x6746 x6747 -x6748 -x6749 -x6750 -x6751 -x6752 -x6753 -x6754 x6737 -x6738 -x6739 -x6740 -x6741 -x6742 -x6743 -x6744 -x6745 -x6728 x6729 -x6730 -x6731 -x6732 -x6733 -x6734 -x6735 -x6736 x6719 -x6720 -x6721 -x6722 -x6723 -x6724 -x6725 -x6726 -x6727 x6710 x6711 -x6712 -x6713 -x6714 -x6715 -x6716 -x6717 -x6718 -x6701 x6702 -x6703 -x6704 -x6705 -x6706 -x6707 -x6708 -x6709 x6692 -x6693 -x6694 -x6695 -x6696 -x6697 -x6698 -x6699 -x6700 x6683 -x6684 -x6685 -x6686 -x6687 -x6688 -x6689 -x6690 -x6691 x6674 -x6675 -x6676 -x6677 -x6678 -x6679 -x6680 -x6681 -x6682 x6665 x6666 -x6667 -x6668 -x6669 -x6670 -x6671 -x6672 -x6673 -x6656 x6657 -x6658 -x6659 -x6660 -x6661 -x6662 -x6663 -x6664 x6647 -x6648 -x6649 -x6650 -x6651 -x6652 -x6653 -x6654 -x6655 x6638 x6639 -x6640 -x6641 -x6642 -x6643 -x6644 -x6645 -x6646 -x6629 x6630 -x6631 -x6632 -x6633 -x6634 -x6635 -x6636 -x6637 x6620 -x6621 -x6622 -x6623 -x6624 -x6625 -x6626 -x6627 -x6628 x6613 -x6614 -x6615 -x6616 -x6617 -x6618 -x6619 x6604 -x6605 -x6606 -x6607 -x6608 -x6609 -x6610 -x6611 -x6612 x6595 -x6596 -x6597 -x6598 -x6599 -x6600 -x6601 -x6602 -x6603 -x6586 x6587 -x6588 -x6589 -x6590 -x6591 -x6592 -x6593 -x6594 x6577 -x6578 -x6579 -x6580 -x6581 -x6582 -x6583 -x6584 -x6585 -x6568 x6569 -x6570 -x6571 -x6572 -x6573 -x6574 -x6575 -x6576 x6559 -x6560 -x6561 -x6562 -x6563 -x6564 -x6565 -x6566 -x6567 x6550 x6551 -x6552 -x6553 -x6554 -x6555 -x6556 -x6557 -x6558 -x6541 x6542 -x6543 -x6544 -x6545 -x6546 -x6547 -x6548 -x6549 x6532 -x6533 -x6534 -x6535 -x6536 -x6537 -x6538 -x6539 -x6540 x6523 -x6524 -x6525 -x6526 -x6527 -x6528 -x6529 -x6530 -x6531 x6514 -x6515 -x6516 -x6517 -x6518 -x6519 -x6520 -x6521 -x6522 x6505 x6506 -x6507 -x6508 -x6509 -x6510 -x6511 -x6512 -x6513 -x6496 x6497 -x6498 -x6499 -x6500 -x6501 -x6502 -x6503 -x6504 x6487 -x6488 -x6489 -x6490 -x6491 -x6492 -x6493 -x6494 -x6495 x6478 x6479 -x6480 -x6481 -x6482 -x6483 -x6484 -x6485 -x6486 -x6469 x6470 -x6471 -x6472 -x6473 -x6474 -x6475 -x6476 -x6477 x6460 -x6461 -x6462 -x6463 -x6464 -x6465 -x6466 -x6467 -x6468 x6453 -x6454 -x6455 -x6456 -x6457 -x6458 -x6459 -x6444 x6445 -x6446 -x6447 -x6448 -x6449 -x6450 -x6451 -x6452 -x6435 x6436 -x6437 -x6438 -x6439 -x6440 -x6441 -x6442 -x6443 x6426 -x6427 -x6428 -x6429 -x6430 -x6431 -x6432 -x6433 -x6434 -x6417 x6418 -x6419 -x6420 -x6421 -x6422 -x6423 -x6424 -x6425 x6408 x6409 -x6410 -x6411 -x6412 -x6413 -x6414 -x6415 -x6416 x6399 -x6400 -x6401 -x6402 -x6403 -x6404 -x6405 -x6406 -x6407 -x6390 x6391 -x6392 -x6393 -x6394 -x6395 -x6396 -x6397 -x6398 x6381 -x6382 -x6383 -x6384 -x6385 -x6386 -x6387 -x6388 -x6389 x6372 -x6373 -x6374 -x6375 -x6376 -x6377 -x6378 -x6379 -x6380 x6363 x6364 -x6365 -x6366 -x6367 -x6368 -x6369 -x6370 -x6371 x6354 -x6355 -x6356 -x6357 -x6358 -x6359 -x6360 -x6361 -x6362 -x6345 x6346 -x6347 -x6348 -x6349 -x6350 -x6351 -x6352 -x6353 x6336 x6337 -x6338 -x6339 -x6340 -x6341 -x6342 -x6343 -x6344 x6327 x6328 -x6329 -x6330 -x6331 -x6332 -x6333 -x6334 -x6335 x6318 -x6319 -x6320 -x6321 -x6322 -x6323 -x6324 -x6325 -x6326 x6309 -x6310 -x6311 -x6312 -x6313 -x6314 -x6315 -x6316 -x6317 -x6300 x6301 -x6302 -x6303 -x6304 -x6305 -x6306 -x6307 -x6308 x6924 -x6925 -x6926 -x6927 -x6928 -x6929 -x6930 -x6931 -x6932 -x1828 -x2575 -x2772 x3159 -x1829 -x2205 -x2576 -x2773 -x2969 x3160 -x3356 -x1830 -x2025 -x2206 -x2395 -x2577 -x2774 -x2970 x3161 -x3357 -x1831 -x2026 -x2207 -x2396 -x2578 -x2775 -x2971 x3162 -x3358 -x1832 -x2027 -x2208 -x2397 -x2579 -x2776 -x2972 x3163 -x3359 -x1833 -x2028 -x2209 -x2398 -x2580 -x2777 -x2973 x3164 -x3360 -x1834 -x2029 -x2210 -x2399 -x2581 -x2778 -x2974 x3165 -x3361 -x1835 -x2030 -x2211 -x2400 -x2582 -x2779 -x2975 x3166 -x3362 -x1836 -x2031 -x2212 -x2401 -x2583 -x2780 -x2976 x3167 -x3363 -x1837 -x2032 -x2213 -x2402 -x2584 -x2781 -x2977 x3168 -x3364 -x1838 -x2033 -x2214 -x2403 -x2585 -x2782 -x2978 x3169 -x3365 -x1839 -x2034 -x2215 -x2404 -x2586 -x2783 -x2979 -x3170 -x3366 -x1840 -x2035 -x2216 -x2405 -x2587 -x2784 x2980 -x3171 -x3367 -x1841 -x2036 -x2217 -x2406 -x2588 -x2785 x2981 -x3172 -x3368 -x1842 -x2037 -x2218 -x2407 -x2589 -x2786 x2982 -x3173 -x3369 -x1843 -x2038 -x2219 -x2408 -x2590 -x2787 x2983 -x3174 -x3370 -x1844 -x2039 -x2220 -x2409 -x2591 -x2788 x2984 -x3175 -x3371 x1845 -x2592 -x2789 -x3176 x1846 -x2221 -x2593 -x2790 -x2985 -x3177 -x3372 x1847 -x2040 -x2222 -x2410 -x2594 -x2791 -x2986 -x3178 -x3373 x1848 -x2041 -x2223 -x2411 -x2595 -x2792 -x2987 -x3179 -x3374 x1849 -x2042 -x2224 -x2412 -x2596 -x2793 -x2988 -x3180 -x3375 x1850 -x2043 -x2225 -x2413 -x2597 -x2794 -x2989 -x3181 -x3376 x1851 -x2044 -x2226 -x2414 -x2598 -x2795 -x2990 -x3182 -x3377 x1852 -x2045 -x2227 -x2415 -x2599 -x2796 -x2991 -x3183 -x3378 x1853 -x2046 -x2228 -x2416 -x2600 -x2797 -x2992 -x3184 -x3379 x1854 -x2047 -x2229 -x2417 -x2601 -x2798 -x2993 -x3185 -x3380 -x1855 -x2048 -x2230 -x2418 -x2602 -x2799 -x2994 -x3186 -x3381 -x1856 -x2049 -x2231 -x2419 -x2603 -x2800 -x2995 -x3187 -x3382 -x1857 -x2050 -x2232 -x2420 -x2604 -x2801 -x2996 -x3188 -x3383 -x1858 -x2051 x2233 -x2421 -x2605 -x2802 -x2997 -x3189 -x3384 -x1859 -x2052 x2234 -x2422 -x2606 -x2803 -x2998 -x3190 -x3385 -x1860 -x2053 x2235 -x2423 -x2607 -x2804 -x2999 -x3191 -x3386 -x1861 -x2054 x2236 -x2424 -x2608 -x2805 -x3000 -x3192 -x3387 -x1862 -x2609 -x2806 -x3193 -x1863 -x2237 -x2610 -x2807 -x3001 -x3194 -x3388 -x1864 -x2055 -x2238 -x2425 -x2611 -x2808 x3002 -x3195 -x3389 -x1865 -x2056 -x2239 -x2426 -x2612 -x2809 x3003 -x3196 -x3390 -x1866 -x2057 -x2240 -x2427 -x2613 -x2810 x3004 -x3197 -x3391 -x1867 -x2058 -x2241 -x2428 -x2614 -x2811 x3005 -x3198 -x3392 -x1868 -x2059 -x2242 -x2429 -x2615 -x2812 x3006 -x3199 -x3393 -x1869 -x2060 -x2243 -x2430 -x2616 -x2813 x3007 -x3200 -x3394 -x1870 -x2061 -x2244 -x2431 -x2617 -x2814 x3008 -x3201 -x3395 -x1871 -x2062 -x2245 -x2432 -x2618 -x2815 -x3009 -x3202 -x3396 -x1872 -x2063 -x2246 -x2433 -x2619 -x2816 -x3010 -x3203 -x3397 -x1873 -x2064 -x2247 -x2434 -x2620 -x2817 -x3011 -x3204 -x3398 -x1874 -x2065 -x2248 -x2435 -x2621 -x2818 -x3012 -x3205 -x3399 -x1875 -x2066 -x2249 -x2436 -x2622 -x2819 -x3013 -x3206 -x3400 -x1876 x2067 -x2250 -x2437 -x2623 -x2820 -x3014 -x3207 -x3401 -x1877 x2068 -x2251 -x2438 -x2624 -x2821 -x3015 -x3208 -x3402 -x1878 x2069 -x2252 -x2439 -x2625 -x2822 -x3016 -x3209 -x3403 -x1879 x2070 -x2253 -x2440 -x2626 -x2823 -x3017 -x3210 -x3404 -x1880 x2071 -x2254 -x2441 -x2627 -x2824 -x3018 -x3211 -x3405 -x1881 x2072 -x2255 -x2442 -x2628 -x2825 -x3019 -x3212 -x3406 -x1882 x2073 -x2256 -x2443 -x2629 -x2826 -x3020 -x3213 -x3407 -x1883 -x2074 -x2257 -x2444 -x2630 -x2827 -x3021 -x3214 -x3408 -x1884 -x2075 -x2258 -x2445 x2631 -x2828 -x3022 -x3215 -x3409 -x1885 -x2076 -x2259 -x2446 x2632 -x2829 -x3023 -x3216 -x3410 -x1886 -x2077 -x2260 -x2447 x2633 -x2830 -x3024 -x3217 -x3411 -x1887 -x2078 -x2261 -x2448 x2634 -x2831 -x3025 -x3218 -x3412 -x1888 -x2079 -x2262 -x2449 x2635 -x2832 -x3026 -x3219 -x3413 -x1889 -x2080 -x2263 -x2450 x2636 -x2833 -x3027 -x3220 -x3414 -x1890 -x2081 -x2264 -x2451 x2637 -x2834 -x3028 -x3221 -x3415 -x1891 -x2082 -x2265 -x2452 x2638 -x2835 -x3029 -x3222 -x3416 -x1892 -x2083 -x2266 -x2453 x2639 -x2836 -x3030 -x3223 -x3417 -x1893 -x2084 -x2267 -x2454 x2640 -x2837 -x3031 -x3224 -x3418 -x1894 x2268 -x2641 -x2838 -x3032 -x3225 -x3419 -x1895 -x2085 x2269 -x2455 -x2642 -x2839 -x3033 -x3226 -x3420 -x1896 -x2086 x2270 -x2456 -x2643 -x2840 -x3034 -x3227 -x3421 -x1897 -x2087 x2271 -x2457 -x2644 -x2841 -x3035 -x3228 -x3422 -x1898 -x2088 -x2272 -x2458 -x2645 -x2842 -x3036 -x3229 -x3423 -x1899 -x2089 -x2273 -x2459 -x2646 -x2843 -x3037 -x3230 -x3424 -x1900 -x2090 -x2274 -x2460 -x2647 -x2844 -x3038 -x3231 -x3425 -x1901 -x2091 -x2275 -x2461 -x2648 -x2845 -x3039 -x3232 -x3426 -x1902 -x2092 -x2276 -x2462 -x2649 -x2846 -x3040 -x3233 -x3427 x1903 -x2093 -x2277 -x2463 -x2650 -x2847 -x3041 -x3234 -x3428 x1904 -x2094 -x2278 -x2464 -x2651 -x2848 -x3042 -x3235 -x3429 x1905 -x2095 -x2279 -x2465 -x2652 -x2849 -x3043 -x3236 -x3430 x1906 -x2096 -x2280 -x2466 -x2653 -x2850 -x3044 -x3237 -x3431 x1907 -x2097 -x2281 -x2467 -x2654 -x2851 -x3045 -x3238 -x3432 x1908 -x2098 -x2282 -x2468 -x2655 -x2852 -x3046 -x3239 -x3433 x1909 -x2099 -x2283 -x2469 -x2656 -x2853 -x3047 -x3240 -x3434 -x1910 -x2657 -x2854 -x3241 -x1911 -x2284 -x2658 x2855 -x3048 -x3242 -x3435 -x1912 -x2100 -x2285 -x2470 -x2659 x2856 -x3049 -x3243 -x3436 -x1913 -x2101 -x2286 -x2471 -x2660 x2857 -x3050 -x3244 -x3437 -x1914 -x2102 -x2287 -x2472 -x2661 -x2858 -x3051 -x3245 -x3438 -x1915 -x2103 -x2288 -x2473 -x2662 -x2859 -x3052 -x3246 -x3439 -x1916 -x2104 -x2289 -x2474 -x2663 -x2860 -x3053 -x3247 -x3440 -x1917 -x2105 -x2290 -x2475 -x2664 -x2861 -x3054 -x3248 -x3441 -x1918 -x2106 -x2291 -x2476 -x2665 -x2862 -x3055 -x3249 -x3442 -x1919 -x2107 -x2292 -x2477 -x2666 -x2863 -x3056 -x3250 -x3443 -x1920 -x2108 -x2293 -x2478 -x2667 -x2864 -x3057 -x3251 -x3444 -x1921 -x2109 -x2294 -x2479 -x2668 -x2865 -x3058 x3252 -x3445 -x1922 -x2110 -x2295 -x2480 -x2669 -x2866 -x3059 x3253 -x3446 -x1923 -x2111 -x2296 -x2481 -x2670 -x2867 -x3060 x3254 -x3447 -x1924 -x2112 -x2297 -x2482 -x2671 -x2868 -x3061 x3255 -x3448 -x1925 -x2113 -x2298 -x2483 -x2672 -x2869 -x3062 x3256 -x3449 -x1926 -x2114 -x2299 -x2484 -x2673 -x2870 -x3063 -x3257 -x3450 -x1927 -x2115 -x2300 x2485 -x2674 -x2871 -x3064 -x3258 -x3451 -x1928 -x2116 -x2301 -x2486 -x2675 -x2872 -x3065 -x3259 -x3452 -x1929 -x2117 -x2302 -x2487 -x2676 x2873 -x3066 -x3260 -x3453 -x1930 -x2118 -x2303 -x2488 -x2677 x2874 -x3067 -x3261 -x3454 -x1931 -x2119 -x2304 -x2489 -x2678 x2875 -x3068 -x3262 -x3455 -x1932 -x2120 -x2305 -x2490 -x2679 x2876 -x3069 -x3263 -x3456 -x1933 -x2121 -x2306 -x2491 -x2680 x2877 -x3070 -x3264 -x3457 -x1934 -x2122 -x2307 -x2492 -x2681 x2878 -x3071 -x3265 -x3458 -x1935 -x2123 -x2308 -x2493 -x2682 x2879 -x3072 -x3266 -x3459 -x1936 -x2124 -x2309 -x2494 -x2683 x2880 -x3073 -x3267 -x3460 -x1937 -x2125 -x2310 -x2495 -x2684 x2881 -x3074 -x3268 -x3461 -x1938 -x2126 -x2311 -x2496 -x2685 x2882 -x3075 -x3269 -x3462 -x1939 -x2127 -x2312 -x2497 -x2686 x2883 -x3076 -x3270 -x3463 -x1940 -x2128 -x2313 -x2498 -x2687 x2884 -x3077 -x3271 -x3464 -x1941 -x2129 -x2314 -x2499 -x2688 x2885 -x3078 -x3272 -x3465 -x1942 -x2315 -x2689 -x2886 x3079 -x3273 -x3466 -x1943 -x2130 -x2316 -x2500 -x2690 -x2887 -x3080 -x3274 -x3467 -x1944 -x2131 -x2317 -x2501 -x2691 -x2888 -x3081 -x3275 -x3468 -x1945 -x2132 -x2318 -x2502 -x2692 -x2889 -x3082 -x3276 -x3469 -x1946 -x2133 x2319 -x2503 -x2693 -x2890 -x3083 -x3277 -x3470 -x1947 -x2134 x2320 -x2504 -x2694 -x2891 -x3084 -x3278 -x3471 -x1948 -x2135 x2321 -x2505 -x2695 -x2892 -x3085 -x3279 -x3472 -x1949 -x2136 x2322 -x2506 -x2696 -x2893 -x3086 -x3280 -x3473 -x1950 -x2137 x2323 -x2507 -x2697 -x2894 -x3087 -x3281 -x3474 -x1951 -x2138 x2324 -x2508 -x2698 -x2895 -x3088 -x3282 -x3475 -x1952 -x2139 x2325 -x2509 -x2699 -x2896 -x3089 -x3283 -x3476 -x1953 -x2140 x2326 -x2510 -x2700 -x2897 -x3090 -x3284 -x3477 -x1954 -x2141 -x2327 -x2511 -x2701 -x2898 -x3091 -x3285 -x3478 -x1955 -x2142 -x2328 -x2512 -x2702 -x2899 -x3092 -x3286 -x3479 -x1956 -x2143 -x2329 -x2513 -x2703 -x2900 -x3093 -x3287 x3480 -x1957 -x2144 -x2330 -x2514 -x2704 -x2901 -x3094 -x3288 x3481 -x1958 -x2705 x2902 -x3289 -x1959 -x2331 -x2706 -x2903 -x3095 -x3290 -x3482 -x1960 -x2145 -x2332 -x2515 -x2707 -x2904 -x3096 -x3291 -x3483 -x1961 -x2146 -x2333 -x2516 -x2708 -x2905 -x3097 -x3292 -x3484 -x1962 -x2147 -x2334 -x2517 -x2709 -x2906 -x3098 -x3293 -x3485 -x1963 -x2148 -x2335 -x2518 -x2710 -x2907 -x3099 -x3294 -x3486 -x1964 x2149 -x2336 -x2519 -x2711 -x2908 -x3100 -x3295 -x3487 -x1965 x2150 -x2337 -x2520 -x2712 -x2909 -x3101 -x3296 -x3488 -x1966 -x2151 -x2338 -x2521 -x2713 -x2910 -x3102 -x3297 -x3489 -x1967 -x2152 -x2339 -x2522 -x2714 -x2911 x3103 -x3298 -x3490 -x1968 -x2153 -x2340 -x2523 -x2715 -x2912 x3104 -x3299 -x3491 -x1969 -x2154 -x2341 -x2524 -x2716 -x2913 x3105 -x3300 -x3492 -x1970 -x2155 -x2342 -x2525 -x2717 -x2914 -x3106 -x3301 -x3493 -x1971 -x2156 -x2343 -x2526 -x2718 -x2915 -x3107 -x3302 -x3494 -x1972 -x2157 -x2344 -x2527 -x2719 -x2916 -x3108 -x3303 -x3495 -x1973 -x2158 -x2345 -x2528 -x2720 -x2917 -x3109 -x3304 -x3496 -x1974 -x2159 -x2346 -x2529 -x2721 -x2918 -x3110 -x3305 -x3497 -x1975 -x2722 -x2919 -x3306 -x1976 -x2347 -x2723 -x2920 -x3111 -x3307 -x3498 -x1977 -x2160 -x2348 -x2530 -x2724 -x2921 -x3112 -x3308 -x3499 -x1978 -x2161 -x2349 x2531 -x2725 -x2922 -x3113 -x3309 -x3500 -x1979 -x2162 -x2350 x2532 -x2726 -x2923 -x3114 -x3310 -x3501 -x1980 -x2163 -x2351 x2533 -x2727 -x2924 -x3115 -x3311 -x3502 -x1981 -x2164 -x2352 x2534 -x2728 -x2925 -x3116 -x3312 -x3503 -x1982 -x2165 -x2353 x2535 -x2729 -x2926 -x3117 -x3313 -x3504 -x1983 -x2166 -x2354 x2536 -x2730 -x2927 -x3118 -x3314 -x3505 -x1984 -x2167 -x2355 x2537 -x2731 -x2928 -x3119 -x3315 -x3506 -x1985 -x2168 -x2356 x2538 -x2732 -x2929 -x3120 -x3316 -x3507 -x1986
3600.03/3607.90	v -x2169 -x2357 x2539 -x2733 -x2930 -x3121 -x3317 -x3508 -x1987 -x2170 -x2358 x2540 -x2734 -x2931 -x3122 -x3318 -x3509 -x1988 -x2171 -x2359 x2541 -x2735 -x2932 -x3123 -x3319 -x3510 -x1989 -x2172 -x2360 x2542 -x2736 -x2933 -x3124 -x3320 -x3511 -x1990 -x2173 -x2361 x2543 -x2737 -x2934 -x3125 -x3321 -x3512 -x1991 -x2174 -x2362 x2544 -x2738 -x2935 -x3126 -x3322 -x3513 -x1992 -x2363 -x2739 -x2936 -x3127 -x3323 x3514 -x1993 -x2175 -x2364 -x2545 -x2740 -x2937 -x3128 -x3324 x3515 -x1994 -x2176 -x2365 -x2546 -x2741 -x2938 -x3129 -x3325 x3516 -x1995 -x2177 -x2366 -x2547 -x2742 -x2939 -x3130 -x3326 x3517 -x1996 -x2178 -x2367 -x2548 -x2743 -x2940 -x3131 -x3327 x3518 -x1997 -x2179 -x2368 -x2549 -x2744 -x2941 -x3132 -x3328 x3519 -x1998 -x2180 -x2369 -x2550 -x2745 -x2942 -x3133 -x3329 x3520 -x1999 -x2181 -x2370 -x2551 -x2746 -x2943 -x3134 -x3330 x3521 -x2000 -x2182 -x2371 -x2552 -x2747 -x2944 -x3135 -x3331 x3522 -x2001 -x2183 -x2372 -x2553 -x2748 -x2945 -x3136 -x3332 x3523 -x2002 -x2184 -x2373 -x2554 -x2749 -x2946 -x3137 -x3333 x3524 -x2003 -x2185 -x2374 -x2555 -x2750 -x2947 -x3138 -x3334 x3525 -x2004 -x2186 -x2375 -x2556 -x2751 -x2948 -x3139 -x3335 x3526 -x2005 -x2187 -x2376 -x2557 -x2752 -x2949 -x3140 -x3336 x3527 -x2006 -x2188 -x2377 -x2558 -x2753 -x2950 -x3141 -x3337 -x3528 -x2007 -x2189 -x2378 -x2559 -x2754 -x2951 -x3142 x3338 -x3529 -x2008 x2755 -x2952 -x3339 -x2009 -x2379 x2756 -x2953 -x3143 -x3340 -x3530 -x2010 -x2190 -x2380 -x2560 x2757 -x2954 -x3144 -x3341 -x3531 -x2011 -x2191 -x2381 -x2561 x2758 -x2955 -x3145 -x3342 -x3532 -x2012 -x2192 -x2382 -x2562 x2759 -x2956 -x3146 -x3343 -x3533 -x2013 -x2193 -x2383 -x2563 x2760 -x2957 -x3147 -x3344 -x3534 -x2014 -x2194 -x2384 -x2564 x2761 -x2958 -x3148 -x3345 -x3535 -x2015 -x2195 -x2385 -x2565 -x2762 -x2959 -x3149 -x3346 -x3536 -x2016 x2196 -x2386 -x2566 -x2763 -x2960 -x3150 -x3347 -x3537 -x2017 x2197 -x2387 -x2567 -x2764 -x2961 -x3151 -x3348 -x3538 -x2018 x2198 -x2388 -x2568 -x2765 -x2962 -x3152 -x3349 -x3539 -x2019 x2199 -x2389 -x2569 -x2766 -x2963 -x3153 -x3350 -x3540 -x2020 x2200 -x2390 -x2570 -x2767 -x2964 -x3154 -x3351 -x3541 -x2021 x2201 -x2391 -x2571 -x2768 -x2965 -x3155 -x3352 -x3542 -x2022 -x2202 -x2392 -x2572 -x2769 -x2966 -x3156 -x3353 -x3543 -x2023 -x2203 -x2393 -x2573 -x2770 -x2967 -x3157 -x3354 -x3544 -x2024 -x2204 -x2394 -x2574 -x2771 -x2968 -x3158 -x3355 -x3545 -x3547 -x3763 -x3548 -x3764 -x3549 -x3765 -x3550 -x3766 -x3551 -x3767 -x3552 -x3768 -x3553 -x3769 -x3554 -x3770 -x3555 -x3771 -x3556 -x3772 -x3557 x3773 x3558 -x3774 -x3559 -x3775 -x3560 -x3776 -x3561 -x3777 -x3562 -x3778 -x3563 -x3779 -x3565 -x3781 -x3566 -x3782 -x3567 -x3783 -x3568 -x3784 -x3569 -x3785 -x3570 -x3786 -x3571 -x3787 -x3572 -x3788 -x3573 -x3789 -x3574 x3790 -x3575 -x3791 -x3576 -x3792 x3577 -x3793 -x3578 -x3794 -x3579 -x3795 -x3580 -x3796 -x3581 -x3797 -x3583 -x3799 x3584 -x3800 -x3585 -x3801 -x3586 -x3802 -x3587 -x3803 -x3588 -x3804 -x3589 -x3805 -x3590 -x3806 -x3591 x3807 -x3592 -x3808 -x3593 -x3809 -x3594 -x3810 -x3595 -x3811 x3596 -x3812 -x3597 -x3813 -x3598 -x3814 -x3599 x3815 -x3601 -x3817 -x3602 -x3818 -x3603 -x3819 -x3604 -x3820 -x3605 -x3821 -x3606 x3822 x3607 -x3823 -x3608 -x3824 -x3609 -x3825 -x3610 -x3826 -x3611 -x3827 -x3612 -x3828 -x3613 -x3829 -x3614 -x3830 -x3615 -x3831 -x3616 -x3832 -x3617 -x3833 -x3619 -x3835 -x3620 -x3836 -x3621 -x3837 -x3622 -x3838 -x3623 x3839 -x3624 -x3840 -x3625 -x3841 -x3626 -x3842 -x3627 -x3843 x3628 -x3844 -x3629 -x3845 -x3630 -x3846 -x3631 -x3847 -x3632 -x3848 -x3633 -x3849 -x3634 -x3850 -x3635 -x3851 x3637 -x3853 -x3638 -x3854 -x3639 -x3855 -x3640 x3856 -x3641 -x3857 -x3642 -x3858 -x3643 -x3859 -x3644 -x3860 -x3645 -x3861 -x3646 -x3862 x3647 -x3863 -x3648 -x3864 -x3649 -x3865 -x3650 -x3866 -x3651 -x3867 -x3652 x3868 -x3653 -x3869 -x3655 -x3871 -x3656 -x3872 -x3657 x3873 x3658 -x3874 -x3659 -x3875 -x3660 -x3876 -x3661 -x3877 -x3662 -x3878 -x3663 -x3879 -x3664 -x3880 -x3665 -x3881 -x3666 -x3882 -x3667 -x3883 -x3668 -x3884 -x3669 -x3885 -x3670 -x3886 -x3671 -x3887 -x3673 -x3889 -x3674 x3890 -x3675 -x3891 -x3676 -x3892 x3677 -x3893 -x3678 -x3894 -x3679 -x3895 -x3680 -x3896 -x3681 -x3897 -x3682 -x3898 -x3683 -x3899 -x3684 -x3900 -x3685 x3901 -x3686 -x3902 x3687 -x3903 -x3688 -x3904 -x3689 -x3905 -x3691 x3907 -x3692 -x3908 -x3693 -x3909 -x3694 -x3910 -x3695 -x3911 x3696 -x3912 -x3697 -x3913 -x3698 x3914 x3699 -x3915 -x3700 -x3916 -x3701 -x3917 -x3702 x3918 -x3703 -x3919 -x3704 -x3920 -x3705 -x3921 -x3706 -x3922 x3707 -x3923 -x3709 -x3925 -x3710 -x3926 x3711 -x3927 -x3712 -x3928 -x3713 -x3929 -x3714 -x3930 -x3715 -x3931 -x3716 -x3932 -x3717 -x3933 -x3718 -x3934 -x3719 -x3935 -x3720 -x3936 -x3721 -x3937 -x3722 -x3938 -x3723 -x3939 -x3724 -x3940 -x3725 -x3941 -x3727 -x3943 -x3728 -x3944 -x3729 -x3945 -x3730 -x3946 -x3731 -x3947 -x3732 -x3948 -x3733 -x3949 -x3734 -x3950 -x3735 -x3951 -x3736 -x3952 -x3737 -x3953 -x3738 -x3954 -x3739 -x3955 -x3740 -x3956 -x3741 x3957 x3742 -x3958 -x3743 -x3959 -x3745 -x3961 -x3746 -x3962 -x3747 -x3963 -x3748 -x3964 -x3749 -x3965 -x3750 -x3966 -x3751 x3967 x3752 -x3968 -x3753 -x3969 -x3754 -x3970 -x3755 -x3971 -x3756 -x3972 -x3757 -x3973 -x3758 x3974 -x3759 -x3975 -x3760 -x3976 -x3761 -x3977 -x3546 -x3762 x3564 -x3780 -x3582 -x3798 -x3600 -x3816 -x3618 -x3834 -x3636 x3852 -x3654 -x3870 -x3672 -x3888 -x3690 -x3906 -x3708 -x3924 -x3726 -x3942 -x3744 -x3960 -x3997 x3996 -x3998 -x3999 -x4000 -x4001 -x4002 -x4003 -x4004 -x4005 -x4006 -x4007 -x4008 -x4009 -x4010 -x4011 -x4012 -x4013 x4015 x4014 -x4016 -x4017 -x4018 -x4019 -x4020 -x4021 -x4022 -x4023 -x4024 -x4025 -x4026 -x4027 -x4028 -x4029 -x4030 -x4031 x4033 x4032 -x4034 -x4035 -x4036 -x4037 -x4038 -x4039 -x4040 -x4041 -x4042 -x4043 -x4044 -x4045 -x4046 -x4047 -x4048 -x4049 x4051 x4050 -x4052 -x4053 -x4054 -x4055 -x4056 -x4057 -x4058 -x4059 -x4060 -x4061 -x4062 -x4063 -x4064 -x4065 -x4066 -x4067 -x4069 x4068 -x4070 -x4071 -x4072 -x4073 -x4074 -x4075 -x4076 -x4077 -x4078 -x4079 -x4080 -x4081 -x4082 -x4083 -x4084 -x4085 -x4087 x4086 -x4088 -x4089 -x4090 -x4091 -x4092 -x4093 -x4094 -x4095 -x4096 -x4097 -x4098 -x4099 -x4100 -x4101 -x4102 -x4103 -x4105 x4104 -x4106 -x4107 -x4108 -x4109 -x4110 -x4111 -x4112 -x4113 -x4114 -x4115 -x4116 -x4117 -x4118 -x4119 -x4120 -x4121 x4123 x4122 -x4124 -x4125 -x4126 -x4127 -x4128 -x4129 -x4130 -x4131 -x4132 -x4133 -x4134 -x4135 -x4136 -x4137 -x4138 -x4139 x4141 x4140 -x4142 -x4143 -x4144 -x4145 -x4146 -x4147 -x4148 -x4149 -x4150 -x4151 -x4152 -x4153 -x4154 -x4155 -x4156 -x4157 -x4159 x4158 -x4160 -x4161 -x4162 -x4163 -x4164 -x4165 -x4166 -x4167 -x4168 -x4169 -x4170 -x4171 -x4172 -x4173 -x4174 -x4175 -x4177 x4176 -x4178 -x4179 -x4180 -x4181 -x4182 -x4183 -x4184 -x4185 -x4186 -x4187 -x4188 -x4189 -x4190 -x4191 -x4192 -x4193 -x4195 x4194 -x4196 -x4197 -x4198 -x4199 -x4200 -x4201 -x4202 -x4203 -x4204 -x4205 -x4206 -x4207 -x4208 -x4209 -x4210 -x4211 x4213 x4212 -x4214 -x4215 -x4216 -x4217 -x4218 -x4219 -x4220 -x4221 -x4222 -x4223 -x4224 -x4225 -x4226 -x4227 -x4228 -x4229 x4231 x4230 -x4232 -x4233 -x4234 -x4235 -x4236 -x4237 -x4238 -x4239 -x4240 -x4241 -x4242 -x4243 -x4244 -x4245 -x4246 -x4247 x4249 x4248 -x4250 -x4251 -x4252 -x4253 -x4254 -x4255 -x4256 -x4257 -x4258 -x4259 -x4260 -x4261 -x4262 -x4263 -x4264 -x4265 x4267 x4266 -x4268 -x4269 -x4270 -x4271 -x4272 -x4273 -x4274 -x4275 -x4276 -x4277 -x4278 -x4279 -x4280 -x4281 -x4282 -x4283 -x4285 x4284 -x4286 -x4287 -x4288 -x4289 -x4290 -x4291 -x4292 -x4293 -x4294 -x4295 -x4296 -x4297 -x4298 -x4299 -x4300 -x4301 -x4303 x4302 -x4304 -x4305 -x4306 -x4307 -x4308 -x4309 -x4310 -x4311 -x4312 -x4313 -x4314 -x4315 -x4316 -x4317 -x4318 -x4319 x4645 x4644 -x4646 -x4647 -x4648 -x4649 -x4650 -x4651 -x4652 -x4653 -x4654 -x4655 -x4656 -x4657 -x4658 -x4659 -x4660 -x4661 -x4663 x4662 -x4664 -x4665 -x4666 -x4667 -x4668 -x4669 -x4670 -x4671 -x4672 -x4673 -x4674 -x4675 -x4676 -x4677 -x4678 -x4679 -x4681 x4680 -x4682 -x4683 -x4684 -x4685 -x4686 -x4687 -x4688 -x4689 -x4690 -x4691 -x4692 -x4693 -x4694 -x4695 -x4696 -x4697 -x4699 x4698 -x4700 -x4701 -x4702 -x4703 -x4704 -x4705 -x4706 -x4707 -x4708 -x4709 -x4710 -x4711 -x4712 -x4713 -x4714 -x4715 x4717 x4716 -x4718 -x4719 -x4720 -x4721 -x4722 -x4723 -x4724 -x4725 -x4726 -x4727 -x4728 -x4729 -x4730 -x4731 -x4732 -x4733 x4735 x4734 -x4736 -x4737 -x4738 -x4739 -x4740 -x4741 -x4742 -x4743 -x4744 -x4745 -x4746 -x4747 -x4748 -x4749 -x4750 -x4751 x4753 x4752 -x4754 -x4755 -x4756 -x4757 -x4758 -x4759 -x4760 -x4761 -x4762 -x4763 -x4764 -x4765 -x4766 -x4767 -x4768 -x4769 x4771 x4770 -x4772 -x4773 -x4774 -x4775 -x4776 -x4777 -x4778 -x4779 -x4780 -x4781 -x4782 -x4783 -x4784 -x4785 -x4786 -x4787 -x4789 x4788 -x4790 -x4791 -x4792 -x4793 -x4794 -x4795 -x4796 -x4797 -x4798 -x4799 -x4800 -x4801 -x4802 -x4803 -x4804 -x4805 -x4807 x4806 -x4808 -x4809 -x4810 -x4811 -x4812 -x4813 -x4814 -x4815 -x4816 -x4817 -x4818 -x4819 -x4820 -x4821 -x4822 -x4823 -x4825 x4824 -x4826 -x4827 -x4828 -x4829 -x4830 -x4831 -x4832 -x4833 -x4834 -x4835 -x4836 -x4837 -x4838 -x4839 -x4840 -x4841 -x4843 x4842 -x4844 -x4845 -x4846 -x4847 -x4848 -x4849 -x4850 -x4851 -x4852 -x4853 -x4854 -x4855 -x4856 -x4857 -x4858 -x4859 -x4861 x4860 -x4862 -x4863 -x4864 -x4865 -x4866 -x4867 -x4868 -x4869 -x4870 -x4871 -x4872 -x4873 -x4874 -x4875 -x4876 -x4877 -x4879 x4878 -x4880 -x4881 -x4882 -x4883 -x4884 -x4885 -x4886 -x4887 -x4888 -x4889 -x4890 -x4891 -x4892 -x4893 -x4894 -x4895 x4897 x4896 -x4898 -x4899 -x4900 -x4901 -x4902 -x4903 -x4904 -x4905 -x4906 -x4907 -x4908 -x4909 -x4910 -x4911 -x4912 -x4913 x4915 x4914 -x4916 -x4917 -x4918 -x4919 -x4920 -x4921 -x4922 -x4923 -x4924 -x4925 -x4926 -x4927 -x4928 -x4929 -x4930 -x4931 x4933 x4932 -x4934 -x4935 -x4936 -x4937 -x4938 -x4939 -x4940 -x4941 -x4942 -x4943 -x4944 -x4945 -x4946 -x4947 -x4948 -x4949 -x4951 x4950 -x4952 -x4953 -x4954 -x4955 -x4956 -x4957 -x4958 -x4959 -x4960 -x4961 -x4962 -x4963 -x4964 -x4965 -x4966 -x4967 x5293 x5292 x5294 -x5295 -x5296 -x5297 -x5298 -x5299 -x5300 -x5301 -x5302 -x5303 -x5304 -x5305 -x5306 -x5307 -x5308 -x5309 -x5310 -x5311 -x5312 -x5313 -x5314 -x5315 x5317 x5316 x5318 -x5319 -x5320 -x5321 -x5322 -x5323 -x5324 -x5325 -x5326 -x5327 -x5328 -x5329 -x5330 -x5331 -x5332 -x5333 -x5334 -x5335 -x5336 -x5337 -x5338 -x5339 x5341 x5340 -x5342 -x5343 -x5344 -x5345 -x5346 -x5347 -x5348 -x5349 -x5350 -x5351 -x5352 -x5353 -x5354 -x5355 -x5356 -x5357 -x5358 -x5359 -x5360 -x5361 -x5362 -x5363 -x5365 x5364 -x5366 -x5367 -x5368 -x5369 -x5370 -x5371 -x5372 -x5373 -x5374 -x5375 -x5376 -x5377 -x5378 -x5379 -x5380 -x5381 -x5382 -x5383 -x5384 -x5385 -x5386 -x5387 x5389 x5388 x5390 -x5391 -x5392 -x5393 -x5394 -x5395 -x5396 -x5397 -x5398 -x5399 -x5400 -x5401 -x5402 -x5403 -x5404 -x5405 -x5406 -x5407 -x5408 -x5409 -x5410 -x5411 x5413 x5412 -x5414 -x5415 -x5416 -x5417 -x5418 -x5419 -x5420 -x5421 -x5422 -x5423 -x5424 -x5425 -x5426 -x5427 -x5428 -x5429 -x5430 -x5431 -x5432 -x5433 -x5434 -x5435 -x5437 x5436 -x5438 -x5439 -x5440 -x5441 -x5442 -x5443 -x5444 -x5445 -x5446 -x5447 -x5448 -x5449 -x5450 -x5451 -x5452 -x5453 -x5454 -x5455 -x5456 -x5457 -x5458 -x5459 x5461 x5460 x5462 -x5463 -x5464 -x5465 -x5466 -x5467 -x5468 -x5469 -x5470 -x5471 -x5472 -x5473 -x5474 -x5475 -x5476 -x5477 -x5478 -x5479 -x5480 -x5481 -x5482 -x5483 x5485 x5484 x5486 -x5487 -x5488 -x5489 -x5490 -x5491 -x5492 -x5493 -x5494 -x5495 -x5496 -x5497 -x5498 -x5499 -x5500 -x5501 -x5502 -x5503 -x5504 -x5505 -x5506 -x5507 x5509 x5508 x5510 -x5511 -x5512 -x5513 -x5514 -x5515 -x5516 -x5517 -x5518 -x5519 -x5520 -x5521 -x5522 -x5523 -x5524 -x5525 -x5526 -x5527 -x5528 -x5529 -x5530 -x5531 x5533 x5532 -x5534 -x5535 -x5536 -x5537 -x5538 -x5539 -x5540 -x5541 -x5542 -x5543 -x5544 -x5545 -x5546 -x5547 -x5548 -x5549 -x5550 -x5551 -x5552 -x5553 -x5554 -x5555 -x5557 x5556 -x5558 -x5559 -x5560 -x5561 -x5562 -x5563 -x5564 -x5565 -x5566 -x5567 -x5568 -x5569 -x5570 -x5571 -x5572 -x5573 -x5574 -x5575 -x5576 -x5577 -x5578 -x5579 x5581 x5580 x5582 -x5583 -x5584 -x5585 -x5586 -x5587 -x5588 -x5589 -x5590 -x5591 -x5592 -x5593 -x5594 -x5595 -x5596 -x5597 -x5598 -x5599 -x5600 -x5601 -x5602 -x5603 x5605 x5604 -x5606 -x5607 -x5608 -x5609 -x5610 -x5611 -x5612 -x5613 -x5614 -x5615 -x5616 -x5617 -x5618 -x5619 -x5620 -x5621 -x5622 -x5623 -x5624 -x5625 -x5626 -x5627 x5629 x5628 x5630 -x5631 -x5632 -x5633 -x5634 -x5635 -x5636 -x5637 -x5638 -x5639 -x5640 -x5641 -x5642 -x5643 -x5644 -x5645 -x5646 -x5647 -x5648 -x5649 -x5650 -x5651 x5653 x5652 -x5654 -x5655 -x5656 -x5657 -x5658 -x5659 -x5660 -x5661 -x5662 -x5663 -x5664 -x5665 -x5666 -x5667 -x5668 -x5669 -x5670 -x5671 -x5672 -x5673 -x5674 -x5675 x5677 x5676 x5678 -x5679 -x5680 -x5681 -x5682 -x5683 -x5684 -x5685 -x5686 -x5687 -x5688 -x5689 -x5690 -x5691 -x5692 -x5693 -x5694 -x5695 -x5696 -x5697 -x5698 -x5699 x5701 x5700 x5702 -x5703 -x5704 -x5705 -x5706 -x5707 -x5708 -x5709 -x5710 -x5711 -x5712 -x5713 -x5714 -x5715 -x5716 -x5717 -x5718 -x5719 -x5720 -x5721 -x5722 -x5723 -x4321 x4320 -x4322 -x4323 -x4324 -x4325 -x4326 -x4327 -x4328 -x4329 -x4330 -x4331 -x4332 -x4333 -x4334 -x4335 -x4336 -x4337 -x4339 x4338 -x4340 -x4341 -x4342 -x4343 -x4344 -x4345 -x4346 -x4347 -x4348 -x4349 -x4350 -x4351 -x4352 -x4353 -x4354 -x4355 -x4357 x4356 -x4358 -x4359 -x4360 -x4361 -x4362 -x4363 -x4364 -x4365 -x4366 -x4367 -x4368 -x4369 -x4370 -x4371 -x4372 -x4373 x4375 x4374 -x4376 -x4377 -x4378 -x4379 -x4380 -x4381 -x4382 -x4383 -x4384 -x4385 -x4386 -x4387 -x4388 -x4389 -x4390 -x4391 x4393 x4392 -x4394 -x4395 -x4396 -x4397 -x4398 -x4399 -x4400 -x4401 -x4402 -x4403 -x4404 -x4405 -x4406 -x4407 -x4408 -x4409 x4411 x4410 -x4412 -x4413 -x4414 -x4415 -x4416 -x4417 -x4418 -x4419 -x4420 -x4421 -x4422 -x4423 -x4424 -x4425 -x4426 -x4427 x4429 x4428 -x4430 -x4431 -x4432 -x4433 -x4434 -x4435 -x4436 -x4437 -x4438 -x4439 -x4440 -x4441 -x4442 -x4443 -x4444 -x4445 -x4447 x4446 -x4448 -x4449 -x4450 -x4451 -x4452 -x4453 -x4454 -x4455 -x4456 -x4457 -x4458 -x4459 -x4460 -x4461 -x4462 -x4463 x4465 x4464 -x4466
3600.03/3607.90	v -x4467 -x4468 -x4469 -x4470 -x4471 -x4472 -x4473 -x4474 -x4475 -x4476 -x4477 -x4478 -x4479 -x4480 -x4481 x4483 x4482 -x4484 -x4485 -x4486 -x4487 -x4488 -x4489 -x4490 -x4491 -x4492 -x4493 -x4494 -x4495 -x4496 -x4497 -x4498 -x4499 -x4501 x4500 -x4502 -x4503 -x4504 -x4505 -x4506 -x4507 -x4508 -x4509 -x4510 -x4511 -x4512 -x4513 -x4514 -x4515 -x4516 -x4517 -x4519 x4518 -x4520 -x4521 -x4522 -x4523 -x4524 -x4525 -x4526 -x4527 -x4528 -x4529 -x4530 -x4531 -x4532 -x4533 -x4534 -x4535 -x4537 x4536 -x4538 -x4539 -x4540 -x4541 -x4542 -x4543 -x4544 -x4545 -x4546 -x4547 -x4548 -x4549 -x4550 -x4551 -x4552 -x4553 -x4555 x4554 -x4556 -x4557 -x4558 -x4559 -x4560 -x4561 -x4562 -x4563 -x4564 -x4565 -x4566 -x4567 -x4568 -x4569 -x4570 -x4571 -x4573 x4572 -x4574 -x4575 -x4576 -x4577 -x4578 -x4579 -x4580 -x4581 -x4582 -x4583 -x4584 -x4585 -x4586 -x4587 -x4588 -x4589 x4591 x4590 -x4592 -x4593 -x4594 -x4595 -x4596 -x4597 -x4598 -x4599 -x4600 -x4601 -x4602 -x4603 -x4604 -x4605 -x4606 -x4607 x4609 x4608 -x4610 -x4611 -x4612 -x4613 -x4614 -x4615 -x4616 -x4617 -x4618 -x4619 -x4620 -x4621 -x4622 -x4623 -x4624 -x4625 x4627 x4626 -x4628 -x4629 -x4630 -x4631 -x4632 -x4633 -x4634 -x4635 -x4636 -x4637 -x4638 -x4639 -x4640 -x4641 -x4642 -x4643 -x4969 x4968 -x4970 -x4971 -x4972 -x4973 -x4974 -x4975 -x4976 -x4977 -x4978 -x4979 -x4980 -x4981 -x4982 -x4983 -x4984 -x4985 x4987 x4986 -x4988 -x4989 -x4990 -x4991 -x4992 -x4993 -x4994 -x4995 -x4996 -x4997 -x4998 -x4999 -x5000 -x5001 -x5002 -x5003 -x5005 x5004 -x5006 -x5007 -x5008 -x5009 -x5010 -x5011 -x5012 -x5013 -x5014 -x5015 -x5016 -x5017 -x5018 -x5019 -x5020 -x5021 x5023 x5022 -x5024 -x5025 -x5026 -x5027 -x5028 -x5029 -x5030 -x5031 -x5032 -x5033 -x5034 -x5035 -x5036 -x5037 -x5038 -x5039 -x5041 x5040 -x5042 -x5043 -x5044 -x5045 -x5046 -x5047 -x5048 -x5049 -x5050 -x5051 -x5052 -x5053 -x5054 -x5055 -x5056 -x5057 -x5059 x5058 -x5060 -x5061 -x5062 -x5063 -x5064 -x5065 -x5066 -x5067 -x5068 -x5069 -x5070 -x5071 -x5072 -x5073 -x5074 -x5075 -x5077 x5076 -x5078 -x5079 -x5080 -x5081 -x5082 -x5083 -x5084 -x5085 -x5086 -x5087 -x5088 -x5089 -x5090 -x5091 -x5092 -x5093 x5095 x5094 -x5096 -x5097 -x5098 -x5099 -x5100 -x5101 -x5102 -x5103 -x5104 -x5105 -x5106 -x5107 -x5108 -x5109 -x5110 -x5111 x5113 x5112 -x5114 -x5115 -x5116 -x5117 -x5118 -x5119 -x5120 -x5121 -x5122 -x5123 -x5124 -x5125 -x5126 -x5127 -x5128 -x5129 -x5131 x5130 -x5132 -x5133 -x5134 -x5135 -x5136 -x5137 -x5138 -x5139 -x5140 -x5141 -x5142 -x5143 -x5144 -x5145 -x5146 -x5147 x5149 x5148 -x5150 -x5151 -x5152 -x5153 -x5154 -x5155 -x5156 -x5157 -x5158 -x5159 -x5160 -x5161 -x5162 -x5163 -x5164 -x5165 x5167 x5166 -x5168 -x5169 -x5170 -x5171 -x5172 -x5173 -x5174 -x5175 -x5176 -x5177 -x5178 -x5179 -x5180 -x5181 -x5182 -x5183 -x5185 x5184 -x5186 -x5187 -x5188 -x5189 -x5190 -x5191 -x5192 -x5193 -x5194 -x5195 -x5196 -x5197 -x5198 -x5199 -x5200 -x5201 -x5203 x5202 -x5204 -x5205 -x5206 -x5207 -x5208 -x5209 -x5210 -x5211 -x5212 -x5213 -x5214 -x5215 -x5216 -x5217 -x5218 -x5219 -x5221 x5220 -x5222 -x5223 -x5224 -x5225 -x5226 -x5227 -x5228 -x5229 -x5230 -x5231 -x5232 -x5233 -x5234 -x5235 -x5236 -x5237 -x5239 x5238 -x5240 -x5241 -x5242 -x5243 -x5244 -x5245 -x5246 -x5247 -x5248 -x5249 -x5250 -x5251 -x5252 -x5253 -x5254 -x5255 x5257 x5256 -x5258 -x5259 -x5260 -x5261 -x5262 -x5263 -x5264 -x5265 -x5266 -x5267 -x5268 -x5269 -x5270 -x5271 -x5272 -x5273 -x5275 x5274 -x5276 -x5277 -x5278 -x5279 -x5280 -x5281 -x5282 -x5283 -x5284 -x5285 -x5286 -x5287 -x5288 -x5289 -x5290 -x5291 x5725 x5724 -x5726 -x5727 -x5728 -x5729 -x5730 -x5731 -x5732 -x5733 -x5734 -x5735 -x5736 -x5737 -x5738 -x5739 -x5740 -x5741 -x5742 -x5743 -x5744 -x5745 -x5746 -x5747 x5749 x5748 x5750 -x5751 -x5752 -x5753 -x5754 -x5755 -x5756 -x5757 -x5758 -x5759 -x5760 -x5761 -x5762 -x5763 -x5764 -x5765 -x5766 -x5767 -x5768 -x5769 -x5770 -x5771 x5773 x5772 x5774 -x5775 -x5776 -x5777 -x5778 -x5779 -x5780 -x5781 -x5782 -x5783 -x5784 -x5785 -x5786 -x5787 -x5788 -x5789 -x5790 -x5791 -x5792 -x5793 -x5794 -x5795 -x5797 x5796 -x5798 -x5799 -x5800 -x5801 -x5802 -x5803 -x5804 -x5805 -x5806 -x5807 -x5808 -x5809 -x5810 -x5811 -x5812 -x5813 -x5814 -x5815 -x5816 -x5817 -x5818 -x5819 -x5821 x5820 -x5822 -x5823 -x5824 -x5825 -x5826 -x5827 -x5828 -x5829 -x5830 -x5831 -x5832 -x5833 -x5834 -x5835 -x5836 -x5837 -x5838 -x5839 -x5840 -x5841 -x5842 -x5843 x5845 x5844 -x5846 -x5847 -x5848 -x5849 -x5850 -x5851 -x5852 -x5853 -x5854 -x5855 -x5856 -x5857 -x5858 -x5859 -x5860 -x5861 -x5862 -x5863 -x5864 -x5865 -x5866 -x5867 x5869 x5868 x5870 -x5871 -x5872 -x5873 -x5874 -x5875 -x5876 -x5877 -x5878 -x5879 -x5880 -x5881 -x5882 -x5883 -x5884 -x5885 -x5886 -x5887 -x5888 -x5889 -x5890 -x5891 -x5893 x5892 -x5894 -x5895 -x5896 -x5897 -x5898 -x5899 -x5900 -x5901 -x5902 -x5903 -x5904 -x5905 -x5906 -x5907 -x5908 -x5909 -x5910 -x5911 -x5912 -x5913 -x5914 -x5915 x5917 x5916 x5918 -x5919 -x5920 -x5921 -x5922 -x5923 -x5924 -x5925 -x5926 -x5927 -x5928 -x5929 -x5930 -x5931 -x5932 -x5933 -x5934 -x5935 -x5936 -x5937 -x5938 -x5939 x5941 x5940 x5942 -x5943 -x5944 -x5945 -x5946 -x5947 -x5948 -x5949 -x5950 -x5951 -x5952 -x5953 -x5954 -x5955 -x5956 -x5957 -x5958 -x5959 -x5960 -x5961 -x5962 -x5963 x5965 x5964 -x5966 -x5967 -x5968 -x5969 -x5970 -x5971 -x5972 -x5973 -x5974 -x5975 -x5976 -x5977 -x5978 -x5979 -x5980 -x5981 -x5982 -x5983 -x5984 -x5985 -x5986 -x5987 x5989 x5988 x5990 -x5991 -x5992 -x5993 -x5994 -x5995 -x5996 -x5997 -x5998 -x5999 -x6000 -x6001 -x6002 -x6003 -x6004 -x6005 -x6006 -x6007 -x6008 -x6009 -x6010 -x6011 -x6013 x6012 -x6014 -x6015 -x6016 -x6017 -x6018 -x6019 -x6020 -x6021 -x6022 -x6023 -x6024 -x6025 -x6026 -x6027 -x6028 -x6029 -x6030 -x6031 -x6032 -x6033 -x6034 -x6035 x6037 x6036 -x6038 -x6039 -x6040 -x6041 -x6042 -x6043 -x6044 -x6045 -x6046 -x6047 -x6048 -x6049 -x6050 -x6051 -x6052 -x6053 -x6054 -x6055 -x6056 -x6057 -x6058 -x6059 x6061 x6060 x6062 -x6063 -x6064 -x6065 -x6066 -x6067 -x6068 -x6069 -x6070 -x6071 -x6072 -x6073 -x6074 -x6075 -x6076 -x6077 -x6078 -x6079 -x6080 -x6081 -x6082 -x6083 x6085 x6084 -x6086 -x6087 -x6088 -x6089 -x6090 -x6091 -x6092 -x6093 -x6094 -x6095 -x6096 -x6097 -x6098 -x6099 -x6100 -x6101 -x6102 -x6103 -x6104 -x6105 -x6106 -x6107 x6109 x6108 -x6110 -x6111 -x6112 -x6113 -x6114 -x6115 -x6116 -x6117 -x6118 -x6119 -x6120 -x6121 -x6122 -x6123 -x6124 -x6125 -x6126 -x6127 -x6128 -x6129 -x6130 -x6131 x6133 x6132 x6134 -x6135 -x6136 -x6137 -x6138 -x6139 -x6140 -x6141 -x6142 -x6143 -x6144 -x6145 -x6146 -x6147 -x6148 -x6149 -x6150 -x6151 -x6152 -x6153 -x6154 -x6155
3600.03/3607.90	c Model check passed
3600.03/3607.90	c Model check has passed with goal value: 36093
3600.03/3607.90	c _____________________________________________________________________________
3600.03/3607.90	c std/band forms        : 5329,179
3600.03/3607.90	c 2cl/3cl ITE-codings   : 6295,484141
3600.03/3607.90	c BDD/srt/adr Max costs : 7074,203136,0
3600.03/3607.90	c BDDraw/bin/mul/srt/adr: 553,0,135,4820,0
3600.03/3607.90	c BDD nodes             : 519826
3600.03/3607.90	c Es1/CC detections     : 0,0
3600.03/3607.90	c CC sort               : 4525
3600.03/3607.90	c SAT/UNSAT calls       : 1,0
3600.03/3607.90	c regenrated variables  : 15
3600.03/3607.90	c eliminated fixed lits : 987
3600.03/3607.90	c goal lit flips        : 0
3600.03/3607.90	c goal stages           : 0
3600.03/3607.90	c goal shrink           : 0
3600.03/3607.90	c goal coeff separations: 0
3600.03/3607.90	c restarts              : 28211
3600.03/3607.90	c conflicts             : 640460         (178 /sec)
3600.03/3607.90	c decisions             : 1938481        (538 /sec)
3600.03/3607.90	c propagations          : 7438667656     (2066268 /sec)
3600.03/3607.90	c inspects              : 0              (0 /sec)
3600.03/3607.90	c CPU time (solving tm) : 3600 s        (855.8 s, SAT 38.84 s, UNSAT 0 s)
3600.03/3607.90	c SAT solver time       : 855.8 s
3600.03/3607.90	c SAT solver SAT time   : 38.84 s
3600.03/3607.90	c SAT solver UNSAT time : 0 s
3600.03/3607.90	c SAT solver TO time    : 816.9 s
3600.03/3607.90	c Time for SCIP         : 1957 s
3600.03/3607.90	c Coop SCIP LB improvements           : 0
3600.03/3607.90	c Coop SCIP UB improvements           : 4
3600.03/3607.90	c SCIP globally fixed variables       : 118
3600.03/3607.90	c SAT  globally fixed variables       : 2431
3600.03/3607.90	c SCIP freeTransform calls            : 16
3600.03/3607.90	c Time for Opt-base     : 0.07415 s
3600.03/3607.90	c Steps for Opt-base    : 435276
3600.03/3607.90	c Time for BDD coding   : 1.853 s
3600.03/3607.90	c Time for srt coding   : 0.1385 s
3600.03/3607.90	c Inner solver invocations            : 0
3600.03/3607.90	c Inner solving count                 : 0
3600.03/3607.90	c _____________________________________________________________________________

Verifier Data

OK	36093

Watcher Data

runsolver version 3.4.3 (svn: 5215) Copyright (C) 2010-2013 Olivier ROUSSEL

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-4817323-1782933015/watcher-4817323-1782933015 -o /tmp/evaluation-result-4817323-1782933015/solver-4817323-1782933015 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4817323-1782933015/vars-4817323-1782933015 --bin-var /tmp/runsolver-exch-nodeE004-1782933015-2616430 --watchdog 3760 ./naps.sh -given-time=3600 HOME/instance-4817323-1782933015.opb 

running on 4 cores: 16-19

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 1,4-7,12-15,20-27,30,32-35,42-43,47
  3550 MHz: 0,2-3,16-18,52-55,63
  3600 MHz: 8-11,19,28-29,31,36-41,44-46,48-51,56-62
WARNING: cores do not run at the same frequency!

Cores frequency (cpufreq):
  2500 MHz: 1
  3550 MHz: 0,2-3
WARNING: cores do not run at the same frequency!

CPU governors:
  performance: 16-19

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (111398 MiB free)
  node 1: cores 8-15, 129019 MiB (111686 MiB free)
  node 2: cores 16-23, 129019 MiB (125682 MiB free)
  node 3: cores 24-31, 128957 MiB (114681 MiB free)
  node 4: cores 32-39, 129019 MiB (110384 MiB free)
  node 5: cores 40-47, 129019 MiB (107605 MiB free)
  node 6: cores 48-55, 129019 MiB (114152 MiB free)
  node 7: cores 56-63, 128474 MiB (106606 MiB free)
  node distances:
     10  12  12  12  32  32  32  32
     12  10  12  12  32  32  32  32
     12  12  10  12  32  32  32  32
     12  12  12  10  32  32  32  32
     32  32  32  32  10  12  12  12
     32  32  32  32  12  10  12  12
     32  32  32  32  12  12  10  12
     32  32  32  32  12  12  12  10

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 63488000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 63539200 KiB
Linux 5.14.0-611.55.1.el9_7.0.3.x86_64
Starting watchdog thread
solver pid=2616536, runsolver pid=2616521
Current StackSize limit: 8192 KiB


[startup+0.100057 s]*
/proc/loadavg: 1.47 2.63 5.86 5/841 2616578
/proc/meminfo: memFree=923938960/1055320700 swapFree=33554428/33554428
[pid=2616536] ppid=2616521 vsize=88212 memory=16716 CPUtime=0.02 cores=16-19
/proc/2616536/stat : 2616536 (naps_release) R 2616521 2616536 2616213 0 -1 4194304 1988 205 0 0 2 0 0 0 20 0 1 0 226589350 90329088 4096 18446744073709551615 4210688 6281017 140721904101536 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 13205504 140721904109787 140721904109968 140721904109968 140721904115656 0
/proc/2616536/statm: 22053 4178 2700 506 0 2744 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 88212 KiB
Current children cumulated memory: 16716 KiB

[startup+0.213201 s]*
/proc/loadavg: 1.47 2.63 5.86 10/843 2616601
/proc/meminfo: memFree=923864640/1055320700 swapFree=33554428/33554428
[pid=2616536] ppid=2616521 vsize=106384 memory=34448 CPUtime=0.13 cores=16-19
/proc/2616536/stat : 2616536 (naps_release) R 2616521 2616536 2616213 0 -1 4194304 6421 205 0 0 13 0 0 0 20 0 1 0 226589350 108937216 8576 18446744073709551615 4210688 6281017 140721904101536 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 13205504 140721904109787 140721904109968 140721904109968 140721904115656 0
/proc/2616536/statm: 26596 8611 2700 506 0 7287 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 106384 KiB
Current children cumulated memory: 34448 KiB

[startup+0.311776 s]*
/proc/loadavg: 1.47 2.63 5.86 15/843 2616601
/proc/meminfo: memFree=923634468/1055320700 swapFree=33554428/33554428
[pid=2616536] ppid=2616521 vsize=168748 memory=104004 CPUtime=0.23 cores=16-19
/proc/2616536/stat : 2616536 (naps_release) R 2616521 2616536 2616213 0 -1 4194304 21346 205 0 0 22 1 0 0 20 0 1 0 226589350 172797952 25856 18446744073709551615 4210688 6281017 140721904101536 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 13205504 140721904109787 140721904109968 140721904109968 140721904115656 0
/proc/2616536/statm: 42187 26001 5396 506 0 22878 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 168748 KiB
Current children cumulated memory: 104004 KiB

[startup+0.700179 s]
/proc/loadavg: 1.47 2.63 5.86 14/843 2616601
/proc/meminfo: memFree=923396448/1055320700 swapFree=33554428/33554428
[pid=2616536] ppid=2616521 vsize=229296 memory=164932 CPUtime=0.6 cores=16-19
/proc/2616536/stat : 2616536 (naps_release) R 2616521 2616536 2616213 0 -1 4194304 37332 205 0 0 58 2 0 0 20 0 1 0 226589350 234799104 41065 18446744073709551615 4210688 6281017 140721904101536 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 13205504 140721904109787 140721904109968 140721904109968 140721904115656 0
/proc/2616536/statm: 57324 41233 5810 506 0 38015 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 229296 KiB
Current children cumulated memory: 164932 KiB

[startup+1.50016 s]
/proc/loadavg: 1.47 2.63 5.86 11/843 2616601
/proc/meminfo: memFree=922997904/1055320700 swapFree=33554428/33554428
[pid=2616536] ppid=2616521 vsize=229296 memory=164992 CPUtime=1.4 cores=16-19
/proc/2616536/stat : 2616536 (naps_release) R 2616521 2616536 2616213 0 -1 4194304 37347 205 0 0 138 2 0 0 20 0 1 0 226589350 234799104 41193 18446744073709551615 4210688 6281017 140721904101536 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 13205504 140721904109787 140721904109968 140721904109968 140721904115656 0
/proc/2616536/statm: 57324 41248 5810 506 0 38015 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 229296 KiB
Current children cumulated memory: 164992 KiB

[startup+3.11321 s]
/proc/loadavg: 1.47 2.63 5.86 11/843 2616601
/proc/meminfo: memFree=921066120/1055320700 swapFree=33554428/33554428
[pid=2616536] ppid=2616521 vsize=223148 memory=158900 CPUtime=3.02 cores=16-19
/proc/2616536/stat : 2616536 (naps_release) R 2616521 2616536 2616213 0 -1 4194304 38030 205 0 0 299 3 0 0 20 0 1 0 226589350 228503552 39674 18446744073709551615 4210688 6281017 140721904101536 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 13205504 140721904109787 140721904109968 140721904109968 140721904115656 0
/proc/2616536/statm: 55787 39725 5810 506 0 36478 0
Current children cumulated CPU time: 3.02 s
Current children cumulated vsize: 223148 KiB
Current children cumulated memory: 158900 KiB

[startup+6.3001 s]
/proc/loadavg: 2.16 2.75 5.88 10/837 2616635
/proc/meminfo: memFree=919158412/1055320700 swapFree=33554428/33554428
[pid=2616536] ppid=2616521 vsize=305684 memory=222472 CPUtime=6.19 cores=16-19
/proc/2616536/stat : 2616536 (naps_release) R 2616521 2616536 2616213 0 -1 4194304 53896 205 0 0 615 4 0 0 20 0 1 0 226589350 313020416 55546 18446744073709551615 4210688 6281017 140721904101536 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 13205504 140721904109787 140721904109968 140721904109968 140721904115656 0
/proc/2616536/statm: 76421 55618 6053 506 0 57112 0
Current children cumulated CPU time: 6.19 s
Current children cumulated vsize: 305684 KiB
Current children cumulated memory: 222472 KiB

[startup+12.7001 s]
/proc/loadavg: 2.71 2.85 5.90 10/837 2616635
/proc/meminfo: memFree=916500120/1055320700 swapFree=33554428/33554428
[pid=2616536] ppid=2616521 vsize=354760 memory=275216 CPUtime=12.57 cores=16-19
/proc/2616536/stat : 2616536 (naps_release) R 2616521 2616536 2616213 0 -1 4194304 61311 205 0 0 1252 5 0 0 20 0 1 0 226589350 363274240 68725 18446744073709551615 4210688 6281017 140721904101536 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 13205504 140721904109787 140721904109968 140721904109968 140721904115656 0
/proc/2616536/statm: 88690 68804 6053 506 0 69381 0
Current children cumulated CPU time: 12.57 s
Current children cumulated vsize: 354760 KiB
Current children cumulated memory: 275216 KiB

[startup+25.5001 s]
/proc/loadavg: 4.10 3.16 5.95 10/837 2616635
/proc/meminfo: memFree=909681656/1055320700 swapFree=33554428/33554428
[pid=2616536] ppid=2616521 vsize=979556 memory=896360 CPUtime=25.34 cores=16-19
/proc/2616536/stat : 2616536 (naps_release) R 2616521 2616536 2616213 0 -1 4194304 148446 205 0 0 2482 52 0 0 20 0 1 0 226589350 1003065344 223993 18446744073709551615 4210688 6281017 140721904101536 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 13205504 140721904109787 140721904109968 140721904109968 140721904115656 0
/proc/2616536/statm: 244889 224090 6149 506 0 225580 0
Current children cumulated CPU time: 25.34 s
Current children cumulated vsize: 979556 KiB
Current children cumulated memory: 896360 KiB

[startup+51.1137 s]
/proc/loadavg: 5.77 3.63 6.03 10/837 2616635
/proc/meminfo: memFree=893652304/1055320700 swapFree=33554428/33554428
[pid=2616536] ppid=2616521 vsize=1036940 memory=956524 CPUtime=50.89 cores=16-19
/proc/2616536/stat : 2616536 (naps_release) R 2616521 2616536 2616213 0 -1 4194304 153793 205 0 0 4863 226 0 0 20 0 1 0 226589350 1061826560 239090 18446744073709551615 4210688 6281017 140721904101536 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 13205504 140721904109787 140721904109968 140721904109968 140721904115656 0
/proc/2616536/statm: 259235 239131 6181 506 0 239926 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 1036940 KiB
Current children cumulated memory: 956524 KiB

[startup+102.3 s]
/proc/loadavg: 7.60 4.46 6.19 9/833 2616649
/proc/meminfo: memFree=908332808/1055320700 swapFree=33554428/33554428
[pid=2616536] ppid=2616521 vsize=1149848 memory=1059360 CPUtime=101.95 cores=16-19
/proc/2616536/stat : 2616536 (naps_release) R 2616521 2616536 2616213 0 -1 4194304 161326 205 0 0 9646 549 0 0 20 0 1 0 226589350 1177444352 264705 18446744073709551615 4210688 6281017 140721904101536 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 13205504 140721904109787 140721904109968 140721904109968 140721904115656 0
/proc/2616536/statm: 287462 264840 6196 506 0 268153 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 1149848 KiB
Current children cumulated memory: 1059360 KiB

[startup+162.3 s]
/proc/loadavg: 7.29 4.95 6.25 8/826 2616710
/proc/meminfo: memFree=908737592/1055320700 swapFree=33554428/33554428
[pid=2616536] ppid=2616521 vsize=1083964 memory=996408 CPUtime=161.81 cores=16-19
/proc/2616536/stat : 2616536 (naps_release) R 2616521 2616536 2616213 0 -1 4194304 170580 205 0 0 14995 1186 0 0 20 0 1 0 226589350 1109979136 249050 18446744073709551615 4210688 6281017 140721904101536 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 13205504 140721904109787 140721904109968 140721904109968 140721904115656 0
/proc/2616536/statm: 270991 249102 6196 506 0 251682 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 1083964 KiB
Current children cumulated memory: 996408 KiB

[startup+222.3 s]
/proc/loadavg: 7.10 5.33 6.30 8/825 2616711
/proc/meminfo: memFree=907915428/1055320700 swapFree=33554428/33554428
[pid=2616536] ppid=2616521 vsize=976416 memory=897120 CPUtime=221.66 cores=16-19
/proc/2616536/stat : 2616536 (naps_release) R 2616521 2616536 2616213 0 -1 4194304 172100 205 0 0 20839 1327 0 0 20 0 1 0 226589350 999849984 224271 18446744073709551615 4210688 6281017 140721904101536 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 13205504 140721904109787 140721904109968 140721904109968 140721904115656 0
/proc/2616536/statm: 244104 224280 6196 506 0 224795 0
Current children cumulated CPU time: 221.66 s
Current children cumulated vsize: 976416 KiB
Current children cumulated memory: 897120 KiB

[startup+282.3 s]
/proc/loadavg: 7.04 5.63 6.35 8/823 2616712
/proc/meminfo: memFree=905906744/1055320700 swapFree=33554428/33554428
[pid=2616536] ppid=2616521 vsize=1005872 memory=924184 CPUtime=281.52 cores=16-19
/proc/2616536/stat : 2616536 (naps_release) R 2616521 2616536 2616213 0 -1 4194304 179174 205 0 0 26375 1777 0 0 20 0 1 0 226589350 1030012928 230946 18446744073709551615 4210688 6281017 140721904101536 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 13205504 140721904109787 140721904109968 140721904109968 140721904115656 0
/proc/2616536/statm: 251468 231046 6244 506 0 232159 0
Current children cumulated CPU time: 281.52 s
Current children cumulated vsize: 1005872 KiB
Current children cumulated memory: 924184 KiB

[startup+342.3 s]
/proc/loadavg: 7.07 5.90 6.40 8/817 2616713
/proc/meminfo: memFree=884505900/1055320700 swapFree=33554428/33554428

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

Current children cumulated memory: 1119740 KiB

[startup+2922.3 s]
/proc/loadavg: 6.00 6.06 6.17 7/810 2616824
/proc/meminfo: memFree=874976928/1055320700 swapFree=33554428/33554428
[pid=2616536] ppid=2616521 vsize=1201084 memory=1119740 CPUtime=2915.88 cores=16-19
/proc/2616536/stat : 2616536 (naps_release) R 2616521 2616536 2616213 0 -1 4194304 264289 205 0 0 277503 14085 0 0 20 0 1 0 226589350 1229910016 279519 18446744073709551615 4210688 6281017 140721904101536 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 13205504 140721904109787 140721904109968 140721904109968 140721904115656 0
/proc/2616536/statm: 300271 279935 6387 506 0 280962 0
Current children cumulated CPU time: 2915.88 s
Current children cumulated vsize: 1201084 KiB
Current children cumulated memory: 1119740 KiB

[startup+2982.3 s]
/proc/loadavg: 6.00 6.05 6.16 7/809 2616825
/proc/meminfo: memFree=877040576/1055320700 swapFree=33554428/33554428
[pid=2616536] ppid=2616521 vsize=1201084 memory=1119740 CPUtime=2975.75 cores=16-19
/proc/2616536/stat : 2616536 (naps_release) R 2616521 2616536 2616213 0 -1 4194304 264289 205 0 0 283490 14085 0 0 20 0 1 0 226589350 1229910016 279519 18446744073709551615 4210688 6281017 140721904101536 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 13205504 140721904109787 140721904109968 140721904109968 140721904115656 0
/proc/2616536/statm: 300271 279935 6387 506 0 280962 0
Current children cumulated CPU time: 2975.75 s
Current children cumulated vsize: 1201084 KiB
Current children cumulated memory: 1119740 KiB

[startup+3042.3 s]
/proc/loadavg: 6.06 6.05 6.15 7/809 2616826
/proc/meminfo: memFree=877111756/1055320700 swapFree=33554428/33554428
[pid=2616536] ppid=2616521 vsize=1201084 memory=1119740 CPUtime=3035.62 cores=16-19
/proc/2616536/stat : 2616536 (naps_release) R 2616521 2616536 2616213 0 -1 4194304 264581 205 0 0 289477 14085 0 0 20 0 1 0 226589350 1229910016 279519 18446744073709551615 4210688 6281017 140721904101536 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 13205504 140721904109787 140721904109968 140721904109968 140721904115656 0
/proc/2616536/statm: 300271 279935 6387 506 0 280962 0
Current children cumulated CPU time: 3035.62 s
Current children cumulated vsize: 1201084 KiB
Current children cumulated memory: 1119740 KiB

[startup+3102.3 s]
/proc/loadavg: 6.02 6.04 6.14 7/809 2616838
/proc/meminfo: memFree=877136924/1055320700 swapFree=33554428/33554428
[pid=2616536] ppid=2616521 vsize=1201084 memory=1119740 CPUtime=3095.5 cores=16-19
/proc/2616536/stat : 2616536 (naps_release) R 2616521 2616536 2616213 0 -1 4194304 264581 205 0 0 295465 14085 0 0 20 0 1 0 226589350 1229910016 279519 18446744073709551615 4210688 6281017 140721904101536 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 13205504 140721904109787 140721904109968 140721904109968 140721904115656 0
/proc/2616536/statm: 300271 279935 6387 506 0 280962 0
Current children cumulated CPU time: 3095.5 s
Current children cumulated vsize: 1201084 KiB
Current children cumulated memory: 1119740 KiB

[startup+3162.3 s]
/proc/loadavg: 6.00 6.03 6.13 7/810 2616844
/proc/meminfo: memFree=877129476/1055320700 swapFree=33554428/33554428
[pid=2616536] ppid=2616521 vsize=1201084 memory=1119740 CPUtime=3155.37 cores=16-19
/proc/2616536/stat : 2616536 (naps_release) R 2616521 2616536 2616213 0 -1 4194304 264581 205 0 0 301452 14085 0 0 20 0 1 0 226589350 1229910016 279519 18446744073709551615 4210688 6281017 140721904101536 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 13205504 140721904109787 140721904109968 140721904109968 140721904115656 0
/proc/2616536/statm: 300271 279935 6387 506 0 280962 0
Current children cumulated CPU time: 3155.37 s
Current children cumulated vsize: 1201084 KiB
Current children cumulated memory: 1119740 KiB

[startup+3222.3 s]
/proc/loadavg: 6.00 6.02 6.11 7/810 2616845
/proc/meminfo: memFree=876085256/1055320700 swapFree=33554428/33554428
[pid=2616536] ppid=2616521 vsize=1201084 memory=1119740 CPUtime=3215.25 cores=16-19
/proc/2616536/stat : 2616536 (naps_release) R 2616521 2616536 2616213 0 -1 4194304 264582 205 0 0 307440 14085 0 0 20 0 1 0 226589350 1229910016 279519 18446744073709551615 4210688 6281017 140721904101536 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 13205504 140721904109787 140721904109968 140721904109968 140721904115656 0
/proc/2616536/statm: 300271 279935 6387 506 0 280962 0
Current children cumulated CPU time: 3215.25 s
Current children cumulated vsize: 1201084 KiB
Current children cumulated memory: 1119740 KiB

[startup+3282.3 s]
/proc/loadavg: 6.00 6.02 6.10 7/810 2616846
/proc/meminfo: memFree=876177008/1055320700 swapFree=33554428/33554428
[pid=2616536] ppid=2616521 vsize=1201084 memory=1119740 CPUtime=3275.12 cores=16-19
/proc/2616536/stat : 2616536 (naps_release) R 2616521 2616536 2616213 0 -1 4194304 264582 205 0 0 313427 14085 0 0 20 0 1 0 226589350 1229910016 279519 18446744073709551615 4210688 6281017 140721904101536 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 13205504 140721904109787 140721904109968 140721904109968 140721904115656 0
/proc/2616536/statm: 300271 279935 6387 506 0 280962 0
Current children cumulated CPU time: 3275.12 s
Current children cumulated vsize: 1201084 KiB
Current children cumulated memory: 1119740 KiB

[startup+3342.3 s]
/proc/loadavg: 6.00 6.01 6.09 7/810 2616847
/proc/meminfo: memFree=874423104/1055320700 swapFree=33554428/33554428
[pid=2616536] ppid=2616521 vsize=1201084 memory=1119740 CPUtime=3334.99 cores=16-19
/proc/2616536/stat : 2616536 (naps_release) R 2616521 2616536 2616213 0 -1 4194304 264582 205 0 0 319414 14085 0 0 20 0 1 0 226589350 1229910016 279519 18446744073709551615 4210688 6281017 140721904101536 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 13205504 140721904109787 140721904109968 140721904109968 140721904115656 0
/proc/2616536/statm: 300271 279935 6387 506 0 280962 0
Current children cumulated CPU time: 3334.99 s
Current children cumulated vsize: 1201084 KiB
Current children cumulated memory: 1119740 KiB

[startup+3402.3 s]
/proc/loadavg: 6.00 6.01 6.08 7/810 2616848
/proc/meminfo: memFree=869507000/1055320700 swapFree=33554428/33554428
[pid=2616536] ppid=2616521 vsize=1201084 memory=1119740 CPUtime=3394.87 cores=16-19
/proc/2616536/stat : 2616536 (naps_release) R 2616521 2616536 2616213 0 -1 4194304 264582 205 0 0 325402 14085 0 0 20 0 1 0 226589350 1229910016 279519 18446744073709551615 4210688 6281017 140721904101536 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 13205504 140721904109787 140721904109968 140721904109968 140721904115656 0
/proc/2616536/statm: 300271 279935 6387 506 0 280962 0
Current children cumulated CPU time: 3394.87 s
Current children cumulated vsize: 1201084 KiB
Current children cumulated memory: 1119740 KiB

[startup+3462.3 s]
/proc/loadavg: 6.00 6.00 6.08 7/809 2616849
/proc/meminfo: memFree=875778316/1055320700 swapFree=33554428/33554428
[pid=2616536] ppid=2616521 vsize=1201084 memory=1119740 CPUtime=3454.74 cores=16-19
/proc/2616536/stat : 2616536 (naps_release) R 2616521 2616536 2616213 0 -1 4194304 264582 205 0 0 331389 14085 0 0 20 0 1 0 226589350 1229910016 279519 18446744073709551615 4210688 6281017 140721904101536 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 13205504 140721904109787 140721904109968 140721904109968 140721904115656 0
/proc/2616536/statm: 300271 279935 6387 506 0 280962 0
Current children cumulated CPU time: 3454.74 s
Current children cumulated vsize: 1201084 KiB
Current children cumulated memory: 1119740 KiB

[startup+3522.3 s]
/proc/loadavg: 6.00 6.00 6.07 7/810 2616853
/proc/meminfo: memFree=876438416/1055320700 swapFree=33554428/33554428
[pid=2616536] ppid=2616521 vsize=1201084 memory=1119740 CPUtime=3514.61 cores=16-19
/proc/2616536/stat : 2616536 (naps_release) R 2616521 2616536 2616213 0 -1 4194304 264583 205 0 0 337376 14085 0 0 20 0 1 0 226589350 1229910016 279519 18446744073709551615 4210688 6281017 140721904101536 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 13205504 140721904109787 140721904109968 140721904109968 140721904115656 0
/proc/2616536/statm: 300271 279935 6387 506 0 280962 0
Current children cumulated CPU time: 3514.61 s
Current children cumulated vsize: 1201084 KiB
Current children cumulated memory: 1119740 KiB

[startup+3582.3 s]
/proc/loadavg: 6.00 6.00 6.07 7/810 2616854
/proc/meminfo: memFree=876834052/1055320700 swapFree=33554428/33554428
[pid=2616536] ppid=2616521 vsize=1201084 memory=1119740 CPUtime=3574.49 cores=16-19
/proc/2616536/stat : 2616536 (naps_release) R 2616521 2616536 2616213 0 -1 4194304 264583 205 0 0 343364 14085 0 0 20 0 1 0 226589350 1229910016 279519 18446744073709551615 4210688 6281017 140721904101536 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 13205504 140721904109787 140721904109968 140721904109968 140721904115656 0
/proc/2616536/statm: 300271 279935 6387 506 0 280962 0
Current children cumulated CPU time: 3574.49 s
Current children cumulated vsize: 1201084 KiB
Current children cumulated memory: 1119740 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.9 s]
/proc/loadavg: 6.00 6.00 6.06 7/810 2616855
/proc/meminfo: memFree=876883316/1055320700 swapFree=33554428/33554428
[pid=2616536] ppid=2616521 vsize=1201084 memory=1119740 CPUtime=3600.03 cores=16-19
/proc/2616536/stat : 2616536 (naps_release) R 2616521 2616536 2616213 0 -1 4194304 264583 205 0 0 345918 14085 0 0 20 0 1 0 226589350 1229910016 279519 18446744073709551615 4210688 6281017 140721904101536 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 13205504 140721904109787 140721904109968 140721904109968 140721904115656 0
/proc/2616536/statm: 300271 279935 6387 506 0 280962 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 1201084 KiB
Current children cumulated memory: 1119740 KiB

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

[startup+3607.91 s]
# the end of solver process 2616536 was just reported to runsolver
# Child status: 10

# cumulated CPU time of all completed processes:  user=3459.19 s, system=140.866 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3607.9 s]
/proc/loadavg: 6.00 6.00 6.06 7/810 2616855
/proc/meminfo: memFree=876883316/1055320700 swapFree=33554428/33554428
[pid=2616536] ppid=2616521 vsize=1201084 memory=1119740 CPUtime=3600.03 cores=16-19
/proc/2616536/stat : 2616536 (naps_release) R 2616521 2616536 2616213 0 -1 4194304 264583 205 0 0 345918 14085 0 0 20 0 1 0 226589350 1229910016 279519 18446744073709551615 4210688 6281017 140721904101536 0 0 0 0 0 16898 0 0 0 17 16 0 0 0 0 0 6662968 6676388 13205504 140721904109787 140721904109968 140721904109968 140721904115656 0
/proc/2616536/statm: 300271 279935 6387 506 0 280962 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 1201084 KiB
Current children cumulated memory: 1119740 KiB

Child status: 10

Real time (s): 3607.91
CPU time (s): 3600.06
CPU user time (s): 3459.19
CPU system time (s): 140.866
CPU usage (%): 99.7823
Max. virtual memory (cumulated for all children) (KiB): 1301224
Max. memory (cumulated for all children) (KiB): 1230952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3459.19
system time used= 140.866
maximum resident set size= 1229668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 264788
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= 595
involuntary context switches= 1708


# summary of solver processes directly reported to runsolver:
#   pid: 2616536
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3459.19
#   total CPU system time (s): 140.866

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.9686 second user time and 31.8932 second system time

The end

Launcher Data

Begin job on nodeE004 at 2026-07-01 21:10:15
IDJOB=4817323
IDBENCH=185394
IDSOLVER=3589
FILE ID=nodeE004/4817323-1782933015
RUNJOBID= nodeE004-1782933015-2616430
SLURM_JOB_ID= 12543010
Free space on /tmp= 797972 MiB

SOLVER NAME= NaPS 1.04
BENCH NAME= PB26/normalized-PB26/OPT-LIN/sergeys/CPMpy_translated_dataset_PB26/miplib/normalized-neos-3214367-sovi.mps.opb
COMMAND LINE= ./naps.sh -given-time=TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4817323-1782933015/watcher-4817323-1782933015 -o /tmp/evaluation-result-4817323-1782933015/solver-4817323-1782933015 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4817323-1782933015/vars-4817323-1782933015 --bin-var /tmp/runsolver-exch-nodeE004-1782933015-2616430 --watchdog 3760  ./naps.sh -given-time=3600 HOME/instance-4817323-1782933015.opb

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 62000 MiB
NBCORE= 3

MD5SUM BENCH= 73d19eef1872c6013c5421ba6de02251
RANDOM SEED=281607731

nodeE004 Linux 5.14.0-611.55.1.el9_7.0.3.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 18 19:21:10 UTC 2026

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3556.725
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 0
cpu cores	: 32
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 1
cpu cores	: 32
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3555.873
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 2
cpu cores	: 32
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3539.481
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 3
cpu cores	: 32
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 4
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 64
cpu cores	: 32
apicid		: 64
initial apicid	: 64
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 5
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 65
cpu cores	: 32
apicid		: 65
initial apicid	: 65
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 6
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 66
cpu cores	: 32
apicid		: 66
initial apicid	: 66
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 7
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 67
cpu cores	: 32
apicid		: 67
initial apicid	: 67
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 8
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 32
cpu cores	: 32
apicid		: 32
initial apicid	: 32
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 9
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 33
cpu cores	: 32
apicid		: 33
initial apicid	: 33
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 10
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 34
cpu cores	: 32
apicid		: 34
initial apicid	: 34
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 11
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3603.531
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 35
cpu cores	: 32
apicid		: 35
initial apicid	: 35
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 12
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 96
cpu cores	: 32
apicid		: 96
initial apicid	: 96
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 13
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 97
cpu cores	: 32
apicid		: 97
initial apicid	: 97
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 14
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 98
cpu cores	: 32
apicid		: 98
initial apicid	: 98
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 15
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 99
cpu cores	: 32
apicid		: 99
initial apicid	: 99
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 16
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3574.579
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 48
cpu cores	: 32
apicid		: 48
initial apicid	: 48
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 17
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 49
cpu cores	: 32
apicid		: 49
initial apicid	: 49
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 18
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3568.629
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 50
cpu cores	: 32
apicid		: 50
initial apicid	: 50
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 19
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 51
cpu cores	: 32
apicid		: 51
initial apicid	: 51
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 20
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 112
cpu cores	: 32
apicid		: 112
initial apicid	: 112
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 21
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 113
cpu cores	: 32
apicid		: 113
initial apicid	: 113
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 22
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 114
cpu cores	: 32
apicid		: 114
initial apicid	: 114
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 23
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 115
cpu cores	: 32
apicid		: 115
initial apicid	: 115
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 24
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 16
cpu cores	: 32
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 25
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 17
cpu cores	: 32
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 26
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 18
cpu cores	: 32
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 27
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 19
cpu cores	: 32
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 28
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3592.263
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 80
cpu cores	: 32
apicid		: 80
initial apicid	: 80
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 29
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3592.887
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 81
cpu cores	: 32
apicid		: 81
initial apicid	: 81
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 30
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 82
cpu cores	: 32
apicid		: 82
initial apicid	: 82
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 31
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3593.254
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 83
cpu cores	: 32
apicid		: 83
initial apicid	: 83
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 32
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 0
cpu cores	: 32
apicid		: 128
initial apicid	: 128
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 33
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 1
cpu cores	: 32
apicid		: 129
initial apicid	: 129
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 34
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 2
cpu cores	: 32
apicid		: 130
initial apicid	: 130
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 35
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 3
cpu cores	: 32
apicid		: 131
initial apicid	: 131
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 36
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3570.196
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 64
cpu cores	: 32
apicid		: 192
initial apicid	: 192
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 37
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3581.281
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 65
cpu cores	: 32
apicid		: 193
initial apicid	: 193
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 38
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3572.619
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 66
cpu cores	: 32
apicid		: 194
initial apicid	: 194
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 39
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3580.213
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 67
cpu cores	: 32
apicid		: 195
initial apicid	: 195
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 40
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 32
cpu cores	: 32
apicid		: 160
initial apicid	: 160
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 41
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3583.339
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 33
cpu cores	: 32
apicid		: 161
initial apicid	: 161
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 42
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 34
cpu cores	: 32
apicid		: 162
initial apicid	: 162
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 43
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 35
cpu cores	: 32
apicid		: 163
initial apicid	: 163
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 44
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3595.314
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 96
cpu cores	: 32
apicid		: 224
initial apicid	: 224
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 45
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3587.944
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 97
cpu cores	: 32
apicid		: 225
initial apicid	: 225
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 46
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3583.604
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 98
cpu cores	: 32
apicid		: 226
initial apicid	: 226
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 47
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 99
cpu cores	: 32
apicid		: 227
initial apicid	: 227
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 48
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3605.390
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 48
cpu cores	: 32
apicid		: 176
initial apicid	: 176
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 49
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3603.242
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 49
cpu cores	: 32
apicid		: 177
initial apicid	: 177
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 50
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 50
cpu cores	: 32
apicid		: 178
initial apicid	: 178
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 51
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3598.202
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 51
cpu cores	: 32
apicid		: 179
initial apicid	: 179
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 52
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3560.763
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 112
cpu cores	: 32
apicid		: 240
initial apicid	: 240
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 53
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3565.645
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 113
cpu cores	: 32
apicid		: 241
initial apicid	: 241
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 54
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3560.293
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 114
cpu cores	: 32
apicid		: 242
initial apicid	: 242
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 55
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3564.805
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 115
cpu cores	: 32
apicid		: 243
initial apicid	: 243
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 56
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3598.665
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 16
cpu cores	: 32
apicid		: 144
initial apicid	: 144
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 57
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3598.942
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 17
cpu cores	: 32
apicid		: 145
initial apicid	: 145
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 58
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3597.346
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 18
cpu cores	: 32
apicid		: 146
initial apicid	: 146
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 59
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3596.544
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 19
cpu cores	: 32
apicid		: 147
initial apicid	: 147
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 60
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3577.432
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 80
cpu cores	: 32
apicid		: 208
initial apicid	: 208
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 61
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 81
cpu cores	: 32
apicid		: 209
initial apicid	: 209
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 62
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3577.313
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 82
cpu cores	: 32
apicid		: 210
initial apicid	: 210
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 63
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3576.161
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 83
cpu cores	: 32
apicid		: 211
initial apicid	: 211
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]


/proc/meminfo:
MemTotal:       1055320700 kB
MemFree:        923849368 kB
MemAvailable:   1045686236 kB
Buffers:            3352 kB
Cached:         126232272 kB
SwapCached:            0 kB
Active:          6368464 kB
Inactive:       120002688 kB
Active(anon):     914264 kB
Inactive(anon):   142608 kB
Active(file):    5454200 kB
Inactive(file): 119860080 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            175200 kB
Writeback:             4 kB
AnonPages:        140660 kB
Mapped:           181760 kB
Shmem:            921344 kB
KReclaimable:    1547528 kB
Slab:            2126684 kB
SReclaimable:    1547528 kB
SUnreclaim:       579156 kB
KernelStack:       14144 kB
PageTables:         4488 kB
SecPageTables:     15392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214776 kB
Committed_AS:    1387892 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      478564 kB
VmallocChunk:          0 kB
Percpu:           135168 kB
HardwareCorrupted:     0 kB
AnonHugePages:     43008 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      377284 kB
DirectMap2M:    20916224 kB
DirectMap1G:    1052770304 kB

Free space on /tmp at the end= 797848 MiB
End job on nodeE004 at 2026-07-01 22:10:24