Trace number 4780650

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.04OPT2 2363.62 2371.07

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/sakai/PB25-bnn-verification-20250419/
instances/normalized-bnn_mnist_rot_16_label5_adversarial_norm_1.opb
MD5SUMf94de02fa01250a2017b0bd253a5fded
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 benchmark2
Best CPU time to get the best result obtained on this benchmark2.3167
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1289
Total number of constraints1094
Number of constraints which are clauses13
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1080
Minimum length of a constraint1
Maximum length of a constraint785
Number of terms in the objective function 773
Biggest coefficient in the objective function 15502
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 46385
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 15502
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 46385
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file

Solver Data

0.00/0.01	exec HOME/naps_release -v2 -mc -cSCIP -scip-solve-prop -scip-stage-prop -given-time=3600 HOME/instance-4780650-1782138189.opb
0.00/0.03	c NaPS 1.03a50.
0.00/0.03	c Using SAT solver: CaDiCaL 3.0.0
0.00/0.03	c Input file name: HOME/instance-4780650-1782138189.opb
0.00/0.03	c Parsing PB file...
0.00/0.03	c goal was devided by 1 with offset 30883.
0.49/0.56	c assumptions before coding: 
0.58/0.64	c initScipForCoop
0.58/0.66	c Running SCIP presolver (time limit: 10 sec)...
0.58/0.66	c solveScip
0.58/0.66	c initScipForCoop
0.58/0.66	c Cooperative mode: scip_coop_offset=30883.000000
0.58/0.66	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
0.58/0.66	c Running SCIP presolve for solve-time propagation (rounds=3)
0.58/0.69	c presolving:
0.66/0.74	c (round 1, fast)       13 del vars, 0 del conss, 0 add conss, 0 chg bounds, 200 chg sides, 400 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
0.76/0.81	c    (0.1s) running MILP presolver
0.76/0.83	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
0.76/0.84	c (round 2, exhaustive) 13 del vars, 1 del conss, 0 add conss, 0 chg bounds, 200 chg sides, 400 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
0.86/0.99	c    (0.3s) probing: 51/1276 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.86/0.99	c    (0.3s) probing aborted: 50/50 successive totally useless probings
1.07/1.11	c presolving (3 rounds: 3 fast, 2 medium, 2 exhaustive):
1.07/1.11	c  13 deleted vars, 1 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 200 changed sides, 400 changed coefficients
1.07/1.11	c  0 implications, 1 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1.07/1.11	c presolved problem has 1276 variables (1276 bin, 0 int, 0 cont) and 1072 constraints
1.07/1.11	c    1066 constraints of type <knapsack>
1.07/1.11	c       1 constraints of type <setppc>
1.07/1.11	c       5 constraints of type <linear>
1.07/1.11	c transformed objective value is always integral (scale: 1)
1.07/1.11	c Presolving Time: 0.42
1.07/1.14	c presolving:
1.07/1.19	c (round 1, fast)       13 del vars, 0 del conss, 0 add conss, 0 chg bounds, 200 chg sides, 400 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
1.16/1.26	c    (0.1s) running MILP presolver
1.16/1.29	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
1.25/1.31	c (round 2, exhaustive) 13 del vars, 1 del conss, 0 add conss, 0 chg bounds, 200 chg sides, 400 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
1.25/1.36	c (round 3, exhaustive) 13 del vars, 1 del conss, 0 add conss, 0 chg bounds, 200 chg sides, 400 chg coeffs, 1067 upgd conss, 0 impls, 1 clqs, 0 implints
1.35/1.42	c (round 4, exhaustive) 13 del vars, 1 del conss, 0 add conss, 0 chg bounds, 200 chg sides, 400 chg coeffs, 1072 upgd conss, 0 impls, 1 clqs, 0 implints
1.45/1.50	c    (0.4s) probing: 51/1276 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.45/1.50	c    (0.4s) probing aborted: 50/50 successive totally useless probings
1.55/1.61	c    (0.5s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1.55/1.64	c    (0.5s) no symmetry present (symcode time: 0.00)
1.66/1.76	c presolving (5 rounds: 5 fast, 4 medium, 4 exhaustive):
1.66/1.76	c  13 deleted vars, 1 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 200 changed sides, 400 changed coefficients
1.66/1.76	c  0 implications, 1 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1.66/1.76	c presolved problem has 1276 variables (1276 bin, 0 int, 0 cont) and 1072 constraints
1.66/1.76	c    1071 constraints of type <knapsack>
1.66/1.76	c       1 constraints of type <setppc>
1.66/1.76	c transformed objective value is always integral (scale: 1)
1.66/1.76	c Presolving Time: 0.61
1.66/1.76	c 
1.86/1.97	c in SCIP_DECL_EVENTEXEC found by SCIP
1.86/1.97	o 13978
1.86/1.97	c Model check passed
1.86/1.97	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.86/1.97	c p 0.8s|     1 |     0 |     0 |     - |   locks|   0 |1276 |1072 |1072 |   0 |  0 |   0 |   0 | 0.000000e+00 |-1.397800e+04 |    Inf | unknown
1.86/1.99	c in SCIP_DECL_EVENTEXEC found by SCIP
1.86/1.99	o 6815
1.86/2.00	c Model check passed
1.86/2.00	c i 0.9s|     1 |     0 |     0 |     - |  oneopt|   0 |1276 |1072 |1072 |   0 |  0 |   0 |   0 | 0.000000e+00 |-6.815000e+03 |    Inf | unknown
1.97/2.01	c   0.9s|     1 |     0 |   249 |     - |   346M |   0 |1276 |1072 |1072 |   0 |  0 |   0 |   0 | 0.000000e+00 |-6.815000e+03 |    Inf | unknown
2.26/2.32	c   1.2s|     1 |     0 |   437 |     - |   371M |   0 |1276 |1072 |1237 | 165 |  1 |   0 |   0 | 0.000000e+00 |-6.815000e+03 |    Inf | unknown
2.55/2.64	c   1.5s|     1 |     0 |   597 |     - |   394M |   0 |1276 |1072 |1365 | 293 |  2 |   0 |   0 | 0.000000e+00 |-6.815000e+03 |    Inf | unknown
2.86/2.94	c   1.8s|     1 |     0 |   726 |     - |   416M |   0 |1276 |1072 |1458 | 386 |  3 |   0 |   0 | 0.000000e+00 |-6.815000e+03 |    Inf | unknown
3.15/3.23	c   2.1s|     1 |     0 |   816 |     - |   440M |   0 |1276 |1072 |1524 | 452 |  4 |   0 |   0 | 0.000000e+00 |-6.815000e+03 |    Inf | unknown
3.45/3.56	c   2.4s|     1 |     0 |   888 |     - |   468M |   0 |1276 |1072 |1571 | 499 |  5 |   0 |   0 | 0.000000e+00 |-6.815000e+03 |    Inf | unknown
3.75/3.88	c   2.8s|     1 |     0 |   969 |     - |   492M |   0 |1276 |1072 |1630 | 558 |  6 |   0 |   0 | 0.000000e+00 |-6.815000e+03 |    Inf | unknown
4.15/4.21	c   3.1s|     1 |     0 |  1052 |     - |   506M |   0 |1276 |1072 |1683 | 611 |  7 |   0 |   0 | 0.000000e+00 |-6.815000e+03 |    Inf | unknown
4.45/4.55	c   3.4s|     1 |     0 |  1122 |     - |   544M |   0 |1276 |1072 |1744 | 672 |  8 |   0 |   0 | 0.000000e+00 |-6.815000e+03 |    Inf | unknown
4.74/4.88	c   3.8s|     1 |     0 |  1181 |     - |   551M |   0 |1276 |1072 |1794 | 722 |  9 |   0 |   0 | 0.000000e+00 |-6.815000e+03 |    Inf | unknown
5.15/5.21	c   4.1s|     1 |     0 |  1265 |     - |   590M |   0 |1276 |1072 |1854 | 782 | 10 |   0 |   0 | 0.000000e+00 |-6.815000e+03 |    Inf | unknown
5.35/5.45	c   4.3s|     1 |     0 |  1328 |     - |   593M |   0 |1276 |1072 |1737 | 827 | 11 |   0 |   0 | 0.000000e+00 |-6.815000e+03 |    Inf | unknown
10.33/10.42	c in SCIP_DECL_EVENTEXEC found by SCIP
10.33/10.42	o 6422
10.33/10.42	c Model check passed
10.33/10.42	c L 9.3s|     1 |     0 | 11258 |     - |    alns|   0 |1276 |1077 |1737 | 827 | 11 |   5 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
10.33/10.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
10.33/10.49	c   9.4s|     1 |     0 | 11258 |     - |   594M |   0 |1276 |1077 |1737 | 827 | 11 |   5 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
10.63/10.75	c   9.6s|     1 |     0 | 11845 |     - |   595M |   0 |1276 |1077 |1768 | 858 | 12 |   5 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
10.73/10.85	c   9.7s|     1 |     0 | 12318 |     - |   595M |   0 |1276 |1078 |1781 | 871 | 13 |   6 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
11.04/11.13	c  10.0s|     1 |     2 | 12318 |     - |   595M |   0 |1276 |1079 |1781 | 871 | 13 |   7 |   6 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
11.04/11.13	c 
11.04/11.13	c SCIP Status        : solving was interrupted [time limit reached]
11.04/11.13	c Solving Time (sec) : 10.00
11.04/11.13	c Solving Nodes      : 1
11.04/11.13	c Primal Bound       : -6.42200000000000e+03 (3 solutions)
11.04/11.13	c Dual Bound         : +0.00000000000000e+00
11.04/11.13	c Gap                : infinite
11.04/11.13	c SCIP status: 23 (TIMELIMIT)
11.04/11.13	c solveScip: freeing transform (!can_skip_free_transform)
11.12/11.23	c SCIP presolver: sst_sat
11.12/11.23	c Converting 1082 PB-constraints to clauses...
11.12/11.23	c   -- Clauses(.)/Splits(s): estimatedAdderCost: 775
11.12/11.24	c Try to convert by bdds
11.52/11.66	c d: 1
11.52/11.66	c estimatedAdderCost: 777
11.52/11.66	c Try to convert by bdds
11.93/12.05	c d: 1
11.93/12.05	c estimatedAdderCost: 776
11.93/12.05	c Try to convert by bdds
12.32/12.48	c d: 1
12.32/12.48	c estimatedAdderCost: 776
12.32/12.48	c Try to convert by bdds
12.72/12.87	c d: 1
12.72/12.87	c estimatedAdderCost: 778
12.72/12.87	c Try to convert by bdds
13.22/13.32	c d: 1
13.22/13.32	c estimatedAdderCost: 778
13.22/13.32	c Try to convert by bdds
13.62/13.71	c d: 1
13.62/13.71	c estimatedAdderCost: 779
13.62/13.71	c Try to convert by bdds
14.03/14.16	c d: 1
14.03/14.16	c estimatedAdderCost: 777
14.03/14.16	c Try to convert by bdds
14.41/14.55	c d: 1
14.41/14.55	c estimatedAdderCost: 777
14.41/14.55	c Try to convert by bdds
14.92/15.02	c d: 1
14.92/15.02	c estimatedAdderCost: 778
14.92/15.02	c Try to convert by bdds
15.31/15.42	c d: 1
15.31/15.42	c estimatedAdderCost: 777
15.31/15.42	c Try to convert by bdds
15.71/15.87	c d: 1
15.71/15.87	c estimatedAdderCost: 778
15.71/15.87	c Try to convert by bdds
16.11/16.27	c d: 1
16.11/16.27	c estimatedAdderCost: 778
16.11/16.27	c Try to convert by bdds
16.61/16.71	c d: 1
16.61/16.71	c estimatedAdderCost: 778
16.61/16.71	c Try to convert by bdds
17.02/17.11	c d: 1
17.02/17.11	c estimatedAdderCost: 778
17.02/17.11	c Try to convert by bdds
17.40/17.57	c d: 1
17.40/17.57	c estimatedAdderCost: 777
17.40/17.57	c Try to convert by bdds
17.80/17.97	c d: 1
17.80/17.97	c estimatedAdderCost: 777
17.80/17.97	c Try to convert by bdds
18.30/18.43	c d: 1
18.30/18.43	c estimatedAdderCost: 777
18.30/18.43	c Try to convert by bdds
18.70/18.84	c d: 1
18.70/18.84	c estimatedAdderCost: 775
18.70/18.84	c Try to convert by bdds
19.20/19.35	c d: 1
19.20/19.35	c estimatedAdderCost: 775
19.20/19.35	c Try to convert by bdds
19.60/19.75	c d: 1
19.60/19.75	c estimatedAdderCost: 775
19.60/19.75	c Try to convert by bdds
20.10/20.22	c d: 1
20.10/20.22	c estimatedAdderCost: 778
20.10/20.22	c Try to convert by bdds
20.50/20.62	c d: 1
20.50/20.62	c estimatedAdderCost: 777
20.50/20.62	c Try to convert by bdds
20.91/21.10	c d: 1
20.91/21.10	c estimatedAdderCost: 776
20.91/21.10	c Try to convert by bdds
21.40/21.50	c d: 1
21.40/21.50	c estimatedAdderCost: 777
21.40/21.50	c Try to convert by bdds
21.80/21.97	c d: 1
21.80/21.97	c estimatedAdderCost: 776
21.80/21.97	c Try to convert by bdds
22.20/22.37	c d: 1
22.20/22.37	c estimatedAdderCost: 779
22.20/22.37	c Try to convert by bdds
22.69/22.86	c d: 1
22.69/22.86	c estimatedAdderCost: 777
22.69/22.86	c Try to convert by bdds
23.09/23.26	c d: 1
23.09/23.26	c estimatedAdderCost: 779
23.09/23.26	c Try to convert by bdds
23.59/23.73	c d: 1
23.59/23.73	c estimatedAdderCost: 776
23.59/23.73	c Try to convert by bdds
24.00/24.14	c d: 1
24.00/24.14	c estimatedAdderCost: 779
24.00/24.14	c Try to convert by bdds
24.49/24.61	c d: 1
24.49/24.61	c estimatedAdderCost: 777
24.49/24.61	c Try to convert by bdds
24.90/25.01	c d: 1
24.90/25.01	c estimatedAdderCost: 778
24.90/25.01	c Try to convert by bdds
25.39/25.50	c d: 1
25.39/25.50	c estimatedAdderCost: 778
25.39/25.50	c Try to convert by bdds
25.78/25.91	c d: 1
25.78/25.91	c estimatedAdderCost: 777
25.78/25.91	c Try to convert by bdds
26.28/26.40	c d: 1
26.28/26.40	c estimatedAdderCost: 779
26.28/26.40	c Try to convert by bdds
26.68/26.81	c d: 1
26.68/26.81	c estimatedAdderCost: 779
26.68/26.81	c Try to convert by bdds
27.18/27.39	c d: 1
27.18/27.39	c estimatedAdderCost: 777
27.18/27.39	c Try to convert by bdds
27.67/27.80	c d: 1
27.67/27.80	c estimatedAdderCost: 776
27.67/27.80	c Try to convert by bdds
28.07/28.29	c d: 1
28.07/28.29	c estimatedAdderCost: 776
28.07/28.29	c Try to convert by bdds
28.57/28.70	c d: 1
28.57/28.70	c estimatedAdderCost: 778
28.57/28.70	c Try to convert by bdds
28.98/29.19	c d: 1
28.98/29.19	c estimatedAdderCost: 777
28.98/29.19	c Try to convert by bdds
29.47/29.60	c d: 1
29.47/29.60	c estimatedAdderCost: 775
29.47/29.60	c Try to convert by bdds
29.88/30.10	c d: 1
29.88/30.10	c estimatedAdderCost: 776
29.88/30.10	c Try to convert by bdds
30.37/30.51	c d: 1
30.37/30.51	c estimatedAdderCost: 777
30.37/30.51	c Try to convert by bdds
30.88/31.01	c d: 1
30.88/31.01	c estimatedAdderCost: 778
30.88/31.01	c Try to convert by bdds
31.26/31.42	c d: 1
31.26/31.42	c estimatedAdderCost: 777
31.26/31.42	c Try to convert by bdds
31.76/31.93	c d: 1
31.76/31.93	c estimatedAdderCost: 779
31.76/31.93	c Try to convert by bdds
32.16/32.34	c d: 1
32.16/32.34	c estimatedAdderCost: 777
32.16/32.34	c Try to convert by bdds
32.66/32.84	c d: 1
32.66/32.84	c estimatedAdderCost: 779
32.66/32.84	c Try to convert by bdds
33.06/33.24	c d: 1
33.06/33.24	c estimatedAdderCost: 776
33.06/33.24	c Try to convert by bdds
33.56/33.74	c d: 1
33.56/33.74	c estimatedAdderCost: 779
33.56/33.74	c Try to convert by bdds
33.97/34.14	c d: 1
33.97/34.14	c estimatedAdderCost: 777
33.97/34.14	c Try to convert by bdds
34.45/34.66	c d: 1
34.45/34.66	c estimatedAdderCost: 778
34.45/34.66	c Try to convert by bdds
34.86/35.06	c d: 1
34.86/35.06	c estimatedAdderCost: 776
34.86/35.06	c Try to convert by bdds
35.35/35.58	c d: 1
35.35/35.58	c estimatedAdderCost: 776
35.35/35.58	c Try to convert by bdds
35.75/36.00	c d: 1
35.75/36.00	c estimatedAdderCost: 776
35.75/36.00	c Try to convert by bdds
36.35/36.51	c d: 1
36.35/36.51	c estimatedAdderCost: 777
36.35/36.51	c Try to convert by bdds
36.74/36.91	c d: 1
36.74/36.91	c estimatedAdderCost: 777
36.74/36.91	c Try to convert by bdds
37.24/37.43	c d: 1
37.24/37.43	c estimatedAdderCost: 778
37.24/37.43	c Try to convert by bdds
37.64/37.84	c d: 1
37.64/37.84	c estimatedAdderCost: 778
37.64/37.84	c Try to convert by bdds
38.14/38.36	c d: 1
38.14/38.36	c estimatedAdderCost: 776
38.14/38.36	c Try to convert by bdds
38.54/38.77	c d: 1
38.54/38.77	c estimatedAdderCost: 777
38.54/38.77	c Try to convert by bdds
39.14/39.30	c d: 1
39.14/39.30	c estimatedAdderCost: 778
39.14/39.30	c Try to convert by bdds
39.54/39.71	c d: 1
39.54/39.71	c estimatedAdderCost: 776
39.54/39.71	c Try to convert by bdds
40.04/40.24	c d: 1
40.04/40.24	c estimatedAdderCost: 775
40.04/40.24	c Try to convert by bdds
40.43/40.66	c d: 1
40.43/40.66	c estimatedAdderCost: 776
40.43/40.66	c Try to convert by bdds
40.95/41.18	c d: 1
40.95/41.18	c estimatedAdderCost: 775
40.95/41.18	c Try to convert by bdds
41.33/41.58	c d: 1
41.33/41.58	c estimatedAdderCost: 776
41.33/41.58	c Try to convert by bdds
41.94/42.12	c d: 1
41.94/42.12	c estimatedAdderCost: 776
41.94/42.12	c Try to convert by bdds
42.33/42.52	c d: 1
42.33/42.52	c estimatedAdderCost: 775
42.33/42.52	c Try to convert by bdds
42.85/43.06	c d: 1
42.85/43.06	c estimatedAdderCost: 777
42.85/43.06	c Try to convert by bdds
43.23/43.46	c d: 1
43.23/43.46	c estimatedAdderCost: 776
43.23/43.46	c Try to convert by bdds
43.94/44.16	c d: 1
43.94/44.16	c estimatedAdderCost: 776
43.94/44.16	c Try to convert by bdds
44.32/44.57	c d: 1
44.32/44.57	c estimatedAdderCost: 778
44.32/44.57	c Try to convert by bdds
44.84/45.11	c d: 1
44.84/45.11	c estimatedAdderCost: 778
44.84/45.11	c Try to convert by bdds
45.32/45.52	c d: 1
45.32/45.52	c estimatedAdderCost: 776
45.32/45.52	c Try to convert by bdds
45.83/46.05	c d: 1
45.83/46.05	c estimatedAdderCost: 777
45.83/46.05	c Try to convert by bdds
46.22/46.47	c d: 1
46.22/46.47	c estimatedAdderCost: 776
46.22/46.47	c Try to convert by bdds
46.83/47.01	c d: 1
46.83/47.01	c estimatedAdderCost: 779
46.83/47.01	c Try to convert by bdds
47.21/47.42	c d: 1
47.21/47.42	c estimatedAdderCost: 777
47.21/47.42	c Try to convert by bdds
47.71/47.96	c d: 1
47.71/47.96	c estimatedAdderCost: 776
47.71/47.96	c Try to convert by bdds
48.11/48.38	c d: 1
48.11/48.38	c estimatedAdderCost: 778
48.11/48.38	c Try to convert by bdds
48.71/48.92	c d: 1
48.71/48.92	c estimatedAdderCost: 778
48.71/48.92	c Try to convert by bdds
49.11/49.34	c d: 1
49.11/49.34	c estimatedAdderCost: 777
49.11/49.34	c Try to convert by bdds
49.61/49.88	c d: 1
49.61/49.88	c estimatedAdderCost: 778
49.61/49.88	c Try to convert by bdds
50.11/50.31	c d: 1
50.11/50.31	c estimatedAdderCost: 775
50.11/50.31	c Try to convert by bdds
50.61/50.86	c d: 1
50.61/50.86	c estimatedAdderCost: 775
50.61/50.86	c Try to convert by bdds
51.01/51.28	c d: 1
51.01/51.28	c estimatedAdderCost: 779
51.01/51.28	c Try to convert by bdds
51.61/51.84	c d: 1
51.61/51.84	c estimatedAdderCost: 776
51.61/51.84	c Try to convert by bdds
52.00/52.26	c d: 1
52.00/52.26	c estimatedAdderCost: 777
52.00/52.26	c Try to convert by bdds
52.60/52.80	c d: 1
52.60/52.80	c estimatedAdderCost: 777
52.60/52.80	c Try to convert by bdds
53.00/53.22	c d: 1
53.00/53.22	c estimatedAdderCost: 777
53.00/53.22	c Try to convert by bdds
53.50/53.78	c d: 1
53.50/53.78	c estimatedAdderCost: 779
53.50/53.78	c Try to convert by bdds
54.00/54.21	c d: 1
54.00/54.21	c estimatedAdderCost: 777
54.00/54.21	c Try to convert by bdds
54.49/54.76	c d: 1
54.49/54.76	c estimatedAdderCost: 779
54.49/54.76	c Try to convert by bdds
54.91/55.18	c d: 1
54.91/55.18	c estimatedAdderCost: 775
54.91/55.18	c Try to convert by bdds
55.49/55.74	c d: 1
55.49/55.74	c estimatedAdderCost: 775
55.49/55.74	c Try to convert by bdds
55.90/56.18	c d: 1
55.90/56.18	c estimatedAdderCost: 779
55.90/56.18	c Try to convert by bdds
56.49/56.73	c d: 1
56.49/56.73	c estimatedAdderCost: 777
56.49/56.73	c Try to convert by bdds
56.90/57.17	c d: 1
56.90/57.17	c estimatedAdderCost: 776
56.90/57.17	c Try to convert by bdds
57.49/57.73	c d: 1
57.49/57.73	c estimatedAdderCost: 776
57.49/57.73	c Try to convert by bdds
57.90/58.16	c d: 1
57.90/58.16	c estimatedAdderCost: 775
57.90/58.16	c Try to convert by bdds
58.48/58.73	c d: 1
58.48/58.73	c estimatedAdderCost: 777
58.48/58.73	c Try to convert by bdds
58.90/59.16	c d: 1
58.90/59.16	c estimatedAdderCost: 776
58.90/59.16	c Try to convert by bdds
59.48/59.73	c d: 1
59.48/59.73	c estimatedAdderCost: 777
59.48/59.73	c Try to convert by bdds
59.89/60.17	c d: 1
59.89/60.17	c estimatedAdderCost: 777
59.89/60.17	c Try to convert by bdds
60.48/60.73	c d: 1
60.48/60.73	c estimatedAdderCost: 778
60.48/60.73	c Try to convert by bdds
60.89/61.17	c d: 1
60.89/61.17	c estimatedAdderCost: 777
60.89/61.17	c Try to convert by bdds
61.47/61.73	c d: 1
61.47/61.73	c estimatedAdderCost: 776
61.47/61.73	c Try to convert by bdds
61.89/62.17	c d: 1
61.89/62.17	c estimatedAdderCost: 778
61.89/62.17	c Try to convert by bdds
62.47/62.73	c d: 1
62.47/62.73	c estimatedAdderCost: 777
62.47/62.73	c Try to convert by bdds
62.88/63.17	c d: 1
62.88/63.17	c estimatedAdderCost: 776
62.88/63.17	c Try to convert by bdds
63.47/63.73	c d: 1
63.47/63.73	c estimatedAdderCost: 777
63.47/63.73	c Try to convert by bdds
63.88/64.18	c d: 1
63.88/64.18	c estimatedAdderCost: 776
63.88/64.18	c Try to convert by bdds
64.47/64.75	c d: 1
64.47/64.75	c estimatedAdderCost: 776
64.47/64.75	c Try to convert by bdds
64.96/65.20	c d: 1
64.96/65.20	c estimatedAdderCost: 777
64.96/65.20	c Try to convert by bdds
65.46/65.75	c d: 1
65.46/65.75	c estimatedAdderCost: 776
65.46/65.75	c Try to convert by bdds
65.87/66.18	c d: 1
65.87/66.18	c estimatedAdderCost: 778
65.87/66.18	c Try to convert by bdds
66.46/66.76	c d: 1
66.46/66.76	c estimatedAdderCost: 778
66.46/66.76	c Try to convert by bdds
66.96/67.21	c d: 1
66.96/67.21	c estimatedAdderCost: 778
66.96/67.21	c Try to convert by bdds
67.46/67.78	c d: 1
67.46/67.78	c estimatedAdderCost: 778
67.46/67.78	c Try to convert by bdds
67.95/68.21	c d: 1
67.95/68.21	c estimatedAdderCost: 778
67.95/68.21	c Try to convert by bdds
68.45/68.79	c d: 1
68.45/68.79	c estimatedAdderCost: 777
68.45/68.79	c Try to convert by bdds
68.95/69.23	c d: 1
68.95/69.23	c estimatedAdderCost: 779
68.95/69.23	c Try to convert by bdds
69.55/69.82	c d: 1
69.55/69.82	c estimatedAdderCost: 777
69.55/69.82	c Try to convert by bdds
69.95/70.26	c d: 1
69.95/70.26	c estimatedAdderCost: 776
69.95/70.26	c Try to convert by bdds
70.55/70.84	c d: 1
70.55/70.84	c estimatedAdderCost: 777
70.55/70.84	c Try to convert by bdds
70.95/71.29	c d: 1
70.95/71.29	c estimatedAdderCost: 778
70.95/71.29	c Try to convert by bdds
71.55/71.87	c d: 1
71.55/71.87	c estimatedAdderCost: 776
71.55/71.87	c Try to convert by bdds
72.04/72.30	c d: 1
72.04/72.30	c estimatedAdderCost: 779
72.04/72.30	c Try to convert by bdds
72.54/72.89	c d: 1
72.54/72.89	c estimatedAdderCost: 777
72.54/72.89	c Try to convert by bdds
73.04/73.33	c d: 1
73.04/73.33	c estimatedAdderCost: 776
73.04/73.33	c Try to convert by bdds
73.64/73.91	c d: 1
73.64/73.91	c estimatedAdderCost: 777
73.64/73.91	c Try to convert by bdds
74.04/74.36	c d: 1
74.04/74.36	c estimatedAdderCost: 778
74.04/74.36	c Try to convert by bdds
74.64/74.95	c d: 1
74.64/74.95	c estimatedAdderCost: 778
74.64/74.95	c Try to convert by bdds
75.03/75.37	c d: 1
75.03/75.37	c estimatedAdderCost: 777
75.03/75.37	c Try to convert by bdds
75.63/75.96	c d: 1
75.63/75.96	c estimatedAdderCost: 777
75.63/75.96	c Try to convert by bdds
76.13/76.40	c d: 1
76.13/76.40	c estimatedAdderCost: 776
76.13/76.40	c Try to convert by bdds
76.63/76.99	c d: 1
76.63/76.99	c estimatedAdderCost: 777
76.63/76.99	c Try to convert by bdds
77.13/77.44	c d: 1
77.13/77.44	c estimatedAdderCost: 775
77.13/77.44	c Try to convert by bdds
77.74/78.02	c d: 1
77.74/78.02	c estimatedAdderCost: 776
77.74/78.02	c Try to convert by bdds
78.12/78.47	c d: 1
78.12/78.47	c estimatedAdderCost: 778
78.12/78.47	c Try to convert by bdds
78.73/79.05	c d: 1
78.73/79.05	c estimatedAdderCost: 778
78.73/79.05	c Try to convert by bdds
79.22/79.50	c d: 1
79.22/79.50	c estimatedAdderCost: 776
79.22/79.50	c Try to convert by bdds
80.11/80.42	c d: 1
80.11/80.42	c estimatedAdderCost: 779
80.11/80.42	c Try to convert by bdds
80.52/80.87	c d: 1
80.52/80.87	c estimatedAdderCost: 777
80.52/80.87	c Try to convert by bdds
81.12/81.45	c d: 1
81.12/81.45	c estimatedAdderCost: 779
81.12/81.45	c Try to convert by bdds
81.62/81.90	c d: 1
81.62/81.90	c estimatedAdderCost: 776
81.62/81.90	c Try to convert by bdds
82.12/82.48	c d: 1
82.12/82.48	c estimatedAdderCost: 777
82.12/82.48	c Try to convert by bdds
82.61/82.93	c d: 1
82.61/82.93	c estimatedAdderCost: 780
82.61/82.93	c Try to convert by bdds
83.21/83.52	c d: 1
83.21/83.52	c estimatedAdderCost: 776
83.21/83.52	c Try to convert by bdds
83.61/83.97	c d: 1
83.61/83.97	c estimatedAdderCost: 779
83.61/83.97	c Try to convert by bdds
84.21/84.57	c d: 1
84.21/84.57	c estimatedAdderCost: 776
84.21/84.57	c Try to convert by bdds
84.72/85.01	c d: 1
84.72/85.01	c estimatedAdderCost: 777
84.72/85.01	c Try to convert by bdds
85.30/85.60	c d: 1
85.30/85.60	c estimatedAdderCost: 775
85.30/85.60	c Try to convert by bdds
85.72/86.04	c d: 1
85.72/86.04	c estimatedAdderCost: 779
85.72/86.04	c Try to convert by bdds
86.30/86.64	c d: 1
86.30/86.64	c estimatedAdderCost: 777
86.30/86.64	c Try to convert by bdds
86.71/87.09	c d: 1
86.71/87.09	c estimatedAdderCost: 777
86.71/87.09	c Try to convert by bdds
87.30/87.65	c d: 1
87.30/87.65	c estimatedAdderCost: 777
87.30/87.65	c Try to convert by bdds
87.71/88.10	c d: 1
87.71/88.10	c estimatedAdderCost: 778
87.71/88.10	c Try to convert by bdds
88.29/88.69	c d: 1
88.29/88.69	c estimatedAdderCost: 775
88.29/88.69	c Try to convert by bdds
88.81/89.14	c d: 1
88.81/89.14	c estimatedAdderCost: 777
88.81/89.14	c Try to convert by bdds
89.39/89.73	c d: 1
89.39/89.73	c estimatedAdderCost: 777
89.39/89.73	c Try to convert by bdds
89.80/90.18	c d: 1
89.80/90.18	c estimatedAdderCost: 776
89.80/90.18	c Try to convert by bdds
90.39/90.77	c d: 1
90.39/90.77	c estimatedAdderCost: 777
90.39/90.77	c Try to convert by bdds
90.88/91.22	c d: 1
90.88/91.22	c estimatedAdderCost: 776
90.88/91.22	c Try to convert by bdds
91.48/91.81	c d: 1
91.48/91.81	c estimatedAdderCost: 779
91.48/91.81	c Try to convert by bdds
91.88/92.26	c d: 1
91.88/92.26	c estimatedAdderCost: 776
91.88/92.26	c Try to convert by bdds
92.48/92.85	c d: 1
92.48/92.85	c estimatedAdderCost: 777
92.48/92.85	c Try to convert by bdds
92.98/93.30	c d: 1
92.98/93.30	c estimatedAdderCost: 777
92.98/93.30	c Try to convert by bdds
93.57/93.90	c d: 1
93.57/93.90	c estimatedAdderCost: 777
93.57/93.90	c Try to convert by bdds
93.97/94.34	c d: 1
93.97/94.34	c estimatedAdderCost: 777
93.97/94.34	c Try to convert by bdds
94.57/94.94	c d: 1
94.57/94.94	c estimatedAdderCost: 778
94.57/94.94	c Try to convert by bdds
94.97/95.39	c d: 1
94.97/95.39	c estimatedAdderCost: 778
94.97/95.39	c Try to convert by bdds
95.57/96.00	c d: 1
95.57/96.00	c estimatedAdderCost: 777
95.57/96.00	c Try to convert by bdds
96.07/96.44	c d: 1
96.07/96.44	c estimatedAdderCost: 778
96.07/96.44	c Try to convert by bdds
96.68/97.04	c d: 1
96.68/97.04	c estimatedAdderCost: 777
96.68/97.04	c Try to convert by bdds
97.06/97.48	c d: 1
97.06/97.48	c estimatedAdderCost: 776
97.06/97.48	c Try to convert by bdds
97.68/98.08	c d: 1
97.68/98.08	c estimatedAdderCost: 776
97.68/98.08	c Try to convert by bdds
98.17/98.53	c d: 1
98.17/98.53	c estimatedAdderCost: 776
98.17/98.53	c Try to convert by bdds
98.78/99.12	c d: 1
98.78/99.12	c estimatedAdderCost: 774
98.78/99.12	c Try to convert by bdds
99.16/99.57	c d: 1
99.16/99.57	c estimatedAdderCost: 777
99.16/99.57	c Try to convert by bdds
99.78/100.16	c d: 1
99.78/100.16	c estimatedAdderCost: 776
99.78/100.16	c Try to convert by bdds
100.26/100.61	c d: 1
100.26/100.61	c estimatedAdderCost: 779
100.26/100.61	c Try to convert by bdds
100.86/101.22	c d: 1
100.86/101.22	c estimatedAdderCost: 777
100.86/101.22	c Try to convert by bdds
101.26/101.67	c d: 1
101.26/101.67	c estimatedAdderCost: 777
101.26/101.67	c Try to convert by bdds
101.85/102.27	c d: 1
101.85/102.27	c estimatedAdderCost: 777
101.85/102.27	c Try to convert by bdds
102.35/102.73	c d: 1
102.35/102.73	c estimatedAdderCost: 776
102.35/102.73	c Try to convert by bdds
102.95/103.33	c d: 1
102.95/103.33	c estimatedAdderCost: 778
102.95/103.33	c Try to convert by bdds
103.35/103.79	c d: 1
103.35/103.79	c estimatedAdderCost: 780
103.35/103.79	c Try to convert by bdds
103.95/104.37	c d: 1
103.95/104.37	c estimatedAdderCost: 776
103.95/104.37	c Try to convert by bdds
104.44/104.82	c d: 1
104.44/104.82	c estimatedAdderCost: 778
104.44/104.82	c Try to convert by bdds
105.04/105.42	c d: 1
105.04/105.42	c estimatedAdderCost: 776
105.04/105.42	c Try to convert by bdds
105.44/105.87	c d: 1
105.44/105.87	c estimatedAdderCost: 779
105.44/105.87	c Try to convert by bdds
106.04/106.47	c d: 1
106.04/106.47	c estimatedAdderCost: 777
106.04/106.47	c Try to convert by bdds
106.54/106.93	c d: 1
106.54/106.93	c estimatedAdderCost: 779
106.54/106.93	c Try to convert by bdds
107.14/107.53	c d: 1
107.14/107.53	c estimatedAdderCost: 777
107.14/107.53	c Try to convert by bdds
107.53/107.98	c d: 1
107.53/107.98	c estimatedAdderCost: 775
107.53/107.98	c Try to convert by bdds
108.13/108.58	c d: 1
108.13/108.58	c estimatedAdderCost: 775
108.13/108.58	c Try to convert by bdds
108.65/109.04	c d: 1
108.65/109.04	c estimatedAdderCost: 779
108.65/109.04	c Try to convert by bdds
109.23/109.65	c d: 1
109.23/109.65	c estimatedAdderCost: 777
109.23/109.65	c Try to convert by bdds
109.74/110.11	c d: 1
109.74/110.11	c estimatedAdderCost: 774
109.74/110.11	c Try to convert by bdds
110.33/110.72	c d: 1
110.33/110.72	c estimatedAdderCost: 776
110.33/110.72	c Try to convert by bdds
110.74/111.19	c d: 1
110.74/111.19	c estimatedAdderCost: 777
110.74/111.19	c Try to convert by bdds
111.32/111.79	c d: 1
111.32/111.79	c estimatedAdderCost: 775
111.32/111.79	c Try to convert by bdds
111.82/112.25	c d: 1
111.82/112.25	c estimatedAdderCost: 777
111.82/112.25	c Try to convert by bdds
112.42/112.86	c d: 1
112.42/112.86	c estimatedAdderCost: 776
112.42/112.86	c Try to convert by bdds
112.92/113.32	c d: 1
112.92/113.32	c estimatedAdderCost: 776
112.92/113.32	c Try to convert by bdds
113.52/113.93	c d: 1
113.52/113.93	c estimatedAdderCost: 776
113.52/113.93	c Try to convert by bdds
113.92/114.38	c d: 1
113.92/114.38	c estimatedAdderCost: 778
113.92/114.38	c Try to convert by bdds
114.52/115.00	c d: 1
114.52/115.00	c estimatedAdderCost: 776
114.52/115.00	c Try to convert by bdds
115.02/115.45	c d: 1
115.02/115.45	c estimatedAdderCost: 777
115.02/115.45	c Try to convert by bdds
115.63/116.07	c d: 1
115.63/116.07	c estimatedAdderCost: 778
115.63/116.07	c Try to convert by bdds
116.11/116.53	c d: 1
116.11/116.53	c estimatedAdderCost: 779
116.11/116.53	c Try to convert by bdds
116.72/117.15	c d: 1
116.72/117.15	c estimatedAdderCost: 777
116.72/117.15	c Try to convert by bdds
117.21/117.61	c d: 1
117.21/117.61	c estimatedAdderCost: 777
117.21/117.61	c Try to convert by bdds
117.81/118.21	c d: 1
117.81/118.21	c estimatedAdderCost: 775
117.81/118.21	c Try to convert by bdds
118.21/118.67	c d: 1
118.21/118.67	c estimatedAdderCost: 775
118.21/118.67	c Try to convert by bdds
118.80/119.28	c d: 1
118.80/119.28	c estimatedAdderCost: 776
118.80/119.28	c Try to convert by bdds
119.30/119.75	c d: 1
119.30/119.75	c estimatedAdderCost: 777
119.30/119.75	c Try to convert by bdds
119.90/120.36	c d: 1
119.90/120.36	c estimatedAdderCost: 778
119.90/120.36	c Try to convert by bdds
120.40/120.82	c d: 1
120.40/120.82	c estimatedAdderCost: 777
120.40/120.82	c Try to convert by bdds
120.99/121.44	c d: 1
120.99/121.44	c estimatedAdderCost: 776
120.99/121.44	c Try to convert by bdds
121.49/121.90	c d: 1
121.49/121.90	c estimatedAdderCost: 776
121.49/121.90	c Try to convert by bdds
122.09/122.51	c d: 1
122.09/122.51	c estimatedAdderCost: 774
122.09/122.51	c Try to convert by bdds
122.49/122.97	c d: 1
122.49/122.97	c estimatedAdderCost: 778
122.49/122.97	c Try to convert by bdds
123.09/123.59	c d: 1
123.09/123.59	c estimatedAdderCost: 777
123.09/123.59	c Try to convert by bdds
123.60/124.04	c d: 1
123.60/124.04	c estimatedAdderCost: 777
123.60/124.04	c Try to convert by bdds
124.18/124.65	c d: 1
124.18/124.65	c estimatedAdderCost: 778
124.18/124.65	c Try to convert by bdds
124.59/125.10	c d: 1
124.59/125.10	c estimatedAdderCost: 778
124.59/125.10	c Try to convert by bdds
125.28/125.71	c d: 1
125.28/125.71	c estimatedAdderCost: 777
125.28/125.71	c Try to convert by bdds
125.69/126.18	c d: 1
125.69/126.18	c estimatedAdderCost: 776
125.69/126.18	c Try to convert by bdds
126.28/126.79	c d: 1
126.28/126.79	c estimatedAdderCost: 776
126.28/126.79	c Try to convert by bdds
126.77/127.26	c d: 1
126.77/127.26	c estimatedAdderCost: 776
126.77/127.26	c Try to convert by bdds
127.38/127.88	c d: 1
127.38/127.88	c estimatedAdderCost: 777
127.38/127.88	c Try to convert by bdds
127.88/128.34	c d: 1
127.88/128.34	c estimatedAdderCost: 778
127.88/128.34	c Try to convert by bdds
128.48/128.94	c d: 1
128.48/128.94	c estimatedAdderCost: 778
128.48/128.94	c Try to convert by bdds
128.98/129.41	c d: 1
128.98/129.41	c estimatedAdderCost: 778
128.98/129.41	c Try to convert by bdds
129.59/130.02	c d: 1
129.59/130.02	c estimatedAdderCost: 777
129.59/130.02	c Try to convert by bdds
129.97/130.48	c d: 1
129.97/130.48	c estimatedAdderCost: 779
129.97/130.48	c Try to convert by bdds
130.58/131.10	c d: 1
130.58/131.10	c estimatedAdderCost: 777
130.58/131.10	c Try to convert by bdds
131.07/131.56	c d: 1
131.07/131.56	c estimatedAdderCost: 776
131.07/131.56	c Try to convert by bdds
131.68/132.19	c d: 1
131.68/132.19	c estimatedAdderCost: 777
131.68/132.19	c Try to convert by bdds
132.16/132.65	c d: 1
132.16/132.65	c estimatedAdderCost: 778
132.16/132.65	c Try to convert by bdds
132.76/133.27	c d: 1
132.76/133.27	c estimatedAdderCost: 778
132.76/133.27	c Try to convert by bdds
133.26/133.73	c d: 1
133.26/133.73	c estimatedAdderCost: 776
133.26/133.73	c Try to convert by bdds
133.86/134.35	c d: 1
133.86/134.35	c estimatedAdderCost: 777
133.86/134.35	c Try to convert by bdds
134.35/134.81	c d: 1
134.35/134.81	c estimatedAdderCost: 775
134.35/134.81	c Try to convert by bdds
134.95/135.43	c d: 1
134.95/135.43	c estimatedAdderCost: 777
134.95/135.43	c Try to convert by bdds
135.35/135.89	c d: 1
135.35/135.89	c estimatedAdderCost: 777
135.35/135.89	c Try to convert by bdds
136.06/136.51	c d: 1
136.06/136.51	c estimatedAdderCost: 779
136.06/136.51	c Try to convert by bdds
136.45/136.97	c d: 1
136.45/136.97	c estimatedAdderCost: 777
136.45/136.97	c Try to convert by bdds
137.05/137.58	c d: 1
137.05/137.58	c estimatedAdderCost: 776
137.05/137.58	c Try to convert by bdds
137.57/138.05	c d: 1
137.57/138.05	c estimatedAdderCost: 776
137.57/138.05	c Try to convert by bdds
138.15/138.66	c d: 1
138.15/138.66	c estimatedAdderCost: 778
138.15/138.66	c Try to convert by bdds
138.66/139.13	c d: 1
138.66/139.13	c estimatedAdderCost: 778
138.66/139.13	c Try to convert by bdds
139.25/139.75	c d: 1
139.25/139.75	c estimatedAdderCost: 778
139.25/139.75	c Try to convert by bdds
139.74/140.22	c d: 1
139.74/140.22	c estimatedAdderCost: 778
139.74/140.22	c Try to convert by bdds
140.34/140.81	c d: 1
140.34/140.81	c estimatedAdderCost: 777
140.34/140.81	c Try to convert by bdds
140.74/141.27	c d: 1
140.74/141.27	c estimatedAdderCost: 777
140.74/141.27	c Try to convert by bdds
141.34/141.88	c d: 1
141.34/141.88	c estimatedAdderCost: 777
141.34/141.88	c Try to convert by bdds
141.84/142.35	c d: 1
141.84/142.35	c estimatedAdderCost: 777
141.84/142.35	c Try to convert by bdds
142.43/142.96	c d: 1
142.43/142.96	c estimatedAdderCost: 775
142.43/142.96	c Try to convert by bdds
142.93/143.43	c d: 1
142.93/143.43	c estimatedAdderCost: 777
142.93/143.43	c Try to convert by bdds
143.54/144.04	c d: 1
143.54/144.04	c estimatedAdderCost: 778
143.54/144.04	c Try to convert by bdds
144.03/144.50	c d: 1
144.03/144.50	c estimatedAdderCost: 777
144.03/144.50	c Try to convert by bdds
144.64/145.12	c d: 1
144.64/145.12	c estimatedAdderCost: 779
144.64/145.12	c Try to convert by bdds
145.02/145.57	c d: 1
145.02/145.57	c estimatedAdderCost: 777
145.02/145.57	c Try to convert by bdds
145.64/146.18	c d: 1
145.64/146.18	c estimatedAdderCost: 778
145.64/146.18	c Try to convert by bdds
146.12/146.64	c d: 1
146.12/146.64	c estimatedAdderCost: 777
146.12/146.64	c Try to convert by bdds
146.72/147.26	c d: 1
146.72/147.26	c estimatedAdderCost: 777
146.72/147.26	c Try to convert by bdds
147.22/147.72	c d: 1
147.22/147.72	c estimatedAdderCost: 777
147.22/147.72	c Try to convert by bdds
147.82/148.35	c d: 1
147.82/148.35	c estimatedAdderCost: 778
147.82/148.35	c Try to convert by bdds
148.31/148.80	c d: 1
148.31/148.80	c estimatedAdderCost: 777
148.31/148.80	c Try to convert by bdds
148.91/149.42	c d: 1
148.91/149.42	c estimatedAdderCost: 775
148.91/149.42	c Try to convert by bdds
149.31/149.88	c d: 1
149.31/149.88	c estimatedAdderCost: 775
149.31/149.88	c Try to convert by bdds
150.01/150.50	c d: 1
150.01/150.50	c estimatedAdderCost: 776
150.01/150.50	c Try to convert by bdds
150.41/150.96	c d: 1
150.41/150.96	c estimatedAdderCost: 777
150.41/150.96	c Try to convert by bdds
151.00/151.57	c d: 1
151.00/151.57	c estimatedAdderCost: 775
151.00/151.57	c Try to convert by bdds
151.52/152.04	c d: 1
151.52/152.04	c estimatedAdderCost: 777
151.52/152.04	c Try to convert by bdds
152.10/152.68	c d: 1
152.10/152.68	c estimatedAdderCost: 776
152.10/152.68	c Try to convert by bdds
152.61/153.15	c d: 1
152.61/153.15	c estimatedAdderCost: 777
152.61/153.15	c Try to convert by bdds
153.20/153.77	c d: 1
153.20/153.77	c estimatedAdderCost: 777
153.20/153.77	c Try to convert by bdds
153.69/154.24	c d: 1
153.69/154.24	c estimatedAdderCost: 778
153.69/154.24	c Try to convert by bdds
154.29/154.87	c d: 1
154.29/154.87	c estimatedAdderCost: 777
154.29/154.87	c Try to convert by bdds
154.79/155.34	c d: 1
154.79/155.34	c estimatedAdderCost: 777
154.79/155.34	c Try to convert by bdds
155.39/155.91	c d: 1
155.39/155.91	c estimatedAdderCost: 778
155.39/155.91	c Try to convert by bdds
155.79/156.37	c d: 1
155.79/156.37	c estimatedAdderCost: 777
155.79/156.37	c Try to convert by bdds
156.39/157.00	c d: 1
156.39/157.00	c estimatedAdderCost: 778
156.39/157.00	c Try to convert by bdds
156.89/157.47	c d: 1
156.89/157.47	c estimatedAdderCost: 775
156.89/157.47	c Try to convert by bdds
158.28/158.80	c d: 1
158.28/158.80	c estimatedAdderCost: 777
158.28/158.80	c Try to convert by bdds
158.68/159.27	c d: 1
158.68/159.27	c estimatedAdderCost: 776
158.68/159.27	c Try to convert by bdds
159.39/159.90	c d: 1
159.39/159.90	c estimatedAdderCost: 776
159.39/159.90	c Try to convert by bdds
159.78/160.37	c d: 1
159.78/160.37	c estimatedAdderCost: 777
159.78/160.37	c Try to convert by bdds
160.38/160.98	c d: 1
160.38/160.98	c estimatedAdderCost: 776
160.38/160.98	c Try to convert by bdds
160.88/161.45	c d: 1
160.88/161.45	c estimatedAdderCost: 777
160.88/161.45	c Try to convert by bdds
161.49/162.08	c d: 1
161.49/162.08	c estimatedAdderCost: 777
161.49/162.08	c Try to convert by bdds
161.98/162.56	c d: 1
161.98/162.56	c estimatedAdderCost: 778
161.98/162.56	c Try to convert by bdds
162.59/163.19	c d: 1
162.59/163.19	c estimatedAdderCost: 777
162.59/163.19	c Try to convert by bdds
163.07/163.66	c d: 1
163.07/163.66	c estimatedAdderCost: 777
163.07/163.66	c Try to convert by bdds
163.67/164.29	c d: 1
163.67/164.29	c estimatedAdderCost: 779
163.67/164.29	c Try to convert by bdds
164.17/164.77	c d: 1
164.17/164.77	c estimatedAdderCost: 777
164.17/164.77	c Try to convert by bdds
164.87/165.40	c d: 1
164.87/165.40	c estimatedAdderCost: 777
164.87/165.40	c Try to convert by bdds
165.26/165.87	c d: 1
165.26/165.87	c estimatedAdderCost: 777
165.26/165.87	c Try to convert by bdds
165.96/166.50	c d: 1
165.96/166.50	c estimatedAdderCost: 777
165.96/166.50	c Try to convert by bdds
166.36/166.97	c d: 1
166.36/166.97	c estimatedAdderCost: 778
166.36/166.97	c Try to convert by bdds
167.06/167.60	c d: 1
167.06/167.60	c estimatedAdderCost: 776
167.06/167.60	c Try to convert by bdds
167.47/168.08	c d: 1
167.47/168.08	c estimatedAdderCost: 778
167.47/168.08	c Try to convert by bdds
168.15/168.71	c d: 1
168.15/168.71	c estimatedAdderCost: 777
168.15/168.71	c Try to convert by bdds
168.57/169.19	c d: 1
168.57/169.19	c estimatedAdderCost: 776
168.57/169.19	c Try to convert by bdds
169.16/169.80	c d: 1
169.16/169.80	c estimatedAdderCost: 775
169.16/169.80	c Try to convert by bdds
169.66/170.26	c d: 1
169.66/170.26	c estimatedAdderCost: 779
169.66/170.26	c Try to convert by bdds
170.35/170.90	c d: 1
170.35/170.90	c estimatedAdderCost: 776
170.35/170.90	c Try to convert by bdds
170.75/171.37	c d: 1
170.75/171.37	c estimatedAdderCost: 777
170.75/171.37	c Try to convert by bdds
171.35/172.00	c d: 1
171.35/172.00	c estimatedAdderCost: 779
171.35/172.00	c Try to convert by bdds
171.85/172.48	c d: 1
171.85/172.48	c estimatedAdderCost: 778
171.85/172.48	c Try to convert by bdds
172.56/173.12	c d: 1
172.56/173.12	c estimatedAdderCost: 778
172.56/173.12	c Try to convert by bdds
172.94/173.58	c d: 1
172.94/173.58	c estimatedAdderCost: 777
172.94/173.58	c Try to convert by bdds
173.64/174.21	c d: 1
173.64/174.21	c estimatedAdderCost: 777
173.64/174.21	c Try to convert by bdds
174.04/174.69	c d: 1
174.04/174.69	c estimatedAdderCost: 777
174.04/174.69	c Try to convert by bdds
174.73/175.32	c d: 1
174.73/175.32	c estimatedAdderCost: 778
174.73/175.32	c Try to convert by bdds
175.13/175.79	c d: 1
175.13/175.79	c estimatedAdderCost: 778
175.13/175.79	c Try to convert by bdds
175.83/176.42	c d: 1
175.83/176.42	c estimatedAdderCost: 778
175.83/176.42	c Try to convert by bdds
176.33/176.90	c d: 1
176.33/176.90	c estimatedAdderCost: 778
176.33/176.90	c Try to convert by bdds
176.93/177.50	c d: 1
176.93/177.50	c estimatedAdderCost: 776
176.93/177.50	c Try to convert by bdds
177.33/177.98	c d: 1
177.33/177.98	c estimatedAdderCost: 776
177.33/177.98	c Try to convert by bdds
178.03/178.60	c d: 1
178.03/178.60	c estimatedAdderCost: 777
178.03/178.60	c Try to convert by bdds
178.44/179.08	c d: 1
178.44/179.08	c estimatedAdderCost: 778
178.44/179.08	c Try to convert by bdds
179.13/179.72	c d: 1
179.13/179.72	c estimatedAdderCost: 776
179.13/179.72	c Try to convert by bdds
179.62/180.20	c d: 1
179.62/180.20	c estimatedAdderCost: 777
179.62/180.20	c Try to convert by bdds
180.22/180.83	c d: 1
180.22/180.83	c estimatedAdderCost: 776
180.22/180.83	c Try to convert by bdds
180.72/181.31	c d: 1
180.72/181.31	c estimatedAdderCost: 777
180.72/181.31	c Try to convert by bdds
181.32/181.93	c d: 1
181.32/181.93	c estimatedAdderCost: 776
181.32/181.93	c Try to convert by bdds
181.82/182.41	c d: 1
181.82/182.41	c estimatedAdderCost: 776
181.82/182.41	c Try to convert by bdds
182.43/183.05	c d: 1
182.43/183.05	c estimatedAdderCost: 776
182.43/183.05	c Try to convert by bdds
182.91/183.54	c d: 1
182.91/183.54	c estimatedAdderCost: 778
182.91/183.54	c Try to convert by bdds
183.52/184.18	c d: 1
183.52/184.18	c estimatedAdderCost: 776
183.52/184.18	c Try to convert by bdds
184.01/184.67	c d: 1
184.01/184.67	c estimatedAdderCost: 777
184.01/184.67	c Try to convert by bdds
184.70/185.30	c d: 1
184.70/185.30	c estimatedAdderCost: 779
184.70/185.30	c Try to convert by bdds
185.10/185.79	c d: 1
185.10/185.79	c estimatedAdderCost: 776
185.10/185.79	c Try to convert by bdds
185.81/186.43	c d: 1
185.81/186.43	c estimatedAdderCost: 774
185.81/186.43	c Try to convert by bdds
186.31/186.91	c d: 1
186.31/186.91	c estimatedAdderCost: 775
186.31/186.91	c Try to convert by bdds
186.90/187.56	c d: 1
186.90/187.56	c estimatedAdderCost: 776
186.90/187.56	c Try to convert by bdds
187.42/188.03	c d: 1
187.42/188.03	c estimatedAdderCost: 777
187.42/188.03	c Try to convert by bdds
188.00/188.67	c d: 1
188.00/188.67	c estimatedAdderCost: 777
188.00/188.67	c Try to convert by bdds
188.51/189.15	c d: 1
188.51/189.15	c estimatedAdderCost: 777
188.51/189.15	c Try to convert by bdds
189.10/189.79	c d: 1
189.10/189.79	c estimatedAdderCost: 777
189.10/189.79	c Try to convert by bdds
189.60/190.29	c d: 1
189.60/190.29	c estimatedAdderCost: 778
189.60/190.29	c Try to convert by bdds
190.19/190.87	c d: 1
190.19/190.87	c estimatedAdderCost: 776
190.19/190.87	c Try to convert by bdds
190.69/191.34	c d: 1
190.69/191.34	c estimatedAdderCost: 778
190.69/191.34	c Try to convert by bdds
191.29/191.98	c d: 1
191.29/191.98	c estimatedAdderCost: 777
191.29/191.98	c Try to convert by bdds
191.79/192.46	c d: 1
191.79/192.46	c estimatedAdderCost: 778
191.79/192.46	c Try to convert by bdds
192.50/193.12	c d: 1
192.50/193.12	c estimatedAdderCost: 778
192.50/193.12	c Try to convert by bdds
192.98/193.60	c d: 1
192.98/193.60	c estimatedAdderCost: 778
192.98/193.60	c Try to convert by bdds
193.58/194.25	c d: 1
193.58/194.25	c estimatedAdderCost: 775
193.58/194.25	c Try to convert by bdds
194.08/194.74	c d: 1
194.08/194.74	c estimatedAdderCost: 778
194.08/194.74	c Try to convert by bdds
194.68/195.39	c d: 1
194.68/195.39	c estimatedAdderCost: 778
194.68/195.39	c Try to convert by bdds
195.17/195.87	c d: 1
195.17/195.87	c estimatedAdderCost: 774
195.17/195.87	c Try to convert by bdds
195.87/196.52	c d: 1
195.87/196.52	c estimatedAdderCost: 776
195.87/196.52	c Try to convert by bdds
196.27/197.01	c d: 1
196.27/197.01	c estimatedAdderCost: 778
196.27/197.01	c Try to convert by bdds
196.97/197.65	c d: 1
196.97/197.65	c estimatedAdderCost: 777
196.97/197.65	c Try to convert by bdds
197.48/198.14	c d: 1
197.48/198.14	c estimatedAdderCost: 777
197.48/198.14	c Try to convert by bdds
198.06/198.79	c d: 1
198.06/198.79	c estimatedAdderCost: 776
198.06/198.79	c Try to convert by bdds
198.56/199.28	c d: 1
198.56/199.28	c estimatedAdderCost: 777
198.56/199.28	c Try to convert by bdds
199.26/199.92	c d: 1
199.26/199.92	c estimatedAdderCost: 776
199.26/199.92	c Try to convert by bdds
199.76/200.41	c d: 1
199.76/200.41	c estimatedAdderCost: 776
199.76/200.41	c Try to convert by bdds
200.37/201.06	c d: 1
200.37/201.06	c estimatedAdderCost: 775
200.37/201.06	c Try to convert by bdds
200.85/201.55	c d: 1
200.85/201.55	c estimatedAdderCost: 775
200.85/201.55	c Try to convert by bdds
201.46/202.19	c d: 1
201.46/202.19	c estimatedAdderCost: 776
201.46/202.19	c Try to convert by bdds
201.95/202.68	c d: 1
201.95/202.68	c estimatedAdderCost: 778
201.95/202.68	c Try to convert by bdds
202.65/203.32	c d: 1
202.65/203.32	c estimatedAdderCost: 777
202.65/203.32	c Try to convert by bdds
203.14/203.82	c d: 1
203.14/203.82	c estimatedAdderCost: 777
203.14/203.82	c Try to convert by bdds
203.74/204.46	c d: 1
203.74/204.46	c estimatedAdderCost: 776
203.74/204.46	c Try to convert by bdds
204.24/204.95	c d: 1
204.24/204.95	c estimatedAdderCost: 778
204.24/204.95	c Try to convert by bdds
204.84/205.59	c d: 1
204.84/205.59	c estimatedAdderCost: 778
204.84/205.59	c Try to convert by bdds
205.35/206.09	c d: 1
205.35/206.09	c estimatedAdderCost: 777
205.35/206.09	c Try to convert by bdds
206.03/206.71	c d: 1
206.03/206.71	c estimatedAdderCost: 777
206.03/206.71	c Try to convert by bdds
206.45/207.19	c d: 1
206.45/207.19	c estimatedAdderCost: 776
206.45/207.19	c Try to convert by bdds
207.13/207.84	c d: 1
207.13/207.84	c estimatedAdderCost: 778
207.13/207.84	c Try to convert by bdds
207.63/208.33	c d: 1
207.63/208.33	c estimatedAdderCost: 776
207.63/208.33	c Try to convert by bdds
208.24/208.98	c d: 1
208.24/208.98	c estimatedAdderCost: 776
208.24/208.98	c Try to convert by bdds
208.74/209.47	c d: 1
208.74/209.47	c estimatedAdderCost: 775
208.74/209.47	c Try to convert by bdds
209.45/210.13	c d: 1
209.45/210.13	c estimatedAdderCost: 775
209.45/210.13	c Try to convert by bdds
209.93/210.62	c d: 1
209.93/210.62	c estimatedAdderCost: 778
209.93/210.62	c Try to convert by bdds
210.53/211.26	c d: 1
210.53/211.26	c estimatedAdderCost: 778
210.53/211.26	c Try to convert by bdds
211.03/211.75	c d: 1
211.03/211.75	c estimatedAdderCost: 777
211.03/211.75	c Try to convert by bdds
211.73/212.42	c d: 1
211.73/212.42	c estimatedAdderCost: 777
211.73/212.42	c Try to convert by bdds
212.22/212.90	c d: 1
212.22/212.90	c estimatedAdderCost: 776
212.22/212.90	c Try to convert by bdds
212.82/213.55	c d: 1
212.82/213.55	c estimatedAdderCost: 776
212.82/213.55	c Try to convert by bdds
213.33/214.04	c d: 1
213.33/214.04	c estimatedAdderCost: 776
213.33/214.04	c Try to convert by bdds
213.91/214.69	c d: 1
213.91/214.69	c estimatedAdderCost: 775
213.91/214.69	c Try to convert by bdds
214.43/215.19	c d: 1
214.43/215.19	c estimatedAdderCost: 778
214.43/215.19	c Try to convert by bdds
215.11/215.84	c d: 1
215.11/215.84	c estimatedAdderCost: 778
215.11/215.84	c Try to convert by bdds
215.61/216.32	c d: 1
215.61/216.32	c estimatedAdderCost: 774
215.61/216.32	c Try to convert by bdds
216.21/216.98	c d: 1
216.21/216.98	c estimatedAdderCost: 776
216.21/216.98	c Try to convert by bdds
216.71/217.47	c d: 1
216.71/217.47	c estimatedAdderCost: 777
216.71/217.47	c Try to convert by bdds
217.42/218.12	c d: 1
217.42/218.12	c estimatedAdderCost: 779
217.42/218.12	c Try to convert by bdds
217.90/218.62	c d: 1
217.90/218.62	c estimatedAdderCost: 778
217.90/218.62	c Try to convert by bdds
218.50/219.27	c d: 1
218.50/219.27	c estimatedAdderCost: 778
218.50/219.27	c Try to convert by bdds
219.00/219.75	c d: 1
219.00/219.75	c estimatedAdderCost: 202
219.00/219.75	c Try to convert by bdds
219.00/219.79	c d: 1
219.00/219.79	c estimatedAdderCost: 204
219.00/219.79	c Try to convert by bdds
219.10/219.81	c d: 1
219.10/219.81	c estimatedAdderCost: 204
219.10/219.81	c Try to convert by bdds
219.10/219.84	c d: 1
219.10/219.84	c estimatedAdderCost: 204
219.10/219.84	c Try to convert by bdds
219.10/219.86	c d: 1
219.10/219.86	c estimatedAdderCost: 203
219.10/219.86	c Try to convert by bdds
219.10/219.89	c d: 1
219.10/219.89	c estimatedAdderCost: 204
219.10/219.89	c Try to convert by bdds
219.20/219.92	c d: 1
219.20/219.92	c estimatedAdderCost: 202
219.20/219.92	c Try to convert by bdds
219.20/219.95	c d: 1
219.20/219.95	c estimatedAdderCost: 204
219.20/219.95	c Try to convert by bdds
219.20/219.97	c d: 1
219.20/219.97	c estimatedAdderCost: 203
219.20/219.97	c Try to convert by bdds
219.20/220.00	c d: 1
219.20/220.00	c estimatedAdderCost: 203
219.20/220.00	c Try to convert by bdds
219.31/220.03	c d: 1
219.31/220.03	c estimatedAdderCost: 202
219.31/220.03	c Try to convert by bdds
219.31/220.06	c d: 1
219.31/220.06	c estimatedAdderCost: 204
219.31/220.06	c Try to convert by bdds
219.31/220.08	c d: 1
219.31/220.08	c estimatedAdderCost: 206
219.31/220.08	c Try to convert by bdds
219.41/220.11	c d: 1
219.41/220.11	c estimatedAdderCost: 204
219.41/220.11	c Try to convert by bdds
219.41/220.13	c d: 1
219.41/220.13	c estimatedAdderCost: 205
219.41/220.13	c Try to convert by bdds
219.41/220.17	c d: 1
219.41/220.17	c estimatedAdderCost: 203
219.41/220.17	c Try to convert by bdds
219.41/220.19	c d: 1
219.41/220.19	c estimatedAdderCost: 203
219.41/220.19	c Try to convert by bdds
219.50/220.22	c d: 1
219.50/220.22	c estimatedAdderCost: 204
219.50/220.22	c Try to convert by bdds
219.50/220.24	c d: 1
219.50/220.24	c estimatedAdderCost: 206
219.50/220.24	c Try to convert by bdds
219.50/220.28	c d: 1
219.50/220.28	c estimatedAdderCost: 204
219.50/220.28	c Try to convert by bdds
219.60/220.30	c d: 1
219.60/220.30	c estimatedAdderCost: 204
219.60/220.30	c Try to convert by bdds
219.60/220.33	c d: 1
219.60/220.33	c estimatedAdderCost: 204
219.60/220.33	c Try to convert by bdds
219.60/220.35	c d: 1
219.60/220.35	c estimatedAdderCost: 204
219.60/220.35	c Try to convert by bdds
219.60/220.38	c d: 1
219.60/220.38	c estimatedAdderCost: 202
219.60/220.38	c Try to convert by bdds
219.69/220.41	c d: 1
219.69/220.41	c estimatedAdderCost: 204
219.69/220.41	c Try to convert by bdds
219.69/220.44	c d: 1
219.69/220.44	c estimatedAdderCost: 203
219.69/220.44	c Try to convert by bdds
219.69/220.46	c d: 1
219.69/220.46	c estimatedAdderCost: 203
219.69/220.46	c Try to convert by bdds
219.69/220.49	c d: 1
219.69/220.49	c estimatedAdderCost: 203
219.69/220.49	c Try to convert by bdds
219.79/220.52	c d: 1
219.79/220.52	c estimatedAdderCost: 206
219.79/220.52	c Try to convert by bdds
219.79/220.55	c d: 1
219.79/220.55	c estimatedAdderCost: 204
219.79/220.55	c Try to convert by bdds
219.79/220.57	c d: 1
219.79/220.57	c estimatedAdderCost: 204
219.79/220.57	c Try to convert by bdds
219.89/220.60	c d: 1
219.89/220.60	c estimatedAdderCost: 204
219.89/220.60	c Try to convert by bdds
219.89/220.62	c d: 1
219.89/220.62	c estimatedAdderCost: 205
219.89/220.62	c Try to convert by bdds
219.89/220.66	c d: 1
219.89/220.66	c estimatedAdderCost: 203
219.89/220.66	c Try to convert by bdds
219.89/220.68	c d: 1
219.89/220.68	c estimatedAdderCost: 204
219.89/220.68	c Try to convert by bdds
219.99/220.71	c d: 1
219.99/220.71	c estimatedAdderCost: 203
219.99/220.71	c Try to convert by bdds
219.99/220.73	c d: 1
219.99/220.73	c estimatedAdderCost: 205
219.99/220.73	c Try to convert by bdds
219.99/220.77	c d: 1
219.99/220.77	c estimatedAdderCost: 203
219.99/220.77	c Try to convert by bdds
219.99/220.79	c d: 1
219.99/220.79	c estimatedAdderCost: 203
219.99/220.79	c Try to convert by bdds
220.09/220.82	c d: 1
220.09/220.82	c estimatedAdderCost: 205
220.09/220.82	c Try to convert by bdds
220.09/220.84	c d: 1
220.09/220.84	c estimatedAdderCost: 203
220.09/220.84	c Try to convert by bdds
220.09/220.87	c d: 1
220.09/220.87	c estimatedAdderCost: 203
220.09/220.87	c Try to convert by bdds
220.19/220.90	c d: 1
220.19/220.90	c estimatedAdderCost: 204
220.19/220.90	c Try to convert by bdds
220.19/220.93	c d: 1
220.19/220.93	c estimatedAdderCost: 205
220.19/220.93	c Try to convert by bdds
220.19/220.95	c d: 1
220.19/220.95	c estimatedAdderCost: 203
220.19/220.95	c Try to convert by bdds
220.19/220.98	c d: 1
220.19/220.98	c estimatedAdderCost: 203
220.19/220.98	c Try to convert by bdds
220.19/221.00	c d: 1
220.19/221.00	c estimatedAdderCost: 202
220.19/221.00	c Try to convert by bdds
220.31/221.04	c d: 1
220.31/221.04	c estimatedAdderCost: 204
220.31/221.04	c Try to convert by bdds
220.31/221.06	c d: 1
220.31/221.06	c estimatedAdderCost: 204
220.31/221.06	c Try to convert by bdds
220.31/221.09	c d: 1
220.31/221.09	c estimatedAdderCost: 204
220.31/221.09	c Try to convert by bdds
220.40/221.11	c d: 1
220.40/221.11	c estimatedAdderCost: 203
220.40/221.11	c Try to convert by bdds
220.40/221.14	c d: 1
220.40/221.14	c estimatedAdderCost: 205
220.40/221.14	c Try to convert by bdds
220.40/221.17	c d: 1
220.40/221.17	c estimatedAdderCost: 204
220.40/221.17	c Try to convert by bdds
220.49/221.20	c d: 1
220.49/221.20	c estimatedAdderCost: 202
220.49/221.20	c Try to convert by bdds
220.49/221.22	c d: 1
220.49/221.22	c estimatedAdderCost: 206
220.49/221.22	c Try to convert by bdds
220.49/221.25	c d: 1
220.49/221.25	c estimatedAdderCost: 204
220.49/221.25	c Try to convert by bdds
220.49/221.28	c d: 1
220.49/221.28	c estimatedAdderCost: 204
220.49/221.28	c Try to convert by bdds
220.59/221.31	c d: 1
220.59/221.31	c estimatedAdderCost: 203
220.59/221.31	c Try to convert by bdds
220.59/221.33	c d: 1
220.59/221.33	c estimatedAdderCost: 202
220.59/221.33	c Try to convert by bdds
220.59/221.36	c d: 1
220.59/221.36	c estimatedAdderCost: 204
220.59/221.36	c Try to convert by bdds
220.59/221.39	c d: 1
220.59/221.39	c estimatedAdderCost: 204
220.59/221.39	c Try to convert by bdds
220.69/221.42	c d: 1
220.69/221.42	c estimatedAdderCost: 203
220.69/221.42	c Try to convert by bdds
220.69/221.45	c d: 1
220.69/221.45	c estimatedAdderCost: 205
220.69/221.45	c Try to convert by bdds
220.69/221.48	c d: 1
220.69/221.48	c estimatedAdderCost: 203
220.69/221.48	c Try to convert by bdds
220.79/221.50	c d: 1
220.79/221.50	c estimatedAdderCost: 203
220.79/221.50	c Try to convert by bdds
220.79/221.53	c d: 1
220.79/221.53	c estimatedAdderCost: 204
220.79/221.53	c Try to convert by bdds
220.79/221.55	c d: 1
220.79/221.55	c estimatedAdderCost: 204
220.79/221.55	c Try to convert by bdds
220.79/221.59	c d: 1
220.79/221.59	c estimatedAdderCost: 202
220.79/221.59	c Try to convert by bdds
220.90/221.61	c d: 1
220.90/221.61	c estimatedAdderCost: 204
220.90/221.61	c Try to convert by bdds
220.90/221.64	c d: 1
220.90/221.64	c estimatedAdderCost: 204
220.90/221.64	c Try to convert by bdds
220.90/221.66	c d: 1
220.90/221.66	c estimatedAdderCost: 202
220.90/221.66	c Try to convert by bdds
220.90/221.69	c d: 1
220.90/221.69	c estimatedAdderCost: 204
220.90/221.69	c Try to convert by bdds
221.00/221.72	c d: 1
221.00/221.72	c estimatedAdderCost: 205
221.00/221.72	c Try to convert by bdds
221.00/221.75	c d: 1
221.00/221.75	c estimatedAdderCost: 203
221.00/221.75	c Try to convert by bdds
221.00/221.77	c d: 1
221.00/221.77	c estimatedAdderCost: 204
221.00/221.77	c Try to convert by bdds
221.10/221.80	c d: 1
221.10/221.80	c estimatedAdderCost: 204
221.10/221.80	c Try to convert by bdds
221.10/221.83	c d: 1
221.10/221.83	c estimatedAdderCost: 203
221.10/221.83	c Try to convert by bdds
221.10/221.86	c d: 1
221.10/221.86	c estimatedAdderCost: 204
221.10/221.86	c Try to convert by bdds
221.10/221.88	c d: 1
221.10/221.88	c estimatedAdderCost: 204
221.10/221.88	c Try to convert by bdds
221.20/221.91	c d: 1
221.20/221.91	c estimatedAdderCost: 206
221.20/221.91	c Try to convert by bdds
221.20/221.93	c d: 1
221.20/221.93	c estimatedAdderCost: 206
221.20/221.93	c Try to convert by bdds
221.20/221.97	c d: 1
221.20/221.97	c estimatedAdderCost: 204
221.20/221.97	c Try to convert by bdds
221.20/221.99	c d: 1
221.20/221.99	c estimatedAdderCost: 204
221.20/221.99	c Try to convert by bdds
221.31/222.02	c d: 1
221.31/222.02	c estimatedAdderCost: 204
221.31/222.02	c Try to convert by bdds
221.31/222.04	c d: 1
221.31/222.04	c estimatedAdderCost: 204
221.31/222.04	c Try to convert by bdds
221.31/222.08	c d: 1
221.31/222.08	c estimatedAdderCost: 203
221.31/222.08	c Try to convert by bdds
221.31/222.10	c d: 1
221.31/222.10	c estimatedAdderCost: 203
221.31/222.10	c Try to convert by bdds
221.41/222.13	c d: 1
221.41/222.13	c estimatedAdderCost: 203
221.41/222.13	c Try to convert by bdds
221.41/222.16	c d: 1
221.41/222.16	c estimatedAdderCost: 204
221.41/222.16	c Try to convert by bdds
221.41/222.19	c d: 1
221.41/222.19	c estimatedAdderCost: 204
221.41/222.19	c Try to convert by bdds
221.49/222.21	c d: 1
221.49/222.21	c estimatedAdderCost: 203
221.49/222.21	c Try to convert by bdds
221.49/222.24	c d: 1
221.49/222.24	c estimatedAdderCost: 203
221.49/222.24	c Try to convert by bdds
221.49/222.27	c d: 1
221.49/222.27	c estimatedAdderCost: 205
221.49/222.27	c Try to convert by bdds
221.59/222.30	c d: 1
221.59/222.30	c estimatedAdderCost: 203
221.59/222.30	c Try to convert by bdds
221.59/222.32	c d: 1
221.59/222.32	c estimatedAdderCost: 204
221.59/222.32	c Try to convert by bdds
221.59/222.35	c d: 1
221.59/222.35	c estimatedAdderCost: 202
221.59/222.35	c Try to convert by bdds
221.59/222.37	c d: 1
221.59/222.37	c estimatedAdderCost: 203
221.59/222.37	c Try to convert by bdds
221.69/222.41	c d: 1
221.69/222.41	c estimatedAdderCost: 205
221.69/222.41	c Try to convert by bdds
221.69/222.43	c d: 1
221.69/222.43	c estimatedAdderCost: 203
221.69/222.43	c Try to convert by bdds
221.69/222.46	c d: 1
221.69/222.46	c estimatedAdderCost: 203
221.69/222.46	c Try to convert by bdds
221.69/222.48	c d: 1
221.69/222.48	c estimatedAdderCost: 204
221.69/222.48	c Try to convert by bdds
221.79/222.51	c d: 1
221.79/222.51	c estimatedAdderCost: 206
221.79/222.51	c Try to convert by bdds
221.79/222.54	c d: 1
221.79/222.54	c estimatedAdderCost: 204
221.79/222.54	c Try to convert by bdds
221.79/222.57	c d: 1
221.79/222.57	c estimatedAdderCost: 202
221.79/222.57	c Try to convert by bdds
221.79/222.59	c d: 1
221.79/222.59	c estimatedAdderCost: 203
221.79/222.59	c Try to convert by bdds
221.89/222.62	c d: 1
221.89/222.62	c estimatedAdderCost: 204
221.89/222.62	c Try to convert by bdds
221.89/222.65	c d: 1
221.89/222.65	c estimatedAdderCost: 204
221.89/222.65	c Try to convert by bdds
221.89/222.68	c d: 1
221.89/222.68	c estimatedAdderCost: 203
221.89/222.68	c Try to convert by bdds
221.99/222.70	c d: 1
221.99/222.70	c estimatedAdderCost: 204
221.99/222.70	c Try to convert by bdds
221.99/222.73	c d: 1
221.99/222.73	c estimatedAdderCost: 204
221.99/222.73	c Try to convert by bdds
221.99/222.76	c d: 1
221.99/222.76	c estimatedAdderCost: 204
221.99/222.76	c Try to convert by bdds
221.99/222.79	c d: 1
221.99/222.79	c estimatedAdderCost: 203
221.99/222.79	c Try to convert by bdds
222.09/222.81	c d: 1
222.09/222.81	c estimatedAdderCost: 203
222.09/222.81	c Try to convert by bdds
222.09/222.84	c d: 1
222.09/222.84	c estimatedAdderCost: 204
222.09/222.84	c Try to convert by bdds
222.09/222.87	c d: 1
222.09/222.87	c estimatedAdderCost: 203
222.09/222.87	c Try to convert by bdds
222.19/222.90	c d: 1
222.19/222.90	c estimatedAdderCost: 204
222.19/222.90	c Try to convert by bdds
222.19/222.92	c d: 1
222.19/222.92	c estimatedAdderCost: 204
222.19/222.92	c Try to convert by bdds
222.19/222.95	c d: 1
222.19/222.95	c estimatedAdderCost: 204
222.19/222.95	c Try to convert by bdds
222.19/222.98	c d: 1
222.19/222.98	c estimatedAdderCost: 203
222.19/222.98	c Try to convert by bdds
222.19/223.01	c d: 1
222.19/223.01	c estimatedAdderCost: 204
222.19/223.01	c Try to convert by bdds
222.30/223.03	c d: 1
222.30/223.03	c estimatedAdderCost: 202
222.30/223.03	c Try to convert by bdds
222.30/223.06	c d: 1
222.30/223.06	c estimatedAdderCost: 204
222.30/223.06	c Try to convert by bdds
222.30/223.09	c d: 1
222.30/223.09	c estimatedAdderCost: 204
222.30/223.09	c Try to convert by bdds
222.40/223.12	c d: 1
222.40/223.12	c estimatedAdderCost: 202
222.40/223.12	c Try to convert by bdds
222.40/223.14	c d: 1
222.40/223.14	c estimatedAdderCost: 203
222.40/223.14	c Try to convert by bdds
222.40/223.17	c d: 1
222.40/223.17	c estimatedAdderCost: 205
222.40/223.17	c Try to convert by bdds
222.40/223.19	c d: 1
222.40/223.19	c estimatedAdderCost: 206
222.40/223.19	c Try to convert by bdds
222.49/223.23	c d: 1
222.49/223.23	c estimatedAdderCost: 204
222.49/223.23	c Try to convert by bdds
222.49/223.25	c d: 1
222.49/223.25	c estimatedAdderCost: 206
222.49/223.25	c Try to convert by bdds
222.49/223.28	c d: 1
222.49/223.28	c estimatedAdderCost: 204
222.49/223.28	c Try to convert by bdds
222.59/223.30	c d: 1
222.59/223.30	c estimatedAdderCost: 205
222.59/223.30	c Try to convert by bdds
222.59/223.34	c d: 1
222.59/223.34	c estimatedAdderCost: 203
222.59/223.34	c Try to convert by bdds
222.59/223.36	c d: 1
222.59/223.36	c estimatedAdderCost: 204
222.59/223.36	c Try to convert by bdds
222.59/223.39	c d: 1
222.59/223.39	c estimatedAdderCost: 203
222.59/223.39	c Try to convert by bdds
222.69/223.42	c d: 1
222.69/223.42	c estimatedAdderCost: 206
222.69/223.42	c Try to convert by bdds
222.69/223.45	c d: 1
222.69/223.45	c estimatedAdderCost: 204
222.69/223.45	c Try to convert by bdds
222.69/223.47	c d: 1
222.69/223.47	c estimatedAdderCost: 203
222.69/223.47	c Try to convert by bdds
222.79/223.50	c d: 1
222.79/223.50	c estimatedAdderCost: 205
222.79/223.50	c Try to convert by bdds
222.79/223.53	c d: 1
222.79/223.53	c estimatedAdderCost: 205
222.79/223.53	c Try to convert by bdds
222.79/223.56	c d: 1
222.79/223.56	c estimatedAdderCost: 203
222.79/223.56	c Try to convert by bdds
222.79/223.58	c d: 1
222.79/223.58	c estimatedAdderCost: 206
222.79/223.58	c Try to convert by bdds
222.89/223.61	c d: 1
222.89/223.61	c estimatedAdderCost: 204
222.89/223.61	c Try to convert by bdds
222.89/223.64	c d: 1
222.89/223.64	c estimatedAdderCost: 205
222.89/223.64	c Try to convert by bdds
222.89/223.67	c d: 1
222.89/223.67	c estimatedAdderCost: 203
222.89/223.67	c Try to convert by bdds
222.89/223.69	c d: 1
222.89/223.69	c estimatedAdderCost: 204
222.89/223.69	c Try to convert by bdds
222.99/223.72	c d: 1
222.99/223.72	c estimatedAdderCost: 202
222.99/223.72	c Try to convert by bdds
222.99/223.75	c d: 1
222.99/223.75	c estimatedAdderCost: 206
222.99/223.75	c Try to convert by bdds
222.99/223.78	c d: 1
222.99/223.78	c estimatedAdderCost: 204
222.99/223.78	c Try to convert by bdds
223.09/223.80	c d: 1
223.09/223.80	c estimatedAdderCost: 204
223.09/223.80	c Try to convert by bdds
223.09/223.83	c d: 1
223.09/223.83	c estimatedAdderCost: 204
223.09/223.83	c Try to convert by bdds
223.09/223.85	c d: 1
223.09/223.85	c estimatedAdderCost: 204
223.09/223.85	c Try to convert by bdds
223.09/223.89	c d: 1
223.09/223.89	c estimatedAdderCost: 203
223.09/223.89	c Try to convert by bdds
223.19/223.91	c d: 1
223.19/223.91	c estimatedAdderCost: 203
223.19/223.91	c Try to convert by bdds
223.19/223.94	c d: 1
223.19/223.94	c estimatedAdderCost: 205
223.19/223.94	c Try to convert by bdds
223.19/223.96	c d: 1
223.19/223.96	c estimatedAdderCost: 204
223.19/223.96	c Try to convert by bdds
223.19/223.99	c d: 1
223.19/223.99	c estimatedAdderCost: 204
223.19/223.99	c Try to convert by bdds
223.30/224.02	c d: 1
223.30/224.02	c estimatedAdderCost: 204
223.30/224.02	c Try to convert by bdds
223.30/224.05	c d: 1
223.30/224.05	c estimatedAdderCost: 204
223.30/224.05	c Try to convert by bdds
223.30/224.07	c d: 1
223.30/224.07	c estimatedAdderCost: 203
223.30/224.07	c Try to convert by bdds
223.30/224.11	c d: 1
223.30/224.11	c estimatedAdderCost: 203
223.30/224.11	c Try to convert by bdds
223.40/224.13	c d: 1
223.40/224.13	c estimatedAdderCost: 203
223.40/224.13	c Try to convert by bdds
223.40/224.16	c d: 1
223.40/224.16	c estimatedAdderCost: 203
223.40/224.16	c Try to convert by bdds
223.40/224.18	c d: 1
223.40/224.18	c estimatedAdderCost: 202
223.40/224.18	c Try to convert by bdds
223.49/224.21	c d: 1
223.49/224.21	c estimatedAdderCost: 204
223.49/224.21	c Try to convert by bdds
223.49/224.24	c d: 1
223.49/224.24	c estimatedAdderCost: 203
223.49/224.24	c Try to convert by bdds
223.49/224.27	c d: 1
223.49/224.27	c estimatedAdderCost: 203
223.49/224.27	c Try to convert by bdds
223.49/224.29	c d: 1
223.49/224.29	c estimatedAdderCost: 203
223.49/224.29	c Try to convert by bdds
223.59/224.32	c d: 1
223.59/224.32	c estimatedAdderCost: 204
223.59/224.32	c Try to convert by bdds
223.59/224.35	c d: 1
223.59/224.35	c estimatedAdderCost: 205
223.59/224.35	c Try to convert by bdds
223.59/224.38	c d: 1
223.59/224.38	c estimatedAdderCost: 203
223.59/224.38	c Try to convert by bdds
223.69/224.40	c d: 1
223.69/224.40	c estimatedAdderCost: 204
223.69/224.40	c Try to convert by bdds
223.69/224.43	c d: 1
223.69/224.43	c estimatedAdderCost: 204
223.69/224.43	c Try to convert by bdds
223.69/224.45	c d: 1
223.69/224.45	c estimatedAdderCost: 203
223.69/224.45	c Try to convert by bdds
223.69/224.48	c d: 1
223.69/224.48	c estimatedAdderCost: 203
223.69/224.48	c Try to convert by bdds
223.79/224.51	c d: 1
223.79/224.51	c estimatedAdderCost: 204
223.79/224.51	c Try to convert by bdds
223.79/224.54	c d: 1
223.79/224.54	c estimatedAdderCost: 204
223.79/224.54	c Try to convert by bdds
223.79/224.56	c d: 1
223.79/224.56	c estimatedAdderCost: 204
223.79/224.56	c Try to convert by bdds
223.79/224.59	c d: 1
223.79/224.59	c estimatedAdderCost: 203
223.79/224.59	c Try to convert by bdds
223.89/224.62	c d: 1
223.89/224.62	c estimatedAdderCost: 205
223.89/224.62	c Try to convert by bdds
223.89/224.65	c d: 1
223.89/224.65	c estimatedAdderCost: 205
223.89/224.65	c Try to convert by bdds
223.89/224.67	c d: 1
223.89/224.67	c estimatedAdderCost: 204
223.89/224.67	c Try to convert by bdds
223.99/224.70	c d: 1
223.99/224.70	c estimatedAdderCost: 204
223.99/224.70	c Try to convert by bdds
223.99/224.73	c d: 1
223.99/224.73	c estimatedAdderCost: 203
223.99/224.73	c Try to convert by bdds
223.99/224.76	c d: 1
223.99/224.76	c estimatedAdderCost: 204
223.99/224.76	c Try to convert by bdds
223.99/224.78	c d: 1
223.99/224.78	c estimatedAdderCost: 204
223.99/224.78	c Try to convert by bdds
224.08/224.81	c d: 1
224.08/224.81	c estimatedAdderCost: 204
224.08/224.81	c Try to convert by bdds
224.08/224.84	c d: 1
224.08/224.84	c estimatedAdderCost: 203
224.08/224.84	c Try to convert by bdds
224.08/224.87	c d: 1
224.08/224.87	c estimatedAdderCost: 204
224.08/224.87	c Try to convert by bdds
224.08/224.89	c d: 1
224.08/224.89	c estimatedAdderCost: 205
224.08/224.89	c Try to convert by bdds
224.18/224.92	c d: 1
224.18/224.92	c estimatedAdderCost: 204
224.18/224.92	c Try to convert by bdds
224.18/224.94	c d: 1
224.18/224.94	c estimatedAdderCost: 206
224.18/224.94	c Try to convert by bdds
224.18/224.97	c d: 1
224.18/224.97	c estimatedAdderCost: 204
224.18/224.97	c Try to convert by bdds
224.18/225.00	c d: 1
224.18/225.00	c estimatedAdderCost: 205
224.18/225.00	c Try to convert by bdds
224.30/225.03	c d: 1
224.30/225.03	c estimatedAdderCost: 203
224.30/225.03	c Try to convert by bdds
224.30/225.05	c d: 1
224.30/225.05	c estimatedAdderCost: 204
224.30/225.05	c Try to convert by bdds
224.30/225.08	c d: 1
224.30/225.08	c estimatedAdderCost: 203
224.30/225.08	c Try to convert by bdds
224.30/225.11	c d: 1
224.30/225.11	c estimatedAdderCost: 205
224.30/225.11	c Try to convert by bdds
224.40/225.14	c d: 1
224.40/225.14	c estimatedAdderCost: 205
224.40/225.14	c Try to convert by bdds
224.40/225.16	c d: 1
224.40/225.16	c estimatedAdderCost: 204
224.40/225.16	c Try to convert by bdds
224.40/225.19	c d: 1
224.40/225.19	c estimatedAdderCost: 204
224.40/225.19	c Try to convert by bdds
224.48/225.21	c d: 1
224.48/225.21	c estimatedAdderCost: 104
224.48/225.21	c Try to convert by bdds
224.48/225.22	c d: 1
224.48/225.22	c estimatedAdderCost: 105
224.48/225.22	c Try to convert by bdds
224.48/225.23	c d: 1
224.48/225.23	c estimatedAdderCost: 104
224.48/225.23	c Try to convert by bdds
224.48/225.23	c d: 1
224.48/225.23	c estimatedAdderCost: 105
224.48/225.23	c Try to convert by bdds
224.48/225.24	c d: 1
224.48/225.24	c estimatedAdderCost: 103
224.48/225.24	c Try to convert by bdds
224.48/225.25	c d: 1
224.48/225.25	c estimatedAdderCost: 103
224.48/225.25	c Try to convert by bdds
224.48/225.25	c d: 1
224.48/225.25	c estimatedAdderCost: 104
224.48/225.25	c Try to convert by bdds
224.48/225.26	c d: 1
224.48/225.26	c estimatedAdderCost: 103
224.48/225.26	c Try to convert by bdds
224.48/225.27	c d: 1
224.48/225.27	c estimatedAdderCost: 103
224.48/225.27	c Try to convert by bdds
224.48/225.27	c d: 1
224.48/225.27	c estimatedAdderCost: 103
224.48/225.27	c Try to convert by bdds
224.48/225.28	c d: 1
224.48/225.28	c estimatedAdderCost: 103
224.48/225.28	c Try to convert by bdds
224.48/225.29	c d: 1
224.48/225.29	c estimatedAdderCost: 103
224.48/225.29	c Try to convert by bdds
224.48/225.29	c d: 1
224.48/225.29	c estimatedAdderCost: 104
224.48/225.29	c Try to convert by bdds
224.58/225.30	c d: 1
224.58/225.30	c estimatedAdderCost: 103
224.58/225.30	c Try to convert by bdds
224.58/225.30	c d: 1
224.58/225.30	c estimatedAdderCost: 103
224.58/225.30	c Try to convert by bdds
224.58/225.31	c d: 1
224.58/225.31	c estimatedAdderCost: 104
224.58/225.31	c Try to convert by bdds
224.58/225.32	c d: 1
224.58/225.32	c estimatedAdderCost: 103
224.58/225.32	c Try to convert by bdds
224.58/225.32	c d: 1
224.58/225.32	c estimatedAdderCost: 103
224.58/225.32	c Try to convert by bdds
224.58/225.33	c d: 1
224.58/225.33	c estimatedAdderCost: 104
224.58/225.33	c Try to convert by bdds
224.58/225.34	c d: 1
224.58/225.34	c estimatedAdderCost: 105
224.58/225.34	c Try to convert by bdds
224.58/225.34	c d: 1
224.58/225.34	c estimatedAdderCost: 103
224.58/225.34	c Try to convert by bdds
224.58/225.35	c d: 1
224.58/225.35	c estimatedAdderCost: 103
224.58/225.35	c Try to convert by bdds
224.58/225.36	c d: 1
224.58/225.36	c estimatedAdderCost: 103
224.58/225.36	c Try to convert by bdds
224.58/225.36	c d: 1
224.58/225.36	c estimatedAdderCost: 104
224.58/225.36	c Try to convert by bdds
224.58/225.37	c d: 1
224.58/225.37	c estimatedAdderCost: 103
224.58/225.37	c Try to convert by bdds
224.58/225.38	c d: 1
224.58/225.38	c estimatedAdderCost: 103
224.58/225.38	c Try to convert by bdds
224.58/225.38	c d: 1
224.58/225.38	c estimatedAdderCost: 103
224.58/225.38	c Try to convert by bdds
224.58/225.39	c d: 1
224.58/225.39	c estimatedAdderCost: 103
224.58/225.39	c Try to convert by bdds
224.58/225.39	c d: 1
224.58/225.39	c estimatedAdderCost: 105
224.58/225.39	c Try to convert by bdds
224.68/225.40	c d: 1
224.68/225.40	c estimatedAdderCost: 104
224.68/225.40	c Try to convert by bdds
224.68/225.41	c d: 1
224.68/225.41	c estimatedAdderCost: 103
224.68/225.41	c Try to convert by bdds
224.68/225.41	c d: 1
224.68/225.41	c estimatedAdderCost: 104
224.68/225.41	c Try to convert by bdds
224.68/225.42	c d: 1
224.68/225.42	c estimatedAdderCost: 104
224.68/225.42	c Try to convert by bdds
224.68/225.43	c d: 1
224.68/225.43	c estimatedAdderCost: 103
224.68/225.43	c Try to convert by bdds
224.68/225.43	c d: 1
224.68/225.43	c estimatedAdderCost: 104
224.68/225.43	c Try to convert by bdds
224.68/225.44	c d: 1
224.68/225.44	c estimatedAdderCost: 105
224.68/225.44	c Try to convert by bdds
224.68/225.44	c d: 1
224.68/225.44	c estimatedAdderCost: 104
224.68/225.44	c Try to convert by bdds
224.68/225.45	c d: 1
224.68/225.45	c estimatedAdderCost: 105
224.68/225.45	c Try to convert by bdds
224.68/225.46	c d: 1
224.68/225.46	c estimatedAdderCost: 103
224.68/225.46	c Try to convert by bdds
224.68/225.46	c d: 1
224.68/225.46	c estimatedAdderCost: 104
224.68/225.46	c Try to convert by bdds
224.68/225.47	c d: 1
224.68/225.47	c estimatedAdderCost: 103
224.68/225.47	c Try to convert by bdds
224.68/225.48	c d: 1
224.68/225.48	c estimatedAdderCost: 103
224.68/225.48	c Try to convert by bdds
224.68/225.48	c d: 1
224.68/225.48	c estimatedAdderCost: 104
224.68/225.48	c Try to convert by bdds
224.68/225.49	c d: 1
224.68/225.49	c estimatedAdderCost: 103
224.68/225.49	c Try to convert by bdds
224.78/225.50	c d: 1
224.78/225.50	c estimatedAdderCost: 104
224.78/225.50	c Try to convert by bdds
224.78/225.50	c d: 1
224.78/225.50	c estimatedAdderCost: 103
224.78/225.50	c Try to convert by bdds
224.78/225.51	c d: 1
224.78/225.51	c estimatedAdderCost: 102
224.78/225.51	c Try to convert by bdds
224.78/225.52	c d: 1
224.78/225.52	c estimatedAdderCost: 104
224.78/225.52	c Try to convert by bdds
224.78/225.52	c d: 1
224.78/225.52	c estimatedAdderCost: 105
224.78/225.52	c Try to convert by bdds
224.78/225.53	c d: 1
224.78/225.53	c estimatedAdderCost: 104
224.78/225.53	c Try to convert by bdds
224.78/225.53	c d: 1
224.78/225.53	c estimatedAdderCost: 103
224.78/225.53	c Try to convert by bdds
224.78/225.54	c d: 1
224.78/225.54	c estimatedAdderCost: 103
224.78/225.54	c Try to convert by bdds
224.78/225.55	c d: 1
224.78/225.55	c estimatedAdderCost: 104
224.78/225.55	c Try to convert by bdds
224.78/225.55	c d: 1
224.78/225.55	c estimatedAdderCost: 102
224.78/225.55	c Try to convert by bdds
224.78/225.56	c d: 1
224.78/225.56	c estimatedAdderCost: 103
224.78/225.56	c Try to convert by bdds
224.78/225.57	c d: 1
224.78/225.57	c estimatedAdderCost: 104
224.78/225.57	c Try to convert by bdds
224.78/225.57	c d: 1
224.78/225.57	c estimatedAdderCost: 103
224.78/225.57	c Try to convert by bdds
224.78/225.58	c d: 1
224.78/225.58	c estimatedAdderCost: 103
224.78/225.58	c Try to convert by bdds
224.78/225.59	c d: 1
224.78/225.59	c estimatedAdderCost: 103
224.78/225.59	c Try to convert by bdds
224.78/225.59	c d: 1
224.78/225.59	c estimatedAdderCost: 103
224.78/225.59	c Try to convert by bdds
224.88/225.60	c d: 1
224.88/225.60	c estimatedAdderCost: 104
224.88/225.60	c Try to convert by bdds
224.88/225.61	c d: 1
224.88/225.61	c estimatedAdderCost: 105
224.88/225.61	c Try to convert by bdds
224.88/225.61	c d: 1
224.88/225.61	c estimatedAdderCost: 103
224.88/225.61	c Try to convert by bdds
224.88/225.62	c d: 1
224.88/225.62	c estimatedAdderCost: 104
224.88/225.62	c Try to convert by bdds
224.88/225.62	c d: 1
224.88/225.62	c estimatedAdderCost: 105
224.88/225.62	c Try to convert by bdds
224.88/225.63	c d: 1
224.88/225.63	c estimatedAdderCost: 104
224.88/225.63	c Try to convert by bdds
224.88/225.64	c d: 1
224.88/225.64	c estimatedAdderCost: 103
224.88/225.64	c Try to convert by bdds
224.88/225.64	c d: 1
224.88/225.64	c estimatedAdderCost: 104
224.88/225.64	c Try to convert by bdds
224.88/225.65	c d: 1
224.88/225.65	c estimatedAdderCost: 103
224.88/225.65	c Try to convert by bdds
224.88/225.66	c d: 1
224.88/225.66	c estimatedAdderCost: 104
224.88/225.66	c Try to convert by bdds
224.88/225.66	c d: 1
224.88/225.66	c estimatedAdderCost: 104
224.88/225.66	c Try to convert by bdds
224.88/225.67	c d: 1
224.88/225.67	c estimatedAdderCost: 102
224.88/225.67	c Try to convert by bdds
224.88/225.68	c d: 1
224.88/225.68	c estimatedAdderCost: 104
224.88/225.68	c Try to convert by bdds
224.88/225.68	c d: 1
224.88/225.68	c estimatedAdderCost: 105
224.88/225.68	c Try to convert by bdds
224.88/225.69	c d: 1
224.88/225.69	c estimatedAdderCost: 105
224.88/225.69	c Try to convert by bdds
224.88/225.70	c d: 1
224.88/225.70	c estimatedAdderCost: 104
224.88/225.70	c Try to convert by bdds
224.98/225.70	c d: 1
224.98/225.70	c estimatedAdderCost: 103
224.98/225.70	c Try to convert by bdds
224.98/225.71	c d: 1
224.98/225.71	c estimatedAdderCost: 103
224.98/225.71	c Try to convert by bdds
224.98/225.71	c d: 1
224.98/225.71	c estimatedAdderCost: 103
224.98/225.71	c Try to convert by bdds
224.98/225.72	c d: 1
224.98/225.72	c estimatedAdderCost: 105
224.98/225.72	c Try to convert by bdds
224.98/225.73	c d: 1
224.98/225.73	c estimatedAdderCost: 104
224.98/225.73	c Try to convert by bdds
224.98/225.73	c d: 1
224.98/225.73	c estimatedAdderCost: 103
224.98/225.73	c Try to convert by bdds
224.98/225.74	c d: 1
224.98/225.74	c estimatedAdderCost: 103
224.98/225.74	c Try to convert by bdds
224.98/225.75	c d: 1
224.98/225.75	c estimatedAdderCost: 103
224.98/225.75	c Try to convert by bdds
224.98/225.75	c d: 1
224.98/225.75	c estimatedAdderCost: 104
224.98/225.75	c Try to convert by bdds
224.98/225.76	c d: 1
224.98/225.76	c estimatedAdderCost: 103
224.98/225.76	c Try to convert by bdds
224.98/225.76	c d: 1
224.98/225.76	c estimatedAdderCost: 103
224.98/225.76	c Try to convert by bdds
224.98/225.77	c d: 1
224.98/225.77	c estimatedAdderCost: 104
224.98/225.77	c Try to convert by bdds
224.98/225.78	c d: 1
224.98/225.78	c estimatedAdderCost: 104
224.98/225.78	c Try to convert by bdds
224.98/225.78	c d: 1
224.98/225.78	c estimatedAdderCost: 102
224.98/225.78	c Try to convert by bdds
224.98/225.79	c d: 1
224.98/225.79	c estimatedAdderCost: 104
224.98/225.79	c Try to convert by bdds
225.08/225.80	c d: 1
225.08/225.80	c estimatedAdderCost: 105
225.08/225.80	c Try to convert by bdds
225.08/225.80	c d: 1
225.08/225.80	c estimatedAdderCost: 102
225.08/225.80	c Try to convert by bdds
225.08/225.81	c d: 1
225.08/225.81	c estimatedAdderCost: 104
225.08/225.81	c Try to convert by bdds
225.08/225.82	c d: 1
225.08/225.82	c estimatedAdderCost: 103
225.08/225.82	c Try to convert by bdds
225.08/225.82	c d: 1
225.08/225.82	c estimatedAdderCost: 104
225.08/225.82	c Try to convert by bdds
225.08/225.83	c d: 1
225.08/225.83	c estimatedAdderCost: 103
225.08/225.83	c Try to convert by bdds
225.08/225.84	c d: 1
225.08/225.84	c estimatedAdderCost: 103
225.08/225.84	c Try to convert by bdds
225.08/225.84	c d: 1
225.08/225.84	c estimatedAdderCost: 104
225.08/225.84	c Try to convert by bdds
225.08/225.85	c d: 1
225.08/225.85	c estimatedAdderCost: 102
225.08/225.85	c Try to convert by bdds
225.08/225.85	c d: 1
225.08/225.85	c estimatedAdderCost: 105
225.08/225.85	c Try to convert by bdds
225.08/225.86	c d: 1
225.08/225.86	c estimatedAdderCost: 104
225.08/225.86	c Try to convert by bdds
225.08/225.87	c d: 1
225.08/225.87	c estimatedAdderCost: 103
225.08/225.87	c Try to convert by bdds
225.08/225.87	c d: 1
225.08/225.87	c estimatedAdderCost: 103
225.08/225.87	c Try to convert by bdds
225.08/225.88	c d: 1
225.08/225.88	c estimatedAdderCost: 103
225.08/225.88	c Try to convert by bdds
225.08/225.89	c d: 1
225.08/225.89	c estimatedAdderCost: 103
225.08/225.89	c Try to convert by bdds
225.08/225.89	c d: 1
225.08/225.89	c estimatedAdderCost: 104
225.08/225.89	c Try to convert by bdds
225.18/225.90	c d: 1
225.18/225.90	c estimatedAdderCost: 103
225.18/225.90	c Try to convert by bdds
225.18/225.91	c d: 1
225.18/225.91	c estimatedAdderCost: 102
225.18/225.91	c Try to convert by bdds
225.18/225.91	c d: 1
225.18/225.91	c estimatedAdderCost: 104
225.18/225.91	c Try to convert by bdds
225.18/225.92	c d: 1
225.18/225.92	c estimatedAdderCost: 103
225.18/225.92	c Try to convert by bdds
225.18/225.93	c d: 1
225.18/225.93	c estimatedAdderCost: 103
225.18/225.93	c Try to convert by bdds
225.18/225.93	c d: 1
225.18/225.93	c estimatedAdderCost: 103
225.18/225.93	c Try to convert by bdds
225.18/225.94	c d: 1
225.18/225.94	c estimatedAdderCost: 104
225.18/225.94	c Try to convert by bdds
225.18/225.94	c d: 1
225.18/225.94	c estimatedAdderCost: 103
225.18/225.94	c Try to convert by bdds
225.18/225.95	c d: 1
225.18/225.95	c estimatedAdderCost: 104
225.18/225.95	c Try to convert by bdds
225.18/225.96	c d: 1
225.18/225.96	c estimatedAdderCost: 103
225.18/225.96	c Try to convert by bdds
225.18/225.96	c d: 1
225.18/225.96	c estimatedAdderCost: 104
225.18/225.96	c Try to convert by bdds
225.18/225.97	c d: 1
225.18/225.97	c estimatedAdderCost: 102
225.18/225.97	c Try to convert by bdds
225.18/225.98	c d: 1
225.18/225.98	c estimatedAdderCost: 104
225.18/225.98	c Try to convert by bdds
225.18/225.98	c d: 1
225.18/225.98	c estimatedAdderCost: 103
225.18/225.98	c Try to convert by bdds
225.18/225.99	c d: 1
225.18/225.99	c estimatedAdderCost: 103
225.18/225.99	c Try to convert by bdds
225.18/226.00	c d: 1
225.18/226.00	c estimatedAdderCost: 103
225.18/226.00	c Try to convert by bdds
225.18/226.00	c d: 1
225.18/226.00	c estimatedAdderCost: 103
225.18/226.00	c Try to convert by bdds
225.18/226.01	c d: 1
225.18/226.01	c estimatedAdderCost: 105
225.18/226.01	c Try to convert by bdds
225.29/226.02	c d: 1
225.29/226.02	c estimatedAdderCost: 104
225.29/226.02	c Try to convert by bdds
225.29/226.02	c d: 1
225.29/226.02	c estimatedAdderCost: 104
225.29/226.02	c Try to convert by bdds
225.29/226.03	c d: 1
225.29/226.03	c estimatedAdderCost: 105
225.29/226.03	c Try to convert by bdds
225.29/226.03	c d: 1
225.29/226.03	c estimatedAdderCost: 104
225.29/226.03	c Try to convert by bdds
225.29/226.04	c d: 1
225.29/226.04	c estimatedAdderCost: 103
225.29/226.04	c Try to convert by bdds
225.29/226.05	c d: 1
225.29/226.05	c estimatedAdderCost: 103
225.29/226.05	c Try to convert by bdds
225.29/226.05	c d: 1
225.29/226.05	c estimatedAdderCost: 103
225.29/226.05	c Try to convert by bdds
225.29/226.06	c d: 1
225.29/226.06	c estimatedAdderCost: 104
225.29/226.06	c Try to convert by bdds
225.29/226.07	c d: 1
225.29/226.07	c estimatedAdderCost: 103
225.29/226.07	c Try to convert by bdds
225.29/226.07	c d: 1
225.29/226.07	c estimatedAdderCost: 103
225.29/226.07	c Try to convert by bdds
225.29/226.08	c d: 1
225.29/226.08	c estimatedAdderCost: 104
225.29/226.08	c Try to convert by bdds
225.29/226.08	c d: 1
225.29/226.08	c estimatedAdderCost: 103
225.29/226.08	c Try to convert by bdds
225.29/226.09	c d: 1
225.29/226.09	c estimatedAdderCost: 103
225.29/226.09	c Try to convert by bdds
225.29/226.10	c d: 1
225.29/226.10	c estimatedAdderCost: 104
225.29/226.10	c Try to convert by bdds
225.29/226.10	c d: 1
225.29/226.10	c estimatedAdderCost: 105
225.29/226.10	c Try to convert by bdds
225.39/226.11	c d: 1
225.39/226.11	c estimatedAdderCost: 103
225.39/226.11	c Try to convert by bdds
225.39/226.12	c d: 1
225.39/226.12	c estimatedAdderCost: 103
225.39/226.12	c Try to convert by bdds
225.39/226.12	c d: 1
225.39/226.12	c estimatedAdderCost: 103
225.39/226.12	c Try to convert by bdds
225.39/226.13	c d: 1
225.39/226.13	c estimatedAdderCost: 103
225.39/226.13	c Try to convert by bdds
225.39/226.14	c d: 1
225.39/226.14	c estimatedAdderCost: 104
225.39/226.14	c Try to convert by bdds
225.39/226.14	c d: 1
225.39/226.14	c estimatedAdderCost: 103
225.39/226.14	c Try to convert by bdds
225.39/226.15	c d: 1
225.39/226.15	c estimatedAdderCost: 104
225.39/226.15	c Try to convert by bdds
225.39/226.16	c d: 1
225.39/226.16	c estimatedAdderCost: 102
225.39/226.16	c Try to convert by bdds
225.39/226.16	c d: 1
225.39/226.16	c estimatedAdderCost: 105
225.39/226.16	c Try to convert by bdds
225.39/226.17	c d: 1
225.39/226.17	c estimatedAdderCost: 104
225.39/226.17	c Try to convert by bdds
225.39/226.17	c d: 1
225.39/226.17	c estimatedAdderCost: 105
225.39/226.17	c Try to convert by bdds
225.39/226.18	c d: 1
225.39/226.18	c estimatedAdderCost: 104
225.39/226.18	c Try to convert by bdds
225.39/226.19	c d: 1
225.39/226.19	c estimatedAdderCost: 103
225.39/226.19	c Try to convert by bdds
225.39/226.19	c d: 1
225.39/226.19	c estimatedAdderCost: 103
225.39/226.19	c Try to convert by bdds
225.48/226.20	c d: 1
225.48/226.20	c estimatedAdderCost: 104
225.48/226.20	c Try to convert by bdds
225.48/226.21	c d: 1
225.48/226.21	c estimatedAdderCost: 103
225.48/226.21	c Try to convert by bdds
225.48/226.21	c d: 1
225.48/226.21	c estimatedAdderCost: 104
225.48/226.21	c Try to convert by bdds
225.48/226.22	c d: 1
225.48/226.22	c estimatedAdderCost: 102
225.48/226.22	c Try to convert by bdds
225.48/226.23	c d: 1
225.48/226.23	c estimatedAdderCost: 103
225.48/226.23	c Try to convert by bdds
225.48/226.23	c d: 1
225.48/226.23	c estimatedAdderCost: 103
225.48/226.23	c Try to convert by bdds
225.48/226.24	c d: 1
225.48/226.24	c estimatedAdderCost: 104
225.48/226.24	c Try to convert by bdds
225.48/226.25	c d: 1
225.48/226.25	c estimatedAdderCost: 105
225.48/226.25	c Try to convert by bdds
225.48/226.25	c d: 1
225.48/226.25	c estimatedAdderCost: 103
225.48/226.25	c Try to convert by bdds
225.48/226.26	c d: 1
225.48/226.26	c estimatedAdderCost: 104
225.48/226.26	c Try to convert by bdds
225.48/226.26	c d: 1
225.48/226.26	c estimatedAdderCost: 105
225.48/226.26	c Try to convert by bdds
225.48/226.27	c d: 1
225.48/226.27	c estimatedAdderCost: 104
225.48/226.27	c Try to convert by bdds
225.48/226.28	c d: 1
225.48/226.28	c estimatedAdderCost: 104
225.48/226.28	c Try to convert by bdds
225.48/226.28	c d: 1
225.48/226.28	c estimatedAdderCost: 105
225.48/226.28	c Try to convert by bdds
225.48/226.29	c d: 1
225.48/226.29	c estimatedAdderCost: 103
225.48/226.29	c Try to convert by bdds
225.58/226.30	c d: 1
225.58/226.30	c estimatedAdderCost: 103
225.58/226.30	c Try to convert by bdds
225.58/226.30	c d: 1
225.58/226.30	c estimatedAdderCost: 105
225.58/226.30	c Try to convert by bdds
225.58/226.31	c d: 1
225.58/226.31	c estimatedAdderCost: 104
225.58/226.31	c Try to convert by bdds
225.58/226.32	c d: 1
225.58/226.32	c estimatedAdderCost: 103
225.58/226.32	c Try to convert by bdds
225.58/226.32	c d: 1
225.58/226.32	c estimatedAdderCost: 104
225.58/226.32	c Try to convert by bdds
225.58/226.33	c d: 1
225.58/226.33	c estimatedAdderCost: 103
225.58/226.33	c Try to convert by bdds
225.58/226.33	c d: 1
225.58/226.33	c estimatedAdderCost: 104
225.58/226.33	c Try to convert by bdds
225.58/226.34	c d: 1
225.58/226.34	c estimatedAdderCost: 103
225.58/226.34	c Try to convert by bdds
225.58/226.35	c d: 1
225.58/226.35	c estimatedAdderCost: 103
225.58/226.35	c Try to convert by bdds
225.58/226.35	c d: 1
225.58/226.35	c estimatedAdderCost: 104
225.58/226.35	c Try to convert by bdds
225.58/226.36	c d: 1
225.58/226.36	c estimatedAdderCost: 103
225.58/226.36	c Try to convert by bdds
225.58/226.37	c d: 1
225.58/226.37	c estimatedAdderCost: 104
225.58/226.37	c Try to convert by bdds
225.58/226.37	c d: 1
225.58/226.37	c estimatedAdderCost: 103
225.58/226.37	c Try to convert by bdds
225.58/226.38	c d: 1
225.58/226.38	c estimatedAdderCost: 104
225.58/226.38	c Try to convert by bdds
225.58/226.39	c d: 1
225.58/226.39	c estimatedAdderCost: 103
225.58/226.39	c Try to convert by bdds
225.58/226.39	c d: 1
225.58/226.39	c estimatedAdderCost: 102
225.58/226.39	c Try to convert by bdds
225.68/226.40	c d: 1
225.68/226.40	c estimatedAdderCost: 104
225.68/226.40	c Try to convert by bdds
225.68/226.40	c d: 1
225.68/226.40	c estimatedAdderCost: 104
225.68/226.40	c Try to convert by bdds
225.68/226.41	c d: 1
225.68/226.41	c estimatedAdderCost: 105
225.68/226.41	c Try to convert by bdds
225.68/226.42	c d: 1
225.68/226.42	c estimatedAdderCost: 105
225.68/226.42	c Try to convert by bdds
225.68/226.42	c d: 1
225.68/226.42	c estimatedAdderCost: 104
225.68/226.42	c Try to convert by bdds
225.68/226.43	c d: 1
225.68/226.43	c estimatedAdderCost: 104
225.68/226.43	c Try to convert by bdds
225.68/226.44	c d: 1
225.68/226.44	c estimatedAdderCost: 103
225.68/226.44	c Try to convert by bdds
225.68/226.44	c d: 1
225.68/226.44	c estimatedAdderCost: 104
225.68/226.44	c Try to convert by bdds
225.68/226.45	c d: 1
225.68/226.45	c estimatedAdderCost: 105
225.68/226.45	c Try to convert by bdds
225.68/226.46	c d: 1
225.68/226.46	c estimatedAdderCost: 104
225.68/226.46	c Try to convert by bdds
225.68/226.46	c d: 1
225.68/226.46	c estimatedAdderCost: 103
225.68/226.46	c Try to convert by bdds
225.68/226.47	c d: 1
225.68/226.47	c estimatedAdderCost: 103
225.68/226.47	c Try to convert by bdds
225.68/226.48	c d: 1
225.68/226.48	c estimatedAdderCost: 103
225.68/226.48	c Try to convert by bdds
225.68/226.48	c d: 1
225.68/226.48	c estimatedAdderCost: 103
225.68/226.48	c Try to convert by bdds
225.68/226.49	c d: 1
225.68/226.49	c estimatedAdderCost: 104
225.68/226.49	c Try to convert by bdds
225.68/226.49	c d: 1
225.68/226.49	c estimatedAdderCost: 103
225.68/226.49	c Try to convert by bdds
225.78/226.50	c d: 1
225.78/226.50	c estimatedAdderCost: 104
225.78/226.50	c Try to convert by bdds
225.78/226.51	c d: 1
225.78/226.51	c estimatedAdderCost: 103
225.78/226.51	c Try to convert by bdds
225.78/226.51	c d: 1
225.78/226.51	c estimatedAdderCost: 103
225.78/226.51	c Try to convert by bdds
225.78/226.52	c d: 1
225.78/226.52	c estimatedAdderCost: 104
225.78/226.52	c Try to convert by bdds
225.78/226.53	c d: 1
225.78/226.53	c estimatedAdderCost: 103
225.78/226.53	c Try to convert by bdds
225.78/226.53	c d: 1
225.78/226.53	c estimatedAdderCost: 103
225.78/226.53	c Try to convert by bdds
225.78/226.54	c d: 1
225.78/226.54	c estimatedAdderCost: 103
225.78/226.54	c Try to convert by bdds
225.78/226.55	c d: 1
225.78/226.55	c estimatedAdderCost: 104
225.78/226.55	c Try to convert by bdds
225.78/226.55	c d: 1
225.78/226.55	c estimatedAdderCost: 103
225.78/226.55	c Try to convert by bdds
225.78/226.56	c d: 1
225.78/226.56	c estimatedAdderCost: 105
225.78/226.56	c Try to convert by bdds
225.78/226.57	c d: 1
225.78/226.57	c estimatedAdderCost: 104
225.78/226.57	c Try to convert by bdds
225.78/226.57	c d: 1
225.78/226.57	c estimatedAdderCost: 104
225.78/226.57	c Try to convert by bdds
225.78/226.58	c d: 1
225.78/226.58	c estimatedAdderCost: 103
225.78/226.58	c Try to convert by bdds
225.78/226.58	c d: 1
225.78/226.58	c estimatedAdderCost: 103
225.78/226.58	c Try to convert by bdds
225.78/226.59	c d: 1
225.78/226.59	c estimatedAdderCost: 104
225.78/226.59	c Try to convert by bdds
225.88/226.60	c d: 1
225.88/226.60	c estimatedAdderCost: 104
225.88/226.60	c Try to convert by bdds
225.88/226.60	c d: 1
225.88/226.60	c estimatedAdderCost: 103
225.88/226.60	c Try to convert by bdds
225.88/226.61	c d: 1
225.88/226.61	c estimatedAdderCost: 104
225.88/226.61	c Try to convert by bdds
225.88/226.61	c d: 1
225.88/226.61	c estimatedAdderCost: 103
225.88/226.61	c Try to convert by bdds
225.88/226.62	c d: 1
225.88/226.62	c estimatedAdderCost: 104
225.88/226.62	c Try to convert by bdds
225.88/226.63	c d: 1
225.88/226.63	c estimatedAdderCost: 105
225.88/226.63	c Try to convert by bdds
225.88/226.63	c d: 1
225.88/226.63	c estimatedAdderCost: 104
225.88/226.63	c Try to convert by bdds
225.88/226.64	c d: 1
225.88/226.64	c estimatedAdderCost: 103
225.88/226.64	c Try to convert by bdds
225.88/226.64	c d: 1
225.88/226.64	c estimatedAdderCost: 103
225.88/226.64	c Try to convert by bdds
225.88/226.65	c d: 1
225.88/226.65	c estimatedAdderCost: 104
225.88/226.65	c Try to convert by bdds
225.88/226.66	c d: 1
225.88/226.66	c estimatedAdderCost: 103
225.88/226.66	c Try to convert by bdds
225.88/226.66	c d: 1
225.88/226.66	c estimatedAdderCost: 103
225.88/226.66	c Try to convert by bdds
225.88/226.67	c d: 1
225.88/226.67	c estimatedAdderCost: 104
225.88/226.67	c Try to convert by bdds
225.88/226.68	c d: 1
225.88/226.68	c estimatedAdderCost: 103
225.88/226.68	c Try to convert by bdds
225.88/226.68	c d: 1
225.88/226.68	c estimatedAdderCost: 103
225.88/226.68	c Try to convert by bdds
225.88/226.69	c d: 1
225.88/226.69	c estimatedAdderCost: 104
225.88/226.69	c Try to convert by bdds
225.88/226.69	c d: 1
225.88/226.69	c estimatedAdderCost: 103
225.88/226.69	c Try to convert by bdds
225.98/226.70	c d: 1
225.98/226.70	c estimatedAdderCost: 103
225.98/226.70	c Try to convert by bdds
225.98/226.71	c d: 1
225.98/226.71	c estimatedAdderCost: 104
225.98/226.71	c Try to convert by bdds
225.98/226.71	c d: 1
225.98/226.71	c estimatedAdderCost: 105
225.98/226.71	c Try to convert by bdds
225.98/226.72	c d: 1
225.98/226.72	c estimatedAdderCost: 105
225.98/226.72	c Try to convert by bdds
225.98/226.73	c d: 1
225.98/226.73	c estimatedAdderCost: 104
225.98/226.73	c Try to convert by bdds
225.98/226.73	c d: 1
225.98/226.73	c estimatedAdderCost: 104
225.98/226.73	c Try to convert by bdds
225.98/226.74	c d: 1
225.98/226.74	c estimatedAdderCost: 103
225.98/226.74	c Try to convert by bdds
225.98/226.75	c d: 1
225.98/226.75	c estimatedAdderCost: 104
225.98/226.75	c Try to convert by bdds
225.98/226.75	c d: 1
225.98/226.75	c estimatedAdderCost: 102
225.98/226.75	c Try to convert by bdds
225.98/226.76	c d: 1
225.98/226.76	c estimatedAdderCost: 104
225.98/226.76	c Try to convert by bdds
225.98/226.76	c d: 1
225.98/226.76	c estimatedAdderCost: 103
225.98/226.76	c Try to convert by bdds
225.98/226.77	c d: 1
225.98/226.77	c estimatedAdderCost: 104
225.98/226.77	c Try to convert by bdds
225.98/226.78	c d: 1
225.98/226.78	c estimatedAdderCost: 105
225.98/226.78	c Try to convert by bdds
225.98/226.78	c d: 1
225.98/226.78	c estimatedAdderCost: 101
225.98/226.78	c Try to convert by bdds
225.98/226.78	c d: 1
225.98/226.78	c estimatedAdderCost: 103
225.98/226.78	c Try to convert by bdds
225.98/226.79	c d: 1
225.98/226.79	c estimatedAdderCost: 103
225.98/226.79	c Try to convert by bdds
225.98/226.79	c d: 1
225.98/226.79	c estimatedAdderCost: 106
225.98/226.79	c Try to convert by bdds
226.08/226.80	c d: 1
226.08/226.80	c estimatedAdderCost: 104
226.08/226.80	c Try to convert by bdds
226.08/226.80	c d: 1
226.08/226.80	c estimatedAdderCost: 103
226.08/226.80	c Try to convert by bdds
226.08/226.81	c d: 1
226.08/226.81	c estimatedAdderCost: 103
226.08/226.81	c Try to convert by bdds
226.08/226.82	c d: 1
226.08/226.82	c estimatedAdderCost: 104
226.08/226.82	c Try to convert by bdds
226.08/226.82	c d: 1
226.08/226.82	c estimatedAdderCost: 104
226.08/226.82	c Try to convert by bdds
226.08/226.83	c d: 1
226.08/226.83	c estimatedAdderCost: 103
226.08/226.83	c Try to convert by bdds
226.08/226.84	c d: 1
226.08/226.84	c estimatedAdderCost: 102
226.08/226.84	c Try to convert by bdds
226.08/226.84	c d: 1
226.08/226.84	c estimatedAdderCost: 104
226.08/226.84	c Try to convert by bdds
226.08/226.85	c d: 1
226.08/226.85	c estimatedAdderCost: 104
226.08/226.85	c Try to convert by bdds
226.08/226.86	c d: 1
226.08/226.86	c estimatedAdderCost: 103
226.08/226.86	c Try to convert by bdds
226.08/226.86	c d: 1
226.08/226.86	c estimatedAdderCost: 104
226.08/226.86	c Try to convert by bdds
226.08/226.87	c d: 1
226.08/226.87	c estimatedAdderCost: 103
226.08/226.87	c Try to convert by bdds
226.08/226.87	c d: 1
226.08/226.87	c estimatedAdderCost: 105
226.08/226.87	c Try to convert by bdds
226.08/226.88	c d: 1
226.08/226.88	c estimatedAdderCost: 104
226.08/226.88	c Try to convert by bdds
226.08/226.89	c d: 1
226.08/226.89	c estimatedAdderCost: 104
226.08/226.89	c Try to convert by bdds
226.08/226.89	c d: 1
226.08/226.89	c estimatedAdderCost: 103
226.08/226.89	c Try to convert by bdds
226.18/226.90	c d: 1
226.18/226.90	c estimatedAdderCost: 104
226.18/226.90	c Try to convert by bdds
226.18/226.91	c d: 1
226.18/226.91	c estimatedAdderCost: 102
226.18/226.91	c Try to convert by bdds
226.18/226.91	c d: 1
226.18/226.91	c estimatedAdderCost: 104
226.18/226.91	c Try to convert by bdds
226.18/226.92	c d: 1
226.18/226.92	c estimatedAdderCost: 103
226.18/226.92	c Try to convert by bdds
226.18/226.92	c d: 1
226.18/226.92	c estimatedAdderCost: 105
226.18/226.92	c Try to convert by bdds
226.18/226.93	c d: 1
226.18/226.93	c estimatedAdderCost: 104
226.18/226.93	c Try to convert by bdds
226.18/226.94	c d: 1
226.18/226.94	c estimatedAdderCost: 103
226.18/226.94	c Try to convert by bdds
226.18/226.94	c d: 1
226.18/226.94	c estimatedAdderCost: 104
226.18/226.94	c Try to convert by bdds
226.18/226.95	c d: 1
226.18/226.95	c estimatedAdderCost: 105
226.18/226.95	c Try to convert by bdds
226.18/226.96	c d: 1
226.18/226.96	c estimatedAdderCost: 104
226.18/226.96	c Try to convert by bdds
226.18/226.96	c d: 1
226.18/226.96	c estimatedAdderCost: 103
226.18/226.96	c Try to convert by bdds
226.18/226.97	c d: 1
226.18/226.97	c estimatedAdderCost: 103
226.18/226.97	c Try to convert by bdds
226.18/226.98	c d: 1
226.18/226.98	c estimatedAdderCost: 103
226.18/226.98	c Try to convert by bdds
226.18/226.98	c d: 1
226.18/226.98	c estimatedAdderCost: 103
226.18/226.98	c Try to convert by bdds
226.18/226.99	c d: 1
226.18/226.99	c estimatedAdderCost: 105
226.18/226.99	c Try to convert by bdds
226.18/227.00	c d: 1
226.18/227.00	c estimatedAdderCost: 104
226.18/227.00	c Try to convert by bdds
226.18/227.00	c d: 1
226.18/227.00	c estimatedAdderCost: 102
226.18/227.00	c Try to convert by bdds
226.18/227.01	c d: 1
226.18/227.01	c estimatedAdderCost: 104
226.18/227.01	c Try to convert by bdds
226.29/227.01	c d: 1
226.29/227.01	c estimatedAdderCost: 103
226.29/227.01	c Try to convert by bdds
226.29/227.02	c d: 1
226.29/227.02	c estimatedAdderCost: 104
226.29/227.02	c Try to convert by bdds
226.29/227.03	c d: 1
226.29/227.03	c estimatedAdderCost: 103
226.29/227.03	c Try to convert by bdds
226.29/227.03	c d: 1
226.29/227.03	c estimatedAdderCost: 104
226.29/227.03	c Try to convert by bdds
226.29/227.04	c d: 1
226.29/227.04	c estimatedAdderCost: 103
226.29/227.04	c Try to convert by bdds
226.29/227.05	c d: 1
226.29/227.05	c estimatedAdderCost: 104
226.29/227.05	c Try to convert by bdds
226.29/227.05	c d: 1
226.29/227.05	c estimatedAdderCost: 103
226.29/227.05	c Try to convert by bdds
226.29/227.06	c d: 1
226.29/227.06	c estimatedAdderCost: 103
226.29/227.06	c Try to convert by bdds
226.29/227.07	c d: 1
226.29/227.07	c estimatedAdderCost: 103
226.29/227.07	c Try to convert by bdds
226.29/227.07	c d: 1
226.29/227.07	c estimatedAdderCost: 104
226.29/227.07	c Try to convert by bdds
226.29/227.08	c d: 1
226.29/227.08	c estimatedAdderCost: 104
226.29/227.08	c Try to convert by bdds
226.29/227.08	c d: 1
226.29/227.08	c estimatedAdderCost: 105
226.29/227.08	c Try to convert by bdds
226.29/227.09	c d: 1
226.29/227.09	c estimatedAdderCost: 104
226.29/227.09	c Try to convert by bdds
226.29/227.10	c d: 1
226.29/227.10	c estimatedAdderCost: 105
226.29/227.10	c Try to convert by bdds
226.29/227.10	c d: 1
226.29/227.10	c estimatedAdderCost: 103
226.29/227.10	c Try to convert by bdds
226.39/227.11	c d: 1
226.39/227.11	c estimatedAdderCost: 103
226.39/227.11	c Try to convert by bdds
226.39/227.12	c d: 1
226.39/227.12	c estimatedAdderCost: 103
226.39/227.12	c Try to convert by bdds
226.39/227.12	c d: 1
226.39/227.12	c estimatedAdderCost: 103
226.39/227.12	c Try to convert by bdds
226.39/227.13	c d: 1
226.39/227.13	c estimatedAdderCost: 103
226.39/227.13	c Try to convert by bdds
226.39/227.14	c d: 1
226.39/227.14	c estimatedAdderCost: 103
226.39/227.14	c Try to convert by bdds
226.39/227.14	c d: 1
226.39/227.14	c estimatedAdderCost: 103
226.39/227.14	c Try to convert by bdds
226.39/227.15	c d: 1
226.39/227.15	c estimatedAdderCost: 103
226.39/227.15	c Try to convert by bdds
226.39/227.15	c d: 1
226.39/227.15	c estimatedAdderCost: 104
226.39/227.15	c Try to convert by bdds
226.39/227.16	c d: 1
226.39/227.16	c estimatedAdderCost: 103
226.39/227.16	c Try to convert by bdds
226.39/227.17	c d: 1
226.39/227.17	c estimatedAdderCost: 104
226.39/227.17	c Try to convert by bdds
226.39/227.17	c d: 1
226.39/227.17	c estimatedAdderCost: 103
226.39/227.17	c Try to convert by bdds
226.39/227.18	c d: 1
226.39/227.18	c estimatedAdderCost: 103
226.39/227.18	c Try to convert by bdds
226.39/227.19	c d: 1
226.39/227.19	c estimatedAdderCost: 104
226.39/227.19	c Try to convert by bdds
226.39/227.19	c d: 1
226.39/227.19	c estimatedAdderCost: 103
226.39/227.19	c Try to convert by bdds
226.48/227.20	c d: 1
226.48/227.20	c estimatedAdderCost: 103
226.48/227.20	c Try to convert by bdds
226.48/227.21	c d: 1
226.48/227.21	c estimatedAdderCost: 102
226.48/227.21	c Try to convert by bdds
226.48/227.21	c d: 1
226.48/227.21	c estimatedAdderCost: 104
226.48/227.21	c Try to convert by bdds
226.48/227.22	c d: 1
226.48/227.22	c estimatedAdderCost: 103
226.48/227.22	c Try to convert by bdds
226.48/227.23	c d: 1
226.48/227.23	c estimatedAdderCost: 104
226.48/227.23	c Try to convert by bdds
226.48/227.23	c d: 1
226.48/227.23	c estimatedAdderCost: 104
226.48/227.23	c Try to convert by bdds
226.48/227.24	c d: 1
226.48/227.24	c estimatedAdderCost: 103
226.48/227.24	c Try to convert by bdds
226.48/227.24	c d: 1
226.48/227.24	c estimatedAdderCost: 103
226.48/227.24	c Try to convert by bdds
226.48/227.25	c d: 1
226.48/227.25	c estimatedAdderCost: 104
226.48/227.25	c Try to convert by bdds
226.48/227.26	c d: 1
226.48/227.26	c estimatedAdderCost: 105
226.48/227.26	c Try to convert by bdds
226.48/227.26	c d: 1
226.48/227.26	c estimatedAdderCost: 103
226.48/227.26	c Try to convert by bdds
226.48/227.27	c d: 1
226.48/227.27	c estimatedAdderCost: 103
226.48/227.27	c Try to convert by bdds
226.48/227.28	c d: 1
226.48/227.28	c estimatedAdderCost: 104
226.48/227.28	c Try to convert by bdds
226.48/227.28	c d: 1
226.48/227.28	c estimatedAdderCost: 102
226.48/227.28	c Try to convert by bdds
226.48/227.29	c d: 1
226.48/227.29	c estimatedAdderCost: 104
226.48/227.29	c Try to convert by bdds
226.48/227.30	c d: 1
226.48/227.30	c estimatedAdderCost: 104
226.48/227.30	c Try to convert by bdds
226.58/227.30	c d: 1
226.58/227.30	c estimatedAdderCost: 105
226.58/227.30	c Try to convert by bdds
226.58/227.31	c d: 1
226.58/227.31	c estimatedAdderCost: 103
226.58/227.31	c Try to convert by bdds
226.58/227.31	c d: 1
226.58/227.31	c estimatedAdderCost: 104
226.58/227.31	c Try to convert by bdds
226.58/227.32	c d: 1
226.58/227.32	c estimatedAdderCost: 104
226.58/227.32	c Try to convert by bdds
226.58/227.33	c d: 1
226.58/227.33	c estimatedAdderCost: 105
226.58/227.33	c Try to convert by bdds
226.58/227.33	c d: 1
226.58/227.33	c estimatedAdderCost: 104
226.58/227.33	c Try to convert by bdds
226.58/227.34	c d: 1
226.58/227.34	c estimatedAdderCost: 104
226.58/227.34	c Try to convert by bdds
226.58/227.35	c d: 1
226.58/227.35	c estimatedAdderCost: 103
226.58/227.35	c Try to convert by bdds
226.58/227.35	c d: 1
226.58/227.35	c estimatedAdderCost: 103
226.58/227.35	c Try to convert by bdds
226.58/227.36	c d: 1
226.58/227.36	c estimatedAdderCost: 104
226.58/227.36	c Try to convert by bdds
226.58/227.37	c d: 1
226.58/227.37	c estimatedAdderCost: 104
226.58/227.37	c Try to convert by bdds
226.58/227.37	c d: 1
226.58/227.37	c estimatedAdderCost: 103
226.58/227.37	c Try to convert by bdds
226.58/227.38	c d: 1
226.58/227.38	c estimatedAdderCost: 104
226.58/227.38	c Try to convert by bdds
226.58/227.38	c d: 1
226.58/227.38	c estimatedAdderCost: 103
226.58/227.38	c Try to convert by bdds
226.58/227.39	c d: 1
226.58/227.39	c estimatedAdderCost: 104
226.58/227.39	c Try to convert by bdds
226.68/227.40	c d: 1
226.68/227.40	c estimatedAdderCost: 103
226.68/227.40	c Try to convert by bdds
226.68/227.40	c d: 1
226.68/227.40	c estimatedAdderCost: 103
226.68/227.40	c Try to convert by bdds
226.68/227.41	c d: 1
226.68/227.41	c estimatedAdderCost: 104
226.68/227.41	c Try to convert by bdds
226.68/227.42	c d: 1
226.68/227.42	c estimatedAdderCost: 103
226.68/227.42	c Try to convert by bdds
226.68/227.42	c d: 1
226.68/227.42	c estimatedAdderCost: 103
226.68/227.42	c Try to convert by bdds
226.68/227.43	c d: 1
226.68/227.43	c estimatedAdderCost: 103
226.68/227.43	c Try to convert by bdds
226.68/227.43	c d: 1
226.68/227.43	c estimatedAdderCost: 103
226.68/227.43	c Try to convert by bdds
226.68/227.44	c d: 1
226.68/227.44	c estimatedAdderCost: 104
226.68/227.44	c Try to convert by bdds
226.68/227.45	c d: 1
226.68/227.45	c estimatedAdderCost: 103
226.68/227.45	c Try to convert by bdds
226.68/227.45	c d: 1
226.68/227.45	c estimatedAdderCost: 103
226.68/227.45	c Try to convert by bdds
226.68/227.46	c d: 1
226.68/227.46	c estimatedAdderCost: 102
226.68/227.46	c Try to convert by bdds
226.68/227.47	c d: 1
226.68/227.47	c estimatedAdderCost: 104
226.68/227.47	c Try to convert by bdds
226.68/227.47	c d: 1
226.68/227.47	c estimatedAdderCost: 103
226.68/227.47	c Try to convert by bdds
226.68/227.48	c d: 1
226.68/227.48	c estimatedAdderCost: 104
226.68/227.48	c Try to convert by bdds
226.68/227.49	c d: 1
226.68/227.49	c estimatedAdderCost: 105
226.68/227.49	c Try to convert by bdds
226.68/227.49	c d: 1
226.68/227.49	c estimatedAdderCost: 102
226.68/227.49	c Try to convert by bdds
226.78/227.50	c d: 1
226.78/227.50	c estimatedAdderCost: 102
226.78/227.50	c Try to convert by bdds
226.78/227.51	c d: 1
226.78/227.51	c estimatedAdderCost: 104
226.78/227.51	c Try to convert by bdds
226.78/227.51	c d: 1
226.78/227.51	c estimatedAdderCost: 105
226.78/227.51	c Try to convert by bdds
226.78/227.52	c d: 1
226.78/227.52	c estimatedAdderCost: 104
226.78/227.52	c Try to convert by bdds
226.78/227.52	c d: 1
226.78/227.52	c estimatedAdderCost: 103
226.78/227.52	c Try to convert by bdds
226.78/227.53	c d: 1
226.78/227.53	c estimatedAdderCost: 103
226.78/227.53	c Try to convert by bdds
226.78/227.54	c d: 1
226.78/227.54	c estimatedAdderCost: 104
226.78/227.54	c Try to convert by bdds
226.78/227.54	c d: 1
226.78/227.54	c estimatedAdderCost: 102
226.78/227.54	c Try to convert by bdds
226.78/227.55	c d: 1
226.78/227.55	c estimatedAdderCost: 104
226.78/227.55	c Try to convert by bdds
226.78/227.56	c d: 1
226.78/227.56	c estimatedAdderCost: 103
226.78/227.56	c Try to convert by bdds
226.78/227.56	c d: 1
226.78/227.56	c estimatedAdderCost: 105
226.78/227.56	c Try to convert by bdds
226.78/227.57	c d: 1
226.78/227.57	c estimatedAdderCost: 103
226.78/227.57	c Try to convert by bdds
226.78/227.57	c d: 1
226.78/227.57	c estimatedAdderCost: 103
226.78/227.57	c Try to convert by bdds
226.78/227.58	c d: 1
226.78/227.58	c estimatedAdderCost: 103
226.78/227.58	c Try to convert by bdds
226.78/227.59	c d: 1
226.78/227.59	c estimatedAdderCost: 102
226.78/227.59	c Try to convert by bdds
226.78/227.59	c d: 1
226.78/227.59	c estimatedAdderCost: 104
226.78/227.59	c Try to convert by bdds
226.88/227.60	c d: 1
226.88/227.60	c estimatedAdderCost: 104
226.88/227.60	c Try to convert by bdds
226.88/227.61	c d: 1
226.88/227.61	c estimatedAdderCost: 105
226.88/227.61	c Try to convert by bdds
226.88/227.61	c d: 1
226.88/227.61	c estimatedAdderCost: 104
226.88/227.61	c Try to convert by bdds
226.88/227.62	c d: 1
226.88/227.62	c estimatedAdderCost: 104
226.88/227.62	c Try to convert by bdds
226.88/227.63	c d: 1
226.88/227.63	c estimatedAdderCost: 103
226.88/227.63	c Try to convert by bdds
226.88/227.63	c d: 1
226.88/227.63	c estimatedAdderCost: 104
226.88/227.63	c Try to convert by bdds
226.88/227.64	c d: 1
226.88/227.64	c estimatedAdderCost: 103
226.88/227.64	c Try to convert by bdds
226.88/227.65	c d: 1
226.88/227.65	c estimatedAdderCost: 103
226.88/227.65	c Try to convert by bdds
226.88/227.65	c d: 1
226.88/227.65	c estimatedAdderCost: 104
226.88/227.65	c Try to convert by bdds
226.88/227.66	c d: 1
226.88/227.66	c estimatedAdderCost: 105
226.88/227.66	c Try to convert by bdds
226.88/227.66	c d: 1
226.88/227.66	c estimatedAdderCost: 105
226.88/227.66	c Try to convert by bdds
226.88/227.67	c d: 1
226.88/227.67	c estimatedAdderCost: 103
226.88/227.67	c Try to convert by bdds
226.88/227.68	c d: 1
226.88/227.68	c estimatedAdderCost: 103
226.88/227.68	c Try to convert by bdds
226.88/227.68	c d: 1
226.88/227.68	c estimatedAdderCost: 104
226.88/227.68	c Try to convert by bdds
226.88/227.69	c d: 1
226.88/227.69	c estimatedAdderCost: 45
226.88/227.69	c Try to convert by bdds
226.88/227.69	c d: 1
226.88/227.69	c estimatedAdderCost: 35
226.88/227.69	c Try to convert by bdds
226.88/227.69	c d: 1
226.88/227.69	c estimatedAdderCost: 45
226.88/227.69	c Try to convert by bdds
226.88/227.69	c d: 1
226.88/227.69	c estimatedAdderCost: 47
226.88/227.69	c Try to convert by bdds
226.88/227.69	c d: 1
226.88/227.69	c estimatedAdderCost: 51
226.88/227.69	c Try to convert by bdds
226.98/227.70	c d: 1
226.98/227.70	c estimatedAdderCost: 40
226.98/227.70	c Try to convert by bdds
226.98/227.70	c d: 1
226.98/227.70	c estimatedAdderCost: 34
226.98/227.70	c Try to convert by bdds
226.98/227.70	c d: 1
226.98/227.70	c estimatedAdderCost: 46
226.98/227.70	c Try to convert by bdds
226.98/227.70	c d: 1
226.98/227.70	c estimatedAdderCost: 51
226.98/227.70	c Try to convert by bdds
226.98/227.70	c d: 1
226.98/227.70	c estimatedAdderCost: 45
226.98/227.70	c Try to convert by bdds
226.98/227.70	c d: 1
226.98/227.70	c estimatedAdderCost: 43
226.98/227.70	c Try to convert by bdds
226.98/227.70	c d: 1
226.98/227.70	c estimatedAdderCost: 43
226.98/227.70	c Try to convert by bdds
226.98/227.70	c d: 1
226.98/227.70	c estimatedAdderCost: 45
226.98/227.70	c Try to convert by bdds
226.98/227.70	c d: 1
226.98/227.70	c estimatedAdderCost: 42
226.98/227.70	c Try to convert by bdds
226.98/227.71	c d: 1
226.98/227.71	c estimatedAdderCost: 47
226.98/227.71	c Try to convert by bdds
226.98/227.71	c d: 1
226.98/227.71	c estimatedAdderCost: 34
226.98/227.71	c Try to convert by bdds
226.98/227.71	c d: 1
226.98/227.71	c estimatedAdderCost: 39
226.98/227.71	c Try to convert by bdds
226.98/227.71	c d: 1
226.98/227.71	c estimatedAdderCost: 39
226.98/227.71	c Try to convert by bdds
226.98/227.71	c d: 1
226.98/227.71	c estimatedAdderCost: 33
226.98/227.71	c Try to convert by bdds
226.98/227.71	c d: 1
226.98/227.71	c estimatedAdderCost: 44
226.98/227.71	c Try to convert by bdds
226.98/227.71	c d: 1
226.98/227.71	c estimatedAdderCost: 33
226.98/227.71	c Try to convert by bdds
226.98/227.71	c d: 1
226.98/227.71	c estimatedAdderCost: 35
226.98/227.71	c Try to convert by bdds
226.98/227.71	c d: 1
226.98/227.71	c estimatedAdderCost: 36
226.98/227.71	c Try to convert by bdds
226.98/227.71	c d: 1
226.98/227.71	c estimatedAdderCost: 38
226.98/227.71	c Try to convert by bdds
226.98/227.71	c d: 1
226.98/227.71	c estimatedAdderCost: 35
226.98/227.71	c Try to convert by bdds
226.98/227.71	c d: 1
226.98/227.71	c estimatedAdderCost: 31
226.98/227.71	c Try to convert by bdds
226.98/227.71	c d: 1
226.98/227.71	c estimatedAdderCost: 47
226.98/227.71	c Try to convert by bdds
226.98/227.72	c d: 1
226.98/227.72	c estimatedAdderCost: 45
226.98/227.72	c Try to convert by bdds
226.98/227.72	c d: 1
226.98/227.72	c estimatedAdderCost: 42
226.98/227.72	c Try to convert by bdds
226.98/227.72	c d: 1
226.98/227.72	c estimatedAdderCost: 35
226.98/227.72	c Try to convert by bdds
226.98/227.72	c d: 1
226.98/227.72	c estimatedAdderCost: 45
226.98/227.72	c Try to convert by bdds
226.98/227.72	c d: 1
226.98/227.72	c estimatedAdderCost: 42
226.98/227.72	c Try to convert by bdds
226.98/227.72	c d: 1
226.98/227.72	c estimatedAdderCost: 38
226.98/227.72	c Try to convert by bdds
226.98/227.72	c d: 1
226.98/227.72	c estimatedAdderCost: 45
226.98/227.72	c Try to convert by bdds
226.98/227.72	c d: 1
226.98/227.72	c estimatedAdderCost: 39
226.98/227.72	c Try to convert by bdds
226.98/227.72	c d: 1
226.98/227.72	c estimatedAdderCost: 51
226.98/227.72	c Try to convert by bdds
226.98/227.72	c d: 1
226.98/227.72	c estimatedAdderCost: 48
226.98/227.72	c Try to convert by bdds
226.98/227.72	c d: 1
226.98/227.72	c estimatedAdderCost: 45
226.98/227.72	c Try to convert by bdds
226.98/227.73	c d: 1
226.98/227.73	c estimatedAdderCost: 35
226.98/227.73	c Try to convert by bdds
226.98/227.73	c d: 1
226.98/227.73	c estimatedAdderCost: 45
226.98/227.73	c Try to convert by bdds
226.98/227.73	c d: 1
226.98/227.73	c estimatedAdderCost: 35
226.98/227.73	c Try to convert by bdds
226.98/227.73	c d: 1
226.98/227.73	c estimatedAdderCost: 39
226.98/227.73	c Try to convert by bdds
226.98/227.73	c d: 1
226.98/227.73	c estimatedAdderCost: 36
226.98/227.73	c Try to convert by bdds
226.98/227.73	c d: 1
226.98/227.73	c estimatedAdderCost: 41
226.98/227.73	c Try to convert by bdds
226.98/227.73	c d: 1
226.98/227.73	c estimatedAdderCost: 46
226.98/227.73	c Try to convert by bdds
226.98/227.73	c d: 1
226.98/227.73	c estimatedAdderCost: 41
226.98/227.73	c Try to convert by bdds
226.98/227.73	c d: 1
226.98/227.73	c estimatedAdderCost: 48
226.98/227.73	c Try to convert by bdds
226.98/227.73	c d: 1
226.98/227.73	c estimatedAdderCost: 37
226.98/227.73	c Try to convert by bdds
226.98/227.73	c d: 1
226.98/227.73	c estimatedAdderCost: 39
226.98/227.73	c Try to convert by bdds
226.98/227.73	c d: 1
226.98/227.73	c estimatedAdderCost: 38
226.98/227.73	c Try to convert by bdds
226.98/227.73	c d: 1
226.98/227.73	c estimatedAdderCost: 46
226.98/227.73	c Try to convert by bdds
226.98/227.74	c d: 1
226.98/227.74	c estimatedAdderCost: 39
226.98/227.74	c Try to convert by bdds
226.98/227.74	c d: 1
226.98/227.74	c estimatedAdderCost: 46
226.98/227.74	c Try to convert by bdds
226.98/227.74	c d: 1
226.98/227.74	c estimatedAdderCost: 37
226.98/227.74	c Try to convert by bdds
226.98/227.74	c d: 1
226.98/227.74	c estimatedAdderCost: 33
226.98/227.74	c Try to convert by bdds
226.98/227.74	c d: 1
226.98/227.74	c estimatedAdderCost: 33
226.98/227.74	c Try to convert by bdds
226.98/227.74	c d: 1
226.98/227.74	c estimatedAdderCost: 34
226.98/227.74	c Try to convert by bdds
226.98/227.74	c d: 1
226.98/227.74	c estimatedAdderCost: 45
226.98/227.74	c Try to convert by bdds
226.98/227.74	c d: 1
226.98/227.74	c estimatedAdderCost: 36
226.98/227.74	c Try to convert by bdds
226.98/227.74	c d: 1
226.98/227.74	c estimatedAdderCost: 35
226.98/227.74	c Try to convert by bdds
226.98/227.74	c d: 1
226.98/227.74	c estimatedAdderCost: 38
226.98/227.74	c Try to convert by bdds
226.98/227.74	c d: 1
226.98/227.74	c estimatedAdderCost: 54
226.98/227.74	c Try to convert by bdds
226.98/227.74	c d: 1
226.98/227.74	c estimatedAdderCost: 35
226.98/227.74	c Try to convert by bdds
226.98/227.75	c d: 1
226.98/227.75	c estimatedAdderCost: 46
226.98/227.75	c Try to convert by bdds
226.98/227.75	c d: 1
226.98/227.75	c estimatedAdderCost: 39
226.98/227.75	c Try to convert by bdds
226.98/227.75	c d: 1
226.98/227.75	c estimatedAdderCost: 34
226.98/227.75	c Try to convert by bdds
226.98/227.75	c d: 1
226.98/227.75	c estimatedAdderCost: 39
226.98/227.75	c Try to convert by bdds
226.98/227.75	c d: 1
226.98/227.75	c estimatedAdderCost: 41
226.98/227.75	c Try to convert by bdds
226.98/227.75	c d: 1
226.98/227.75	c estimatedAdderCost: 42
226.98/227.75	c Try to convert by bdds
226.98/227.75	c d: 1
226.98/227.75	c estimatedAdderCost: 47
226.98/227.75	c Try to convert by bdds
226.98/227.75	c d: 1
226.98/227.75	c estimatedAdderCost: 55
226.98/227.75	c Try to convert by bdds
226.98/227.75	c d: 1
226.98/227.75	c estimatedAdderCost: 42
226.98/227.75	c Try to convert by bdds
226.98/227.75	c d: 1
226.98/227.75	c estimatedAdderCost: 50
226.98/227.75	c Try to convert by bdds
226.98/227.75	c d: 1
226.98/227.75	c estimatedAdderCost: 39
226.98/227.75	c Try to convert by bdds
226.98/227.75	c d: 1
226.98/227.75	c estimatedAdderCost: 48
226.98/227.75	c Try to convert by bdds
226.98/227.76	c d: 1
226.98/227.76	c estimatedAdderCost: 52
226.98/227.76	c Try to convert by bdds
226.98/227.76	c d: 1
226.98/227.76	c estimatedAdderCost: 46
226.98/227.76	c Try to convert by bdds
226.98/227.76	c d: 1
226.98/227.76	c estimatedAdderCost: 39
226.98/227.76	c Try to convert by bdds
226.98/227.76	c d: 1
226.98/227.76	c estimatedAdderCost: 38
226.98/227.76	c Try to convert by bdds
226.98/227.76	c d: 1
226.98/227.76	c estimatedAdderCost: 33
226.98/227.76	c Try to convert by bdds
226.98/227.76	c d: 1
226.98/227.76	c estimatedAdderCost: 43
226.98/227.76	c Try to convert by bdds
226.98/227.76	c d: 1
226.98/227.76	c 
251.52/252.34	c pb_solver_status: sst_sat
251.52/252.34	c total stages of optimization mode: 1
251.52/252.34	c Use UB found in presolve
251.52/252.34	c Use LB found in presolve
251.52/252.34	c minimizationMode: cmm_Binary
251.52/252.34	c goal coeffs: 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 
251.52/252.35	c Try to find a solution more than 26601
251.61/252.40	c V: 1
251.61/252.40	c estimatedAdderCost: 1971
251.61/252.40	c Try to convert by bdds
251.61/252.41	c D: 1
251.61/252.41	c mem for reusing cleared.
251.61/252.41	c Try to convert by sorters
251.61/252.45	c Sorter: base: 2 3 3 3 
251.61/252.45	c 
251.61/252.49	c assumptions: 
251.61/252.49	c invoking solver with time budget: 5.000000
306.73/307.75	c sat_solver_result: sst_unknown
306.73/307.75	c SAT solver timed out; proceeding to cooperative SCIP call
306.73/307.75	c Calling solveScip for cooperative mode with LB_goalvalue:       24461, UB_goalvalue: 30883
306.73/307.75	c scip solving with time budget: 7.000000
306.73/307.75	c solveScip
306.73/307.75	c initScipForCoop
306.73/307.75	c Coop Mode: Using SCIP obj units for LB/UB: 24461, +oo
306.73/307.77	c 3/3 feasible solutions given by solution candidate storage, new primal bound -6.422000e+03
306.73/307.77	c 
306.73/307.79	c presolving:
306.84/307.84	c (round 1, fast)       13 del vars, 0 del conss, 0 add conss, 0 chg bounds, 200 chg sides, 400 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
306.93/307.91	c    (0.2s) running MILP presolver
306.93/307.94	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
306.93/307.95	c (round 2, exhaustive) 13 del vars, 1 del conss, 0 add conss, 0 chg bounds, 200 chg sides, 400 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
306.93/308.00	c (round 3, exhaustive) 13 del vars, 1 del conss, 0 add conss, 0 chg bounds, 200 chg sides, 400 chg coeffs, 1067 upgd conss, 0 impls, 1 clqs, 0 implints
307.05/308.07	c (round 4, exhaustive) 13 del vars, 1 del conss, 0 add conss, 0 chg bounds, 200 chg sides, 400 chg coeffs, 1072 upgd conss, 0 impls, 1 clqs, 0 implints
307.15/308.14	c    (0.4s) probing: 51/1276 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
307.15/308.14	c    (0.4s) probing aborted: 50/50 successive totally useless probings
307.23/308.25	c    (0.5s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
307.23/308.28	c    (0.5s) no symmetry present (symcode time: 0.00)
307.33/308.38	c presolving (5 rounds: 5 fast, 4 medium, 4 exhaustive):
307.33/308.38	c  13 deleted vars, 1 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 200 changed sides, 400 changed coefficients
307.33/308.38	c  0 implications, 1 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
307.33/308.38	c presolved problem has 1276 variables (1276 bin, 0 int, 0 cont) and 1072 constraints
307.33/308.38	c    1071 constraints of type <knapsack>
307.33/308.38	c       1 constraints of type <setppc>
307.33/308.38	c transformed objective value is always integral (scale: 1)
307.33/308.38	c Presolving Time: 0.60
307.43/308.40	c transformed 3/3 original solutions to the transformed problem space
307.43/308.40	c 
307.63/308.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
307.63/308.63	c   0.9s|     1 |     0 |   249 |     - |   510M |   0 |1276 |1072 |1072 |   0 |  0 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
307.93/308.94	c   1.2s|     1 |     0 |   451 |     - |   522M |   0 |1276 |1072 |1237 | 165 |  1 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
308.23/309.26	c   1.5s|     1 |     0 |   650 |     - |   528M |   0 |1276 |1072 |1364 | 292 |  2 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
308.53/309.55	c   1.8s|     1 |     0 |   817 |     - |   543M |   0 |1276 |1072 |1466 | 394 |  3 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
308.83/309.86	c   2.1s|     1 |     0 |   920 |     - |   546M |   0 |1276 |1072 |1530 | 458 |  4 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
309.14/310.16	c   2.4s|     1 |     0 |   997 |     - |   550M |   0 |1276 |1072 |1592 | 520 |  5 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
309.43/310.46	c   2.7s|     1 |     0 |  1073 |     - |   550M |   0 |1276 |1072 |1634 | 562 |  6 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
309.72/310.77	c   3.0s|     1 |     0 |  1152 |     - |   557M |   0 |1276 |1072 |1696 | 624 |  7 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
310.04/311.06	c   3.3s|     1 |     0 |  1214 |     - |   569M |   0 |1276 |1072 |1748 | 676 |  8 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
310.32/311.38	c   3.6s|     1 |     0 |  1277 |     - |   576M |   0 |1276 |1072 |1786 | 714 |  9 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
310.62/311.68	c   3.9s|     1 |     0 |  1361 |     - |   603M |   0 |1276 |1072 |1854 | 782 | 10 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
310.92/311.91	c   4.2s|     1 |     0 |  1463 |     - |   607M |   0 |1276 |1072 |1753 | 845 | 11 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
313.71/314.76	c   7.0s|     1 |     2 |  7983 |     - |   607M |   0 |1276 |1074 |1753 | 845 | 11 |   2 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
313.71/314.76	c 
313.71/314.76	c SCIP Status        : solving was interrupted [time limit reached]
313.71/314.76	c Solving Time (sec) : 7.01
313.71/314.76	c Solving Nodes      : 1
313.71/314.76	c Primal Bound       : -6.42200000000000e+03 (3 solutions, 1 respecting the objective limit)
313.71/314.76	c Dual Bound         : +0.00000000000000e+00
313.71/314.76	c Gap                : infinite
313.71/314.76	c SCIP status: 23 (TIMELIMIT)
313.71/314.76	c pb_solver_status: sst_sat
313.71/314.76	c LB_goalvalue: 24461
313.71/314.76	c UB_goalvalue: 30883
313.71/314.76	c Both SAT and SCIP timed out; boosting budgets to sat=10.000000 scip=19.600000
313.71/314.76	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
313.71/314.76	c SCIP returned: sst_sat
313.71/314.76	c SCIP primal LB: 24461, dual UB: 30883
313.71/314.76	c Try to find a solution more than 26601
313.71/314.76	c assumptions: 
313.71/314.76	c invoking solver with time budget: 10.000000
324.17/325.26	c Model check passed
324.17/325.26	c sat_solver_result: sst_sat
324.17/325.26	c pb_solver_status: sst_sat
324.17/325.26	c in maximizeGoal found by SAT
324.77/325.83	o 4281
324.77/325.83	c addUnit: @goal_constraint0
324.77/325.83	c Found a solution: 26602.  Optimum bounded: [26602,30883].
324.77/325.83	c Calling solveScip for cooperative mode with LB_goalvalue:       26602, UB_goalvalue: 30883
324.77/325.83	c scip solving with time budget: 19.600000
324.77/325.83	c solveScip
324.77/325.83	c initScipForCoop
324.77/325.83	c initScipForCoop: syncing trail in SOLVING stage (no free)
324.77/325.83	c Coop Mode: Using SCIP obj units for LB/UB: 26602, +oo
324.77/325.83	c SCIPfreeTransform due to timeout and having shadow nodes
324.77/325.83	c forcing SCIPfreeTransform before solve
324.87/325.93	c Running SCIP presolve for solve-time propagation (rounds=3)
324.87/325.95	c 3/3 feasible solutions given by solution candidate storage, new primal bound -4.281000e+03
324.87/325.95	c 
324.87/325.96	c presolving:
324.87/326.01	c (round 1, fast)       13 del vars, 0 del conss, 0 add conss, 0 chg bounds, 200 chg sides, 400 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
324.98/326.08	c    (0.1s) running MILP presolver
324.98/326.10	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
325.08/326.11	c (round 2, exhaustive) 13 del vars, 1 del conss, 0 add conss, 0 chg bounds, 200 chg sides, 400 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
325.17/326.26	c    (0.3s) probing: 51/1276 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
325.17/326.26	c    (0.3s) probing aborted: 50/50 successive totally useless probings
325.27/326.37	c presolving (3 rounds: 3 fast, 2 medium, 2 exhaustive):
325.27/326.37	c  13 deleted vars, 1 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 200 changed sides, 400 changed coefficients
325.27/326.37	c  0 implications, 1 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
325.27/326.37	c presolved problem has 1276 variables (1276 bin, 0 int, 0 cont) and 1072 constraints
325.27/326.37	c    1066 constraints of type <knapsack>
325.27/326.37	c       1 constraints of type <setppc>
325.27/326.37	c       5 constraints of type <linear>
325.27/326.37	c transformed objective value is always integral (scale: 1)
325.27/326.37	c Presolving Time: 0.41
325.37/326.41	c 3/3 feasible solutions given by solution candidate storage, new primal bound -6.422000e+03
325.37/326.41	c 
325.37/326.42	c presolving:
325.37/326.47	c (round 1, fast)       13 del vars, 0 del conss, 0 add conss, 0 chg bounds, 200 chg sides, 400 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
325.47/326.54	c    (0.1s) running MILP presolver
325.47/326.57	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
325.47/326.58	c (round 2, exhaustive) 13 del vars, 1 del conss, 0 add conss, 0 chg bounds, 200 chg sides, 400 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
325.57/326.64	c (round 3, exhaustive) 13 del vars, 1 del conss, 0 add conss, 0 chg bounds, 200 chg sides, 400 chg coeffs, 1067 upgd conss, 0 impls, 1 clqs, 0 implints
325.67/326.70	c (round 4, exhaustive) 13 del vars, 1 del conss, 0 add conss, 0 chg bounds, 200 chg sides, 400 chg coeffs, 1072 upgd conss, 0 impls, 1 clqs, 0 implints
325.67/326.78	c    (0.4s) probing: 51/1276 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
325.67/326.78	c    (0.4s) probing aborted: 50/50 successive totally useless probings
325.77/326.89	c    (0.5s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
325.87/326.92	c    (0.5s) no symmetry present (symcode time: 0.00)
325.98/327.02	c presolving (5 rounds: 5 fast, 4 medium, 4 exhaustive):
325.98/327.02	c  13 deleted vars, 1 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 200 changed sides, 400 changed coefficients
325.98/327.02	c  0 implications, 1 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
325.98/327.02	c presolved problem has 1276 variables (1276 bin, 0 int, 0 cont) and 1072 constraints
325.98/327.02	c    1071 constraints of type <knapsack>
325.98/327.02	c       1 constraints of type <setppc>
325.98/327.02	c transformed objective value is always integral (scale: 1)
325.98/327.02	c Presolving Time: 0.60
325.98/327.04	c transformed 3/3 original solutions to the transformed problem space
325.98/327.04	c 
326.17/327.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
326.17/327.27	c   0.9s|     1 |     0 |   249 |     - |   548M |   0 |1276 |1072 |1072 |   0 |  0 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
326.47/327.58	c   1.2s|     1 |     0 |   451 |     - |   559M |   0 |1276 |1072 |1237 | 165 |  1 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
326.76/327.89	c   1.5s|     1 |     0 |   650 |     - |   565M |   0 |1276 |1072 |1364 | 292 |  2 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
327.08/328.19	c   1.8s|     1 |     0 |   817 |     - |   568M |   0 |1276 |1072 |1466 | 394 |  3 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
327.46/328.50	c   2.1s|     1 |     0 |   920 |     - |   569M |   0 |1276 |1072 |1530 | 458 |  4 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
327.76/328.80	c   2.4s|     1 |     0 |   997 |     - |   570M |   0 |1276 |1072 |1592 | 520 |  5 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
327.97/329.10	c   2.7s|     1 |     0 |  1073 |     - |   570M |   0 |1276 |1072 |1634 | 562 |  6 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
328.36/329.41	c   3.0s|     1 |     0 |  1152 |     - |   583M |   0 |1276 |1072 |1696 | 624 |  7 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
328.66/329.70	c   3.3s|     1 |     0 |  1214 |     - |   584M |   0 |1276 |1072 |1748 | 676 |  8 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
328.97/330.02	c   3.6s|     1 |     0 |  1277 |     - |   591M |   0 |1276 |1072 |1786 | 714 |  9 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
329.26/330.32	c   3.9s|     1 |     0 |  1361 |     - |   607M |   0 |1276 |1072 |1854 | 782 | 10 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
329.46/330.56	c   4.2s|     1 |     0 |  1463 |     - |   607M |   0 |1276 |1072 |1753 | 845 | 11 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
333.96/335.04	c   8.6s|     1 |     2 |  9848 |     - |   607M |   0 |1276 |1077 |1753 | 845 | 11 |   6 |  22 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
344.81/346.00	c 
344.81/346.00	c SCIP Status        : solving was interrupted [time limit reached]
344.81/346.00	c Solving Time (sec) : 19.61
344.81/346.00	c Solving Nodes      : 34
344.81/346.00	c Primal Bound       : -6.42200000000000e+03 (3 solutions)
344.81/346.00	c Dual Bound         : +0.00000000000000e+00
344.81/346.00	c Gap                : infinite
344.81/346.00	c SCIP status: 23 (TIMELIMIT)
344.81/346.00	c solveScip: freeing transform (!can_skip_free_transform)
344.92/346.10	c pb_solver_status: sst_sat
344.92/346.10	c LB_goalvalue: 26602
344.92/346.10	c UB_goalvalue: 30883
344.92/346.10	c # improved by sat (lb/ub): 1, # improved by scip (lb): 0
344.92/346.10	c SCIP returned: sst_sat
344.92/346.10	c SCIP primal LB: 24461, dual UB: 30883
344.92/346.10	c Try to find a solution more than 28029
344.92/346.10	c V: 1
344.92/346.10	c estimatedAdderCost: 1971
344.92/346.10	c Try to convert by bdds
344.92/346.11	c D: 1
344.92/346.11	c Try to convert by sorters
345.02/346.12	c Sorter: base: 2 3 3 3 
345.02/346.12	c 
345.02/346.16	c assumptions: 
345.02/346.16	c invoking solver with time budget: 14.000000
352.99/354.15	c Model check passed
352.99/354.15	c sat_solver_result: sst_sat
352.99/354.15	c pb_solver_status: sst_sat
352.99/354.15	c in maximizeGoal found by SAT
353.58/354.71	o 2852
353.58/354.71	c addUnit: @goal_constraint1
353.58/354.71	c Found a solution: 28031.  Optimum bounded: [28031,30883].
353.58/354.71	c Try to find a solution more than 28981
353.58/354.71	c V: 1
353.58/354.71	c estimatedAdderCost: 1971
353.58/354.71	c Try to convert by bdds
353.58/354.72	c D: 1
353.58/354.72	c Try to convert by sorters
353.58/354.73	c Sorter: base: 2 3 3 3 
353.58/354.73	c 
353.58/354.78	c assumptions: 
353.58/354.78	c invoking solver with time budget: 6.040400
361.65/362.86	c Model check passed
361.65/362.86	c sat_solver_result: sst_sat
361.65/362.86	c pb_solver_status: sst_sat
361.65/362.86	c in maximizeGoal found by SAT
362.25/363.43	o 1899
362.25/363.43	c addUnit: @goal_constraint2
362.25/363.43	c Found a solution: 28984.  Optimum bounded: [28984,30883].
362.25/363.43	c Calling solveScip for cooperative mode with LB_goalvalue:       28984, UB_goalvalue: 30883
362.25/363.43	c scip solving with time budget: 27.440000
362.25/363.43	c solveScip
362.25/363.43	c initScipForCoop
362.25/363.43	c Coop Mode: Using SCIP obj units for LB/UB: 28984, +oo
362.25/363.44	c 3/3 feasible solutions given by solution candidate storage, new primal bound -1.899000e+03
362.25/363.44	c 
362.25/363.46	c presolving:
362.35/363.51	c (round 1, fast)       13 del vars, 0 del conss, 0 add conss, 0 chg bounds, 200 chg sides, 400 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
362.35/363.57	c    (0.1s) running MILP presolver
362.45/363.61	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
362.45/363.62	c (round 2, exhaustive) 13 del vars, 1 del conss, 0 add conss, 0 chg bounds, 200 chg sides, 400 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
362.45/363.67	c (round 3, exhaustive) 13 del vars, 1 del conss, 0 add conss, 0 chg bounds, 200 chg sides, 400 chg coeffs, 1067 upgd conss, 0 impls, 1 clqs, 0 implints
362.55/363.74	c (round 4, exhaustive) 13 del vars, 1 del conss, 0 add conss, 0 chg bounds, 200 chg sides, 400 chg coeffs, 1072 upgd conss, 0 impls, 1 clqs, 0 implints
362.65/363.81	c    (0.4s) probing: 51/1276 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
362.65/363.81	c    (0.4s) probing aborted: 50/50 successive totally useless probings
362.74/363.92	c    (0.5s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
362.74/363.95	c    (0.5s) no symmetry present (symcode time: 0.00)
362.86/364.07	c presolving (5 rounds: 5 fast, 4 medium, 4 exhaustive):
362.86/364.07	c  13 deleted vars, 1 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 200 changed sides, 400 changed coefficients
362.86/364.07	c  0 implications, 1 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
362.86/364.07	c presolved problem has 1276 variables (1276 bin, 0 int, 0 cont) and 1072 constraints
362.86/364.07	c    1071 constraints of type <knapsack>
362.86/364.07	c       1 constraints of type <setppc>
362.86/364.07	c transformed objective value is always integral (scale: 1)
362.86/364.07	c Presolving Time: 0.61
362.86/364.08	c transformed 3/3 original solutions to the transformed problem space
362.86/364.08	c 
363.14/364.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
363.14/364.32	c   0.9s|     1 |     0 |   249 |     - |   559M |   0 |1276 |1072 |1072 |   0 |  0 |   0 |   0 | 0.000000e+00 |-1.899000e+03*|    Inf | unknown
363.44/364.63	c   1.2s|     1 |     0 |   439 |     - |   565M |   0 |1276 |1072 |1237 | 165 |  1 |   0 |   0 | 0.000000e+00 |-1.899000e+03*|    Inf | unknown
363.74/364.94	c   1.5s|     1 |     0 |   604 |     - |   572M |   0 |1276 |1072 |1370 | 298 |  2 |   0 |   0 | 0.000000e+00 |-1.899000e+03*|    Inf | unknown
364.04/365.23	c   1.8s|     1 |     0 |   722 |     - |   575M |   0 |1276 |1072 |1449 | 377 |  3 |   0 |   0 | 0.000000e+00 |-1.899000e+03*|    Inf | unknown
364.34/365.55	c   2.1s|     1 |     0 |   821 |     - |   576M |   0 |1276 |1072 |1508 | 436 |  4 |   0 |   0 | 0.000000e+00 |-1.899000e+03*|    Inf | unknown
364.64/365.86	c   2.4s|     1 |     0 |   906 |     - |   578M |   0 |1276 |1072 |1575 | 503 |  5 |   0 |   0 | 0.000000e+00 |-1.899000e+03*|    Inf | unknown
364.95/366.18	c   2.8s|     1 |     0 |   997 |     - |   579M |   0 |1276 |1073 |1639 | 567 |  6 |   1 |   0 | 0.000000e+00 |-1.899000e+03*|    Inf | unknown
365.34/366.52	c   3.1s|     1 |     0 |  1080 |     - |   581M |   0 |1276 |1073 |1700 | 628 |  7 |   1 |   0 | 0.000000e+00 |-1.899000e+03*|    Inf | unknown
365.64/366.86	c   3.4s|     1 |     0 |  1172 |     - |   587M |   0 |1276 |1073 |1759 | 687 |  8 |   1 |   0 | 0.000000e+00 |-1.899000e+03*|    Inf | unknown
365.95/367.17	c   3.7s|     1 |     0 |  1255 |     - |   591M |   0 |1276 |1073 |1819 | 747 |  9 |   1 |   0 | 0.000000e+00 |-1.899000e+03*|    Inf | unknown
366.23/367.48	c   4.1s|     1 |     0 |  1309 |     - |   600M |   0 |1276 |1073 |1857 | 785 | 10 |   1 |   0 | 0.000000e+00 |-1.899000e+03*|    Inf | unknown
366.43/367.69	c   4.3s|     1 |     0 |  1366 |     - |   601M |   0 |1276 |1073 |1730 | 821 | 11 |   1 |   0 | 0.000000e+00 |-1.899000e+03*|    Inf | unknown
369.42/370.60	c   7.2s|     1 |     2 |  5097 |     - |   601M |   0 |1276 |1077 |1730 | 821 | 11 |   6 |  21 | 0.000000e+00 |-1.899000e+03*|    Inf | unknown
389.56/390.87	c 
389.56/390.87	c SCIP Status        : solving was interrupted [time limit reached]
389.56/390.87	c Solving Time (sec) : 27.44
389.56/390.87	c Solving Nodes      : 66
389.56/390.87	c Primal Bound       : -1.89900000000000e+03 (3 solutions, 0 respecting the objective limit)
389.56/390.87	c Dual Bound         : +0.00000000000000e+00
389.56/390.87	c Gap                : infinite
389.56/390.87	c SCIP status: 23 (TIMELIMIT)
389.56/390.87	c pb_solver_status: sst_sat
389.56/390.87	c LB_goalvalue: 28984
389.56/390.87	c UB_goalvalue: 30883
389.56/390.87	c # improved by sat (lb/ub): 2, # improved by scip (lb): 0
389.56/390.87	c SCIP returned: sst_sat
389.56/390.87	c SCIP primal LB: 28984, dual UB: 30883
389.56/390.87	c Try to find a solution more than 29617
389.56/390.87	c V: 1
389.56/390.87	c estimatedAdderCost: 1971
389.56/390.87	c Try to convert by bdds
389.56/390.88	c D: 1
389.56/390.88	c Try to convert by sorters
389.56/390.89	c Sorter: base: 2 3 3 3 
389.56/390.89	c 
389.66/390.93	c assumptions: 
389.66/390.93	c invoking solver with time budget: 19.600000
398.84/400.13	c Model check passed
398.84/400.13	c sat_solver_result: sst_sat
398.84/400.13	c pb_solver_status: sst_sat
398.84/400.13	c in maximizeGoal found by SAT
399.43/400.70	o 1264
399.43/400.70	c addUnit: @goal_constraint3
399.43/400.70	c Found a solution: 29619.  Optimum bounded: [29619,30883].
399.43/400.70	c Try to find a solution more than 30040
399.43/400.71	c V: 1
399.43/400.71	c estimatedAdderCost: 1971
399.43/400.71	c Try to convert by bdds
399.43/400.71	c D: 1
399.43/400.71	c Try to convert by sorters
399.43/400.72	c Sorter: base: 2 3 3 3 
399.43/400.72	c 
399.43/400.78	c assumptions: 
399.43/400.78	c invoking solver with time budget: 10.422427
407.40/408.72	c Model check passed
407.40/408.72	c sat_solver_result: sst_sat
407.40/408.72	c pb_solver_status: sst_sat
407.40/408.72	c in maximizeGoal found by SAT
407.90/409.28	o 841
407.90/409.28	c addUnit: @goal_constraint4
407.90/409.28	c Found a solution: 30042.  Optimum bounded: [30042,30883].
407.90/409.28	c Try to find a solution more than 30322
407.90/409.29	c V: 1
407.90/409.29	c estimatedAdderCost: 1971
407.90/409.29	c Try to convert by bdds
407.90/409.29	c D: 1
407.90/409.29	c Try to convert by sorters
408.00/409.30	c Sorter: base: 2 3 3 3 
408.00/409.30	c 
408.00/409.34	c assumptions: 
408.00/409.34	c invoking solver with time budget: 2.505904
412.89/414.23	c sat_solver_result: sst_unknown
412.89/414.23	c SAT solver timed out; proceeding to cooperative SCIP call
412.89/414.23	c Calling solveScip for cooperative mode with LB_goalvalue:       30042, UB_goalvalue: 30883
412.89/414.23	c scip solving with time budget: 38.416000
412.89/414.23	c solveScip
412.89/414.23	c initScipForCoop
412.89/414.23	c Coop Mode: Using SCIP obj units for LB/UB: 30042, +oo
412.89/414.23	c SCIPfreeTransform due to timeout and having shadow nodes
412.89/414.23	c forcing SCIPfreeTransform before solve
412.99/414.33	c Running SCIP presolve for solve-time propagation (rounds=3)
412.99/414.35	c 3/3 feasible solutions given by solution candidate storage, new primal bound -8.410000e+02
412.99/414.35	c 
412.99/414.37	c presolving:
413.09/414.42	c (round 1, fast)       13 del vars, 0 del conss, 0 add conss, 0 chg bounds, 200 chg sides, 400 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
413.09/414.48	c    (0.1s) running MILP presolver
413.19/414.51	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
413.19/414.52	c (round 2, exhaustive) 13 del vars, 1 del conss, 0 add conss, 0 chg bounds, 200 chg sides, 400 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
413.28/414.67	c    (0.3s) probing: 51/1276 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
413.28/414.67	c    (0.3s) probing aborted: 50/50 successive totally useless probings
413.38/414.79	c presolving (3 rounds: 3 fast, 2 medium, 2 exhaustive):
413.38/414.79	c  13 deleted vars, 1 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 200 changed sides, 400 changed coefficients
413.38/414.79	c  0 implications, 1 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
413.38/414.79	c presolved problem has 1276 variables (1276 bin, 0 int, 0 cont) and 1072 constraints
413.38/414.79	c    1066 constraints of type <knapsack>
413.38/414.79	c       1 constraints of type <setppc>
413.38/414.79	c       5 constraints of type <linear>
413.38/414.79	c transformed objective value is always integral (scale: 1)
413.38/414.79	c Presolving Time: 0.42
413.48/414.82	c 3/3 feasible solutions given by solution candidate storage, new primal bound -6.422000e+03
413.48/414.82	c 
413.48/414.84	c presolving:
413.48/414.89	c (round 1, fast)       13 del vars, 0 del conss, 0 add conss, 0 chg bounds, 200 chg sides, 400 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
413.58/414.95	c    (0.2s) running MILP presolver
413.58/414.98	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
413.58/415.00	c (round 2, exhaustive) 13 del vars, 1 del conss, 0 add conss, 0 chg bounds, 200 chg sides, 400 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
413.70/415.05	c (round 3, exhaustive) 13 del vars, 1 del conss, 0 add conss, 0 chg bounds, 200 chg sides, 400 chg coeffs, 1067 upgd conss, 0 impls, 1 clqs, 0 implints
413.80/415.12	c (round 4, exhaustive) 13 del vars, 1 del conss, 0 add conss, 0 chg bounds, 200 chg sides, 400 chg coeffs, 1072 upgd conss, 0 impls, 1 clqs, 0 implints
413.80/415.19	c    (0.4s) probing: 51/1276 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
413.80/415.19	c    (0.4s) probing aborted: 50/50 successive totally useless probings
413.98/415.30	c    (0.5s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
413.98/415.33	c    (0.5s) no symmetry present (symcode time: 0.00)
414.08/415.45	c presolving (5 rounds: 5 fast, 4 medium, 4 exhaustive):
414.08/415.45	c  13 deleted vars, 1 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 200 changed sides, 400 changed coefficients
414.08/415.45	c  0 implications, 1 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
414.08/415.45	c presolved problem has 1276 variables (1276 bin, 0 int, 0 cont) and 1072 constraints
414.08/415.45	c    1071 constraints of type <knapsack>
414.08/415.45	c       1 constraints of type <setppc>
414.08/415.45	c transformed objective value is always integral (scale: 1)
414.08/415.45	c Presolving Time: 0.61
414.08/415.46	c transformed 3/3 original solutions to the transformed problem space
414.08/415.46	c 
414.38/415.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
414.38/415.70	c   0.9s|     1 |     0 |   249 |     - |   530M |   0 |1276 |1072 |1072 |   0 |  0 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
414.69/416.02	c   1.2s|     1 |     0 |   451 |     - |   537M |   0 |1276 |1072 |1237 | 165 |  1 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
414.98/416.33	c   1.5s|     1 |     0 |   650 |     - |   548M |   0 |1276 |1072 |1364 | 292 |  2 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
415.28/416.64	c   1.8s|     1 |     0 |   817 |     - |   564M |   0 |1276 |1072 |1466 | 394 |  3 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
415.58/416.94	c   2.1s|     1 |     0 |   920 |     - |   566M |   0 |1276 |1072 |1530 | 458 |  4 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
415.88/417.25	c   2.4s|     1 |     0 |   997 |     - |   567M |   0 |1276 |1072 |1592 | 520 |  5 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
416.18/417.55	c   2.8s|     1 |     0 |  1073 |     - |   567M |   0 |1276 |1072 |1634 | 562 |  6 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
416.48/417.86	c   3.1s|     1 |     0 |  1152 |     - |   577M |   0 |1276 |1072 |1696 | 624 |  7 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
416.79/418.16	c   3.4s|     1 |     0 |  1214 |     - |   593M |   0 |1276 |1072 |1748 | 676 |  8 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
417.07/418.47	c   3.7s|     1 |     0 |  1277 |     - |   586M |   0 |1276 |1072 |1786 | 714 |  9 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
417.37/418.79	c   4.0s|     1 |     0 |  1361 |     - |   602M |   0 |1276 |1072 |1854 | 782 | 10 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
417.68/419.03	c   4.2s|     1 |     0 |  1463 |     - |   602M |   0 |1276 |1072 |1753 | 845 | 11 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
422.06/423.46	c   8.7s|     1 |     2 |  9848 |     - |   602M |   0 |1276 |1077 |1753 | 845 | 11 |   6 |  22 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
444.78/446.20	c  31.4s|   100 |   101 | 42876 | 418.3 |   617M |  33 |1276 |1077 |1213 |1013 |  1 |   6 |1124 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
451.76/453.22	c 
451.76/453.22	c SCIP Status        : solving was interrupted [time limit reached]
451.76/453.22	c Solving Time (sec) : 38.42
451.76/453.22	c Solving Nodes      : 178
451.76/453.22	c Primal Bound       : -6.42200000000000e+03 (3 solutions)
451.76/453.22	c Dual Bound         : +0.00000000000000e+00
451.76/453.22	c Gap                : infinite
451.76/453.23	c SCIP status: 23 (TIMELIMIT)
451.76/453.23	c solveScip: freeing transform (!can_skip_free_transform)
451.86/453.34	c pb_solver_status: sst_sat
451.86/453.34	c LB_goalvalue: 30042
451.86/453.34	c UB_goalvalue: 30883
451.86/453.34	c # improved by sat (lb/ub): 2, # improved by scip (lb): 0
451.86/453.34	c SCIP returned: sst_sat
451.86/453.34	c SCIP primal LB: 24461, dual UB: 30883
451.86/453.34	c Try to find a solution more than 30322
451.86/453.34	c assumptions: 
451.86/453.34	c invoking solver with time budget: 27.440000
460.14/461.66	c Model check passed
460.14/461.66	c sat_solver_result: sst_sat
460.14/461.66	c pb_solver_status: sst_sat
460.14/461.66	c in maximizeGoal found by SAT
460.74/462.22	o 558
460.74/462.22	c addUnit: @goal_constraint5
460.74/462.22	c Found a solution: 30325.  Optimum bounded: [30325,30883].
460.74/462.22	c Try to find a solution more than 30511
460.74/462.23	c V: 1
460.74/462.23	c estimatedAdderCost: 1971
460.74/462.23	c Try to convert by bdds
460.74/462.23	c D: 1
460.74/462.23	c Try to convert by sorters
460.74/462.24	c Sorter: base: 2 3 3 3 
460.74/462.24	c 
460.74/462.27	c assumptions: 
460.74/462.27	c invoking solver with time budget: 19.146911
470.00/471.52	c Model check passed
470.00/471.52	c sat_solver_result: sst_sat
470.00/471.52	c pb_solver_status: sst_sat
470.00/471.52	c in maximizeGoal found by SAT
470.52/472.09	o 371
470.52/472.09	c addUnit: @goal_constraint6
470.52/472.09	c Found a solution: 30512.  Optimum bounded: [30512,30883].
470.52/472.09	c Try to find a solution more than 30635
470.52/472.09	c V: 1
470.52/472.09	c estimatedAdderCost: 1959
470.52/472.09	c Try to convert by bdds
470.52/472.10	c D: 1
470.52/472.10	c mem for reusing cleared.
470.52/472.10	c Try to convert by sorters
470.52/472.11	c Sorter: base: 2 3 3 3 
470.52/472.11	c 
470.62/472.16	c assumptions: 
470.62/472.16	c invoking solver with time budget: 9.918295
483.76/485.35	c sat_solver_result: sst_unknown
483.76/485.35	c SAT solver timed out; proceeding to cooperative SCIP call
483.76/485.35	c Calling solveScip for cooperative mode with LB_goalvalue:       30512, UB_goalvalue: 30883
483.76/485.35	c scip solving with time budget: 53.782400
483.76/485.35	c solveScip
483.76/485.35	c initScipForCoop
483.76/485.35	c Coop Mode: Using SCIP obj units for LB/UB: 30512, +oo
483.76/485.37	c 3/3 feasible solutions given by solution candidate storage, new primal bound -3.710000e+02
483.76/485.37	c 
483.76/485.38	c presolving:
483.86/485.43	c (round 1, fast)       13 del vars, 0 del conss, 0 add conss, 0 chg bounds, 200 chg sides, 400 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
483.96/485.50	c    (0.2s) running MILP presolver
483.96/485.53	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
483.96/485.54	c (round 2, exhaustive) 13 del vars, 1 del conss, 0 add conss, 0 chg bounds, 200 chg sides, 400 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
484.06/485.60	c (round 3, exhaustive) 13 del vars, 1 del conss, 0 add conss, 0 chg bounds, 200 chg sides, 400 chg coeffs, 1067 upgd conss, 0 impls, 1 clqs, 0 implints
484.06/485.66	c (round 4, exhaustive) 13 del vars, 1 del conss, 0 add conss, 0 chg bounds, 200 chg sides, 400 chg coeffs, 1072 upgd conss, 0 impls, 1 clqs, 0 implints
484.16/485.74	c    (0.4s) probing: 51/1276 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
484.16/485.74	c    (0.4s) probing aborted: 50/50 successive totally useless probings
484.26/485.85	c    (0.5s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
484.26/485.88	c    (0.5s) no symmetry present (symcode time: 0.00)
484.36/486.00	c presolving (5 rounds: 5 fast, 4 medium, 4 exhaustive):
484.36/486.00	c  13 deleted vars, 1 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 200 changed sides, 400 changed coefficients
484.36/486.00	c  0 implications, 1 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
484.36/486.00	c presolved problem has 1276 variables (1276 bin, 0 int, 0 cont) and 1072 constraints
484.36/486.00	c    1071 constraints of type <knapsack>
484.36/486.00	c       1 constraints of type <setppc>
484.36/486.00	c transformed objective value is always integral (scale: 1)
484.36/486.00	c Presolving Time: 0.61
484.47/486.01	c transformed 3/3 original solutions to the transformed problem space
484.47/486.01	c 
484.66/486.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
484.66/486.25	c   0.9s|     1 |     0 |   249 |     - |   572M |   0 |1276 |1072 |1072 |   0 |  0 |   0 |   0 | 0.000000e+00 |-3.710000e+02*|    Inf | unknown
484.96/486.56	c   1.2s|     1 |     0 |   443 |     - |   578M |   0 |1276 |1072 |1237 | 165 |  1 |   0 |   0 | 0.000000e+00 |-3.710000e+02*|    Inf | unknown
485.26/486.88	c   1.5s|     1 |     0 |   617 |     - |   582M |   0 |1276 |1072 |1363 | 291 |  2 |   0 |   0 | 0.000000e+00 |-3.710000e+02*|    Inf | unknown
485.57/487.16	c   1.8s|     1 |     0 |   710 |     - |   598M |   0 |1276 |1072 |1432 | 360 |  3 |   0 |   0 | 0.000000e+00 |-3.710000e+02*|    Inf | unknown
485.85/487.48	c   2.1s|     1 |     0 |   818 |     - |   599M |   0 |1276 |1072 |1515 | 443 |  4 |   0 |   0 | 0.000000e+00 |-3.710000e+02*|    Inf | unknown
486.15/487.79	c   2.4s|     1 |     0 |   902 |     - |   611M |   0 |1276 |1072 |1581 | 509 |  5 |   0 |   0 | 0.000000e+00 |-3.710000e+02*|    Inf | unknown
486.57/488.11	c   2.8s|     1 |     0 |  1001 |     - |   609M |   0 |1276 |1072 |1636 | 564 |  6 |   0 |   0 | 0.000000e+00 |-3.710000e+02*|    Inf | unknown
486.85/488.43	c   3.1s|     1 |     0 |  1064 |     - |   610M |   0 |1276 |1073 |1676 | 604 |  7 |   1 |   0 | 0.000000e+00 |-3.710000e+02*|    Inf | unknown
487.15/488.74	c   3.4s|     1 |     0 |  1141 |     - |   612M |   0 |1276 |1073 |1744 | 672 |  8 |   1 |   0 | 0.000000e+00 |-3.710000e+02*|    Inf | unknown
487.46/489.07	c   3.7s|     1 |     0 |  1222 |     - |   618M |   0 |1276 |1073 |1803 | 731 |  9 |   1 |   0 | 0.000000e+00 |-3.710000e+02*|    Inf | unknown
487.75/489.38	c   4.0s|     1 |     0 |  1308 |     - |   609M |   0 |1276 |1073 |1862 | 790 | 10 |   1 |   0 | 0.000000e+00 |-3.710000e+02*|    Inf | unknown
488.05/489.60	c   4.3s|     1 |     0 |  1371 |     - |   610M |   0 |1276 |1073 |1742 | 833 | 11 |   1 |   0 | 0.000000e+00 |-3.710000e+02*|    Inf | unknown
494.23/495.88	c  10.5s|     1 |     2 | 14815 |     - |   610M |   0 |1276 |1080 |1742 | 833 | 11 |   8 |  22 | 0.000000e+00 |-3.710000e+02*|    Inf | unknown
525.04/526.79	c  41.4s|   100 |   101 | 67578 | 668.8 |   677M |  22 |1276 |1087 |1214 |1504 |  1 |  15 | 398 | 0.000000e+00 |-3.710000e+02*|    Inf | unknown
535.42/537.12	c  51.8s|   200 |   201 |116052 | 576.3 |   717M |  22 |1276 |1096 |1264 |2217 |  2 |  24 | 427 | 0.000000e+00 |-3.710000e+02*|    Inf | unknown
537.42/539.15	c 
537.42/539.15	c SCIP Status        : solving was interrupted [time limit reached]
537.42/539.15	c Solving Time (sec) : 53.80
537.42/539.15	c Solving Nodes      : 201
537.42/539.15	c Primal Bound       : -3.71000000000000e+02 (3 solutions, 0 respecting the objective limit)
537.42/539.15	c Dual Bound         : +0.00000000000000e+00
537.42/539.15	c Gap                : infinite
537.42/539.16	c SCIP status: 23 (TIMELIMIT)
537.42/539.16	c pb_solver_status: sst_sat
537.42/539.16	c LB_goalvalue: 30512
537.42/539.16	c UB_goalvalue: 30883
537.42/539.16	c # improved by sat (lb/ub): 2, # improved by scip (lb): 0
537.42/539.16	c SCIP returned: sst_sat
537.42/539.16	c SCIP primal LB: 30512, dual UB: 30883
537.42/539.16	c Try to find a solution more than 30635
537.42/539.16	c assumptions: 
537.42/539.16	c invoking solver with time budget: 38.416000
553.95/555.73	c Model check passed
553.95/555.73	c sat_solver_result: sst_sat
553.95/555.73	c pb_solver_status: sst_sat
553.95/555.73	c in maximizeGoal found by SAT
554.45/556.29	o 247
554.45/556.29	c addUnit: @goal_constraint7
554.45/556.30	c Found a solution: 30636.  Optimum bounded: [30636,30883].
554.45/556.30	c Try to find a solution more than 30718
554.55/556.30	c V: 3
554.55/556.30	c estimatedAdderCost: 1784
554.55/556.30	c Try to convert by bdds
554.55/556.30	c d: 1
554.55/556.30	c mem for reusing cleared.
554.55/556.30	c Try to convert by sorters
554.55/556.31	c Sorter: base: 2 3 3 3 
554.55/556.31	c 
554.55/556.37	c assumptions: 
554.55/556.37	c invoking solver with time budget: 21.899041
574.09/576.00	c Model check passed
574.09/576.00	c sat_solver_result: sst_sat
574.09/576.00	c c SAT fixed 2 new variables
574.09/576.00	c pb_solver_status: sst_sat
574.09/576.00	c in maximizeGoal found by SAT
574.78/576.66	o 164
574.78/576.66	c addUnit: @goal_constraint8
574.78/576.66	c Found a solution: 30719.  Optimum bounded: [30719,30883].
574.78/576.66	c Try to find a solution more than 30773
574.78/576.66	c V: 40
574.78/576.66	c estimatedAdderCost: 1566
574.78/576.66	c Try to convert by bdds
574.78/576.66	c d: 1
574.78/576.66	c mem for reusing cleared.
574.78/576.66	c Try to convert by sorters
574.78/576.67	c Sorter: base: 2 3 3 3 
574.78/576.67	c 
574.88/576.72	c assumptions: 
574.88/576.72	c invoking solver with time budget: 2.332328
578.67/580.58	c sat_solver_result: sst_unknown
578.67/580.58	c c SAT fixed 37 new variables
578.67/580.58	c SAT solver timed out; proceeding to cooperative SCIP call
578.67/580.58	c Calling solveScip for cooperative mode with LB_goalvalue:       30719, UB_goalvalue: 30883
578.67/580.58	c scip solving with time budget: 75.295360
578.67/580.58	c solveScip
578.67/580.58	c initScipForCoop
578.67/580.58	c Coop Mode: Using SCIP obj units for LB/UB: 30719, +oo
578.67/580.58	c SCIPfreeTransform due to timeout and having shadow nodes
578.67/580.58	c forcing SCIPfreeTransform before solve
578.87/580.72	c Running SCIP presolve for solve-time propagation (rounds=3)
578.87/580.74	c 3/3 feasible solutions given by solution candidate storage, new primal bound -1.640000e+02
578.87/580.74	c 
578.87/580.76	c presolving:
578.97/580.81	c (round 1, fast)       13 del vars, 0 del conss, 0 add conss, 0 chg bounds, 200 chg sides, 400 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
578.97/580.87	c    (0.1s) running MILP presolver
579.07/580.90	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
579.07/580.91	c (round 2, exhaustive) 13 del vars, 1 del conss, 0 add conss, 0 chg bounds, 200 chg sides, 400 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
579.18/581.06	c    (0.3s) probing: 51/1276 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
579.18/581.06	c    (0.3s) probing aborted: 50/50 successive totally useless probings
579.28/581.17	c presolving (3 rounds: 3 fast, 2 medium, 2 exhaustive):
579.28/581.17	c  13 deleted vars, 1 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 200 changed sides, 400 changed coefficients
579.28/581.17	c  0 implications, 1 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
579.28/581.17	c presolved problem has 1276 variables (1276 bin, 0 int, 0 cont) and 1072 constraints
579.28/581.17	c    1066 constraints of type <knapsack>
579.28/581.17	c       1 constraints of type <setppc>
579.28/581.17	c       5 constraints of type <linear>
579.28/581.17	c transformed objective value is always integral (scale: 1)
579.28/581.17	c Presolving Time: 0.42
579.37/581.21	c 3/3 feasible solutions given by solution candidate storage, new primal bound -6.422000e+03
579.37/581.21	c 
579.37/581.22	c presolving:
579.37/581.27	c (round 1, fast)       13 del vars, 0 del conss, 0 add conss, 0 chg bounds, 200 chg sides, 400 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
579.47/581.34	c    (0.2s) running MILP presolver
579.47/581.37	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
579.47/581.38	c (round 2, exhaustive) 13 del vars, 1 del conss, 0 add conss, 0 chg bounds, 200 chg sides, 400 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
579.57/581.44	c (round 3, exhaustive) 13 del vars, 1 del conss, 0 add conss, 0 chg bounds, 200 chg sides, 400 chg coeffs, 1067 upgd conss, 0 impls, 1 clqs, 0 implints
579.67/581.51	c (round 4, exhaustive) 13 del vars, 1 del conss, 0 add conss, 0 chg bounds, 200 chg sides, 400 chg coeffs, 1072 upgd conss, 0 impls, 1 clqs, 0 implints
579.67/581.58	c    (0.4s) probing: 51/1276 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
579.67/581.58	c    (0.4s) probing aborted: 50/50 successive totally useless probings
579.77/581.69	c    (0.5s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
579.87/581.72	c    (0.5s) no symmetry present (symcode time: 0.00)
579.97/581.83	c presolving (5 rounds: 5 fast, 4 medium, 4 exhaustive):
579.97/581.83	c  13 deleted vars, 1 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 200 changed sides, 400 changed coefficients
579.97/581.83	c  0 implications, 1 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
579.97/581.83	c presolved problem has 1276 variables (1276 bin, 0 int, 0 cont) and 1072 constraints
579.97/581.83	c    1071 constraints of type <knapsack>
579.97/581.83	c       1 constraints of type <setppc>
579.97/581.83	c transformed objective value is always integral (scale: 1)
579.97/581.83	c Presolving Time: 0.60
579.97/581.84	c transformed 3/3 original solutions to the transformed problem space
579.97/581.84	c 
580.18/582.08	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
580.18/582.08	c   0.9s|     1 |     0 |   249 |     - |   612M |   0 |1276 |1072 |1072 |   0 |  0 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
580.57/582.40	c   1.2s|     1 |     0 |   451 |     - |   619M |   0 |1276 |1072 |1237 | 165 |  1 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
580.86/582.72	c   1.5s|     1 |     0 |   650 |     - |   620M |   0 |1276 |1072 |1364 | 292 |  2 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
581.18/583.02	c   1.8s|     1 |     0 |   817 |     - |   634M |   0 |1276 |1072 |1466 | 394 |  3 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
581.46/583.33	c   2.1s|     1 |     0 |   920 |     - |   638M |   0 |1276 |1072 |1530 | 458 |  4 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
581.76/583.63	c   2.4s|     1 |     0 |   997 |     - |   639M |   0 |1276 |1072 |1592 | 520 |  5 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
582.06/583.94	c   2.7s|     1 |     0 |  1073 |     - |   639M |   0 |1276 |1072 |1634 | 562 |  6 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
582.36/584.24	c   3.1s|     1 |     0 |  1152 |     - |   654M |   0 |1276 |1072 |1696 | 624 |  7 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
582.66/584.54	c   3.3s|     1 |     0 |  1214 |     - |   667M |   0 |1276 |1072 |1748 | 676 |  8 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
582.96/584.86	c   3.7s|     1 |     0 |  1277 |     - |   662M |   0 |1276 |1072 |1786 | 714 |  9 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
583.27/585.17	c   4.0s|     1 |     0 |  1361 |     - |   663M |   0 |1276 |1072 |1854 | 782 | 10 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
583.56/585.40	c   4.2s|     1 |     0 |  1463 |     - |   663M |   0 |1276 |1072 |1753 | 845 | 11 |   0 |   0 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
588.04/589.92	c   8.7s|     1 |     2 |  9848 |     - |   663M |   0 |1276 |1077 |1753 | 845 | 11 |   6 |  22 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
610.97/612.95	c  31.8s|   100 |   101 | 42876 | 418.3 |   671M |  33 |1276 |1077 |1213 |1013 |  1 |   6 |1124 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
623.63/625.66	c  44.5s|   200 |   201 | 92041 | 455.2 |   665M |  33 |1276 |1083 |1212 |1404 |  1 |  12 |1177 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
640.28/642.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
640.28/642.39	c  61.2s|   300 |   301 |124129 | 410.3 |   700M |  37 |1276 |1104 |1217 |1668 |  1 |  33 |1217 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
644.57/646.65	c  65.5s|   400 |   401 |144096 | 357.5 |   702M |  39 |1276 |1113 |1221 |1848 |  1 |  42 |1265 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
651.06/653.18	c  72.0s|   500 |   501 |169331 | 336.4 |   700M |  41 |1276 |1119 |1208 |2337 |  1 |  48 |1340 | 0.000000e+00 |-6.422000e+03 |    Inf | unknown
654.34/656.49	c 
654.34/656.49	c SCIP Status        : solving was interrupted [time limit reached]
654.34/656.49	c Solving Time (sec) : 75.30
654.34/656.49	c Solving Nodes      : 568
654.34/656.49	c Primal Bound       : -6.42200000000000e+03 (3 solutions)
654.34/656.49	c Dual Bound         : +0.00000000000000e+00
654.34/656.49	c Gap                : infinite
654.34/656.49	c SCIP status: 23 (TIMELIMIT)
654.34/656.49	c solveScip: freeing transform (!can_skip_free_transform)
654.44/656.56	c pb_solver_status: sst_sat
654.44/656.56	c LB_goalvalue: 30719
654.44/656.56	c UB_goalvalue: 30883
654.44/656.56	c # improved by sat (lb/ub): 2, # improved by scip (lb): 0
654.44/656.56	c SCIP returned: sst_sat
654.44/656.56	c SCIP primal LB: 24461, dual UB: 30883
654.44/656.56	c Try to find a solution more than 30773
654.44/656.56	c assumptions: 
654.44/656.56	c invoking solver with time budget: 53.782400
662.71/664.82	c Model check passed
662.71/664.82	c sat_solver_result: sst_sat
662.71/664.82	c pb_solver_status: sst_sat
662.71/664.82	c in maximizeGoal found by SAT
663.41/665.53	o 109
663.41/665.53	c addUnit: @goal_constraint9
663.41/665.53	c Found a solution: 30774.  Optimum bounded: [30774,30883].
663.41/665.53	c Try to find a solution more than 30810
663.41/665.53	c V: 91
663.41/665.53	c estimatedAdderCost: 1291
663.41/665.53	c Try to convert by bdds
663.41/665.53	c d: 1
663.41/665.53	c mem for reusing cleared.
663.41/665.53	c Try to convert by sorters
663.41/665.54	c Sorter: base: 2 3 3 3 
663.41/665.54	c 
663.41/665.58	c assumptions: 
663.41/665.58	c invoking solver with time budget: 45.549567
676.27/678.47	c Model check passed
676.27/678.47	c sat_solver_result: sst_sat
676.27/678.47	c c SAT fixed 51 new variables
676.27/678.47	c pb_solver_status: sst_sat
676.27/678.47	c in maximizeGoal found by SAT
677.06/679.21	o 72
677.06/679.21	c addUnit: @goal_constraint10
677.06/679.21	c Found a solution: 30811.  Optimum bounded: [30811,30883].
677.06/679.21	c Try to find a solution more than 30835
677.06/679.22	c V: 162
677.06/679.22	c estimatedAdderCost: 1053
677.06/679.22	c Try to convert by bdds
677.06/679.22	c d: 1
677.06/679.22	c mem for reusing cleared.
677.06/679.22	c Try to convert by sorters
677.06/679.23	c Sorter: base: 2 3 3 3 
677.06/679.23	c 
677.06/679.26	c assumptions: 
677.06/679.26	c invoking solver with time budget: 32.701390
685.33/687.52	c Model check passed
685.33/687.52	c sat_solver_result: sst_sat
685.33/687.52	c c SAT fixed 71 new variables
685.33/687.52	c pb_solver_status: sst_sat
685.33/687.52	c in maximizeGoal found by SAT
686.13/688.35	o 47
686.13/688.35	c addUnit: @goal_constraint11
686.13/688.35	c Found a solution: 30836.  Optimum bounded: [30836,30883].
686.13/688.35	c Try to find a solution more than 30851
686.13/688.36	c V: 233
686.13/688.36	c estimatedAdderCost: 902
686.13/688.36	c Try to convert by bdds
686.13/688.36	c d: 1
686.13/688.36	c mem for reusing cleared.
686.13/688.36	c Try to convert by sorters
686.13/688.36	c Sorter: base: 2 3 3 3 
686.13/688.36	c 
686.13/688.39	c assumptions: 
686.13/688.39	c invoking solver with time budget: 24.460448
694.61/696.83	c Model check passed
694.61/696.83	c sat_solver_result: sst_sat
694.61/696.83	c c SAT fixed 71 new variables
694.61/696.83	c pb_solver_status: sst_sat
694.61/696.83	c in maximizeGoal found by SAT
695.30/697.59	o 31
695.30/697.59	c addUnit: @goal_constraint12
695.30/697.59	c Found a solution: 30852.  Optimum bounded: [30852,30883].
695.30/697.59	c Try to find a solution more than 30862
695.30/697.59	c V: 284
695.30/697.59	c estimatedAdderCost: 761
695.30/697.59	c Try to convert by bdds
695.30/697.59	c d: 1
695.30/697.59	c mem for reusing cleared.
695.30/697.59	c Try to convert by sorters
695.40/697.60	c Sorter: base: 2 3 3 3 
695.40/697.60	c 
695.40/697.62	c assumptions: 
695.40/697.62	c invoking solver with time budget: 16.045444
709.26/711.56	c Model check passed
709.26/711.56	c sat_solver_result: sst_sat
709.26/711.56	c c SAT fixed 51 new variables
709.26/711.56	c pb_solver_status: sst_sat
709.26/711.56	c in maximizeGoal found by SAT
709.96/712.23	o 20
709.96/712.23	c addUnit: @goal_constraint13
709.96/712.23	c Found a solution: 30863.  Optimum bounded: [30863,30883].
709.96/712.23	c Try to find a solution more than 30869
709.96/712.23	c V: 325
709.96/712.23	c estimatedAdderCost: 608
709.96/712.23	c Try to convert by bdds
709.96/712.23	c d: 1
709.96/712.23	c mem for reusing cleared.
709.96/712.23	c Try to convert by sorters
709.96/712.24	c Sorter: base: 2 3 3 3 
709.96/712.24	c 
709.96/712.25	c assumptions: 
709.96/712.25	c invoking solver with time budget: 2.153201
712.95/715.22	c sat_solver_result: sst_unknown
712.95/715.22	c c SAT fixed 41 new variables
712.95/715.22	c SAT solver timed out; proceeding to cooperative SCIP call
712.95/715.22	c Calling solveScip for cooperative mode with LB_goalvalue:       30863, UB_goalvalue: 30883
712.95/715.22	c scip solving with time budget: 105.413504
712.95/715.22	c solveScip
712.95/715.22	c initScipForCoop
712.95/715.22	c Coop Mode: Using SCIP obj units for LB/UB: 30863, +oo
712.95/715.23	c solution violates original bounds of variable <x95> [0,0] solution value <1>
712.95/715.23	c solution violates original bounds of variable <x95> [0,0] solution value <1>
712.95/715.23	c solution violates original bounds of variable <x95> [0,0] solution value <1>
712.95/715.23	c all 3 solutions given by solution candidate storage are infeasible
712.95/715.23	c 
712.95/715.24	c presolving:
712.95/715.29	c (round 1, fast)       341 del vars, 0 del conss, 0 add conss, 43 chg bounds, 200 chg sides, 400 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
713.05/715.33	c    (0.1s) running MILP presolver
713.05/715.35	c    (0.1s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
713.05/715.36	c (round 2, exhaustive) 341 del vars, 1 del conss, 0 add conss, 43 chg bounds, 200 chg sides, 400 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
713.15/715.40	c (round 3, exhaustive) 341 del vars, 1 del conss, 0 add conss, 43 chg bounds, 200 chg sides, 400 chg coeffs, 1067 upgd conss, 0 impls, 1 clqs, 0 implints
713.15/715.44	c (round 4, exhaustive) 341 del vars, 1 del conss, 0 add conss, 43 chg bounds, 200 chg sides, 400 chg coeffs, 1072 upgd conss, 0 impls, 1 clqs, 0 implints
713.15/715.49	c    (0.3s) probing: 51/948 (5.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
713.15/715.49	c    (0.3s) probing aborted: 50/50 successive totally useless probings
713.25/715.58	c    (0.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
713.35/715.62	c    (0.4s) no symmetry present (symcode time: 0.00)
713.35/715.69	c presolving (5 rounds: 5 fast, 4 medium, 4 exhaustive):
713.35/715.69	c  341 deleted vars, 1 deleted constraints, 0 added constraints, 43 tightened bounds, 0 added holes, 200 changed sides, 400 changed coefficients
713.35/715.69	c  0 implications, 1 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
713.35/715.69	c presolved problem has 948 variables (948 bin, 0 int, 0 cont) and 1072 constraints
713.35/715.69	c    1071 constraints of type <knapsack>
713.35/715.69	c       1 constraints of type <setppc>
713.35/715.69	c transformed objective value is always integral (scale: 1)
713.35/715.69	c Presolving Time: 0.45
713.35/715.69	c 
713.65/715.91	c in SCIP_DECL_EVENTEXEC found by SCIP
713.65/715.91	o 19
713.65/715.91	c Model check passed
713.65/715.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
713.65/715.91	c p 0.7s|     1 |     0 |     0 |     - |shiftand|   0 | 948 |1081 |1072 |   0 |  0 |   9 |   0 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
713.65/715.93	c   0.7s|     1 |     0 |   256 |     - |   668M |   0 | 948 |1081 |1072 |   0 |  0 |   9 |   0 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
713.86/716.12	c   0.9s|     1 |     0 |   450 |     - |   672M |   0 | 948 |1081 |1247 | 175 |  1 |   9 |   0 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
714.04/716.31	c   1.1s|     1 |     0 |   609 |     - |   673M |   0 | 948 |1081 |1389 | 317 |  2 |   9 |   0 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
714.24/716.52	c   1.3s|     1 |     0 |   717 |     - |   672M |   0 | 948 |1081 |1471 | 399 |  3 |   9 |   0 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
714.44/716.73	c   1.5s|     1 |     0 |   796 |     - |   663M |   0 | 948 |1081 |1532 | 460 |  4 |   9 |   0 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
714.64/716.94	c   1.7s|     1 |     0 |   850 |     - |   663M |   0 | 948 |1081 |1574 | 502 |  5 |   9 |   0 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
714.85/717.16	c   1.9s|     1 |     0 |   928 |     - |   660M |   0 | 948 |1081 |1621 | 549 |  6 |   9 |   0 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
715.04/717.39	c   2.2s|     1 |     0 |  1007 |     - |   660M |   0 | 948 |1081 |1685 | 613 |  7 |   9 |   0 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
715.34/717.62	c   2.4s|     1 |     0 |  1079 |     - |   657M |   0 | 948 |1081 |1741 | 669 |  8 |   9 |   0 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
715.54/717.85	c   2.6s|     1 |     0 |  1162 |     - |   658M |   0 | 948 |1081 |1799 | 727 |  9 |   9 |   0 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
715.75/718.08	c   2.9s|     1 |     0 |  1228 |     - |   660M |   0 | 948 |1081 |1861 | 789 | 10 |   9 |   0 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
715.94/718.24	c   3.0s|     1 |     0 |  1285 |     - |   659M |   0 | 948 |1081 |1765 | 845 | 11 |   9 |   0 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
718.93/721.25	c   6.0s|     1 |     2 |  7130 |     - |   659M |   0 | 948 |1086 |1765 | 845 | 11 |  14 |  20 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
745.45/747.85	c  32.6s|   100 |    95 | 56602 | 558.8 |   658M |  25 | 948 |1182 |1208 |1397 |  1 | 181 | 414 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
756.02/758.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
756.02/758.43	c  43.2s|   200 |   183 |105963 | 526.0 |   642M |  37 | 948 |1213 |1216 |1609 |  1 | 220 | 440 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
766.78/769.26	c  54.0s|   300 |   257 |141366 | 468.5 |   655M |  55 | 948 |1222 |1288 |2147 |  0 | 237 | 462 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
774.67/777.18	c  62.0s|   400 |   331 |180054 | 448.0 |   655M |  63 | 948 |1239 |1186 |2283 |  1 | 261 | 493 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
781.65/784.13	c  68.9s|   500 |   417 |210808 | 419.9 |   646M |  65 | 948 |1252 |1204 |2914 |  1 | 279 | 523 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
787.22/789.75	c  74.5s|   600 |   483 |235757 | 391.4 |   646M |  65 | 948 |1230 |1230 |3029 |  1 | 289 | 553 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
794.10/796.65	c  81.4s|   700 |   565 |263603 | 375.3 |   646M |  65 | 948 |1200 |1286 |3697 |  1 | 293 | 586 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
798.78/801.33	c  86.1s|   800 |   647 |287242 | 357.9 |   646M |  72 | 948 |1212 |1287 |3818 |  1 | 306 | 600 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
805.66/808.26	c  93.0s|   900 |   713 |317839 | 352.1 |   640M |  79 | 948 |1217 |1235 |4107 |  1 | 314 | 624 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
813.34/816.00	c   101s|  1000 |   759 |349002 | 348.1 |   641M |  79 | 948 |1238 |1245 |4342 |  1 | 340 | 650 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
818.02/820.63	c 
818.02/820.63	c SCIP Status        : solving was interrupted [time limit reached]
818.02/820.63	c Solving Time (sec) : 105.41
818.02/820.63	c Solving Nodes      : 1055
818.02/820.63	c Primal Bound       : -1.90000000000000e+01 (1 solutions)
818.02/820.63	c Dual Bound         : +0.00000000000000e+00
818.02/820.63	c Gap                : infinite
818.02/820.64	c SCIP status: 23 (TIMELIMIT)
818.02/820.64	c SCIP primal bound improved LB: 30863 -> 30864
818.02/820.64	c pb_solver_status: sst_sat
818.02/820.64	c LB_goalvalue: 30864
818.02/820.64	c UB_goalvalue: 30883
818.02/820.64	c # improved by sat (lb/ub): 5, # improved by scip (lb): 1
818.02/820.64	c SCIP returned: sst_sat
818.02/820.64	c SCIP primal LB: 30864, dual UB: 30883
818.02/820.64	c Try to find a solution more than 30870
818.02/820.64	c V: 325
818.02/820.64	c estimatedAdderCost: 590
818.02/820.64	c Try to convert by bdds
818.02/820.64	c d: 1
818.02/820.64	c mem for reusing cleared.
818.02/820.64	c Try to convert by sorters
818.02/820.64	c Sorter: base: 2 3 3 3 
818.02/820.64	c 
818.02/820.66	c assumptions: 
818.02/820.66	c invoking solver with time budget: 75.295360
832.58/835.20	c Model check passed
832.58/835.20	c sat_solver_result: sst_sat
832.58/835.20	c pb_solver_status: sst_sat
832.58/835.20	c in maximizeGoal found by SAT
833.39/836.09	o 12
833.39/836.09	c addUnit: @goal_constraint15
833.39/836.09	c Found a solution: 30871.  Optimum bounded: [30871,30883].
833.39/836.09	c Try to find a solution more than 30875
833.39/836.09	c V: 392
833.39/836.09	c estimatedAdderCost: 449
833.39/836.09	c Try to convert by bdds
833.39/836.09	c d: 1
833.39/836.09	c mem for reusing cleared.
833.39/836.09	c Try to convert by sorters
833.39/836.10	c Sorter: base: 2 3 3 3 
833.39/836.10	c 
833.39/836.11	c assumptions: 
833.39/836.11	c invoking solver with time budget: 60.802229
850.34/853.06	c Model check passed
850.34/853.06	c sat_solver_result: sst_sat
850.34/853.06	c c SAT fixed 67 new variables
850.34/853.06	c pb_solver_status: sst_sat
850.34/853.06	c in maximizeGoal found by SAT
851.33/854.06	o 7
851.33/854.06	c addUnit: @goal_constraint16
851.33/854.06	c Found a solution: 30876.  Optimum bounded: [30876,30883].
851.33/854.06	c Try to find a solution more than 30878
851.33/854.06	c V: 467
851.33/854.06	c estimatedAdderCost: 280
851.33/854.06	c Try to convert by bdds
851.33/854.06	c d: 1
851.33/854.06	c mem for reusing cleared.
851.33/854.06	c Try to convert by sorters
851.33/854.07	c Sorter: base: 2 3 3 3 
851.33/854.07	c 
851.33/854.07	c assumptions: 
851.33/854.07	c invoking solver with time budget: 43.902737
869.16/872.00	c Model check passed
869.16/872.00	c sat_solver_result: sst_sat
869.16/872.01	c c SAT fixed 75 new variables
869.16/872.01	c pb_solver_status: sst_sat
869.16/872.01	c in maximizeGoal found by SAT
870.37/873.18	o 4
870.37/873.18	c addUnit: @goal_constraint17
870.37/873.18	c Found a solution: 30879.  Optimum bounded: [30879,30883].
870.37/873.18	c Try to find a solution more than 30880
870.37/873.18	c V: 540
870.37/873.18	c estimatedAdderCost: 144
870.37/873.18	c Try to convert by bdds
870.37/873.18	c d: 1
870.37/873.18	c mem for reusing cleared.
870.37/873.18	c Try to convert by sorters
870.37/873.18	c Sorter: base: 2 3 3 3 
870.37/873.18	c 
870.37/873.18	c assumptions: 
870.37/873.18	c invoking solver with time budget: 26.026359
898.07/900.97	c sat_solver_result: sst_unknown
898.07/900.98	c c SAT fixed 73 new variables
898.07/900.98	c SAT solver timed out; proceeding to cooperative SCIP call
898.07/900.98	c Calling solveScip for cooperative mode with LB_goalvalue:       30879, UB_goalvalue: 30883
898.07/900.98	c scip solving with time budget: 147.578906
898.07/900.98	c solveScip
898.07/900.98	c initScipForCoop
898.07/900.98	c Coop Mode: Using SCIP obj units for LB/UB: 30879, +oo
898.07/900.98	c SCIPfreeTransform due to timeout and having shadow nodes
898.07/900.98	c forcing SCIPfreeTransform before solve
898.18/901.01	c Running SCIP presolve for solve-time propagation (rounds=3)
898.18/901.03	c 1/1 feasible solution given by solution candidate storage, new primal bound -4.000000e+00
898.18/901.03	c 
898.18/901.04	c presolving:
898.18/901.09	c (round 1, fast)       298 del vars, 0 del conss, 0 add conss, 0 chg bounds, 200 chg sides, 400 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
898.28/901.13	c    (0.1s) running MILP presolver
898.28/901.15	c    (0.1s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
898.28/901.16	c (round 2, exhaustive) 298 del vars, 2 del conss, 0 add conss, 0 chg bounds, 200 chg sides, 400 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
898.37/901.27	c    (0.3s) probing: 51/991 (5.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
898.37/901.27	c    (0.3s) probing aborted: 50/50 successive totally useless probings
898.47/901.37	c presolving (3 rounds: 3 fast, 2 medium, 2 exhaustive):
898.47/901.37	c  298 deleted vars, 2 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 200 changed sides, 400 changed coefficients
898.47/901.37	c  0 implications, 1 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
898.47/901.37	c presolved problem has 991 variables (991 bin, 0 int, 0 cont) and 1071 constraints
898.47/901.37	c    1064 constraints of type <knapsack>
898.47/901.37	c       1 constraints of type <setppc>
898.47/901.37	c       6 constraints of type <linear>
898.47/901.37	c transformed objective value is always integral (scale: 1)
898.47/901.37	c Presolving Time: 0.33
898.47/901.39	c 1/1 feasible solution given by solution candidate storage, new primal bound -1.900000e+01
898.47/901.39	c 
898.57/901.41	c presolving:
898.57/901.45	c (round 1, fast)       350 del vars, 0 del conss, 0 add conss, 52 chg bounds, 200 chg sides, 400 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
898.67/901.50	c    (0.1s) running MILP presolver
898.67/901.52	c    (0.1s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
898.67/901.52	c (round 2, exhaustive) 350 del vars, 4 del conss, 0 add conss, 52 chg bounds, 200 chg sides, 400 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
898.67/901.56	c (round 3, exhaustive) 350 del vars, 4 del conss, 0 add conss, 52 chg bounds, 200 chg sides, 400 chg coeffs, 1061 upgd conss, 0 impls, 1 clqs, 0 implints
898.77/901.60	c (round 4, exhaustive) 350 del vars, 4 del conss, 0 add conss, 52 chg bounds, 200 chg sides, 400 chg coeffs, 1066 upgd conss, 0 impls, 1 clqs, 0 implints
898.77/901.65	c    (0.3s) probing: 51/939 (5.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
898.77/901.65	c    (0.3s) probing aborted: 50/50 successive totally useless probings
898.86/901.74	c    (0.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
898.86/901.78	c    (0.4s) no symmetry present (symcode time: 0.00)
898.96/901.84	c presolving (5 rounds: 5 fast, 4 medium, 4 exhaustive):
898.96/901.84	c  350 deleted vars, 4 deleted constraints, 0 added constraints, 52 tightened bounds, 0 added holes, 200 changed sides, 400 changed coefficients
898.96/901.84	c  0 implications, 1 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
898.96/901.84	c presolved problem has 939 variables (939 bin, 0 int, 0 cont) and 1069 constraints
898.96/901.84	c    1065 constraints of type <knapsack>
898.96/901.84	c       1 constraints of type <setppc>
898.96/901.84	c       3 constraints of type <linear>
898.96/901.84	c transformed objective value is always integral (scale: 1)
898.96/901.84	c Presolving Time: 0.43
898.96/901.84	c transformed 1/1 original solutions to the transformed problem space
898.96/901.84	c 
899.06/901.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
899.06/901.98	c   0.6s|     1 |     0 |   254 |     - |   617M |   0 | 939 |1070 |1069 |   0 |  0 |   3 |   0 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
899.28/902.17	c   0.8s|     1 |     0 |   463 |     - |   621M |   0 | 939 |1070 |1240 | 171 |  1 |   3 |   0 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
899.46/902.36	c   1.0s|     1 |     0 |   610 |     - |   622M |   0 | 939 |1070 |1353 | 284 |  2 |   3 |   0 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
899.66/902.56	c   1.2s|     1 |     0 |   717 |     - |   625M |   0 | 939 |1070 |1446 | 377 |  3 |   3 |   0 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
899.86/902.76	c   1.4s|     1 |     0 |   784 |     - |   625M |   0 | 939 |1070 |1506 | 437 |  4 |   3 |   0 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
900.06/902.97	c   1.6s|     1 |     0 |   819 |     - |   624M |   0 | 939 |1070 |1536 | 467 |  5 |   3 |   0 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
900.27/903.18	c   1.8s|     1 |     0 |   865 |     - |   626M |   0 | 939 |1070 |1571 | 502 |  6 |   3 |   0 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
900.56/903.40	c   2.0s|     1 |     0 |   932 |     - |   627M |   0 | 939 |1070 |1616 | 547 |  7 |   3 |   0 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
900.76/903.62	c   2.2s|     1 |     0 |  1005 |     - |   639M |   0 | 939 |1070 |1675 | 606 |  8 |   3 |   0 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
900.96/903.84	c   2.5s|     1 |     0 |  1084 |     - |   642M |   0 | 939 |1070 |1734 | 665 |  9 |   3 |   0 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
901.17/904.07	c   2.7s|     1 |     0 |  1138 |     - |   650M |   0 | 939 |1070 |1780 | 711 | 10 |   3 |   0 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
901.36/904.24	c   2.9s|     1 |     0 |  1198 |     - |   651M |   0 | 939 |1070 |1668 | 755 | 11 |   3 |   0 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
903.75/906.60	c   5.2s|     1 |     2 |  8392 |     - |   651M |   0 | 939 |1072 |1668 | 755 | 11 |   5 |  24 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
925.78/928.77	c  27.4s|   100 |    93 | 60263 | 596.6 |   658M |  22 | 939 |1147 |1256 |1425 |  2 | 146 | 342 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
933.76/936.76	c  35.4s|   200 |   171 | 90102 | 446.8 |   663M |  22 | 939 |1183 |1208 |2035 |  0 | 185 | 367 | 0.000000e+00 |-1.900000e+01 |    Inf |   0.20%
943.33/946.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
943.33/946.37	c  45.0s|   300 |   229 |121088 | 401.0 |   670M |  25 | 939 |1196 |1238 |2536 |  0 | 207 | 393 | 0.000000e+00 |-1.900000e+01 |    Inf |   0.27%
952.20/955.29	c  53.9s|   400 |   317 |162257 | 403.7 |   670M |  35 | 939 |1228 |1252 |2702 |  1 | 254 | 418 | 0.000000e+00 |-1.900000e+01 |    Inf |   0.27%
959.48/962.52	c  61.1s|   500 |   389 |194749 | 387.9 |   666M |  50 | 939 |1238 |1330 |3426 |  2 | 270 | 444 | 0.000000e+00 |-1.900000e+01 |    Inf |   0.70%
965.76/968.88	c  67.5s|   600 |   463 |224633 | 373.0 |   666M |  64 | 939 |1242 |1328 |3677 |  1 | 288 | 479 | 0.000000e+00 |-1.900000e+01 |    Inf |   2.43%
974.05/977.19	c  75.8s|   700 |   535 |268189 | 382.0 |   666M |  82 | 939 |1248 |1336 |3737 |  1 | 301 | 531 | 0.000000e+00 |-1.900000e+01 |    Inf |   2.43%
979.92/983.10	c  81.7s|   800 |   579 |294940 | 367.6 |   667M |  83 | 939 |1258 |1235 |4288 |  1 | 317 | 560 | 0.000000e+00 |-1.900000e+01 |    Inf |   2.88%
986.49/989.68	c  88.3s|   900 |   631 |330107 | 365.9 |   667M |  91 | 939 |1262 |1354 |4448 |  1 | 338 | 585 | 0.000000e+00 |-1.900000e+01 |    Inf |   2.88%
992.67/995.87	c  94.5s|  1000 |   673 |362169 | 361.3 |   663M | 101 | 939 |1233 |1350 |4553 |  0 | 359 | 626 | 0.000000e+00 |-1.900000e+01 |    Inf |   2.89%
995.36/998.50	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
995.36/998.50	c (run 1, node 1065) performing user restart
995.36/998.50	c 
995.36/998.50	c (restart) converted 168 cuts from the global cut pool into linear constraints
995.36/998.50	c 
995.36/998.52	c presolving:
995.36/998.56	c (round 1, fast)       68 del vars, 87 del conss, 0 add conss, 0 chg bounds, 247 chg sides, 546 chg coeffs, 0 upgd conss, 0 impls, 5 clqs, 0 implints
995.36/998.56	c (round 2, medium)     68 del vars, 87 del conss, 0 add conss, 0 chg bounds, 341 chg sides, 640 chg coeffs, 0 upgd conss, 0 impls, 238 clqs, 0 implints
995.36/998.57	c (round 3, exhaustive) 68 del vars, 87 del conss, 0 add conss, 0 chg bounds, 341 chg sides, 642 chg coeffs, 168 upgd conss, 0 impls, 238 clqs, 0 implints
995.36/998.58	c (round 4, medium)     68 del vars, 140 del conss, 144 add conss, 0 chg bounds, 514 chg sides, 1041 chg coeffs, 168 upgd conss, 0 impls, 249 clqs, 0 implints
995.36/998.58	c (round 5, exhaustive) 68 del vars, 142 del conss, 144 add conss, 0 chg bounds, 515 chg sides, 1044 chg coeffs, 168 upgd conss, 0 impls, 249 clqs, 0 implints
995.36/998.59	c (round 6, exhaustive) 68 del vars, 144 del conss, 144 add conss, 0 chg bounds, 515 chg sides, 1051 chg coeffs, 168 upgd conss, 0 impls, 249 clqs, 0 implints
995.36/998.59	c (round 7, exhaustive) 68 del vars, 144 del conss, 144 add conss, 0 chg bounds, 515 chg sides, 1224 chg coeffs, 168 upgd conss, 0 impls, 249 clqs, 0 implints
995.46/998.66	c presolving (8 rounds: 8 fast, 7 medium, 5 exhaustive):
995.46/998.66	c  68 deleted vars, 144 deleted constraints, 144 added constraints, 0 tightened bounds, 0 added holes, 515 changed sides, 1226 changed coefficients
995.46/998.66	c  0 implications, 249 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
995.46/998.66	c presolved problem has 871 variables (871 bin, 0 int, 0 cont) and 1403 constraints
995.46/998.66	c    1190 constraints of type <knapsack>
995.46/998.66	c      94 constraints of type <setppc>
995.46/998.66	c      64 constraints of type <linear>
995.46/998.66	c      55 constraints of type <logicor>
995.46/998.66	c transformed objective value is always integral (scale: 1)
995.46/998.66	c Presolving Time: 0.58
995.46/998.67	c transformed 1/1 original solutions to the transformed problem space
995.46/998.67	c 
995.56/998.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
995.56/998.71	c  97.3s|     1 |     0 |374479 |     - |   659M |   0 | 871 |1403 |1259 |   0 |  0 | 364 | 644 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
995.76/998.92	c  97.5s|     1 |     0 |374816 |     - |   659M |   0 | 871 |1404 |1395 | 136 |  1 | 365 | 644 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
995.98/999.17	c  97.8s|     1 |     0 |375209 |     - |   659M |   0 | 871 |1405 |1534 | 275 |  2 | 366 | 644 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
996.26/999.43	c  98.0s|     1 |     0 |375617 |     - |   662M |   0 | 871 |1408 |1719 | 460 |  3 | 369 | 644 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
996.46/999.67	c  98.3s|     1 |     0 |375831 |     - |   662M |   0 | 871 |1409 |1832 | 573 |  4 | 370 | 644 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
996.76/999.92	c  98.5s|     1 |     0 |376047 |     - |   662M |   0 | 871 |1411 |1943 | 684 |  5 | 372 | 644 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
996.97/1000.19	c  98.8s|     1 |     0 |376260 |     - |   662M |   0 | 871 |1412 |2048 | 789 |  6 | 373 | 644 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
997.26/1000.45	c  99.1s|     1 |     0 |376492 |     - |   660M |   0 | 871 |1414 |2150 | 891 |  7 | 375 | 644 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
997.56/1000.72	c  99.3s|     1 |     0 |376691 |     - |   659M |   0 | 871 |1415 |2242 | 983 |  8 | 376 | 644 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
997.76/1000.99	c  99.6s|     1 |     0 |376861 |     - |   660M |   0 | 871 |1417 |2331 |1072 |  9 | 378 | 644 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
998.06/1001.28	c  99.9s|     1 |     0 |377171 |     - |   660M |   0 | 871 |1418 |2273 |1150 | 10 | 379 | 644 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
998.26/1001.48	c   100s|     1 |     0 |377316 |     - |   660M |   0 | 871 |1419 |2346 |1223 | 11 | 380 | 644 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
1002.14/1005.31	c   104s|     1 |     2 |389363 |     - |   660M |   0 | 871 |1420 |2346 |1223 | 11 | 381 | 644 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
1007.43/1010.68	c   109s|   100 |    95 |414340 | 352.2 |   664M |  53 | 871 |1420 |1219 |1475 |  1 | 381 | 661 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
1014.51/1017.71	c   116s|   200 |   147 |449228 | 351.9 |   672M |  53 | 871 |1444 |1239 |1891 |  0 | 417 | 703 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
1024.79/1028.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1024.79/1028.01	c   127s|   300 |   215 |492647 | 358.0 |   704M |  53 | 871 |1507 |1247 |2898 |  1 | 484 | 760 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
1030.46/1033.78	c   132s|   400 |   263 |523678 | 354.7 |   705M |  55 | 871 |1529 |1257 |3398 |  1 | 514 | 783 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
1039.13/1042.43	c   141s|   500 |   325 |564492 | 358.1 |   705M |  56 | 871 |1535 |1255 |4389 |  0 | 530 | 809 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
1045.61/1048.96	c 
1045.61/1048.96	c SCIP Status        : solving was interrupted [time limit reached]
1045.61/1048.96	c Solving Time (sec) : 147.58
1045.61/1048.96	c Solving Nodes      : 574 (total of 1639 nodes in 2 runs)
1045.61/1048.96	c Primal Bound       : -1.90000000000000e+01 (1 solutions)
1045.61/1048.96	c Dual Bound         : +0.00000000000000e+00
1045.61/1048.96	c Gap                : infinite
1045.61/1048.96	c SCIP status: 23 (TIMELIMIT)
1045.61/1048.96	c solveScip: freeing transform (!can_skip_free_transform)
1045.72/1049.02	c pb_solver_status: sst_sat
1045.72/1049.02	c LB_goalvalue: 30879
1045.72/1049.02	c UB_goalvalue: 30883
1045.72/1049.02	c # improved by sat (lb/ub): 3, # improved by scip (lb): 0
1045.72/1049.02	c SCIP returned: sst_sat
1045.72/1049.02	c SCIP primal LB: 30864, dual UB: 30883
1045.72/1049.02	c Try to find a solution more than 30880
1045.72/1049.02	c assumptions: 
1045.72/1049.02	c invoking solver with time budget: 105.413504
1152.48/1156.13	c sat_solver_result: sst_unknown
1152.48/1156.13	c SAT solver timed out; proceeding to cooperative SCIP call
1152.48/1156.13	c Calling solveScip for cooperative mode with LB_goalvalue:       30879, UB_goalvalue: 30883
1152.48/1156.13	c scip solving with time budget: 206.610468
1152.48/1156.13	c solveScip
1152.48/1156.13	c initScipForCoop
1152.48/1156.13	c Coop Mode: Using SCIP obj units for LB/UB: 30879, +oo
1152.48/1156.14	c 1/1 feasible solution given by solution candidate storage, new primal bound -4.000000e+00
1152.48/1156.14	c 
1152.48/1156.16	c presolving:
1152.56/1156.20	c (round 1, fast)       594 del vars, 0 del conss, 0 add conss, 296 chg bounds, 200 chg sides, 400 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
1152.56/1156.23	c    (0.1s) running MILP presolver
1152.56/1156.25	c    (0.1s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
1152.56/1156.25	c (round 2, exhaustive) 594 del vars, 6 del conss, 0 add conss, 296 chg bounds, 200 chg sides, 400 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
1152.56/1156.28	c (round 3, exhaustive) 594 del vars, 6 del conss, 0 add conss, 296 chg bounds, 200 chg sides, 400 chg coeffs, 1057 upgd conss, 0 impls, 1 clqs, 0 implints
1152.66/1156.30	c (round 4, exhaustive) 594 del vars, 6 del conss, 0 add conss, 296 chg bounds, 200 chg sides, 400 chg coeffs, 1062 upgd conss, 0 impls, 1 clqs, 0 implints
1152.66/1156.33	c    (0.2s) probing: 51/695 (7.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1152.66/1156.33	c    (0.2s) probing aborted: 50/50 successive totally useless probings
1152.66/1156.39	c    (0.3s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1152.76/1156.42	c    (0.3s) no symmetry present (symcode time: 0.00)
1152.76/1156.45	c presolving (5 rounds: 5 fast, 4 medium, 4 exhaustive):
1152.76/1156.45	c  594 deleted vars, 6 deleted constraints, 0 added constraints, 296 tightened bounds, 0 added holes, 200 changed sides, 400 changed coefficients
1152.76/1156.45	c  0 implications, 1 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1152.76/1156.45	c presolved problem has 695 variables (695 bin, 0 int, 0 cont) and 1067 constraints
1152.76/1156.45	c    1061 constraints of type <knapsack>
1152.76/1156.45	c       1 constraints of type <setppc>
1152.76/1156.45	c       5 constraints of type <linear>
1152.76/1156.45	c transformed objective value is always integral (scale: 1)
1152.76/1156.45	c Presolving Time: 0.29
1152.76/1156.45	c 
1152.86/1156.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1152.86/1156.52	c   0.4s|     1 |     0 |   250 |     - |   663M |   0 | 695 |1068 |1067 |   0 |  0 |   3 |   0 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1154.86/1158.50	c   2.4s|     1 |     0 |   514 |     - |   665M |   0 | 695 |1068 |1214 | 161 |  1 |   3 |   0 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1154.96/1158.63	c   2.5s|     1 |     0 |   689 |     - |   665M |   0 | 695 |1068 |1357 | 304 |  2 |   3 |   0 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1155.06/1158.78	c   2.7s|     1 |     0 |   776 |     - |   665M |   0 | 695 |1068 |1434 | 381 |  3 |   3 |   0 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1155.26/1158.94	c   2.8s|     1 |     0 |   835 |     - |   665M |   0 | 695 |1068 |1476 | 423 |  4 |   3 |   0 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1155.37/1159.11	c   3.0s|     1 |     0 |   919 |     - |   665M |   0 | 695 |1068 |1542 | 489 |  5 |   3 |   0 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1155.56/1159.27	c   3.1s|     1 |     0 |   997 |     - |   662M |   0 | 695 |1068 |1586 | 533 |  6 |   3 |   0 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1155.75/1159.45	c   3.3s|     1 |     0 |  1080 |     - |   659M |   0 | 695 |1068 |1650 | 597 |  7 |   3 |   0 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1155.95/1159.62	c   3.5s|     1 |     0 |  1135 |     - |   660M |   0 | 695 |1068 |1699 | 646 |  8 |   3 |   0 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1156.05/1159.79	c   3.7s|     1 |     0 |  1168 |     - |   656M |   0 | 695 |1068 |1718 | 665 |  9 |   3 |   0 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1156.25/1159.96	c   3.8s|     1 |     0 |  1219 |     - |   658M |   0 | 695 |1068 |1754 | 701 | 10 |   3 |   0 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1156.37/1160.09	c   4.0s|     1 |     0 |  1277 |     - |   658M |   0 | 695 |1068 |1793 | 740 | 11 |   3 |   0 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1157.15/1160.87	c   4.7s|     1 |     2 |  5388 |     - |   658M |   0 | 695 |1059 |1793 | 740 | 11 |   8 |  19 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1164.03/1167.74	c  11.6s|   100 |    75 | 10978 |  98.0 |   664M |  21 | 695 |1203 |1209 |1318 |  2 | 365 |1162 | 0.000000e+00 |-4.000000e+00*|    Inf |   1.77%
1168.91/1172.66	c  16.5s|   200 |   114 | 28923 | 138.9 |   664M |  24 | 695 |1273 |1203 |1656 |  1 | 558 |1580 | 0.000000e+00 |-4.000000e+00*|    Inf |   1.77%
1170.61/1174.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1170.61/1174.35	c  18.2s|   300 |   150 | 42352 | 137.4 |   666M |  31 | 695 |1338 |1168 |1834 |  1 | 627 |1648 | 0.000000e+00 |-4.000000e+00*|    Inf |   2.52%
1171.51/1175.29	c  19.2s|   400 |   199 | 50947 | 124.5 |   666M |  31 | 695 |1394 |1174 |1934 |  1 | 685 |1663 | 0.000000e+00 |-4.000000e+00*|    Inf |   2.52%
1172.50/1176.20	c  20.1s|   500 |   236 | 60494 | 118.7 |   666M |  31 | 695 |1463 |1173 |1974 |  1 | 760 |1694 | 0.000000e+00 |-4.000000e+00*|    Inf |   2.52%
1174.99/1178.74	c  22.6s|   600 |   330 | 80514 | 132.3 |   667M |  31 | 695 |1667 |1222 |2629 |  1 | 982 |1706 | 0.000000e+00 |-4.000000e+00*|    Inf |   2.53%
1176.49/1180.20	c  24.1s|   700 |   412 | 95835 | 135.3 |   668M |  44 | 695 |1812 |1262 |3002 |  1 |1131 |1722 | 0.000000e+00 |-4.000000e+00*|    Inf |   2.53%
1176.99/1180.78	c  24.6s|   800 |   436 |103460 | 127.9 |   668M |  61 | 695 |1858 |1264 |3208 |  0 |1180 |1726 | 0.000000e+00 |-4.000000e+00*|    Inf |   2.53%
1177.68/1181.46	c  25.3s|   900 |   444 |112128 | 123.3 |   668M |  61 | 695 |1924 |   0 |3625 |  0 |1250 |1734 | 0.000000e+00 |-4.000000e+00*|    Inf |   2.53%
1178.18/1181.99	c  25.9s|  1000 |   459 |117448 | 116.3 |   668M |  61 | 695 |1985 |1275 |3819 |  0 |1322 |1772 | 0.000000e+00 |-4.000000e+00*|    Inf |   2.53%
1178.58/1182.30	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
1178.58/1182.30	c (run 1, node 1050) performing user restart
1178.58/1182.30	c 
1178.58/1182.30	c (restart) converted 174 cuts from the global cut pool into linear constraints
1178.58/1182.30	c 
1178.58/1182.31	c presolving:
1178.58/1182.34	c (round 1, fast)       176 del vars, 181 del conss, 5 add conss, 0 chg bounds, 457 chg sides, 3030 chg coeffs, 0 upgd conss, 0 impls, 26 clqs, 0 implints
1178.58/1182.34	c (round 2, fast)       179 del vars, 194 del conss, 7 add conss, 0 chg bounds, 743 chg sides, 3679 chg coeffs, 0 upgd conss, 0 impls, 26 clqs, 0 implints
1178.58/1182.34	c (round 3, fast)       179 del vars, 194 del conss, 7 add conss, 0 chg bounds, 747 chg sides, 3683 chg coeffs, 0 upgd conss, 0 impls, 26 clqs, 0 implints
1178.58/1182.36	c    (26.2s) running MILP presolver
1178.58/1182.37	c    (26.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
1178.58/1182.38	c (round 4, medium)     179 del vars, 198 del conss, 131 add conss, 0 chg bounds, 809 chg sides, 3745 chg coeffs, 0 upgd conss, 0 impls, 1222 clqs, 0 implints
1178.58/1182.38	c (round 5, exhaustive) 179 del vars, 326 del conss, 135 add conss, 0 chg bounds, 809 chg sides, 3745 chg coeffs, 0 upgd conss, 0 impls, 1222 clqs, 0 implints
1178.58/1182.39	c (round 6, exhaustive) 179 del vars, 326 del conss, 135 add conss, 0 chg bounds, 809 chg sides, 4079 chg coeffs, 0 upgd conss, 0 impls, 1222 clqs, 0 implints
1178.68/1182.41	c (round 7, medium)     179 del vars, 332 del conss, 917 add conss, 0 chg bounds, 1591 chg sides, 5643 chg coeffs, 0 upgd conss, 0 impls, 1222 clqs, 0 implints
1178.68/1182.42	c (round 8, exhaustive) 179 del vars, 332 del conss, 917 add conss, 0 chg bounds, 1591 chg sides, 5677 chg coeffs, 0 upgd conss, 0 impls, 1222 clqs, 0 implints
1178.68/1182.42	c (round 9, exhaustive) 179 del vars, 332 del conss, 917 add conss, 0 chg bounds, 1591 chg sides, 5685 chg coeffs, 171 upgd conss, 0 impls, 1222 clqs, 0 implints
1178.68/1182.43	c (round 10, medium)     179 del vars, 333 del conss, 946 add conss, 0 chg bounds, 1612 chg sides, 5720 chg coeffs, 171 upgd conss, 0 impls, 1222 clqs, 0 implints
1178.68/1182.43	c (round 11, exhaustive) 179 del vars, 334 del conss, 946 add conss, 0 chg bounds, 1612 chg sides, 5779 chg coeffs, 171 upgd conss, 0 impls, 1222 clqs, 0 implints
1178.68/1182.45	c (round 12, exhaustive) 179 del vars, 415 del conss, 946 add conss, 0 chg bounds, 1612 chg sides, 6375 chg coeffs, 171 upgd conss, 0 impls, 1222 clqs, 0 implints
1178.68/1182.46	c (round 13, exhaustive) 179 del vars, 418 del conss, 946 add conss, 0 chg bounds, 1612 chg sides, 6383 chg coeffs, 171 upgd conss, 0 impls, 1222 clqs, 0 implints
1178.68/1182.46	c (round 14, exhaustive) 179 del vars, 418 del conss, 946 add conss, 0 chg bounds, 1612 chg sides, 9314 chg coeffs, 171 upgd conss, 0 impls, 1222 clqs, 0 implints
1178.68/1182.48	c (round 15, exhaustive) 179 del vars, 421 del conss, 946 add conss, 0 chg bounds, 1612 chg sides, 9326 chg coeffs, 171 upgd conss, 0 impls, 1222 clqs, 0 implints
1178.78/1182.51	c presolving (16 rounds: 16 fast, 13 medium, 10 exhaustive):
1178.78/1182.51	c  179 deleted vars, 421 deleted constraints, 946 added constraints, 0 tightened bounds, 0 added holes, 1612 changed sides, 9334 changed coefficients
1178.78/1182.51	c  0 implications, 1222 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1178.78/1182.51	c presolved problem has 516 variables (516 bin, 0 int, 0 cont) and 2703 constraints
1178.78/1182.51	c    1088 constraints of type <knapsack>
1178.78/1182.51	c     815 constraints of type <setppc>
1178.78/1182.51	c       4 constraints of type <and>
1178.78/1182.51	c      80 constraints of type <linear>
1178.78/1182.51	c     716 constraints of type <logicor>
1178.78/1182.51	c transformed objective value is always integral (scale: 1)
1178.78/1182.51	c Presolving Time: 0.49
1178.78/1182.51	c 
1178.78/1182.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1178.78/1182.55	c  26.4s|     1 |     0 |120847 |     - |   660M |   0 | 516 |2703 |1861 |   0 |  0 |1365 |1802 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1178.88/1182.66	c  26.5s|     1 |     0 |121081 |     - |   660M |   0 | 516 |2704 |1979 | 118 |  1 |1366 |1802 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1178.98/1182.78	c  26.6s|     1 |     0 |121231 |     - |   660M |   0 | 516 |2705 |2088 | 227 |  2 |1367 |1802 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1179.18/1182.91	c  26.8s|     1 |     0 |121380 |     - |   660M |   0 | 516 |2706 |2192 | 331 |  3 |1368 |1802 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1179.29/1183.05	c  26.9s|     1 |     0 |121635 |     - |   660M |   0 | 516 |2709 |2315 | 454 |  4 |1371 |1802 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1179.39/1183.19	c  27.1s|     1 |     0 |121820 |     - |   660M |   0 | 516 |2709 |2441 | 580 |  5 |1371 |1802 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1179.58/1183.35	c  27.2s|     1 |     0 |122102 |     - |   661M |   0 | 516 |2711 |2552 | 691 |  6 |1373 |1802 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1179.78/1183.50	c  27.4s|     1 |     0 |122362 |     - |   661M |   0 | 516 |2714 |2660 | 799 |  7 |1376 |1802 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1179.88/1183.65	c  27.5s|     1 |     0 |122489 |     - |   660M |   0 | 516 |2717 |2749 | 888 |  8 |1379 |1802 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1180.08/1183.81	c  27.7s|     1 |     0 |122634 |     - |   661M |   0 | 516 |2719 |2866 |1005 |  9 |1381 |1802 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1180.18/1183.97	c  27.8s|     1 |     0 |122820 |     - |   662M |   0 | 516 |2721 |2965 |1104 | 10 |1383 |1802 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1180.39/1184.12	c  28.0s|     1 |     0 |123163 |     - |   662M |   0 | 516 |2722 |3058 |1197 | 11 |1384 |1802 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1184.38/1188.18	c  32.0s|     1 |     2 |133989 |     - |   662M |   0 | 516 |2733 |3058 |1197 | 11 |1398 |1824 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1191.44/1195.24	c  39.1s|   100 |    95 |159767 | 135.5 |   658M |  23 | 516 |2779 |1897 |2112 |  1 |1471 |2105 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1193.74/1197.57	c  41.4s|   200 |   175 |178869 | 139.9 |   659M |  33 | 516 |2793 |1816 |3118 |  1 |1507 |2163 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1195.73/1199.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1195.73/1199.59	c  43.5s|   300 |   255 |195255 | 141.7 |   659M |  38 | 516 |2799 |1957 |3917 |  2 |1519 |2201 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1197.12/1200.92	c  44.8s|   400 |   282 |206175 | 139.5 |   660M |  77 | 516 |2834 |1953 |4257 |  0 |1572 |2239 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1198.62/1202.44	c  46.3s|   500 |   295 |219931 | 139.3 |   661M |  78 | 516 |2878 |1957 |4648 |  4 |1643 |2284 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1200.33/1204.13	c  48.0s|   600 |   329 |236007 | 140.6 |   662M |  78 | 516 |2910 |2063 |4962 |  1 |1714 |2350 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1201.81/1205.60	c  49.5s|   700 |   344 |250195 | 140.7 |   662M |  78 | 516 |2932 |1960 |5370 |  1 |1771 |2410 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1203.80/1207.67	c  51.5s|   800 |   352 |270298 | 144.0 |   663M |  78 | 516 |2962 |1957 |5727 |  1 |1883 |2545 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1206.09/1209.96	c  53.8s|   900 |   374 |291601 | 147.5 |   663M |  78 | 516 |2959 |2019 |6179 |  2 |1967 |2630 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1206.99/1210.84	c  54.7s|  1000 |   408 |299892 | 144.4 |   663M |  89 | 516 |2972 |2083 |6412 |  0 |2013 |2663 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1207.39/1211.27	c  55.1s|  1100 |   415 |303618 | 139.4 |   663M | 107 | 516 |2996 |   0 |6457 |  0 |2077 |2679 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1207.69/1211.58	c  55.5s|  1200 |   417 |306026 | 134.2 |   664M | 110 | 516 |3034 |2078 |6466 |  0 |2155 |2692 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1208.20/1212.10	c  56.0s|  1300 |   433 |310477 | 130.4 |   664M | 110 | 516 |3047 |2040 |6730 |  1 |2212 |2708 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1208.79/1212.64	c  56.5s|  1400 |   456 |314395 | 126.7 |   664M | 110 | 516 |3048 |   0 |6993 |  0 |2270 |2733 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1209.30/1213.18	c  57.1s|  1500 |   477 |319700 | 123.8 |   665M | 110 | 516 |3056 |2036 |7328 |  0 |2332 |2738 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1209.98/1213.86	c  57.7s|  1600 |   496 |323631 | 120.6 |   665M | 110 | 516 |3001 |   0 |7701 |  0 |2386 |2770 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1210.48/1214.30	c  58.2s|  1700 |   508 |327446 | 117.6 |   665M | 110 | 516 |2983 |2032 |7896 |  1 |2419 |2778 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1210.78/1214.69	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1210.78/1214.69	c  58.6s|  1800 |   516 |330662 | 114.6 |   665M | 110 | 516 |2946 |2039 |7958 |  0 |2484 |2801 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1211.19/1215.11	c  59.0s|  1900 |   525 |334327 | 112.0 |   665M | 110 | 516 |2945 |1996 |8172 |  1 |2552 |2808 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1211.68/1215.50	c  59.4s|  2000 |   531 |337757 | 109.4 |   665M | 110 | 516 |2987 |   0 |8316 |  0 |2626 |2816 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1212.07/1215.96	c  59.8s|  2100 |   526 |341847 | 107.3 |   665M | 110 | 516 |2953 |   0 |8461 |  0 |2707 |2829 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1212.57/1216.47	c  60.3s|  2200 |   519 |346053 | 105.2 |   666M | 110 | 516 |2898 |2044 |8537 |  1 |2797 |2854 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1213.28/1217.13	c  61.0s|  2300 |   551 |350339 | 103.4 |   667M | 110 | 516 |2765 |1998 |8666 |  0 |2867 |2880 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1213.77/1217.66	c  61.5s|  2400 |   574 |355280 | 101.8 |   667M | 110 | 516 |2716 |1998 |8966 |  1 |2934 |2887 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1214.28/1218.13	c  62.0s|  2500 |   590 |359619 | 100.2 |   667M | 110 | 516 |2730 |2019 |9176 |  2 |3007 |2895 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1214.86/1218.75	c  62.6s|  2600 |   589 |365260 |  99.0 |   668M | 110 | 516 |2672 |2012 |9571 |  1 |3089 |2898 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1215.36/1219.28	c  63.1s|  2700 |   587 |369128 |  97.4 |   669M | 110 | 516 |2668 |2075 |9735 |  1 |3195 |2914 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1215.86/1219.78	c  63.6s|  2800 |   616 |372927 |  95.8 |   669M | 110 | 516 |2642 |   0 |  10k|  0 |3267 |2931 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1216.56/1220.43	c  64.3s|  2900 |   642 |376484 |  94.3 |   669M | 110 | 516 |2617 |   0 |  10k|  0 |3341 |2947 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1217.17/1221.05	c  64.9s|  3000 |   672 |381909 |  93.3 |   670M | 110 | 516 |2587 |2002 |  10k|  1 |3402 |2956 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1217.75/1221.60	c  65.5s|  3100 |   690 |386091 |  92.1 |   671M | 110 | 516 |2575 |2129 |  11k| 11 |3460 |2961 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1218.17/1222.03	c  65.9s|  3200 |   718 |390707 |  91.0 |   671M | 110 | 516 |2547 |2024 |  11k|  1 |3504 |2966 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1219.16/1223.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1219.16/1223.04	c  66.9s|  3300 |   734 |404831 |  92.1 |   671M | 110 | 516 |2523 |1819 |  11k|  1 |3577 |2975 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1220.16/1224.07	c  67.9s|  3400 |   761 |418257 |  93.1 |   671M | 110 | 516 |2517 |1851 |  11k|  1 |3622 |2982 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1221.16/1225.09	c  69.0s|  3500 |   773 |431034 |  93.9 |   672M | 110 | 516 |2515 |1821 |  11k|  1 |3686 |2983 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1222.16/1226.06	c  69.9s|  3600 |   781 |443765 |  94.6 |   672M | 110 | 516 |2479 |1854 |  12k|  0 |3751 |2986 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1223.16/1227.08	c  70.9s|  3700 |   788 |454351 |  94.8 |   672M | 110 | 516 |2474 |1790 |  12k|  1 |3847 |3034 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1224.94/1228.82	c  72.7s|  3800 |   807 |470841 |  96.3 |   672M | 110 | 516 |2500 |1853 |  12k|  1 |3956 |3098 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1226.14/1230.06	c  73.9s|  3900 |   832 |483599 |  96.9 |   672M | 110 | 516 |2527 |1828 |  13k|  1 |4054 |3137 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1227.63/1231.55	c  75.4s|  4000 |   829 |499120 |  98.0 |   673M | 110 | 516 |2572 |2001 |  13k|  1 |4187 |3231 |-1.314112e-02 |-4.000000e+00*|  Large | unknown
1228.72/1232.61	c  76.5s|  4100 |   830 |510068 |  98.3 |   673M | 110 | 516 |2568 |1897 |  13k|  1 |4282 |3272 |-2.575473e-02 |-4.000000e+00*|  Large | unknown
1230.42/1234.38	c  78.3s|  4200 |   841 |526325 |  99.5 |   675M | 110 | 516 |2543 |   0 |  14k|  0 |4381 |3325 |-3.494934e-02 |-4.000000e+00*|  Large | unknown
1232.13/1236.09	c  80.0s|  4300 |   854 |543567 | 100.9 |   675M | 110 | 516 |2525 |1803 |  14k|  1 |4490 |3385 |-6.680431e-02 |-4.000000e+00*|5887.64%| unknown
1233.71/1237.68	c  81.5s|  4400 |   886 |558095 | 101.7 |   675M | 110 | 516 |2502 |1840 |  14k|  1 |4566 |3422 |-6.680431e-02 |-4.000000e+00*|5887.64%| unknown
1235.30/1239.28	c  83.1s|  4500 |   919 |574146 | 102.7 |   676M | 110 | 516 |2449 |1953 |  15k|  2 |4610 |3451 |-3.258416e-01 |-4.000000e+00*|1127.59%| unknown
1236.50/1240.47	c  84.3s|  4600 |   932 |587193 | 103.2 |   677M | 110 | 516 |2448 |   0 |  15k|  0 |4679 |3463 |-3.750000e-01 |-4.000000e+00*| 966.67%| unknown
1237.60/1241.52	c  85.4s|  4700 |   951 |599046 | 103.5 |   677M | 110 | 516 |2467 |   0 |  16k|  0 |4751 |3476 |-3.750000e-01 |-4.000000e+00*| 966.67%| unknown
1238.69/1242.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1238.69/1242.63	c  86.5s|  4800 |   959 |612309 | 104.0 |   678M | 110 | 516 |2450 |1998 |  16k|  0 |4798 |3482 |-3.750000e-01 |-4.000000e+00*| 966.67%| unknown
1239.59/1243.52	c  87.4s|  4900 |   967 |624604 | 104.3 |   678M | 110 | 516 |2448 |   0 |  16k|  0 |4878 |3488 |-5.458350e-01 |-4.000000e+00*| 632.82%| unknown
1240.39/1244.31	c  88.2s|  5000 |   978 |635842 | 104.4 |   678M | 110 | 516 |2471 |1914 |  17k|  1 |4954 |3490 |-7.353670e-01 |-4.000000e+00*| 443.95%| unknown
1241.28/1245.29	c  89.2s|  5100 |  1010 |650109 | 105.1 |   678M | 110 | 516 |2470 |1828 |  17k|  1 |4992 |3490 |-7.353670e-01 |-4.000000e+00*| 443.95%| unknown
1242.28/1246.28	c  90.1s|  5200 |  1034 |664783 | 105.7 |   679M | 110 | 516 |2509 |2038 |  17k|  0 |5065 |3490 |-7.353670e-01 |-4.000000e+00*| 443.95%| unknown
1243.48/1247.42	c  91.3s|  5300 |  1042 |677544 | 106.1 |   680M | 110 | 516 |2539 |1879 |  18k|  2 |5134 |3493 |-7.353670e-01 |-4.000000e+00*| 443.95%| unknown
1244.19/1248.11	c  92.0s|  5400 |  1053 |687806 | 106.0 |   680M | 110 | 516 |2570 |2009 |  18k|  1 |5195 |3502 |-7.431494e-01 |-4.000000e+00*| 438.25%| unknown
1244.57/1248.59	c  92.5s|  5500 |  1053 |695513 | 105.6 |   680M | 110 | 516 |2613 |1984 |  18k|  1 |5254 |3505 |-7.431494e-01 |-4.000000e+00*| 438.25%| unknown
1245.57/1249.57	c  93.4s|  5600 |  1063 |710140 | 106.2 |   681M | 110 | 516 |2591 |2015 |  19k|  2 |5334 |3510 |-7.959336e-01 |-4.000000e+00*| 402.55%| unknown
1246.96/1250.95	c  94.8s|  5700 |  1075 |723699 | 106.6 |   681M | 110 | 516 |2453 |1956 |  19k|  1 |5404 |3529 |-8.181818e-01 |-4.000000e+00*| 388.89%|  10.91%
1247.86/1251.82	c  95.7s|  5800 |  1100 |735646 | 106.8 |   681M | 110 | 516 |2437 |1790 |  20k|  0 |5487 |3536 |-8.299771e-01 |-4.000000e+00*| 381.94%|  11.04%
1248.46/1252.49	c  96.4s|  5900 |  1121 |745151 | 106.6 |   682M | 110 | 516 |2419 |1816 |  20k|  1 |5555 |3536 |-8.571429e-01 |-4.000000e+00*| 366.67%|  11.33%
1249.66/1253.67	c  97.5s|  6000 |  1138 |756253 | 106.7 |   682M | 110 | 516 |2388 |   0 |  21k|  0 |5628 |3565 |-9.043062e-01 |-4.000000e+00*| 342.33%|  11.83%
1250.65/1254.66	c  98.5s|  6100 |  1157 |767414 | 106.8 |   682M | 110 | 516 |2399 |1964 |  21k|  2 |5698 |3582 |-9.043062e-01 |-4.000000e+00*| 342.33%|  11.84%
1252.25/1256.23	c   100s|  6200 |  1170 |783824 | 107.6 |   682M | 110 | 516 |2432 |2024 |  22k|  1 |5786 |3618 |-1.000000e+00 |-4.000000e+00*| 300.00%|  12.85%
1253.34/1257.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1253.34/1257.35	c   101s|  6300 |  1194 |794633 | 107.6 |   683M | 110 | 516 |2486 |1937 |  22k|  1 |5862 |3648 |-1.000000e+00 |-4.000000e+00*| 300.00%|  12.85%
1254.44/1258.41	c   102s|  6400 |  1199 |805974 | 107.6 |   683M | 110 | 516 |2519 |1803 |  23k|  0 |5954 |3691 |-1.000000e+00 |-4.000000e+00*| 300.00%|  12.85%
1256.05/1260.03	c   104s|  6500 |  1216 |818843 | 107.9 |   685M | 110 | 516 |2521 |1972 |  23k|  1 |6041 |3740 |-1.000000e+00 |-4.000000e+00*| 300.00%|  12.89%
1256.93/1260.90	c   105s|  6600 |  1228 |828821 | 107.8 |   685M | 110 | 516 |2578 |   0 |  24k|  0 |6119 |3757 |-1.000000e+00 |-4.000000e+00*| 300.00%|  12.89%
1258.63/1262.66	c   107s|  6700 |  1246 |845550 | 108.6 |   686M | 110 | 516 |2610 |1920 |  24k|  1 |6226 |3807 |-1.000000e+00 |-4.000000e+00*| 300.00%|  12.92%
1260.22/1264.22	c   108s|  6800 |  1266 |860875 | 109.2 |   686M | 110 | 516 |2582 |1918 |  25k|  1 |6291 |3849 |-1.000000e+00 |-4.000000e+00*| 300.00%|  12.95%
1261.52/1265.57	c   109s|  6900 |  1284 |874855 | 109.5 |   687M | 110 | 516 |2562 |2004 |  25k|  0 |6374 |3874 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.02%
1262.51/1266.57	c   110s|  7000 |  1311 |885560 | 109.5 |   687M | 110 | 516 |2571 |   0 |  26k|  0 |6439 |3906 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.02%
1263.71/1267.77	c   112s|  7100 |  1313 |896615 | 109.5 |   687M | 110 | 516 |2527 |1867 |  26k|  1 |6569 |3963 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.02%
1264.81/1268.82	c   113s|  7200 |  1314 |907504 | 109.5 |   687M | 110 | 516 |2550 |1831 |  27k|  1 |6676 |4003 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
1265.70/1269.74	c   114s|  7300 |  1363 |917118 | 109.4 |   688M | 110 | 516 |2571 |1926 |  27k|  1 |6740 |4023 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
1266.20/1270.27	c   114s|  7400 |  1402 |923592 | 108.8 |   688M | 110 | 516 |2592 |   0 |  28k|  0 |6787 |4036 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
1266.70/1270.70	c   115s|  7500 |  1424 |929957 | 108.3 |   688M | 110 | 516 |2595 |   0 |  28k|  0 |6806 |4043 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
1267.11/1271.17	c   115s|  7600 |  1437 |936592 | 107.8 |   688M | 110 | 516 |2605 |1959 |  29k|  1 |6836 |4050 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
1267.60/1271.67	c   116s|  7700 |  1447 |944447 | 107.5 |   688M | 110 | 516 |2642 |   0 |  30k|  0 |6887 |4061 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
1268.11/1272.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1268.11/1272.14	c   116s|  7800 |  1455 |951594 | 107.1 |   688M | 110 | 516 |2649 |1883 |  30k|  1 |6913 |4064 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
1268.69/1272.75	c   117s|  7900 |  1471 |961547 | 107.0 |   688M | 110 | 516 |2674 |   0 |  30k|  0 |6963 |4072 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
1269.19/1273.22	c   117s|  8000 |  1469 |968634 | 106.6 |   688M | 110 | 516 |2698 |   0 |  31k|  0 |7003 |4075 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
1269.69/1273.77	c   118s|  8100 |  1485 |976144 | 106.2 |   688M | 110 | 516 |2695 |1877 |  31k|  1 |7052 |4076 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
1270.49/1274.50	c   118s|  8200 |  1512 |986360 | 106.2 |   689M | 110 | 516 |2704 |   0 |  32k|  0 |7097 |4083 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
1271.00/1275.05	c   119s|  8300 |  1541 |995390 | 106.0 |   689M | 110 | 516 |2710 |1879 |  32k|  1 |7123 |4083 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
1271.58/1275.66	c   120s|  8400 |  1560 |  1004k| 105.9 |   689M | 110 | 516 |2766 |1881 |  32k|  1 |7214 |4087 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
1272.18/1276.27	c   120s|  8500 |  1579 |  1013k| 105.7 |   689M | 110 | 516 |2787 |   0 |  33k|  0 |7264 |4088 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
1272.68/1276.74	c   121s|  8600 |  1604 |  1021k| 105.5 |   690M | 110 | 516 |2814 |1879 |  33k|  0 |7306 |4089 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
1273.09/1277.18	c   121s|  8700 |  1634 |  1028k| 105.1 |   690M | 110 | 516 |2821 |1908 |  33k|  1 |7337 |4090 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
1273.68/1277.71	c   122s|  8800 |  1646 |  1037k| 104.9 |   690M | 110 | 516 |2843 |   0 |  34k|  0 |7371 |4094 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
1274.17/1278.29	c   122s|  8900 |  1663 |  1045k| 104.7 |   690M | 110 | 516 |2862 |1935 |  34k|  2 |7414 |4096 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
1274.77/1278.80	c   123s|  9000 |  1672 |  1053k| 104.5 |   690M | 110 | 516 |2893 |1911 |  34k|  1 |7458 |4100 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
1275.17/1279.23	c   123s|  9100 |  1671 |  1060k| 104.0 |   690M | 110 | 516 |2905 |1886 |  35k|  1 |7491 |4102 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
1275.67/1279.77	c   124s|  9200 |  1669 |  1068k| 103.9 |   690M | 110 | 516 |2929 |1886 |  35k|  1 |7541 |4103 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
1276.27/1280.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1276.27/1280.31	c   124s|  9300 |  1672 |  1075k| 103.5 |   691M | 110 | 516 |2960 |1854 |  35k|  1 |7604 |4111 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
1276.57/1280.62	c   124s|  9400 |  1681 |  1079k| 102.9 |   692M | 110 | 516 |3008 |1834 |  35k|  1 |7668 |4113 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
1276.86/1280.98	c   125s|  9500 |  1689 |  1085k| 102.5 |   692M | 110 | 516 |3012 |1859 |  36k|  1 |7689 |4114 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
1277.76/1281.84	c   126s|  9600 |  1695 |  1096k| 102.5 |   693M | 110 | 516 |3016 |1862 |  36k|  1 |7755 |4121 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
1278.75/1282.81	c   127s|  9700 |  1697 |  1106k| 102.5 |   693M | 110 | 516 |2965 |   0 |  37k|  0 |7813 |4123 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.07%
1279.15/1283.28	c   127s|  9800 |  1708 |  1109k| 101.9 |   693M | 110 | 516 |2947 |   0 |  37k|  0 |7906 |4150 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.08%
1280.35/1284.43	c   128s|  9900 |  1735 |  1113k| 101.3 |   693M | 110 | 516 |2915 |   0 |  37k|  0 |7991 |4168 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.08%
1281.64/1285.72	c   130s| 10000 |  1774 |  1116k| 100.7 |   693M | 110 | 516 |2882 |1875 |  38k|  1 |8042 |4185 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.08%
1282.14/1286.21	c   130s| 10100 |  1811 |  1120k| 100.1 |   694M | 110 | 516 |2883 |1875 |  38k|  1 |8120 |4222 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.08%
1282.54/1286.65	c   131s| 10200 |  1812 |  1123k|  99.5 |   694M | 110 | 516 |2764 |1911 |  38k|  1 |8189 |4240 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.08%
1283.06/1287.14	c   131s| 10300 |  1827 |  1126k|  98.9 |   694M | 110 | 516 |2762 |1849 |  39k|  0 |8274 |4276 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.09%
1283.54/1287.62	c   131s| 10400 |  1867 |  1130k|  98.4 |   695M | 110 | 516 |2749 |1875 |  39k|  1 |8338 |4308 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.09%
1283.84/1287.98	c   132s| 10500 |  1900 |  1133k|  97.8 |   695M | 110 | 516 |2758 |1847 |  39k|  1 |8394 |4318 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.09%
1284.34/1288.41	c   132s| 10600 |  1919 |  1137k|  97.3 |   695M | 110 | 516 |2819 |   0 |  39k|  0 |8487 |4347 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.09%
1284.83/1288.98	c   133s| 10700 |  1953 |  1141k|  96.8 |   695M | 110 | 516 |2866 |1913 |  40k|  1 |8582 |4387 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.09%
1285.43/1289.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1285.43/1289.56	c   133s| 10800 |  1973 |  1145k|  96.3 |   696M | 110 | 516 |2937 |   0 |  40k|  0 |8690 |4420 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.09%
1286.23/1290.34	c   134s| 10900 |  2004 |  1149k|  95.9 |   697M | 110 | 516 |2928 |1863 |  41k|  1 |8791 |4451 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.09%
1286.63/1290.73	c   135s| 11000 |  2024 |  1152k|  95.3 |   697M | 110 | 516 |2925 |   0 |  41k|  0 |8883 |4479 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.09%
1287.13/1291.20	c   135s| 11100 |  2064 |  1156k|  94.8 |   697M | 110 | 516 |2962 |1883 |  41k|  1 |8970 |4516 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.09%
1287.72/1291.82	c   136s| 11200 |  2081 |  1160k|  94.4 |   698M | 110 | 516 |3024 |1886 |  42k|  0 |9093 |4554 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.09%
1288.42/1292.55	c   136s| 11300 |  2079 |  1165k|  94.0 |   699M | 110 | 516 |3101 |1886 |  42k|  1 |9233 |4582 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.09%
1288.93/1293.06	c   137s| 11400 |  2083 |  1168k|  93.5 |   701M | 110 | 516 |3205 |1874 |  42k|  0 |9409 |4619 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.09%
1289.72/1293.88	c   138s| 11500 |  2098 |  1172k|  93.1 |   702M | 110 | 516 |3034 |1905 |  43k|  1 |9505 |4660 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.09%
1290.71/1294.83	c   139s| 11600 |  2125 |  1176k|  92.7 |   703M | 110 | 516 |2981 |   0 |  43k|  0 |9606 |4688 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.09%
1291.21/1295.38	c   139s| 11700 |  2162 |  1180k|  92.3 |   703M | 110 | 516 |2943 |1822 |  44k|  1 |9667 |4712 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.09%
1291.71/1295.82	c   140s| 11800 |  2180 |  1183k|  91.8 |   703M | 110 | 516 |2947 |1853 |  44k|  1 |9755 |4736 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.09%
1292.11/1296.23	c   140s| 11900 |  2201 |  1186k|  91.3 |   703M | 110 | 516 |2951 |   0 |  44k|  0 |9804 |4756 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.09%
1292.81/1296.99	c   141s| 12000 |  2230 |  1190k|  90.9 |   704M | 110 | 516 |2953 |1828 |  44k|  1 |9890 |4786 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
1293.60/1297.71	c   142s| 12100 |  2250 |  1197k|  90.8 |   704M | 110 | 516 |2957 |   0 |  45k|  0 |9968 |4811 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
1294.70/1298.84	c   143s| 12200 |  2264 |  1212k|  91.2 |   704M | 110 | 516 |2938 |1862 |  45k|  1 |  10k|4843 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
1295.30/1299.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1295.30/1299.49	c   143s| 12300 |  2253 |  1220k|  91.1 |   704M | 110 | 516 |2991 |1882 |  45k|  1 |  10k|4861 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
1296.59/1300.70	c   145s| 12400 |  2254 |  1232k|  91.3 |   704M | 110 | 516 |2979 |1969 |  46k|  1 |  10k|4884 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
1297.39/1301.56	c   145s| 12500 |  2263 |  1244k|  91.6 |   705M | 110 | 516 |2983 |1928 |  46k|  1 |  10k|4895 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
1298.39/1302.52	c   146s| 12600 |  2269 |  1257k|  91.8 |   705M | 110 | 516 |2925 |1828 |  46k|  1 |  10k|4915 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
1299.29/1303.41	c   147s| 12700 |  2288 |  1266k|  91.8 |   705M | 110 | 516 |2916 |   0 |  47k|  0 |  10k|4917 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
1299.90/1304.04	c   148s| 12800 |  2319 |  1275k|  91.8 |   705M | 110 | 516 |2939 |1863 |  47k|  1 |  10k|4922 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
1300.38/1304.52	c   148s| 12900 |  2341 |  1281k|  91.6 |   706M | 110 | 516 |2966 |1913 |  47k|  1 |  10k|4923 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
1300.78/1305.00	c   149s| 13000 |  2357 |  1287k|  91.4 |   706M | 110 | 516 |2972 |1823 |  47k|  1 |  10k|4929 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
1301.58/1305.72	c   150s| 13100 |  2377 |  1296k|  91.3 |   707M | 110 | 516 |3010 |1859 |  48k|  1 |  10k|4931 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
1302.47/1306.62	c   150s| 13200 |  2397 |  1305k|  91.4 |   707M | 110 | 516 |3016 |1886 |  48k|  0 |  10k|4941 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
1302.89/1307.09	c   151s| 13300 |  2402 |  1312k|  91.2 |   707M | 110 | 516 |3046 |1878 |  48k|  0 |  10k|4949 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
1303.77/1307.95	c   152s| 13400 |  2423 |  1325k|  91.4 |   707M | 110 | 516 |3049 |1876 |  49k|  1 |  10k|4959 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
1304.37/1308.53	c   152s| 13500 |  2446 |  1333k|  91.4 |   707M | 110 | 516 |3087 |1860 |  49k|  1 |  10k|4967 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
1304.77/1308.96	c   153s| 13600 |  2459 |  1339k|  91.2 |   708M | 110 | 516 |3110 |   0 |  49k|  0 |  10k|4967 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
1305.17/1309.33	c   153s| 13700 |  2482 |  1345k|  90.9 |   709M | 110 | 516 |3141 |1951 |  49k|  1 |  11k|4972 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
1305.88/1310.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1305.88/1310.05	c   154s| 13800 |  2491 |  1354k|  90.9 |   710M | 110 | 516 |3162 |   0 |  50k|  0 |  11k|4975 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
1306.56/1310.78	c   155s| 13900 |  2507 |  1362k|  90.9 |   710M | 110 | 516 |3136 |   0 |  50k|  0 |  11k|4979 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
1307.36/1311.56	c   155s| 14000 |  2516 |  1375k|  91.1 |   710M | 110 | 516 |3116 |1824 |  50k|  1 |  11k|4986 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
1308.06/1312.25	c   156s| 14100 |  2519 |  1384k|  91.1 |   710M | 110 | 516 |3073 |1901 |  51k|  0 |  11k|4993 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
1308.65/1312.80	c   157s| 14200 |  2528 |  1392k|  91.1 |   710M | 110 | 516 |3083 |1824 |  51k|  1 |  11k|4999 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
1309.45/1313.69	c   158s| 14300 |  2547 |  1404k|  91.2 |   710M | 110 | 516 |3057 |1865 |  51k|  0 |  11k|5006 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.11%
1310.15/1314.38	c   158s| 14400 |  2569 |  1414k|  91.3 |   712M | 110 | 516 |3058 |1860 |  52k|  1 |  11k|5010 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.11%
1310.65/1314.89	c   159s| 14500 |  2583 |  1421k|  91.1 |   712M | 110 | 516 |3099 |1901 |  52k|  2 |  11k|5019 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.11%
1311.34/1315.59	c   159s| 14600 |  2586 |  1428k|  91.0 |   713M | 110 | 516 |3105 |1911 |  53k|  1 |  11k|5020 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.11%
1312.14/1316.31	c   160s| 14700 |  2600 |  1438k|  91.1 |   713M | 110 | 516 |3090 |1791 |  53k|  1 |  11k|5027 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.11%
1312.95/1317.12	c   161s| 14800 |  2607 |  1448k|  91.1 |   714M | 110 | 516 |3038 |1958 |  53k|  1 |  11k|5035 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.11%
1313.34/1317.59	c   161s| 14900 |  2612 |  1455k|  91.0 |   714M | 110 | 516 |3089 |1856 |  54k|  1 |  11k|5037 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.11%
1314.04/1318.27	c   162s| 15000 |  2628 |  1464k|  91.0 |   714M | 110 | 516 |3069 |   0 |  54k|  0 |  11k|5039 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.11%
1314.63/1318.87	c   163s| 15100 |  2646 |  1473k|  91.0 |   714M | 110 | 516 |3034 |   0 |  54k|  0 |  12k|5049 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.11%
1315.33/1319.56	c   163s| 15200 |  2666 |  1484k|  91.1 |   714M | 110 | 516 |3031 |1873 |  55k|  1 |  12k|5050 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.11%
1316.43/1320.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1316.43/1320.66	c   165s| 15300 |  2681 |  1494k|  91.2 |   714M | 110 | 516 |2966 |   0 |  55k|  0 |  12k|5076 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1317.22/1321.40	c   165s| 15400 |  2691 |  1502k|  91.1 |   715M | 110 | 516 |2959 |1937 |  55k|  2 |  12k|5078 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1317.84/1322.02	c   166s| 15500 |  2694 |  1511k|  91.1 |   715M | 110 | 516 |2951 |   0 |  55k|  0 |  12k|5087 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1318.52/1322.77	c   167s| 15600 |  2711 |  1522k|  91.2 |   715M | 110 | 516 |2957 |1962 |  56k|  1 |  12k|5094 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1319.02/1323.28	c   167s| 15700 |  2734 |  1531k|  91.2 |   715M | 110 | 516 |2967 |1863 |  56k|  1 |  12k|5096 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1319.83/1324.05	c   168s| 15800 |  2757 |  1539k|  91.1 |   715M | 110 | 516 |2991 |1873 |  56k|  1 |  12k|5100 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1320.41/1324.69	c   169s| 15900 |  2784 |  1549k|  91.2 |   715M | 110 | 516 |3015 |1873 |  57k|  1 |  12k|5101 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1321.11/1325.36	c   169s| 16000 |  2798 |  1558k|  91.2 |   715M | 110 | 516 |3044 |1937 |  57k|  1 |  12k|5101 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1321.71/1325.91	c   170s| 16100 |  2812 |  1567k|  91.2 |   715M | 110 | 516 |3072 |1865 |  57k|  1 |  12k|5101 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1322.21/1326.41	c   170s| 16200 |  2840 |  1575k|  91.1 |   715M | 110 | 516 |3078 |   0 |  58k|  0 |  12k|5102 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1322.71/1326.90	c   171s| 16300 |  2856 |  1582k|  91.0 |   715M | 110 | 516 |3084 |1909 |  58k|  2 |  12k|5102 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1323.30/1327.50	c   171s| 16400 |  2860 |  1590k|  90.9 |   716M | 110 | 516 |3088 |1874 |  58k|  1 |  12k|5105 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1323.82/1328.06	c   172s| 16500 |  2876 |  1597k|  90.8 |   716M | 110 | 516 |3108 |   0 |  59k|  0 |  12k|5105 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1324.30/1328.56	c   172s| 16600 |  2887 |  1605k|  90.8 |   716M | 110 | 516 |3129 |1897 |  59k|  1 |  12k|5114 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1325.20/1329.46	c   173s| 16700 |  2879 |  1616k|  90.8 |   714M | 110 | 516 |3143 |1887 |  60k|  1 |  12k|5116 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1325.69/1329.99	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1325.69/1329.99	c   174s| 16800 |  2877 |  1623k|  90.7 |   714M | 110 | 516 |3145 |   0 |  60k|  0 |  12k|5128 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1326.39/1330.63	c   175s| 16900 |  2894 |  1633k|  90.8 |   714M | 110 | 516 |3147 |1867 |  60k|  1 |  13k|5135 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1326.80/1331.10	c   175s| 17000 |  2905 |  1640k|  90.6 |   714M | 110 | 516 |3169 |1937 |  61k|  2 |  13k|5141 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1327.49/1331.78	c   176s| 17100 |  2910 |  1649k|  90.7 |   714M | 110 | 516 |3157 |1849 |  61k|  1 |  13k|5145 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1327.90/1332.13	c   176s| 17200 |  2922 |  1652k|  90.3 |   715M | 110 | 516 |3180 |1868 |  62k|  1 |  13k|5160 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1328.08/1332.33	c   176s| 17300 |  2913 |  1654k|  89.9 |   715M | 110 | 516 |3233 |1908 |  62k|  1 |  13k|5160 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1328.38/1332.67	c   177s| 17400 |  2919 |  1657k|  89.6 |   715M | 110 | 516 |3262 |1946 |  62k|  2 |  13k|5165 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1328.68/1332.96	c   177s| 17500 |  2918 |  1660k|  89.3 |   715M | 110 | 516 |3247 |2018 |  62k|  1 |  13k|5166 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1328.98/1333.29	c   177s| 17600 |  2939 |  1663k|  89.0 |   715M | 110 | 516 |3261 |1928 |  62k|  0 |  13k|5170 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1329.38/1333.62	c   177s| 17700 |  2977 |  1666k|  88.7 |   715M | 110 | 516 |3306 |1933 |  63k|  1 |  13k|5173 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1329.79/1334.03	c   178s| 17800 |  2986 |  1669k|  88.4 |   715M | 110 | 516 |3362 |1994 |  63k|  1 |  13k|5181 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1330.08/1334.38	c   178s| 17900 |  3000 |  1672k|  88.0 |   715M | 110 | 516 |3385 |2018 |  64k|  0 |  13k|5184 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1330.38/1334.60	c   178s| 18000 |  3000 |  1674k|  87.7 |   716M | 110 | 516 |3452 |1935 |  64k|  1 |  13k|5186 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1330.67/1334.95	c   179s| 18100 |  3029 |  1677k|  87.4 |   716M | 110 | 516 |3432 |1999 |  64k|  1 |  13k|5195 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1330.98/1335.25	c   179s| 18200 |  3038 |  1679k|  87.1 |   716M | 110 | 516 |3506 |   0 |  64k|  0 |  14k|5201 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1331.18/1335.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1331.18/1335.46	c   179s| 18300 |  3049 |  1681k|  86.7 |   716M | 110 | 516 |3533 |2018 |  65k|  1 |  14k|5201 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1331.48/1335.74	c   180s| 18400 |  3060 |  1683k|  86.3 |   716M | 110 | 516 |3499 |1937 |  65k|  1 |  14k|5209 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1331.89/1336.17	c   180s| 18500 |  3075 |  1685k|  86.0 |   716M | 110 | 516 |3516 |1976 |  65k|  1 |  14k|5235 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1332.27/1336.55	c   180s| 18600 |  3080 |  1687k|  85.7 |   717M | 110 | 516 |3532 |1971 |  65k|  1 |  14k|5270 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1332.67/1336.94	c   181s| 18700 |  3088 |  1690k|  85.4 |   717M | 110 | 516 |3550 |1937 |  65k|  1 |  14k|5295 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1333.17/1337.46	c   181s| 18800 |  3099 |  1693k|  85.1 |   717M | 110 | 516 |3475 |1937 |  66k|  1 |  14k|5331 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1333.57/1337.88	c   182s| 18900 |  3116 |  1695k|  84.8 |   717M | 110 | 516 |3495 |1902 |  66k|  2 |  14k|5349 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1333.97/1338.25	c   182s| 19000 |  3141 |  1698k|  84.5 |   717M | 110 | 516 |3493 |   0 |  66k|  0 |  14k|5364 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1334.26/1338.58	c   182s| 19100 |  3162 |  1701k|  84.2 |   717M | 110 | 516 |3478 |   0 |  66k|  0 |  14k|5381 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1334.66/1338.94	c   183s| 19200 |  3178 |  1703k|  83.9 |   717M | 110 | 516 |3430 |1887 |  66k|  1 |  15k|5407 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1334.96/1339.25	c   183s| 19300 |  3187 |  1705k|  83.6 |   718M | 110 | 516 |3452 |1888 |  67k|  1 |  15k|5423 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1335.26/1339.55	c   183s| 19400 |  3187 |  1706k|  83.3 |   718M | 110 | 516 |3500 |1875 |  67k|  1 |  15k|5452 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1335.57/1339.80	c   184s| 19500 |  3204 |  1708k|  82.9 |   718M | 110 | 516 |3508 |1899 |  67k|  1 |  15k|5466 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1335.88/1340.11	c   184s| 19600 |  3209 |  1709k|  82.6 |   718M | 110 | 516 |3585 |1899 |  67k|  1 |  15k|5501 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1336.16/1340.49	c   184s| 19700 |  3216 |  1711k|  82.3 |   718M | 110 | 516 |3643 |   0 |  67k|  0 |  15k|5520 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1336.56/1340.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1336.56/1340.81	c   185s| 19800 |  3232 |  1713k|  82.0 |   718M | 110 | 516 |3621 |1877 |  67k|  1 |  15k|5543 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1336.77/1341.09	c   185s| 19900 |  3244 |  1714k|  81.7 |   718M | 110 | 516 |3658 |1894 |  67k|  1 |  15k|5560 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1337.16/1341.40	c   185s| 20000 |  3263 |  1716k|  81.4 |   718M | 110 | 516 |3707 |   0 |  67k|  0 |  15k|5577 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1337.66/1342.00	c   186s| 20100 |  3255 |  1719k|  81.1 |   718M | 110 | 516 |3732 |1888 |  68k|  1 |  15k|5585 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1337.96/1342.25	c   186s| 20200 |  3239 |  1720k|  80.8 |   718M | 110 | 516 |3627 |   0 |  68k|  0 |  16k|5589 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1338.35/1342.61	c   186s| 20300 |  3239 |  1721k|  80.4 |   718M | 110 | 516 |3649 |1877 |  68k|  1 |  16k|5599 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1339.25/1343.53	c   187s| 20400 |  3237 |  1724k|  80.2 |   719M | 110 | 516 |3417 |   0 |  68k|  0 |  16k|5668 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1339.55/1343.82	c   188s| 20500 |  3243 |  1726k|  79.9 |   719M | 110 | 516 |3353 |1887 |  68k|  1 |  16k|5677 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1339.95/1344.24	c   188s| 20600 |  3270 |  1728k|  79.7 |   720M | 110 | 516 |3287 |1877 |  68k|  0 |  16k|5698 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1340.45/1344.70	c   189s| 20700 |  3311 |  1732k|  79.5 |   720M | 110 | 516 |3194 |1874 |  69k|  1 |  16k|5725 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1340.95/1345.21	c   189s| 20800 |  3343 |  1736k|  79.3 |   720M | 110 | 516 |3186 |1879 |  69k|  1 |  16k|5754 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1341.34/1345.66	c   190s| 20900 |  3376 |  1740k|  79.1 |   720M | 110 | 516 |3183 |1902 |  69k|  1 |  16k|5780 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1341.94/1346.21	c   190s| 21000 |  3411 |  1744k|  78.9 |   720M | 110 | 516 |3175 |1935 |  69k|  1 |  16k|5789 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1342.54/1346.80	c   191s| 21100 |  3443 |  1750k|  78.8 |   721M | 110 | 516 |3200 |1903 |  70k|  1 |  16k|5804 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1343.34/1347.65	c   192s| 21200 |  3443 |  1756k|  78.8 |   721M | 110 | 516 |3170 |1905 |  71k|  0 |  17k|5818 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1343.85/1348.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1343.85/1348.13	c   192s| 21300 |  3459 |  1760k|  78.6 |   722M | 110 | 516 |3164 |1919 |  72k|  1 |  17k|5829 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1344.53/1348.86	c   193s| 21400 |  3474 |  1764k|  78.4 |   722M | 110 | 516 |3225 |1933 |  72k|  1 |  17k|5835 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1345.03/1349.30	c   193s| 21500 |  3477 |  1766k|  78.2 |   722M | 110 | 516 |3261 |   0 |  73k|  0 |  17k|5838 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1345.43/1349.71	c   194s| 21600 |  3484 |  1770k|  78.0 |   722M | 110 | 516 |3258 |1927 |  73k|  3 |  17k|5851 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1345.84/1350.12	c   194s| 21700 |  3497 |  1774k|  77.8 |   722M | 110 | 516 |3197 |1928 |  73k|  2 |  17k|5861 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1346.33/1350.66	c   195s| 21800 |  3513 |  1778k|  77.7 |   722M | 110 | 516 |3214 |2031 |  74k|  7 |  17k|5868 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1346.74/1351.01	c   195s| 21900 |  3537 |  1782k|  77.5 |   722M | 110 | 516 |3262 |1922 |  74k|  1 |  17k|5878 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1347.12/1351.48	c   195s| 22000 |  3558 |  1787k|  77.4 |   723M | 110 | 516 |3294 |1981 |  75k|  1 |  17k|5884 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1347.62/1351.95	c   196s| 22100 |  3580 |  1791k|  77.2 |   723M | 110 | 516 |3306 |   0 |  75k|  0 |  17k|5892 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1348.02/1352.39	c   196s| 22200 |  3595 |  1796k|  77.1 |   723M | 110 | 516 |3283 |1906 |  75k|  1 |  17k|5900 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1348.62/1352.94	c   197s| 22300 |  3620 |  1801k|  77.0 |   724M | 110 | 516 |3236 |1948 |  76k|  1 |  17k|5906 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1349.12/1353.49	c   197s| 22400 |  3637 |  1805k|  76.8 |   725M | 110 | 516 |3219 |1974 |  77k|  0 |  18k|5912 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1349.61/1353.95	c   198s| 22500 |  3651 |  1809k|  76.7 |   725M | 110 | 516 |3189 |1923 |  78k|  1 |  18k|5917 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1350.01/1354.38	c   198s| 22600 |  3664 |  1813k|  76.5 |   726M | 110 | 516 |3213 |1949 |  78k|  1 |  18k|5921 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1350.61/1354.90	c   199s| 22700 |  3677 |  1818k|  76.4 |   726M | 110 | 516 |3224 |1948 |  79k|  1 |  18k|5928 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1351.01/1355.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1351.01/1355.32	c   199s| 22800 |  3684 |  1822k|  76.2 |   726M | 110 | 516 |3237 |1900 |  79k|  1 |  18k|5933 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1351.31/1355.69	c   200s| 22900 |  3701 |  1825k|  76.1 |   726M | 110 | 516 |3200 |1935 |  80k|  1 |  18k|5936 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
1351.61/1355.96	c   200s| 23000 |  3713 |  1828k|  75.9 |   726M | 110 | 516 |3209 |1936 |  80k|  0 |  18k|5941 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
1352.00/1356.34	c   200s| 23100 |  3711 |  1832k|  75.7 |   726M | 110 | 516 |3137 |1900 |  80k|  1 |  18k|5944 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
1352.50/1356.85	c   201s| 23200 |  3692 |  1836k|  75.6 |   727M | 110 | 516 |3145 |1951 |  81k|  1 |  18k|5944 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
1353.00/1357.32	c   201s| 23300 |  3671 |  1840k|  75.4 |   727M | 110 | 516 |3123 |1949 |  82k|  0 |  18k|5954 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
1353.30/1357.69	c   202s| 23400 |  3675 |  1844k|  75.3 |   727M | 110 | 516 |3158 |1924 |  82k|  1 |  18k|5961 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
1353.81/1358.13	c   202s| 23500 |  3663 |  1848k|  75.1 |   727M | 110 | 516 |3176 |1908 |  82k|  1 |  18k|5964 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
1354.10/1358.46	c   202s| 23600 |  3668 |  1851k|  74.9 |   727M | 110 | 516 |3176 |1934 |  83k|  1 |  19k|5971 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
1354.60/1358.92	c   203s| 23700 |  3669 |  1854k|  74.8 |   727M | 110 | 516 |3206 |   0 |  83k|  0 |  19k|5981 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
1355.19/1359.50	c   203s| 23800 |  3660 |  1861k|  74.8 |   727M | 110 | 516 |3196 |1923 |  83k|  0 |  19k|5993 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
1355.89/1360.20	c   204s| 23900 |  3651 |  1870k|  74.8 |   728M | 110 | 516 |3184 |1887 |  83k|  1 |  19k|6000 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
1356.70/1361.04	c   205s| 24000 |  3641 |  1882k|  75.0 |   728M | 110 | 516 |3170 |1887 |  84k|  1 |  19k|6011 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
1357.49/1361.86	c   206s| 24100 |  3653 |  1893k|  75.1 |   728M | 110 | 516 |3184 |   0 |  84k|  0 |  19k|6021 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
1358.18/1362.50	c   206s| 24200 |  3639 |  1902k|  75.2 |   729M | 110 | 516 |3212 |1882 |  84k|  1 |  19k|6028 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
1358.38/1362.74	c 
1358.38/1362.74	c SCIP Status        : solving was interrupted [time limit reached]
1358.38/1362.74	c Solving Time (sec) : 206.61
1358.38/1362.74	c Solving Nodes      : 24236 (total of 25286 nodes in 2 runs)
1358.38/1362.74	c Primal Bound       : -4.00000000000000e+00 (1 solutions, 0 respecting the objective limit)
1358.38/1362.74	c Dual Bound         : -1.00000000000000e+00
1358.38/1362.74	c Gap                : 300.00 %
1358.38/1362.74	c SCIP status: 23 (TIMELIMIT)
1358.38/1362.74	c SCIP LP bound tightened UB: 30883 -> 30882
1358.38/1362.74	c pb_solver_status: sst_sat
1358.38/1362.74	c LB_goalvalue: 30879
1358.38/1362.74	c UB_goalvalue: 30882
1358.38/1362.74	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
1358.38/1362.74	c SCIP returned: sst_sat
1358.38/1362.74	c SCIP primal LB: 30879, dual UB: 30882
1358.38/1362.74	c Try to find a solution more than 30880
1358.38/1362.74	c assumptions: 
1358.38/1362.74	c invoking solver with time budget: 105.413504
1465.14/1469.80	c sat_solver_result: sst_unknown
1465.14/1469.80	c SAT solver timed out; proceeding to cooperative SCIP call
1465.14/1469.80	c Calling solveScip for cooperative mode with LB_goalvalue:       30879, UB_goalvalue: 30882
1465.14/1469.80	c scip solving with time budget: 289.254655
1465.14/1469.80	c solveScip
1465.14/1469.80	c initScipForCoop
1465.14/1469.80	c Coop Mode: Using SCIP obj units for LB/UB: 30879, +oo
1465.14/1469.80	c SCIPfreeTransform due to timeout and having shadow nodes
1465.14/1469.80	c forcing SCIPfreeTransform before solve
1465.14/1469.86	c Running SCIP presolve for solve-time propagation (rounds=3)
1465.14/1469.87	c 1/1 feasible solution given by solution candidate storage, new primal bound -4.000000e+00
1465.14/1469.87	c 
1465.14/1469.89	c presolving:
1465.24/1469.93	c (round 1, fast)       298 del vars, 0 del conss, 0 add conss, 0 chg bounds, 200 chg sides, 400 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
1465.24/1469.98	c    (0.1s) running MILP presolver
1465.24/1469.99	c    (0.1s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
1465.24/1470.00	c (round 2, exhaustive) 298 del vars, 2 del conss, 0 add conss, 0 chg bounds, 200 chg sides, 400 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
1465.45/1470.12	c    (0.3s) probing: 51/991 (5.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1465.45/1470.12	c    (0.3s) probing aborted: 50/50 successive totally useless probings
1465.54/1470.22	c presolving (3 rounds: 3 fast, 2 medium, 2 exhaustive):
1465.54/1470.22	c  298 deleted vars, 2 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 200 changed sides, 400 changed coefficients
1465.54/1470.22	c  0 implications, 1 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1465.54/1470.22	c presolved problem has 991 variables (991 bin, 0 int, 0 cont) and 1071 constraints
1465.54/1470.22	c    1064 constraints of type <knapsack>
1465.54/1470.22	c       1 constraints of type <setppc>
1465.54/1470.22	c       6 constraints of type <linear>
1465.54/1470.22	c transformed objective value is always integral (scale: 1)
1465.54/1470.22	c Presolving Time: 0.33
1465.54/1470.24	c 1/1 feasible solution given by solution candidate storage, new primal bound -1.900000e+01
1465.54/1470.24	c 
1465.54/1470.26	c presolving:
1465.63/1470.30	c (round 1, fast)       350 del vars, 0 del conss, 0 add conss, 52 chg bounds, 200 chg sides, 400 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
1465.63/1470.35	c    (0.1s) running MILP presolver
1465.63/1470.36	c    (0.1s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
1465.63/1470.37	c (round 2, exhaustive) 350 del vars, 4 del conss, 0 add conss, 52 chg bounds, 200 chg sides, 400 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
1465.73/1470.41	c (round 3, exhaustive) 350 del vars, 4 del conss, 0 add conss, 52 chg bounds, 200 chg sides, 400 chg coeffs, 1061 upgd conss, 0 impls, 1 clqs, 0 implints
1465.73/1470.45	c (round 4, exhaustive) 350 del vars, 4 del conss, 0 add conss, 52 chg bounds, 200 chg sides, 400 chg coeffs, 1066 upgd conss, 0 impls, 1 clqs, 0 implints
1465.83/1470.50	c    (0.3s) probing: 51/939 (5.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1465.83/1470.50	c    (0.3s) probing aborted: 50/50 successive totally useless probings
1465.83/1470.59	c    (0.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1465.93/1470.63	c    (0.4s) no symmetry present (symcode time: 0.00)
1465.93/1470.69	c presolving (5 rounds: 5 fast, 4 medium, 4 exhaustive):
1465.93/1470.69	c  350 deleted vars, 4 deleted constraints, 0 added constraints, 52 tightened bounds, 0 added holes, 200 changed sides, 400 changed coefficients
1465.93/1470.69	c  0 implications, 1 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1465.93/1470.69	c presolved problem has 939 variables (939 bin, 0 int, 0 cont) and 1069 constraints
1465.93/1470.69	c    1065 constraints of type <knapsack>
1465.93/1470.69	c       1 constraints of type <setppc>
1465.93/1470.69	c       3 constraints of type <linear>
1465.93/1470.69	c transformed objective value is always integral (scale: 1)
1465.93/1470.69	c Presolving Time: 0.44
1466.03/1470.70	c transformed 1/1 original solutions to the transformed problem space
1466.03/1470.70	c 
1466.13/1470.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1466.13/1470.84	c   0.6s|     1 |     0 |   254 |     - |   727M |   0 | 939 |1070 |1069 |   0 |  0 |   3 |   0 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
1466.35/1471.03	c   0.8s|     1 |     0 |   463 |     - |   730M |   0 | 939 |1070 |1240 | 171 |  1 |   3 |   0 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
1466.53/1471.22	c   1.0s|     1 |     0 |   610 |     - |   731M |   0 | 939 |1070 |1353 | 284 |  2 |   3 |   0 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
1466.73/1471.42	c   1.2s|     1 |     0 |   717 |     - |   731M |   0 | 939 |1070 |1446 | 377 |  3 |   3 |   0 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
1466.93/1471.62	c   1.4s|     1 |     0 |   784 |     - |   735M |   0 | 939 |1070 |1506 | 437 |  4 |   3 |   0 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
1467.13/1471.83	c   1.6s|     1 |     0 |   819 |     - |   741M |   0 | 939 |1070 |1536 | 467 |  5 |   3 |   0 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
1467.34/1472.04	c   1.8s|     1 |     0 |   865 |     - |   746M |   0 | 939 |1070 |1571 | 502 |  6 |   3 |   0 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
1467.53/1472.26	c   2.0s|     1 |     0 |   932 |     - |   752M |   0 | 939 |1070 |1616 | 547 |  7 |   3 |   0 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
1467.73/1472.49	c   2.3s|     1 |     0 |  1005 |     - |   761M |   0 | 939 |1070 |1675 | 606 |  8 |   3 |   0 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
1468.03/1472.71	c   2.5s|     1 |     0 |  1084 |     - |   765M |   0 | 939 |1070 |1734 | 665 |  9 |   3 |   0 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
1468.23/1472.94	c   2.7s|     1 |     0 |  1138 |     - |   775M |   0 | 939 |1070 |1780 | 711 | 10 |   3 |   0 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
1468.34/1473.10	c   2.9s|     1 |     0 |  1198 |     - |   776M |   0 | 939 |1070 |1668 | 755 | 11 |   3 |   0 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
1470.82/1475.50	c   5.3s|     1 |     2 |  8392 |     - |   776M |   0 | 939 |1072 |1668 | 755 | 11 |   5 |  24 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
1492.85/1497.64	c  27.4s|   100 |    93 | 60263 | 596.6 |   788M |  22 | 939 |1086 |1256 |1425 |  2 | 145 | 342 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
1500.83/1505.62	c  35.4s|   200 |   171 | 90102 | 446.8 |   800M |  22 | 939 |1110 |1208 |2035 |  0 | 172 | 367 | 0.000000e+00 |-1.900000e+01 |    Inf |   0.20%
1510.80/1515.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1510.80/1515.68	c  45.5s|   300 |   223 |116638 | 386.1 |   803M |  25 | 939 |1119 |1215 |2503 |  0 | 188 | 399 | 0.000000e+00 |-1.900000e+01 |    Inf |   0.26%
1518.78/1523.69	c  53.5s|   400 |   309 |154180 | 383.4 |   808M |  33 | 939 |1159 |1250 |2799 |  1 | 232 | 425 | 0.000000e+00 |-1.900000e+01 |    Inf |   1.40%
1525.56/1530.41	c  60.2s|   500 |   397 |183182 | 364.7 |   806M |  66 | 939 |1161 |1291 |3025 |  1 | 235 | 449 | 0.000000e+00 |-1.900000e+01 |    Inf |   1.69%
1534.83/1539.76	c  69.5s|   600 |   457 |227632 | 378.0 |   799M |  75 | 939 |1172 |1251 |3469 |  2 | 253 | 485 | 0.000000e+00 |-1.900000e+01 |    Inf |   1.79%
1542.61/1547.55	c  77.3s|   700 |   499 |263222 | 374.9 |   799M |  75 | 939 |1194 |1185 |3828 |  1 | 279 | 516 | 0.000000e+00 |-1.900000e+01 |    Inf |   2.42%
1549.59/1554.56	c  84.3s|   800 |   543 |297587 | 370.9 |   799M |  85 | 939 |1216 |1311 |3995 |  2 | 303 | 543 | 0.000000e+00 |-1.900000e+01 |    Inf |   2.71%
1556.57/1561.58	c  91.3s|   900 |   609 |329360 | 365.0 |   799M |  94 | 939 |1234 |1305 |4145 |  0 | 321 | 588 | 0.000000e+00 |-1.900000e+01 |    Inf |   2.78%
1564.34/1569.39	c  99.2s|  1000 |   677 |371444 | 370.6 |   799M |  99 | 939 |1244 |1315 |4213 |  1 | 342 | 632 | 0.000000e+00 |-1.900000e+01 |    Inf |   2.78%
1568.23/1573.25	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
1568.23/1573.25	c (run 1, node 1073) performing user restart
1568.23/1573.25	c 
1568.23/1573.25	c (restart) converted 154 cuts from the global cut pool into linear constraints
1568.23/1573.25	c 
1568.23/1573.26	c presolving:
1568.33/1573.30	c (round 1, fast)       65 del vars, 84 del conss, 0 add conss, 0 chg bounds, 246 chg sides, 803 chg coeffs, 0 upgd conss, 0 impls, 4 clqs, 0 implints
1568.33/1573.30	c (round 2, medium)     65 del vars, 84 del conss, 1 add conss, 0 chg bounds, 388 chg sides, 962 chg coeffs, 0 upgd conss, 0 impls, 14 clqs, 0 implints
1568.33/1573.31	c (round 3, exhaustive) 65 del vars, 85 del conss, 1 add conss, 0 chg bounds, 388 chg sides, 962 chg coeffs, 154 upgd conss, 0 impls, 14 clqs, 0 implints
1568.33/1573.31	c (round 4, medium)     65 del vars, 85 del conss, 1 add conss, 0 chg bounds, 392 chg sides, 966 chg coeffs, 154 upgd conss, 0 impls, 14 clqs, 0 implints
1568.33/1573.32	c (round 5, exhaustive) 65 del vars, 87 del conss, 1 add conss, 0 chg bounds, 392 chg sides, 971 chg coeffs, 154 upgd conss, 0 impls, 14 clqs, 0 implints
1568.33/1573.39	c presolving (6 rounds: 6 fast, 5 medium, 3 exhaustive):
1568.33/1573.39	c  65 deleted vars, 87 deleted constraints, 1 added constraints, 0 tightened bounds, 0 added holes, 392 changed sides, 971 changed coefficients
1568.33/1573.39	c  0 implications, 14 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1568.33/1573.39	c presolved problem has 874 variables (874 bin, 0 int, 0 cont) and 1318 constraints
1568.33/1573.39	c    1169 constraints of type <knapsack>
1568.33/1573.39	c       5 constraints of type <setppc>
1568.33/1573.39	c      55 constraints of type <linear>
1568.33/1573.39	c      89 constraints of type <logicor>
1568.33/1573.39	c transformed objective value is always integral (scale: 1)
1568.33/1573.39	c Presolving Time: 0.56
1568.33/1573.39	c transformed 1/1 original solutions to the transformed problem space
1568.33/1573.39	c 
1568.43/1573.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1568.43/1573.46	c   103s|     1 |     0 |388647 |     - |   777M |   0 | 874 |1318 |1159 |   0 |  0 | 353 | 657 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
1568.73/1573.70	c   103s|     1 |     0 |388939 |     - |   777M |   0 | 874 |1319 |1309 | 150 |  1 | 354 | 657 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
1568.93/1573.95	c   104s|     1 |     0 |389118 |     - |   777M |   0 | 874 |1320 |1468 | 309 |  2 | 355 | 657 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
1569.23/1574.23	c   104s|     1 |     0 |389354 |     - |   777M |   0 | 874 |1321 |1656 | 497 |  3 | 356 | 657 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
1569.52/1574.52	c   104s|     1 |     0 |389711 |     - |   779M |   0 | 874 |1322 |1803 | 644 |  4 | 357 | 657 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
1569.72/1574.79	c   105s|     1 |     0 |389886 |     - |   779M |   0 | 874 |1323 |1925 | 766 |  5 | 358 | 657 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
1570.04/1575.07	c   105s|     1 |     0 |389982 |     - |   779M |   0 | 874 |1324 |2028 | 869 |  6 | 359 | 657 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
1570.23/1575.24	c   105s|     1 |     0 |390127 |     - |   772M |   0 | 874 |1325 |2059 | 900 |  7 | 360 | 657 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
1570.53/1575.51	c   105s|     1 |     0 |390310 |     - |   769M |   0 | 874 |1326 |2155 | 996 |  8 | 361 | 657 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
1570.83/1575.81	c   106s|     1 |     0 |390459 |     - |   769M |   0 | 874 |1327 |2245 |1086 |  9 | 362 | 657 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
1571.04/1576.09	c   106s|     1 |     0 |390556 |     - |   769M |   0 | 874 |1329 |2307 |1148 | 10 | 364 | 657 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
1571.32/1576.31	c   106s|     1 |     0 |390694 |     - |   769M |   0 | 874 |1330 |2366 |1207 | 11 | 365 | 657 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
1577.60/1582.64	c   112s|     1 |     2 |406114 |     - |   769M |   0 | 874 |1334 |2366 |1207 | 11 | 369 | 657 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
1582.88/1587.99	c   118s|   100 |   101 |429641 | 363.4 |   769M |  39 | 874 |1334 |1177 |1482 |  2 | 369 | 684 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
1593.65/1598.70	c   128s|   200 |   191 |478546 | 373.2 |   770M |  39 | 874 |1340 |1157 |1946 |  1 | 376 | 729 | 0.000000e+00 |-1.900000e+01 |    Inf | unknown
1601.73/1606.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1601.73/1606.81	c   137s|   300 |   283 |519433 | 375.8 |   770M |  39 | 874 |1344 |1155 |2440 |  1 | 389 | 748 | 0.000000e+00 |-1.900000e+01 |    Inf |   0.57%
1612.30/1617.45	c   147s|   400 |   361 |569537 | 384.3 |   771M |  44 | 874 |1355 |1207 |3215 |  2 | 401 | 783 | 0.000000e+00 |-1.900000e+01 |    Inf |   0.57%
1622.47/1627.62	c   157s|   500 |   429 |616873 | 390.0 |   771M |  55 | 874 |1353 |1199 |3827 |  1 | 403 | 830 | 0.000000e+00 |-1.900000e+01 |    Inf |   0.57%
1632.05/1637.26	c   167s|   600 |   499 |661650 | 393.5 |   771M |  55 | 874 |1355 |1201 |4178 |  1 | 410 | 860 | 0.000000e+00 |-1.900000e+01 |    Inf |   0.57%
1641.62/1646.84	c   177s|   700 |   573 |705919 | 396.2 |   771M |  57 | 874 |1360 |1196 |4638 |  1 | 418 | 893 | 0.000000e+00 |-1.900000e+01 |    Inf |   0.86%
1652.39/1657.69	c   187s|   800 |   647 |753921 | 400.7 |   771M |  57 | 874 |1378 |1199 |5043 |  1 | 437 | 927 | 0.000000e+00 |-1.900000e+01 |    Inf |   0.86%
1662.06/1667.35	c   197s|   900 |   723 |799138 | 403.3 |   771M |  57 | 874 |1384 |1202 |5562 |  2 | 446 | 960 | 0.000000e+00 |-1.900000e+01 |    Inf |   0.86%
1670.64/1675.94	c   206s|  1000 |   777 |836982 | 402.1 |   771M |  57 | 874 |1382 |1188 |5853 |  1 | 448 | 994 | 0.000000e+00 |-1.900000e+01 |    Inf |   0.86%
1680.11/1685.47	c   215s|  1100 |   839 |880036 | 403.4 |   771M |  57 | 874 |1385 |1262 |6447 |  2 | 457 |1030 | 0.000000e+00 |-1.900000e+01 |    Inf |   0.86%
1692.37/1697.70	c   227s|  1200 |   905 |940611 | 412.3 |   772M |  66 | 874 |1385 |1270 |6756 |  1 | 458 |1088 | 0.000000e+00 |-1.900000e+01 |    Inf |   0.86%
1700.05/1705.49	c   235s|  1300 |   953 |978313 | 410.8 |   772M |  66 | 874 |1386 |1245 |7056 |  1 | 469 |1136 | 0.000000e+00 |-1.900000e+01 |    Inf |   0.86%
1709.42/1714.80	c   245s|  1400 |  1013 |  1024k| 413.0 |   772M |  66 | 874 |1386 |1258 |7379 |  1 | 476 |1174 | 0.000000e+00 |-1.900000e+01 |    Inf |   0.86%
1717.10/1722.51	c   252s|  1500 |  1079 |  1061k| 411.4 |   772M |  67 | 874 |1388 |1268 |7693 |  1 | 485 |1208 | 0.000000e+00 |-1.900000e+01 |    Inf |   0.86%
1725.58/1731.08	c   261s|  1600 |  1137 |  1103k| 411.4 |   772M |  71 | 874 |1401 |1251 |7906 |  1 | 501 |1245 | 0.000000e+00 |-1.900000e+01 |    Inf |   0.86%
1732.05/1737.52	c   267s|  1700 |  1193 |  1134k| 408.1 |   772M |  71 | 874 |1403 |1251 |8176 |  1 | 510 |1270 | 0.000000e+00 |-1.900000e+01 |    Inf |   0.86%
1740.23/1745.71	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1740.23/1745.71	c   275s|  1800 |  1255 |  1176k| 408.4 |   772M |  73 | 874 |1406 |1275 |8506 |  1 | 516 |1306 | 0.000000e+00 |-1.900000e+01 |    Inf |   0.86%
1746.62/1752.12	c   282s|  1900 |  1313 |  1209k| 405.7 |   772M |  77 | 874 |1408 |1273 |8686 |  0 | 524 |1334 | 0.000000e+00 |-1.900000e+01 |    Inf |   0.86%
1753.89/1759.49	c 
1753.89/1759.49	c SCIP Status        : solving was interrupted [time limit reached]
1753.89/1759.49	c Solving Time (sec) : 289.26
1753.89/1759.49	c Solving Nodes      : 1991 (total of 3064 nodes in 2 runs)
1753.89/1759.49	c Primal Bound       : -1.90000000000000e+01 (1 solutions)
1753.89/1759.49	c Dual Bound         : +0.00000000000000e+00
1753.89/1759.49	c Gap                : infinite
1753.89/1759.49	c SCIP status: 23 (TIMELIMIT)
1753.89/1759.49	c solveScip: freeing transform (!can_skip_free_transform)
1753.99/1759.52	c pb_solver_status: sst_sat
1753.99/1759.52	c LB_goalvalue: 30879
1753.99/1759.52	c UB_goalvalue: 30882
1753.99/1759.52	c Both SAT and SCIP timed out; boosting budgets to sat=210.827008 scip=809.913034
1753.99/1759.52	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
1753.99/1759.52	c SCIP returned: sst_sat
1753.99/1759.52	c SCIP primal LB: 30864, dual UB: 30883
1753.99/1759.52	c Try to find a solution more than 30880
1753.99/1759.52	c assumptions: 
1753.99/1759.52	c invoking solver with time budget: 210.827008
1965.13/1971.31	c sat_solver_result: sst_unknown
1965.13/1971.31	c SAT solver timed out; proceeding to cooperative SCIP call
1965.13/1971.31	c Calling solveScip for cooperative mode with LB_goalvalue:       30879, UB_goalvalue: 30882
1965.13/1971.31	c scip solving with time budget: 809.913034
1965.13/1971.31	c solveScip
1965.13/1971.31	c initScipForCoop
1965.13/1971.31	c Coop Mode: Using SCIP obj units for LB/UB: 30879, +oo
1965.13/1971.33	c 1/1 feasible solution given by solution candidate storage, new primal bound -4.000000e+00
1965.13/1971.33	c 
1965.13/1971.34	c presolving:
1965.13/1971.38	c (round 1, fast)       594 del vars, 0 del conss, 0 add conss, 296 chg bounds, 200 chg sides, 400 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
1965.23/1971.41	c    (0.1s) running MILP presolver
1965.23/1971.43	c    (0.1s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
1965.23/1971.44	c (round 2, exhaustive) 594 del vars, 6 del conss, 0 add conss, 296 chg bounds, 200 chg sides, 400 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
1965.23/1971.46	c (round 3, exhaustive) 594 del vars, 6 del conss, 0 add conss, 296 chg bounds, 200 chg sides, 400 chg coeffs, 1057 upgd conss, 0 impls, 1 clqs, 0 implints
1965.23/1971.49	c (round 4, exhaustive) 594 del vars, 6 del conss, 0 add conss, 296 chg bounds, 200 chg sides, 400 chg coeffs, 1062 upgd conss, 0 impls, 1 clqs, 0 implints
1965.33/1971.52	c    (0.2s) probing: 51/695 (7.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1965.33/1971.52	c    (0.2s) probing aborted: 50/50 successive totally useless probings
1965.33/1971.58	c    (0.3s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1965.43/1971.61	c    (0.3s) no symmetry present (symcode time: 0.00)
1965.43/1971.63	c presolving (5 rounds: 5 fast, 4 medium, 4 exhaustive):
1965.43/1971.63	c  594 deleted vars, 6 deleted constraints, 0 added constraints, 296 tightened bounds, 0 added holes, 200 changed sides, 400 changed coefficients
1965.43/1971.63	c  0 implications, 1 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1965.43/1971.63	c presolved problem has 695 variables (695 bin, 0 int, 0 cont) and 1067 constraints
1965.43/1971.63	c    1061 constraints of type <knapsack>
1965.43/1971.63	c       1 constraints of type <setppc>
1965.43/1971.63	c       5 constraints of type <linear>
1965.43/1971.63	c transformed objective value is always integral (scale: 1)
1965.43/1971.63	c Presolving Time: 0.29
1965.43/1971.63	c 
1965.53/1971.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1965.53/1971.70	c   0.4s|     1 |     0 |   250 |     - |   725M |   0 | 695 |1068 |1067 |   0 |  0 |   3 |   0 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1967.43/1973.69	c   2.4s|     1 |     0 |   514 |     - |   726M |   0 | 695 |1068 |1214 | 161 |  1 |   3 |   0 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1967.63/1973.82	c   2.5s|     1 |     0 |   689 |     - |   727M |   0 | 695 |1068 |1357 | 304 |  2 |   3 |   0 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1967.73/1973.97	c   2.7s|     1 |     0 |   776 |     - |   727M |   0 | 695 |1068 |1434 | 381 |  3 |   3 |   0 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1967.94/1974.13	c   2.8s|     1 |     0 |   835 |     - |   732M |   0 | 695 |1068 |1476 | 423 |  4 |   3 |   0 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1968.03/1974.29	c   3.0s|     1 |     0 |   919 |     - |   733M |   0 | 695 |1068 |1542 | 489 |  5 |   3 |   0 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1968.23/1974.46	c   3.1s|     1 |     0 |   997 |     - |   734M |   0 | 695 |1068 |1586 | 533 |  6 |   3 |   0 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1968.42/1974.64	c   3.3s|     1 |     0 |  1080 |     - |   737M |   0 | 695 |1068 |1650 | 597 |  7 |   3 |   0 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1968.62/1974.81	c   3.5s|     1 |     0 |  1135 |     - |   742M |   0 | 695 |1068 |1699 | 646 |  8 |   3 |   0 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1968.72/1974.98	c   3.7s|     1 |     0 |  1168 |     - |   745M |   0 | 695 |1068 |1718 | 665 |  9 |   3 |   0 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1968.94/1975.15	c   3.8s|     1 |     0 |  1219 |     - |   746M |   0 | 695 |1068 |1754 | 701 | 10 |   3 |   0 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1969.02/1975.28	c   4.0s|     1 |     0 |  1277 |     - |   745M |   0 | 695 |1068 |1793 | 740 | 11 |   3 |   0 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1969.83/1976.06	c   4.7s|     1 |     2 |  5388 |     - |   745M |   0 | 695 |1059 |1793 | 740 | 11 |   8 |  19 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1976.69/1983.00	c  11.7s|   100 |    75 | 10978 |  98.0 |   750M |  21 | 695 |1203 |1209 |1318 |  2 | 365 |1162 | 0.000000e+00 |-4.000000e+00*|    Inf |   1.77%
1981.67/1987.95	c  16.6s|   200 |   114 | 28923 | 138.9 |   750M |  24 | 695 |1273 |1203 |1656 |  1 | 558 |1580 | 0.000000e+00 |-4.000000e+00*|    Inf |   1.77%
1983.38/1989.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1983.38/1989.65	c  18.3s|   300 |   150 | 42352 | 137.4 |   751M |  31 | 695 |1338 |1168 |1834 |  1 | 627 |1648 | 0.000000e+00 |-4.000000e+00*|    Inf |   2.52%
1984.28/1990.59	c  19.3s|   400 |   199 | 50947 | 124.5 |   751M |  31 | 695 |1394 |1174 |1934 |  1 | 685 |1663 | 0.000000e+00 |-4.000000e+00*|    Inf |   2.52%
1985.27/1991.51	c  20.2s|   500 |   236 | 60494 | 118.7 |   751M |  31 | 695 |1463 |1173 |1974 |  1 | 760 |1694 | 0.000000e+00 |-4.000000e+00*|    Inf |   2.52%
1987.78/1994.07	c  22.8s|   600 |   330 | 80514 | 132.3 |   751M |  31 | 695 |1667 |1222 |2629 |  1 | 982 |1706 | 0.000000e+00 |-4.000000e+00*|    Inf |   2.53%
1989.26/1995.54	c  24.2s|   700 |   412 | 95835 | 135.3 |   751M |  44 | 695 |1812 |1262 |3002 |  1 |1131 |1722 | 0.000000e+00 |-4.000000e+00*|    Inf |   2.53%
1989.87/1996.13	c  24.8s|   800 |   436 |103460 | 127.9 |   751M |  61 | 695 |1858 |1264 |3208 |  0 |1180 |1726 | 0.000000e+00 |-4.000000e+00*|    Inf |   2.53%
1990.55/1996.82	c  25.5s|   900 |   444 |112128 | 123.3 |   751M |  61 | 695 |1924 |   0 |3625 |  0 |1250 |1734 | 0.000000e+00 |-4.000000e+00*|    Inf |   2.53%
1991.05/1997.36	c  26.0s|  1000 |   459 |117448 | 116.3 |   751M |  61 | 695 |1985 |1275 |3819 |  0 |1322 |1772 | 0.000000e+00 |-4.000000e+00*|    Inf |   2.53%
1991.35/1997.67	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
1991.35/1997.67	c (run 1, node 1050) performing user restart
1991.35/1997.67	c 
1991.35/1997.67	c (restart) converted 174 cuts from the global cut pool into linear constraints
1991.35/1997.67	c 
1991.35/1997.68	c presolving:
1991.45/1997.71	c (round 1, fast)       176 del vars, 181 del conss, 5 add conss, 0 chg bounds, 457 chg sides, 3030 chg coeffs, 0 upgd conss, 0 impls, 26 clqs, 0 implints
1991.45/1997.71	c (round 2, fast)       179 del vars, 194 del conss, 7 add conss, 0 chg bounds, 743 chg sides, 3679 chg coeffs, 0 upgd conss, 0 impls, 26 clqs, 0 implints
1991.45/1997.71	c (round 3, fast)       179 del vars, 194 del conss, 7 add conss, 0 chg bounds, 747 chg sides, 3683 chg coeffs, 0 upgd conss, 0 impls, 26 clqs, 0 implints
1991.45/1997.73	c    (26.4s) running MILP presolver
1991.45/1997.74	c    (26.4s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
1991.45/1997.74	c (round 4, medium)     179 del vars, 198 del conss, 131 add conss, 0 chg bounds, 809 chg sides, 3745 chg coeffs, 0 upgd conss, 0 impls, 1222 clqs, 0 implints
1991.45/1997.75	c (round 5, exhaustive) 179 del vars, 326 del conss, 135 add conss, 0 chg bounds, 809 chg sides, 3745 chg coeffs, 0 upgd conss, 0 impls, 1222 clqs, 0 implints
1991.45/1997.76	c (round 6, exhaustive) 179 del vars, 326 del conss, 135 add conss, 0 chg bounds, 809 chg sides, 4079 chg coeffs, 0 upgd conss, 0 impls, 1222 clqs, 0 implints
1991.45/1997.78	c (round 7, medium)     179 del vars, 332 del conss, 917 add conss, 0 chg bounds, 1591 chg sides, 5643 chg coeffs, 0 upgd conss, 0 impls, 1222 clqs, 0 implints
1991.45/1997.79	c (round 8, exhaustive) 179 del vars, 332 del conss, 917 add conss, 0 chg bounds, 1591 chg sides, 5677 chg coeffs, 0 upgd conss, 0 impls, 1222 clqs, 0 implints
1991.45/1997.79	c (round 9, exhaustive) 179 del vars, 332 del conss, 917 add conss, 0 chg bounds, 1591 chg sides, 5685 chg coeffs, 171 upgd conss, 0 impls, 1222 clqs, 0 implints
1991.55/1997.80	c (round 10, medium)     179 del vars, 333 del conss, 946 add conss, 0 chg bounds, 1612 chg sides, 5720 chg coeffs, 171 upgd conss, 0 impls, 1222 clqs, 0 implints
1991.55/1997.80	c (round 11, exhaustive) 179 del vars, 334 del conss, 946 add conss, 0 chg bounds, 1612 chg sides, 5779 chg coeffs, 171 upgd conss, 0 impls, 1222 clqs, 0 implints
1991.55/1997.82	c (round 12, exhaustive) 179 del vars, 415 del conss, 946 add conss, 0 chg bounds, 1612 chg sides, 6375 chg coeffs, 171 upgd conss, 0 impls, 1222 clqs, 0 implints
1991.55/1997.83	c (round 13, exhaustive) 179 del vars, 418 del conss, 946 add conss, 0 chg bounds, 1612 chg sides, 6383 chg coeffs, 171 upgd conss, 0 impls, 1222 clqs, 0 implints
1991.55/1997.83	c (round 14, exhaustive) 179 del vars, 418 del conss, 946 add conss, 0 chg bounds, 1612 chg sides, 9314 chg coeffs, 171 upgd conss, 0 impls, 1222 clqs, 0 implints
1991.55/1997.85	c (round 15, exhaustive) 179 del vars, 421 del conss, 946 add conss, 0 chg bounds, 1612 chg sides, 9326 chg coeffs, 171 upgd conss, 0 impls, 1222 clqs, 0 implints
1991.55/1997.88	c presolving (16 rounds: 16 fast, 13 medium, 10 exhaustive):
1991.55/1997.88	c  179 deleted vars, 421 deleted constraints, 946 added constraints, 0 tightened bounds, 0 added holes, 1612 changed sides, 9334 changed coefficients
1991.55/1997.88	c  0 implications, 1222 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1991.55/1997.88	c presolved problem has 516 variables (516 bin, 0 int, 0 cont) and 2703 constraints
1991.55/1997.88	c    1088 constraints of type <knapsack>
1991.55/1997.88	c     815 constraints of type <setppc>
1991.55/1997.88	c       4 constraints of type <and>
1991.55/1997.88	c      80 constraints of type <linear>
1991.55/1997.88	c     716 constraints of type <logicor>
1991.55/1997.88	c transformed objective value is always integral (scale: 1)
1991.55/1997.88	c Presolving Time: 0.50
1991.55/1997.88	c 
1991.65/1997.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1991.65/1997.92	c  26.6s|     1 |     0 |120847 |     - |   740M |   0 | 516 |2703 |1861 |   0 |  0 |1365 |1802 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1991.76/1998.03	c  26.7s|     1 |     0 |121081 |     - |   740M |   0 | 516 |2704 |1979 | 118 |  1 |1366 |1802 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1991.86/1998.15	c  26.8s|     1 |     0 |121231 |     - |   740M |   0 | 516 |2705 |2088 | 227 |  2 |1367 |1802 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1991.95/1998.28	c  27.0s|     1 |     0 |121380 |     - |   740M |   0 | 516 |2706 |2192 | 331 |  3 |1368 |1802 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1992.15/1998.43	c  27.1s|     1 |     0 |121635 |     - |   740M |   0 | 516 |2709 |2315 | 454 |  4 |1371 |1802 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1992.25/1998.57	c  27.3s|     1 |     0 |121820 |     - |   740M |   0 | 516 |2709 |2441 | 580 |  5 |1371 |1802 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1992.45/1998.73	c  27.4s|     1 |     0 |122102 |     - |   740M |   0 | 516 |2711 |2552 | 691 |  6 |1373 |1802 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1992.55/1998.88	c  27.6s|     1 |     0 |122362 |     - |   740M |   0 | 516 |2714 |2660 | 799 |  7 |1376 |1802 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1992.76/1999.03	c  27.7s|     1 |     0 |122489 |     - |   740M |   0 | 516 |2717 |2749 | 888 |  8 |1379 |1802 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1992.86/1999.19	c  27.9s|     1 |     0 |122634 |     - |   740M |   0 | 516 |2719 |2866 |1005 |  9 |1381 |1802 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1993.05/1999.35	c  28.0s|     1 |     0 |122820 |     - |   740M |   0 | 516 |2721 |2965 |1104 | 10 |1383 |1802 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1993.25/1999.50	c  28.2s|     1 |     0 |123163 |     - |   740M |   0 | 516 |2722 |3058 |1197 | 11 |1384 |1802 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
1997.23/2003.59	c  32.3s|     1 |     2 |133989 |     - |   740M |   0 | 516 |2733 |3058 |1197 | 11 |1398 |1824 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
2004.31/2010.69	c  39.4s|   100 |    95 |159767 | 135.5 |   736M |  23 | 516 |2779 |1897 |2112 |  1 |1471 |2105 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
2006.72/2013.05	c  41.7s|   200 |   175 |178869 | 139.9 |   736M |  33 | 516 |2793 |1816 |3118 |  1 |1507 |2163 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
2008.71/2015.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2008.71/2015.09	c  43.8s|   300 |   255 |195255 | 141.7 |   736M |  38 | 516 |2799 |1957 |3917 |  2 |1519 |2201 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
2010.10/2016.44	c  45.1s|   400 |   282 |206175 | 139.5 |   736M |  77 | 516 |2834 |1953 |4257 |  0 |1572 |2239 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
2011.59/2017.98	c  46.7s|   500 |   295 |219931 | 139.3 |   736M |  78 | 516 |2878 |1957 |4648 |  4 |1643 |2284 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
2013.29/2019.68	c  48.4s|   600 |   329 |236007 | 140.6 |   736M |  78 | 516 |2910 |2063 |4962 |  1 |1714 |2350 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
2014.79/2021.17	c  49.9s|   700 |   344 |250195 | 140.7 |   736M |  78 | 516 |2932 |1960 |5370 |  1 |1771 |2410 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
2016.87/2023.26	c  51.9s|   800 |   352 |270298 | 144.0 |   736M |  78 | 516 |2962 |1957 |5727 |  1 |1883 |2545 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
2019.17/2025.56	c  54.2s|   900 |   374 |291601 | 147.5 |   736M |  78 | 516 |2959 |2019 |6179 |  2 |1967 |2630 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
2020.06/2026.45	c  55.1s|  1000 |   408 |299892 | 144.4 |   736M |  89 | 516 |2972 |2083 |6412 |  0 |2013 |2663 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
2020.46/2026.89	c  55.6s|  1100 |   415 |303618 | 139.4 |   736M | 107 | 516 |2996 |   0 |6457 |  0 |2077 |2679 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
2020.86/2027.20	c  55.9s|  1200 |   417 |306026 | 134.2 |   736M | 110 | 516 |3034 |2078 |6466 |  0 |2155 |2692 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
2021.36/2027.73	c  56.4s|  1300 |   433 |310477 | 130.4 |   736M | 110 | 516 |3047 |2040 |6730 |  1 |2212 |2708 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
2021.86/2028.28	c  57.0s|  1400 |   456 |314395 | 126.7 |   736M | 110 | 516 |3048 |   0 |6993 |  0 |2270 |2733 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
2022.46/2028.83	c  57.5s|  1500 |   477 |319700 | 123.8 |   736M | 110 | 516 |3056 |2036 |7328 |  0 |2332 |2738 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
2023.15/2029.52	c  58.2s|  1600 |   496 |323631 | 120.6 |   736M | 110 | 516 |3001 |   0 |7701 |  0 |2386 |2770 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
2023.55/2029.96	c  58.6s|  1700 |   508 |327446 | 117.6 |   736M | 110 | 516 |2983 |2032 |7896 |  1 |2419 |2778 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
2023.95/2030.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2023.95/2030.36	c  59.0s|  1800 |   516 |330662 | 114.6 |   736M | 110 | 516 |2946 |2039 |7958 |  0 |2484 |2801 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
2024.35/2030.78	c  59.5s|  1900 |   525 |334327 | 112.0 |   736M | 110 | 516 |2945 |1996 |8172 |  1 |2552 |2808 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
2024.76/2031.19	c  59.9s|  2000 |   531 |337757 | 109.4 |   736M | 110 | 516 |2987 |   0 |8316 |  0 |2626 |2816 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
2025.25/2031.66	c  60.3s|  2100 |   526 |341847 | 107.3 |   736M | 110 | 516 |2953 |   0 |8461 |  0 |2707 |2829 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
2025.76/2032.17	c  60.9s|  2200 |   519 |346053 | 105.2 |   736M | 110 | 516 |2898 |2044 |8537 |  1 |2797 |2854 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
2026.44/2032.84	c  61.5s|  2300 |   551 |350339 | 103.4 |   736M | 110 | 516 |2765 |1998 |8666 |  0 |2867 |2880 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
2026.94/2033.37	c  62.1s|  2400 |   574 |355280 | 101.8 |   736M | 110 | 516 |2716 |1998 |8966 |  1 |2934 |2887 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
2027.44/2033.85	c  62.5s|  2500 |   590 |359619 | 100.2 |   736M | 110 | 516 |2730 |2019 |9176 |  2 |3007 |2895 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
2028.04/2034.48	c  63.2s|  2600 |   589 |365260 |  99.0 |   736M | 110 | 516 |2672 |2012 |9571 |  1 |3089 |2898 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
2028.65/2035.02	c  63.7s|  2700 |   587 |369128 |  97.4 |   736M | 110 | 516 |2668 |2075 |9735 |  1 |3195 |2914 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
2029.13/2035.53	c  64.2s|  2800 |   616 |372927 |  95.8 |   736M | 110 | 516 |2642 |   0 |  10k|  0 |3267 |2931 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
2029.74/2036.19	c  64.9s|  2900 |   642 |376484 |  94.3 |   736M | 110 | 516 |2617 |   0 |  10k|  0 |3341 |2947 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
2030.43/2036.82	c  65.5s|  3000 |   672 |381909 |  93.3 |   736M | 110 | 516 |2587 |2002 |  10k|  1 |3402 |2956 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
2030.93/2037.37	c  66.1s|  3100 |   690 |386091 |  92.1 |   736M | 110 | 516 |2575 |2129 |  11k| 11 |3460 |2961 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
2031.42/2037.80	c  66.5s|  3200 |   718 |390707 |  91.0 |   736M | 110 | 516 |2547 |2024 |  11k|  1 |3504 |2966 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
2032.42/2038.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2032.42/2038.82	c  67.5s|  3300 |   734 |404831 |  92.1 |   736M | 110 | 516 |2523 |1819 |  11k|  1 |3577 |2975 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
2033.42/2039.87	c  68.6s|  3400 |   761 |418257 |  93.1 |   736M | 110 | 516 |2517 |1851 |  11k|  1 |3622 |2982 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
2034.51/2040.90	c  69.6s|  3500 |   773 |431034 |  93.9 |   736M | 110 | 516 |2515 |1821 |  11k|  1 |3686 |2983 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
2035.41/2041.89	c  70.6s|  3600 |   781 |443765 |  94.6 |   736M | 110 | 516 |2479 |1854 |  12k|  0 |3751 |2986 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
2036.51/2042.91	c  71.6s|  3700 |   788 |454351 |  94.8 |   736M | 110 | 516 |2474 |1790 |  12k|  1 |3847 |3034 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
2038.20/2044.66	c  73.3s|  3800 |   807 |470841 |  96.3 |   736M | 110 | 516 |2500 |1853 |  12k|  1 |3956 |3098 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
2039.50/2045.90	c  74.6s|  3900 |   832 |483599 |  96.9 |   736M | 110 | 516 |2527 |1828 |  13k|  1 |4054 |3137 | 0.000000e+00 |-4.000000e+00*|    Inf | unknown
2040.99/2047.41	c  76.1s|  4000 |   829 |499120 |  98.0 |   736M | 110 | 516 |2572 |2001 |  13k|  1 |4187 |3231 |-1.314112e-02 |-4.000000e+00*|  Large | unknown
2041.99/2048.48	c  77.2s|  4100 |   830 |510068 |  98.3 |   736M | 110 | 516 |2568 |1897 |  13k|  1 |4282 |3272 |-2.575473e-02 |-4.000000e+00*|  Large | unknown
2043.78/2050.26	c  78.9s|  4200 |   841 |526325 |  99.5 |   736M | 110 | 516 |2543 |   0 |  14k|  0 |4381 |3325 |-3.494934e-02 |-4.000000e+00*|  Large | unknown
2045.48/2051.98	c  80.7s|  4300 |   854 |543567 | 100.9 |   736M | 110 | 516 |2525 |1803 |  14k|  1 |4490 |3385 |-6.680431e-02 |-4.000000e+00*|5887.64%| unknown
2047.07/2053.57	c  82.3s|  4400 |   886 |558095 | 101.7 |   736M | 110 | 516 |2502 |1840 |  14k|  1 |4566 |3422 |-6.680431e-02 |-4.000000e+00*|5887.64%| unknown
2048.68/2055.19	c  83.9s|  4500 |   919 |574146 | 102.7 |   736M | 110 | 516 |2449 |1953 |  15k|  2 |4610 |3451 |-3.258416e-01 |-4.000000e+00*|1127.59%| unknown
2049.86/2056.38	c  85.1s|  4600 |   932 |587193 | 103.2 |   736M | 110 | 516 |2448 |   0 |  15k|  0 |4679 |3463 |-3.750000e-01 |-4.000000e+00*| 966.67%| unknown
2050.96/2057.44	c  86.1s|  4700 |   951 |599046 | 103.5 |   736M | 110 | 516 |2467 |   0 |  16k|  0 |4751 |3476 |-3.750000e-01 |-4.000000e+00*| 966.67%| unknown
2052.06/2058.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2052.06/2058.56	c  87.3s|  4800 |   959 |612309 | 104.0 |   736M | 110 | 516 |2450 |1998 |  16k|  0 |4798 |3482 |-3.750000e-01 |-4.000000e+00*| 966.67%| unknown
2052.95/2059.46	c  88.1s|  4900 |   967 |624604 | 104.3 |   736M | 110 | 516 |2448 |   0 |  16k|  0 |4878 |3488 |-5.458350e-01 |-4.000000e+00*| 632.82%| unknown
2053.75/2060.26	c  88.9s|  5000 |   978 |635842 | 104.4 |   736M | 110 | 516 |2471 |1914 |  17k|  1 |4954 |3490 |-7.353670e-01 |-4.000000e+00*| 443.95%| unknown
2054.75/2061.24	c  89.9s|  5100 |  1010 |650109 | 105.1 |   736M | 110 | 516 |2470 |1828 |  17k|  1 |4992 |3490 |-7.353670e-01 |-4.000000e+00*| 443.95%| unknown
2055.74/2062.24	c  90.9s|  5200 |  1034 |664783 | 105.7 |   736M | 110 | 516 |2509 |2038 |  17k|  0 |5065 |3490 |-7.353670e-01 |-4.000000e+00*| 443.95%| unknown
2056.84/2063.39	c  92.1s|  5300 |  1042 |677544 | 106.1 |   736M | 110 | 516 |2539 |1879 |  18k|  2 |5134 |3493 |-7.353670e-01 |-4.000000e+00*| 443.95%| unknown
2057.55/2064.09	c  92.8s|  5400 |  1053 |687806 | 106.0 |   736M | 110 | 516 |2570 |2009 |  18k|  1 |5195 |3502 |-7.431494e-01 |-4.000000e+00*| 438.25%| unknown
2058.04/2064.57	c  93.3s|  5500 |  1053 |695513 | 105.6 |   736M | 110 | 516 |2613 |1984 |  18k|  1 |5254 |3505 |-7.431494e-01 |-4.000000e+00*| 438.25%| unknown
2059.03/2065.56	c  94.2s|  5600 |  1063 |710140 | 106.2 |   736M | 110 | 516 |2591 |2015 |  19k|  2 |5334 |3510 |-7.959336e-01 |-4.000000e+00*| 402.55%| unknown
2060.43/2066.94	c  95.6s|  5700 |  1075 |723699 | 106.6 |   736M | 110 | 516 |2453 |1956 |  19k|  1 |5404 |3529 |-8.181818e-01 |-4.000000e+00*| 388.89%|  10.91%
2061.33/2067.83	c  96.5s|  5800 |  1100 |735646 | 106.8 |   736M | 110 | 516 |2437 |1790 |  20k|  0 |5487 |3536 |-8.299771e-01 |-4.000000e+00*| 381.94%|  11.04%
2062.02/2068.50	c  97.2s|  5900 |  1121 |745151 | 106.6 |   736M | 110 | 516 |2419 |1816 |  20k|  1 |5555 |3536 |-8.571429e-01 |-4.000000e+00*| 366.67%|  11.33%
2063.22/2069.70	c  98.4s|  6000 |  1138 |756253 | 106.7 |   736M | 110 | 516 |2388 |   0 |  21k|  0 |5628 |3565 |-9.043062e-01 |-4.000000e+00*| 342.33%|  11.83%
2064.22/2070.70	c  99.4s|  6100 |  1157 |767414 | 106.8 |   736M | 110 | 516 |2399 |1964 |  21k|  2 |5698 |3582 |-9.043062e-01 |-4.000000e+00*| 342.33%|  11.84%
2065.71/2072.28	c   101s|  6200 |  1170 |783824 | 107.6 |   736M | 110 | 516 |2432 |2024 |  22k|  1 |5786 |3618 |-1.000000e+00 |-4.000000e+00*| 300.00%|  12.85%
2066.91/2073.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2066.91/2073.41	c   102s|  6300 |  1194 |794633 | 107.6 |   736M | 110 | 516 |2486 |1937 |  22k|  1 |5862 |3648 |-1.000000e+00 |-4.000000e+00*| 300.00%|  12.85%
2067.91/2074.47	c   103s|  6400 |  1199 |805974 | 107.6 |   736M | 110 | 516 |2519 |1803 |  23k|  0 |5954 |3691 |-1.000000e+00 |-4.000000e+00*| 300.00%|  12.85%
2069.61/2076.11	c   105s|  6500 |  1216 |818843 | 107.9 |   736M | 110 | 516 |2521 |1972 |  23k|  1 |6041 |3740 |-1.000000e+00 |-4.000000e+00*| 300.00%|  12.89%
2070.40/2076.99	c   106s|  6600 |  1228 |828821 | 107.8 |   736M | 110 | 516 |2578 |   0 |  24k|  0 |6119 |3757 |-1.000000e+00 |-4.000000e+00*| 300.00%|  12.89%
2072.19/2078.76	c   107s|  6700 |  1246 |845550 | 108.6 |   736M | 110 | 516 |2610 |1920 |  24k|  1 |6226 |3807 |-1.000000e+00 |-4.000000e+00*| 300.00%|  12.92%
2073.79/2080.34	c   109s|  6800 |  1266 |860875 | 109.2 |   736M | 110 | 516 |2582 |1918 |  25k|  1 |6291 |3849 |-1.000000e+00 |-4.000000e+00*| 300.00%|  12.95%
2075.18/2081.71	c   110s|  6900 |  1284 |874855 | 109.5 |   736M | 110 | 516 |2562 |2004 |  25k|  0 |6374 |3874 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.02%
2076.18/2082.72	c   111s|  7000 |  1311 |885560 | 109.5 |   736M | 110 | 516 |2571 |   0 |  26k|  0 |6439 |3906 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.02%
2077.38/2083.93	c   113s|  7100 |  1313 |896615 | 109.5 |   736M | 110 | 516 |2527 |1867 |  26k|  1 |6569 |3963 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.02%
2078.37/2084.98	c   114s|  7200 |  1314 |907504 | 109.5 |   736M | 110 | 516 |2550 |1831 |  27k|  1 |6676 |4003 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
2079.37/2085.91	c   115s|  7300 |  1363 |917118 | 109.4 |   736M | 110 | 516 |2571 |1926 |  27k|  1 |6740 |4023 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
2079.87/2086.44	c   115s|  7400 |  1402 |923592 | 108.8 |   736M | 110 | 516 |2592 |   0 |  28k|  0 |6787 |4036 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
2080.27/2086.88	c   116s|  7500 |  1424 |929957 | 108.3 |   736M | 110 | 516 |2595 |   0 |  28k|  0 |6806 |4043 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
2080.77/2087.35	c   116s|  7600 |  1437 |936592 | 107.8 |   736M | 110 | 516 |2605 |1959 |  29k|  1 |6836 |4050 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
2081.26/2087.86	c   117s|  7700 |  1447 |944447 | 107.5 |   736M | 110 | 516 |2642 |   0 |  30k|  0 |6887 |4061 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
2081.76/2088.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2081.76/2088.33	c   117s|  7800 |  1455 |951594 | 107.1 |   736M | 110 | 516 |2649 |1883 |  30k|  1 |6913 |4064 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
2082.36/2088.94	c   118s|  7900 |  1471 |961547 | 107.0 |   736M | 110 | 516 |2674 |   0 |  30k|  0 |6963 |4072 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
2082.86/2089.42	c   118s|  8000 |  1469 |968634 | 106.6 |   736M | 110 | 516 |2698 |   0 |  31k|  0 |7003 |4075 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
2083.36/2089.98	c   119s|  8100 |  1485 |976144 | 106.2 |   736M | 110 | 516 |2695 |1877 |  31k|  1 |7052 |4076 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
2084.16/2090.71	c   119s|  8200 |  1512 |986360 | 106.2 |   736M | 110 | 516 |2704 |   0 |  32k|  0 |7097 |4083 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
2084.65/2091.27	c   120s|  8300 |  1541 |995390 | 106.0 |   736M | 110 | 516 |2710 |1879 |  32k|  1 |7123 |4083 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
2085.25/2091.88	c   121s|  8400 |  1560 |  1004k| 105.9 |   736M | 110 | 516 |2766 |1881 |  32k|  1 |7214 |4087 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
2085.85/2092.49	c   121s|  8500 |  1579 |  1013k| 105.7 |   736M | 110 | 516 |2787 |   0 |  33k|  0 |7264 |4088 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
2086.35/2092.97	c   122s|  8600 |  1604 |  1021k| 105.5 |   736M | 110 | 516 |2814 |1879 |  33k|  0 |7306 |4089 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
2086.85/2093.42	c   122s|  8700 |  1634 |  1028k| 105.1 |   736M | 110 | 516 |2821 |1908 |  33k|  1 |7337 |4090 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
2087.34/2093.95	c   123s|  8800 |  1646 |  1037k| 104.9 |   736M | 110 | 516 |2843 |   0 |  34k|  0 |7371 |4094 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
2087.94/2094.53	c   123s|  8900 |  1663 |  1045k| 104.7 |   736M | 110 | 516 |2862 |1935 |  34k|  2 |7414 |4096 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
2088.45/2095.05	c   124s|  9000 |  1672 |  1053k| 104.5 |   736M | 110 | 516 |2893 |1911 |  34k|  1 |7458 |4100 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
2088.84/2095.48	c   124s|  9100 |  1671 |  1060k| 104.0 |   736M | 110 | 516 |2905 |1886 |  35k|  1 |7491 |4102 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
2089.45/2096.04	c   125s|  9200 |  1669 |  1068k| 103.9 |   736M | 110 | 516 |2929 |1886 |  35k|  1 |7541 |4103 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
2089.94/2096.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2089.94/2096.58	c   125s|  9300 |  1672 |  1075k| 103.5 |   736M | 110 | 516 |2960 |1854 |  35k|  1 |7604 |4111 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
2090.24/2096.89	c   126s|  9400 |  1681 |  1079k| 102.9 |   736M | 110 | 516 |3008 |1834 |  35k|  1 |7668 |4113 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
2090.64/2097.26	c   126s|  9500 |  1689 |  1085k| 102.5 |   736M | 110 | 516 |3012 |1859 |  36k|  1 |7689 |4114 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
2091.55/2098.14	c   127s|  9600 |  1695 |  1096k| 102.5 |   736M | 110 | 516 |3016 |1862 |  36k|  1 |7755 |4121 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.05%
2092.54/2099.11	c   128s|  9700 |  1697 |  1106k| 102.5 |   736M | 110 | 516 |2965 |   0 |  37k|  0 |7813 |4123 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.07%
2092.92/2099.59	c   128s|  9800 |  1708 |  1109k| 101.9 |   736M | 110 | 516 |2947 |   0 |  37k|  0 |7906 |4150 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.08%
2094.12/2100.74	c   129s|  9900 |  1735 |  1113k| 101.3 |   736M | 110 | 516 |2915 |   0 |  37k|  0 |7991 |4168 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.08%
2095.43/2102.03	c   131s| 10000 |  1774 |  1116k| 100.7 |   736M | 110 | 516 |2882 |1875 |  38k|  1 |8042 |4185 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.08%
2095.92/2102.51	c   131s| 10100 |  1811 |  1120k| 100.1 |   736M | 110 | 516 |2883 |1875 |  38k|  1 |8120 |4222 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.08%
2096.32/2102.96	c   132s| 10200 |  1812 |  1123k|  99.5 |   736M | 110 | 516 |2764 |1911 |  38k|  1 |8189 |4240 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.08%
2096.81/2103.45	c   132s| 10300 |  1827 |  1126k|  98.9 |   736M | 110 | 516 |2762 |1849 |  39k|  0 |8274 |4276 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.09%
2097.31/2103.92	c   133s| 10400 |  1867 |  1130k|  98.4 |   736M | 110 | 516 |2749 |1875 |  39k|  1 |8338 |4308 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.09%
2097.61/2104.28	c   133s| 10500 |  1900 |  1133k|  97.8 |   736M | 110 | 516 |2758 |1847 |  39k|  1 |8394 |4318 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.09%
2098.11/2104.71	c   133s| 10600 |  1919 |  1137k|  97.3 |   736M | 110 | 516 |2819 |   0 |  39k|  0 |8487 |4347 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.09%
2098.61/2105.29	c   134s| 10700 |  1953 |  1141k|  96.8 |   736M | 110 | 516 |2866 |1913 |  40k|  1 |8582 |4387 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.09%
2099.21/2105.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2099.21/2105.87	c   135s| 10800 |  1973 |  1145k|  96.3 |   736M | 110 | 516 |2937 |   0 |  40k|  0 |8690 |4420 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.09%
2100.00/2106.66	c   135s| 10900 |  2004 |  1149k|  95.9 |   736M | 110 | 516 |2928 |1863 |  41k|  1 |8791 |4451 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.09%
2100.41/2107.06	c   136s| 11000 |  2024 |  1152k|  95.3 |   736M | 110 | 516 |2925 |   0 |  41k|  0 |8883 |4479 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.09%
2100.90/2107.54	c   136s| 11100 |  2064 |  1156k|  94.8 |   736M | 110 | 516 |2962 |1883 |  41k|  1 |8970 |4516 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.09%
2101.51/2108.15	c   137s| 11200 |  2081 |  1160k|  94.4 |   736M | 110 | 516 |3024 |1886 |  42k|  0 |9093 |4554 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.09%
2102.20/2108.89	c   138s| 11300 |  2079 |  1165k|  94.0 |   736M | 110 | 516 |3101 |1886 |  42k|  1 |9233 |4582 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.09%
2102.79/2109.40	c   138s| 11400 |  2083 |  1168k|  93.5 |   736M | 110 | 516 |3205 |1874 |  42k|  0 |9409 |4619 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.09%
2103.59/2110.24	c   139s| 11500 |  2098 |  1172k|  93.1 |   736M | 110 | 516 |3034 |1905 |  43k|  1 |9505 |4660 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.09%
2104.59/2111.20	c   140s| 11600 |  2125 |  1176k|  92.7 |   736M | 110 | 516 |2981 |   0 |  43k|  0 |9606 |4688 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.09%
2105.09/2111.75	c   140s| 11700 |  2162 |  1180k|  92.3 |   736M | 110 | 516 |2943 |1822 |  44k|  1 |9667 |4712 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.09%
2105.58/2112.20	c   141s| 11800 |  2180 |  1183k|  91.8 |   736M | 110 | 516 |2947 |1853 |  44k|  1 |9755 |4736 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.09%
2105.98/2112.61	c   141s| 11900 |  2201 |  1186k|  91.3 |   736M | 110 | 516 |2951 |   0 |  44k|  0 |9804 |4756 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.09%
2106.68/2113.37	c   142s| 12000 |  2230 |  1190k|  90.9 |   736M | 110 | 516 |2953 |1828 |  44k|  1 |9890 |4786 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
2107.39/2114.09	c   143s| 12100 |  2250 |  1197k|  90.8 |   736M | 110 | 516 |2957 |   0 |  45k|  0 |9968 |4811 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
2108.57/2115.24	c   144s| 12200 |  2264 |  1212k|  91.2 |   736M | 110 | 516 |2938 |1862 |  45k|  1 |  10k|4843 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
2109.17/2115.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2109.17/2115.89	c   145s| 12300 |  2253 |  1220k|  91.1 |   736M | 110 | 516 |2991 |1882 |  45k|  1 |  10k|4861 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
2110.38/2117.11	c   146s| 12400 |  2254 |  1232k|  91.3 |   736M | 110 | 516 |2979 |1969 |  46k|  1 |  10k|4884 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
2111.27/2117.97	c   147s| 12500 |  2263 |  1244k|  91.6 |   736M | 110 | 516 |2983 |1928 |  46k|  1 |  10k|4895 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
2112.26/2118.93	c   148s| 12600 |  2269 |  1257k|  91.8 |   736M | 110 | 516 |2925 |1828 |  46k|  1 |  10k|4915 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
2113.16/2119.83	c   149s| 12700 |  2288 |  1266k|  91.8 |   736M | 110 | 516 |2916 |   0 |  47k|  0 |  10k|4917 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
2113.76/2120.46	c   149s| 12800 |  2319 |  1275k|  91.8 |   736M | 110 | 516 |2939 |1863 |  47k|  1 |  10k|4922 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
2114.26/2120.94	c   150s| 12900 |  2341 |  1281k|  91.6 |   736M | 110 | 516 |2966 |1913 |  47k|  1 |  10k|4923 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
2114.76/2121.43	c   150s| 13000 |  2357 |  1287k|  91.4 |   736M | 110 | 516 |2972 |1823 |  47k|  1 |  10k|4929 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
2115.47/2122.15	c   151s| 13100 |  2377 |  1296k|  91.3 |   736M | 110 | 516 |3010 |1859 |  48k|  1 |  10k|4931 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
2116.36/2123.06	c   152s| 13200 |  2397 |  1305k|  91.4 |   736M | 110 | 516 |3016 |1886 |  48k|  0 |  10k|4941 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
2116.85/2123.53	c   152s| 13300 |  2402 |  1312k|  91.2 |   736M | 110 | 516 |3046 |1878 |  48k|  0 |  10k|4949 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
2117.75/2124.40	c   153s| 13400 |  2423 |  1325k|  91.4 |   736M | 110 | 516 |3049 |1876 |  49k|  1 |  10k|4959 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
2118.24/2124.98	c   154s| 13500 |  2446 |  1333k|  91.4 |   736M | 110 | 516 |3087 |1860 |  49k|  1 |  10k|4967 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
2118.74/2125.41	c   154s| 13600 |  2459 |  1339k|  91.2 |   737M | 110 | 516 |3110 |   0 |  49k|  0 |  10k|4967 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
2119.04/2125.79	c   154s| 13700 |  2482 |  1345k|  90.9 |   737M | 110 | 516 |3141 |1951 |  49k|  1 |  11k|4972 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
2119.84/2126.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2119.84/2126.52	c   155s| 13800 |  2491 |  1354k|  90.9 |   737M | 110 | 516 |3162 |   0 |  50k|  0 |  11k|4975 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
2120.54/2127.25	c   156s| 13900 |  2507 |  1362k|  90.9 |   737M | 110 | 516 |3136 |   0 |  50k|  0 |  11k|4979 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
2121.35/2128.03	c   157s| 14000 |  2516 |  1375k|  91.1 |   737M | 110 | 516 |3116 |1824 |  50k|  1 |  11k|4986 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
2122.03/2128.72	c   157s| 14100 |  2519 |  1384k|  91.1 |   737M | 110 | 516 |3073 |1901 |  51k|  0 |  11k|4993 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
2122.53/2129.28	c   158s| 14200 |  2528 |  1392k|  91.1 |   737M | 110 | 516 |3083 |1824 |  51k|  1 |  11k|4999 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.10%
2123.44/2130.18	c   159s| 14300 |  2547 |  1404k|  91.2 |   737M | 110 | 516 |3057 |1865 |  51k|  0 |  11k|5006 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.11%
2124.13/2130.88	c   160s| 14400 |  2569 |  1414k|  91.3 |   737M | 110 | 516 |3058 |1860 |  52k|  1 |  11k|5010 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.11%
2124.62/2131.39	c   160s| 14500 |  2583 |  1421k|  91.1 |   737M | 110 | 516 |3099 |1901 |  52k|  2 |  11k|5019 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.11%
2125.33/2132.09	c   161s| 14600 |  2586 |  1428k|  91.0 |   737M | 110 | 516 |3105 |1911 |  53k|  1 |  11k|5020 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.11%
2126.12/2132.82	c   162s| 14700 |  2600 |  1438k|  91.1 |   737M | 110 | 516 |3090 |1791 |  53k|  1 |  11k|5027 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.11%
2126.92/2133.64	c   162s| 14800 |  2607 |  1448k|  91.1 |   737M | 110 | 516 |3038 |1958 |  53k|  1 |  11k|5035 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.11%
2127.43/2134.11	c   163s| 14900 |  2612 |  1455k|  91.0 |   737M | 110 | 516 |3089 |1856 |  54k|  1 |  11k|5037 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.11%
2128.11/2134.80	c   163s| 15000 |  2628 |  1464k|  91.0 |   737M | 110 | 516 |3069 |   0 |  54k|  0 |  11k|5039 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.11%
2128.71/2135.40	c   164s| 15100 |  2646 |  1473k|  91.0 |   737M | 110 | 516 |3034 |   0 |  54k|  0 |  12k|5049 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.11%
2129.32/2136.11	c   165s| 15200 |  2666 |  1484k|  91.1 |   737M | 110 | 516 |3031 |1873 |  55k|  1 |  12k|5050 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.11%
2130.51/2137.22	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2130.51/2137.22	c   166s| 15300 |  2681 |  1494k|  91.2 |   737M | 110 | 516 |2966 |   0 |  55k|  0 |  12k|5076 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2131.20/2137.96	c   167s| 15400 |  2691 |  1502k|  91.1 |   737M | 110 | 516 |2959 |1937 |  55k|  2 |  12k|5078 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2131.80/2138.58	c   167s| 15500 |  2694 |  1511k|  91.1 |   737M | 110 | 516 |2951 |   0 |  55k|  0 |  12k|5087 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2132.60/2139.34	c   168s| 15600 |  2711 |  1522k|  91.2 |   737M | 110 | 516 |2957 |1962 |  56k|  1 |  12k|5094 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2133.10/2139.86	c   169s| 15700 |  2734 |  1531k|  91.2 |   737M | 110 | 516 |2967 |1863 |  56k|  1 |  12k|5096 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2133.89/2140.64	c   169s| 15800 |  2757 |  1539k|  91.1 |   737M | 110 | 516 |2991 |1873 |  56k|  1 |  12k|5100 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2134.49/2141.28	c   170s| 15900 |  2784 |  1549k|  91.2 |   737M | 110 | 516 |3015 |1873 |  57k|  1 |  12k|5101 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2135.19/2141.95	c   171s| 16000 |  2798 |  1558k|  91.2 |   737M | 110 | 516 |3044 |1937 |  57k|  1 |  12k|5101 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2135.79/2142.51	c   171s| 16100 |  2812 |  1567k|  91.2 |   737M | 110 | 516 |3072 |1865 |  57k|  1 |  12k|5101 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2136.30/2143.02	c   172s| 16200 |  2840 |  1575k|  91.1 |   737M | 110 | 516 |3078 |   0 |  58k|  0 |  12k|5102 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2136.79/2143.51	c   172s| 16300 |  2856 |  1582k|  91.0 |   737M | 110 | 516 |3084 |1909 |  58k|  2 |  12k|5102 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2137.40/2144.12	c   173s| 16400 |  2860 |  1590k|  90.9 |   737M | 110 | 516 |3088 |1874 |  58k|  1 |  12k|5105 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2137.88/2144.68	c   173s| 16500 |  2876 |  1597k|  90.8 |   737M | 110 | 516 |3108 |   0 |  59k|  0 |  12k|5105 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2138.39/2145.18	c   174s| 16600 |  2887 |  1605k|  90.8 |   737M | 110 | 516 |3129 |1897 |  59k|  1 |  12k|5114 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2139.29/2146.10	c   175s| 16700 |  2879 |  1616k|  90.8 |   737M | 110 | 516 |3143 |1887 |  60k|  1 |  12k|5116 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2139.87/2146.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2139.87/2146.64	c   175s| 16800 |  2877 |  1623k|  90.7 |   737M | 110 | 516 |3145 |   0 |  60k|  0 |  12k|5128 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2140.47/2147.29	c   176s| 16900 |  2894 |  1633k|  90.8 |   737M | 110 | 516 |3147 |1867 |  60k|  1 |  13k|5135 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2140.97/2147.76	c   176s| 17000 |  2905 |  1640k|  90.6 |   738M | 110 | 516 |3169 |1937 |  61k|  2 |  13k|5141 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2141.67/2148.45	c   177s| 17100 |  2910 |  1649k|  90.7 |   738M | 110 | 516 |3157 |1849 |  61k|  1 |  13k|5145 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2142.07/2148.81	c   177s| 17200 |  2922 |  1652k|  90.3 |   738M | 110 | 516 |3180 |1868 |  62k|  1 |  13k|5160 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2142.17/2149.00	c   178s| 17300 |  2913 |  1654k|  89.9 |   738M | 110 | 516 |3233 |1908 |  62k|  1 |  13k|5160 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2142.57/2149.35	c   178s| 17400 |  2919 |  1657k|  89.6 |   738M | 110 | 516 |3262 |1946 |  62k|  2 |  13k|5165 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2142.87/2149.65	c   178s| 17500 |  2918 |  1660k|  89.3 |   738M | 110 | 516 |3247 |2018 |  62k|  1 |  13k|5166 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2143.16/2149.99	c   179s| 17600 |  2939 |  1663k|  89.0 |   738M | 110 | 516 |3261 |1928 |  62k|  0 |  13k|5170 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2143.56/2150.33	c   179s| 17700 |  2977 |  1666k|  88.7 |   738M | 110 | 516 |3306 |1933 |  63k|  1 |  13k|5173 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2143.97/2150.75	c   179s| 17800 |  2986 |  1669k|  88.4 |   738M | 110 | 516 |3362 |1994 |  63k|  1 |  13k|5181 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2144.38/2151.11	c   180s| 17900 |  3000 |  1672k|  88.0 |   738M | 110 | 516 |3385 |2018 |  64k|  0 |  13k|5184 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2144.56/2151.33	c   180s| 18000 |  3000 |  1674k|  87.7 |   738M | 110 | 516 |3452 |1935 |  64k|  1 |  13k|5186 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2144.86/2151.69	c   180s| 18100 |  3029 |  1677k|  87.4 |   738M | 110 | 516 |3432 |1999 |  64k|  1 |  13k|5195 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2145.16/2151.99	c   181s| 18200 |  3038 |  1679k|  87.1 |   738M | 110 | 516 |3506 |   0 |  64k|  0 |  14k|5201 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2145.46/2152.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2145.46/2152.21	c   181s| 18300 |  3049 |  1681k|  86.7 |   738M | 110 | 516 |3533 |2018 |  65k|  1 |  14k|5201 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2145.66/2152.49	c   181s| 18400 |  3060 |  1683k|  86.3 |   738M | 110 | 516 |3499 |1937 |  65k|  1 |  14k|5209 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2146.15/2152.93	c   182s| 18500 |  3075 |  1685k|  86.0 |   738M | 110 | 516 |3516 |1976 |  65k|  1 |  14k|5235 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2146.55/2153.31	c   182s| 18600 |  3080 |  1687k|  85.7 |   738M | 110 | 516 |3532 |1971 |  65k|  1 |  14k|5270 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2146.95/2153.71	c   182s| 18700 |  3088 |  1690k|  85.4 |   738M | 110 | 516 |3550 |1937 |  65k|  1 |  14k|5295 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2147.45/2154.23	c   183s| 18800 |  3099 |  1693k|  85.1 |   738M | 110 | 516 |3475 |1937 |  66k|  1 |  14k|5331 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2147.85/2154.65	c   183s| 18900 |  3116 |  1695k|  84.8 |   738M | 110 | 516 |3495 |1902 |  66k|  2 |  14k|5349 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2148.26/2155.02	c   184s| 19000 |  3141 |  1698k|  84.5 |   738M | 110 | 516 |3493 |   0 |  66k|  0 |  14k|5364 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2148.54/2155.35	c   184s| 19100 |  3162 |  1701k|  84.2 |   738M | 110 | 516 |3478 |   0 |  66k|  0 |  14k|5381 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2148.94/2155.72	c   184s| 19200 |  3178 |  1703k|  83.9 |   738M | 110 | 516 |3430 |1887 |  66k|  1 |  15k|5407 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2149.25/2156.03	c   185s| 19300 |  3187 |  1705k|  83.6 |   738M | 110 | 516 |3452 |1888 |  67k|  1 |  15k|5423 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2149.54/2156.33	c   185s| 19400 |  3187 |  1706k|  83.3 |   738M | 110 | 516 |3500 |1875 |  67k|  1 |  15k|5452 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2149.74/2156.59	c   185s| 19500 |  3204 |  1708k|  82.9 |   738M | 110 | 516 |3508 |1899 |  67k|  1 |  15k|5466 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2150.14/2156.90	c   186s| 19600 |  3209 |  1709k|  82.6 |   738M | 110 | 516 |3585 |1899 |  67k|  1 |  15k|5501 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2150.44/2157.29	c   186s| 19700 |  3216 |  1711k|  82.3 |   738M | 110 | 516 |3643 |   0 |  67k|  0 |  15k|5520 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2150.84/2157.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2150.84/2157.60	c   186s| 19800 |  3232 |  1713k|  82.0 |   738M | 110 | 516 |3621 |1877 |  67k|  1 |  15k|5543 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2151.03/2157.89	c   187s| 19900 |  3244 |  1714k|  81.7 |   738M | 110 | 516 |3658 |1894 |  67k|  1 |  15k|5560 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2151.43/2158.21	c   187s| 20000 |  3263 |  1716k|  81.4 |   738M | 110 | 516 |3707 |   0 |  67k|  0 |  15k|5577 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2152.03/2158.81	c   187s| 20100 |  3255 |  1719k|  81.1 |   738M | 110 | 516 |3732 |1888 |  68k|  1 |  15k|5585 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2152.24/2159.07	c   188s| 20200 |  3239 |  1720k|  80.8 |   738M | 110 | 516 |3627 |   0 |  68k|  0 |  16k|5589 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2152.63/2159.43	c   188s| 20300 |  3239 |  1721k|  80.4 |   738M | 110 | 516 |3649 |1877 |  68k|  1 |  16k|5599 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2153.53/2160.35	c   189s| 20400 |  3237 |  1724k|  80.2 |   738M | 110 | 516 |3417 |   0 |  68k|  0 |  16k|5668 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2153.83/2160.65	c   189s| 20500 |  3243 |  1726k|  79.9 |   738M | 110 | 516 |3353 |1887 |  68k|  1 |  16k|5677 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2154.24/2161.07	c   190s| 20600 |  3270 |  1728k|  79.7 |   738M | 110 | 516 |3287 |1877 |  68k|  0 |  16k|5698 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2154.72/2161.54	c   190s| 20700 |  3311 |  1732k|  79.5 |   738M | 110 | 516 |3194 |1874 |  69k|  1 |  16k|5725 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2155.23/2162.05	c   191s| 20800 |  3343 |  1736k|  79.3 |   738M | 110 | 516 |3186 |1879 |  69k|  1 |  16k|5754 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2155.72/2162.51	c   191s| 20900 |  3376 |  1740k|  79.1 |   738M | 110 | 516 |3183 |1902 |  69k|  1 |  16k|5780 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2156.23/2163.08	c   192s| 21000 |  3411 |  1744k|  78.9 |   738M | 110 | 516 |3175 |1935 |  69k|  1 |  16k|5789 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2156.82/2163.67	c   192s| 21100 |  3443 |  1750k|  78.8 |   738M | 110 | 516 |3200 |1903 |  70k|  1 |  16k|5804 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2157.71/2164.53	c   193s| 21200 |  3443 |  1756k|  78.8 |   738M | 110 | 516 |3170 |1905 |  71k|  0 |  17k|5818 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2158.22/2165.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2158.22/2165.02	c   194s| 21300 |  3459 |  1760k|  78.6 |   738M | 110 | 516 |3164 |1919 |  72k|  1 |  17k|5829 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2158.91/2165.76	c   194s| 21400 |  3474 |  1764k|  78.4 |   738M | 110 | 516 |3225 |1933 |  72k|  1 |  17k|5835 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2159.41/2166.21	c   195s| 21500 |  3477 |  1766k|  78.2 |   738M | 110 | 516 |3261 |   0 |  73k|  0 |  17k|5838 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2159.81/2166.63	c   195s| 21600 |  3484 |  1770k|  78.0 |   738M | 110 | 516 |3258 |1927 |  73k|  3 |  17k|5851 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2160.22/2167.04	c   196s| 21700 |  3497 |  1774k|  77.8 |   738M | 110 | 516 |3197 |1928 |  73k|  2 |  17k|5861 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2160.70/2167.58	c   196s| 21800 |  3513 |  1778k|  77.7 |   738M | 110 | 516 |3214 |2031 |  74k|  7 |  17k|5868 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2161.10/2167.94	c   197s| 21900 |  3537 |  1782k|  77.5 |   738M | 110 | 516 |3262 |1922 |  74k|  1 |  17k|5878 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2161.60/2168.43	c   197s| 22000 |  3558 |  1787k|  77.4 |   738M | 110 | 516 |3294 |1981 |  75k|  1 |  17k|5884 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2162.00/2168.89	c   198s| 22100 |  3580 |  1791k|  77.2 |   738M | 110 | 516 |3306 |   0 |  75k|  0 |  17k|5892 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2162.50/2169.34	c   198s| 22200 |  3595 |  1796k|  77.1 |   738M | 110 | 516 |3283 |1906 |  75k|  1 |  17k|5900 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2163.09/2169.91	c   199s| 22300 |  3620 |  1801k|  77.0 |   738M | 110 | 516 |3236 |1948 |  76k|  1 |  17k|5906 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2163.59/2170.46	c   199s| 22400 |  3637 |  1805k|  76.8 |   738M | 110 | 516 |3219 |1974 |  77k|  0 |  18k|5912 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2164.09/2170.93	c   200s| 22500 |  3651 |  1809k|  76.7 |   738M | 110 | 516 |3189 |1923 |  78k|  1 |  18k|5917 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2164.49/2171.37	c   200s| 22600 |  3664 |  1813k|  76.5 |   738M | 110 | 516 |3213 |1949 |  78k|  1 |  18k|5921 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2164.99/2171.89	c   201s| 22700 |  3677 |  1818k|  76.4 |   738M | 110 | 516 |3224 |1948 |  79k|  1 |  18k|5928 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2165.49/2172.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2165.49/2172.32	c   201s| 22800 |  3684 |  1822k|  76.2 |   738M | 110 | 516 |3237 |1900 |  79k|  1 |  18k|5933 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2165.88/2172.70	c   201s| 22900 |  3701 |  1825k|  76.1 |   738M | 110 | 516 |3200 |1935 |  80k|  1 |  18k|5936 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.29%
2166.08/2172.97	c   202s| 23000 |  3713 |  1828k|  75.9 |   738M | 110 | 516 |3209 |1936 |  80k|  0 |  18k|5941 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
2166.48/2173.36	c   202s| 23100 |  3711 |  1832k|  75.7 |   738M | 110 | 516 |3137 |1900 |  80k|  1 |  18k|5944 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
2166.98/2173.87	c   203s| 23200 |  3692 |  1836k|  75.6 |   738M | 110 | 516 |3145 |1951 |  81k|  1 |  18k|5944 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
2167.48/2174.35	c   203s| 23300 |  3671 |  1840k|  75.4 |   738M | 110 | 516 |3123 |1949 |  82k|  0 |  18k|5954 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
2167.88/2174.73	c   203s| 23400 |  3675 |  1844k|  75.3 |   738M | 110 | 516 |3158 |1924 |  82k|  1 |  18k|5961 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
2168.29/2175.18	c   204s| 23500 |  3663 |  1848k|  75.1 |   738M | 110 | 516 |3176 |1908 |  82k|  1 |  18k|5964 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
2168.68/2175.52	c   204s| 23600 |  3668 |  1851k|  74.9 |   738M | 110 | 516 |3176 |1934 |  83k|  1 |  19k|5971 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
2169.07/2175.98	c   205s| 23700 |  3669 |  1854k|  74.8 |   738M | 110 | 516 |3206 |   0 |  83k|  0 |  19k|5981 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
2169.68/2176.57	c   205s| 23800 |  3660 |  1861k|  74.8 |   738M | 110 | 516 |3196 |1923 |  83k|  0 |  19k|5993 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
2170.38/2177.28	c   206s| 23900 |  3651 |  1870k|  74.8 |   738M | 110 | 516 |3184 |1887 |  83k|  1 |  19k|6000 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
2171.29/2178.12	c   207s| 24000 |  3641 |  1882k|  75.0 |   738M | 110 | 516 |3170 |1887 |  84k|  1 |  19k|6011 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
2172.07/2178.96	c   208s| 24100 |  3653 |  1893k|  75.1 |   738M | 110 | 516 |3184 |   0 |  84k|  0 |  19k|6021 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
2172.77/2179.60	c   208s| 24200 |  3639 |  1902k|  75.2 |   739M | 110 | 516 |3212 |1882 |  84k|  1 |  19k|6028 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
2173.37/2180.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2173.37/2180.25	c   209s| 24300 |  3636 |  1910k|  75.2 |   739M | 110 | 516 |3159 |   0 |  84k|  0 |  19k|6043 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
2174.18/2181.06	c   210s| 24400 |  3642 |  1921k|  75.3 |   739M | 110 | 516 |3116 |   0 |  85k|  0 |  19k|6055 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
2174.76/2181.63	c   210s| 24500 |  3631 |  1929k|  75.4 |   739M | 110 | 516 |3132 |1876 |  85k|  0 |  19k|6061 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
2175.36/2182.24	c   211s| 24600 |  3644 |  1937k|  75.4 |   739M | 110 | 516 |3132 |   0 |  85k|  0 |  19k|6078 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
2175.86/2182.76	c   211s| 24700 |  3656 |  1944k|  75.4 |   739M | 110 | 516 |3144 |1889 |  85k|  0 |  19k|6085 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
2176.36/2183.27	c   212s| 24800 |  3665 |  1952k|  75.4 |   739M | 110 | 516 |3148 |1914 |  85k|  1 |  20k|6085 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
2176.96/2183.83	c   213s| 24900 |  3674 |  1961k|  75.4 |   739M | 110 | 516 |3207 |1896 |  85k|  0 |  20k|6085 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
2177.56/2184.49	c   213s| 25000 |  3675 |  1971k|  75.5 |   739M | 110 | 516 |3219 |   0 |  86k|  0 |  20k|6089 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
2178.05/2184.91	c   214s| 25100 |  3680 |  1977k|  75.5 |   740M | 110 | 516 |3198 |   0 |  86k|  0 |  20k|6093 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
2178.45/2185.37	c   214s| 25200 |  3676 |  1981k|  75.4 |   740M | 110 | 516 |3197 |   0 |  86k|  0 |  20k|6100 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
2178.95/2185.84	c   215s| 25300 |  3688 |  1988k|  75.3 |   740M | 110 | 516 |3173 |1894 |  86k|  1 |  20k|6102 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
2179.35/2186.23	c   215s| 25400 |  3686 |  1992k|  75.2 |   740M | 110 | 516 |3204 |   0 |  86k|  0 |  20k|6103 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
2180.26/2187.14	c   216s| 25500 |  3683 |  2002k|  75.3 |   740M | 110 | 516 |3221 |1908 |  86k|  1 |  20k|6132 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
2180.84/2187.77	c   216s| 25600 |  3684 |  2009k|  75.2 |   740M | 110 | 516 |3209 |1907 |  87k|  0 |  20k|6152 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
2181.64/2188.50	c   217s| 25700 |  3694 |  2017k|  75.3 |   741M | 110 | 516 |3218 |1902 |  87k|  4 |  20k|6154 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
2182.34/2189.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2182.34/2189.23	c   218s| 25800 |  3706 |  2026k|  75.3 |   741M | 110 | 516 |3214 |1881 |  87k|  1 |  20k|6177 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
2183.04/2189.93	c   219s| 25900 |  3712 |  2033k|  75.3 |   741M | 110 | 516 |3213 |1916 |  87k|  1 |  20k|6209 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
2183.64/2190.51	c   219s| 26000 |  3713 |  2042k|  75.4 |   741M | 110 | 516 |3229 |   0 |  88k|  0 |  20k|6210 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
2184.53/2191.43	c   220s| 26100 |  3715 |  2052k|  75.5 |   741M | 110 | 516 |3194 |   0 |  88k|  0 |  20k|6242 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
2185.33/2192.21	c   221s| 26200 |  3730 |  2063k|  75.6 |   741M | 110 | 516 |3237 |1942 |  88k|  1 |  20k|6272 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
2185.93/2192.86	c   222s| 26300 |  3724 |  2072k|  75.6 |   741M | 110 | 516 |3302 |1905 |  88k|  0 |  21k|6310 |-1.000000e+00 |-4.000000e+00*| 300.00%|  13.30%
2186.73/2193.61	c   222s| 26400 |  3716 |  2079k|  75.6 |   742M | 110 | 516 |3181 |1927 |  88k|  1 |  21k|6365 |-1.013333e+00 |-4.000000e+00*| 294.74%|  13.44%
2187.42/2194.30	c   223s| 26500 |  3714 |  2086k|  75.6 |   742M | 110 | 516 |3098 |1847 |  88k|  1 |  21k|6402 |-1.165517e+00 |-4.000000e+00*| 243.20%|  15.04%
2188.42/2195.36	c   224s| 26600 |  3710 |  2097k|  75.7 |   742M | 110 | 516 |3022 |   0 |  89k|  0 |  21k|6448 |-1.165517e+00 |-4.000000e+00*| 243.20%|  15.04%
2189.32/2196.28	c   225s| 26700 |  3708 |  2106k|  75.8 |   742M | 110 | 516 |2970 |1834 |  89k|  1 |  21k|6477 |-1.212564e+00 |-4.000000e+00*| 229.88%|  15.54%
2190.13/2197.09	c   226s| 26800 |  3711 |  2117k|  75.9 |   743M | 110 | 516 |2947 |1876 |  89k|  6 |  21k|6491 |-1.333333e+00 |-4.000000e+00*| 200.00%|  16.82%
2190.61/2197.58	c   226s| 26900 |  3710 |  2122k|  75.8 |   743M | 110 | 516 |2918 |1884 |  89k|  1 |  21k|6510 |-1.333333e+00 |-4.000000e+00*| 200.00%|  16.82%
2191.31/2198.22	c   227s| 27000 |  3710 |  2129k|  75.8 |   743M | 110 | 516 |2892 |1849 |  90k|  1 |  21k|6530 |-1.333333e+00 |-4.000000e+00*| 200.00%|  16.82%
2191.91/2198.83	c   228s| 27100 |  3712 |  2136k|  75.7 |   743M | 110 | 516 |2929 |1927 |  90k|  2 |  21k|6559 |-1.333333e+00 |-4.000000e+00*| 200.00%|  16.82%
2192.80/2199.76	c   228s| 27200 |  3714 |  2145k|  75.8 |   743M | 110 | 516 |2946 |1792 |  90k|  1 |  22k|6597 |-1.333333e+00 |-4.000000e+00*| 200.00%|  16.82%
2193.50/2200.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2193.50/2200.42	c   229s| 27300 |  3726 |  2153k|  75.8 |   743M | 110 | 516 |2955 |1892 |  90k|  1 |  22k|6607 |-1.333333e+00 |-4.000000e+00*| 200.00%|  16.82%
2194.21/2201.12	c   230s| 27400 |  3725 |  2161k|  75.8 |   743M | 110 | 516 |2942 |1886 |  90k|  1 |  22k|6626 |-1.333333e+00 |-4.000000e+00*| 200.00%|  16.82%
2194.79/2201.71	c   230s| 27500 |  3737 |  2168k|  75.8 |   743M | 110 | 516 |2924 |1922 |  91k|  2 |  22k|6650 |-1.333333e+00 |-4.000000e+00*| 200.00%|  16.82%
2195.40/2202.39	c   231s| 27600 |  3731 |  2174k|  75.8 |   743M | 110 | 516 |2929 |   0 |  91k|  0 |  22k|6673 |-1.333333e+00 |-4.000000e+00*| 200.00%|  16.82%
2195.99/2202.92	c   232s| 27700 |  3737 |  2181k|  75.7 |   743M | 110 | 516 |2902 |   0 |  91k|  0 |  22k|6684 |-1.333333e+00 |-4.000000e+00*| 200.00%|  16.82%
2196.59/2203.52	c   232s| 27800 |  3747 |  2188k|  75.7 |   743M | 110 | 516 |2932 |1965 |  91k|  0 |  22k|6696 |-1.333333e+00 |-4.000000e+00*| 200.00%|  16.82%
2197.10/2204.02	c   233s| 27900 |  3760 |  2191k|  75.6 |   743M | 110 | 516 |2949 |2011 |  92k|  0 |  22k|6714 |-1.333333e+00 |-4.000000e+00*| 200.00%|  16.82%
2197.28/2204.26	c   233s| 28000 |  3766 |  2193k|  75.4 |   744M | 110 | 516 |2995 |   0 |  92k|  0 |  22k|6721 |-1.333333e+00 |-4.000000e+00*| 200.00%|  16.82%
2197.59/2204.50	c   233s| 28100 |  3765 |  2195k|  75.2 |   744M | 110 | 516 |3023 |1913 |  92k|  1 |  22k|6724 |-1.333333e+00 |-4.000000e+00*| 200.00%|  16.82%
2198.20/2205.12	c   234s| 28200 |  3769 |  2201k|  75.1 |   744M | 110 | 516 |2953 |1878 |  92k|  1 |  22k|6738 |-1.333333e+00 |-4.000000e+00*| 200.00%|  16.82%
2198.68/2205.66	c   234s| 28300 |  3779 |  2209k|  75.1 |   744M | 110 | 516 |2961 |   0 |  93k|  0 |  22k|6745 |-1.333333e+00 |-4.000000e+00*| 200.00%|  16.82%
2199.38/2206.34	c   235s| 28400 |  3785 |  2218k|  75.2 |   744M | 110 | 516 |2958 |1878 |  93k|  1 |  22k|6752 |-1.357143e+00 |-4.000000e+00*| 194.74%|  17.07%
2199.98/2207.00	c   236s| 28500 |  3781 |  2227k|  75.2 |   744M | 110 | 516 |2930 |1851 |  93k|  0 |  22k|6762 |-1.400000e+00 |-4.000000e+00*| 185.71%|  17.53%
2200.38/2207.38	c   236s| 28600 |  3787 |  2231k|  75.1 |   744M | 110 | 516 |2956 |1839 |  94k|  1 |  23k|6766 |-1.400000e+00 |-4.000000e+00*| 185.71%|  17.53%
2200.78/2207.71	c   236s| 28700 |  3790 |  2236k|  75.0 |   744M | 110 | 516 |2992 |1863 |  94k|  0 |  23k|6771 |-1.400000e+00 |-4.000000e+00*| 185.71%|  17.53%
2201.28/2208.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2201.28/2208.20	c   237s| 28800 |  3792 |  2243k|  75.0 |   744M | 110 | 516 |3014 |1977 |  94k|  0 |  23k|6771 |-1.414375e+00 |-4.000000e+00*| 182.81%|  17.68%
2201.97/2208.90	c   238s| 28900 |  3789 |  2252k|  75.1 |   744M | 110 | 516 |3002 |1930 |  94k|  1 |  23k|6779 |-1.474516e+00 |-4.000000e+00*| 171.28%|  18.31%
2202.57/2209.51	c   238s| 29000 |  3785 |  2260k|  75.1 |   744M | 110 | 516 |3042 |   0 |  94k|  0 |  23k|6794 |-1.483605e+00 |-4.000000e+00*| 169.61%|  18.41%
2203.18/2210.12	c   239s| 29100 |  3786 |  2269k|  75.1 |   744M | 110 | 516 |3042 |   0 |  94k|  0 |  23k|6798 |-1.500000e+00 |-4.000000e+00*| 166.67%|  18.58%
2203.67/2210.68	c   239s| 29200 |  3795 |  2276k|  75.1 |   745M | 110 | 516 |3058 |1930 |  95k|  0 |  23k|6808 |-1.500000e+00 |-4.000000e+00*| 166.67%|  18.58%
2204.37/2211.37	c   240s| 29300 |  3803 |  2286k|  75.2 |   745M | 110 | 516 |3057 |1881 |  95k|  0 |  23k|6822 |-1.500000e+00 |-4.000000e+00*| 166.67%|  18.58%
2204.96/2211.98	c   241s| 29400 |  3798 |  2293k|  75.2 |   745M | 110 | 516 |3068 |   0 |  95k|  0 |  23k|6835 |-1.500000e+00 |-4.000000e+00*| 166.67%|  18.58%
2205.46/2212.42	c   241s| 29500 |  3797 |  2299k|  75.1 |   745M | 110 | 516 |3079 |1887 |  95k|  0 |  23k|6838 |-1.500000e+00 |-4.000000e+00*| 166.67%|  18.58%
2205.86/2212.88	c   242s| 29600 |  3805 |  2305k|  75.1 |   745M | 110 | 516 |3076 |   0 |  96k|  0 |  23k|6844 |-1.500000e+00 |-4.000000e+00*| 166.67%|  18.58%
2206.66/2213.68	c   242s| 29700 |  3801 |  2315k|  75.2 |   745M | 110 | 516 |3075 |   0 |  96k|  0 |  23k|6855 |-1.505618e+00 |-4.000000e+00*| 165.67%|  18.64%
2207.65/2214.67	c   243s| 29800 |  3803 |  2326k|  75.3 |   745M | 110 | 516 |3020 |   0 |  96k|  0 |  23k|6876 |-1.515212e+00 |-4.000000e+00*| 163.99%|  18.74%
2208.25/2215.28	c   244s| 29900 |  3811 |  2334k|  75.3 |   745M | 110 | 516 |3034 |   0 |  97k|  0 |  24k|6888 |-1.529661e+00 |-4.000000e+00*| 161.50%|  18.90%
2208.85/2215.87	c   245s| 30000 |  3807 |  2343k|  75.3 |   745M | 110 | 516 |3042 |1977 |  97k|  1 |  24k|6891 |-1.578035e+00 |-4.000000e+00*| 153.48%|  19.41%
2209.35/2216.36	c   245s| 30100 |  3807 |  2349k|  75.3 |   745M | 110 | 516 |3080 |   0 |  97k|  0 |  24k|6897 |-1.620269e+00 |-4.000000e+00*| 146.87%|  19.85%
2210.06/2217.04	c   246s| 30200 |  3802 |  2359k|  75.4 |   745M | 110 | 516 |3064 |1872 |  97k|  1 |  24k|6903 |-1.650000e+00 |-4.000000e+00*| 142.42%|  20.17%
2210.65/2217.67	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2210.65/2217.67	c   246s| 30300 |  3801 |  2368k|  75.4 |   745M | 110 | 516 |3086 |1848 |  97k|  1 |  24k|6910 |-1.666667e+00 |-4.000000e+00*| 140.00%|  20.34%
2211.16/2218.19	c   247s| 30400 |  3799 |  2374k|  75.4 |   745M | 110 | 516 |3078 |   0 |  98k|  0 |  24k|6914 |-1.666667e+00 |-4.000000e+00*| 140.00%|  20.35%
2211.74/2218.76	c   247s| 30500 |  3801 |  2381k|  75.3 |   745M | 110 | 516 |3074 |   0 |  98k|  0 |  24k|6924 |-1.666667e+00 |-4.000000e+00*| 140.00%|  20.35%
2212.44/2219.42	c   248s| 30600 |  3809 |  2391k|  75.4 |   745M | 110 | 516 |3049 |   0 |  98k|  0 |  24k|6931 |-1.666667e+00 |-4.000000e+00*| 140.00%|  20.35%
2213.34/2220.35	c   249s| 30700 |  3818 |  2400k|  75.5 |   745M | 110 | 516 |3009 |1836 |  99k|  0 |  24k|6947 |-1.666667e+00 |-4.000000e+00*| 140.00%|  20.35%
2213.74/2220.75	c   249s| 30800 |  3812 |  2406k|  75.4 |   745M | 110 | 516 |3013 |1890 |  99k|  1 |  24k|6950 |-1.666667e+00 |-4.000000e+00*| 140.00%|  20.35%
2214.15/2221.16	c   250s| 30900 |  3809 |  2411k|  75.3 |   745M | 110 | 516 |3026 |1888 |  99k|  1 |  24k|6958 |-1.666667e+00 |-4.000000e+00*| 140.00%|  20.35%
2214.63/2221.60	c   250s| 31000 |  3811 |  2416k|  75.3 |   745M | 110 | 516 |3040 |1911 |  99k|  1 |  24k|6962 |-1.666667e+00 |-4.000000e+00*| 140.00%|  20.35%
2215.14/2222.14	c   251s| 31100 |  3812 |  2424k|  75.3 |   745M | 110 | 516 |3053 |1864 | 100k|  1 |  24k|6963 |-1.666667e+00 |-4.000000e+00*| 140.00%|  20.35%
2215.73/2222.75	c   251s| 31200 |  3814 |  2433k|  75.3 |   745M | 110 | 516 |3043 |1988 | 100k|  1 |  24k|6964 |-1.666667e+00 |-4.000000e+00*| 140.00%|  20.35%
2216.53/2223.56	c   252s| 31300 |  3819 |  2442k|  75.4 |   745M | 110 | 516 |3044 |   0 | 100k|  0 |  24k|6965 |-1.666667e+00 |-4.000000e+00*| 140.00%|  20.35%
2217.22/2224.20	c   253s| 31400 |  3810 |  2451k|  75.4 |   745M | 110 | 516 |3047 |1905 | 101k|  0 |  25k|6966 |-1.666667e+00 |-4.000000e+00*| 140.00%|  20.35%
2217.62/2224.68	c   253s| 31500 |  3818 |  2458k|  75.4 |   746M | 110 | 516 |3035 |1915 | 101k|  1 |  25k|6967 |-1.666667e+00 |-4.000000e+00*| 140.00%|  20.35%
2218.22/2225.21	c   254s| 31600 |  3819 |  2465k|  75.4 |   746M | 110 | 516 |3050 |   0 | 101k|  0 |  25k|6976 |-1.666667e+00 |-4.000000e+00*| 140.00%|  20.35%
2218.72/2225.73	c   254s| 31700 |  3821 |  2473k|  75.4 |   746M | 110 | 516 |3056 |1866 | 101k|  1 |  25k|6983 |-1.666667e+00 |-4.000000e+00*| 140.00%|  20.35%
2219.62/2226.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2219.62/2226.64	c   255s| 31800 |  3833 |  2482k|  75.5 |   746M | 110 | 516 |3072 |1928 | 102k|  1 |  25k|7011 |-1.666667e+00 |-4.000000e+00*| 140.00%|  20.35%
2220.21/2227.25	c   256s| 31900 |  3836 |  2489k|  75.4 |   746M | 110 | 516 |3094 |   0 | 102k|  0 |  25k|7044 |-1.666667e+00 |-4.000000e+00*| 140.00%|  20.35%
2220.91/2228.01	c   257s| 32000 |  3837 |  2498k|  75.5 |   746M | 110 | 516 |3080 |1899 | 102k|  2 |  25k|7057 |-1.666667e+00 |-4.000000e+00*| 140.00%|  20.35%
2221.61/2228.65	c   257s| 32100 |  3845 |  2506k|  75.5 |   746M | 110 | 516 |3080 |1903 | 103k|  1 |  25k|7063 |-1.666667e+00 |-4.000000e+00*| 140.00%|  20.35%
2222.31/2229.34	c   258s| 32200 |  3854 |  2514k|  75.5 |   746M | 110 | 516 |3083 |1974 | 103k|  1 |  25k|7084 |-1.666667e+00 |-4.000000e+00*| 140.00%|  20.35%
2222.71/2229.73	c   258s| 32300 |  3846 |  2517k|  75.4 |   746M | 110 | 516 |3103 |   0 | 103k|  0 |  25k|7094 |-1.666667e+00 |-4.000000e+00*| 140.00%|  20.35%
2223.20/2230.22	c   259s| 32400 |  3848 |  2521k|  75.3 |   746M | 110 | 516 |3129 |1972 | 104k|  1 |  25k|7128 |-1.666667e+00 |-4.000000e+00*| 140.00%|  20.35%
2223.50/2230.58	c   259s| 32500 |  3866 |  2523k|  75.1 |   746M | 110 | 516 |3169 |1983 | 104k|  1 |  25k|7153 |-1.666667e+00 |-4.000000e+00*| 140.00%|  20.35%
2223.90/2230.94	c   260s| 32600 |  3871 |  2525k|  74.9 |   746M | 110 | 516 |3246 |   0 | 104k|  0 |  25k|7174 |-1.666667e+00 |-4.000000e+00*| 140.00%|  20.35%
2224.30/2231.37	c   260s| 32700 |  3874 |  2527k|  74.8 |   746M | 110 | 516 |3272 |1903 | 104k|  1 |  26k|7199 |-1.666667e+00 |-4.000000e+00*| 140.00%|  20.35%
2224.80/2231.80	c   260s| 32800 |  3859 |  2529k|  74.6 |   746M | 110 | 516 |3339 |1892 | 104k|  2 |  26k|7234 |-1.670213e+00 |-4.000000e+00*| 139.49%|  20.39%
2225.20/2232.26	c   261s| 32900 |  3857 |  2532k|  74.5 |   747M | 110 | 516 |3308 |1942 | 104k|  1 |  26k|7270 |-1.670213e+00 |-4.000000e+00*| 139.49%|  20.39%
2225.70/2232.76	c   261s| 33000 |  3859 |  2536k|  74.4 |   747M | 110 | 516 |3250 |1868 | 105k|  2 |  26k|7291 |-1.712372e+00 |-4.000000e+00*| 133.59%|  20.83%
2226.01/2233.10	c   262s| 33100 |  3880 |  2538k|  74.2 |   747M | 110 | 516 |3229 |1902 | 105k|  2 |  26k|7307 |-1.712372e+00 |-4.000000e+00*| 133.59%|  20.83%
2226.39/2233.45	c   262s| 33200 |  3876 |  2540k|  74.0 |   747M | 110 | 516 |3260 |1878 | 105k|  1 |  26k|7338 |-1.727273e+00 |-4.000000e+00*| 131.58%|  20.99%
2227.00/2234.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2227.00/2234.03	c   263s| 33300 |  3860 |  2543k|  73.9 |   747M | 110 | 516 |3228 |   0 | 105k|  0 |  26k|7374 |-1.760202e+00 |-4.000000e+00*| 127.25%|  21.34%
2227.39/2234.40	c   263s| 33400 |  3852 |  2546k|  73.8 |   747M | 110 | 516 |3242 |   0 | 105k|  0 |  26k|7395 |-1.783230e+00 |-4.000000e+00*| 124.31%|  21.58%
2227.79/2234.86	c   264s| 33500 |  3849 |  2549k|  73.7 |   747M | 110 | 516 |3171 |1865 | 105k|  1 |  26k|7421 |-1.800000e+00 |-4.000000e+00*| 122.22%|  21.76%
2228.19/2235.25	c   264s| 33600 |  3853 |  2552k|  73.5 |   747M | 110 | 516 |3185 |1898 | 106k|  1 |  26k|7445 |-1.800000e+00 |-4.000000e+00*| 122.22%|  21.76%
2228.79/2235.83	c   265s| 33700 |  3844 |  2556k|  73.5 |   747M | 110 | 516 |3162 |1964 | 106k|  1 |  27k|7483 |-1.800000e+00 |-4.000000e+00*| 122.22%|  21.76%
2229.18/2236.24	c   265s| 33800 |  3851 |  2560k|  73.4 |   747M | 110 | 516 |3133 |1881 | 106k|  1 |  27k|7503 |-1.857143e+00 |-4.000000e+00*| 115.38%|  22.36%
2229.78/2236.80	c   265s| 33900 |  3869 |  2564k|  73.3 |   747M | 110 | 516 |3127 |1870 | 106k|  1 |  27k|7521 |-1.857143e+00 |-4.000000e+00*| 115.38%|  22.36%
2230.28/2237.30	c   266s| 34000 |  3886 |  2568k|  73.2 |   747M | 110 | 516 |3080 |1824 | 106k|  1 |  27k|7536 |-1.875000e+00 |-4.000000e+00*| 113.33%|  22.55%
2230.78/2237.85	c   267s| 34100 |  3910 |  2571k|  73.1 |   749M | 110 | 516 |2992 |1815 | 107k|  2 |  27k|7549 |-1.875000e+00 |-4.000000e+00*| 113.33%|  22.56%
2231.18/2238.25	c   267s| 34200 |  3931 |  2574k|  72.9 |   749M | 110 | 516 |2936 |1876 | 107k|  1 |  27k|7555 |-1.875000e+00 |-4.000000e+00*| 113.33%|  22.57%
2240.06/2247.16	c   276s| 34300 |  3931 |  2578k|  72.8 |   749M | 110 | 516 |2924 |1817 | 107k|  1 |  27k|7578 |-2.000000e+00 |-4.000000e+00*| 100.00%|  23.89%
2240.45/2247.51	c   276s| 34400 |  3945 |  2582k|  72.7 |   749M | 110 | 516 |2933 |   0 | 108k|  0 |  27k|7584 |-2.000000e+00 |-4.000000e+00*| 100.00%|  23.89%
2240.84/2247.97	c   277s| 34500 |  3949 |  2585k|  72.6 |   749M | 110 | 516 |2974 |1895 | 108k|  3 |  27k|7611 |-2.000000e+00 |-4.000000e+00*| 100.00%|  23.89%
2241.24/2248.38	c   277s| 34600 |  3957 |  2588k|  72.5 |   750M | 110 | 516 |3036 |   0 | 108k|  0 |  27k|7628 |-2.000000e+00 |-4.000000e+00*| 100.00%|  23.89%
2241.84/2248.99	c   278s| 34700 |  3962 |  2592k|  72.4 |   750M | 110 | 516 |3017 |1867 | 108k|  1 |  27k|7655 |-2.000000e+00 |-4.000000e+00*| 100.00%|  23.91%
2242.24/2249.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2242.24/2249.39	c   278s| 34800 |  3961 |  2596k|  72.3 |   750M | 110 | 516 |3001 |1898 | 109k|  0 |  27k|7664 |-2.000000e+00 |-4.000000e+00*| 100.00%|  23.91%
2242.64/2249.77	c   278s| 34900 |  3959 |  2599k|  72.2 |   750M | 110 | 516 |3046 |1877 | 109k|  1 |  28k|7673 |-2.000000e+00 |-4.000000e+00*| 100.00%|  23.91%
2243.14/2250.22	c   279s| 35000 |  3955 |  2602k|  72.1 |   750M | 110 | 516 |3001 |1856 | 109k|  1 |  28k|7694 |-2.000000e+00 |-4.000000e+00*| 100.00%|  23.91%
2243.53/2250.69	c   279s| 35100 |  3957 |  2606k|  72.0 |   750M | 110 | 516 |2967 |1895 | 109k|  1 |  28k|7707 |-2.000000e+00 |-4.000000e+00*| 100.00%|  23.91%
2244.13/2251.24	c   280s| 35200 |  3957 |  2610k|  71.9 |   750M | 110 | 516 |2886 |   0 | 110k|  0 |  28k|7732 |-2.000000e+00 |-4.000000e+00*| 100.00%|  23.91%
2244.53/2251.63	c   280s| 35300 |  3965 |  2612k|  71.8 |   750M | 110 | 516 |2936 |   0 | 110k|  0 |  28k|7737 |-2.000000e+00 |-4.000000e+00*| 100.00%|  23.93%
2244.94/2252.05	c   281s| 35400 |  3950 |  2616k|  71.7 |   751M | 110 | 516 |2921 |1939 | 110k|  0 |  28k|7742 |-2.000000e+00 |-4.000000e+00*| 100.00%|  23.93%
2245.33/2252.49	c   281s| 35500 |  3953 |  2619k|  71.6 |   751M | 110 | 516 |2837 |1908 | 111k|  1 |  28k|7754 |-2.000000e+00 |-4.000000e+00*| 100.00%|  23.93%
2245.83/2252.97	c   282s| 35600 |  3960 |  2623k|  71.5 |   751M | 110 | 516 |2869 |1882 | 111k|  0 |  28k|7757 |-2.000000e+00 |-4.000000e+00*| 100.00%|  23.94%
2246.12/2253.29	c   282s| 35700 |  3972 |  2625k|  71.3 |   751M | 110 | 516 |2906 |   0 | 111k|  0 |  28k|7761 |-2.000000e+00 |-4.000000e+00*| 100.00%|  23.94%
2247.93/2255.08	c   284s| 35800 |  3963 |  2629k|  71.2 |   751M | 110 | 516 |2901 |1964 | 112k|  1 |  28k|7770 |-2.000000e+00 |-4.000000e+00*| 100.00%|  23.94%
2248.22/2255.39	c   284s| 35900 |  3971 |  2630k|  71.1 |   751M | 110 | 516 |2966 |   0 | 112k|  0 |  29k|7771 |-2.000000e+00 |-4.000000e+00*| 100.00%|  23.94%
2248.61/2255.79	c   284s| 36000 |  3969 |  2634k|  71.0 |   751M | 110 | 516 |2978 |2051 | 112k|  1 |  29k|7781 |-2.000000e+00 |-4.000000e+00*| 100.00%|  23.94%
2249.03/2256.15	c   285s| 36100 |  3966 |  2637k|  70.9 |   751M | 110 | 516 |2981 |1894 | 113k|  1 |  29k|7782 |-2.000000e+00 |-4.000000e+00*| 100.00%|  23.94%
2249.32/2256.47	c   285s| 36200 |  3969 |  2640k|  70.8 |   751M | 110 | 516 |2992 |1909 | 113k|  2 |  29k|7788 |-2.000000e+00 |-4.000000e+00*| 100.00%|  23.94%
2249.72/2256.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2249.72/2256.86	c   286s| 36300 |  3987 |  2643k|  70.7 |   751M | 110 | 516 |3029 |1930 | 114k|  1 |  29k|7796 |-2.000000e+00 |-4.000000e+00*| 100.00%|  23.94%
2250.11/2257.22	c   286s| 36400 |  4006 |  2646k|  70.6 |   751M | 110 | 516 |3050 |1952 | 114k|  1 |  29k|7798 |-2.000000e+00 |-4.000000e+00*| 100.00%|  23.94%
2250.41/2257.58	c   286s| 36500 |  4009 |  2650k|  70.5 |   751M | 110 | 516 |3094 |1967 | 114k|  1 |  29k|7798 |-2.000000e+00 |-4.000000e+00*| 100.00%|  23.94%
2251.21/2258.34	c   287s| 36600 |  3997 |  2653k|  70.4 |   752M | 110 | 516 |2989 |1886 | 115k|  1 |  29k|7851 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.27%
2251.51/2258.61	c   287s| 36700 |  3982 |  2655k|  70.2 |   752M | 110 | 516 |2976 |1934 | 115k|  1 |  29k|7854 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.27%
2251.71/2258.89	c   288s| 36800 |  3973 |  2657k|  70.1 |   753M | 110 | 516 |2998 |1911 | 115k|  0 |  29k|7854 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.27%
2252.02/2259.17	c   288s| 36900 |  3979 |  2660k|  70.0 |   753M | 110 | 516 |3034 |1944 | 115k|  1 |  29k|7857 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.27%
2252.31/2259.48	c   288s| 37000 |  3985 |  2663k|  69.9 |   753M | 110 | 516 |3088 |1829 | 115k|  0 |  29k|7863 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.27%
2252.60/2259.76	c   288s| 37100 |  3994 |  2665k|  69.8 |   753M | 110 | 516 |3106 |1944 | 116k|  1 |  30k|7869 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.27%
2253.02/2260.13	c   289s| 37200 |  3989 |  2668k|  69.6 |   753M | 110 | 516 |3100 |1877 | 116k|  1 |  30k|7876 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.27%
2255.50/2262.60	c   291s| 37300 |  3994 |  2671k|  69.5 |   753M | 110 | 516 |3157 |1938 | 117k|  1 |  30k|7880 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.27%
2255.80/2262.98	c   292s| 37400 |  3990 |  2674k|  69.5 |   753M | 110 | 516 |3124 |1897 | 117k|  0 |  30k|7885 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.27%
2256.10/2263.29	c   292s| 37500 |  3997 |  2677k|  69.3 |   753M | 110 | 516 |3149 |1910 | 117k|  1 |  30k|7888 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.27%
2256.39/2263.56	c   292s| 37600 |  3989 |  2679k|  69.2 |   753M | 110 | 516 |3194 |   0 | 117k|  0 |  30k|7893 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.27%
2256.79/2263.97	c   293s| 37700 |  3979 |  2682k|  69.1 |   753M | 110 | 516 |3175 |1970 | 117k|  1 |  30k|7898 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.28%
2257.09/2264.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2257.09/2264.24	c   293s| 37800 |  3986 |  2684k|  69.0 |   753M | 110 | 516 |3214 |1889 | 118k|  1 |  30k|7900 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.28%
2257.39/2264.55	c   293s| 37900 |  3976 |  2687k|  68.9 |   753M | 110 | 516 |3191 |1814 | 118k|  1 |  30k|7900 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.28%
2257.69/2264.81	c   293s| 38000 |  3976 |  2689k|  68.8 |   753M | 110 | 516 |3240 |1885 | 118k|  1 |  30k|7903 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.28%
2258.00/2265.15	c   294s| 38100 |  3969 |  2693k|  68.7 |   753M | 110 | 516 |3212 |1981 | 118k|  0 |  30k|7905 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.29%
2258.29/2265.42	c   294s| 38200 |  3970 |  2696k|  68.6 |   753M | 110 | 516 |3184 |1863 | 119k|  1 |  31k|7907 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.29%
2258.49/2265.65	c   294s| 38300 |  3974 |  2697k|  68.5 |   754M | 110 | 516 |3238 |2006 | 119k|  1 |  31k|7908 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.29%
2258.90/2266.09	c   295s| 38400 |  3972 |  2701k|  68.4 |   754M | 110 | 516 |3176 |1915 | 119k|  1 |  31k|7911 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.33%
2259.18/2266.37	c   295s| 38500 |  3971 |  2703k|  68.3 |   754M | 110 | 516 |3181 |1901 | 119k|  1 |  31k|7913 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.33%
2259.58/2266.71	c   295s| 38600 |  3974 |  2706k|  68.2 |   754M | 110 | 516 |3173 |1857 | 120k|  1 |  31k|7917 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.33%
2259.99/2267.11	c   296s| 38700 |  3978 |  2709k|  68.1 |   754M | 110 | 516 |3200 |2022 | 120k|  0 |  31k|7923 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.33%
2260.28/2267.49	c   296s| 38800 |  3969 |  2713k|  68.0 |   754M | 110 | 516 |3149 |   0 | 120k|  0 |  31k|7930 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.33%
2260.99/2268.14	c   297s| 38900 |  3954 |  2717k|  67.9 |   754M | 110 | 516 |3053 |1818 | 121k|  1 |  31k|7946 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.35%
2263.37/2270.51	c   299s| 39000 |  3969 |  2719k|  67.8 |   754M | 110 | 516 |3085 |1931 | 121k|  1 |  31k|7948 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.35%
2263.67/2270.80	c   299s| 39100 |  3965 |  2722k|  67.7 |   754M | 110 | 516 |3134 |1889 | 122k|  1 |  31k|7954 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.35%
2263.88/2271.06	c   300s| 39200 |  3966 |  2724k|  67.6 |   754M | 110 | 516 |3178 |1830 | 122k|  0 |  31k|7956 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.35%
2264.27/2271.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2264.27/2271.48	c   300s| 39300 |  3965 |  2728k|  67.5 |   754M | 110 | 516 |3166 |1872 | 122k|  0 |  31k|7960 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.35%
2264.67/2271.86	c   301s| 39400 |  3943 |  2731k|  67.4 |   754M | 110 | 516 |3137 |1913 | 122k|  1 |  32k|7963 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.35%
2265.07/2272.23	c   301s| 39500 |  3933 |  2734k|  67.3 |   754M | 110 | 516 |3116 |   0 | 123k|  0 |  32k|7964 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.36%
2265.46/2272.66	c   301s| 39600 |  3924 |  2737k|  67.3 |   754M | 110 | 516 |3108 |2173 | 123k|  1 |  32k|7965 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.36%
2265.87/2273.03	c   302s| 39700 |  3925 |  2741k|  67.2 |   754M | 110 | 516 |3115 |1904 | 123k|  1 |  32k|7975 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.36%
2266.16/2273.39	c   302s| 39800 |  3937 |  2744k|  67.1 |   754M | 110 | 516 |3083 |1942 | 124k|  0 |  32k|7978 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.36%
2266.56/2273.73	c   302s| 39900 |  3939 |  2747k|  67.0 |   755M | 110 | 516 |3124 |1953 | 124k|  1 |  32k|7979 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.36%
2266.87/2274.06	c   303s| 40000 |  3950 |  2751k|  66.9 |   756M | 110 | 516 |3141 |1957 | 125k|  0 |  32k|7983 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.36%
2267.16/2274.33	c   303s| 40100 |  3947 |  2753k|  66.8 |   756M | 110 | 516 |3175 |   0 | 125k|  0 |  32k|7985 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.36%
2267.46/2274.61	c   303s| 40200 |  3951 |  2756k|  66.7 |   756M | 110 | 516 |3195 |1982 | 125k|  2 |  32k|7987 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.36%
2267.76/2274.96	c   304s| 40300 |  3959 |  2759k|  66.6 |   756M | 110 | 516 |3246 |1967 | 126k|  1 |  32k|7990 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.36%
2268.15/2275.38	c   304s| 40400 |  3950 |  2762k|  66.6 |   757M | 110 | 516 |3273 |1939 | 126k|  0 |  32k|7992 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.36%
2268.45/2275.69	c   304s| 40500 |  3949 |  2765k|  66.5 |   757M | 110 | 516 |3223 |1867 | 127k|  1 |  33k|7995 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.36%
2268.86/2276.01	c   305s| 40600 |  3954 |  2768k|  66.4 |   757M | 110 | 516 |3141 |1873 | 127k|  1 |  33k|8002 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.36%
2269.05/2276.29	c   305s| 40700 |  3952 |  2770k|  66.3 |   758M | 110 | 516 |3183 |1997 | 127k|  0 |  33k|8002 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.36%
2269.45/2276.65	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2269.45/2276.65	c   305s| 40800 |  3944 |  2772k|  66.2 |   758M | 110 | 516 |3185 |1924 | 127k|  2 |  33k|8004 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.37%
2269.75/2276.95	c   306s| 40900 |  3942 |  2775k|  66.1 |   758M | 110 | 516 |3165 |   0 | 128k|  0 |  33k|8006 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.37%
2269.96/2277.15	c   306s| 41000 |  3941 |  2777k|  66.0 |   758M | 110 | 516 |3172 |   0 | 128k|  0 |  33k|8007 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.37%
2270.25/2277.44	c   306s| 41100 |  3946 |  2779k|  65.8 |   758M | 110 | 516 |3200 |1978 | 128k|  1 |  33k|8007 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.37%
2270.65/2277.80	c   306s| 41200 |  3940 |  2782k|  65.8 |   758M | 110 | 516 |3217 |   0 | 128k|  0 |  33k|8007 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.37%
2271.04/2278.20	c   307s| 41300 |  3944 |  2786k|  65.7 |   758M | 110 | 516 |3121 |1862 | 129k|  0 |  33k|8010 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.37%
2271.34/2278.55	c   307s| 41400 |  3946 |  2789k|  65.6 |   758M | 110 | 516 |3090 |1971 | 129k|  2 |  33k|8015 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.37%
2271.74/2278.90	c   308s| 41500 |  3949 |  2793k|  65.5 |   758M | 110 | 516 |3032 |1978 | 129k|  1 |  33k|8018 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.37%
2272.04/2279.21	c   308s| 41600 |  3952 |  2795k|  65.5 |   758M | 110 | 516 |3039 |   0 | 130k|  0 |  34k|8018 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.37%
2272.34/2279.55	c   308s| 41700 |  3941 |  2798k|  65.4 |   758M | 110 | 516 |3004 |   0 | 130k|  0 |  34k|8021 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.37%
2272.64/2279.84	c   309s| 41800 |  3943 |  2801k|  65.3 |   758M | 110 | 516 |2996 |   0 | 130k|  0 |  34k|8022 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.37%
2272.95/2280.19	c   309s| 41900 |  3946 |  2804k|  65.2 |   758M | 110 | 516 |3027 |   0 | 131k|  0 |  34k|8023 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.37%
2273.34/2280.53	c   309s| 42000 |  3951 |  2807k|  65.1 |   758M | 110 | 516 |2963 |1955 | 131k|  0 |  34k|8024 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.37%
2273.64/2280.80	c   309s| 42100 |  3946 |  2810k|  65.0 |   758M | 110 | 516 |3004 |   0 | 131k|  0 |  34k|8024 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.37%
2276.33/2283.60	c   312s| 42200 |  3946 |  2812k|  64.9 |   758M | 110 | 516 |3019 |1951 | 132k|  1 |  34k|8027 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.37%
2276.73/2283.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2276.73/2283.96	c   313s| 42300 |  3937 |  2815k|  64.9 |   758M | 110 | 516 |3008 |   0 | 132k|  0 |  34k|8029 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.38%
2276.94/2284.17	c   313s| 42400 |  3939 |  2817k|  64.8 |   758M | 110 | 516 |3064 |1896 | 132k|  1 |  34k|8029 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.38%
2277.32/2284.53	c   313s| 42500 |  3951 |  2820k|  64.7 |   758M | 110 | 516 |3067 |1929 | 133k|  1 |  34k|8029 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.38%
2277.52/2284.79	c   313s| 42600 |  3943 |  2822k|  64.6 |   758M | 110 | 516 |3041 |1907 | 133k|  1 |  34k|8031 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.38%
2277.83/2285.08	c   314s| 42700 |  3936 |  2825k|  64.5 |   758M | 110 | 516 |3045 |1816 | 133k|  0 |  34k|8034 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.38%
2278.22/2285.40	c   314s| 42800 |  3937 |  2828k|  64.4 |   758M | 110 | 516 |3048 |1958 | 133k|  1 |  34k|8034 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.38%
2278.42/2285.67	c   314s| 42900 |  3955 |  2830k|  64.3 |   758M | 110 | 516 |3099 |1932 | 134k|  1 |  35k|8034 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.38%
2278.72/2286.01	c   315s| 43000 |  3946 |  2833k|  64.2 |   759M | 110 | 516 |3156 |1965 | 134k|  1 |  35k|8038 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.38%
2279.02/2286.24	c   315s| 43100 |  3951 |  2835k|  64.1 |   759M | 110 | 516 |3156 |1887 | 134k|  1 |  35k|8040 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.38%
2279.32/2286.52	c   315s| 43200 |  3947 |  2838k|  64.1 |   759M | 110 | 516 |3166 |   0 | 135k|  0 |  35k|8043 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.38%
2279.61/2286.88	c   316s| 43300 |  3943 |  2841k|  64.0 |   759M | 110 | 516 |3168 |1889 | 135k|  1 |  35k|8045 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.38%
2279.93/2287.11	c   316s| 43400 |  3957 |  2843k|  63.9 |   759M | 110 | 516 |3191 |1938 | 135k|  2 |  35k|8045 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.38%
2280.11/2287.32	c   316s| 43500 |  3960 |  2845k|  63.8 |   759M | 110 | 516 |3286 |1935 | 136k|  0 |  35k|8045 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.38%
2280.51/2287.72	c   316s| 43600 |  3972 |  2848k|  63.7 |   759M | 110 | 516 |3347 |1970 | 136k|  1 |  35k|8045 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.38%
2280.71/2287.97	c   317s| 43700 |  3966 |  2850k|  63.6 |   759M | 110 | 516 |3381 |   0 | 136k|  0 |  35k|8046 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.38%
2281.01/2288.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2281.01/2288.23	c   317s| 43800 |  3973 |  2852k|  63.5 |   759M | 110 | 516 |3362 |1945 | 137k|  1 |  35k|8046 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.38%
2281.31/2288.54	c   317s| 43900 |  3976 |  2855k|  63.4 |   759M | 110 | 516 |3339 |   0 | 137k|  0 |  35k|8050 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.38%
2281.61/2288.89	c   318s| 44000 |  3969 |  2858k|  63.4 |   759M | 110 | 516 |3352 |   0 | 137k|  0 |  36k|8056 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.38%
2282.01/2289.20	c   318s| 44100 |  3981 |  2861k|  63.3 |   759M | 110 | 516 |3351 |1881 | 138k|  1 |  36k|8056 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.38%
2282.31/2289.50	c   318s| 44200 |  3969 |  2863k|  63.2 |   759M | 110 | 516 |3289 |2003 | 138k|  0 |  36k|8056 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.38%
2282.60/2289.88	c   319s| 44300 |  3965 |  2867k|  63.1 |   759M | 110 | 516 |3246 |   0 | 138k|  0 |  36k|8060 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.38%
2282.92/2290.15	c   319s| 44400 |  3968 |  2869k|  63.0 |   759M | 110 | 516 |3258 |   0 | 138k|  0 |  36k|8063 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.38%
2283.30/2290.51	c   319s| 44500 |  3973 |  2872k|  63.0 |   759M | 110 | 516 |3191 |1883 | 139k|  1 |  36k|8067 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.39%
2283.60/2290.81	c   319s| 44600 |  3958 |  2875k|  62.9 |   759M | 110 | 516 |3170 |   0 | 139k|  0 |  36k|8068 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.39%
2283.91/2291.12	c   320s| 44700 |  3951 |  2878k|  62.8 |   760M | 110 | 516 |3126 |   0 | 139k|  0 |  36k|8072 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.39%
2284.10/2291.34	c   320s| 44800 |  3963 |  2880k|  62.7 |   760M | 110 | 516 |3213 |1935 | 139k|  1 |  36k|8079 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.39%
2284.40/2291.61	c   320s| 44900 |  3952 |  2882k|  62.6 |   760M | 110 | 516 |3268 |   0 | 140k|  0 |  36k|8086 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.39%
2284.60/2291.89	c   321s| 45000 |  3946 |  2885k|  62.6 |   760M | 110 | 516 |3252 |1894 | 140k|  1 |  37k|8087 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.39%
2284.91/2292.11	c   321s| 45100 |  3962 |  2887k|  62.5 |   760M | 110 | 516 |3296 |1952 | 140k|  0 |  37k|8088 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.39%
2285.10/2292.33	c   321s| 45200 |  3960 |  2889k|  62.4 |   760M | 110 | 516 |3343 |1922 | 140k|  1 |  37k|8088 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.39%
2285.39/2292.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2285.39/2292.68	c   321s| 45300 |  3949 |  2892k|  62.3 |   760M | 110 | 516 |3368 |1953 | 140k|  1 |  37k|8091 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.39%
2285.81/2293.02	c   322s| 45400 |  3948 |  2894k|  62.2 |   760M | 110 | 516 |3389 |1858 | 141k|  0 |  37k|8092 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.39%
2286.09/2293.38	c   322s| 45500 |  3934 |  2897k|  62.2 |   760M | 110 | 516 |3299 |   0 | 141k|  0 |  37k|8093 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.39%
2286.39/2293.68	c   322s| 45600 |  3932 |  2900k|  62.1 |   760M | 110 | 516 |3308 |1849 | 141k|  1 |  37k|8093 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.39%
2286.69/2293.97	c   323s| 45700 |  3931 |  2903k|  62.0 |   760M | 110 | 516 |3317 |1895 | 142k|  1 |  37k|8093 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.39%
2286.99/2294.23	c   323s| 45800 |  3934 |  2905k|  61.9 |   760M | 110 | 516 |3303 |1840 | 142k|  1 |  37k|8093 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.43%
2287.49/2294.73	c   323s| 45900 |  3949 |  2908k|  61.9 |   760M | 110 | 516 |3310 |   0 | 142k|  0 |  37k|8111 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.43%
2288.09/2295.37	c   324s| 46000 |  3932 |  2912k|  61.8 |   760M | 110 | 516 |3312 |1929 | 143k|  1 |  37k|8148 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.43%
2288.38/2295.69	c   324s| 46100 |  3939 |  2915k|  61.8 |   760M | 110 | 516 |3325 |   0 | 143k|  0 |  37k|8158 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.43%
2288.80/2296.04	c   325s| 46200 |  3950 |  2919k|  61.7 |   760M | 110 | 516 |3311 |1842 | 143k|  1 |  38k|8178 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.43%
2289.08/2296.36	c   325s| 46300 |  3948 |  2921k|  61.6 |   760M | 110 | 516 |3320 |   0 | 143k|  0 |  38k|8196 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.43%
2289.38/2296.67	c   325s| 46400 |  3946 |  2924k|  61.5 |   760M | 110 | 516 |3310 |1888 | 143k|  1 |  38k|8208 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.43%
2289.89/2297.15	c   326s| 46500 |  3946 |  2927k|  61.5 |   760M | 110 | 516 |3354 |1929 | 143k|  1 |  38k|8240 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.43%
2290.38/2297.60	c   326s| 46600 |  3945 |  2931k|  61.4 |   760M | 110 | 516 |3408 |   0 | 144k|  0 |  38k|8267 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.43%
2290.68/2297.94	c   327s| 46700 |  3949 |  2934k|  61.4 |   760M | 110 | 516 |3384 |1933 | 144k|  0 |  38k|8280 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.43%
2291.08/2298.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2291.08/2298.39	c   327s| 46800 |  3945 |  2937k|  61.3 |   760M | 110 | 516 |3333 |1921 | 144k|  1 |  38k|8310 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.43%
2291.47/2298.74	c   327s| 46900 |  3945 |  2940k|  61.2 |   761M | 110 | 516 |3292 |1868 | 144k|  1 |  38k|8330 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.43%
2291.89/2299.15	c   328s| 47000 |  3937 |  2944k|  61.2 |   761M | 110 | 516 |3255 |1889 | 145k|  1 |  38k|8363 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.43%
2292.27/2299.52	c   328s| 47100 |  3930 |  2947k|  61.1 |   761M | 110 | 516 |3242 |1892 | 145k|  1 |  38k|8384 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.43%
2292.67/2299.93	c   329s| 47200 |  3930 |  2951k|  61.1 |   761M | 110 | 516 |3259 |1953 | 145k|  2 |  38k|8405 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.43%
2292.97/2300.26	c   329s| 47300 |  3932 |  2953k|  61.0 |   761M | 110 | 516 |3263 |   0 | 145k|  0 |  39k|8421 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.43%
2293.37/2300.61	c   329s| 47400 |  3944 |  2956k|  60.9 |   761M | 110 | 516 |3275 |1880 | 145k|  1 |  39k|8438 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.43%
2293.67/2300.93	c   330s| 47500 |  3934 |  2959k|  60.9 |   761M | 110 | 516 |3315 |1905 | 145k|  1 |  39k|8453 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.43%
2293.97/2301.22	c   330s| 47600 |  3953 |  2961k|  60.8 |   761M | 110 | 516 |3294 |   0 | 146k|  0 |  39k|8464 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.43%
2294.36/2301.60	c   330s| 47700 |  3957 |  2963k|  60.7 |   761M | 110 | 516 |3292 |   0 | 146k|  0 |  39k|8478 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.43%
2294.77/2302.02	c   331s| 47800 |  3963 |  2966k|  60.6 |   762M | 110 | 516 |3279 |1878 | 146k|  1 |  39k|8492 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.43%
2295.06/2302.32	c   331s| 47900 |  3971 |  2969k|  60.6 |   762M | 110 | 516 |3291 |1905 | 146k|  2 |  39k|8499 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.43%
2295.26/2302.58	c   331s| 48000 |  3967 |  2970k|  60.5 |   762M | 110 | 516 |3315 |   0 | 146k|  0 |  39k|8508 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.43%
2295.66/2303.00	c   332s| 48100 |  3961 |  2974k|  60.4 |   762M | 110 | 516 |3265 |1987 | 147k|  1 |  39k|8532 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.43%
2296.26/2303.50	c   332s| 48200 |  3961 |  2978k|  60.4 |   762M | 110 | 516 |3293 |1856 | 147k|  1 |  39k|8572 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.43%
2296.56/2303.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2296.56/2303.83	c   333s| 48300 |  3958 |  2980k|  60.3 |   762M | 110 | 516 |3332 |1886 | 147k|  1 |  40k|8591 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.43%
2296.95/2304.27	c   333s| 48400 |  3939 |  2983k|  60.3 |   763M | 110 | 516 |3324 |1936 | 147k|  4 |  40k|8609 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.43%
2297.45/2304.79	c   333s| 48500 |  3930 |  2987k|  60.2 |   763M | 110 | 516 |3275 |   0 | 148k|  0 |  40k|8646 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.43%
2303.53/2310.80	c   339s| 48600 |  3918 |  2990k|  60.2 |   763M | 110 | 516 |3270 |1887 | 148k|  1 |  40k|8665 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.44%
2303.74/2311.08	c   340s| 48700 |  3918 |  2992k|  60.1 |   763M | 110 | 516 |3295 |   0 | 148k|  0 |  40k|8674 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.44%
2304.13/2311.44	c   340s| 48800 |  3913 |  2995k|  60.0 |   763M | 110 | 516 |3328 |1926 | 148k|  0 |  40k|8681 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.44%
2304.53/2311.83	c   341s| 48900 |  3896 |  2998k|  60.0 |   763M | 110 | 516 |3276 |1888 | 149k|  1 |  40k|8692 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.44%
2304.74/2312.11	c   341s| 49000 |  3908 |  3001k|  59.9 |   763M | 110 | 516 |3259 |1957 | 149k|  1 |  40k|8693 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.44%
2305.13/2312.40	c   341s| 49100 |  3902 |  3004k|  59.8 |   763M | 110 | 516 |3280 |1895 | 149k|  1 |  40k|8700 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.44%
2305.43/2312.74	c   341s| 49200 |  3897 |  3006k|  59.8 |   763M | 110 | 516 |3307 |1934 | 149k|  1 |  40k|8715 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.45%
2305.74/2313.09	c   342s| 49300 |  3894 |  3009k|  59.7 |   763M | 110 | 516 |3277 |1889 | 149k|  1 |  41k|8728 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.45%
2306.03/2313.38	c   342s| 49400 |  3905 |  3011k|  59.6 |   763M | 110 | 516 |3337 |   0 | 149k|  0 |  41k|8732 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.45%
2306.62/2313.99	c   343s| 49500 |  3919 |  3013k|  59.5 |   763M | 110 | 516 |3243 |1821 | 150k|  0 |  41k|8759 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.68%
2307.02/2314.32	c   343s| 49600 |  3912 |  3015k|  59.5 |   763M | 110 | 516 |3226 |   0 | 150k|  0 |  41k|8771 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.71%
2307.32/2314.68	c   343s| 49700 |  3914 |  3018k|  59.4 |   763M | 110 | 516 |3240 |1910 | 150k|  1 |  41k|8778 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.71%
2307.73/2315.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2307.73/2315.01	c   344s| 49800 |  3917 |  3021k|  59.3 |   763M | 110 | 516 |3256 |1940 | 150k|  1 |  41k|8786 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.71%
2308.02/2315.36	c   344s| 49900 |  3923 |  3024k|  59.3 |   763M | 110 | 516 |3288 |   0 | 151k|  0 |  41k|8792 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.71%
2308.42/2315.73	c   344s| 50000 |  3921 |  3027k|  59.2 |   763M | 110 | 516 |3273 |1840 | 151k|  1 |  41k|8804 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.71%
2308.73/2316.02	c   345s| 50100 |  3922 |  3030k|  59.2 |   763M | 110 | 516 |3269 |1868 | 151k|  1 |  41k|8812 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.71%
2309.01/2316.32	c   345s| 50200 |  3913 |  3033k|  59.1 |   763M | 110 | 516 |3283 |   0 | 151k|  0 |  41k|8815 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.71%
2309.31/2316.63	c   345s| 50300 |  3899 |  3036k|  59.0 |   763M | 110 | 516 |3283 |1881 | 152k|  0 |  41k|8822 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.71%
2309.51/2316.87	c   346s| 50400 |  3899 |  3038k|  59.0 |   763M | 110 | 516 |3298 |1883 | 152k|  1 |  42k|8826 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.71%
2309.91/2317.26	c   346s| 50500 |  3899 |  3041k|  58.9 |   763M | 110 | 516 |3255 |   0 | 152k|  0 |  42k|8831 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.71%
2310.21/2317.57	c   346s| 50600 |  3890 |  3043k|  58.9 |   763M | 110 | 516 |3264 |   0 | 152k|  0 |  42k|8839 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.71%
2310.51/2317.89	c   347s| 50700 |  3888 |  3046k|  58.8 |   763M | 110 | 516 |3292 |1886 | 153k|  1 |  42k|8842 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.71%
2310.82/2318.16	c   347s| 50800 |  3876 |  3049k|  58.7 |   764M | 110 | 516 |3344 |   0 | 153k|  0 |  42k|8846 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.71%
2311.21/2318.52	c   347s| 50900 |  3863 |  3052k|  58.7 |   764M | 110 | 516 |3313 |1944 | 153k|  1 |  42k|8849 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.71%
2311.51/2318.85	c   348s| 51000 |  3860 |  3055k|  58.6 |   764M | 110 | 516 |3297 |1893 | 154k|  0 |  42k|8858 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.71%
2311.82/2319.11	c   348s| 51100 |  3856 |  3057k|  58.6 |   764M | 110 | 516 |3379 |   0 | 154k|  0 |  42k|8859 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.71%
2312.10/2319.43	c   348s| 51200 |  3849 |  3060k|  58.5 |   764M | 110 | 516 |3356 |1901 | 154k|  1 |  42k|8859 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.72%
2312.60/2319.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2312.60/2319.92	c   349s| 51300 |  3869 |  3064k|  58.5 |   764M | 110 | 516 |3291 |1876 | 154k|  1 |  42k|8870 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.77%
2312.90/2320.20	c   349s| 51400 |  3870 |  3066k|  58.4 |   764M | 110 | 516 |3304 |   0 | 154k|  0 |  42k|8872 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.77%
2313.20/2320.59	c   349s| 51500 |  3882 |  3069k|  58.3 |   764M | 110 | 516 |3243 |   0 | 155k|  0 |  42k|8877 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.79%
2313.60/2320.94	c   350s| 51600 |  3878 |  3071k|  58.3 |   764M | 110 | 516 |3229 |1925 | 155k|  2 |  43k|8881 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.79%
2313.90/2321.25	c   350s| 51700 |  3893 |  3073k|  58.2 |   764M | 110 | 516 |3227 |   0 | 155k|  0 |  43k|8888 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.79%
2314.10/2321.47	c   350s| 51800 |  3894 |  3076k|  58.1 |   765M | 110 | 516 |3189 |1893 | 155k|  1 |  43k|8889 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.79%
2314.40/2321.72	c   350s| 51900 |  3899 |  3078k|  58.1 |   765M | 110 | 516 |3184 |   0 | 156k|  0 |  43k|8894 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.79%
2314.71/2322.03	c   351s| 52000 |  3910 |  3080k|  58.0 |   765M | 110 | 516 |3169 |1930 | 156k|  1 |  43k|8898 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.79%
2314.99/2322.31	c   351s| 52100 |  3918 |  3083k|  57.9 |   765M | 110 | 516 |3207 |1923 | 156k|  0 |  43k|8899 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.79%
2315.39/2322.74	c   351s| 52200 |  3915 |  3086k|  57.9 |   765M | 110 | 516 |3252 |1870 | 156k|  1 |  43k|8903 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.79%
2315.70/2323.02	c   352s| 52300 |  3906 |  3089k|  57.8 |   765M | 110 | 516 |3263 |   0 | 157k|  0 |  43k|8905 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.79%
2315.99/2323.36	c   352s| 52400 |  3911 |  3092k|  57.8 |   765M | 110 | 516 |3265 |1896 | 157k|  1 |  43k|8910 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.79%
2316.29/2323.66	c   352s| 52500 |  3904 |  3095k|  57.7 |   765M | 110 | 516 |3276 |1888 | 157k|  1 |  43k|8914 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.79%
2316.59/2323.99	c   353s| 52600 |  3903 |  3098k|  57.7 |   765M | 110 | 516 |3291 |1873 | 158k|  1 |  43k|8915 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.79%
2316.99/2324.31	c   353s| 52700 |  3905 |  3102k|  57.6 |   765M | 110 | 516 |3284 |1900 | 158k|  1 |  43k|8925 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.79%
2317.29/2324.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2317.29/2324.60	c   353s| 52800 |  3922 |  3104k|  57.6 |   765M | 110 | 516 |3289 |   0 | 158k|  0 |  44k|8936 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.79%
2317.58/2324.90	c   354s| 52900 |  3914 |  3107k|  57.5 |   765M | 110 | 516 |3264 |1927 | 159k|  0 |  44k|8942 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.79%
2317.80/2325.12	c   354s| 53000 |  3918 |  3109k|  57.5 |   765M | 110 | 516 |3260 |   0 | 159k|  0 |  44k|8942 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.79%
2317.98/2325.33	c   354s| 53100 |  3919 |  3111k|  57.4 |   765M | 110 | 516 |3283 |1860 | 159k|  0 |  44k|8942 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.79%
2318.28/2325.62	c   354s| 53200 |  3912 |  3113k|  57.3 |   766M | 110 | 516 |3268 |   0 | 159k|  0 |  44k|8942 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.79%
2318.48/2325.87	c   355s| 53300 |  3921 |  3115k|  57.3 |   766M | 110 | 516 |3249 |   0 | 159k|  0 |  44k|8943 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.79%
2318.79/2326.15	c   355s| 53400 |  3929 |  3118k|  57.2 |   766M | 110 | 516 |3226 |1956 | 160k|  1 |  44k|8945 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.79%
2318.98/2326.34	c   355s| 53500 |  3940 |  3119k|  57.1 |   766M | 110 | 516 |3236 |   0 | 160k|  0 |  44k|8945 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.79%
2319.18/2326.55	c   355s| 53600 |  3943 |  3122k|  57.1 |   766M | 110 | 516 |3248 |   0 | 160k|  0 |  44k|8945 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.79%
2319.48/2326.81	c   355s| 53700 |  3940 |  3124k|  57.0 |   766M | 110 | 516 |3226 |1956 | 160k|  1 |  44k|8945 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.79%
2319.69/2327.10	c   356s| 53800 |  3943 |  3126k|  56.9 |   766M | 110 | 516 |3224 |1917 | 161k|  0 |  44k|8946 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.79%
2319.98/2327.32	c   356s| 53900 |  3939 |  3128k|  56.9 |   766M | 110 | 516 |3228 |   0 | 161k|  0 |  44k|8947 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.79%
2320.18/2327.58	c   356s| 54000 |  3946 |  3131k|  56.8 |   766M | 110 | 516 |3219 |1891 | 161k|  1 |  44k|8949 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.79%
2320.47/2327.88	c   357s| 54100 |  3939 |  3134k|  56.8 |   766M | 110 | 516 |3210 |   0 | 161k|  0 |  44k|8949 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.79%
2321.17/2328.57	c   357s| 54200 |  3944 |  3143k|  56.8 |   766M | 110 | 516 |3164 |1908 | 161k|  1 |  45k|8959 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.81%
2321.68/2329.06	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2321.68/2329.06	c   358s| 54300 |  3938 |  3150k|  56.8 |   767M | 110 | 516 |3158 |   0 | 162k|  0 |  45k|8962 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.82%
2322.07/2329.46	c   358s| 54400 |  3936 |  3156k|  56.8 |   767M | 110 | 516 |3150 |   0 | 162k|  0 |  45k|8962 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.82%
2322.57/2329.95	c   359s| 54500 |  3937 |  3163k|  56.9 |   767M | 110 | 516 |3173 |1951 | 162k|  1 |  45k|8972 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.82%
2323.07/2330.43	c   359s| 54600 |  3931 |  3170k|  56.9 |   767M | 110 | 516 |3172 |1887 | 162k|  1 |  45k|8972 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.82%
2323.57/2330.98	c   360s| 54700 |  3928 |  3177k|  56.9 |   767M | 110 | 516 |3164 |1877 | 163k|  1 |  45k|8976 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.82%
2324.16/2331.51	c   360s| 54800 |  3926 |  3184k|  57.0 |   767M | 110 | 516 |3144 |1924 | 163k|  0 |  45k|8977 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.83%
2324.46/2331.88	c   361s| 54900 |  3921 |  3189k|  56.9 |   767M | 110 | 516 |3157 |1965 | 163k|  2 |  45k|8985 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.83%
2325.06/2332.41	c   361s| 55000 |  3915 |  3197k|  57.0 |   767M | 110 | 516 |3142 |   0 | 164k|  0 |  45k|8985 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.83%
2325.56/2332.91	c   362s| 55100 |  3921 |  3205k|  57.0 |   767M | 110 | 516 |3156 |1869 | 164k|  7 |  45k|8990 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.83%
2326.06/2333.47	c   362s| 55200 |  3919 |  3212k|  57.0 |   767M | 110 | 516 |3176 |1897 | 165k|  0 |  45k|8996 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.83%
2326.85/2334.23	c   363s| 55300 |  3918 |  3221k|  57.1 |   767M | 110 | 516 |3190 |1893 | 165k|  1 |  45k|8996 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.83%
2327.25/2334.67	c   363s| 55400 |  3910 |  3227k|  57.1 |   767M | 110 | 516 |3208 |1933 | 165k|  1 |  45k|8997 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.83%
2327.66/2335.06	c   364s| 55500 |  3915 |  3233k|  57.1 |   767M | 110 | 516 |3227 |1900 | 166k|  1 |  45k|8997 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.83%
2328.05/2335.40	c   364s| 55600 |  3918 |  3238k|  57.1 |   767M | 110 | 516 |3266 |1860 | 166k|  0 |  46k|9000 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.83%
2328.35/2335.71	c   364s| 55700 |  3913 |  3241k|  57.0 |   767M | 110 | 516 |3326 |1910 | 166k|  0 |  46k|9002 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.83%
2328.85/2336.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2328.85/2336.20	c   365s| 55800 |  3910 |  3248k|  57.1 |   767M | 110 | 516 |3341 |   0 | 167k|  0 |  46k|9002 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.83%
2329.35/2336.71	c   365s| 55900 |  3910 |  3256k|  57.1 |   767M | 110 | 516 |3388 |   0 | 167k|  0 |  46k|9003 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.83%
2329.76/2337.12	c   366s| 56000 |  3916 |  3262k|  57.1 |   767M | 110 | 516 |3391 |   0 | 167k|  0 |  46k|9007 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.83%
2330.24/2337.64	c   366s| 56100 |  3913 |  3270k|  57.2 |   767M | 110 | 516 |3389 |1868 | 168k|  1 |  46k|9011 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.83%
2330.66/2338.08	c   367s| 56200 |  3909 |  3276k|  57.2 |   767M | 110 | 516 |3379 |   0 | 168k|  0 |  46k|9011 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.83%
2331.24/2338.63	c   367s| 56300 |  3913 |  3283k|  57.2 |   767M | 110 | 516 |3365 |1875 | 168k|  1 |  46k|9015 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.83%
2331.65/2339.07	c   368s| 56400 |  3900 |  3289k|  57.2 |   767M | 110 | 516 |3383 |1886 | 169k|  1 |  46k|9022 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.83%
2332.04/2339.48	c   368s| 56500 |  3894 |  3294k|  57.2 |   768M | 110 | 516 |3346 |1890 | 169k|  0 |  46k|9026 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.83%
2332.65/2340.09	c   369s| 56600 |  3905 |  3302k|  57.2 |   768M | 110 | 516 |3360 |1931 | 169k|  2 |  46k|9037 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.83%
2333.13/2340.52	c   369s| 56700 |  3905 |  3307k|  57.2 |   768M | 110 | 516 |3364 |1822 | 170k|  1 |  46k|9042 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.83%
2333.53/2340.91	c   370s| 56800 |  3920 |  3312k|  57.2 |   768M | 110 | 516 |3395 |1878 | 170k|  1 |  46k|9056 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.83%
2333.83/2341.25	c   370s| 56900 |  3926 |  3316k|  57.2 |   768M | 110 | 516 |3403 |   0 | 170k|  0 |  46k|9075 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.83%
2334.33/2341.79	c   370s| 57000 |  3926 |  3321k|  57.2 |   768M | 110 | 516 |3380 |1862 | 171k|  1 |  47k|9089 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.83%
2335.13/2342.53	c   371s| 57100 |  3919 |  3331k|  57.2 |   768M | 110 | 516 |3387 |1831 | 171k|  1 |  47k|9107 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.83%
2335.64/2343.03	c   372s| 57200 |  3923 |  3338k|  57.2 |   768M | 110 | 516 |3385 |   0 | 171k|  0 |  47k|9108 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.83%
2336.42/2343.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2336.42/2343.81	c   372s| 57300 |  3921 |  3347k|  57.3 |   768M | 110 | 516 |3328 |1852 | 172k|  1 |  47k|9128 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.83%
2336.92/2344.36	c   373s| 57400 |  3917 |  3353k|  57.3 |   768M | 110 | 516 |3309 |1867 | 172k|  1 |  47k|9145 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.83%
2337.42/2344.83	c   374s| 57500 |  3914 |  3360k|  57.3 |   768M | 110 | 516 |3286 |1943 | 172k|  1 |  47k|9145 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.83%
2338.12/2345.55	c   374s| 57600 |  3908 |  3368k|  57.4 |   768M | 110 | 516 |3284 |   0 | 172k|  0 |  47k|9158 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.84%
2338.52/2346.01	c   375s| 57700 |  3902 |  3374k|  57.4 |   769M | 110 | 516 |3295 |1846 | 172k|  2 |  47k|9167 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.84%
2339.21/2346.60	c   375s| 57800 |  3909 |  3381k|  57.4 |   769M | 110 | 516 |3293 |1883 | 173k|  0 |  47k|9194 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.84%
2339.63/2347.04	c   376s| 57900 |  3903 |  3386k|  57.4 |   769M | 110 | 516 |3277 |1891 | 173k|  1 |  47k|9208 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.84%
2340.41/2347.80	c   376s| 58000 |  3894 |  3394k|  57.4 |   769M | 110 | 516 |3224 |1875 | 173k|  1 |  47k|9225 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.84%
2341.01/2348.45	c   377s| 58100 |  3885 |  3400k|  57.4 |   769M | 110 | 516 |3215 |1885 | 174k|  0 |  47k|9238 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.84%
2341.51/2348.97	c   378s| 58200 |  3880 |  3407k|  57.4 |   769M | 110 | 516 |3202 |1899 | 174k|  1 |  47k|9241 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.84%
2341.91/2349.37	c   378s| 58300 |  3883 |  3412k|  57.4 |   769M | 110 | 516 |3220 |1929 | 174k|  3 |  48k|9265 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.84%
2342.30/2349.77	c   378s| 58400 |  3869 |  3417k|  57.4 |   769M | 110 | 516 |3237 |   0 | 174k|  0 |  48k|9285 |-2.000000e+00 |-4.000000e+00*| 100.00%|  24.84%
2342.72/2350.19	c in SCIP_DECL_EVENTEXEC found by SCIP
2342.72/2350.19	o 3
2342.80/2350.20	c Model check passed
2342.80/2350.23	c * 379s| 58459 |   878 |  3422k|  57.5 |    LP  | 110 | 516 |3201 |1832 | 174k|  1 |  48k|9296 |-2.000000e+00 |-3.000000e+00 |  50.00%|  49.13%
2343.00/2350.49	c   379s| 58500 |   875 |  3425k|  57.5 |   769M | 110 | 516 |3182 |1854 | 174k|  0 |  48k|9309 |-2.000000e+00 |-3.000000e+00 |  50.00%|  49.34%
2343.50/2350.98	c   380s| 58600 |   863 |  3432k|  57.5 |   769M | 110 | 516 |3183 |   0 | 175k|  0 |  48k|9310 |-2.000000e+00 |-3.000000e+00 |  50.00%|  49.84%
2344.71/2352.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2344.71/2352.12	c   381s| 58700 |   863 |  3439k|  57.5 |   769M | 110 | 516 |3218 |1896 | 175k|  2 |  48k|9319 |-2.000000e+00 |-3.000000e+00 |  50.00%|  50.05%
2345.29/2352.72	c   381s| 58800 |   857 |  3443k|  57.5 |   769M | 110 | 516 |3273 |1869 | 175k|  1 |  48k|9332 |-2.000000e+00 |-3.000000e+00 |  50.00%|  50.17%
2345.99/2353.41	c   382s| 58900 |   862 |  3447k|  57.4 |   769M | 110 | 516 |3290 |1902 | 175k|  1 |  48k|9332 |-2.000000e+00 |-3.000000e+00 |  50.00%|  50.22%
2346.49/2354.00	c   383s| 59000 |   858 |  3455k|  57.5 |   769M | 110 | 516 |3280 |1880 | 176k|  1 |  48k|9344 |-2.000000e+00 |-3.000000e+00 |  50.00%|  50.30%
2347.09/2354.54	c   383s| 59100 |   864 |  3461k|  57.5 |   769M | 110 | 516 |3259 |1928 | 176k|  1 |  48k|9360 |-2.000000e+00 |-3.000000e+00 |  50.00%|  50.44%
2347.60/2355.01	c   384s| 59200 |   845 |  3467k|  57.5 |   769M | 110 | 516 |3258 |1824 | 176k|  2 |  48k|9369 |-2.000000e+00 |-3.000000e+00 |  50.00%|  51.12%
2348.09/2355.51	c   384s| 59300 |   836 |  3474k|  57.5 |   769M | 110 | 516 |3244 |1892 | 176k|  1 |  48k|9381 |-2.000000e+00 |-3.000000e+00 |  50.00%|  51.54%
2348.38/2355.85	c   385s| 59400 |   834 |  3478k|  57.5 |   769M | 110 | 516 |3256 |1905 | 177k|  1 |  48k|9385 |-2.000000e+00 |-3.000000e+00 |  50.00%|  51.66%
2348.78/2356.23	c   385s| 59500 |   826 |  3484k|  57.5 |   769M | 110 | 516 |3195 |1885 | 177k|  1 |  48k|9388 |-2.000000e+00 |-3.000000e+00 |  50.00%|  52.04%
2349.28/2356.70	c   385s| 59600 |   813 |  3490k|  57.5 |   769M | 110 | 516 |3164 |1825 | 177k|  1 |  49k|9396 |-2.000000e+00 |-3.000000e+00 |  50.00%|  52.67%
2349.69/2357.12	c   386s| 59700 |   799 |  3496k|  57.5 |   769M | 110 | 516 |3169 |1875 | 178k|  2 |  49k|9401 |-2.000000e+00 |-3.000000e+00 |  50.00%|  53.26%
2350.28/2357.72	c   386s| 59800 |   789 |  3503k|  57.5 |   769M | 110 | 516 |3165 |1884 | 178k|  1 |  49k|9408 |-2.000000e+00 |-3.000000e+00 |  50.00%|  53.91%
2350.69/2358.15	c   387s| 59900 |   784 |  3509k|  57.5 |   769M | 110 | 516 |3212 |1894 | 178k|  1 |  49k|9413 |-2.000000e+00 |-3.000000e+00 |  50.00%|  54.08%
2351.07/2358.59	c   387s| 60000 |   778 |  3515k|  57.5 |   769M | 110 | 516 |3214 |   0 | 178k|  0 |  49k|9415 |-2.000000e+00 |-3.000000e+00 |  50.00%|  54.46%
2351.77/2359.20	c   388s| 60100 |   768 |  3525k|  57.6 |   769M | 110 | 516 |3244 |1854 | 179k|  2 |  49k|9416 |-2.000000e+00 |-3.000000e+00 |  50.00%|  54.79%
2352.07/2359.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2352.07/2359.52	c   388s| 60200 |   760 |  3529k|  57.6 |   769M | 110 | 516 |3262 |1927 | 179k|  2 |  49k|9418 |-2.000000e+00 |-3.000000e+00 |  50.00%|  55.29%
2352.47/2360.01	c   389s| 60300 |   742 |  3536k|  57.6 |   769M | 110 | 516 |3265 |1868 | 179k|  2 |  49k|9424 |-2.000000e+00 |-3.000000e+00 |  50.00%|  56.09%
2352.77/2360.28	c   389s| 60400 |   729 |  3540k|  57.5 |   769M | 110 | 516 |3302 |1858 | 179k|  1 |  49k|9427 |-2.000000e+00 |-3.000000e+00 |  50.00%|  56.55%
2353.07/2360.51	c   389s| 60500 |   725 |  3543k|  57.5 |   769M | 110 | 516 |3353 |1821 | 179k|  1 |  49k|9427 |-2.000000e+00 |-3.000000e+00 |  50.00%|  56.84%
2353.47/2360.99	c   390s| 60600 |   710 |  3549k|  57.5 |   769M | 110 | 516 |3311 |   0 | 180k|  0 |  49k|9430 |-2.000000e+00 |-3.000000e+00 |  50.00%|  57.43%
2353.96/2361.40	c   390s| 60700 |   704 |  3555k|  57.5 |   769M | 110 | 516 |3320 |1876 | 180k|  1 |  50k|9432 |-2.000000e+00 |-3.000000e+00 |  50.00%|  57.80%
2354.58/2362.07	c   391s| 60800 |   685 |  3564k|  57.6 |   769M | 110 | 516 |3271 |1908 | 180k|  1 |  50k|9436 |-2.000000e+00 |-3.000000e+00 |  50.00%|  58.72%
2355.07/2362.50	c   391s| 60900 |   649 |  3569k|  57.6 |   769M | 110 | 516 |3225 |   0 | 180k|  0 |  50k|9439 |-2.000000e+00 |-3.000000e+00 |  50.00%|  60.02%
2355.46/2362.93	c   392s| 61000 |   647 |  3576k|  57.6 |   769M | 110 | 516 |3239 |1908 | 180k|  1 |  50k|9439 |-2.000000e+00 |-3.000000e+00 |  50.00%|  60.27%
2355.76/2363.28	c   392s| 61100 |   644 |  3580k|  57.6 |   769M | 110 | 516 |3219 |   0 | 181k|  0 |  50k|9441 |-2.000000e+00 |-3.000000e+00 |  50.00%|  60.35%
2356.16/2363.62	c   392s| 61200 |   648 |  3585k|  57.5 |   769M | 110 | 516 |3221 |1946 | 181k|  2 |  50k|9443 |-2.000000e+00 |-3.000000e+00 |  50.00%|  60.35%
2356.46/2363.99	c   393s| 61300 |   647 |  3590k|  57.5 |   769M | 110 | 516 |3230 |1905 | 181k|  1 |  50k|9444 |-2.000000e+00 |-3.000000e+00 |  50.00%|  60.35%
2361.65/2369.16	c   398s| 61400 |   656 |  3593k|  57.5 |   769M | 110 | 516 |3248 |1941 | 182k|  1 |  50k|9444 |-2.000000e+00 |-3.000000e+00 |  50.00%|  60.35%
2361.94/2369.47	c   398s| 61500 |   653 |  3598k|  57.5 |   769M | 110 | 516 |3262 |   0 | 182k|  0 |  50k|9446 |-2.000000e+00 |-3.000000e+00 |  50.00%|  60.40%
2362.34/2369.81	c in SCIP_DECL_EVENTEXEC found by SCIP
2362.34/2369.81	o 2
2362.34/2369.81	c Model check passed
2362.34/2369.83	c * 399s| 61596 |     0 |  3603k|  57.5 |    LP  | 110 | 516 |3246 |1837 | 182k|  1 |  50k|9446 |-2.000000e+00 |-2.000000e+00 |   0.00%| 100.00%
2362.34/2369.83	c 
2362.34/2369.83	c SCIP Status        : problem is solved [optimal solution found]
2362.34/2369.83	c Solving Time (sec) : 398.52
2362.34/2369.83	c Solving Nodes      : 61596 (total of 62646 nodes in 2 runs)
2362.34/2369.83	c Primal Bound       : -2.00000000000000e+00 (3 solutions, 2 respecting the objective limit)
2362.34/2369.83	c Dual Bound         : -2.00000000000000e+00
2362.34/2369.83	c Gap                : 0.00 %
2362.34/2369.84	c SCIP status: 1 (OPTIMAL)
2362.34/2369.84	c SCIP primal bound improved LB: 30879 -> 30881
2362.34/2369.84	c SCIP LP bound tightened UB: 30882 -> 30881
2362.34/2369.84	c pb_solver_status: sst_sat
2362.34/2369.84	c LB_goalvalue: 30881
2362.34/2369.84	c UB_goalvalue: 30881
2362.34/2369.84	c findModelForBestValue: pb_solver_status=sst_sat
2362.34/2369.84	c pb_solver_status: sst_best
2362.34/2369.84	s OPTIMUM FOUND
2362.34/2369.84	v -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 -x83 -x84 -x85 -x86 -x87 -x88 x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -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 x204 x205 x206 x207 x208 x209 x210 x211 x212 x213 x214 -x215 -x216 -x217 -x218 -x219 -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 -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 -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 -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 x692 -x693 -x694 -x695 -x696 -x697 -x698 -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 -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 x82 x795 x97 x203 x220 x398 x442 x643 x690 x691 x699 x700 x752 -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 -x785 -x786 -x787 -x788 x789 -x790 -x791 -x792 -x793 -x794
2362.34/2369.84	c Model check passed
2362.34/2369.84	c Model check has passed with goal value: 2
2362.34/2369.84	c _____________________________________________________________________________
2362.34/2369.84	c std/band forms        : 1110,0
2362.34/2369.84	c 2cl/3cl ITE-codings   : 62040128,0
2362.34/2369.84	c BDD/srt/adr Max costs : 32191433,152213,0
2362.34/2369.84	c BDDraw/bin/mul/srt/adr: 1082,0,8,20,0
2362.34/2369.84	c BDD nodes             : 62463046
2362.34/2369.84	c Es1/CC detections     : 0,0
2362.34/2369.84	c CC sort               : 1
2362.34/2369.84	c SAT/UNSAT calls       : 17,0
2362.34/2369.84	c regenrated variables  : 0
2362.34/2369.84	c eliminated fixed lits : 2870
2362.34/2369.84	c goal lit flips        : 0
2362.34/2369.84	c goal stages           : 0
2362.34/2369.84	c goal shrink           : 0
2362.34/2369.84	c goal coeff separations: 1
2362.34/2369.84	c restarts              : 0
2362.34/2369.84	c conflicts             : 0              (0 /sec)
2362.34/2369.84	c decisions             : 0              (0 /sec)
2362.34/2369.84	c propagations          : 14372745       (6084 /sec)
2362.34/2369.84	c inspects              : 0              (0 /sec)
2362.34/2369.84	c CPU time (solving tm) : 2362 s        (730.2 s, SAT 198 s, UNSAT 0 s)
2362.34/2369.84	c SAT solver time       : 730.2 s
2362.34/2369.84	c SAT solver SAT time   : 198 s
2362.34/2369.84	c SAT solver UNSAT time : 0 s
2362.34/2369.84	c SAT solver TO time    : 532.2 s
2362.34/2369.84	c Time for SCIP         : 1375 s
2362.34/2369.84	c Coop SCIP LB improvements           : 2
2362.34/2369.84	c Coop SCIP UB improvements           : 2
2362.34/2369.84	c SCIP globally fixed variables       : 0
2362.34/2369.84	c SAT  globally fixed variables       : 539
2362.34/2369.84	c SCIP freeTransform calls            : 17
2362.34/2369.84	c Time for Opt-base     : 0.02809 s
2362.34/2369.84	c Steps for Opt-base    : 222336
2362.34/2369.84	c Time for BDD coding   : 192.7 s
2362.34/2369.84	c Time for srt coding   : 0.1601 s
2362.34/2369.84	c Inner solver invocations            : 0
2362.34/2369.84	c Inner solving count                 : 0
2362.34/2369.84	c _____________________________________________________________________________

Verifier Data

OK	2

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

running on 4 cores: 24-27

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 0-1,3-4,7,12,14-16,18-20,22,28,30-32,34-35,37-39,41-43,45-46,48,50-52,54-55,62
  3550 MHz: 17,33,40,56-59
  3600 MHz: 2,5-6,8-11,13,21,23-27,29,36,44,47,49,53,60-61,63
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 24-27

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (98511 MiB free)
  node 1: cores 8-15, 128973 MiB (70433 MiB free)
  node 2: cores 16-23, 129019 MiB (116862 MiB free)
  node 3: cores 24-31, 129003 MiB (93973 MiB free)
  node 4: cores 32-39, 129019 MiB (114707 MiB free)
  node 5: cores 40-47, 129019 MiB (105628 MiB free)
  node 6: cores 48-55, 129019 MiB (117185 MiB free)
  node 7: cores 56-63, 128474 MiB (108626 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=2295800, runsolver pid=2295797
Current StackSize limit: 8192 KiB


[startup+0.100065 s]*
/proc/loadavg: 16.04 16.12 16.03 17/867 2295803
/proc/meminfo: memFree=845744844/1055320708 swapFree=32681384/33554428
[pid=2295800] ppid=2295797 vsize=92792 memory=17448 CPUtime=0.07 cores=24-27
/proc/2295800/stat : 2295800 (naps_release) R 2295797 2295800 2291478 0 -1 4194304 2062 207 0 0 7 0 0 0 20 0 1 0 147106601 95019008 4224 18446744073709551615 4210688 6281017 140728754941632 0 0 0 0 0 16898 0 0 0 17 25 0 0 0 0 0 6662968 6676388 33402880 140728754944219 140728754944400 140728754944400 140728754950088 0
/proc/2295800/statm: 23198 4362 2764 506 0 3889 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 92792 KiB
Current children cumulated memory: 17448 KiB

[startup+0.211849 s]*
/proc/loadavg: 16.04 16.12 16.03 16/867 2295803
/proc/meminfo: memFree=845733540/1055320708 swapFree=32681384/33554428
[pid=2295800] ppid=2295797 vsize=105764 memory=24016 CPUtime=0.18 cores=24-27
/proc/2295800/stat : 2295800 (naps_release) R 2295797 2295800 2291478 0 -1 4194304 3704 207 0 0 18 0 0 0 20 0 1 0 147106601 108302336 5888 18446744073709551615 4210688 6281017 140728754941632 0 0 0 0 0 16898 0 0 0 17 25 0 0 0 0 0 6662968 6676388 33402880 140728754944219 140728754944400 140728754944400 140728754950088 0
/proc/2295800/statm: 26441 6004 2764 506 0 7132 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 105764 KiB
Current children cumulated memory: 24016 KiB

[startup+0.311706 s]*
/proc/loadavg: 16.04 16.12 16.03 17/867 2295803
/proc/meminfo: memFree=845723972/1055320708 swapFree=32681384/33554428
[pid=2295800] ppid=2295797 vsize=117340 memory=29860 CPUtime=0.28 cores=24-27
/proc/2295800/stat : 2295800 (naps_release) R 2295797 2295800 2291478 0 -1 4194304 5164 207 0 0 28 0 0 0 20 0 1 0 147106601 120156160 7296 18446744073709551615 4210688 6281017 140728754941632 0 0 0 0 0 16898 0 0 0 17 25 0 0 0 0 0 6662968 6676388 33402880 140728754944219 140728754944400 140728754944400 140728754950088 0
/proc/2295800/statm: 29335 7464 2764 506 0 10026 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 117340 KiB
Current children cumulated memory: 29860 KiB

[startup+0.700162 s]
/proc/loadavg: 16.04 16.12 16.03 17/867 2295803
/proc/meminfo: memFree=845633504/1055320708 swapFree=32681384/33554428
[pid=2295800] ppid=2295797 vsize=221132 memory=130596 CPUtime=0.66 cores=24-27
/proc/2295800/stat : 2295800 (naps_release) R 2295797 2295800 2291478 0 -1 4194304 29324 207 0 0 64 2 0 0 20 0 1 0 147106601 226439168 32524 18446744073709551615 4210688 6281017 140728754941632 0 0 0 0 0 16898 0 0 0 17 25 0 0 0 0 0 6662968 6676388 33402880 140728754944219 140728754944400 140728754944400 140728754950088 0
/proc/2295800/statm: 55283 32649 5386 506 0 35974 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 221132 KiB
Current children cumulated memory: 130596 KiB

[startup+1.50018 s]
/proc/loadavg: 16.04 16.12 16.03 15/863 2295811
/proc/meminfo: memFree=846057268/1055320708 swapFree=32681384/33554428
[pid=2295800] ppid=2295797 vsize=420336 memory=309624 CPUtime=1.45 cores=24-27
/proc/2295800/stat : 2295800 (naps_release) R 2295797 2295800 2291478 0 -1 4194304 56422 207 0 0 142 3 0 0 20 0 1 0 147106601 430424064 77298 18446744073709551615 4210688 6281017 140728754941632 0 0 0 0 0 16898 0 0 0 17 25 0 0 0 0 0 6662968 6676388 33402880 140728754944219 140728754944400 140728754944400 140728754950088 0
/proc/2295800/statm: 105084 77406 5801 506 0 85775 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 420336 KiB
Current children cumulated memory: 309624 KiB

[startup+3.11385 s]
/proc/loadavg: 16.04 16.12 16.03 17/872 2295896
/proc/meminfo: memFree=845540052/1055320708 swapFree=32681384/33554428
[pid=2295800] ppid=2295797 vsize=603080 memory=486212 CPUtime=3.07 cores=24-27
/proc/2295800/stat : 2295800 (naps_release) R 2295797 2295800 2291478 0 -1 4194304 92003 207 0 0 302 5 0 0 20 0 1 0 147106601 617553920 121493 18446744073709551615 4210688 6281017 140728754941632 0 0 0 0 0 16898 0 0 0 17 25 0 0 0 0 0 6662968 6676388 33402880 140728754944219 140728754944400 140728754944400 140728754950088 0
/proc/2295800/statm: 150770 121553 6144 506 0 131461 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 603080 KiB
Current children cumulated memory: 486212 KiB

[startup+6.30016 s]
/proc/loadavg: 16.03 16.12 16.03 16/870 2295896
/proc/meminfo: memFree=845791784/1055320708 swapFree=32681384/33554428
[pid=2295800] ppid=2295797 vsize=768480 memory=648568 CPUtime=6.24 cores=24-27
/proc/2295800/stat : 2295800 (naps_release) R 2295797 2295800 2291478 0 -1 4194304 130654 207 0 0 617 7 0 0 20 0 1 0 147106601 786923520 162026 18446744073709551615 4210688 6281017 140728754941632 0 0 0 0 0 16898 0 0 0 17 25 0 0 0 0 0 6662968 6676388 33402880 140728754944219 140728754944400 140728754944400 140728754950088 0
/proc/2295800/statm: 192120 162142 6144 506 0 172811 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 768480 KiB
Current children cumulated memory: 648568 KiB

[startup+12.7001 s]
/proc/loadavg: 16.03 16.11 16.03 17/872 2295946
/proc/meminfo: memFree=844625412/1055320708 swapFree=32681384/33554428
[pid=2295800] ppid=2295797 vsize=805552 memory=687116 CPUtime=12.62 cores=24-27
/proc/2295800/stat : 2295800 (naps_release) R 2295797 2295800 2291478 0 -1 4194304 134729 207 0 0 1255 7 0 0 20 0 1 0 147106601 824885248 171727 18446744073709551615 4210688 6281017 140728754941632 0 0 0 0 0 16898 0 0 0 17 25 0 0 0 0 0 6662968 6676388 33402880 140728754944219 140728754944400 140728754944400 140728754950088 0
/proc/2295800/statm: 201388 171779 6160 506 0 182079 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 805552 KiB
Current children cumulated memory: 687116 KiB

[startup+25.5002 s]
/proc/loadavg: 16.02 16.11 16.02 17/872 2295996
/proc/meminfo: memFree=835899260/1055320708 swapFree=32681384/33554428
[pid=2295800] ppid=2295797 vsize=889256 memory=760568 CPUtime=25.39 cores=24-27
/proc/2295800/stat : 2295800 (naps_release) R 2295797 2295800 2291478 0 -1 4194304 136903 207 0 0 2531 8 0 0 20 0 1 0 147106601 910598144 190126 18446744073709551615 4210688 6281017 140728754941632 0 0 0 0 0 16898 0 0 0 17 25 0 0 0 0 0 6662968 6676388 33402880 140728754944219 140728754944400 140728754944400 140728754950088 0
/proc/2295800/statm: 222314 190142 6160 506 0 203005 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 889256 KiB
Current children cumulated memory: 760568 KiB

[startup+51.1142 s]
/proc/loadavg: 16.01 16.10 16.02 17/867 2296055
/proc/meminfo: memFree=834621684/1055320708 swapFree=32681384/33554428
[pid=2295800] ppid=2295797 vsize=1086848 memory=953032 CPUtime=50.92 cores=24-27
/proc/2295800/stat : 2295800 (naps_release) R 2295797 2295800 2291478 0 -1 4194304 143071 207 0 0 5082 10 0 0 20 0 1 0 147106601 1112932352 238214 18446744073709551615 4210688 6281017 140728754941632 0 0 0 0 0 16898 0 0 0 17 25 0 0 0 0 0 6662968 6676388 33402880 140728754944219 140728754944400 140728754944400 140728754950088 0
/proc/2295800/statm: 271712 238258 6160 506 0 252403 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 1086848 KiB
Current children cumulated memory: 953032 KiB

[startup+102.3 s]
/proc/loadavg: 16.23 16.13 16.03 17/872 2296198
/proc/meminfo: memFree=830012416/1055320708 swapFree=32681384/33554428
[pid=2295800] ppid=2295797 vsize=1549632 memory=1387076 CPUtime=101.95 cores=24-27
/proc/2295800/stat : 2295800 (naps_release) R 2295797 2295800 2291478 0 -1 4194304 189558 207 0 0 10180 15 0 0 20 0 1 0 147106601 1586823168 346698 18446744073709551615 4210688 6281017 140728754941632 0 0 0 0 0 16898 0 0 0 17 25 0 0 0 0 0 6662968 6676388 33402880 140728754944219 140728754944400 140728754944400 140728754950088 0
/proc/2295800/statm: 387408 346769 6160 506 0 368099 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 1549632 KiB
Current children cumulated memory: 1387076 KiB

[startup+162.3 s]
/proc/loadavg: 16.15 16.13 16.04 17/874 2296203
/proc/meminfo: memFree=791444360/1055320708 swapFree=32681384/33554428
[pid=2295800] ppid=2295797 vsize=2186892 memory=2013756 CPUtime=161.78 cores=24-27
/proc/2295800/stat : 2295800 (naps_release) R 2295797 2295800 2291478 0 -1 4194304 239516 207 0 0 16156 22 0 0 20 0 1 0 147106601 2239377408 503415 18446744073709551615 4210688 6281017 140728754941632 0 0 0 0 0 16898 0 0 0 17 25 0 0 0 0 0 6662968 6676388 33402880 140728754944219 140728754944400 140728754944400 140728754950088 0
/proc/2295800/statm: 546723 503439 6160 506 0 527414 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 2186892 KiB
Current children cumulated memory: 2013756 KiB

[startup+222.3 s]
/proc/loadavg: 16.05 16.11 16.03 17/876 2296258
/proc/meminfo: memFree=791274472/1055320708 swapFree=32681384/33554428
[pid=2295800] ppid=2295797 vsize=2532384 memory=2295716 CPUtime=221.59 cores=24-27
/proc/2295800/stat : 2295800 (naps_release) R 2295797 2295800 2291478 0 -1 4194304 287608 207 0 0 22132 27 0 0 20 0 1 0 147106601 2593161216 573864 18446744073709551615 4210688 6281017 140728754941632 0 0 0 0 0 16898 0 0 0 17 25 0 0 0 0 0 6662968 6676388 33402880 140728754944219 140728754944400 140728754944400 140728754950088 0
/proc/2295800/statm: 633096 573929 6160 506 0 613787 0
Current children cumulated CPU time: 221.59 s
Current children cumulated vsize: 2532384 KiB
Current children cumulated memory: 2295716 KiB

[startup+282.3 s]
/proc/loadavg: 16.15 16.12 16.04 17/877 2296317
/proc/meminfo: memFree=696930688/1055320708 swapFree=32681384/33554428
[pid=2295800] ppid=2295797 vsize=26486452 memory=24237528 CPUtime=281.41 cores=24-27
/proc/2295800/stat : 2295800 (naps_release) R 2295797 2295800 2291478 0 -1 4194304 3452519 207 0 0 27834 307 0 0 20 0 1 0 147106601 27122126848 6059318 18446744073709551615 4210688 6281017 140728754941632 0 0 0 0 0 16898 0 0 0 17 25 0 0 0 0 0 6662968 6676388 33402880 140728754944219 140728754944400 140728754944400 140728754950088 0
/proc/2295800/statm: 6621613 6059382 6208 506 0 6602304 0
Current children cumulated CPU time: 281.41 s
Current children cumulated vsize: 26486452 KiB
Current children cumulated memory: 24237528 KiB

[startup+342.3 s]
/proc/loadavg: 16.05 16.09 16.03 17/877 2296426
/proc/meminfo: memFree=746602296/1055320708 swapFree=32681384/33554428

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

/proc/2295800/statm: 6090479 5882830 6438 506 0 6071170 0
Current children cumulated CPU time: 1896.34 s
Current children cumulated vsize: 24361916 KiB
Current children cumulated memory: 23531320 KiB

[startup+1962.3 s]
/proc/loadavg: 14.19 14.79 15.44 15/859 2296842
/proc/meminfo: memFree=753237188/1055320708 swapFree=32681384/33554428
[pid=2295800] ppid=2295797 vsize=24361916 memory=23531320 CPUtime=1956.16 cores=24-27
/proc/2295800/stat : 2295800 (naps_release) R 2295797 2295800 2291478 0 -1 4194304 3640128 207 0 0 194902 714 0 0 20 0 1 0 147106601 24946601984 5882789 18446744073709551615 4210688 6281017 140728754941632 0 0 0 0 0 16898 0 0 0 17 25 0 0 0 0 0 6662968 6676388 33402880 140728754944219 140728754944400 140728754944400 140728754950088 0
/proc/2295800/statm: 6090479 5882830 6438 506 0 6071170 0
Current children cumulated CPU time: 1956.16 s
Current children cumulated vsize: 24361916 KiB
Current children cumulated memory: 23531320 KiB

[startup+2022.3 s]
/proc/loadavg: 14.07 14.64 15.35 15/859 2296843
/proc/meminfo: memFree=753456824/1055320708 swapFree=32681384/33554428
[pid=2295800] ppid=2295797 vsize=24361916 memory=23531320 CPUtime=2015.98 cores=24-27
/proc/2295800/stat : 2295800 (naps_release) R 2295797 2295800 2291478 0 -1 4194304 3640231 207 0 0 200882 716 0 0 20 0 1 0 147106601 24946601984 5882789 18446744073709551615 4210688 6281017 140728754941632 0 0 0 0 0 16898 0 0 0 17 25 0 0 0 0 0 6662968 6676388 33402880 140728754944219 140728754944400 140728754944400 140728754950088 0
/proc/2295800/statm: 6090479 5882830 6438 506 0 6071170 0
Current children cumulated CPU time: 2015.98 s
Current children cumulated vsize: 24361916 KiB
Current children cumulated memory: 23531320 KiB

[startup+2082.3 s]
/proc/loadavg: 14.02 14.52 15.26 15/858 2296846
/proc/meminfo: memFree=753309628/1055320708 swapFree=32681384/33554428
[pid=2295800] ppid=2295797 vsize=24361916 memory=23531320 CPUtime=2075.78 cores=24-27
/proc/2295800/stat : 2295800 (naps_release) R 2295797 2295800 2291478 0 -1 4194304 3640513 207 0 0 206860 718 0 0 20 0 1 0 147106601 24946601984 5882789 18446744073709551615 4210688 6281017 140728754941632 0 0 0 0 0 16898 0 0 0 17 25 0 0 0 0 0 6662968 6676388 33402880 140728754944219 140728754944400 140728754944400 140728754950088 0
/proc/2295800/statm: 6090479 5882830 6438 506 0 6071170 0
Current children cumulated CPU time: 2075.78 s
Current children cumulated vsize: 24361916 KiB
Current children cumulated memory: 23531320 KiB

[startup+2142.3 s]
/proc/loadavg: 14.77 14.60 15.24 15/858 2296849
/proc/meminfo: memFree=753074940/1055320708 swapFree=32681384/33554428
[pid=2295800] ppid=2295797 vsize=24361916 memory=23531320 CPUtime=2135.59 cores=24-27
/proc/2295800/stat : 2295800 (naps_release) R 2295797 2295800 2291478 0 -1 4194304 3640631 207 0 0 212839 720 0 0 20 0 1 0 147106601 24946601984 5882789 18446744073709551615 4210688 6281017 140728754941632 0 0 0 0 0 16898 0 0 0 17 25 0 0 0 0 0 6662968 6676388 33402880 140728754944219 140728754944400 140728754944400 140728754950088 0
/proc/2295800/statm: 6090479 5882830 6438 506 0 6071170 0
Current children cumulated CPU time: 2135.59 s
Current children cumulated vsize: 24361916 KiB
Current children cumulated memory: 23531320 KiB

[startup+2202.3 s]
/proc/loadavg: 15.17 14.78 15.26 15/859 2296851
/proc/meminfo: memFree=748451316/1055320708 swapFree=32681384/33554428
[pid=2295800] ppid=2295797 vsize=24361916 memory=23531324 CPUtime=2195.4 cores=24-27
/proc/2295800/stat : 2295800 (naps_release) R 2295797 2295800 2291478 0 -1 4194304 3640719 207 0 0 218816 724 0 0 20 0 1 0 147106601 24946601984 5882789 18446744073709551615 4210688 6281017 140728754941632 0 0 0 0 0 16898 0 0 0 17 25 0 0 0 0 0 6662968 6676388 33402880 140728754944219 140728754944400 140728754944400 140728754950088 0
/proc/2295800/statm: 6090479 5882831 6438 506 0 6071170 0
Current children cumulated CPU time: 2195.4 s
Current children cumulated vsize: 24361916 KiB
Current children cumulated memory: 23531324 KiB

[startup+2262.3 s]
/proc/loadavg: 14.43 14.63 15.18 14/855 2296860
/proc/meminfo: memFree=759160628/1055320708 swapFree=32681384/33554428
[pid=2295800] ppid=2295797 vsize=24384788 memory=23554408 CPUtime=2255.2 cores=24-27
/proc/2295800/stat : 2295800 (naps_release) R 2295797 2295800 2291478 0 -1 4194304 3646220 207 0 0 224792 728 0 0 20 0 1 0 147106601 24970022912 5888472 18446744073709551615 4210688 6281017 140728754941632 0 0 0 0 0 16898 0 0 0 17 25 0 0 0 0 0 6662968 6676388 33402880 140728754944219 140728754944400 140728754944400 140728754950088 0
/proc/2295800/statm: 6096197 5888602 6438 506 0 6076888 0
Current children cumulated CPU time: 2255.2 s
Current children cumulated vsize: 24384788 KiB
Current children cumulated memory: 23554408 KiB

[startup+2322.3 s]
/proc/loadavg: 13.56 14.35 15.05 14/853 2296897
/proc/meminfo: memFree=759469088/1055320708 swapFree=32681384/33554428
[pid=2295800] ppid=2295797 vsize=24385276 memory=23554944 CPUtime=2314.99 cores=24-27
/proc/2295800/stat : 2295800 (naps_release) R 2295797 2295800 2291478 0 -1 4194304 3646941 207 0 0 230769 730 0 0 20 0 1 0 147106601 24970522624 5888600 18446744073709551615 4210688 6281017 140728754941632 0 0 0 0 0 16898 0 0 0 17 25 0 0 0 0 0 6662968 6676388 33402880 140728754944219 140728754944400 140728754944400 140728754950088 0
/proc/2295800/statm: 6096319 5888736 6438 506 0 6077010 0
Current children cumulated CPU time: 2314.99 s
Current children cumulated vsize: 24385276 KiB
Current children cumulated memory: 23554944 KiB

[startup+2371.07 s]
# the end of solver process 2295800 was just reported to runsolver
# Child status: 30

# cumulated CPU time of all completed processes:  user=2355.95 s, system=7.66454 s

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

[startup+2329.6 s]
/proc/loadavg: 13.47 14.30 15.02 14/853 2296898
/proc/meminfo: memFree=763657724/1055320708 swapFree=32681384/33554428
[pid=2295800] ppid=2295797 vsize=24385276 memory=23554944 CPUtime=2322.27 cores=24-27
/proc/2295800/stat : 2295800 (naps_release) R 2295797 2295800 2291478 0 -1 4194304 3646941 207 0 0 231497 730 0 0 20 0 1 0 147106601 24970522624 5888600 18446744073709551615 4210688 6281017 140728754941632 0 0 0 0 0 16898 0 0 0 17 25 0 0 0 0 0 6662968 6676388 33402880 140728754944219 140728754944400 140728754944400 140728754950088 0
/proc/2295800/statm: 6096319 5888736 6438 506 0 6077010 0
Current children cumulated CPU time: 2322.27 s
Current children cumulated vsize: 24385276 KiB
Current children cumulated memory: 23554944 KiB

[startup+2355.2 s]
/proc/loadavg: 13.31 14.20 14.97 14/853 2296898
/proc/meminfo: memFree=762467492/1055320708 swapFree=32681384/33554428
[pid=2295800] ppid=2295797 vsize=24385276 memory=23554944 CPUtime=2347.79 cores=24-27
/proc/2295800/stat : 2295800 (naps_release) R 2295797 2295800 2291478 0 -1 4194304 3646944 207 0 0 234049 730 0 0 20 0 1 0 147106601 24970522624 5888600 18446744073709551615 4210688 6281017 140728754941632 0 0 0 0 0 16898 0 0 0 17 25 0 0 0 0 0 6662968 6676388 33402880 140728754944219 140728754944400 140728754944400 140728754950088 0
/proc/2295800/statm: 6096319 5888736 6438 506 0 6077010 0
Current children cumulated CPU time: 2347.79 s
Current children cumulated vsize: 24385276 KiB
Current children cumulated memory: 23554944 KiB

[startup+2361.6 s]
/proc/loadavg: 13.28 14.18 14.96 14/853 2296898
/proc/meminfo: memFree=762475480/1055320708 swapFree=32681384/33554428
[pid=2295800] ppid=2295797 vsize=24385276 memory=23554944 CPUtime=2354.17 cores=24-27
/proc/2295800/stat : 2295800 (naps_release) R 2295797 2295800 2291478 0 -1 4194304 3646964 207 0 0 234686 731 0 0 20 0 1 0 147106601 24970522624 5888600 18446744073709551615 4210688 6281017 140728754941632 0 0 0 0 0 16898 0 0 0 17 25 0 0 0 0 0 6662968 6676388 33402880 140728754944219 140728754944400 140728754944400 140728754950088 0
/proc/2295800/statm: 6096319 5888736 6438 506 0 6077010 0
Current children cumulated CPU time: 2354.17 s
Current children cumulated vsize: 24385276 KiB
Current children cumulated memory: 23554944 KiB

[startup+2368 s]*
/proc/loadavg: 13.26 14.16 14.95 14/853 2296898
/proc/meminfo: memFree=766911972/1055320708 swapFree=32681384/33554428
[pid=2295800] ppid=2295797 vsize=24385276 memory=23554944 CPUtime=2360.55 cores=24-27
/proc/2295800/stat : 2295800 (naps_release) R 2295797 2295800 2291478 0 -1 4194304 3647058 207 0 0 235323 732 0 0 20 0 1 0 147106601 24970522624 5888600 18446744073709551615 4210688 6281017 140728754941632 0 0 0 0 0 16898 0 0 0 17 25 0 0 0 0 0 6662968 6676388 33402880 140728754944219 140728754944400 140728754944400 140728754950088 0
/proc/2295800/statm: 6096319 5888736 6438 506 0 6077010 0
Current children cumulated CPU time: 2360.55 s
Current children cumulated vsize: 24385276 KiB
Current children cumulated memory: 23554944 KiB

[startup+2369.6 s]
/proc/loadavg: 13.24 14.14 14.94 14/853 2296898
/proc/meminfo: memFree=766910632/1055320708 swapFree=32681384/33554428
[pid=2295800] ppid=2295797 vsize=24385276 memory=23554944 CPUtime=2362.14 cores=24-27
/proc/2295800/stat : 2295800 (naps_release) R 2295797 2295800 2291478 0 -1 4194304 3647063 207 0 0 235482 732 0 0 20 0 1 0 147106601 24970522624 5888600 18446744073709551615 4210688 6281017 140728754941632 0 0 0 0 0 16898 0 0 0 17 25 0 0 0 0 0 6662968 6676388 33402880 140728754944219 140728754944400 140728754944400 140728754950088 0
/proc/2295800/statm: 6096319 5888736 6438 506 0 6077010 0
Current children cumulated CPU time: 2362.14 s
Current children cumulated vsize: 24385276 KiB
Current children cumulated memory: 23554944 KiB

[startup+2370.4 s]
/proc/loadavg: 13.24 14.14 14.94 14/853 2296898
/proc/meminfo: memFree=766912088/1055320708 swapFree=32681384/33554428
[pid=2295800] ppid=2295797 vsize=24385276 memory=23555004 CPUtime=2362.94 cores=24-27
/proc/2295800/stat : 2295800 (naps_release) R 2295797 2295800 2291478 0 -1 4194304 3648621 207 0 0 235561 733 0 0 20 0 1 0 147106601 24970522624 5888600 18446744073709551615 4210688 6281017 140728754941632 0 0 0 0 0 16898 0 0 0 17 25 0 0 0 0 0 6662968 6676388 33402880 140728754944219 140728754944400 140728754944400 140728754950088 0
/proc/2295800/statm: 6096319 5888751 6453 506 0 6077010 0
Current children cumulated CPU time: 2362.94 s
Current children cumulated vsize: 24385276 KiB
Current children cumulated memory: 23555004 KiB

[startup+2370.8 s]*
/proc/loadavg: 13.24 14.14 14.94 14/853 2296898
/proc/meminfo: memFree=770899084/1055320708 swapFree=32681384/33554428
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+2371 s]*
/proc/loadavg: 13.24 14.14 14.94 14/853 2296898
/proc/meminfo: memFree=779778224/1055320708 swapFree=32681384/33554428
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 30

Real time (s): 2371.07
CPU time (s): 2363.62
CPU user time (s): 2355.95
CPU system time (s): 7.66454
CPU usage (%): 99.6856
Max. virtual memory (cumulated for all children) (KiB): 33017252
Max. memory (cumulated for all children) (KiB): 31748132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2355.95
system time used= 7.66454
maximum resident set size= 31747764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3648982
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= 303
involuntary context switches= 1237


# summary of solver processes directly reported to runsolver:
#   pid: 2295800
#   total CPU time (s): 2363.62
#   total CPU user time (s): 2355.95
#   total CPU system time (s): 7.66454

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.02812 second user time and 25.7263 second system time

The end

Launcher Data

Begin job on nodeE010 at 2026-06-22 16:23:09
IDJOB=4780650
IDBENCH=180371
IDSOLVER=3589
FILE ID=nodeE010/4780650-1782138189
RUNJOBID= nodeE010-1782134575-2291494
SLURM_JOB_ID= 12510915
Free space on /tmp= 798052 MiB

SOLVER NAME= NaPS 1.04
BENCH NAME= PB25/normalized-PB25/OPT-LIN/sakai/PB25-bnn-verification-20250419/instances/normalized-bnn_mnist_rot_16_label5_adversarial_norm_1.opb
COMMAND LINE= ./naps.sh -given-time=TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4780650-1782138189/watcher-4780650-1782138189 -o /tmp/evaluation-result-4780650-1782138189/solver-4780650-1782138189 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4780650-1782138189/vars-4780650-1782138189 --bin-var /tmp/runsolver-exch-nodeE010-1782134575-2291494 --watchdog 3760  ./naps.sh -given-time=3600 HOME/instance-4780650-1782138189.opb

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

MD5SUM BENCH= f94de02fa01250a2017b0bd253a5fded
RANDOM SEED=1469724225

nodeE010 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		: 2493.659
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		: 3584.724
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		: 3597.955
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		: 3583.126
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		: 3602.733
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		: 3599.568
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		: 3602.112
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		: 3615.312
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		: 2493.659
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		: 3570.934
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		: 2493.659
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		: 3597.803
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		: 3595.685
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		: 3569.165
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		: 3583.277
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		: 3583.318
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		: 3581.231
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		: 3581.639
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		: 2493.659
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		: 3585.220
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		: 3580.165
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		: 2493.659
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		: 2493.659
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		: 2493.659
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		: 3566.705
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		: 2493.659
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		: 3582.086
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		: 3575.380
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		: 3565.835
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		: 3582.753
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		: 2493.659
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		: 3576.846
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		: 2493.659
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		: 2493.659
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		: 3582.502
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		: 2493.659
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		: 2493.659
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		: 3554.481
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		: 3540.001
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		: 3550.806
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		: 2493.659
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		: 2493.659
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		: 3589.263
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		: 2493.659
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		: 2493.659
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:       1055320708 kB
MemFree:        845756756 kB
MemAvailable:   924922352 kB
Buffers:              32 kB
Cached:         82945584 kB
SwapCached:         6960 kB
Active:         122115180 kB
Inactive:       81614776 kB
Active(anon):   120820612 kB
Inactive(anon):    50272 kB
Active(file):    1294568 kB
Inactive(file): 81564504 kB
Unevictable:        9000 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       32681384 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             36816 kB
Writeback:             0 kB
AnonPages:      120779048 kB
Mapped:           118208 kB
Shmem:             86536 kB
KReclaimable:    1111296 kB
Slab:            1624484 kB
SReclaimable:    1111296 kB
SUnreclaim:       513188 kB
KernelStack:       14800 kB
PageTables:       244980 kB
SecPageTables:     15560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:   131885688 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      479092 kB
VmallocChunk:          0 kB
Percpu:           116224 kB
HardwareCorrupted:     0 kB
AnonHugePages:  65239040 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:      385476 kB
DirectMap2M:    20908032 kB
DirectMap1G:    1052770304 kB

Free space on /tmp at the end= 798140 MiB
End job on nodeE010 at 2026-06-22 17:02:40