Trace number 4780658

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
NaPS 1.04SAT (TO)4896 3600.42 3612.66

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/sakai/PB25-bnn-verification-20250419/instances/
normalized-bnn_mnist_back_image_73_label5_adversarial_norm_1.opb
MD5SUM1376b7e36587a728493ace6af4c57a8e
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 benchmark9
Best CPU time to get the best result obtained on this benchmark41.0195
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1294
Total number of constraints1091
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1088
Minimum length of a constraint1
Maximum length of a constraint785
Number of terms in the objective function 785
Biggest coefficient in the objective function 7345
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 59444
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 7345
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 59444
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-4780658-1782138192.opb
0.00/0.02	c NaPS 1.03a50.
0.00/0.02	c Using SAT solver: CaDiCaL 3.0.0
0.00/0.02	c Input file name: HOME/instance-4780658-1782138192.opb
0.00/0.02	c Parsing PB file...
0.00/0.02	c goal was devided by 1 with offset 52099.
0.48/0.55	c assumptions before coding: 
0.48/0.57	c initScipForCoop
0.48/0.59	c Running SCIP presolver (time limit: 10 sec)...
0.48/0.59	c solveScip
0.48/0.59	c initScipForCoop
0.48/0.59	c Cooperative mode: scip_coop_offset=52099.000000
0.48/0.59	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
0.48/0.59	c Running SCIP presolve for solve-time propagation (rounds=3)
0.58/0.62	c presolving:
0.58/0.67	c (round 1, fast)       2 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
0.67/0.74	c    (0.1s) running MILP presolver
0.67/0.77	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
0.67/0.78	c (round 2, exhaustive) 2 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
0.86/0.93	c    (0.3s) probing: 51/1292 (3.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.86/0.93	c    (0.3s) probing aborted: 50/50 successive totally useless probings
0.98/1.05	c presolving (3 rounds: 3 fast, 2 medium, 2 exhaustive):
0.98/1.05	c  2 deleted vars, 1 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.98/1.05	c  0 implications, 1 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
0.98/1.05	c presolved problem has 1292 variables (1292 bin, 0 int, 0 cont) and 1080 constraints
0.98/1.05	c    1069 constraints of type <knapsack>
0.98/1.05	c       1 constraints of type <setppc>
0.98/1.05	c      10 constraints of type <linear>
0.98/1.05	c transformed objective value is always integral (scale: 1)
0.98/1.05	c Presolving Time: 0.43
0.98/1.08	c presolving:
1.07/1.13	c (round 1, fast)       2 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
1.16/1.20	c    (0.1s) running MILP presolver
1.16/1.23	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
1.16/1.24	c (round 2, exhaustive) 2 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
1.16/1.29	c (round 3, exhaustive) 2 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1070 upgd conss, 0 impls, 1 clqs, 0 implints
1.27/1.36	c (round 4, exhaustive) 2 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1080 upgd conss, 0 impls, 1 clqs, 0 implints
1.37/1.44	c    (0.4s) probing: 51/1292 (3.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.37/1.44	c    (0.4s) probing aborted: 50/50 successive totally useless probings
1.47/1.55	c    (0.5s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1.47/1.58	c    (0.5s) no symmetry present (symcode time: 0.00)
1.56/1.68	c presolving (5 rounds: 5 fast, 4 medium, 4 exhaustive):
1.56/1.68	c  2 deleted vars, 1 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.56/1.68	c  0 implications, 1 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1.56/1.68	c presolved problem has 1292 variables (1292 bin, 0 int, 0 cont) and 1080 constraints
1.56/1.68	c    1079 constraints of type <knapsack>
1.56/1.68	c       1 constraints of type <setppc>
1.56/1.68	c transformed objective value is always integral (scale: 1)
1.56/1.68	c Presolving Time: 0.60
1.56/1.68	c 
1.86/1.90	c in SCIP_DECL_EVENTEXEC found by SCIP
1.86/1.90	o 29596
1.86/1.90	c Model check passed
1.86/1.90	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.90	c p 0.8s|     1 |     0 |     0 |     - |   locks|   0 |1292 |1080 |1080 |   0 |  0 |   0 |   0 | 0.000000e+00 |-2.959600e+04 |    Inf | unknown
1.86/1.91	c in SCIP_DECL_EVENTEXEC found by SCIP
1.86/1.91	o 28599
1.86/1.92	c Model check passed
1.86/1.92	c i 0.9s|     1 |     0 |     0 |     - |  oneopt|   0 |1292 |1080 |1080 |   0 |  0 |   0 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
1.86/1.94	c   0.9s|     1 |     0 |   276 |     - |   344M |   0 |1292 |1080 |1080 |   0 |  0 |   0 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2.16/2.27	c   1.2s|     1 |     0 |   532 |     - |   374M |   0 |1292 |1080 |1236 | 156 |  1 |   0 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2.56/2.60	c   1.5s|     1 |     0 |   744 |     - |   397M |   0 |1292 |1080 |1359 | 279 |  2 |   0 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2.86/2.93	c   1.9s|     1 |     0 |   924 |     - |   418M |   0 |1292 |1080 |1482 | 402 |  3 |   0 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3.16/3.25	c   2.2s|     1 |     0 |  1031 |     - |   441M |   0 |1292 |1080 |1573 | 493 |  4 |   0 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3.46/3.55	c   2.5s|     1 |     0 |  1137 |     - |   471M |   0 |1292 |1080 |1649 | 569 |  5 |   0 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3.76/3.85	c   2.8s|     1 |     0 |  1226 |     - |   488M |   0 |1292 |1080 |1713 | 633 |  6 |   0 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
4.07/4.14	c   3.1s|     1 |     0 |  1282 |     - |   515M |   0 |1292 |1080 |1755 | 675 |  7 |   0 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
4.35/4.44	c   3.4s|     1 |     0 |  1382 |     - |   549M |   0 |1292 |1080 |1814 | 734 |  8 |   0 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
4.66/4.74	c   3.7s|     1 |     0 |  1485 |     - |   557M |   0 |1292 |1080 |1890 | 810 |  9 |   0 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
4.97/5.05	c   4.0s|     1 |     0 |  1552 |     - |   598M |   0 |1292 |1081 |1949 | 869 | 10 |   1 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
5.15/5.27	c   4.2s|     1 |     0 |  1622 |     - |   601M |   0 |1292 |1081 |1858 | 931 | 11 |   1 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
10.94/11.07	c  10.0s|     1 |     2 |  4839 |     - |   601M |   0 |1292 |1081 |1858 | 931 | 11 |   1 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
10.94/11.07	c 
10.94/11.07	c SCIP Status        : solving was interrupted [time limit reached]
10.94/11.07	c Solving Time (sec) : 10.00
10.94/11.07	c Solving Nodes      : 1
10.94/11.07	c Primal Bound       : -2.85990000000000e+04 (2 solutions)
10.94/11.07	c Dual Bound         : +0.00000000000000e+00
10.94/11.07	c Gap                : infinite
10.94/11.07	c SCIP status: 23 (TIMELIMIT)
10.94/11.07	c solveScip: freeing transform (!can_skip_free_transform)
11.04/11.17	c SCIP presolver: sst_sat
11.04/11.17	c Converting 1090 PB-constraints to clauses...
11.04/11.17	c   -- Clauses(.)/Splits(s): estimatedAdderCost: 789
11.04/11.19	c Try to convert by bdds
11.52/11.62	c d: 1
11.52/11.62	c estimatedAdderCost: 790
11.52/11.62	c Try to convert by bdds
11.94/12.02	c d: 1
11.94/12.02	c estimatedAdderCost: 789
11.94/12.02	c Try to convert by bdds
12.32/12.47	c d: 1
12.32/12.47	c estimatedAdderCost: 788
12.32/12.47	c Try to convert by bdds
12.72/12.87	c d: 1
12.72/12.87	c estimatedAdderCost: 788
12.72/12.87	c Try to convert by bdds
13.22/13.33	c d: 1
13.22/13.33	c estimatedAdderCost: 787
13.22/13.33	c Try to convert by bdds
13.62/13.74	c d: 1
13.62/13.74	c estimatedAdderCost: 788
13.62/13.74	c Try to convert by bdds
14.11/14.21	c d: 1
14.11/14.21	c estimatedAdderCost: 787
14.11/14.21	c Try to convert by bdds
14.51/14.61	c d: 1
14.51/14.61	c estimatedAdderCost: 788
14.51/14.61	c Try to convert by bdds
14.92/15.10	c d: 1
14.92/15.10	c estimatedAdderCost: 788
14.92/15.10	c Try to convert by bdds
15.41/15.52	c d: 1
15.41/15.52	c estimatedAdderCost: 788
15.41/15.52	c Try to convert by bdds
15.81/15.99	c d: 1
15.81/15.99	c estimatedAdderCost: 789
15.81/15.99	c Try to convert by bdds
16.31/16.40	c d: 1
16.31/16.40	c estimatedAdderCost: 787
16.31/16.40	c Try to convert by bdds
16.70/16.87	c d: 1
16.70/16.87	c estimatedAdderCost: 790
16.70/16.87	c Try to convert by bdds
17.10/17.29	c d: 1
17.10/17.29	c estimatedAdderCost: 790
17.10/17.29	c Try to convert by bdds
17.60/17.76	c d: 1
17.60/17.76	c estimatedAdderCost: 789
17.60/17.76	c Try to convert by bdds
18.01/18.18	c d: 1
18.01/18.18	c estimatedAdderCost: 787
18.01/18.18	c Try to convert by bdds
18.60/18.70	c d: 1
18.60/18.70	c estimatedAdderCost: 790
18.60/18.70	c Try to convert by bdds
19.02/19.12	c d: 1
19.02/19.12	c estimatedAdderCost: 786
19.02/19.12	c Try to convert by bdds
19.50/19.60	c d: 1
19.50/19.60	c estimatedAdderCost: 788
19.50/19.60	c Try to convert by bdds
19.91/20.02	c d: 1
19.91/20.02	c estimatedAdderCost: 788
19.91/20.02	c Try to convert by bdds
20.40/20.51	c d: 1
20.40/20.51	c estimatedAdderCost: 792
20.40/20.51	c Try to convert by bdds
20.80/20.93	c d: 1
20.80/20.93	c estimatedAdderCost: 788
20.80/20.93	c Try to convert by bdds
21.29/21.42	c d: 1
21.29/21.42	c estimatedAdderCost: 788
21.29/21.42	c Try to convert by bdds
21.69/21.84	c d: 1
21.69/21.84	c estimatedAdderCost: 788
21.69/21.84	c Try to convert by bdds
22.19/22.32	c d: 1
22.19/22.32	c estimatedAdderCost: 786
22.19/22.32	c Try to convert by bdds
22.59/22.75	c d: 1
22.59/22.75	c estimatedAdderCost: 791
22.59/22.75	c Try to convert by bdds
23.09/23.25	c d: 1
23.09/23.25	c estimatedAdderCost: 789
23.09/23.25	c Try to convert by bdds
23.49/23.66	c d: 1
23.49/23.66	c estimatedAdderCost: 791
23.49/23.66	c Try to convert by bdds
24.00/24.16	c d: 1
24.00/24.16	c estimatedAdderCost: 789
24.00/24.16	c Try to convert by bdds
24.38/24.58	c d: 1
24.38/24.58	c estimatedAdderCost: 788
24.38/24.58	c Try to convert by bdds
24.89/25.09	c d: 1
24.89/25.09	c estimatedAdderCost: 788
24.89/25.09	c Try to convert by bdds
25.38/25.52	c d: 1
25.38/25.52	c estimatedAdderCost: 789
25.38/25.52	c Try to convert by bdds
25.89/26.02	c d: 1
25.89/26.02	c estimatedAdderCost: 790
25.89/26.02	c Try to convert by bdds
26.27/26.44	c d: 1
26.27/26.44	c estimatedAdderCost: 787
26.27/26.44	c Try to convert by bdds
26.88/27.04	c d: 1
26.88/27.04	c estimatedAdderCost: 788
26.88/27.04	c Try to convert by bdds
27.27/27.46	c d: 1
27.27/27.46	c estimatedAdderCost: 791
27.27/27.46	c Try to convert by bdds
27.77/27.97	c d: 1
27.77/27.97	c estimatedAdderCost: 789
27.77/27.97	c Try to convert by bdds
28.16/28.39	c d: 1
28.16/28.39	c estimatedAdderCost: 787
28.16/28.39	c Try to convert by bdds
28.76/28.90	c d: 1
28.76/28.90	c estimatedAdderCost: 788
28.76/28.90	c Try to convert by bdds
29.16/29.32	c d: 1
29.16/29.32	c estimatedAdderCost: 789
29.16/29.32	c Try to convert by bdds
29.66/29.83	c d: 1
29.66/29.83	c estimatedAdderCost: 788
29.66/29.83	c Try to convert by bdds
30.06/30.26	c d: 1
30.06/30.26	c estimatedAdderCost: 787
30.06/30.26	c Try to convert by bdds
30.56/30.78	c d: 1
30.56/30.78	c estimatedAdderCost: 789
30.56/30.78	c Try to convert by bdds
31.05/31.20	c d: 1
31.05/31.20	c estimatedAdderCost: 789
31.05/31.20	c Try to convert by bdds
31.55/31.72	c d: 1
31.55/31.72	c estimatedAdderCost: 787
31.55/31.72	c Try to convert by bdds
31.96/32.15	c d: 1
31.96/32.15	c estimatedAdderCost: 789
31.96/32.15	c Try to convert by bdds
32.45/32.68	c d: 1
32.45/32.68	c estimatedAdderCost: 789
32.45/32.68	c Try to convert by bdds
32.86/33.10	c d: 1
32.86/33.10	c estimatedAdderCost: 788
32.86/33.10	c Try to convert by bdds
33.44/33.63	c d: 1
33.44/33.63	c estimatedAdderCost: 787
33.44/33.63	c Try to convert by bdds
33.86/34.06	c d: 1
33.86/34.06	c estimatedAdderCost: 788
33.86/34.06	c Try to convert by bdds
34.34/34.58	c d: 1
34.34/34.58	c estimatedAdderCost: 789
34.34/34.58	c Try to convert by bdds
34.85/35.01	c d: 1
34.85/35.01	c estimatedAdderCost: 787
34.85/35.01	c Try to convert by bdds
35.35/35.54	c d: 1
35.35/35.54	c estimatedAdderCost: 787
35.35/35.54	c Try to convert by bdds
35.74/35.97	c d: 1
35.74/35.97	c estimatedAdderCost: 788
35.74/35.97	c Try to convert by bdds
36.34/36.51	c d: 1
36.34/36.51	c estimatedAdderCost: 787
36.34/36.51	c Try to convert by bdds
36.74/36.94	c d: 1
36.74/36.94	c estimatedAdderCost: 788
36.74/36.94	c Try to convert by bdds
37.24/37.48	c d: 1
37.24/37.48	c estimatedAdderCost: 786
37.24/37.48	c Try to convert by bdds
37.74/37.91	c d: 1
37.74/37.91	c estimatedAdderCost: 788
37.74/37.91	c Try to convert by bdds
38.23/38.45	c d: 1
38.23/38.45	c estimatedAdderCost: 788
38.23/38.45	c Try to convert by bdds
38.63/38.88	c d: 1
38.63/38.88	c estimatedAdderCost: 790
38.63/38.88	c Try to convert by bdds
39.23/39.42	c d: 1
39.23/39.42	c estimatedAdderCost: 787
39.23/39.42	c Try to convert by bdds
39.63/39.86	c d: 1
39.63/39.86	c estimatedAdderCost: 789
39.63/39.86	c Try to convert by bdds
40.23/40.41	c d: 1
40.23/40.41	c estimatedAdderCost: 788
40.23/40.41	c Try to convert by bdds
40.63/40.84	c d: 1
40.63/40.84	c estimatedAdderCost: 788
40.63/40.84	c Try to convert by bdds
41.22/41.40	c d: 1
41.22/41.40	c estimatedAdderCost: 789
41.22/41.40	c Try to convert by bdds
41.62/41.83	c d: 1
41.62/41.83	c estimatedAdderCost: 788
41.62/41.83	c Try to convert by bdds
42.12/42.38	c d: 1
42.12/42.38	c estimatedAdderCost: 792
42.12/42.38	c Try to convert by bdds
42.62/42.82	c d: 1
42.62/42.82	c estimatedAdderCost: 792
42.62/42.82	c Try to convert by bdds
43.11/43.38	c d: 1
43.11/43.38	c estimatedAdderCost: 788
43.11/43.38	c Try to convert by bdds
43.61/43.81	c d: 1
43.61/43.81	c estimatedAdderCost: 787
43.61/43.81	c Try to convert by bdds
44.31/44.53	c d: 1
44.31/44.53	c estimatedAdderCost: 787
44.31/44.53	c Try to convert by bdds
44.71/44.97	c d: 1
44.71/44.97	c estimatedAdderCost: 788
44.71/44.97	c Try to convert by bdds
45.31/45.53	c d: 1
45.31/45.53	c estimatedAdderCost: 789
45.31/45.53	c Try to convert by bdds
45.71/45.97	c d: 1
45.71/45.97	c estimatedAdderCost: 791
45.71/45.97	c Try to convert by bdds
46.30/46.54	c d: 1
46.30/46.54	c estimatedAdderCost: 789
46.30/46.54	c Try to convert by bdds
46.70/46.98	c d: 1
46.70/46.98	c estimatedAdderCost: 787
46.70/46.98	c Try to convert by bdds
47.30/47.55	c d: 1
47.30/47.55	c estimatedAdderCost: 788
47.30/47.55	c Try to convert by bdds
47.70/47.99	c d: 1
47.70/47.99	c estimatedAdderCost: 789
47.70/47.99	c Try to convert by bdds
48.29/48.56	c d: 1
48.29/48.56	c estimatedAdderCost: 787
48.29/48.56	c Try to convert by bdds
48.81/49.01	c d: 1
48.81/49.01	c estimatedAdderCost: 792
48.81/49.01	c Try to convert by bdds
49.29/49.59	c d: 1
49.29/49.59	c estimatedAdderCost: 788
49.29/49.59	c Try to convert by bdds
49.80/50.04	c d: 1
49.80/50.04	c estimatedAdderCost: 789
49.80/50.04	c Try to convert by bdds
50.38/50.62	c d: 1
50.38/50.62	c estimatedAdderCost: 788
50.38/50.62	c Try to convert by bdds
50.80/51.07	c d: 1
50.80/51.07	c estimatedAdderCost: 789
50.80/51.07	c Try to convert by bdds
51.38/51.65	c d: 1
51.38/51.65	c estimatedAdderCost: 788
51.38/51.65	c Try to convert by bdds
51.79/52.10	c d: 1
51.79/52.10	c estimatedAdderCost: 788
51.79/52.10	c Try to convert by bdds
52.38/52.68	c d: 1
52.38/52.68	c estimatedAdderCost: 789
52.38/52.68	c Try to convert by bdds
52.89/53.13	c d: 1
52.89/53.13	c estimatedAdderCost: 788
52.89/53.13	c Try to convert by bdds
53.48/53.71	c d: 1
53.48/53.71	c estimatedAdderCost: 789
53.48/53.71	c Try to convert by bdds
53.89/54.16	c d: 1
53.89/54.16	c estimatedAdderCost: 788
53.89/54.16	c Try to convert by bdds
54.48/54.74	c d: 1
54.48/54.74	c estimatedAdderCost: 787
54.48/54.74	c Try to convert by bdds
54.89/55.19	c d: 1
54.89/55.19	c estimatedAdderCost: 788
54.89/55.19	c Try to convert by bdds
55.47/55.78	c d: 1
55.47/55.78	c estimatedAdderCost: 789
55.47/55.78	c Try to convert by bdds
55.97/56.23	c d: 1
55.97/56.23	c estimatedAdderCost: 788
55.97/56.23	c Try to convert by bdds
56.57/56.81	c d: 1
56.57/56.81	c estimatedAdderCost: 788
56.57/56.81	c Try to convert by bdds
56.97/57.27	c d: 1
56.97/57.27	c estimatedAdderCost: 786
56.97/57.27	c Try to convert by bdds
57.56/57.85	c d: 1
57.56/57.85	c estimatedAdderCost: 788
57.56/57.85	c Try to convert by bdds
58.06/58.30	c d: 1
58.06/58.30	c estimatedAdderCost: 789
58.06/58.30	c Try to convert by bdds
58.56/58.89	c d: 1
58.56/58.89	c estimatedAdderCost: 791
58.56/58.89	c Try to convert by bdds
59.06/59.34	c d: 1
59.06/59.34	c estimatedAdderCost: 790
59.06/59.34	c Try to convert by bdds
59.65/59.93	c d: 1
59.65/59.93	c estimatedAdderCost: 789
59.65/59.93	c Try to convert by bdds
60.05/60.39	c d: 1
60.05/60.39	c estimatedAdderCost: 788
60.05/60.39	c Try to convert by bdds
60.65/61.00	c d: 1
60.65/61.00	c estimatedAdderCost: 788
60.65/61.00	c Try to convert by bdds
61.15/61.46	c d: 1
61.15/61.46	c estimatedAdderCost: 791
61.15/61.46	c Try to convert by bdds
61.76/62.05	c d: 1
61.76/62.05	c estimatedAdderCost: 788
61.76/62.05	c Try to convert by bdds
62.24/62.50	c d: 1
62.24/62.50	c estimatedAdderCost: 790
62.24/62.50	c Try to convert by bdds
62.75/63.10	c d: 1
62.75/63.10	c estimatedAdderCost: 787
62.75/63.10	c Try to convert by bdds
63.24/63.55	c d: 1
63.24/63.55	c estimatedAdderCost: 790
63.24/63.55	c Try to convert by bdds
63.86/64.15	c d: 1
63.86/64.15	c estimatedAdderCost: 790
63.86/64.15	c Try to convert by bdds
64.24/64.59	c d: 1
64.24/64.59	c estimatedAdderCost: 788
64.24/64.59	c Try to convert by bdds
64.85/65.18	c d: 1
64.85/65.18	c estimatedAdderCost: 789
64.85/65.18	c Try to convert by bdds
65.34/65.64	c d: 1
65.34/65.64	c estimatedAdderCost: 790
65.34/65.64	c Try to convert by bdds
65.94/66.23	c d: 1
65.94/66.23	c estimatedAdderCost: 788
65.94/66.23	c Try to convert by bdds
66.34/66.68	c d: 1
66.34/66.68	c estimatedAdderCost: 790
66.34/66.68	c Try to convert by bdds
66.93/67.27	c d: 1
66.93/67.27	c estimatedAdderCost: 787
66.93/67.27	c Try to convert by bdds
67.43/67.72	c d: 1
67.43/67.72	c estimatedAdderCost: 791
67.43/67.72	c Try to convert by bdds
68.03/68.32	c d: 1
68.03/68.32	c estimatedAdderCost: 789
68.03/68.32	c Try to convert by bdds
68.43/68.77	c d: 1
68.43/68.77	c estimatedAdderCost: 791
68.43/68.77	c Try to convert by bdds
69.02/69.37	c d: 1
69.02/69.37	c estimatedAdderCost: 789
69.02/69.37	c Try to convert by bdds
69.52/69.82	c d: 1
69.52/69.82	c estimatedAdderCost: 789
69.52/69.82	c Try to convert by bdds
70.12/70.42	c d: 1
70.12/70.42	c estimatedAdderCost: 788
70.12/70.42	c Try to convert by bdds
70.52/70.87	c d: 1
70.52/70.87	c estimatedAdderCost: 788
70.52/70.87	c Try to convert by bdds
71.12/71.48	c d: 1
71.12/71.48	c estimatedAdderCost: 789
71.12/71.48	c Try to convert by bdds
71.61/71.93	c d: 1
71.61/71.93	c estimatedAdderCost: 788
71.61/71.93	c Try to convert by bdds
72.21/72.54	c d: 1
72.21/72.54	c estimatedAdderCost: 789
72.21/72.54	c Try to convert by bdds
72.61/73.00	c d: 1
72.61/73.00	c estimatedAdderCost: 788
72.61/73.00	c Try to convert by bdds
73.31/73.60	c d: 1
73.31/73.60	c estimatedAdderCost: 788
73.31/73.60	c Try to convert by bdds
73.72/74.06	c d: 1
73.72/74.06	c estimatedAdderCost: 788
73.72/74.06	c Try to convert by bdds
74.30/74.65	c d: 1
74.30/74.65	c estimatedAdderCost: 792
74.30/74.65	c Try to convert by bdds
74.81/75.12	c d: 1
74.81/75.12	c estimatedAdderCost: 789
74.81/75.12	c Try to convert by bdds
75.40/75.72	c d: 1
75.40/75.72	c estimatedAdderCost: 791
75.40/75.72	c Try to convert by bdds
75.81/76.18	c d: 1
75.81/76.18	c estimatedAdderCost: 792
75.81/76.18	c Try to convert by bdds
76.39/76.79	c d: 1
76.39/76.79	c estimatedAdderCost: 788
76.39/76.79	c Try to convert by bdds
76.89/77.26	c d: 1
76.89/77.26	c estimatedAdderCost: 790
76.89/77.26	c Try to convert by bdds
77.50/77.87	c d: 1
77.50/77.87	c estimatedAdderCost: 788
77.50/77.87	c Try to convert by bdds
77.99/78.32	c d: 1
77.99/78.32	c estimatedAdderCost: 789
77.99/78.32	c Try to convert by bdds
78.59/78.93	c d: 1
78.59/78.93	c estimatedAdderCost: 787
78.59/78.93	c Try to convert by bdds
79.09/79.40	c d: 1
79.09/79.40	c estimatedAdderCost: 789
79.09/79.40	c Try to convert by bdds
79.59/80.01	c d: 1
79.59/80.01	c estimatedAdderCost: 787
79.59/80.01	c Try to convert by bdds
80.08/80.47	c d: 1
80.08/80.47	c estimatedAdderCost: 787
80.08/80.47	c Try to convert by bdds
81.08/81.41	c d: 1
81.08/81.41	c estimatedAdderCost: 787
81.08/81.41	c Try to convert by bdds
81.48/81.88	c d: 1
81.48/81.88	c estimatedAdderCost: 789
81.48/81.88	c Try to convert by bdds
82.07/82.48	c d: 1
82.07/82.48	c estimatedAdderCost: 787
82.07/82.48	c Try to convert by bdds
82.57/82.95	c d: 1
82.57/82.95	c estimatedAdderCost: 789
82.57/82.95	c Try to convert by bdds
83.17/83.56	c d: 1
83.17/83.56	c estimatedAdderCost: 788
83.17/83.56	c Try to convert by bdds
83.68/84.02	c d: 1
83.68/84.02	c estimatedAdderCost: 788
83.68/84.02	c Try to convert by bdds
84.26/84.64	c d: 1
84.26/84.64	c estimatedAdderCost: 789
84.26/84.64	c Try to convert by bdds
84.68/85.10	c d: 1
84.68/85.10	c estimatedAdderCost: 788
84.68/85.10	c Try to convert by bdds
85.36/85.70	c d: 1
85.36/85.70	c estimatedAdderCost: 792
85.36/85.70	c Try to convert by bdds
85.77/86.17	c d: 1
85.77/86.17	c estimatedAdderCost: 789
85.77/86.17	c Try to convert by bdds
86.36/86.78	c d: 1
86.36/86.78	c estimatedAdderCost: 787
86.36/86.78	c Try to convert by bdds
86.86/87.24	c d: 1
86.86/87.24	c estimatedAdderCost: 788
86.86/87.24	c Try to convert by bdds
87.46/87.86	c d: 1
87.46/87.86	c estimatedAdderCost: 789
87.46/87.86	c Try to convert by bdds
87.96/88.33	c d: 1
87.96/88.33	c estimatedAdderCost: 792
87.96/88.33	c Try to convert by bdds
88.55/88.95	c d: 1
88.55/88.95	c estimatedAdderCost: 788
88.55/88.95	c Try to convert by bdds
89.05/89.41	c d: 1
89.05/89.41	c estimatedAdderCost: 788
89.05/89.41	c Try to convert by bdds
89.66/90.03	c d: 1
89.66/90.03	c estimatedAdderCost: 788
89.66/90.03	c Try to convert by bdds
90.05/90.49	c d: 1
90.05/90.49	c estimatedAdderCost: 790
90.05/90.49	c Try to convert by bdds
90.66/91.11	c d: 1
90.66/91.11	c estimatedAdderCost: 787
90.66/91.11	c Try to convert by bdds
91.14/91.57	c d: 1
91.14/91.57	c estimatedAdderCost: 787
91.14/91.57	c Try to convert by bdds
91.75/92.19	c d: 1
91.75/92.19	c estimatedAdderCost: 790
91.75/92.19	c Try to convert by bdds
92.24/92.66	c d: 1
92.24/92.66	c estimatedAdderCost: 788
92.24/92.66	c Try to convert by bdds
92.83/93.28	c d: 1
92.83/93.28	c estimatedAdderCost: 787
92.83/93.28	c Try to convert by bdds
93.33/93.74	c d: 1
93.33/93.74	c estimatedAdderCost: 788
93.33/93.74	c Try to convert by bdds
93.93/94.35	c d: 1
93.93/94.35	c estimatedAdderCost: 786
93.93/94.35	c Try to convert by bdds
94.43/94.82	c d: 1
94.43/94.82	c estimatedAdderCost: 787
94.43/94.82	c Try to convert by bdds
95.03/95.44	c d: 1
95.03/95.44	c estimatedAdderCost: 788
95.03/95.44	c Try to convert by bdds
95.53/95.91	c d: 1
95.53/95.91	c estimatedAdderCost: 787
95.53/95.91	c Try to convert by bdds
96.12/96.54	c d: 1
96.12/96.54	c estimatedAdderCost: 787
96.12/96.54	c Try to convert by bdds
96.52/97.01	c d: 1
96.52/97.01	c estimatedAdderCost: 791
96.52/97.01	c Try to convert by bdds
97.22/97.63	c d: 1
97.22/97.63	c estimatedAdderCost: 789
97.22/97.63	c Try to convert by bdds
97.63/98.11	c d: 1
97.63/98.11	c estimatedAdderCost: 789
97.63/98.11	c Try to convert by bdds
98.31/98.74	c d: 1
98.31/98.74	c estimatedAdderCost: 787
98.31/98.74	c Try to convert by bdds
98.81/99.21	c d: 1
98.81/99.21	c estimatedAdderCost: 789
98.81/99.21	c Try to convert by bdds
99.41/99.83	c d: 1
99.41/99.83	c estimatedAdderCost: 788
99.41/99.83	c Try to convert by bdds
99.91/100.30	c d: 1
99.91/100.30	c estimatedAdderCost: 787
99.91/100.30	c Try to convert by bdds
100.51/100.92	c d: 1
100.51/100.92	c estimatedAdderCost: 787
100.51/100.92	c Try to convert by bdds
100.91/101.39	c d: 1
100.91/101.39	c estimatedAdderCost: 787
100.91/101.39	c Try to convert by bdds
101.62/102.02	c d: 1
101.62/102.02	c estimatedAdderCost: 787
101.62/102.02	c Try to convert by bdds
102.11/102.50	c d: 1
102.11/102.50	c estimatedAdderCost: 787
102.11/102.50	c Try to convert by bdds
102.72/103.12	c d: 1
102.72/103.12	c estimatedAdderCost: 787
102.72/103.12	c Try to convert by bdds
103.21/103.60	c d: 1
103.21/103.60	c estimatedAdderCost: 791
103.21/103.60	c Try to convert by bdds
103.80/104.23	c d: 1
103.80/104.23	c estimatedAdderCost: 789
103.80/104.23	c Try to convert by bdds
104.20/104.69	c d: 1
104.20/104.69	c estimatedAdderCost: 789
104.20/104.69	c Try to convert by bdds
104.90/105.32	c d: 1
104.90/105.32	c estimatedAdderCost: 788
104.90/105.32	c Try to convert by bdds
105.40/105.80	c d: 1
105.40/105.80	c estimatedAdderCost: 789
105.40/105.80	c Try to convert by bdds
105.99/106.42	c d: 1
105.99/106.42	c estimatedAdderCost: 788
105.99/106.42	c Try to convert by bdds
106.49/106.90	c d: 1
106.49/106.90	c estimatedAdderCost: 788
106.49/106.90	c Try to convert by bdds
107.09/107.53	c d: 1
107.09/107.53	c estimatedAdderCost: 789
107.09/107.53	c Try to convert by bdds
107.49/108.00	c d: 1
107.49/108.00	c estimatedAdderCost: 788
107.49/108.00	c Try to convert by bdds
108.18/108.62	c d: 1
108.18/108.62	c estimatedAdderCost: 791
108.18/108.62	c Try to convert by bdds
108.60/109.10	c d: 1
108.60/109.10	c estimatedAdderCost: 789
108.60/109.10	c Try to convert by bdds
109.28/109.73	c d: 1
109.28/109.73	c estimatedAdderCost: 788
109.28/109.73	c Try to convert by bdds
109.78/110.20	c d: 1
109.78/110.20	c estimatedAdderCost: 788
109.78/110.20	c Try to convert by bdds
110.38/110.84	c d: 1
110.38/110.84	c estimatedAdderCost: 787
110.38/110.84	c Try to convert by bdds
110.87/111.31	c d: 1
110.87/111.31	c estimatedAdderCost: 787
110.87/111.31	c Try to convert by bdds
111.47/111.95	c d: 1
111.47/111.95	c estimatedAdderCost: 788
111.47/111.95	c Try to convert by bdds
111.97/112.43	c d: 1
111.97/112.43	c estimatedAdderCost: 788
111.97/112.43	c Try to convert by bdds
112.58/113.07	c d: 1
112.58/113.07	c estimatedAdderCost: 788
112.58/113.07	c Try to convert by bdds
113.06/113.54	c d: 1
113.06/113.54	c estimatedAdderCost: 788
113.06/113.54	c Try to convert by bdds
113.67/114.19	c d: 1
113.67/114.19	c estimatedAdderCost: 789
113.67/114.19	c Try to convert by bdds
114.16/114.66	c d: 1
114.16/114.66	c estimatedAdderCost: 790
114.16/114.66	c Try to convert by bdds
114.86/115.30	c d: 1
114.86/115.30	c estimatedAdderCost: 787
114.86/115.30	c Try to convert by bdds
115.26/115.77	c d: 1
115.26/115.77	c estimatedAdderCost: 790
115.26/115.77	c Try to convert by bdds
115.95/116.40	c d: 1
115.95/116.40	c estimatedAdderCost: 787
115.95/116.40	c Try to convert by bdds
116.35/116.88	c d: 1
116.35/116.88	c estimatedAdderCost: 788
116.35/116.88	c Try to convert by bdds
117.05/117.52	c d: 1
117.05/117.52	c estimatedAdderCost: 789
117.05/117.52	c Try to convert by bdds
117.45/118.00	c d: 1
117.45/118.00	c estimatedAdderCost: 787
117.45/118.00	c Try to convert by bdds
118.14/118.65	c d: 1
118.14/118.65	c estimatedAdderCost: 787
118.14/118.65	c Try to convert by bdds
118.65/119.13	c d: 1
118.65/119.13	c estimatedAdderCost: 788
118.65/119.13	c Try to convert by bdds
119.25/119.77	c d: 1
119.25/119.77	c estimatedAdderCost: 787
119.25/119.77	c Try to convert by bdds
119.75/120.25	c d: 1
119.75/120.25	c estimatedAdderCost: 788
119.75/120.25	c Try to convert by bdds
120.34/120.88	c d: 1
120.34/120.88	c estimatedAdderCost: 791
120.34/120.88	c Try to convert by bdds
120.84/121.36	c d: 1
120.84/121.36	c estimatedAdderCost: 788
120.84/121.36	c Try to convert by bdds
121.44/121.98	c d: 1
121.44/121.98	c estimatedAdderCost: 786
121.44/121.98	c Try to convert by bdds
121.94/122.46	c d: 1
121.94/122.46	c estimatedAdderCost: 787
121.94/122.46	c Try to convert by bdds
122.65/123.12	c d: 1
122.65/123.12	c estimatedAdderCost: 790
122.65/123.12	c Try to convert by bdds
123.03/123.60	c d: 1
123.03/123.60	c estimatedAdderCost: 788
123.03/123.60	c Try to convert by bdds
123.73/124.24	c d: 1
123.73/124.24	c estimatedAdderCost: 787
123.73/124.24	c Try to convert by bdds
124.22/124.72	c d: 1
124.22/124.72	c estimatedAdderCost: 789
124.22/124.72	c Try to convert by bdds
124.82/125.35	c d: 1
124.82/125.35	c estimatedAdderCost: 791
124.82/125.35	c Try to convert by bdds
125.32/125.82	c d: 1
125.32/125.82	c estimatedAdderCost: 787
125.32/125.82	c Try to convert by bdds
125.92/126.47	c d: 1
125.92/126.47	c estimatedAdderCost: 788
125.92/126.47	c Try to convert by bdds
126.42/126.95	c d: 1
126.42/126.95	c estimatedAdderCost: 791
126.42/126.95	c Try to convert by bdds
127.12/127.60	c d: 1
127.12/127.60	c estimatedAdderCost: 789
127.12/127.60	c Try to convert by bdds
127.53/128.08	c d: 1
127.53/128.08	c estimatedAdderCost: 787
127.53/128.08	c Try to convert by bdds
128.22/128.73	c d: 1
128.22/128.73	c estimatedAdderCost: 788
128.22/128.73	c Try to convert by bdds
128.71/129.21	c d: 1
128.71/129.21	c estimatedAdderCost: 787
128.71/129.21	c Try to convert by bdds
129.31/129.87	c d: 1
129.31/129.87	c estimatedAdderCost: 789
129.31/129.87	c Try to convert by bdds
129.81/130.34	c d: 1
129.81/130.34	c estimatedAdderCost: 789
129.81/130.34	c Try to convert by bdds
130.41/130.98	c d: 1
130.41/130.98	c estimatedAdderCost: 791
130.41/130.98	c Try to convert by bdds
130.90/131.47	c d: 1
130.90/131.47	c estimatedAdderCost: 787
130.90/131.47	c Try to convert by bdds
131.61/132.13	c d: 1
131.61/132.13	c estimatedAdderCost: 790
131.61/132.13	c Try to convert by bdds
132.10/132.61	c d: 1
132.10/132.61	c estimatedAdderCost: 788
132.10/132.61	c Try to convert by bdds
132.70/133.26	c d: 1
132.70/133.26	c estimatedAdderCost: 789
132.70/133.26	c Try to convert by bdds
133.19/133.74	c d: 1
133.19/133.74	c estimatedAdderCost: 788
133.19/133.74	c Try to convert by bdds
133.79/134.39	c d: 1
133.79/134.39	c estimatedAdderCost: 787
133.79/134.39	c Try to convert by bdds
134.29/134.87	c d: 1
134.29/134.87	c estimatedAdderCost: 787
134.29/134.87	c Try to convert by bdds
134.99/135.53	c d: 1
134.99/135.53	c estimatedAdderCost: 788
134.99/135.53	c Try to convert by bdds
135.50/136.01	c d: 1
135.50/136.01	c estimatedAdderCost: 790
135.50/136.01	c Try to convert by bdds
136.08/136.67	c d: 1
136.08/136.67	c estimatedAdderCost: 788
136.08/136.67	c Try to convert by bdds
136.59/137.16	c d: 1
136.59/137.16	c estimatedAdderCost: 787
136.59/137.16	c Try to convert by bdds
137.28/137.80	c d: 1
137.28/137.80	c estimatedAdderCost: 787
137.28/137.80	c Try to convert by bdds
137.68/138.29	c d: 1
137.68/138.29	c estimatedAdderCost: 790
137.68/138.29	c Try to convert by bdds
138.37/138.93	c d: 1
138.37/138.93	c estimatedAdderCost: 787
138.37/138.93	c Try to convert by bdds
138.87/139.42	c d: 1
138.87/139.42	c estimatedAdderCost: 789
138.87/139.42	c Try to convert by bdds
139.48/140.07	c d: 1
139.48/140.07	c estimatedAdderCost: 788
139.48/140.07	c Try to convert by bdds
139.97/140.55	c d: 1
139.97/140.55	c estimatedAdderCost: 789
139.97/140.55	c Try to convert by bdds
140.67/141.21	c d: 1
140.67/141.21	c estimatedAdderCost: 788
140.67/141.21	c Try to convert by bdds
141.17/141.70	c d: 1
141.17/141.70	c estimatedAdderCost: 790
141.17/141.70	c Try to convert by bdds
141.77/142.35	c d: 1
141.77/142.35	c estimatedAdderCost: 789
141.77/142.35	c Try to convert by bdds
142.27/142.83	c d: 1
142.27/142.83	c estimatedAdderCost: 788
142.27/142.83	c Try to convert by bdds
142.96/143.50	c d: 1
142.96/143.50	c estimatedAdderCost: 789
142.96/143.50	c Try to convert by bdds
143.36/143.98	c d: 1
143.36/143.98	c estimatedAdderCost: 789
143.36/143.98	c Try to convert by bdds
144.06/144.64	c d: 1
144.06/144.64	c estimatedAdderCost: 787
144.06/144.64	c Try to convert by bdds
144.57/145.12	c d: 1
144.57/145.12	c estimatedAdderCost: 787
144.57/145.12	c Try to convert by bdds
145.16/145.78	c d: 1
145.16/145.78	c estimatedAdderCost: 788
145.16/145.78	c Try to convert by bdds
145.65/146.27	c d: 1
145.65/146.27	c estimatedAdderCost: 789
145.65/146.27	c Try to convert by bdds
146.35/146.92	c d: 1
146.35/146.92	c estimatedAdderCost: 788
146.35/146.92	c Try to convert by bdds
146.85/147.41	c d: 1
146.85/147.41	c estimatedAdderCost: 786
146.85/147.41	c Try to convert by bdds
147.46/148.08	c d: 1
147.46/148.08	c estimatedAdderCost: 788
147.46/148.08	c Try to convert by bdds
147.95/148.57	c d: 1
147.95/148.57	c estimatedAdderCost: 787
147.95/148.57	c Try to convert by bdds
148.64/149.22	c d: 1
148.64/149.22	c estimatedAdderCost: 787
148.64/149.22	c Try to convert by bdds
149.14/149.71	c d: 1
149.14/149.71	c estimatedAdderCost: 789
149.14/149.71	c Try to convert by bdds
149.74/150.37	c d: 1
149.74/150.37	c estimatedAdderCost: 788
149.74/150.37	c Try to convert by bdds
150.23/150.85	c d: 1
150.23/150.85	c estimatedAdderCost: 787
150.23/150.85	c Try to convert by bdds
150.93/151.53	c d: 1
150.93/151.53	c estimatedAdderCost: 789
150.93/151.53	c Try to convert by bdds
151.44/152.02	c d: 1
151.44/152.02	c estimatedAdderCost: 788
151.44/152.02	c Try to convert by bdds
152.03/152.68	c d: 1
152.03/152.68	c estimatedAdderCost: 789
152.03/152.68	c Try to convert by bdds
152.54/153.17	c d: 1
152.54/153.17	c estimatedAdderCost: 788
152.54/153.17	c Try to convert by bdds
153.22/153.83	c d: 1
153.22/153.83	c estimatedAdderCost: 789
153.22/153.83	c Try to convert by bdds
153.72/154.32	c d: 1
153.72/154.32	c estimatedAdderCost: 788
153.72/154.32	c Try to convert by bdds
154.32/154.98	c d: 1
154.32/154.98	c estimatedAdderCost: 789
154.32/154.98	c Try to convert by bdds
154.81/155.47	c d: 1
154.81/155.47	c estimatedAdderCost: 788
154.81/155.47	c Try to convert by bdds
155.53/156.15	c d: 1
155.53/156.15	c estimatedAdderCost: 788
155.53/156.15	c Try to convert by bdds
156.01/156.64	c d: 1
156.01/156.64	c estimatedAdderCost: 790
156.01/156.64	c Try to convert by bdds
156.71/157.30	c d: 1
156.71/157.30	c estimatedAdderCost: 787
156.71/157.30	c Try to convert by bdds
157.11/157.79	c d: 1
157.11/157.79	c estimatedAdderCost: 789
157.11/157.79	c Try to convert by bdds
157.81/158.45	c d: 1
157.81/158.45	c estimatedAdderCost: 788
157.81/158.45	c Try to convert by bdds
158.31/158.94	c d: 1
158.31/158.94	c estimatedAdderCost: 787
158.31/158.94	c Try to convert by bdds
159.70/160.30	c d: 1
159.70/160.30	c estimatedAdderCost: 788
159.70/160.30	c Try to convert by bdds
160.10/160.79	c d: 1
160.10/160.79	c estimatedAdderCost: 790
160.10/160.79	c Try to convert by bdds
160.80/161.44	c d: 1
160.80/161.44	c estimatedAdderCost: 789
160.80/161.44	c Try to convert by bdds
161.29/161.94	c d: 1
161.29/161.94	c estimatedAdderCost: 789
161.29/161.94	c Try to convert by bdds
161.89/162.59	c d: 1
161.89/162.59	c estimatedAdderCost: 788
161.89/162.59	c Try to convert by bdds
162.40/163.08	c d: 1
162.40/163.08	c estimatedAdderCost: 790
162.40/163.08	c Try to convert by bdds
163.09/163.74	c d: 1
163.09/163.74	c estimatedAdderCost: 787
163.09/163.74	c Try to convert by bdds
163.59/164.23	c d: 1
163.59/164.23	c estimatedAdderCost: 788
163.59/164.23	c Try to convert by bdds
164.19/164.89	c d: 1
164.19/164.89	c estimatedAdderCost: 792
164.19/164.89	c Try to convert by bdds
164.69/165.38	c d: 1
164.69/165.38	c estimatedAdderCost: 788
164.69/165.38	c Try to convert by bdds
165.40/166.06	c d: 1
165.40/166.06	c estimatedAdderCost: 789
165.40/166.06	c Try to convert by bdds
165.88/166.55	c d: 1
165.88/166.55	c estimatedAdderCost: 788
165.88/166.55	c Try to convert by bdds
166.58/167.22	c d: 1
166.58/167.22	c estimatedAdderCost: 787
166.58/167.22	c Try to convert by bdds
167.08/167.72	c d: 1
167.08/167.72	c estimatedAdderCost: 791
167.08/167.72	c Try to convert by bdds
167.68/168.39	c d: 1
167.68/168.39	c estimatedAdderCost: 789
167.68/168.39	c Try to convert by bdds
168.17/168.88	c d: 1
168.17/168.88	c estimatedAdderCost: 787
168.17/168.88	c Try to convert by bdds
168.87/169.54	c d: 1
168.87/169.54	c estimatedAdderCost: 787
168.87/169.54	c Try to convert by bdds
169.38/170.03	c d: 1
169.38/170.03	c estimatedAdderCost: 788
169.38/170.03	c Try to convert by bdds
170.07/170.70	c d: 1
170.07/170.70	c estimatedAdderCost: 788
170.07/170.70	c Try to convert by bdds
170.48/171.19	c d: 1
170.48/171.19	c estimatedAdderCost: 787
170.48/171.19	c Try to convert by bdds
171.16/171.87	c d: 1
171.16/171.87	c estimatedAdderCost: 789
171.16/171.87	c Try to convert by bdds
171.66/172.36	c d: 1
171.66/172.36	c estimatedAdderCost: 787
171.66/172.36	c Try to convert by bdds
172.37/173.04	c d: 1
172.37/173.04	c estimatedAdderCost: 789
172.37/173.04	c Try to convert by bdds
172.86/173.53	c d: 1
172.86/173.53	c estimatedAdderCost: 787
172.86/173.53	c Try to convert by bdds
173.55/174.21	c d: 1
173.55/174.21	c estimatedAdderCost: 788
173.55/174.21	c Try to convert by bdds
173.95/174.70	c d: 1
173.95/174.70	c estimatedAdderCost: 788
173.95/174.70	c Try to convert by bdds
174.65/175.35	c d: 1
174.65/175.35	c estimatedAdderCost: 791
174.65/175.35	c Try to convert by bdds
175.15/175.84	c d: 1
175.15/175.84	c estimatedAdderCost: 788
175.15/175.84	c Try to convert by bdds
175.74/176.49	c d: 1
175.74/176.49	c estimatedAdderCost: 790
175.74/176.49	c Try to convert by bdds
176.24/176.98	c d: 1
176.24/176.98	c estimatedAdderCost: 789
176.24/176.98	c Try to convert by bdds
176.94/177.64	c d: 1
176.94/177.64	c estimatedAdderCost: 790
176.94/177.64	c Try to convert by bdds
177.45/178.14	c d: 1
177.45/178.14	c estimatedAdderCost: 788
177.45/178.14	c Try to convert by bdds
178.13/178.81	c d: 1
178.13/178.81	c estimatedAdderCost: 787
178.13/178.81	c Try to convert by bdds
178.63/179.30	c d: 1
178.63/179.30	c estimatedAdderCost: 788
178.63/179.30	c Try to convert by bdds
179.23/179.98	c d: 1
179.23/179.98	c estimatedAdderCost: 789
179.23/179.98	c Try to convert by bdds
179.73/180.47	c d: 1
179.73/180.47	c estimatedAdderCost: 788
179.73/180.47	c Try to convert by bdds
180.44/181.14	c d: 1
180.44/181.14	c estimatedAdderCost: 789
180.44/181.14	c Try to convert by bdds
180.92/181.64	c d: 1
180.92/181.64	c estimatedAdderCost: 787
180.92/181.64	c Try to convert by bdds
181.62/182.32	c d: 1
181.62/182.32	c estimatedAdderCost: 790
181.62/182.32	c Try to convert by bdds
182.12/182.81	c d: 1
182.12/182.81	c estimatedAdderCost: 790
182.12/182.81	c Try to convert by bdds
182.72/183.48	c d: 1
182.72/183.48	c estimatedAdderCost: 787
182.72/183.48	c Try to convert by bdds
183.22/183.98	c d: 1
183.22/183.98	c estimatedAdderCost: 789
183.22/183.98	c Try to convert by bdds
183.92/184.67	c d: 1
183.92/184.67	c estimatedAdderCost: 788
183.92/184.67	c Try to convert by bdds
184.43/185.16	c d: 1
184.43/185.16	c estimatedAdderCost: 787
184.43/185.16	c Try to convert by bdds
185.12/185.84	c d: 1
185.12/185.84	c estimatedAdderCost: 788
185.12/185.84	c Try to convert by bdds
185.61/186.34	c d: 1
185.61/186.34	c estimatedAdderCost: 787
185.61/186.34	c Try to convert by bdds
186.21/187.00	c d: 1
186.21/187.00	c estimatedAdderCost: 787
186.21/187.00	c Try to convert by bdds
186.81/187.50	c d: 1
186.81/187.50	c estimatedAdderCost: 787
186.81/187.50	c Try to convert by bdds
187.50/188.20	c d: 1
187.50/188.20	c estimatedAdderCost: 789
187.50/188.20	c Try to convert by bdds
188.00/188.70	c d: 1
188.00/188.70	c estimatedAdderCost: 787
188.00/188.70	c Try to convert by bdds
188.60/189.38	c d: 1
188.60/189.38	c estimatedAdderCost: 790
188.60/189.38	c Try to convert by bdds
189.10/189.88	c d: 1
189.10/189.88	c estimatedAdderCost: 788
189.10/189.88	c Try to convert by bdds
189.79/190.54	c d: 1
189.79/190.54	c estimatedAdderCost: 791
189.79/190.54	c Try to convert by bdds
190.30/191.04	c d: 1
190.30/191.04	c estimatedAdderCost: 788
190.30/191.04	c Try to convert by bdds
190.99/191.72	c d: 1
190.99/191.72	c estimatedAdderCost: 789
190.99/191.72	c Try to convert by bdds
191.49/192.22	c d: 1
191.49/192.22	c estimatedAdderCost: 790
191.49/192.22	c Try to convert by bdds
192.08/192.89	c d: 1
192.08/192.89	c estimatedAdderCost: 787
192.08/192.89	c Try to convert by bdds
192.58/193.39	c d: 1
192.58/193.39	c estimatedAdderCost: 789
192.58/193.39	c Try to convert by bdds
193.29/194.05	c d: 1
193.29/194.05	c estimatedAdderCost: 790
193.29/194.05	c Try to convert by bdds
193.77/194.56	c d: 1
193.77/194.56	c estimatedAdderCost: 787
193.77/194.56	c Try to convert by bdds
194.47/195.22	c d: 1
194.47/195.22	c estimatedAdderCost: 787
194.47/195.22	c Try to convert by bdds
194.97/195.71	c d: 1
194.97/195.71	c estimatedAdderCost: 789
194.97/195.71	c Try to convert by bdds
195.57/196.39	c d: 1
195.57/196.39	c estimatedAdderCost: 788
195.57/196.39	c Try to convert by bdds
196.07/196.89	c d: 1
196.07/196.89	c estimatedAdderCost: 788
196.07/196.89	c Try to convert by bdds
196.77/197.57	c d: 1
196.77/197.57	c estimatedAdderCost: 789
196.77/197.57	c Try to convert by bdds
197.28/198.08	c d: 1
197.28/198.08	c estimatedAdderCost: 790
197.28/198.08	c Try to convert by bdds
197.97/198.74	c d: 1
197.97/198.74	c estimatedAdderCost: 790
197.97/198.74	c Try to convert by bdds
198.46/199.24	c d: 1
198.46/199.24	c estimatedAdderCost: 788
198.46/199.24	c Try to convert by bdds
199.16/199.94	c d: 1
199.16/199.94	c estimatedAdderCost: 788
199.16/199.94	c Try to convert by bdds
199.66/200.43	c d: 1
199.66/200.43	c estimatedAdderCost: 788
199.66/200.43	c Try to convert by bdds
200.37/201.12	c d: 1
200.37/201.12	c estimatedAdderCost: 789
200.37/201.12	c Try to convert by bdds
200.85/201.62	c d: 1
200.85/201.62	c estimatedAdderCost: 790
200.85/201.62	c Try to convert by bdds
201.55/202.30	c d: 1
201.55/202.30	c estimatedAdderCost: 790
201.55/202.30	c Try to convert by bdds
202.05/202.80	c d: 1
202.05/202.80	c estimatedAdderCost: 788
202.05/202.80	c Try to convert by bdds
202.65/203.49	c d: 1
202.65/203.49	c estimatedAdderCost: 788
202.65/203.49	c Try to convert by bdds
203.15/204.00	c d: 1
203.15/204.00	c estimatedAdderCost: 788
203.15/204.00	c Try to convert by bdds
203.84/204.69	c d: 1
203.84/204.69	c estimatedAdderCost: 789
203.84/204.69	c Try to convert by bdds
204.35/205.19	c d: 1
204.35/205.19	c estimatedAdderCost: 787
204.35/205.19	c Try to convert by bdds
205.04/205.88	c d: 1
205.04/205.88	c estimatedAdderCost: 790
205.04/205.88	c Try to convert by bdds
205.54/206.38	c d: 1
205.54/206.38	c estimatedAdderCost: 788
205.54/206.38	c Try to convert by bdds
206.25/207.06	c d: 1
206.25/207.06	c estimatedAdderCost: 787
206.25/207.06	c Try to convert by bdds
206.73/207.56	c d: 1
206.73/207.56	c estimatedAdderCost: 788
206.73/207.56	c Try to convert by bdds
207.43/208.26	c d: 1
207.43/208.26	c estimatedAdderCost: 788
207.43/208.26	c Try to convert by bdds
207.93/208.76	c d: 1
207.93/208.76	c estimatedAdderCost: 788
207.93/208.76	c Try to convert by bdds
208.62/209.44	c d: 1
208.62/209.44	c estimatedAdderCost: 788
208.62/209.44	c Try to convert by bdds
209.12/209.94	c d: 1
209.12/209.94	c estimatedAdderCost: 790
209.12/209.94	c Try to convert by bdds
209.82/210.61	c d: 1
209.82/210.61	c estimatedAdderCost: 787
209.82/210.61	c Try to convert by bdds
210.33/211.12	c d: 1
210.33/211.12	c estimatedAdderCost: 787
210.33/211.12	c Try to convert by bdds
211.01/211.81	c d: 1
211.01/211.81	c estimatedAdderCost: 789
211.01/211.81	c Try to convert by bdds
211.51/212.31	c d: 1
211.51/212.31	c estimatedAdderCost: 789
211.51/212.31	c Try to convert by bdds
212.11/212.98	c d: 1
212.11/212.98	c estimatedAdderCost: 790
212.11/212.98	c Try to convert by bdds
212.61/213.49	c d: 1
212.61/213.49	c estimatedAdderCost: 788
212.61/213.49	c Try to convert by bdds
213.32/214.17	c d: 1
213.32/214.17	c estimatedAdderCost: 788
213.32/214.17	c Try to convert by bdds
213.80/214.67	c d: 1
213.80/214.67	c estimatedAdderCost: 789
213.80/214.67	c Try to convert by bdds
214.51/215.35	c d: 1
214.51/215.35	c estimatedAdderCost: 788
214.51/215.35	c Try to convert by bdds
215.00/215.87	c d: 1
215.00/215.87	c estimatedAdderCost: 787
215.00/215.87	c Try to convert by bdds
215.70/216.56	c d: 1
215.70/216.56	c estimatedAdderCost: 789
215.70/216.56	c Try to convert by bdds
216.21/217.06	c d: 1
216.21/217.06	c estimatedAdderCost: 788
216.21/217.06	c Try to convert by bdds
216.90/217.75	c d: 1
216.90/217.75	c estimatedAdderCost: 788
216.90/217.75	c Try to convert by bdds
217.39/218.27	c d: 1
217.39/218.27	c estimatedAdderCost: 788
217.39/218.27	c Try to convert by bdds
218.09/218.98	c d: 1
218.09/218.98	c estimatedAdderCost: 788
218.09/218.98	c Try to convert by bdds
218.59/219.48	c d: 1
218.59/219.48	c estimatedAdderCost: 790
218.59/219.48	c Try to convert by bdds
219.30/220.17	c d: 1
219.30/220.17	c estimatedAdderCost: 790
219.30/220.17	c Try to convert by bdds
219.79/220.67	c d: 1
219.79/220.67	c estimatedAdderCost: 788
219.79/220.67	c Try to convert by bdds
220.48/221.36	c d: 1
220.48/221.36	c estimatedAdderCost: 788
220.48/221.36	c Try to convert by bdds
220.98/221.87	c d: 1
220.98/221.87	c estimatedAdderCost: 788
220.98/221.87	c Try to convert by bdds
221.68/222.56	c d: 1
221.68/222.56	c estimatedAdderCost: 788
221.68/222.56	c Try to convert by bdds
222.19/223.07	c d: 1
222.19/223.07	c estimatedAdderCost: 788
222.19/223.07	c Try to convert by bdds
222.87/223.75	c d: 1
222.87/223.75	c estimatedAdderCost: 786
222.87/223.75	c Try to convert by bdds
223.37/224.25	c d: 1
223.37/224.25	c estimatedAdderCost: 791
223.37/224.25	c Try to convert by bdds
224.07/224.95	c d: 1
224.07/224.95	c estimatedAdderCost: 789
224.07/224.95	c Try to convert by bdds
224.56/225.46	c d: 1
224.56/225.46	c estimatedAdderCost: 788
224.56/225.46	c Try to convert by bdds
225.27/226.15	c d: 1
225.27/226.15	c estimatedAdderCost: 789
225.27/226.15	c Try to convert by bdds
225.76/226.67	c d: 1
225.76/226.67	c estimatedAdderCost: 787
225.76/226.67	c Try to convert by bdds
226.46/227.36	c d: 1
226.46/227.36	c estimatedAdderCost: 788
226.46/227.36	c Try to convert by bdds
226.95/227.87	c d: 1
226.95/227.87	c estimatedAdderCost: 788
226.95/227.87	c Try to convert by bdds
227.65/228.57	c d: 1
227.65/228.57	c estimatedAdderCost: 789
227.65/228.57	c Try to convert by bdds
228.16/229.08	c d: 1
228.16/229.08	c estimatedAdderCost: 790
228.16/229.08	c Try to convert by bdds
228.85/229.78	c d: 1
228.85/229.78	c estimatedAdderCost: 789
228.85/229.78	c Try to convert by bdds
229.34/230.28	c d: 1
229.34/230.28	c estimatedAdderCost: 206
229.34/230.28	c Try to convert by bdds
229.44/230.32	c d: 1
229.44/230.32	c estimatedAdderCost: 204
229.44/230.32	c Try to convert by bdds
229.44/230.34	c d: 1
229.44/230.34	c estimatedAdderCost: 205
229.44/230.34	c Try to convert by bdds
229.44/230.37	c d: 1
229.44/230.37	c estimatedAdderCost: 204
229.44/230.37	c Try to convert by bdds
229.44/230.39	c d: 1
229.44/230.39	c estimatedAdderCost: 202
229.44/230.39	c Try to convert by bdds
229.54/230.42	c d: 1
229.54/230.42	c estimatedAdderCost: 204
229.54/230.42	c Try to convert by bdds
229.54/230.45	c d: 1
229.54/230.45	c estimatedAdderCost: 204
229.54/230.45	c Try to convert by bdds
229.54/230.49	c d: 1
229.54/230.49	c estimatedAdderCost: 204
229.54/230.49	c Try to convert by bdds
229.64/230.51	c d: 1
229.64/230.51	c estimatedAdderCost: 202
229.64/230.51	c Try to convert by bdds
229.64/230.54	c d: 1
229.64/230.54	c estimatedAdderCost: 204
229.64/230.54	c Try to convert by bdds
229.64/230.56	c d: 1
229.64/230.56	c estimatedAdderCost: 204
229.64/230.56	c Try to convert by bdds
229.64/230.59	c d: 1
229.64/230.59	c estimatedAdderCost: 204
229.64/230.59	c Try to convert by bdds
229.74/230.62	c d: 1
229.74/230.62	c estimatedAdderCost: 205
229.74/230.62	c Try to convert by bdds
229.74/230.65	c d: 1
229.74/230.65	c estimatedAdderCost: 205
229.74/230.65	c Try to convert by bdds
229.74/230.67	c d: 1
229.74/230.67	c estimatedAdderCost: 204
229.74/230.67	c Try to convert by bdds
229.84/230.70	c d: 1
229.84/230.70	c estimatedAdderCost: 202
229.84/230.70	c Try to convert by bdds
229.84/230.72	c d: 1
229.84/230.72	c estimatedAdderCost: 202
229.84/230.72	c Try to convert by bdds
229.84/230.75	c d: 1
229.84/230.75	c estimatedAdderCost: 204
229.84/230.75	c Try to convert by bdds
229.84/230.78	c d: 1
229.84/230.78	c estimatedAdderCost: 205
229.84/230.78	c Try to convert by bdds
229.94/230.81	c d: 1
229.94/230.81	c estimatedAdderCost: 203
229.94/230.81	c Try to convert by bdds
229.94/230.83	c d: 1
229.94/230.83	c estimatedAdderCost: 204
229.94/230.83	c Try to convert by bdds
229.94/230.86	c d: 1
229.94/230.86	c estimatedAdderCost: 204
229.94/230.86	c Try to convert by bdds
229.94/230.89	c d: 1
229.94/230.89	c estimatedAdderCost: 203
229.94/230.89	c Try to convert by bdds
230.04/230.92	c d: 1
230.04/230.92	c estimatedAdderCost: 203
230.04/230.92	c Try to convert by bdds
230.04/230.94	c d: 1
230.04/230.94	c estimatedAdderCost: 203
230.04/230.94	c Try to convert by bdds
230.04/230.97	c d: 1
230.04/230.97	c estimatedAdderCost: 205
230.04/230.97	c Try to convert by bdds
230.04/230.99	c d: 1
230.04/230.99	c estimatedAdderCost: 203
230.04/230.99	c Try to convert by bdds
230.15/231.02	c d: 1
230.15/231.02	c estimatedAdderCost: 204
230.15/231.02	c Try to convert by bdds
230.15/231.05	c d: 1
230.15/231.05	c estimatedAdderCost: 204
230.15/231.05	c Try to convert by bdds
230.15/231.08	c d: 1
230.15/231.08	c estimatedAdderCost: 206
230.15/231.08	c Try to convert by bdds
230.15/231.10	c d: 1
230.15/231.10	c estimatedAdderCost: 203
230.15/231.10	c Try to convert by bdds
230.25/231.13	c d: 1
230.25/231.13	c estimatedAdderCost: 204
230.25/231.13	c Try to convert by bdds
230.25/231.16	c d: 1
230.25/231.16	c estimatedAdderCost: 203
230.25/231.16	c Try to convert by bdds
230.25/231.19	c d: 1
230.25/231.19	c estimatedAdderCost: 204
230.25/231.19	c Try to convert by bdds
230.34/231.21	c d: 1
230.34/231.21	c estimatedAdderCost: 204
230.34/231.21	c Try to convert by bdds
230.34/231.24	c d: 1
230.34/231.24	c estimatedAdderCost: 204
230.34/231.24	c Try to convert by bdds
230.34/231.26	c d: 1
230.34/231.26	c estimatedAdderCost: 204
230.34/231.26	c Try to convert by bdds
230.44/231.30	c d: 1
230.44/231.30	c estimatedAdderCost: 204
230.44/231.30	c Try to convert by bdds
230.44/231.33	c d: 1
230.44/231.33	c estimatedAdderCost: 205
230.44/231.33	c Try to convert by bdds
230.44/231.36	c d: 1
230.44/231.36	c estimatedAdderCost: 205
230.44/231.36	c Try to convert by bdds
230.44/231.38	c d: 1
230.44/231.38	c estimatedAdderCost: 204
230.44/231.38	c Try to convert by bdds
230.54/231.41	c d: 1
230.54/231.41	c estimatedAdderCost: 204
230.54/231.41	c Try to convert by bdds
230.54/231.43	c d: 1
230.54/231.43	c estimatedAdderCost: 206
230.54/231.43	c Try to convert by bdds
230.54/231.47	c d: 1
230.54/231.47	c estimatedAdderCost: 204
230.54/231.47	c Try to convert by bdds
230.54/231.49	c d: 1
230.54/231.49	c estimatedAdderCost: 205
230.54/231.49	c Try to convert by bdds
230.64/231.52	c d: 1
230.64/231.52	c estimatedAdderCost: 204
230.64/231.52	c Try to convert by bdds
230.64/231.54	c d: 1
230.64/231.54	c estimatedAdderCost: 204
230.64/231.54	c Try to convert by bdds
230.64/231.57	c d: 1
230.64/231.57	c estimatedAdderCost: 204
230.64/231.57	c Try to convert by bdds
230.74/231.60	c d: 1
230.74/231.60	c estimatedAdderCost: 203
230.74/231.60	c Try to convert by bdds
230.74/231.63	c d: 1
230.74/231.63	c estimatedAdderCost: 203
230.74/231.63	c Try to convert by bdds
230.74/231.65	c d: 1
230.74/231.65	c estimatedAdderCost: 203
230.74/231.65	c Try to convert by bdds
230.74/231.68	c d: 1
230.74/231.68	c estimatedAdderCost: 205
230.74/231.68	c Try to convert by bdds
230.84/231.70	c d: 1
230.84/231.70	c estimatedAdderCost: 204
230.84/231.70	c Try to convert by bdds
230.84/231.73	c d: 1
230.84/231.73	c estimatedAdderCost: 205
230.84/231.73	c Try to convert by bdds
230.84/231.76	c d: 1
230.84/231.76	c estimatedAdderCost: 204
230.84/231.76	c Try to convert by bdds
230.84/231.79	c d: 1
230.84/231.79	c estimatedAdderCost: 203
230.84/231.79	c Try to convert by bdds
230.94/231.81	c d: 1
230.94/231.81	c estimatedAdderCost: 203
230.94/231.81	c Try to convert by bdds
230.94/231.84	c d: 1
230.94/231.84	c estimatedAdderCost: 204
230.94/231.84	c Try to convert by bdds
230.94/231.87	c d: 1
230.94/231.87	c estimatedAdderCost: 202
230.94/231.87	c Try to convert by bdds
231.04/231.90	c d: 1
231.04/231.90	c estimatedAdderCost: 204
231.04/231.90	c Try to convert by bdds
231.04/231.92	c d: 1
231.04/231.92	c estimatedAdderCost: 204
231.04/231.92	c Try to convert by bdds
231.04/231.95	c d: 1
231.04/231.95	c estimatedAdderCost: 203
231.04/231.95	c Try to convert by bdds
231.04/231.98	c d: 1
231.04/231.98	c estimatedAdderCost: 205
231.04/231.98	c Try to convert by bdds
231.15/232.01	c d: 1
231.15/232.01	c estimatedAdderCost: 203
231.15/232.01	c Try to convert by bdds
231.15/232.03	c d: 1
231.15/232.03	c estimatedAdderCost: 202
231.15/232.03	c Try to convert by bdds
231.15/232.06	c d: 1
231.15/232.06	c estimatedAdderCost: 204
231.15/232.06	c Try to convert by bdds
231.15/232.09	c d: 1
231.15/232.09	c estimatedAdderCost: 203
231.15/232.09	c Try to convert by bdds
231.25/232.12	c d: 1
231.25/232.12	c estimatedAdderCost: 205
231.25/232.12	c Try to convert by bdds
231.25/232.14	c d: 1
231.25/232.14	c estimatedAdderCost: 204
231.25/232.14	c Try to convert by bdds
231.25/232.17	c d: 1
231.25/232.17	c estimatedAdderCost: 205
231.25/232.17	c Try to convert by bdds
231.25/232.20	c d: 1
231.25/232.20	c estimatedAdderCost: 204
231.25/232.20	c Try to convert by bdds
231.34/232.23	c d: 1
231.34/232.23	c estimatedAdderCost: 202
231.34/232.23	c Try to convert by bdds
231.34/232.25	c d: 1
231.34/232.25	c estimatedAdderCost: 204
231.34/232.25	c Try to convert by bdds
231.34/232.28	c d: 1
231.34/232.28	c estimatedAdderCost: 202
231.34/232.28	c Try to convert by bdds
231.44/232.30	c d: 1
231.44/232.30	c estimatedAdderCost: 204
231.44/232.30	c Try to convert by bdds
231.44/232.33	c d: 1
231.44/232.33	c estimatedAdderCost: 204
231.44/232.33	c Try to convert by bdds
231.44/232.36	c d: 1
231.44/232.36	c estimatedAdderCost: 204
231.44/232.36	c Try to convert by bdds
231.44/232.39	c d: 1
231.44/232.39	c estimatedAdderCost: 204
231.44/232.39	c Try to convert by bdds
231.54/232.41	c d: 1
231.54/232.41	c estimatedAdderCost: 205
231.54/232.41	c Try to convert by bdds
231.54/232.44	c d: 1
231.54/232.44	c estimatedAdderCost: 204
231.54/232.44	c Try to convert by bdds
231.54/232.47	c d: 1
231.54/232.47	c estimatedAdderCost: 204
231.54/232.47	c Try to convert by bdds
231.64/232.50	c d: 1
231.64/232.50	c estimatedAdderCost: 206
231.64/232.50	c Try to convert by bdds
231.64/232.52	c d: 1
231.64/232.52	c estimatedAdderCost: 206
231.64/232.52	c Try to convert by bdds
231.64/232.55	c d: 1
231.64/232.55	c estimatedAdderCost: 204
231.64/232.55	c Try to convert by bdds
231.64/232.57	c d: 1
231.64/232.57	c estimatedAdderCost: 204
231.64/232.57	c Try to convert by bdds
231.73/232.61	c d: 1
231.73/232.61	c estimatedAdderCost: 203
231.73/232.61	c Try to convert by bdds
231.73/232.63	c d: 1
231.73/232.63	c estimatedAdderCost: 205
231.73/232.63	c Try to convert by bdds
231.73/232.66	c d: 1
231.73/232.66	c estimatedAdderCost: 205
231.73/232.66	c Try to convert by bdds
231.73/232.69	c d: 1
231.73/232.69	c estimatedAdderCost: 204
231.73/232.69	c Try to convert by bdds
231.83/232.72	c d: 1
231.83/232.72	c estimatedAdderCost: 204
231.83/232.72	c Try to convert by bdds
231.83/232.74	c d: 1
231.83/232.74	c estimatedAdderCost: 204
231.83/232.74	c Try to convert by bdds
231.83/232.77	c d: 1
231.83/232.77	c estimatedAdderCost: 202
231.83/232.77	c Try to convert by bdds
231.83/232.79	c d: 1
231.83/232.79	c estimatedAdderCost: 205
231.83/232.79	c Try to convert by bdds
231.93/232.83	c d: 1
231.93/232.83	c estimatedAdderCost: 204
231.93/232.83	c Try to convert by bdds
231.93/232.85	c d: 1
231.93/232.85	c estimatedAdderCost: 203
231.93/232.85	c Try to convert by bdds
231.93/232.88	c d: 1
231.93/232.88	c estimatedAdderCost: 204
231.93/232.88	c Try to convert by bdds
232.03/232.90	c d: 1
232.03/232.90	c estimatedAdderCost: 204
232.03/232.90	c Try to convert by bdds
232.03/232.94	c d: 1
232.03/232.94	c estimatedAdderCost: 204
232.03/232.94	c Try to convert by bdds
232.03/232.96	c d: 1
232.03/232.96	c estimatedAdderCost: 203
232.03/232.96	c Try to convert by bdds
232.03/232.99	c d: 1
232.03/232.99	c estimatedAdderCost: 203
232.03/232.99	c Try to convert by bdds
232.15/233.02	c d: 1
232.15/233.02	c estimatedAdderCost: 203
232.15/233.02	c Try to convert by bdds
232.15/233.05	c d: 1
232.15/233.05	c estimatedAdderCost: 203
232.15/233.05	c Try to convert by bdds
232.15/233.07	c d: 1
232.15/233.07	c estimatedAdderCost: 204
232.15/233.07	c Try to convert by bdds
232.15/233.10	c d: 1
232.15/233.10	c estimatedAdderCost: 206
232.15/233.10	c Try to convert by bdds
232.25/233.13	c d: 1
232.25/233.13	c estimatedAdderCost: 203
232.25/233.13	c Try to convert by bdds
232.25/233.16	c d: 1
232.25/233.16	c estimatedAdderCost: 205
232.25/233.16	c Try to convert by bdds
232.25/233.18	c d: 1
232.25/233.18	c estimatedAdderCost: 205
232.25/233.18	c Try to convert by bdds
232.33/233.21	c d: 1
232.33/233.21	c estimatedAdderCost: 205
232.33/233.21	c Try to convert by bdds
232.33/233.23	c d: 1
232.33/233.23	c estimatedAdderCost: 204
232.33/233.23	c Try to convert by bdds
232.33/233.26	c d: 1
232.33/233.26	c estimatedAdderCost: 206
232.33/233.26	c Try to convert by bdds
232.33/233.29	c d: 1
232.33/233.29	c estimatedAdderCost: 205
232.33/233.29	c Try to convert by bdds
232.43/233.32	c d: 1
232.43/233.32	c estimatedAdderCost: 205
232.43/233.32	c Try to convert by bdds
232.43/233.34	c d: 1
232.43/233.34	c estimatedAdderCost: 204
232.43/233.34	c Try to convert by bdds
232.43/233.37	c d: 1
232.43/233.37	c estimatedAdderCost: 205
232.43/233.37	c Try to convert by bdds
232.43/233.40	c d: 1
232.43/233.40	c estimatedAdderCost: 202
232.43/233.40	c Try to convert by bdds
232.53/233.43	c d: 1
232.53/233.43	c estimatedAdderCost: 204
232.53/233.43	c Try to convert by bdds
232.53/233.45	c d: 1
232.53/233.45	c estimatedAdderCost: 204
232.53/233.45	c Try to convert by bdds
232.53/233.48	c d: 1
232.53/233.48	c estimatedAdderCost: 204
232.53/233.48	c Try to convert by bdds
232.63/233.50	c d: 1
232.63/233.50	c estimatedAdderCost: 205
232.63/233.50	c Try to convert by bdds
232.63/233.54	c d: 1
232.63/233.54	c estimatedAdderCost: 204
232.63/233.54	c Try to convert by bdds
232.63/233.56	c d: 1
232.63/233.56	c estimatedAdderCost: 203
232.63/233.56	c Try to convert by bdds
232.63/233.59	c d: 1
232.63/233.59	c estimatedAdderCost: 205
232.63/233.59	c Try to convert by bdds
232.73/233.61	c d: 1
232.73/233.61	c estimatedAdderCost: 203
232.73/233.61	c Try to convert by bdds
232.73/233.64	c d: 1
232.73/233.64	c estimatedAdderCost: 204
232.73/233.64	c Try to convert by bdds
232.73/233.67	c d: 1
232.73/233.67	c estimatedAdderCost: 204
232.73/233.67	c Try to convert by bdds
232.83/233.70	c d: 1
232.83/233.70	c estimatedAdderCost: 204
232.83/233.70	c Try to convert by bdds
232.83/233.72	c d: 1
232.83/233.72	c estimatedAdderCost: 203
232.83/233.72	c Try to convert by bdds
232.83/233.75	c d: 1
232.83/233.75	c estimatedAdderCost: 205
232.83/233.75	c Try to convert by bdds
232.83/233.78	c d: 1
232.83/233.78	c estimatedAdderCost: 206
232.83/233.78	c Try to convert by bdds
232.94/233.81	c d: 1
232.94/233.81	c estimatedAdderCost: 204
232.94/233.81	c Try to convert by bdds
232.94/233.83	c d: 1
232.94/233.83	c estimatedAdderCost: 203
232.94/233.83	c Try to convert by bdds
232.94/233.86	c d: 1
232.94/233.86	c estimatedAdderCost: 205
232.94/233.86	c Try to convert by bdds
232.94/233.88	c d: 1
232.94/233.88	c estimatedAdderCost: 203
232.94/233.88	c Try to convert by bdds
233.04/233.92	c d: 1
233.04/233.92	c estimatedAdderCost: 205
233.04/233.92	c Try to convert by bdds
233.04/233.94	c d: 1
233.04/233.94	c estimatedAdderCost: 204
233.04/233.94	c Try to convert by bdds
233.04/233.97	c d: 1
233.04/233.97	c estimatedAdderCost: 204
233.04/233.97	c Try to convert by bdds
233.04/233.99	c d: 1
233.04/233.99	c estimatedAdderCost: 205
233.04/233.99	c Try to convert by bdds
233.15/234.03	c d: 1
233.15/234.03	c estimatedAdderCost: 204
233.15/234.03	c Try to convert by bdds
233.15/234.05	c d: 1
233.15/234.05	c estimatedAdderCost: 204
233.15/234.05	c Try to convert by bdds
233.15/234.08	c d: 1
233.15/234.08	c estimatedAdderCost: 202
233.15/234.08	c Try to convert by bdds
233.15/234.10	c d: 1
233.15/234.10	c estimatedAdderCost: 204
233.15/234.10	c Try to convert by bdds
233.25/234.14	c d: 1
233.25/234.14	c estimatedAdderCost: 204
233.25/234.14	c Try to convert by bdds
233.25/234.16	c d: 1
233.25/234.16	c estimatedAdderCost: 205
233.25/234.16	c Try to convert by bdds
233.34/234.20	c d: 1
233.34/234.20	c estimatedAdderCost: 205
233.34/234.20	c Try to convert by bdds
233.34/234.22	c d: 1
233.34/234.22	c estimatedAdderCost: 204
233.34/234.22	c Try to convert by bdds
233.34/234.25	c d: 1
233.34/234.25	c estimatedAdderCost: 202
233.34/234.25	c Try to convert by bdds
233.34/234.27	c d: 1
233.34/234.27	c estimatedAdderCost: 203
233.34/234.27	c Try to convert by bdds
233.44/234.30	c d: 1
233.44/234.30	c estimatedAdderCost: 204
233.44/234.30	c Try to convert by bdds
233.44/234.33	c d: 1
233.44/234.33	c estimatedAdderCost: 205
233.44/234.33	c Try to convert by bdds
233.44/234.36	c d: 1
233.44/234.36	c estimatedAdderCost: 204
233.44/234.36	c Try to convert by bdds
233.44/234.38	c d: 1
233.44/234.38	c estimatedAdderCost: 205
233.44/234.38	c Try to convert by bdds
233.54/234.41	c d: 1
233.54/234.41	c estimatedAdderCost: 204
233.54/234.41	c Try to convert by bdds
233.54/234.43	c d: 1
233.54/234.43	c estimatedAdderCost: 202
233.54/234.43	c Try to convert by bdds
233.54/234.46	c d: 1
233.54/234.46	c estimatedAdderCost: 204
233.54/234.46	c Try to convert by bdds
233.54/234.49	c d: 1
233.54/234.49	c estimatedAdderCost: 203
233.54/234.49	c Try to convert by bdds
233.64/234.52	c d: 1
233.64/234.52	c estimatedAdderCost: 204
233.64/234.52	c Try to convert by bdds
233.64/234.54	c d: 1
233.64/234.54	c estimatedAdderCost: 204
233.64/234.54	c Try to convert by bdds
233.64/234.57	c d: 1
233.64/234.57	c estimatedAdderCost: 203
233.64/234.57	c Try to convert by bdds
233.74/234.60	c d: 1
233.74/234.60	c estimatedAdderCost: 203
233.74/234.60	c Try to convert by bdds
233.74/234.63	c d: 1
233.74/234.63	c estimatedAdderCost: 204
233.74/234.63	c Try to convert by bdds
233.74/234.65	c d: 1
233.74/234.65	c estimatedAdderCost: 203
233.74/234.65	c Try to convert by bdds
233.74/234.68	c d: 1
233.74/234.68	c estimatedAdderCost: 203
233.74/234.68	c Try to convert by bdds
233.84/234.70	c d: 1
233.84/234.70	c estimatedAdderCost: 205
233.84/234.70	c Try to convert by bdds
233.84/234.73	c d: 1
233.84/234.73	c estimatedAdderCost: 203
233.84/234.73	c Try to convert by bdds
233.84/234.76	c d: 1
233.84/234.76	c estimatedAdderCost: 204
233.84/234.76	c Try to convert by bdds
233.84/234.79	c d: 1
233.84/234.79	c estimatedAdderCost: 206
233.84/234.79	c Try to convert by bdds
233.94/234.81	c d: 1
233.94/234.81	c estimatedAdderCost: 205
233.94/234.81	c Try to convert by bdds
233.94/234.84	c d: 1
233.94/234.84	c estimatedAdderCost: 205
233.94/234.84	c Try to convert by bdds
233.94/234.87	c d: 1
233.94/234.87	c estimatedAdderCost: 205
233.94/234.87	c Try to convert by bdds
234.03/234.90	c d: 1
234.03/234.90	c estimatedAdderCost: 205
234.03/234.90	c Try to convert by bdds
234.03/234.92	c d: 1
234.03/234.92	c estimatedAdderCost: 203
234.03/234.92	c Try to convert by bdds
234.03/234.95	c d: 1
234.03/234.95	c estimatedAdderCost: 205
234.03/234.95	c Try to convert by bdds
234.03/234.97	c d: 1
234.03/234.97	c estimatedAdderCost: 202
234.03/234.97	c Try to convert by bdds
234.03/235.01	c d: 1
234.03/235.01	c estimatedAdderCost: 204
234.03/235.01	c Try to convert by bdds
234.15/235.03	c d: 1
234.15/235.03	c estimatedAdderCost: 206
234.15/235.03	c Try to convert by bdds
234.15/235.06	c d: 1
234.15/235.06	c estimatedAdderCost: 204
234.15/235.06	c Try to convert by bdds
234.15/235.08	c d: 1
234.15/235.08	c estimatedAdderCost: 203
234.15/235.08	c Try to convert by bdds
234.25/235.12	c d: 1
234.25/235.12	c estimatedAdderCost: 203
234.25/235.12	c Try to convert by bdds
234.25/235.14	c d: 1
234.25/235.14	c estimatedAdderCost: 203
234.25/235.14	c Try to convert by bdds
234.25/235.17	c d: 1
234.25/235.17	c estimatedAdderCost: 203
234.25/235.17	c Try to convert by bdds
234.25/235.19	c d: 1
234.25/235.19	c estimatedAdderCost: 203
234.25/235.19	c Try to convert by bdds
234.33/235.23	c d: 1
234.33/235.23	c estimatedAdderCost: 204
234.33/235.23	c Try to convert by bdds
234.33/235.25	c d: 1
234.33/235.25	c estimatedAdderCost: 205
234.33/235.25	c Try to convert by bdds
234.33/235.28	c d: 1
234.33/235.28	c estimatedAdderCost: 204
234.33/235.28	c Try to convert by bdds
234.43/235.30	c d: 1
234.43/235.30	c estimatedAdderCost: 205
234.43/235.30	c Try to convert by bdds
234.43/235.33	c d: 1
234.43/235.33	c estimatedAdderCost: 205
234.43/235.33	c Try to convert by bdds
234.43/235.36	c d: 1
234.43/235.36	c estimatedAdderCost: 205
234.43/235.36	c Try to convert by bdds
234.43/235.39	c d: 1
234.43/235.39	c estimatedAdderCost: 205
234.43/235.39	c Try to convert by bdds
234.53/235.41	c d: 1
234.53/235.41	c estimatedAdderCost: 204
234.53/235.41	c Try to convert by bdds
234.53/235.44	c d: 1
234.53/235.44	c estimatedAdderCost: 202
234.53/235.44	c Try to convert by bdds
234.53/235.47	c d: 1
234.53/235.47	c estimatedAdderCost: 204
234.53/235.47	c Try to convert by bdds
234.63/235.50	c d: 1
234.63/235.50	c estimatedAdderCost: 203
234.63/235.50	c Try to convert by bdds
234.63/235.52	c d: 1
234.63/235.52	c estimatedAdderCost: 203
234.63/235.52	c Try to convert by bdds
234.63/235.55	c d: 1
234.63/235.55	c estimatedAdderCost: 204
234.63/235.55	c Try to convert by bdds
234.63/235.57	c d: 1
234.63/235.57	c estimatedAdderCost: 204
234.63/235.57	c Try to convert by bdds
234.73/235.61	c d: 1
234.73/235.61	c estimatedAdderCost: 203
234.73/235.61	c Try to convert by bdds
234.73/235.63	c d: 1
234.73/235.63	c estimatedAdderCost: 205
234.73/235.63	c Try to convert by bdds
234.73/235.66	c d: 1
234.73/235.66	c estimatedAdderCost: 205
234.73/235.66	c Try to convert by bdds
234.73/235.68	c d: 1
234.73/235.68	c estimatedAdderCost: 204
234.73/235.68	c Try to convert by bdds
234.83/235.71	c d: 1
234.83/235.71	c estimatedAdderCost: 204
234.83/235.71	c Try to convert by bdds
234.83/235.74	c d: 1
234.83/235.74	c estimatedAdderCost: 105
234.83/235.74	c Try to convert by bdds
234.83/235.74	c d: 1
234.83/235.74	c estimatedAdderCost: 104
234.83/235.74	c Try to convert by bdds
234.83/235.75	c d: 1
234.83/235.75	c estimatedAdderCost: 105
234.83/235.75	c Try to convert by bdds
234.83/235.76	c d: 1
234.83/235.76	c estimatedAdderCost: 104
234.83/235.76	c Try to convert by bdds
234.83/235.76	c d: 1
234.83/235.76	c estimatedAdderCost: 104
234.83/235.76	c Try to convert by bdds
234.83/235.77	c d: 1
234.83/235.77	c estimatedAdderCost: 103
234.83/235.77	c Try to convert by bdds
234.83/235.78	c d: 1
234.83/235.78	c estimatedAdderCost: 102
234.83/235.78	c Try to convert by bdds
234.83/235.78	c d: 1
234.83/235.78	c estimatedAdderCost: 104
234.83/235.78	c Try to convert by bdds
234.83/235.79	c d: 1
234.83/235.79	c estimatedAdderCost: 103
234.83/235.79	c Try to convert by bdds
234.83/235.80	c d: 1
234.83/235.80	c estimatedAdderCost: 104
234.83/235.80	c Try to convert by bdds
234.93/235.80	c d: 1
234.93/235.80	c estimatedAdderCost: 105
234.93/235.80	c Try to convert by bdds
234.93/235.81	c d: 1
234.93/235.81	c estimatedAdderCost: 104
234.93/235.81	c Try to convert by bdds
234.93/235.81	c d: 1
234.93/235.81	c estimatedAdderCost: 104
234.93/235.81	c Try to convert by bdds
234.93/235.82	c d: 1
234.93/235.82	c estimatedAdderCost: 103
234.93/235.82	c Try to convert by bdds
234.93/235.83	c d: 1
234.93/235.83	c estimatedAdderCost: 104
234.93/235.83	c Try to convert by bdds
234.93/235.83	c d: 1
234.93/235.83	c estimatedAdderCost: 102
234.93/235.83	c Try to convert by bdds
234.93/235.84	c d: 1
234.93/235.84	c estimatedAdderCost: 102
234.93/235.84	c Try to convert by bdds
234.93/235.85	c d: 1
234.93/235.85	c estimatedAdderCost: 104
234.93/235.85	c Try to convert by bdds
234.93/235.85	c d: 1
234.93/235.85	c estimatedAdderCost: 103
234.93/235.85	c Try to convert by bdds
234.93/235.86	c d: 1
234.93/235.86	c estimatedAdderCost: 104
234.93/235.86	c Try to convert by bdds
234.93/235.86	c d: 1
234.93/235.86	c estimatedAdderCost: 105
234.93/235.86	c Try to convert by bdds
234.93/235.87	c d: 1
234.93/235.87	c estimatedAdderCost: 104
234.93/235.87	c Try to convert by bdds
234.93/235.88	c d: 1
234.93/235.88	c estimatedAdderCost: 105
234.93/235.88	c Try to convert by bdds
234.93/235.88	c d: 1
234.93/235.88	c estimatedAdderCost: 104
234.93/235.88	c Try to convert by bdds
234.93/235.89	c d: 1
234.93/235.89	c estimatedAdderCost: 103
234.93/235.89	c Try to convert by bdds
235.03/235.90	c d: 1
235.03/235.90	c estimatedAdderCost: 103
235.03/235.90	c Try to convert by bdds
235.03/235.90	c d: 1
235.03/235.90	c estimatedAdderCost: 104
235.03/235.90	c Try to convert by bdds
235.03/235.91	c d: 1
235.03/235.91	c estimatedAdderCost: 102
235.03/235.91	c Try to convert by bdds
235.03/235.92	c d: 1
235.03/235.92	c estimatedAdderCost: 104
235.03/235.92	c Try to convert by bdds
235.03/235.92	c d: 1
235.03/235.92	c estimatedAdderCost: 103
235.03/235.92	c Try to convert by bdds
235.03/235.93	c d: 1
235.03/235.93	c estimatedAdderCost: 105
235.03/235.93	c Try to convert by bdds
235.03/235.94	c d: 1
235.03/235.94	c estimatedAdderCost: 104
235.03/235.94	c Try to convert by bdds
235.03/235.94	c d: 1
235.03/235.94	c estimatedAdderCost: 102
235.03/235.94	c Try to convert by bdds
235.03/235.95	c d: 1
235.03/235.95	c estimatedAdderCost: 104
235.03/235.95	c Try to convert by bdds
235.03/235.95	c d: 1
235.03/235.95	c estimatedAdderCost: 103
235.03/235.95	c Try to convert by bdds
235.03/235.96	c d: 1
235.03/235.96	c estimatedAdderCost: 104
235.03/235.96	c Try to convert by bdds
235.03/235.97	c d: 1
235.03/235.97	c estimatedAdderCost: 103
235.03/235.97	c Try to convert by bdds
235.03/235.97	c d: 1
235.03/235.97	c estimatedAdderCost: 103
235.03/235.97	c Try to convert by bdds
235.03/235.98	c d: 1
235.03/235.98	c estimatedAdderCost: 103
235.03/235.98	c Try to convert by bdds
235.03/235.99	c d: 1
235.03/235.99	c estimatedAdderCost: 104
235.03/235.99	c Try to convert by bdds
235.03/235.99	c d: 1
235.03/235.99	c estimatedAdderCost: 105
235.03/235.99	c Try to convert by bdds
235.03/236.00	c d: 1
235.03/236.00	c estimatedAdderCost: 104
235.03/236.00	c Try to convert by bdds
235.03/236.00	c d: 1
235.03/236.00	c estimatedAdderCost: 104
235.03/236.00	c Try to convert by bdds
235.14/236.01	c d: 1
235.14/236.01	c estimatedAdderCost: 104
235.14/236.01	c Try to convert by bdds
235.14/236.02	c d: 1
235.14/236.02	c estimatedAdderCost: 103
235.14/236.02	c Try to convert by bdds
235.14/236.02	c d: 1
235.14/236.02	c estimatedAdderCost: 104
235.14/236.02	c Try to convert by bdds
235.14/236.03	c d: 1
235.14/236.03	c estimatedAdderCost: 104
235.14/236.03	c Try to convert by bdds
235.14/236.04	c d: 1
235.14/236.04	c estimatedAdderCost: 105
235.14/236.04	c Try to convert by bdds
235.14/236.04	c d: 1
235.14/236.04	c estimatedAdderCost: 104
235.14/236.04	c Try to convert by bdds
235.14/236.05	c d: 1
235.14/236.05	c estimatedAdderCost: 105
235.14/236.05	c Try to convert by bdds
235.14/236.06	c d: 1
235.14/236.06	c estimatedAdderCost: 103
235.14/236.06	c Try to convert by bdds
235.14/236.06	c d: 1
235.14/236.06	c estimatedAdderCost: 104
235.14/236.06	c Try to convert by bdds
235.14/236.07	c d: 1
235.14/236.07	c estimatedAdderCost: 103
235.14/236.07	c Try to convert by bdds
235.14/236.07	c d: 1
235.14/236.07	c estimatedAdderCost: 104
235.14/236.07	c Try to convert by bdds
235.14/236.08	c d: 1
235.14/236.08	c estimatedAdderCost: 103
235.14/236.08	c Try to convert by bdds
235.14/236.09	c d: 1
235.14/236.09	c estimatedAdderCost: 104
235.14/236.09	c Try to convert by bdds
235.14/236.09	c d: 1
235.14/236.09	c estimatedAdderCost: 103
235.14/236.09	c Try to convert by bdds
235.14/236.10	c d: 1
235.14/236.10	c estimatedAdderCost: 103
235.14/236.10	c Try to convert by bdds
235.14/236.11	c d: 1
235.14/236.11	c estimatedAdderCost: 104
235.14/236.11	c Try to convert by bdds
235.24/236.11	c d: 1
235.24/236.11	c estimatedAdderCost: 105
235.24/236.11	c Try to convert by bdds
235.24/236.12	c d: 1
235.24/236.12	c estimatedAdderCost: 104
235.24/236.12	c Try to convert by bdds
235.24/236.13	c d: 1
235.24/236.13	c estimatedAdderCost: 102
235.24/236.13	c Try to convert by bdds
235.24/236.13	c d: 1
235.24/236.13	c estimatedAdderCost: 103
235.24/236.13	c Try to convert by bdds
235.24/236.14	c d: 1
235.24/236.14	c estimatedAdderCost: 104
235.24/236.14	c Try to convert by bdds
235.24/236.14	c d: 1
235.24/236.14	c estimatedAdderCost: 104
235.24/236.14	c Try to convert by bdds
235.24/236.15	c d: 1
235.24/236.15	c estimatedAdderCost: 102
235.24/236.15	c Try to convert by bdds
235.24/236.16	c d: 1
235.24/236.16	c estimatedAdderCost: 104
235.24/236.16	c Try to convert by bdds
235.24/236.16	c d: 1
235.24/236.16	c estimatedAdderCost: 103
235.24/236.16	c Try to convert by bdds
235.24/236.17	c d: 1
235.24/236.17	c estimatedAdderCost: 103
235.24/236.17	c Try to convert by bdds
235.24/236.18	c d: 1
235.24/236.18	c estimatedAdderCost: 104
235.24/236.18	c Try to convert by bdds
235.24/236.18	c d: 1
235.24/236.18	c estimatedAdderCost: 105
235.24/236.18	c Try to convert by bdds
235.24/236.19	c d: 1
235.24/236.19	c estimatedAdderCost: 104
235.24/236.19	c Try to convert by bdds
235.24/236.19	c d: 1
235.24/236.19	c estimatedAdderCost: 104
235.24/236.19	c Try to convert by bdds
235.33/236.20	c d: 1
235.33/236.20	c estimatedAdderCost: 105
235.33/236.20	c Try to convert by bdds
235.33/236.21	c d: 1
235.33/236.21	c estimatedAdderCost: 104
235.33/236.21	c Try to convert by bdds
235.33/236.21	c d: 1
235.33/236.21	c estimatedAdderCost: 103
235.33/236.21	c Try to convert by bdds
235.33/236.22	c d: 1
235.33/236.22	c estimatedAdderCost: 104
235.33/236.22	c Try to convert by bdds
235.33/236.23	c d: 1
235.33/236.23	c estimatedAdderCost: 105
235.33/236.23	c Try to convert by bdds
235.33/236.23	c d: 1
235.33/236.23	c estimatedAdderCost: 102
235.33/236.23	c Try to convert by bdds
235.33/236.24	c d: 1
235.33/236.24	c estimatedAdderCost: 104
235.33/236.24	c Try to convert by bdds
235.33/236.25	c d: 1
235.33/236.25	c estimatedAdderCost: 104
235.33/236.25	c Try to convert by bdds
235.33/236.25	c d: 1
235.33/236.25	c estimatedAdderCost: 105
235.33/236.25	c Try to convert by bdds
235.33/236.26	c d: 1
235.33/236.26	c estimatedAdderCost: 102
235.33/236.26	c Try to convert by bdds
235.33/236.27	c d: 1
235.33/236.27	c estimatedAdderCost: 104
235.33/236.27	c Try to convert by bdds
235.33/236.27	c d: 1
235.33/236.27	c estimatedAdderCost: 103
235.33/236.27	c Try to convert by bdds
235.33/236.28	c d: 1
235.33/236.28	c estimatedAdderCost: 104
235.33/236.28	c Try to convert by bdds
235.33/236.28	c d: 1
235.33/236.28	c estimatedAdderCost: 103
235.33/236.28	c Try to convert by bdds
235.33/236.29	c d: 1
235.33/236.29	c estimatedAdderCost: 104
235.33/236.29	c Try to convert by bdds
235.43/236.30	c d: 1
235.43/236.30	c estimatedAdderCost: 104
235.43/236.30	c Try to convert by bdds
235.43/236.30	c d: 1
235.43/236.30	c estimatedAdderCost: 103
235.43/236.30	c Try to convert by bdds
235.43/236.31	c d: 1
235.43/236.31	c estimatedAdderCost: 105
235.43/236.31	c Try to convert by bdds
235.43/236.32	c d: 1
235.43/236.32	c estimatedAdderCost: 104
235.43/236.32	c Try to convert by bdds
235.43/236.32	c d: 1
235.43/236.32	c estimatedAdderCost: 103
235.43/236.32	c Try to convert by bdds
235.43/236.33	c d: 1
235.43/236.33	c estimatedAdderCost: 103
235.43/236.33	c Try to convert by bdds
235.43/236.33	c d: 1
235.43/236.33	c estimatedAdderCost: 103
235.43/236.33	c Try to convert by bdds
235.43/236.34	c d: 1
235.43/236.34	c estimatedAdderCost: 103
235.43/236.34	c Try to convert by bdds
235.43/236.35	c d: 1
235.43/236.35	c estimatedAdderCost: 103
235.43/236.35	c Try to convert by bdds
235.43/236.35	c d: 1
235.43/236.35	c estimatedAdderCost: 103
235.43/236.35	c Try to convert by bdds
235.43/236.36	c d: 1
235.43/236.36	c estimatedAdderCost: 102
235.43/236.36	c Try to convert by bdds
235.43/236.37	c d: 1
235.43/236.37	c estimatedAdderCost: 104
235.43/236.37	c Try to convert by bdds
235.43/236.37	c d: 1
235.43/236.37	c estimatedAdderCost: 104
235.43/236.37	c Try to convert by bdds
235.43/236.38	c d: 1
235.43/236.38	c estimatedAdderCost: 102
235.43/236.38	c Try to convert by bdds
235.43/236.39	c d: 1
235.43/236.39	c estimatedAdderCost: 103
235.43/236.39	c Try to convert by bdds
235.43/236.39	c d: 1
235.43/236.39	c estimatedAdderCost: 104
235.43/236.39	c Try to convert by bdds
235.53/236.40	c d: 1
235.53/236.40	c estimatedAdderCost: 103
235.53/236.40	c Try to convert by bdds
235.53/236.40	c d: 1
235.53/236.40	c estimatedAdderCost: 104
235.53/236.40	c Try to convert by bdds
235.53/236.41	c d: 1
235.53/236.41	c estimatedAdderCost: 103
235.53/236.41	c Try to convert by bdds
235.53/236.42	c d: 1
235.53/236.42	c estimatedAdderCost: 104
235.53/236.42	c Try to convert by bdds
235.53/236.42	c d: 1
235.53/236.42	c estimatedAdderCost: 103
235.53/236.42	c Try to convert by bdds
235.53/236.43	c d: 1
235.53/236.43	c estimatedAdderCost: 103
235.53/236.43	c Try to convert by bdds
235.53/236.44	c d: 1
235.53/236.44	c estimatedAdderCost: 104
235.53/236.44	c Try to convert by bdds
235.53/236.44	c d: 1
235.53/236.44	c estimatedAdderCost: 102
235.53/236.44	c Try to convert by bdds
235.53/236.45	c d: 1
235.53/236.45	c estimatedAdderCost: 104
235.53/236.45	c Try to convert by bdds
235.53/236.46	c d: 1
235.53/236.46	c estimatedAdderCost: 103
235.53/236.46	c Try to convert by bdds
235.53/236.46	c d: 1
235.53/236.46	c estimatedAdderCost: 104
235.53/236.46	c Try to convert by bdds
235.53/236.47	c d: 1
235.53/236.47	c estimatedAdderCost: 104
235.53/236.47	c Try to convert by bdds
235.53/236.47	c d: 1
235.53/236.47	c estimatedAdderCost: 103
235.53/236.47	c Try to convert by bdds
235.53/236.48	c d: 1
235.53/236.48	c estimatedAdderCost: 103
235.53/236.48	c Try to convert by bdds
235.53/236.49	c d: 1
235.53/236.49	c estimatedAdderCost: 104
235.53/236.49	c Try to convert by bdds
235.53/236.49	c d: 1
235.53/236.49	c estimatedAdderCost: 105
235.53/236.49	c Try to convert by bdds
235.63/236.50	c d: 1
235.63/236.50	c estimatedAdderCost: 105
235.63/236.50	c Try to convert by bdds
235.63/236.51	c d: 1
235.63/236.51	c estimatedAdderCost: 104
235.63/236.51	c Try to convert by bdds
235.63/236.51	c d: 1
235.63/236.51	c estimatedAdderCost: 105
235.63/236.51	c Try to convert by bdds
235.63/236.52	c d: 1
235.63/236.52	c estimatedAdderCost: 104
235.63/236.52	c Try to convert by bdds
235.63/236.53	c d: 1
235.63/236.53	c estimatedAdderCost: 103
235.63/236.53	c Try to convert by bdds
235.63/236.53	c d: 1
235.63/236.53	c estimatedAdderCost: 103
235.63/236.53	c Try to convert by bdds
235.63/236.54	c d: 1
235.63/236.54	c estimatedAdderCost: 102
235.63/236.54	c Try to convert by bdds
235.63/236.54	c d: 1
235.63/236.54	c estimatedAdderCost: 104
235.63/236.54	c Try to convert by bdds
235.63/236.55	c d: 1
235.63/236.55	c estimatedAdderCost: 103
235.63/236.55	c Try to convert by bdds
235.63/236.56	c d: 1
235.63/236.56	c estimatedAdderCost: 104
235.63/236.56	c Try to convert by bdds
235.63/236.56	c d: 1
235.63/236.56	c estimatedAdderCost: 104
235.63/236.56	c Try to convert by bdds
235.63/236.57	c d: 1
235.63/236.57	c estimatedAdderCost: 103
235.63/236.57	c Try to convert by bdds
235.63/236.58	c d: 1
235.63/236.58	c estimatedAdderCost: 103
235.63/236.58	c Try to convert by bdds
235.63/236.58	c d: 1
235.63/236.58	c estimatedAdderCost: 103
235.63/236.58	c Try to convert by bdds
235.63/236.59	c d: 1
235.63/236.59	c estimatedAdderCost: 104
235.63/236.59	c Try to convert by bdds
235.73/236.60	c d: 1
235.73/236.60	c estimatedAdderCost: 105
235.73/236.60	c Try to convert by bdds
235.73/236.60	c d: 1
235.73/236.60	c estimatedAdderCost: 103
235.73/236.60	c Try to convert by bdds
235.73/236.61	c d: 1
235.73/236.61	c estimatedAdderCost: 103
235.73/236.61	c Try to convert by bdds
235.73/236.61	c d: 1
235.73/236.61	c estimatedAdderCost: 102
235.73/236.61	c Try to convert by bdds
235.73/236.62	c d: 1
235.73/236.62	c estimatedAdderCost: 104
235.73/236.62	c Try to convert by bdds
235.73/236.63	c d: 1
235.73/236.63	c estimatedAdderCost: 103
235.73/236.63	c Try to convert by bdds
235.73/236.63	c d: 1
235.73/236.63	c estimatedAdderCost: 104
235.73/236.63	c Try to convert by bdds
235.73/236.64	c d: 1
235.73/236.64	c estimatedAdderCost: 104
235.73/236.64	c Try to convert by bdds
235.73/236.65	c d: 1
235.73/236.65	c estimatedAdderCost: 102
235.73/236.65	c Try to convert by bdds
235.73/236.65	c d: 1
235.73/236.65	c estimatedAdderCost: 104
235.73/236.65	c Try to convert by bdds
235.73/236.66	c d: 1
235.73/236.66	c estimatedAdderCost: 105
235.73/236.66	c Try to convert by bdds
235.73/236.67	c d: 1
235.73/236.67	c estimatedAdderCost: 104
235.73/236.67	c Try to convert by bdds
235.73/236.67	c d: 1
235.73/236.67	c estimatedAdderCost: 102
235.73/236.67	c Try to convert by bdds
235.73/236.68	c d: 1
235.73/236.68	c estimatedAdderCost: 104
235.73/236.68	c Try to convert by bdds
235.73/236.68	c d: 1
235.73/236.68	c estimatedAdderCost: 103
235.73/236.68	c Try to convert by bdds
235.73/236.69	c d: 1
235.73/236.69	c estimatedAdderCost: 102
235.73/236.69	c Try to convert by bdds
235.83/236.70	c d: 1
235.83/236.70	c estimatedAdderCost: 104
235.83/236.70	c Try to convert by bdds
235.83/236.70	c d: 1
235.83/236.70	c estimatedAdderCost: 102
235.83/236.70	c Try to convert by bdds
235.83/236.71	c d: 1
235.83/236.71	c estimatedAdderCost: 104
235.83/236.71	c Try to convert by bdds
235.83/236.72	c d: 1
235.83/236.72	c estimatedAdderCost: 104
235.83/236.72	c Try to convert by bdds
235.83/236.72	c d: 1
235.83/236.72	c estimatedAdderCost: 102
235.83/236.72	c Try to convert by bdds
235.83/236.73	c d: 1
235.83/236.73	c estimatedAdderCost: 103
235.83/236.73	c Try to convert by bdds
235.83/236.74	c d: 1
235.83/236.74	c estimatedAdderCost: 103
235.83/236.74	c Try to convert by bdds
235.83/236.74	c d: 1
235.83/236.74	c estimatedAdderCost: 102
235.83/236.74	c Try to convert by bdds
235.83/236.75	c d: 1
235.83/236.75	c estimatedAdderCost: 104
235.83/236.75	c Try to convert by bdds
235.83/236.75	c d: 1
235.83/236.75	c estimatedAdderCost: 103
235.83/236.75	c Try to convert by bdds
235.83/236.76	c d: 1
235.83/236.76	c estimatedAdderCost: 104
235.83/236.76	c Try to convert by bdds
235.83/236.77	c d: 1
235.83/236.77	c estimatedAdderCost: 102
235.83/236.77	c Try to convert by bdds
235.83/236.77	c d: 1
235.83/236.77	c estimatedAdderCost: 104
235.83/236.77	c Try to convert by bdds
235.83/236.78	c d: 1
235.83/236.78	c estimatedAdderCost: 103
235.83/236.78	c Try to convert by bdds
235.83/236.79	c d: 1
235.83/236.79	c estimatedAdderCost: 104
235.83/236.79	c Try to convert by bdds
235.83/236.79	c d: 1
235.83/236.79	c estimatedAdderCost: 104
235.83/236.79	c Try to convert by bdds
235.93/236.80	c d: 1
235.93/236.80	c estimatedAdderCost: 103
235.93/236.80	c Try to convert by bdds
235.93/236.81	c d: 1
235.93/236.81	c estimatedAdderCost: 104
235.93/236.81	c Try to convert by bdds
235.93/236.81	c d: 1
235.93/236.81	c estimatedAdderCost: 103
235.93/236.81	c Try to convert by bdds
235.93/236.82	c d: 1
235.93/236.82	c estimatedAdderCost: 103
235.93/236.82	c Try to convert by bdds
235.93/236.83	c d: 1
235.93/236.83	c estimatedAdderCost: 103
235.93/236.83	c Try to convert by bdds
235.93/236.83	c d: 1
235.93/236.83	c estimatedAdderCost: 104
235.93/236.83	c Try to convert by bdds
235.93/236.84	c d: 1
235.93/236.84	c estimatedAdderCost: 103
235.93/236.84	c Try to convert by bdds
235.93/236.84	c d: 1
235.93/236.84	c estimatedAdderCost: 104
235.93/236.84	c Try to convert by bdds
235.93/236.85	c d: 1
235.93/236.85	c estimatedAdderCost: 103
235.93/236.85	c Try to convert by bdds
235.93/236.86	c d: 1
235.93/236.86	c estimatedAdderCost: 103
235.93/236.86	c Try to convert by bdds
235.93/236.86	c d: 1
235.93/236.86	c estimatedAdderCost: 103
235.93/236.86	c Try to convert by bdds
235.93/236.87	c d: 1
235.93/236.87	c estimatedAdderCost: 103
235.93/236.87	c Try to convert by bdds
235.93/236.88	c d: 1
235.93/236.88	c estimatedAdderCost: 103
235.93/236.88	c Try to convert by bdds
235.93/236.88	c d: 1
235.93/236.88	c estimatedAdderCost: 103
235.93/236.88	c Try to convert by bdds
235.93/236.89	c d: 1
235.93/236.89	c estimatedAdderCost: 103
235.93/236.89	c Try to convert by bdds
235.93/236.89	c d: 1
235.93/236.89	c estimatedAdderCost: 104
235.93/236.89	c Try to convert by bdds
236.03/236.90	c d: 1
236.03/236.90	c estimatedAdderCost: 105
236.03/236.90	c Try to convert by bdds
236.03/236.91	c d: 1
236.03/236.91	c estimatedAdderCost: 103
236.03/236.91	c Try to convert by bdds
236.03/236.91	c d: 1
236.03/236.91	c estimatedAdderCost: 103
236.03/236.91	c Try to convert by bdds
236.03/236.92	c d: 1
236.03/236.92	c estimatedAdderCost: 103
236.03/236.92	c Try to convert by bdds
236.03/236.93	c d: 1
236.03/236.93	c estimatedAdderCost: 103
236.03/236.93	c Try to convert by bdds
236.03/236.93	c d: 1
236.03/236.93	c estimatedAdderCost: 103
236.03/236.93	c Try to convert by bdds
236.03/236.94	c d: 1
236.03/236.94	c estimatedAdderCost: 103
236.03/236.94	c Try to convert by bdds
236.03/236.95	c d: 1
236.03/236.95	c estimatedAdderCost: 104
236.03/236.95	c Try to convert by bdds
236.03/236.95	c d: 1
236.03/236.95	c estimatedAdderCost: 105
236.03/236.95	c Try to convert by bdds
236.03/236.96	c d: 1
236.03/236.96	c estimatedAdderCost: 104
236.03/236.96	c Try to convert by bdds
236.03/236.96	c d: 1
236.03/236.96	c estimatedAdderCost: 105
236.03/236.96	c Try to convert by bdds
236.03/236.97	c d: 1
236.03/236.97	c estimatedAdderCost: 105
236.03/236.97	c Try to convert by bdds
236.03/236.98	c d: 1
236.03/236.98	c estimatedAdderCost: 104
236.03/236.98	c Try to convert by bdds
236.03/236.98	c d: 1
236.03/236.98	c estimatedAdderCost: 104
236.03/236.98	c Try to convert by bdds
236.03/236.99	c d: 1
236.03/236.99	c estimatedAdderCost: 103
236.03/236.99	c Try to convert by bdds
236.03/237.00	c d: 1
236.03/237.00	c estimatedAdderCost: 104
236.03/237.00	c Try to convert by bdds
236.03/237.00	c d: 1
236.03/237.00	c estimatedAdderCost: 102
236.03/237.00	c Try to convert by bdds
236.14/237.01	c d: 1
236.14/237.01	c estimatedAdderCost: 104
236.14/237.01	c Try to convert by bdds
236.14/237.02	c d: 1
236.14/237.02	c estimatedAdderCost: 105
236.14/237.02	c Try to convert by bdds
236.14/237.02	c d: 1
236.14/237.02	c estimatedAdderCost: 105
236.14/237.02	c Try to convert by bdds
236.14/237.03	c d: 1
236.14/237.03	c estimatedAdderCost: 104
236.14/237.03	c Try to convert by bdds
236.14/237.03	c d: 1
236.14/237.03	c estimatedAdderCost: 104
236.14/237.03	c Try to convert by bdds
236.14/237.04	c d: 1
236.14/237.04	c estimatedAdderCost: 102
236.14/237.04	c Try to convert by bdds
236.14/237.05	c d: 1
236.14/237.05	c estimatedAdderCost: 103
236.14/237.05	c Try to convert by bdds
236.14/237.05	c d: 1
236.14/237.05	c estimatedAdderCost: 103
236.14/237.05	c Try to convert by bdds
236.14/237.06	c d: 1
236.14/237.06	c estimatedAdderCost: 105
236.14/237.06	c Try to convert by bdds
236.14/237.07	c d: 1
236.14/237.07	c estimatedAdderCost: 104
236.14/237.07	c Try to convert by bdds
236.14/237.07	c d: 1
236.14/237.07	c estimatedAdderCost: 105
236.14/237.07	c Try to convert by bdds
236.14/237.08	c d: 1
236.14/237.08	c estimatedAdderCost: 104
236.14/237.08	c Try to convert by bdds
236.14/237.08	c d: 1
236.14/237.08	c estimatedAdderCost: 103
236.14/237.08	c Try to convert by bdds
236.14/237.09	c d: 1
236.14/237.09	c estimatedAdderCost: 104
236.14/237.09	c Try to convert by bdds
236.14/237.10	c d: 1
236.14/237.10	c estimatedAdderCost: 105
236.14/237.10	c Try to convert by bdds
236.14/237.10	c d: 1
236.14/237.10	c estimatedAdderCost: 104
236.14/237.10	c Try to convert by bdds
236.24/237.11	c d: 1
236.24/237.11	c estimatedAdderCost: 105
236.24/237.11	c Try to convert by bdds
236.24/237.12	c d: 1
236.24/237.12	c estimatedAdderCost: 104
236.24/237.12	c Try to convert by bdds
236.24/237.12	c d: 1
236.24/237.12	c estimatedAdderCost: 105
236.24/237.12	c Try to convert by bdds
236.24/237.13	c d: 1
236.24/237.13	c estimatedAdderCost: 104
236.24/237.13	c Try to convert by bdds
236.24/237.13	c d: 1
236.24/237.13	c estimatedAdderCost: 103
236.24/237.13	c Try to convert by bdds
236.24/237.14	c d: 1
236.24/237.14	c estimatedAdderCost: 103
236.24/237.14	c Try to convert by bdds
236.24/237.15	c d: 1
236.24/237.15	c estimatedAdderCost: 105
236.24/237.15	c Try to convert by bdds
236.24/237.15	c d: 1
236.24/237.15	c estimatedAdderCost: 104
236.24/237.15	c Try to convert by bdds
236.24/237.16	c d: 1
236.24/237.16	c estimatedAdderCost: 104
236.24/237.16	c Try to convert by bdds
236.24/237.17	c d: 1
236.24/237.17	c estimatedAdderCost: 105
236.24/237.17	c Try to convert by bdds
236.24/237.17	c d: 1
236.24/237.17	c estimatedAdderCost: 103
236.24/237.17	c Try to convert by bdds
236.24/237.18	c d: 1
236.24/237.18	c estimatedAdderCost: 103
236.24/237.18	c Try to convert by bdds
236.24/237.19	c d: 1
236.24/237.19	c estimatedAdderCost: 102
236.24/237.19	c Try to convert by bdds
236.24/237.19	c d: 1
236.24/237.19	c estimatedAdderCost: 104
236.24/237.19	c Try to convert by bdds
236.32/237.20	c d: 1
236.32/237.20	c estimatedAdderCost: 103
236.32/237.20	c Try to convert by bdds
236.32/237.21	c d: 1
236.32/237.21	c estimatedAdderCost: 104
236.32/237.21	c Try to convert by bdds
236.32/237.21	c d: 1
236.32/237.21	c estimatedAdderCost: 104
236.32/237.21	c Try to convert by bdds
236.32/237.22	c d: 1
236.32/237.22	c estimatedAdderCost: 102
236.32/237.22	c Try to convert by bdds
236.32/237.22	c d: 1
236.32/237.22	c estimatedAdderCost: 105
236.32/237.22	c Try to convert by bdds
236.32/237.23	c d: 1
236.32/237.23	c estimatedAdderCost: 104
236.32/237.23	c Try to convert by bdds
236.32/237.24	c d: 1
236.32/237.24	c estimatedAdderCost: 103
236.32/237.24	c Try to convert by bdds
236.32/237.24	c d: 1
236.32/237.24	c estimatedAdderCost: 103
236.32/237.24	c Try to convert by bdds
236.32/237.25	c d: 1
236.32/237.25	c estimatedAdderCost: 104
236.32/237.25	c Try to convert by bdds
236.32/237.26	c d: 1
236.32/237.26	c estimatedAdderCost: 105
236.32/237.26	c Try to convert by bdds
236.32/237.26	c d: 1
236.32/237.26	c estimatedAdderCost: 104
236.32/237.26	c Try to convert by bdds
236.32/237.27	c d: 1
236.32/237.27	c estimatedAdderCost: 105
236.32/237.27	c Try to convert by bdds
236.32/237.27	c d: 1
236.32/237.27	c estimatedAdderCost: 102
236.32/237.27	c Try to convert by bdds
236.32/237.28	c d: 1
236.32/237.28	c estimatedAdderCost: 104
236.32/237.28	c Try to convert by bdds
236.32/237.29	c d: 1
236.32/237.29	c estimatedAdderCost: 104
236.32/237.29	c Try to convert by bdds
236.32/237.29	c d: 1
236.32/237.29	c estimatedAdderCost: 104
236.32/237.29	c Try to convert by bdds
236.42/237.30	c d: 1
236.42/237.30	c estimatedAdderCost: 104
236.42/237.30	c Try to convert by bdds
236.42/237.31	c d: 1
236.42/237.31	c estimatedAdderCost: 103
236.42/237.31	c Try to convert by bdds
236.42/237.31	c d: 1
236.42/237.31	c estimatedAdderCost: 103
236.42/237.31	c Try to convert by bdds
236.42/237.32	c d: 1
236.42/237.32	c estimatedAdderCost: 104
236.42/237.32	c Try to convert by bdds
236.42/237.32	c d: 1
236.42/237.32	c estimatedAdderCost: 104
236.42/237.32	c Try to convert by bdds
236.42/237.33	c d: 1
236.42/237.33	c estimatedAdderCost: 102
236.42/237.33	c Try to convert by bdds
236.42/237.34	c d: 1
236.42/237.34	c estimatedAdderCost: 104
236.42/237.34	c Try to convert by bdds
236.42/237.34	c d: 1
236.42/237.34	c estimatedAdderCost: 105
236.42/237.34	c Try to convert by bdds
236.42/237.35	c d: 1
236.42/237.35	c estimatedAdderCost: 105
236.42/237.35	c Try to convert by bdds
236.42/237.36	c d: 1
236.42/237.36	c estimatedAdderCost: 104
236.42/237.36	c Try to convert by bdds
236.42/237.36	c d: 1
236.42/237.36	c estimatedAdderCost: 104
236.42/237.36	c Try to convert by bdds
236.42/237.37	c d: 1
236.42/237.37	c estimatedAdderCost: 103
236.42/237.37	c Try to convert by bdds
236.42/237.38	c d: 1
236.42/237.38	c estimatedAdderCost: 104
236.42/237.38	c Try to convert by bdds
236.42/237.38	c d: 1
236.42/237.38	c estimatedAdderCost: 102
236.42/237.38	c Try to convert by bdds
236.42/237.39	c d: 1
236.42/237.39	c estimatedAdderCost: 103
236.42/237.39	c Try to convert by bdds
236.42/237.39	c d: 1
236.42/237.39	c estimatedAdderCost: 103
236.42/237.39	c Try to convert by bdds
236.52/237.40	c d: 1
236.52/237.40	c estimatedAdderCost: 104
236.52/237.40	c Try to convert by bdds
236.52/237.41	c d: 1
236.52/237.41	c estimatedAdderCost: 105
236.52/237.41	c Try to convert by bdds
236.52/237.41	c d: 1
236.52/237.41	c estimatedAdderCost: 102
236.52/237.41	c Try to convert by bdds
236.52/237.42	c d: 1
236.52/237.42	c estimatedAdderCost: 104
236.52/237.42	c Try to convert by bdds
236.52/237.43	c d: 1
236.52/237.43	c estimatedAdderCost: 104
236.52/237.43	c Try to convert by bdds
236.52/237.43	c d: 1
236.52/237.43	c estimatedAdderCost: 103
236.52/237.43	c Try to convert by bdds
236.52/237.44	c d: 1
236.52/237.44	c estimatedAdderCost: 104
236.52/237.44	c Try to convert by bdds
236.52/237.45	c d: 1
236.52/237.45	c estimatedAdderCost: 102
236.52/237.45	c Try to convert by bdds
236.52/237.45	c d: 1
236.52/237.45	c estimatedAdderCost: 104
236.52/237.45	c Try to convert by bdds
236.52/237.46	c d: 1
236.52/237.46	c estimatedAdderCost: 105
236.52/237.46	c Try to convert by bdds
236.52/237.46	c d: 1
236.52/237.46	c estimatedAdderCost: 105
236.52/237.46	c Try to convert by bdds
236.52/237.47	c d: 1
236.52/237.47	c estimatedAdderCost: 104
236.52/237.47	c Try to convert by bdds
236.52/237.48	c d: 1
236.52/237.48	c estimatedAdderCost: 103
236.52/237.48	c Try to convert by bdds
236.52/237.48	c d: 1
236.52/237.48	c estimatedAdderCost: 104
236.52/237.48	c Try to convert by bdds
236.52/237.49	c d: 1
236.52/237.49	c estimatedAdderCost: 104
236.52/237.49	c Try to convert by bdds
236.52/237.49	c d: 1
236.52/237.49	c estimatedAdderCost: 105
236.52/237.49	c Try to convert by bdds
236.62/237.50	c d: 1
236.62/237.50	c estimatedAdderCost: 104
236.62/237.50	c Try to convert by bdds
236.62/237.51	c d: 1
236.62/237.51	c estimatedAdderCost: 105
236.62/237.51	c Try to convert by bdds
236.62/237.51	c d: 1
236.62/237.51	c estimatedAdderCost: 105
236.62/237.51	c Try to convert by bdds
236.62/237.52	c d: 1
236.62/237.52	c estimatedAdderCost: 104
236.62/237.52	c Try to convert by bdds
236.62/237.52	c d: 1
236.62/237.52	c estimatedAdderCost: 102
236.62/237.52	c Try to convert by bdds
236.62/237.53	c d: 1
236.62/237.53	c estimatedAdderCost: 104
236.62/237.53	c Try to convert by bdds
236.62/237.54	c d: 1
236.62/237.54	c estimatedAdderCost: 104
236.62/237.54	c Try to convert by bdds
236.62/237.54	c d: 1
236.62/237.54	c estimatedAdderCost: 105
236.62/237.54	c Try to convert by bdds
236.62/237.55	c d: 1
236.62/237.55	c estimatedAdderCost: 104
236.62/237.55	c Try to convert by bdds
236.62/237.56	c d: 1
236.62/237.56	c estimatedAdderCost: 104
236.62/237.56	c Try to convert by bdds
236.62/237.56	c d: 1
236.62/237.56	c estimatedAdderCost: 103
236.62/237.56	c Try to convert by bdds
236.62/237.57	c d: 1
236.62/237.57	c estimatedAdderCost: 103
236.62/237.57	c Try to convert by bdds
236.62/237.57	c d: 1
236.62/237.57	c estimatedAdderCost: 103
236.62/237.57	c Try to convert by bdds
236.62/237.58	c d: 1
236.62/237.58	c estimatedAdderCost: 103
236.62/237.58	c Try to convert by bdds
236.62/237.59	c d: 1
236.62/237.59	c estimatedAdderCost: 104
236.62/237.59	c Try to convert by bdds
236.62/237.59	c d: 1
236.62/237.59	c estimatedAdderCost: 105
236.62/237.59	c Try to convert by bdds
236.72/237.60	c d: 1
236.72/237.60	c estimatedAdderCost: 104
236.72/237.60	c Try to convert by bdds
236.72/237.61	c d: 1
236.72/237.61	c estimatedAdderCost: 105
236.72/237.61	c Try to convert by bdds
236.72/237.61	c d: 1
236.72/237.61	c estimatedAdderCost: 102
236.72/237.61	c Try to convert by bdds
236.72/237.62	c d: 1
236.72/237.62	c estimatedAdderCost: 104
236.72/237.62	c Try to convert by bdds
236.72/237.63	c d: 1
236.72/237.63	c estimatedAdderCost: 103
236.72/237.63	c Try to convert by bdds
236.72/237.63	c d: 1
236.72/237.63	c estimatedAdderCost: 104
236.72/237.63	c Try to convert by bdds
236.72/237.64	c d: 1
236.72/237.64	c estimatedAdderCost: 103
236.72/237.64	c Try to convert by bdds
236.72/237.65	c d: 1
236.72/237.65	c estimatedAdderCost: 103
236.72/237.65	c Try to convert by bdds
236.72/237.65	c d: 1
236.72/237.65	c estimatedAdderCost: 103
236.72/237.65	c Try to convert by bdds
236.72/237.66	c d: 1
236.72/237.66	c estimatedAdderCost: 103
236.72/237.66	c Try to convert by bdds
236.72/237.66	c d: 1
236.72/237.66	c estimatedAdderCost: 104
236.72/237.66	c Try to convert by bdds
236.72/237.67	c d: 1
236.72/237.67	c estimatedAdderCost: 103
236.72/237.67	c Try to convert by bdds
236.72/237.68	c d: 1
236.72/237.68	c estimatedAdderCost: 102
236.72/237.68	c Try to convert by bdds
236.72/237.68	c d: 1
236.72/237.68	c estimatedAdderCost: 104
236.72/237.68	c Try to convert by bdds
236.72/237.69	c d: 1
236.72/237.69	c estimatedAdderCost: 104
236.72/237.69	c Try to convert by bdds
236.82/237.70	c d: 1
236.82/237.70	c estimatedAdderCost: 105
236.82/237.70	c Try to convert by bdds
236.82/237.70	c d: 1
236.82/237.70	c estimatedAdderCost: 105
236.82/237.70	c Try to convert by bdds
236.82/237.71	c d: 1
236.82/237.71	c estimatedAdderCost: 104
236.82/237.71	c Try to convert by bdds
236.82/237.71	c d: 1
236.82/237.71	c estimatedAdderCost: 104
236.82/237.71	c Try to convert by bdds
236.82/237.72	c d: 1
236.82/237.72	c estimatedAdderCost: 103
236.82/237.72	c Try to convert by bdds
236.82/237.73	c d: 1
236.82/237.73	c estimatedAdderCost: 104
236.82/237.73	c Try to convert by bdds
236.82/237.73	c d: 1
236.82/237.73	c estimatedAdderCost: 105
236.82/237.73	c Try to convert by bdds
236.82/237.74	c d: 1
236.82/237.74	c estimatedAdderCost: 105
236.82/237.74	c Try to convert by bdds
236.82/237.75	c d: 1
236.82/237.75	c estimatedAdderCost: 103
236.82/237.75	c Try to convert by bdds
236.82/237.75	c d: 1
236.82/237.75	c estimatedAdderCost: 105
236.82/237.75	c Try to convert by bdds
236.82/237.76	c d: 1
236.82/237.76	c estimatedAdderCost: 104
236.82/237.76	c Try to convert by bdds
236.82/237.76	c d: 1
236.82/237.76	c estimatedAdderCost: 104
236.82/237.76	c Try to convert by bdds
236.82/237.77	c d: 1
236.82/237.77	c estimatedAdderCost: 103
236.82/237.77	c Try to convert by bdds
236.82/237.78	c d: 1
236.82/237.78	c estimatedAdderCost: 103
236.82/237.78	c Try to convert by bdds
236.82/237.78	c d: 1
236.82/237.78	c estimatedAdderCost: 106
236.82/237.78	c Try to convert by bdds
236.82/237.79	c d: 1
236.82/237.79	c estimatedAdderCost: 102
236.82/237.79	c Try to convert by bdds
236.92/237.80	c d: 1
236.92/237.80	c estimatedAdderCost: 104
236.92/237.80	c Try to convert by bdds
236.92/237.80	c d: 1
236.92/237.80	c estimatedAdderCost: 104
236.92/237.80	c Try to convert by bdds
236.92/237.81	c d: 1
236.92/237.81	c estimatedAdderCost: 104
236.92/237.81	c Try to convert by bdds
236.92/237.81	c d: 1
236.92/237.81	c estimatedAdderCost: 104
236.92/237.81	c Try to convert by bdds
236.92/237.82	c d: 1
236.92/237.82	c estimatedAdderCost: 105
236.92/237.82	c Try to convert by bdds
236.92/237.83	c d: 1
236.92/237.83	c estimatedAdderCost: 104
236.92/237.83	c Try to convert by bdds
236.92/237.83	c d: 1
236.92/237.83	c estimatedAdderCost: 105
236.92/237.83	c Try to convert by bdds
236.92/237.84	c d: 1
236.92/237.84	c estimatedAdderCost: 103
236.92/237.84	c Try to convert by bdds
236.92/237.85	c d: 1
236.92/237.85	c estimatedAdderCost: 103
236.92/237.85	c Try to convert by bdds
236.92/237.85	c d: 1
236.92/237.85	c estimatedAdderCost: 104
236.92/237.85	c Try to convert by bdds
236.92/237.86	c d: 1
236.92/237.86	c estimatedAdderCost: 104
236.92/237.86	c Try to convert by bdds
236.92/237.86	c d: 1
236.92/237.86	c estimatedAdderCost: 102
236.92/237.86	c Try to convert by bdds
236.92/237.87	c d: 1
236.92/237.87	c estimatedAdderCost: 104
236.92/237.87	c Try to convert by bdds
236.92/237.88	c d: 1
236.92/237.88	c estimatedAdderCost: 103
236.92/237.88	c Try to convert by bdds
236.92/237.88	c d: 1
236.92/237.88	c estimatedAdderCost: 105
236.92/237.88	c Try to convert by bdds
236.92/237.89	c d: 1
236.92/237.89	c estimatedAdderCost: 105
236.92/237.89	c Try to convert by bdds
237.02/237.90	c d: 1
237.02/237.90	c estimatedAdderCost: 104
237.02/237.90	c Try to convert by bdds
237.02/237.90	c d: 1
237.02/237.90	c estimatedAdderCost: 104
237.02/237.90	c Try to convert by bdds
237.02/237.91	c d: 1
237.02/237.91	c estimatedAdderCost: 103
237.02/237.91	c Try to convert by bdds
237.02/237.92	c d: 1
237.02/237.92	c estimatedAdderCost: 103
237.02/237.92	c Try to convert by bdds
237.02/237.92	c d: 1
237.02/237.92	c estimatedAdderCost: 104
237.02/237.92	c Try to convert by bdds
237.02/237.93	c d: 1
237.02/237.93	c estimatedAdderCost: 103
237.02/237.93	c Try to convert by bdds
237.02/237.93	c d: 1
237.02/237.93	c estimatedAdderCost: 104
237.02/237.93	c Try to convert by bdds
237.02/237.94	c d: 1
237.02/237.94	c estimatedAdderCost: 104
237.02/237.94	c Try to convert by bdds
237.02/237.95	c d: 1
237.02/237.95	c estimatedAdderCost: 105
237.02/237.95	c Try to convert by bdds
237.02/237.95	c d: 1
237.02/237.95	c estimatedAdderCost: 103
237.02/237.95	c Try to convert by bdds
237.02/237.96	c d: 1
237.02/237.96	c estimatedAdderCost: 103
237.02/237.96	c Try to convert by bdds
237.02/237.97	c d: 1
237.02/237.97	c estimatedAdderCost: 103
237.02/237.97	c Try to convert by bdds
237.02/237.97	c d: 1
237.02/237.97	c estimatedAdderCost: 104
237.02/237.97	c Try to convert by bdds
237.02/237.98	c d: 1
237.02/237.98	c estimatedAdderCost: 105
237.02/237.98	c Try to convert by bdds
237.02/237.99	c d: 1
237.02/237.99	c estimatedAdderCost: 104
237.02/237.99	c Try to convert by bdds
237.02/237.99	c d: 1
237.02/237.99	c estimatedAdderCost: 103
237.02/237.99	c Try to convert by bdds
237.02/238.00	c d: 1
237.02/238.00	c estimatedAdderCost: 103
237.02/238.00	c Try to convert by bdds
237.02/238.00	c d: 1
237.02/238.00	c estimatedAdderCost: 105
237.02/238.00	c Try to convert by bdds
237.13/238.01	c d: 1
237.13/238.01	c estimatedAdderCost: 104
237.13/238.01	c Try to convert by bdds
237.13/238.02	c d: 1
237.13/238.02	c estimatedAdderCost: 105
237.13/238.02	c Try to convert by bdds
237.13/238.02	c d: 1
237.13/238.02	c estimatedAdderCost: 104
237.13/238.02	c Try to convert by bdds
237.13/238.03	c d: 1
237.13/238.03	c estimatedAdderCost: 104
237.13/238.03	c Try to convert by bdds
237.13/238.04	c d: 1
237.13/238.04	c estimatedAdderCost: 105
237.13/238.04	c Try to convert by bdds
237.13/238.04	c d: 1
237.13/238.04	c estimatedAdderCost: 104
237.13/238.04	c Try to convert by bdds
237.13/238.05	c d: 1
237.13/238.05	c estimatedAdderCost: 105
237.13/238.05	c Try to convert by bdds
237.13/238.05	c d: 1
237.13/238.05	c estimatedAdderCost: 105
237.13/238.05	c Try to convert by bdds
237.13/238.06	c d: 1
237.13/238.06	c estimatedAdderCost: 104
237.13/238.06	c Try to convert by bdds
237.13/238.07	c d: 1
237.13/238.07	c estimatedAdderCost: 105
237.13/238.07	c Try to convert by bdds
237.13/238.07	c d: 1
237.13/238.07	c estimatedAdderCost: 104
237.13/238.07	c Try to convert by bdds
237.13/238.08	c d: 1
237.13/238.08	c estimatedAdderCost: 104
237.13/238.08	c Try to convert by bdds
237.13/238.09	c d: 1
237.13/238.09	c estimatedAdderCost: 103
237.13/238.09	c Try to convert by bdds
237.13/238.09	c d: 1
237.13/238.09	c estimatedAdderCost: 104
237.13/238.09	c Try to convert by bdds
237.13/238.10	c d: 1
237.13/238.10	c estimatedAdderCost: 105
237.13/238.10	c Try to convert by bdds
237.13/238.11	c d: 1
237.13/238.11	c estimatedAdderCost: 103
237.13/238.11	c Try to convert by bdds
237.23/238.11	c d: 1
237.23/238.11	c estimatedAdderCost: 103
237.23/238.11	c Try to convert by bdds
237.23/238.12	c d: 1
237.23/238.12	c estimatedAdderCost: 103
237.23/238.12	c Try to convert by bdds
237.23/238.13	c d: 1
237.23/238.13	c estimatedAdderCost: 104
237.23/238.13	c Try to convert by bdds
237.23/238.13	c d: 1
237.23/238.13	c estimatedAdderCost: 104
237.23/238.13	c Try to convert by bdds
237.23/238.14	c d: 1
237.23/238.14	c estimatedAdderCost: 103
237.23/238.14	c Try to convert by bdds
237.23/238.14	c d: 1
237.23/238.14	c estimatedAdderCost: 104
237.23/238.14	c Try to convert by bdds
237.23/238.15	c d: 1
237.23/238.15	c estimatedAdderCost: 102
237.23/238.15	c Try to convert by bdds
237.23/238.16	c d: 1
237.23/238.16	c estimatedAdderCost: 102
237.23/238.16	c Try to convert by bdds
237.23/238.16	c d: 1
237.23/238.16	c estimatedAdderCost: 104
237.23/238.16	c Try to convert by bdds
237.23/238.17	c d: 1
237.23/238.17	c estimatedAdderCost: 103
237.23/238.17	c Try to convert by bdds
237.23/238.18	c d: 1
237.23/238.18	c estimatedAdderCost: 104
237.23/238.18	c Try to convert by bdds
237.23/238.18	c d: 1
237.23/238.18	c estimatedAdderCost: 105
237.23/238.18	c Try to convert by bdds
237.23/238.19	c d: 1
237.23/238.19	c estimatedAdderCost: 104
237.23/238.19	c Try to convert by bdds
237.23/238.19	c d: 1
237.23/238.19	c estimatedAdderCost: 103
237.23/238.19	c Try to convert by bdds
237.32/238.20	c d: 1
237.32/238.20	c estimatedAdderCost: 103
237.32/238.20	c Try to convert by bdds
237.32/238.21	c d: 1
237.32/238.21	c estimatedAdderCost: 104
237.32/238.21	c Try to convert by bdds
237.32/238.21	c d: 1
237.32/238.21	c estimatedAdderCost: 105
237.32/238.21	c Try to convert by bdds
237.32/238.22	c d: 1
237.32/238.22	c estimatedAdderCost: 103
237.32/238.22	c Try to convert by bdds
237.32/238.23	c d: 1
237.32/238.23	c estimatedAdderCost: 103
237.32/238.23	c Try to convert by bdds
237.32/238.23	c d: 1
237.32/238.23	c estimatedAdderCost: 104
237.32/238.23	c Try to convert by bdds
237.32/238.24	c d: 1
237.32/238.24	c estimatedAdderCost: 105
237.32/238.24	c Try to convert by bdds
237.32/238.24	c d: 1
237.32/238.24	c estimatedAdderCost: 104
237.32/238.24	c Try to convert by bdds
237.32/238.25	c d: 1
237.32/238.25	c estimatedAdderCost: 104
237.32/238.25	c Try to convert by bdds
237.32/238.26	c d: 1
237.32/238.26	c estimatedAdderCost: 32
237.32/238.26	c Try to convert by bdds
237.32/238.26	c d: 1
237.32/238.26	c estimatedAdderCost: 30
237.32/238.26	c Try to convert by bdds
237.32/238.26	c d: 1
237.32/238.26	c estimatedAdderCost: 40
237.32/238.26	c Try to convert by bdds
237.32/238.26	c d: 1
237.32/238.26	c estimatedAdderCost: 41
237.32/238.26	c Try to convert by bdds
237.32/238.26	c d: 1
237.32/238.26	c estimatedAdderCost: 33
237.32/238.26	c Try to convert by bdds
237.32/238.26	c d: 1
237.32/238.26	c estimatedAdderCost: 40
237.32/238.26	c Try to convert by bdds
237.32/238.26	c d: 1
237.32/238.26	c estimatedAdderCost: 32
237.32/238.26	c Try to convert by bdds
237.32/238.26	c d: 1
237.32/238.26	c estimatedAdderCost: 31
237.32/238.26	c Try to convert by bdds
237.32/238.26	c d: 1
237.32/238.26	c estimatedAdderCost: 40
237.32/238.26	c Try to convert by bdds
237.32/238.26	c d: 1
237.32/238.26	c estimatedAdderCost: 31
237.32/238.26	c Try to convert by bdds
237.32/238.26	c d: 1
237.32/238.26	c estimatedAdderCost: 35
237.32/238.26	c Try to convert by bdds
237.32/238.26	c d: 1
237.32/238.26	c estimatedAdderCost: 44
237.32/238.26	c Try to convert by bdds
237.32/238.26	c d: 1
237.32/238.26	c estimatedAdderCost: 41
237.32/238.26	c Try to convert by bdds
237.32/238.26	c d: 1
237.32/238.26	c estimatedAdderCost: 33
237.32/238.26	c Try to convert by bdds
237.32/238.27	c d: 1
237.32/238.27	c estimatedAdderCost: 36
237.32/238.27	c Try to convert by bdds
237.32/238.27	c d: 1
237.32/238.27	c estimatedAdderCost: 31
237.32/238.27	c Try to convert by bdds
237.32/238.27	c d: 1
237.32/238.27	c estimatedAdderCost: 29
237.32/238.27	c Try to convert by bdds
237.32/238.27	c d: 1
237.32/238.27	c estimatedAdderCost: 44
237.32/238.27	c Try to convert by bdds
237.32/238.27	c d: 1
237.32/238.27	c estimatedAdderCost: 30
237.32/238.27	c Try to convert by bdds
237.32/238.27	c d: 1
237.32/238.27	c estimatedAdderCost: 35
237.32/238.27	c Try to convert by bdds
237.32/238.27	c d: 1
237.32/238.27	c estimatedAdderCost: 36
237.32/238.27	c Try to convert by bdds
237.32/238.27	c d: 1
237.32/238.27	c estimatedAdderCost: 33
237.32/238.27	c Try to convert by bdds
237.32/238.27	c d: 1
237.32/238.27	c estimatedAdderCost: 40
237.32/238.27	c Try to convert by bdds
237.32/238.27	c d: 1
237.32/238.27	c estimatedAdderCost: 35
237.32/238.27	c Try to convert by bdds
237.32/238.27	c d: 1
237.32/238.27	c estimatedAdderCost: 33
237.32/238.27	c Try to convert by bdds
237.32/238.27	c d: 1
237.32/238.27	c estimatedAdderCost: 33
237.32/238.27	c Try to convert by bdds
237.32/238.27	c d: 1
237.32/238.27	c estimatedAdderCost: 42
237.32/238.27	c Try to convert by bdds
237.32/238.27	c d: 1
237.32/238.27	c estimatedAdderCost: 40
237.32/238.27	c Try to convert by bdds
237.32/238.27	c d: 1
237.32/238.27	c estimatedAdderCost: 44
237.32/238.27	c Try to convert by bdds
237.32/238.28	c d: 1
237.32/238.28	c estimatedAdderCost: 36
237.32/238.28	c Try to convert by bdds
237.32/238.28	c d: 1
237.32/238.28	c estimatedAdderCost: 42
237.32/238.28	c Try to convert by bdds
237.32/238.28	c d: 1
237.32/238.28	c estimatedAdderCost: 43
237.32/238.28	c Try to convert by bdds
237.32/238.28	c d: 1
237.32/238.28	c estimatedAdderCost: 49
237.32/238.28	c Try to convert by bdds
237.32/238.28	c d: 1
237.32/238.28	c estimatedAdderCost: 40
237.32/238.28	c Try to convert by bdds
237.32/238.28	c d: 1
237.32/238.28	c estimatedAdderCost: 44
237.32/238.28	c Try to convert by bdds
237.32/238.28	c d: 1
237.32/238.28	c estimatedAdderCost: 41
237.32/238.28	c Try to convert by bdds
237.32/238.28	c d: 1
237.32/238.28	c estimatedAdderCost: 41
237.32/238.28	c Try to convert by bdds
237.32/238.28	c d: 1
237.32/238.28	c estimatedAdderCost: 41
237.32/238.28	c Try to convert by bdds
237.32/238.28	c d: 1
237.32/238.28	c estimatedAdderCost: 34
237.32/238.28	c Try to convert by bdds
237.32/238.28	c d: 1
237.32/238.28	c estimatedAdderCost: 43
237.32/238.28	c Try to convert by bdds
237.32/238.28	c d: 1
237.32/238.28	c estimatedAdderCost: 34
237.32/238.28	c Try to convert by bdds
237.32/238.29	c d: 1
237.32/238.29	c estimatedAdderCost: 35
237.32/238.29	c Try to convert by bdds
237.32/238.29	c d: 1
237.32/238.29	c estimatedAdderCost: 33
237.32/238.29	c Try to convert by bdds
237.32/238.29	c d: 1
237.32/238.29	c estimatedAdderCost: 37
237.32/238.29	c Try to convert by bdds
237.32/238.29	c d: 1
237.32/238.29	c estimatedAdderCost: 39
237.32/238.29	c Try to convert by bdds
237.32/238.29	c d: 1
237.32/238.29	c estimatedAdderCost: 41
237.32/238.29	c Try to convert by bdds
237.32/238.29	c d: 1
237.32/238.29	c estimatedAdderCost: 36
237.32/238.29	c Try to convert by bdds
237.32/238.29	c d: 1
237.32/238.29	c estimatedAdderCost: 35
237.32/238.29	c Try to convert by bdds
237.32/238.29	c d: 1
237.32/238.29	c estimatedAdderCost: 49
237.32/238.29	c Try to convert by bdds
237.32/238.29	c d: 1
237.32/238.29	c estimatedAdderCost: 35
237.32/238.29	c Try to convert by bdds
237.32/238.29	c d: 1
237.32/238.29	c estimatedAdderCost: 40
237.32/238.29	c Try to convert by bdds
237.32/238.29	c d: 1
237.32/238.29	c estimatedAdderCost: 39
237.32/238.29	c Try to convert by bdds
237.32/238.29	c d: 1
237.32/238.29	c estimatedAdderCost: 40
237.32/238.29	c Try to convert by bdds
237.32/238.29	c d: 1
237.32/238.29	c estimatedAdderCost: 46
237.32/238.29	c Try to convert by bdds
237.32/238.29	c d: 1
237.32/238.29	c estimatedAdderCost: 31
237.32/238.29	c Try to convert by bdds
237.42/238.30	c d: 1
237.42/238.30	c estimatedAdderCost: 34
237.42/238.30	c Try to convert by bdds
237.42/238.30	c d: 1
237.42/238.30	c estimatedAdderCost: 33
237.42/238.30	c Try to convert by bdds
237.42/238.30	c d: 1
237.42/238.30	c estimatedAdderCost: 40
237.42/238.30	c Try to convert by bdds
237.42/238.30	c d: 1
237.42/238.30	c estimatedAdderCost: 33
237.42/238.30	c Try to convert by bdds
237.42/238.30	c d: 1
237.42/238.30	c estimatedAdderCost: 37
237.42/238.30	c Try to convert by bdds
237.42/238.30	c d: 1
237.42/238.30	c estimatedAdderCost: 38
237.42/238.30	c Try to convert by bdds
237.42/238.30	c d: 1
237.42/238.30	c estimatedAdderCost: 32
237.42/238.30	c Try to convert by bdds
237.42/238.30	c d: 1
237.42/238.30	c estimatedAdderCost: 35
237.42/238.30	c Try to convert by bdds
237.42/238.30	c d: 1
237.42/238.30	c estimatedAdderCost: 34
237.42/238.30	c Try to convert by bdds
237.42/238.30	c d: 1
237.42/238.30	c estimatedAdderCost: 29
237.42/238.30	c Try to convert by bdds
237.42/238.30	c d: 1
237.42/238.30	c estimatedAdderCost: 33
237.42/238.30	c Try to convert by bdds
237.42/238.30	c d: 1
237.42/238.30	c estimatedAdderCost: 44
237.42/238.30	c Try to convert by bdds
237.42/238.30	c d: 1
237.42/238.30	c estimatedAdderCost: 37
237.42/238.30	c Try to convert by bdds
237.42/238.30	c d: 1
237.42/238.30	c estimatedAdderCost: 32
237.42/238.30	c Try to convert by bdds
237.42/238.30	c d: 1
237.42/238.30	c estimatedAdderCost: 41
237.42/238.30	c Try to convert by bdds
237.42/238.30	c d: 1
237.42/238.30	c estimatedAdderCost: 31
237.42/238.30	c Try to convert by bdds
237.42/238.30	c d: 1
237.42/238.30	c estimatedAdderCost: 46
237.42/238.30	c Try to convert by bdds
237.42/238.31	c d: 1
237.42/238.31	c estimatedAdderCost: 40
237.42/238.31	c Try to convert by bdds
237.42/238.31	c d: 1
237.42/238.31	c estimatedAdderCost: 44
237.42/238.31	c Try to convert by bdds
237.42/238.31	c d: 1
237.42/238.31	c estimatedAdderCost: 43
237.42/238.31	c Try to convert by bdds
237.42/238.31	c d: 1
237.42/238.31	c estimatedAdderCost: 40
237.42/238.31	c Try to convert by bdds
237.42/238.31	c d: 1
237.42/238.31	c estimatedAdderCost: 38
237.42/238.31	c Try to convert by bdds
237.42/238.31	c d: 1
237.42/238.31	c estimatedAdderCost: 40
237.42/238.31	c Try to convert by bdds
237.42/238.31	c d: 1
237.42/238.31	c estimatedAdderCost: 46
237.42/238.31	c Try to convert by bdds
237.42/238.31	c d: 1
237.42/238.31	c estimatedAdderCost: 35
237.42/238.31	c Try to convert by bdds
237.42/238.31	c d: 1
237.42/238.31	c estimatedAdderCost: 46
237.42/238.31	c Try to convert by bdds
237.42/238.31	c d: 1
237.42/238.31	c 
262.74/263.77	c pb_solver_status: sst_sat
262.74/263.77	c total stages of optimization mode: 1
262.74/263.77	c Use UB found in presolve
262.74/263.77	c Use LB found in presolve
262.74/263.77	c minimizationMode: cmm_Binary
262.74/263.77	c goal coeffs: 1 1 1 1 2 2 2 3 3 3 3 3 3 4 4 4 4 4 4 5 
262.74/263.79	c Try to find a solution more than 33033
262.84/263.84	c V: 1
262.84/263.84	c estimatedAdderCost: 2681
262.84/263.84	c Try to convert by sorters
262.84/263.88	c Sorter: base: 2 2 2 2 3 
262.84/263.88	c 
262.94/263.96	c assumptions: 
262.94/263.96	c invoking solver with time budget: 5.000000
316.84/318.11	c sat_solver_result: sst_unknown
316.84/318.11	c SAT solver timed out; proceeding to cooperative SCIP call
316.84/318.11	c Calling solveScip for cooperative mode with LB_goalvalue:       23500, UB_goalvalue: 52099
316.84/318.11	c scip solving with time budget: 7.000000
316.84/318.11	c solveScip
316.84/318.11	c initScipForCoop
316.84/318.11	c Coop Mode: Using SCIP obj units for LB/UB: 23500, +oo
316.94/318.12	c 2/2 feasible solutions given by solution candidate storage, new primal bound -2.859900e+04
316.94/318.12	c 
316.94/318.14	c presolving:
316.94/318.18	c (round 1, fast)       2 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
317.03/318.25	c    (0.1s) running MILP presolver
317.03/318.28	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
317.03/318.29	c (round 2, exhaustive) 2 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
317.13/318.35	c (round 3, exhaustive) 2 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1070 upgd conss, 0 impls, 1 clqs, 0 implints
317.23/318.42	c (round 4, exhaustive) 2 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1080 upgd conss, 0 impls, 1 clqs, 0 implints
317.23/318.49	c    (0.4s) probing: 51/1292 (3.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
317.23/318.49	c    (0.4s) probing aborted: 50/50 successive totally useless probings
317.43/318.60	c    (0.5s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
317.43/318.64	c    (0.5s) no symmetry present (symcode time: 0.00)
317.53/318.73	c presolving (5 rounds: 5 fast, 4 medium, 4 exhaustive):
317.53/318.73	c  2 deleted vars, 1 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
317.53/318.73	c  0 implications, 1 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
317.53/318.73	c presolved problem has 1292 variables (1292 bin, 0 int, 0 cont) and 1080 constraints
317.53/318.73	c    1079 constraints of type <knapsack>
317.53/318.73	c       1 constraints of type <setppc>
317.53/318.73	c transformed objective value is always integral (scale: 1)
317.53/318.73	c Presolving Time: 0.59
317.53/318.74	c transformed 2/2 original solutions to the transformed problem space
317.53/318.74	c 
317.73/318.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
317.73/318.98	c   0.9s|     1 |     0 |   272 |     - |   535M |   0 |1292 |1080 |1080 |   0 |  0 |   0 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
318.13/319.31	c   1.2s|     1 |     0 |   479 |     - |   550M |   0 |1292 |1080 |1241 | 161 |  1 |   0 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
318.42/319.64	c   1.5s|     1 |     0 |   682 |     - |   560M |   0 |1292 |1080 |1370 | 290 |  2 |   0 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
318.72/319.97	c   1.9s|     1 |     0 |   911 |     - |   574M |   0 |1292 |1080 |1507 | 427 |  3 |   0 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
319.12/320.30	c   2.2s|     1 |     0 |  1039 |     - |   574M |   0 |1292 |1080 |1607 | 527 |  4 |   0 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
319.42/320.62	c   2.5s|     1 |     0 |  1139 |     - |   574M |   0 |1292 |1081 |1686 | 606 |  5 |   1 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
319.72/320.93	c   2.8s|     1 |     0 |  1194 |     - |   576M |   0 |1292 |1082 |1742 | 662 |  6 |   2 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
320.02/321.25	c   3.1s|     1 |     0 |  1256 |     - |   583M |   0 |1292 |1082 |1783 | 703 |  7 |   2 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
320.32/321.58	c   3.5s|     1 |     0 |  1458 |     - |   581M |   0 |1292 |1082 |1858 | 778 |  8 |   2 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
320.62/321.89	c   3.8s|     1 |     0 |  1561 |     - |   584M |   0 |1292 |1082 |1928 | 848 |  9 |   2 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
321.01/322.20	c   4.1s|     1 |     0 |  1635 |     - |   601M |   0 |1292 |1082 |1987 | 907 | 10 |   2 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
321.21/322.43	c   4.3s|     1 |     0 |  1708 |     - |   603M |   0 |1292 |1082 |1890 | 970 | 11 |   2 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
321.41/322.66	c   4.5s|     1 |     0 |  1776 |     - |   605M |   0 |1292 |1082 |1945 |1025 | 12 |   2 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
323.91/325.12	c   7.0s|     1 |     2 |  3009 |     - |   606M |   0 |1292 |1083 |1945 |1025 | 12 |   4 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
323.91/325.12	c 
323.91/325.12	c SCIP Status        : solving was interrupted [time limit reached]
323.91/325.12	c Solving Time (sec) : 7.01
323.91/325.12	c Solving Nodes      : 1
323.91/325.12	c Primal Bound       : -2.85990000000000e+04 (2 solutions, 1 respecting the objective limit)
323.91/325.12	c Dual Bound         : +0.00000000000000e+00
323.91/325.12	c Gap                : infinite
323.91/325.12	c SCIP status: 23 (TIMELIMIT)
323.91/325.12	c pb_solver_status: sst_sat
323.91/325.12	c LB_goalvalue: 23500
323.91/325.12	c UB_goalvalue: 52099
323.91/325.12	c Both SAT and SCIP timed out; boosting budgets to sat=10.000000 scip=19.600000
323.91/325.12	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
323.91/325.12	c SCIP returned: sst_sat
323.91/325.12	c SCIP primal LB: 23500, dual UB: 52099
323.91/325.12	c Try to find a solution more than 33033
323.91/325.12	c assumptions: 
323.91/325.12	c invoking solver with time budget: 10.000000
334.26/335.56	c Model check passed
334.26/335.56	c sat_solver_result: sst_sat
334.26/335.56	c pb_solver_status: sst_sat
334.26/335.56	c in maximizeGoal found by SAT
334.87/336.17	o 7345
334.87/336.17	c addUnit: @goal_constraint0
334.87/336.17	c Found a solution: 44754.  Optimum bounded: [44754,52099].
334.87/336.17	c Calling solveScip for cooperative mode with LB_goalvalue:       44754, UB_goalvalue: 52099
334.87/336.17	c scip solving with time budget: 19.600000
334.87/336.17	c solveScip
334.87/336.17	c initScipForCoop
334.87/336.17	c initScipForCoop: syncing trail in SOLVING stage (no free)
334.87/336.17	c Coop Mode: Using SCIP obj units for LB/UB: 44754, +oo
334.87/336.17	c SCIPfreeTransform due to timeout and having shadow nodes
334.87/336.17	c forcing SCIPfreeTransform before solve
334.96/336.28	c Running SCIP presolve for solve-time propagation (rounds=3)
334.96/336.29	c 2/2 feasible solutions given by solution candidate storage, new primal bound -7.345000e+03
334.96/336.29	c 
335.06/336.31	c presolving:
335.06/336.35	c (round 1, fast)       2 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
335.16/336.42	c    (0.1s) running MILP presolver
335.16/336.44	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
335.16/336.46	c (round 2, exhaustive) 2 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
335.35/336.61	c    (0.3s) probing: 51/1292 (3.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
335.35/336.61	c    (0.3s) probing aborted: 50/50 successive totally useless probings
335.45/336.72	c presolving (3 rounds: 3 fast, 2 medium, 2 exhaustive):
335.45/336.72	c  2 deleted vars, 1 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
335.45/336.72	c  0 implications, 1 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
335.45/336.72	c presolved problem has 1292 variables (1292 bin, 0 int, 0 cont) and 1080 constraints
335.45/336.72	c    1069 constraints of type <knapsack>
335.45/336.72	c       1 constraints of type <setppc>
335.45/336.72	c      10 constraints of type <linear>
335.45/336.72	c transformed objective value is always integral (scale: 1)
335.45/336.72	c Presolving Time: 0.41
335.45/336.75	c 2/2 feasible solutions given by solution candidate storage, new primal bound -2.859900e+04
335.45/336.75	c 
335.45/336.77	c presolving:
335.55/336.81	c (round 1, fast)       2 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
335.55/336.88	c    (0.1s) running MILP presolver
335.65/336.91	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
335.65/336.92	c (round 2, exhaustive) 2 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
335.65/336.98	c (round 3, exhaustive) 2 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1070 upgd conss, 0 impls, 1 clqs, 0 implints
335.77/337.04	c (round 4, exhaustive) 2 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1080 upgd conss, 0 impls, 1 clqs, 0 implints
335.87/337.12	c    (0.4s) probing: 51/1292 (3.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
335.87/337.12	c    (0.4s) probing aborted: 50/50 successive totally useless probings
335.95/337.23	c    (0.5s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
335.95/337.26	c    (0.5s) no symmetry present (symcode time: 0.00)
336.05/337.37	c presolving (5 rounds: 5 fast, 4 medium, 4 exhaustive):
336.05/337.37	c  2 deleted vars, 1 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
336.05/337.37	c  0 implications, 1 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
336.05/337.37	c presolved problem has 1292 variables (1292 bin, 0 int, 0 cont) and 1080 constraints
336.05/337.37	c    1079 constraints of type <knapsack>
336.05/337.37	c       1 constraints of type <setppc>
336.05/337.37	c transformed objective value is always integral (scale: 1)
336.05/337.37	c Presolving Time: 0.60
336.05/337.38	c transformed 2/2 original solutions to the transformed problem space
336.05/337.38	c 
336.35/337.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
336.35/337.62	c   0.9s|     1 |     0 |   272 |     - |   551M |   0 |1292 |1080 |1080 |   0 |  0 |   0 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
336.65/337.95	c   1.2s|     1 |     0 |   479 |     - |   567M |   0 |1292 |1080 |1241 | 161 |  1 |   0 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
336.95/338.28	c   1.5s|     1 |     0 |   682 |     - |   577M |   0 |1292 |1080 |1370 | 290 |  2 |   0 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
337.35/338.61	c   1.9s|     1 |     0 |   911 |     - |   585M |   0 |1292 |1080 |1507 | 427 |  3 |   0 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
337.65/338.94	c   2.2s|     1 |     0 |  1039 |     - |   585M |   0 |1292 |1080 |1607 | 527 |  4 |   0 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
337.95/339.26	c   2.5s|     1 |     0 |  1139 |     - |   585M |   0 |1292 |1081 |1686 | 606 |  5 |   1 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
338.25/339.58	c   2.8s|     1 |     0 |  1194 |     - |   586M |   0 |1292 |1082 |1742 | 662 |  6 |   2 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
338.55/339.89	c   3.2s|     1 |     0 |  1256 |     - |   596M |   0 |1292 |1082 |1783 | 703 |  7 |   2 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
338.95/340.23	c   3.5s|     1 |     0 |  1458 |     - |   594M |   0 |1292 |1082 |1858 | 778 |  8 |   2 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
339.25/340.54	c   3.8s|     1 |     0 |  1561 |     - |   596M |   0 |1292 |1082 |1928 | 848 |  9 |   2 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
339.55/340.85	c   4.1s|     1 |     0 |  1635 |     - |   601M |   0 |1292 |1082 |1987 | 907 | 10 |   2 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
339.76/341.08	c   4.3s|     1 |     0 |  1708 |     - |   602M |   0 |1292 |1082 |1890 | 970 | 11 |   2 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
340.05/341.31	c   4.6s|     1 |     0 |  1776 |     - |   603M |   0 |1292 |1082 |1945 |1025 | 12 |   2 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
345.83/347.16	c  10.4s|     1 |     2 |  9359 |     - |   604M |   0 |1292 |1087 |1945 |1025 | 12 |   8 |  21 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
354.99/356.34	c 
354.99/356.34	c SCIP Status        : solving was interrupted [time limit reached]
354.99/356.34	c Solving Time (sec) : 19.60
354.99/356.34	c Solving Nodes      : 11
354.99/356.34	c Primal Bound       : -2.85990000000000e+04 (2 solutions)
354.99/356.34	c Dual Bound         : +0.00000000000000e+00
354.99/356.34	c Gap                : infinite
354.99/356.34	c SCIP status: 23 (TIMELIMIT)
354.99/356.34	c solveScip: freeing transform (!can_skip_free_transform)
355.09/356.45	c pb_solver_status: sst_sat
355.09/356.45	c LB_goalvalue: 44754
355.09/356.45	c UB_goalvalue: 52099
355.09/356.45	c # improved by sat (lb/ub): 1, # improved by scip (lb): 0
355.09/356.45	c SCIP returned: sst_sat
355.09/356.45	c SCIP primal LB: 23500, dual UB: 52099
355.09/356.45	c Try to find a solution more than 47202
355.09/356.45	c V: 1
355.09/356.45	c estimatedAdderCost: 2681
355.09/356.45	c Try to convert by sorters
355.09/356.47	c Sorter: base: 2 2 2 2 3 
355.09/356.47	c 
355.19/356.56	c assumptions: 
355.19/356.56	c invoking solver with time budget: 14.000000
372.82/374.27	c Model check passed
372.82/374.27	c sat_solver_result: sst_sat
372.82/374.27	c pb_solver_status: sst_sat
372.82/374.27	c in maximizeGoal found by SAT
373.42/374.89	o 4896
373.42/374.89	c addUnit: @goal_constraint1
373.42/374.89	c Found a solution: 47203.  Optimum bounded: [47203,52099].
373.42/374.89	c Calling solveScip for cooperative mode with LB_goalvalue:       47203, UB_goalvalue: 52099
373.42/374.89	c scip solving with time budget: 27.440000
373.42/374.89	c solveScip
373.42/374.89	c initScipForCoop
373.42/374.89	c Coop Mode: Using SCIP obj units for LB/UB: 47203, +oo
373.52/374.91	c 2/2 feasible solutions given by solution candidate storage, new primal bound -4.896000e+03
373.52/374.91	c 
373.52/374.93	c presolving:
373.52/374.97	c (round 1, fast)       2 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
373.63/375.04	c    (0.2s) running MILP presolver
373.63/375.07	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
373.63/375.08	c (round 2, exhaustive) 2 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
373.73/375.14	c (round 3, exhaustive) 2 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1070 upgd conss, 0 impls, 1 clqs, 0 implints
373.82/375.21	c (round 4, exhaustive) 2 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1080 upgd conss, 0 impls, 1 clqs, 0 implints
373.82/375.29	c    (0.4s) probing: 51/1292 (3.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
373.82/375.29	c    (0.4s) probing aborted: 50/50 successive totally useless probings
374.02/375.40	c    (0.5s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
374.02/375.43	c    (0.5s) no symmetry present (symcode time: 0.00)
374.12/375.53	c presolving (5 rounds: 5 fast, 4 medium, 4 exhaustive):
374.12/375.53	c  2 deleted vars, 1 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
374.12/375.53	c  0 implications, 1 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
374.12/375.53	c presolved problem has 1292 variables (1292 bin, 0 int, 0 cont) and 1080 constraints
374.12/375.53	c    1079 constraints of type <knapsack>
374.12/375.53	c       1 constraints of type <setppc>
374.12/375.53	c transformed objective value is always integral (scale: 1)
374.12/375.53	c Presolving Time: 0.60
374.12/375.54	c transformed 2/2 original solutions to the transformed problem space
374.12/375.54	c 
374.32/375.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
374.32/375.78	c   0.9s|     1 |     0 |   276 |     - |   561M |   0 |1292 |1080 |1080 |   0 |  0 |   0 |   0 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
374.63/376.11	c   1.2s|     1 |     0 |   472 |     - |   575M |   0 |1292 |1080 |1236 | 156 |  1 |   0 |   0 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
375.01/376.44	c   1.5s|     1 |     0 |   638 |     - |   580M |   0 |1292 |1080 |1360 | 280 |  2 |   0 |   0 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
375.31/376.78	c   1.9s|     1 |     0 |   828 |     - |   588M |   0 |1292 |1080 |1500 | 420 |  3 |   0 |   0 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
375.62/377.09	c   2.2s|     1 |     0 |   928 |     - |   589M |   0 |1292 |1080 |1583 | 503 |  4 |   0 |   0 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
376.01/377.42	c   2.5s|     1 |     0 |  1056 |     - |   594M |   0 |1292 |1080 |1657 | 577 |  5 |   0 |   0 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
376.31/377.76	c   2.9s|     1 |     0 |  1124 |     - |   594M |   0 |1292 |1080 |1709 | 629 |  6 |   0 |   0 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
376.62/378.09	c   3.2s|     1 |     0 |  1217 |     - |   600M |   0 |1292 |1080 |1767 | 687 |  7 |   0 |   0 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
377.01/378.45	c   3.6s|     1 |     0 |  1344 |     - |   590M |   0 |1292 |1080 |1856 | 776 |  8 |   0 |   0 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
377.41/378.82	c   3.9s|     1 |     0 |  1490 |     - |   593M |   0 |1292 |1080 |1940 | 860 |  9 |   0 |   0 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
377.72/379.16	c   4.3s|     1 |     0 |  1583 |     - |   605M |   0 |1292 |1080 |2006 | 926 | 10 |   0 |   0 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
378.00/379.40	c   4.5s|     1 |     0 |  1642 |     - |   604M |   0 |1292 |1080 |1907 | 978 | 11 |   0 |   0 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
383.70/385.19	c  10.3s|     1 |     2 |  9509 |     - |   605M |   0 |1292 |1083 |1907 | 978 | 11 |   4 |  19 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
400.82/402.33	c 
400.82/402.33	c SCIP Status        : solving was interrupted [time limit reached]
400.82/402.33	c Solving Time (sec) : 27.44
400.82/402.33	c Solving Nodes      : 19
400.82/402.33	c Primal Bound       : -4.89600000000000e+03 (2 solutions, 0 respecting the objective limit)
400.82/402.33	c Dual Bound         : +0.00000000000000e+00
400.82/402.33	c Gap                : infinite
400.82/402.33	c SCIP status: 23 (TIMELIMIT)
400.82/402.33	c pb_solver_status: sst_sat
400.82/402.33	c LB_goalvalue: 47203
400.82/402.33	c UB_goalvalue: 52099
400.82/402.33	c # improved by sat (lb/ub): 1, # improved by scip (lb): 0
400.82/402.33	c SCIP returned: sst_sat
400.82/402.33	c SCIP primal LB: 47203, dual UB: 52099
400.82/402.33	c Try to find a solution more than 48835
400.82/402.34	c V: 1
400.82/402.34	c estimatedAdderCost: 2681
400.82/402.34	c Try to convert by sorters
400.82/402.36	c Sorter: base: 2 2 2 2 3 
400.82/402.36	c 
400.92/402.45	c assumptions: 
400.92/402.45	c invoking solver with time budget: 19.600000
421.34/422.92	c sat_solver_result: sst_unknown
421.34/422.92	c SAT solver timed out; proceeding to cooperative SCIP call
421.34/422.92	c Calling solveScip for cooperative mode with LB_goalvalue:       47203, UB_goalvalue: 52099
421.34/422.92	c scip solving with time budget: 38.416000
421.34/422.92	c solveScip
421.34/422.92	c initScipForCoop
421.34/422.92	c Coop Mode: Using SCIP obj units for LB/UB: 47203, +oo
421.34/422.92	c SCIPfreeTransform due to timeout and having shadow nodes
421.34/422.92	c forcing SCIPfreeTransform before solve
421.45/423.03	c Running SCIP presolve for solve-time propagation (rounds=3)
421.45/423.04	c 2/2 feasible solutions given by solution candidate storage, new primal bound -4.896000e+03
421.45/423.04	c 
421.45/423.06	c presolving:
421.45/423.10	c (round 1, fast)       2 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
421.55/423.17	c    (0.1s) running MILP presolver
421.64/423.20	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
421.64/423.21	c (round 2, exhaustive) 2 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
421.74/423.36	c    (0.3s) probing: 51/1292 (3.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
421.74/423.36	c    (0.3s) probing aborted: 50/50 successive totally useless probings
421.84/423.48	c presolving (3 rounds: 3 fast, 2 medium, 2 exhaustive):
421.84/423.48	c  2 deleted vars, 1 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
421.84/423.48	c  0 implications, 1 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
421.84/423.48	c presolved problem has 1292 variables (1292 bin, 0 int, 0 cont) and 1080 constraints
421.84/423.48	c    1069 constraints of type <knapsack>
421.84/423.48	c       1 constraints of type <setppc>
421.84/423.48	c      10 constraints of type <linear>
421.84/423.48	c transformed objective value is always integral (scale: 1)
421.84/423.48	c Presolving Time: 0.42
421.94/423.51	c 2/2 feasible solutions given by solution candidate storage, new primal bound -2.859900e+04
421.94/423.51	c 
421.94/423.52	c presolving:
421.94/423.57	c (round 1, fast)       2 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
422.04/423.64	c    (0.1s) running MILP presolver
422.04/423.67	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
422.04/423.68	c (round 2, exhaustive) 2 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
422.14/423.74	c (round 3, exhaustive) 2 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1070 upgd conss, 0 impls, 1 clqs, 0 implints
422.24/423.81	c (round 4, exhaustive) 2 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1080 upgd conss, 0 impls, 1 clqs, 0 implints
422.24/423.88	c    (0.4s) probing: 51/1292 (3.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
422.24/423.88	c    (0.4s) probing aborted: 50/50 successive totally useless probings
422.34/423.99	c    (0.5s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
422.45/424.03	c    (0.5s) no symmetry present (symcode time: 0.00)
422.55/424.12	c presolving (5 rounds: 5 fast, 4 medium, 4 exhaustive):
422.55/424.12	c  2 deleted vars, 1 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
422.55/424.12	c  0 implications, 1 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
422.55/424.12	c presolved problem has 1292 variables (1292 bin, 0 int, 0 cont) and 1080 constraints
422.55/424.12	c    1079 constraints of type <knapsack>
422.55/424.12	c       1 constraints of type <setppc>
422.55/424.12	c transformed objective value is always integral (scale: 1)
422.55/424.12	c Presolving Time: 0.60
422.55/424.13	c transformed 2/2 original solutions to the transformed problem space
422.55/424.13	c 
422.73/424.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
422.73/424.38	c   0.9s|     1 |     0 |   272 |     - |   548M |   0 |1292 |1080 |1080 |   0 |  0 |   0 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
423.13/424.72	c   1.2s|     1 |     0 |   479 |     - |   561M |   0 |1292 |1080 |1241 | 161 |  1 |   0 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
423.44/425.05	c   1.6s|     1 |     0 |   682 |     - |   573M |   0 |1292 |1080 |1370 | 290 |  2 |   0 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
423.73/425.38	c   1.9s|     1 |     0 |   911 |     - |   582M |   0 |1292 |1080 |1507 | 427 |  3 |   0 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
424.13/425.71	c   2.2s|     1 |     0 |  1039 |     - |   582M |   0 |1292 |1080 |1607 | 527 |  4 |   0 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
424.44/426.04	c   2.5s|     1 |     0 |  1139 |     - |   593M |   0 |1292 |1081 |1686 | 606 |  5 |   1 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
424.73/426.36	c   2.9s|     1 |     0 |  1194 |     - |   593M |   0 |1292 |1082 |1742 | 662 |  6 |   2 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
425.02/426.67	c   3.2s|     1 |     0 |  1256 |     - |   597M |   0 |1292 |1082 |1783 | 703 |  7 |   2 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
425.44/427.01	c   3.5s|     1 |     0 |  1458 |     - |   599M |   0 |1292 |1082 |1858 | 778 |  8 |   2 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
425.72/427.32	c   3.8s|     1 |     0 |  1561 |     - |   603M |   0 |1292 |1082 |1928 | 848 |  9 |   2 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
426.02/427.63	c   4.1s|     1 |     0 |  1635 |     - |   610M |   0 |1292 |1082 |1987 | 907 | 10 |   2 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
426.22/427.87	c   4.4s|     1 |     0 |  1708 |     - |   611M |   0 |1292 |1082 |1890 | 970 | 11 |   2 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
426.43/428.10	c   4.6s|     1 |     0 |  1776 |     - |   613M |   0 |1292 |1082 |1945 |1025 | 12 |   2 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
432.30/433.97	c  10.5s|     1 |     2 |  9359 |     - |   613M |   0 |1292 |1087 |1945 |1025 | 12 |   8 |  21 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
457.61/459.33	c  35.8s|   100 |   101 | 32315 | 308.5 |   645M |  22 |1292 |1131 |1211 |1574 |  1 |  52 | 542 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
460.20/461.91	c 
460.20/461.91	c SCIP Status        : solving was interrupted [time limit reached]
460.20/461.91	c Solving Time (sec) : 38.42
460.20/461.91	c Solving Nodes      : 103
460.20/461.91	c Primal Bound       : -2.85990000000000e+04 (2 solutions)
460.20/461.91	c Dual Bound         : +0.00000000000000e+00
460.20/461.91	c Gap                : infinite
460.20/461.92	c SCIP status: 23 (TIMELIMIT)
460.20/461.92	c solveScip: freeing transform (!can_skip_free_transform)
460.31/462.05	c pb_solver_status: sst_sat
460.31/462.05	c LB_goalvalue: 47203
460.31/462.05	c UB_goalvalue: 52099
460.31/462.05	c Both SAT and SCIP timed out; boosting budgets to sat=39.200000 scip=107.564800
460.31/462.05	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
460.31/462.05	c SCIP returned: sst_sat
460.31/462.05	c SCIP primal LB: 23500, dual UB: 52099
460.31/462.05	c Try to find a solution more than 48835
460.31/462.05	c assumptions: 
460.31/462.05	c invoking solver with time budget: 39.200000
499.55/501.43	c sat_solver_result: sst_unknown
499.55/501.43	c SAT solver timed out; proceeding to cooperative SCIP call
499.55/501.43	c Calling solveScip for cooperative mode with LB_goalvalue:       47203, UB_goalvalue: 52099
499.55/501.43	c scip solving with time budget: 107.564800
499.55/501.43	c solveScip
499.55/501.43	c initScipForCoop
499.55/501.43	c Coop Mode: Using SCIP obj units for LB/UB: 47203, +oo
499.55/501.45	c 2/2 feasible solutions given by solution candidate storage, new primal bound -4.896000e+03
499.55/501.45	c 
499.55/501.47	c presolving:
499.65/501.52	c (round 1, fast)       2 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
499.65/501.58	c    (0.1s) running MILP presolver
499.75/501.61	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
499.75/501.63	c (round 2, exhaustive) 2 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
499.75/501.68	c (round 3, exhaustive) 2 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1070 upgd conss, 0 impls, 1 clqs, 0 implints
499.85/501.75	c (round 4, exhaustive) 2 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1080 upgd conss, 0 impls, 1 clqs, 0 implints
499.95/501.83	c    (0.4s) probing: 51/1292 (3.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
499.95/501.83	c    (0.4s) probing aborted: 50/50 successive totally useless probings
500.05/501.94	c    (0.5s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
500.05/501.97	c    (0.5s) no symmetry present (symcode time: 0.00)
500.16/502.07	c presolving (5 rounds: 5 fast, 4 medium, 4 exhaustive):
500.16/502.07	c  2 deleted vars, 1 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
500.16/502.07	c  0 implications, 1 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
500.16/502.07	c presolved problem has 1292 variables (1292 bin, 0 int, 0 cont) and 1080 constraints
500.16/502.07	c    1079 constraints of type <knapsack>
500.16/502.07	c       1 constraints of type <setppc>
500.16/502.07	c transformed objective value is always integral (scale: 1)
500.16/502.07	c Presolving Time: 0.60
500.16/502.08	c transformed 2/2 original solutions to the transformed problem space
500.16/502.08	c 
500.45/502.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
500.45/502.32	c   0.9s|     1 |     0 |   276 |     - |   579M |   0 |1292 |1080 |1080 |   0 |  0 |   0 |   0 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
500.75/502.65	c   1.2s|     1 |     0 |   472 |     - |   592M |   0 |1292 |1080 |1236 | 156 |  1 |   0 |   0 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
501.05/502.98	c   1.5s|     1 |     0 |   638 |     - |   599M |   0 |1292 |1080 |1360 | 280 |  2 |   0 |   0 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
501.44/503.32	c   1.9s|     1 |     0 |   828 |     - |   611M |   0 |1292 |1080 |1500 | 420 |  3 |   0 |   0 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
501.74/503.64	c   2.2s|     1 |     0 |   928 |     - |   615M |   0 |1292 |1080 |1583 | 503 |  4 |   0 |   0 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
502.04/503.97	c   2.5s|     1 |     0 |  1056 |     - |   616M |   0 |1292 |1080 |1657 | 577 |  5 |   0 |   0 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
502.44/504.30	c   2.9s|     1 |     0 |  1124 |     - |   615M |   0 |1292 |1080 |1709 | 629 |  6 |   0 |   0 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
502.74/504.64	c   3.2s|     1 |     0 |  1217 |     - |   620M |   0 |1292 |1080 |1767 | 687 |  7 |   0 |   0 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
503.04/505.00	c   3.6s|     1 |     0 |  1344 |     - |   611M |   0 |1292 |1080 |1856 | 776 |  8 |   0 |   0 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
503.44/505.37	c   3.9s|     1 |     0 |  1490 |     - |   613M |   0 |1292 |1080 |1940 | 860 |  9 |   0 |   0 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
503.84/505.71	c   4.3s|     1 |     0 |  1583 |     - |   623M |   0 |1292 |1080 |2006 | 926 | 10 |   0 |   0 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
504.03/505.95	c   4.5s|     1 |     0 |  1642 |     - |   622M |   0 |1292 |1080 |1907 | 978 | 11 |   0 |   0 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
509.82/511.77	c  10.3s|     1 |     2 |  9509 |     - |   622M |   0 |1292 |1083 |1907 | 978 | 11 |   4 |  19 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
539.91/541.91	c  40.5s|   100 |   101 | 53355 | 522.4 |   674M |  19 |1292 |1093 |1190 |1580 |  1 |  14 | 459 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
553.86/556.01	c  54.6s|   200 |   201 |120489 | 597.2 |   705M |  22 |1292 |1097 |1205 |2316 |  1 |  18 | 513 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
581.87/584.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
581.87/584.01	c  82.6s|   300 |   301 |136679 | 451.6 |   771M |  22 |1292 |1099 |1218 |3277 |  1 |  20 | 552 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
586.85/589.07	c  87.6s|   400 |   401 |149313 | 370.1 |   762M |  22 |1292 |1099 |1209 |4148 |  1 |  20 | 602 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
591.63/593.82	c  92.4s|   500 |   501 |163510 | 324.4 |   762M |  23 |1292 |1101 |1216 |4921 |  1 |  22 | 634 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
596.71/598.90	c  97.5s|   600 |   601 |176357 | 291.7 |   762M |  23 |1292 |1101 |1191 |5671 |  1 |  22 | 671 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
601.29/603.53	c   102s|   700 |   701 |188610 | 267.5 |   763M |  23 |1292 |1101 |1203 |6528 |  1 |  22 | 708 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
606.67/608.97	c   108s|   800 |   801 |211367 | 262.5 |   762M |  23 |1292 |1102 |1190 |7485 |  1 |  23 | 737 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
606.67/609.00	c 
606.67/609.00	c SCIP Status        : solving was interrupted [time limit reached]
606.67/609.00	c Solving Time (sec) : 107.56
606.67/609.00	c Solving Nodes      : 801
606.67/609.00	c Primal Bound       : -4.89600000000000e+03 (2 solutions, 0 respecting the objective limit)
606.67/609.00	c Dual Bound         : +0.00000000000000e+00
606.67/609.00	c Gap                : infinite
606.67/609.00	c SCIP status: 23 (TIMELIMIT)
606.67/609.00	c pb_solver_status: sst_sat
606.67/609.00	c LB_goalvalue: 47203
606.67/609.00	c UB_goalvalue: 52099
606.67/609.00	c Both SAT and SCIP timed out; boosting budgets to sat=78.400000 scip=301.181440
606.67/609.00	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
606.67/609.00	c SCIP returned: sst_sat
606.67/609.00	c SCIP primal LB: 47203, dual UB: 52099
606.67/609.00	c Try to find a solution more than 48835
606.67/609.00	c assumptions: 
606.67/609.00	c invoking solver with time budget: 78.400000
687.97/690.52	c sat_solver_result: sst_unknown
687.97/690.52	c SAT solver timed out; proceeding to cooperative SCIP call
687.97/690.52	c Calling solveScip for cooperative mode with LB_goalvalue:       47203, UB_goalvalue: 52099
687.97/690.52	c scip solving with time budget: 301.181440
687.97/690.52	c solveScip
687.97/690.52	c initScipForCoop
687.97/690.52	c Coop Mode: Using SCIP obj units for LB/UB: 47203, +oo
687.97/690.52	c SCIPfreeTransform due to timeout and having shadow nodes
687.97/690.52	c forcing SCIPfreeTransform before solve
687.97/690.59	c Running SCIP presolve for solve-time propagation (rounds=3)
688.07/690.60	c 2/2 feasible solutions given by solution candidate storage, new primal bound -4.896000e+03
688.07/690.60	c 
688.07/690.62	c presolving:
688.07/690.66	c (round 1, fast)       2 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
688.17/690.73	c    (0.1s) running MILP presolver
688.17/690.75	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
688.17/690.76	c (round 2, exhaustive) 2 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
688.37/690.92	c    (0.3s) probing: 51/1292 (3.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
688.37/690.92	c    (0.3s) probing aborted: 50/50 successive totally useless probings
688.48/691.04	c presolving (3 rounds: 3 fast, 2 medium, 2 exhaustive):
688.48/691.04	c  2 deleted vars, 1 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
688.48/691.04	c  0 implications, 1 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
688.48/691.04	c presolved problem has 1292 variables (1292 bin, 0 int, 0 cont) and 1080 constraints
688.48/691.04	c    1069 constraints of type <knapsack>
688.48/691.04	c       1 constraints of type <setppc>
688.48/691.04	c      10 constraints of type <linear>
688.48/691.04	c transformed objective value is always integral (scale: 1)
688.48/691.04	c Presolving Time: 0.42
688.48/691.07	c 2/2 feasible solutions given by solution candidate storage, new primal bound -2.859900e+04
688.48/691.07	c 
688.48/691.08	c presolving:
688.58/691.13	c (round 1, fast)       2 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
688.67/691.20	c    (0.1s) running MILP presolver
688.67/691.23	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
688.67/691.24	c (round 2, exhaustive) 2 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
688.67/691.29	c (round 3, exhaustive) 2 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1070 upgd conss, 0 impls, 1 clqs, 0 implints
688.77/691.36	c (round 4, exhaustive) 2 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1080 upgd conss, 0 impls, 1 clqs, 0 implints
688.87/691.44	c    (0.4s) probing: 51/1292 (3.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
688.87/691.44	c    (0.4s) probing aborted: 50/50 successive totally useless probings
688.97/691.55	c    (0.5s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
688.97/691.58	c    (0.5s) no symmetry present (symcode time: 0.00)
689.07/691.68	c presolving (5 rounds: 5 fast, 4 medium, 4 exhaustive):
689.07/691.68	c  2 deleted vars, 1 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
689.07/691.68	c  0 implications, 1 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
689.07/691.68	c presolved problem has 1292 variables (1292 bin, 0 int, 0 cont) and 1080 constraints
689.07/691.68	c    1079 constraints of type <knapsack>
689.07/691.68	c       1 constraints of type <setppc>
689.07/691.68	c transformed objective value is always integral (scale: 1)
689.07/691.68	c Presolving Time: 0.60
689.07/691.69	c transformed 2/2 original solutions to the transformed problem space
689.07/691.69	c 
689.37/691.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
689.37/691.94	c   0.9s|     1 |     0 |   272 |     - |   644M |   0 |1292 |1080 |1080 |   0 |  0 |   0 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
689.66/692.28	c   1.2s|     1 |     0 |   479 |     - |   652M |   0 |1292 |1080 |1241 | 161 |  1 |   0 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
690.06/692.61	c   1.6s|     1 |     0 |   682 |     - |   653M |   0 |1292 |1080 |1370 | 290 |  2 |   0 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
690.36/692.94	c   1.9s|     1 |     0 |   911 |     - |   664M |   0 |1292 |1080 |1507 | 427 |  3 |   0 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
690.66/693.27	c   2.2s|     1 |     0 |  1039 |     - |   666M |   0 |1292 |1080 |1607 | 527 |  4 |   0 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
690.96/693.59	c   2.5s|     1 |     0 |  1139 |     - |   678M |   0 |1292 |1081 |1686 | 606 |  5 |   1 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
691.36/693.92	c   2.9s|     1 |     0 |  1194 |     - |   678M |   0 |1292 |1082 |1742 | 662 |  6 |   2 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
691.66/694.23	c   3.2s|     1 |     0 |  1256 |     - |   679M |   0 |1292 |1082 |1783 | 703 |  7 |   2 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
691.96/694.57	c   3.5s|     1 |     0 |  1458 |     - |   684M |   0 |1292 |1082 |1858 | 778 |  8 |   2 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
692.26/694.88	c   3.8s|     1 |     0 |  1561 |     - |   688M |   0 |1292 |1082 |1928 | 848 |  9 |   2 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
692.65/695.20	c   4.1s|     1 |     0 |  1635 |     - |   689M |   0 |1292 |1082 |1987 | 907 | 10 |   2 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
692.85/695.43	c   4.4s|     1 |     0 |  1708 |     - |   689M |   0 |1292 |1082 |1890 | 970 | 11 |   2 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
693.05/695.66	c   4.6s|     1 |     0 |  1776 |     - |   688M |   0 |1292 |1082 |1945 |1025 | 12 |   2 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
698.93/701.55	c  10.5s|     1 |     2 |  9359 |     - |   688M |   0 |1292 |1087 |1945 |1025 | 12 |   8 |  21 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
724.46/727.12	c  36.1s|   100 |   101 | 32315 | 308.5 |   702M |  22 |1292 |1131 |1211 |1574 |  1 |  52 | 542 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
748.76/751.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
748.76/751.57	c  60.5s|   200 |   201 |142032 | 704.8 |   735M |  29 |1292 |1136 |1211 |2062 |  1 |  58 | 584 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
773.97/776.86	c  85.8s|   300 |   301 |156232 | 516.6 |   740M |  29 |1292 |1136 |1206 |2535 |  1 |  58 | 602 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
778.65/781.56	c  90.5s|   400 |   401 |168722 | 418.4 |   740M |  29 |1292 |1138 |1202 |3140 |  1 |  60 | 631 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
783.44/786.37	c  95.3s|   500 |   501 |181871 | 360.9 |   740M |  29 |1292 |1138 |1226 |3754 |  1 |  60 | 681 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
788.13/791.01	c   100s|   600 |   601 |196277 | 324.7 |   740M |  33 |1292 |1139 |1240 |4164 |  3 |  61 | 724 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
792.70/795.63	c   105s|   700 |   701 |206984 | 293.6 |   738M |  33 |1292 |1139 |1226 |4588 |  1 |  61 | 792 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
796.39/799.36	c   108s|   800 |   801 |217203 | 269.6 |   735M |  33 |1292 |1139 |1220 |5059 |  1 |  61 | 819 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
801.98/804.92	c   114s|   900 |   901 |235603 | 260.1 |   735M |  39 |1292 |1142 |1213 |5285 |  1 |  66 | 876 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
806.86/809.80	c   119s|  1000 |  1001 |247532 | 246.0 |   735M |  39 |1292 |1148 |1246 |5657 |  1 |  72 | 942 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
813.33/816.32	c   125s|  1100 |  1101 |261559 | 236.4 |   736M |  39 |1292 |1148 |1235 |6243 |  1 |  72 | 982 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
817.42/820.45	c   129s|  1200 |  1201 |274885 | 227.8 |   736M |  39 |1292 |1148 |1216 |6652 |  1 |  72 |1005 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
822.02/825.04	c   134s|  1300 |  1301 |287743 | 220.1 |   736M |  39 |1292 |1149 |1203 |6985 |  1 |  73 |1043 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
826.59/829.69	c   139s|  1400 |  1401 |300443 | 213.5 |   737M |  41 |1292 |1148 |1230 |7544 |  1 |  73 |1087 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
831.87/835.00	c   144s|  1500 |  1501 |317059 | 210.3 |   737M |  41 |1292 |1150 |1218 |8081 |  1 |  75 |1132 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
835.97/839.04	c   148s|  1600 |  1601 |331541 | 206.2 |   737M |  41 |1292 |1150 |1242 |8712 |  1 |  75 |1161 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
839.34/842.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
839.34/842.45	c   151s|  1700 |  1701 |345932 | 202.6 |   738M |  41 |1292 |1150 |1222 |9254 |  1 |  75 |1170 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
846.52/849.63	c   159s|  1800 |  1801 |378939 | 209.7 |   733M |  41 |1292 |1151 |1259 |9723 |  1 |  76 |1200 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
849.51/852.61	c   162s|  1900 |  1901 |390478 | 204.7 |   733M |  41 |1292 |1151 |1213 |  10k|  1 |  76 |1214 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
853.10/856.27	c   165s|  2000 |  2001 |404827 | 201.6 |   733M |  41 |1292 |1152 |1216 |  10k|  1 |  77 |1233 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
856.39/859.53	c   168s|  2100 |  2101 |417738 | 198.2 |   733M |  41 |1292 |1152 |1247 |  11k|  1 |  77 |1248 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
859.99/863.14	c   172s|  2200 |  2201 |433737 | 196.4 |   733M |  41 |1292 |1152 |1216 |  11k|  1 |  77 |1255 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
864.36/867.57	c   177s|  2300 |  2301 |447538 | 193.9 |   733M |  41 |1292 |1152 |1221 |  12k|  1 |  77 |1290 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
868.55/871.75	c   181s|  2400 |  2401 |461305 | 191.6 |   733M |  41 |1292 |1152 |1279 |  12k|  2 |  77 |1318 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
872.54/875.76	c   185s|  2500 |  2501 |473533 | 188.8 |   733M |  41 |1292 |1152 |1226 |  13k|  1 |  77 |1349 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
877.22/880.40	c   189s|  2600 |  2601 |486294 | 186.4 |   733M |  41 |1292 |1152 |1214 |  13k|  1 |  77 |1387 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
881.31/884.50	c   193s|  2700 |  2701 |500164 | 184.7 |   733M |  41 |1292 |1152 |1272 |  13k|  1 |  77 |1423 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
887.09/890.38	c   199s|  2800 |  2801 |518633 | 184.7 |   731M |  41 |1292 |1159 |1237 |  14k|  1 |  84 |1491 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
892.27/895.52	c   204s|  2900 |  2901 |532667 | 183.1 |   732M |  41 |1292 |1159 |1253 |  14k|  1 |  84 |1542 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
896.66/900.00	c   209s|  3000 |  3001 |547414 | 181.9 |   732M |  41 |1292 |1164 |1210 |  15k|  1 |  89 |1582 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
901.54/904.81	c   214s|  3100 |  3101 |559390 | 179.9 |   733M |  45 |1292 |1164 |1346 |  15k|  2 |  89 |1629 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
907.02/910.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
907.02/910.36	c   219s|  3200 |  3201 |582911 | 181.7 |   734M |  45 |1292 |1163 |1192 |  16k|  1 |  89 |1653 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
913.90/917.21	c   226s|  3300 |  3301 |597228 | 180.5 |   734M |  45 |1292 |1164 |1217 |  16k|  1 |  90 |1700 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
917.99/921.32	c   230s|  3400 |  3401 |611047 | 179.3 |   734M |  45 |1292 |1164 |1266 |  17k|  2 |  90 |1722 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
922.07/925.43	c   234s|  3500 |  3501 |624252 | 177.9 |   734M |  45 |1292 |1164 |1250 |  17k|  1 |  90 |1757 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
925.56/928.96	c   238s|  3600 |  3601 |637911 | 176.8 |   734M |  45 |1292 |1164 |1245 |  18k|  1 |  90 |1783 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
928.76/932.14	c   241s|  3700 |  3701 |650193 | 175.3 |   732M |  45 |1292 |1164 |1257 |  18k|  1 |  90 |1797 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
931.94/935.35	c   244s|  3800 |  3801 |665328 | 174.7 |   732M |  45 |1292 |1164 |1200 |  19k|  1 |  90 |1803 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
935.23/938.67	c   248s|  3900 |  3901 |679597 | 173.8 |   732M |  45 |1292 |1164 |1265 |  20k|  1 |  90 |1815 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
939.21/942.63	c   252s|  4000 |  4001 |694600 | 173.2 |   734M |  45 |1292 |1164 |1226 |  20k|  1 |  90 |1823 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
942.72/946.15	c   255s|  4100 |  4101 |709033 | 172.5 |   734M |  45 |1292 |1167 |1213 |  21k|  1 |  93 |1833 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
946.39/949.89	c   259s|  4200 |  4201 |724932 | 172.2 |   734M |  45 |1292 |1167 |1245 |  21k|  1 |  93 |1851 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
949.59/953.08	c   262s|  4300 |  4301 |738564 | 171.4 |   731M |  45 |1292 |1167 |1272 |  22k|  1 |  93 |1860 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
953.37/956.84	c   266s|  4400 |  4401 |757820 | 171.9 |   731M |  45 |1292 |1169 |1310 |  23k|  4 |  95 |1864 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
957.05/960.58	c   270s|  4500 |  4501 |772149 | 171.2 |   731M |  45 |1292 |1170 |1233 |  23k|  1 |  96 |1881 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
961.44/965.00	c   274s|  4600 |  4601 |785128 | 170.3 |   731M |  45 |1292 |1169 |1237 |  24k|  1 |  96 |1917 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
964.93/968.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
964.93/968.49	c   277s|  4700 |  4701 |797801 | 169.4 |   731M |  45 |1292 |1168 |1237 |  24k|  1 |  96 |1936 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
969.41/972.97	c   282s|  4800 |  4801 |811336 | 168.7 |   731M |  47 |1292 |1170 |1261 |  25k|  1 |  98 |1986 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
973.11/976.65	c   286s|  4900 |  4901 |822544 | 167.5 |   732M |  47 |1292 |1170 |1271 |  25k|  1 |  98 |2011 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
980.88/984.49	c   293s|  5000 |  5001 |850874 | 169.9 |   732M |  47 |1292 |1170 |1270 |  26k|  1 |  98 |2050 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
985.17/988.79	c   298s|  5100 |  5101 |862939 | 168.9 |   732M |  47 |1292 |1173 |1270 |  26k|  1 | 101 |2084 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
988.66/992.23	c 
988.66/992.23	c SCIP Status        : solving was interrupted [time limit reached]
988.66/992.23	c Solving Time (sec) : 301.18
988.66/992.23	c Solving Nodes      : 5179
988.66/992.23	c Primal Bound       : -2.85990000000000e+04 (2 solutions)
988.66/992.23	c Dual Bound         : +0.00000000000000e+00
988.66/992.23	c Gap                : infinite
988.66/992.24	c SCIP status: 23 (TIMELIMIT)
988.66/992.24	c solveScip: freeing transform (!can_skip_free_transform)
988.76/992.30	c pb_solver_status: sst_sat
988.76/992.30	c LB_goalvalue: 47203
988.76/992.30	c UB_goalvalue: 52099
988.76/992.30	c Both SAT and SCIP timed out; boosting budgets to sat=156.800000 scip=843.308032
988.76/992.30	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
988.76/992.30	c SCIP returned: sst_sat
988.76/992.30	c SCIP primal LB: 23500, dual UB: 52099
988.76/992.30	c Try to find a solution more than 48835
988.76/992.30	c assumptions: 
988.76/992.30	c invoking solver with time budget: 156.800000
1195.34/1199.65	c sat_solver_result: sst_unknown
1195.34/1199.65	c SAT solver timed out; proceeding to cooperative SCIP call
1195.34/1199.65	c Calling solveScip for cooperative mode with LB_goalvalue:       47203, UB_goalvalue: 52099
1195.34/1199.65	c scip solving with time budget: 843.308032
1195.34/1199.65	c solveScip
1195.34/1199.65	c initScipForCoop
1195.34/1199.65	c Coop Mode: Using SCIP obj units for LB/UB: 47203, +oo
1195.34/1199.67	c 2/2 feasible solutions given by solution candidate storage, new primal bound -4.896000e+03
1195.34/1199.67	c 
1195.34/1199.68	c presolving:
1195.44/1199.73	c (round 1, fast)       2 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
1195.54/1199.80	c    (0.1s) running MILP presolver
1195.54/1199.83	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
1195.54/1199.84	c (round 2, exhaustive) 2 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
1195.64/1199.90	c (round 3, exhaustive) 2 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1070 upgd conss, 0 impls, 1 clqs, 0 implints
1195.64/1199.97	c (round 4, exhaustive) 2 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1080 upgd conss, 0 impls, 1 clqs, 0 implints
1195.75/1200.05	c    (0.4s) probing: 51/1292 (3.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1195.75/1200.05	c    (0.4s) probing aborted: 50/50 successive totally useless probings
1195.85/1200.16	c    (0.5s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1195.85/1200.19	c    (0.5s) no symmetry present (symcode time: 0.00)
1196.04/1200.30	c presolving (5 rounds: 5 fast, 4 medium, 4 exhaustive):
1196.04/1200.30	c  2 deleted vars, 1 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1196.04/1200.30	c  0 implications, 1 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1196.04/1200.30	c presolved problem has 1292 variables (1292 bin, 0 int, 0 cont) and 1080 constraints
1196.04/1200.30	c    1079 constraints of type <knapsack>
1196.04/1200.30	c       1 constraints of type <setppc>
1196.04/1200.30	c transformed objective value is always integral (scale: 1)
1196.04/1200.30	c Presolving Time: 0.61
1196.04/1200.31	c transformed 2/2 original solutions to the transformed problem space
1196.04/1200.31	c 
1196.24/1200.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1196.24/1200.56	c   0.9s|     1 |     0 |   276 |     - |   651M |   0 |1292 |1080 |1080 |   0 |  0 |   0 |   0 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1196.54/1200.89	c   1.2s|     1 |     0 |   472 |     - |   663M |   0 |1292 |1080 |1236 | 156 |  1 |   0 |   0 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1196.94/1201.23	c   1.6s|     1 |     0 |   638 |     - |   672M |   0 |1292 |1080 |1360 | 280 |  2 |   0 |   0 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1197.24/1201.58	c   1.9s|     1 |     0 |   828 |     - |   684M |   0 |1292 |1080 |1500 | 420 |  3 |   0 |   0 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1197.63/1201.90	c   2.2s|     1 |     0 |   928 |     - |   687M |   0 |1292 |1080 |1583 | 503 |  4 |   0 |   0 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1197.93/1202.24	c   2.6s|     1 |     0 |  1056 |     - |   688M |   0 |1292 |1080 |1657 | 577 |  5 |   0 |   0 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1198.24/1202.58	c   2.9s|     1 |     0 |  1124 |     - |   688M |   0 |1292 |1080 |1709 | 629 |  6 |   0 |   0 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1198.64/1202.92	c   3.3s|     1 |     0 |  1217 |     - |   693M |   0 |1292 |1080 |1767 | 687 |  7 |   0 |   0 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1198.94/1203.28	c   3.6s|     1 |     0 |  1344 |     - |   682M |   0 |1292 |1080 |1856 | 776 |  8 |   0 |   0 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1199.34/1203.66	c   4.0s|     1 |     0 |  1490 |     - |   684M |   0 |1292 |1080 |1940 | 860 |  9 |   0 |   0 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1199.64/1204.01	c   4.4s|     1 |     0 |  1583 |     - |   687M |   0 |1292 |1080 |2006 | 926 | 10 |   0 |   0 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1199.93/1204.24	c   4.6s|     1 |     0 |  1642 |     - |   685M |   0 |1292 |1080 |1907 | 978 | 11 |   0 |   0 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1205.83/1210.17	c  10.5s|     1 |     2 |  9509 |     - |   685M |   0 |1292 |1083 |1907 | 978 | 11 |   4 |  19 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1236.91/1241.37	c  41.7s|   100 |   101 | 53355 | 522.4 |   727M |  19 |1292 |1093 |1190 |1580 |  1 |  14 | 459 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1251.36/1255.83	c  56.2s|   200 |   201 |120489 | 597.2 |   736M |  22 |1292 |1097 |1205 |2316 |  1 |  18 | 513 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1279.77/1284.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1279.77/1284.35	c  84.7s|   300 |   301 |136679 | 451.6 |   780M |  22 |1292 |1099 |1218 |3277 |  1 |  20 | 552 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1285.05/1289.61	c  90.0s|   400 |   401 |149313 | 370.1 |   770M |  22 |1292 |1099 |1209 |4148 |  1 |  20 | 602 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1289.93/1294.56	c  94.9s|   500 |   501 |163510 | 324.4 |   770M |  23 |1292 |1101 |1216 |4921 |  1 |  22 | 634 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1295.22/1299.86	c   100s|   600 |   601 |176357 | 291.7 |   770M |  23 |1292 |1101 |1191 |5671 |  1 |  22 | 671 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1300.01/1304.69	c   105s|   700 |   701 |188610 | 267.5 |   770M |  23 |1292 |1101 |1203 |6528 |  1 |  22 | 708 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1305.68/1310.33	c   111s|   800 |   801 |211367 | 262.5 |   770M |  23 |1292 |1102 |1190 |7485 |  1 |  23 | 737 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1311.56/1316.26	c   117s|   900 |   901 |225544 | 249.1 |   770M |  23 |1292 |1104 |1215 |8413 |  1 |  25 | 781 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1316.84/1321.52	c   122s|  1000 |  1001 |239197 | 237.8 |   765M |  23 |1292 |1104 |1231 |9304 |  1 |  25 | 816 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1321.63/1326.33	c   127s|  1100 |  1101 |251982 | 227.8 |   765M |  23 |1292 |1104 |1224 |  10k|  1 |  25 | 844 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1328.50/1333.27	c   134s|  1200 |  1201 |263925 | 218.8 |   765M |  23 |1292 |1104 |1244 |  10k|  1 |  25 | 869 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1333.88/1338.62	c   139s|  1300 |  1301 |276684 | 211.7 |   765M |  25 |1292 |1104 |1217 |  11k|  1 |  25 | 909 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1340.26/1345.10	c   145s|  1400 |  1401 |303379 | 215.7 |   765M |  25 |1292 |1110 |1219 |  12k|  1 |  31 | 924 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1345.04/1349.81	c   150s|  1500 |  1501 |318009 | 211.1 |   765M |  27 |1292 |1111 |1254 |  13k|  1 |  32 | 942 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1350.52/1355.35	c   156s|  1600 |  1601 |330215 | 205.5 |   765M |  31 |1292 |1111 |1269 |  13k|  1 |  32 |1016 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1354.91/1359.77	c   160s|  1700 |  1701 |343846 | 201.4 |   765M |  31 |1292 |1111 |1218 |  14k|  1 |  32 |1048 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1358.59/1363.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1358.59/1363.49	c   164s|  1800 |  1801 |355291 | 196.6 |   765M |  31 |1292 |1110 |1222 |  15k|  1 |  32 |1066 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1361.88/1366.70	c   167s|  1900 |  1901 |366255 | 192.0 |   765M |  31 |1292 |1110 |1217 |  15k|  1 |  32 |1072 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1365.07/1369.95	c   170s|  2000 |  2001 |376394 | 187.5 |   765M |  31 |1292 |1110 |1205 |  16k|  1 |  32 |1091 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1368.46/1373.32	c   174s|  2100 |  2101 |388545 | 184.3 |   766M |  31 |1292 |1112 |1204 |  17k|  1 |  34 |1101 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1371.26/1376.14	c   176s|  2200 |  2201 |398171 | 180.3 |   766M |  31 |1292 |1112 |1233 |  17k|  1 |  34 |1111 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1374.15/1379.04	c   179s|  2300 |  2301 |408909 | 177.1 |   766M |  33 |1292 |1113 |1243 |  18k|  1 |  35 |1117 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1377.14/1382.10	c   182s|  2400 |  2401 |419559 | 174.2 |   766M |  33 |1292 |1113 |1256 |  19k|  2 |  35 |1134 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1380.23/1385.13	c   185s|  2500 |  2501 |431089 | 171.8 |   759M |  33 |1292 |1113 |1256 |  19k|  1 |  35 |1141 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1383.00/1387.98	c   188s|  2600 |  2601 |441960 | 169.4 |   759M |  33 |1292 |1113 |1200 |  20k|  1 |  35 |1146 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1386.48/1391.43	c   192s|  2700 |  2701 |453054 | 167.3 |   759M |  33 |1292 |1113 |1227 |  20k|  1 |  35 |1158 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1391.47/1396.46	c   197s|  2800 |  2801 |465192 | 165.6 |   759M |  33 |1292 |1113 |1232 |  21k|  1 |  35 |1204 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1395.26/1400.30	c   201s|  2900 |  2901 |477860 | 164.3 |   759M |  33 |1292 |1118 |1237 |  22k|  1 |  40 |1223 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1401.05/1406.06	c   206s|  3000 |  3001 |501419 | 166.6 |   759M |  33 |1292 |1120 |1191 |  22k|  1 |  42 |1265 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1405.04/1410.01	c   210s|  3100 |  3101 |512035 | 164.7 |   759M |  33 |1292 |1120 |1225 |  23k|  1 |  42 |1299 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1408.31/1413.36	c   214s|  3200 |  3201 |522204 | 162.7 |   758M |  33 |1292 |1120 |1266 |  23k|  1 |  42 |1316 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1412.30/1417.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1412.30/1417.32	c   218s|  3300 |  3301 |533715 | 161.3 |   758M |  33 |1292 |1120 |1210 |  24k|  1 |  42 |1340 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1417.68/1422.70	c   223s|  3400 |  3401 |542277 | 159.1 |   758M |  35 |1292 |1120 |1261 |  25k|  1 |  42 |1362 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1421.56/1426.62	c   227s|  3500 |  3501 |552824 | 157.5 |   758M |  35 |1292 |1120 |1261 |  25k|  1 |  42 |1390 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1424.55/1429.65	c   230s|  3600 |  3601 |561382 | 155.5 |   758M |  37 |1292 |1120 |1252 |  26k|  1 |  42 |1406 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1427.64/1432.75	c   233s|  3700 |  3701 |570242 | 153.7 |   758M |  38 |1292 |1120 |1273 |  26k|  1 |  42 |1424 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1431.23/1436.38	c   237s|  3800 |  3801 |580663 | 152.4 |   758M |  39 |1292 |1120 |1260 |  27k|  1 |  42 |1445 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1434.52/1439.68	c   240s|  3900 |  3901 |588932 | 150.6 |   758M |  39 |1292 |1120 |1228 |  27k|  1 |  42 |1471 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1439.50/1444.68	c   245s|  4000 |  4001 |604041 | 150.6 |   758M |  39 |1292 |1127 |1228 |  28k|  1 |  49 |1513 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1444.78/1450.00	c   250s|  4100 |  4101 |618628 | 150.5 |   758M |  39 |1292 |1127 |1274 |  28k|  2 |  49 |1570 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1448.17/1453.39	c   254s|  4200 |  4201 |628301 | 149.2 |   759M |  39 |1292 |1126 |1228 |  28k|  1 |  49 |1598 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1452.45/1457.68	c   258s|  4300 |  4301 |641880 | 148.9 |   759M |  39 |1292 |1128 |1251 |  29k|  1 |  51 |1625 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1454.74/1459.94	c   260s|  4400 |  4401 |650831 | 147.6 |   759M |  39 |1292 |1132 |1244 |  29k|  1 |  55 |1626 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1458.13/1463.34	c   264s|  4500 |  4501 |661989 | 146.8 |   759M |  39 |1292 |1132 |1226 |  30k|  1 |  55 |1643 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1460.72/1465.91	c   266s|  4600 |  4601 |671125 | 145.6 |   759M |  39 |1292 |1132 |1246 |  30k|  1 |  55 |1650 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1463.01/1468.28	c   269s|  4700 |  4701 |679817 | 144.3 |   759M |  39 |1292 |1131 |1219 |  30k|  1 |  55 |1654 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1465.82/1471.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1465.82/1471.09	c   271s|  4800 |  4801 |690774 | 143.6 |   759M |  39 |1292 |1131 |1222 |  31k|  1 |  55 |1657 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1468.19/1473.44	c   274s|  4900 |  4901 |699345 | 142.4 |   759M |  39 |1292 |1131 |1273 |  32k|  1 |  55 |1661 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1470.90/1476.12	c   276s|  5000 |  5001 |709050 | 141.5 |   759M |  39 |1292 |1131 |1262 |  32k|  1 |  55 |1666 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1473.79/1479.03	c   279s|  5100 |  5101 |720272 | 140.9 |   759M |  39 |1292 |1131 |1265 |  33k|  1 |  55 |1673 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1476.78/1482.04	c   282s|  5200 |  5201 |731064 | 140.3 |   759M |  39 |1292 |1143 |1227 |  33k|  1 |  68 |1680 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1479.45/1484.77	c   285s|  5300 |  5301 |740359 | 139.4 |   759M |  41 |1292 |1143 |1298 |  33k|  1 |  68 |1683 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1482.15/1487.40	c   288s|  5400 |  5401 |750291 | 138.7 |   760M |  41 |1292 |1143 |1234 |  34k|  1 |  68 |1685 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1492.31/1497.65	c   298s|  5500 |  5501 |791995 | 143.7 |   760M |  41 |1292 |1143 |1258 |  34k|  1 |  68 |1687 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1495.00/1500.35	c   301s|  5600 |  5601 |802818 | 143.1 |   760M |  41 |1292 |1143 |1289 |  35k|  1 |  68 |1688 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1498.49/1503.83	c   304s|  5700 |  5701 |812182 | 142.2 |   758M |  41 |1292 |1143 |1227 |  36k|  1 |  68 |1704 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1501.87/1507.25	c   308s|  5800 |  5801 |825956 | 142.1 |   758M |  41 |1292 |1143 |1259 |  36k|  1 |  68 |1714 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1505.16/1510.53	c   311s|  5900 |  5901 |834917 | 141.3 |   758M |  41 |1292 |1143 |1251 |  36k|  1 |  68 |1733 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1508.35/1513.74	c   314s|  6000 |  6001 |845547 | 140.7 |   758M |  41 |1292 |1141 |1225 |  37k|  1 |  68 |1751 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1512.34/1517.76	c   318s|  6100 |  6101 |853894 | 139.7 |   759M |  47 |1292 |1141 |1271 |  37k|  1 |  68 |1783 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1516.12/1521.57	c   322s|  6200 |  6201 |864139 | 139.1 |   759M |  65 |1292 |1148 |1306 |  38k|  1 |  75 |1804 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1518.73/1524.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1518.73/1524.18	c   325s|  6300 |  6301 |871080 | 138.0 |   759M |  73 |1292 |1147 |1313 |  38k|  2 |  75 |1822 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1526.29/1531.72	c   332s|  6400 |  6401 |880345 | 137.3 |   759M |  81 |1292 |1147 |1286 |  38k|  1 |  75 |1858 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1529.69/1535.12	c   335s|  6500 |  6501 |888726 | 136.5 |   758M |  81 |1292 |1147 |1331 |  39k|  1 |  75 |1884 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1532.68/1538.14	c   338s|  6600 |  6601 |896195 | 135.6 |   758M |  93 |1292 |1147 |1334 |  39k|  1 |  75 |1913 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1535.67/1541.15	c   341s|  6700 |  6701 |903501 | 134.6 |   759M | 101 |1292 |1147 |1318 |  39k|  1 |  75 |1941 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1537.75/1543.25	c   344s|  6800 |  6801 |909372 | 133.5 |   759M | 119 |1292 |1147 |1297 |  39k|  1 |  75 |1957 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1540.34/1545.81	c   346s|  6900 |  6901 |916079 | 132.5 |   759M | 119 |1292 |1147 |1343 |  39k|  1 |  75 |1980 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1542.83/1548.34	c   349s|  7000 |  7001 |922561 | 131.6 |   759M | 127 |1292 |1147 |1315 |  39k|  1 |  75 |2005 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1545.54/1551.04	c   351s|  7100 |  7101 |929175 | 130.7 |   759M | 127 |1292 |1147 |1303 |  39k|  2 |  75 |2028 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1547.92/1553.41	c   354s|  7200 |  7201 |934542 | 129.6 |   760M | 135 |1292 |1147 |1316 |  39k|  1 |  75 |2057 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1550.52/1556.08	c   356s|  7300 |  7301 |941090 | 128.7 |   760M | 135 |1292 |1147 |1342 |  39k|  1 |  75 |2084 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1553.40/1558.96	c   359s|  7400 |  7401 |947118 | 127.8 |   760M | 139 |1292 |1146 |1349 |  40k|  1 |  75 |2129 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1555.79/1561.37	c   362s|  7500 |  7501 |953441 | 126.9 |   760M | 143 |1292 |1146 |1334 |  40k|  1 |  75 |2148 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1557.78/1563.30	c   364s|  7600 |  7601 |960828 | 126.2 |   761M | 149 |1292 |1148 |1341 |  40k|  1 |  77 |2148 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1560.17/1565.71	c   366s|  7700 |  7701 |967220 | 125.4 |   761M | 151 |1292 |1148 |1349 |  40k|  1 |  77 |2175 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1562.66/1568.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1562.66/1568.23	c   369s|  7800 |  7801 |974742 | 124.8 |   761M | 151 |1292 |1148 |1357 |  40k|  1 |  77 |2200 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1565.06/1570.65	c   371s|  7900 |  7901 |981832 | 124.1 |   761M | 155 |1292 |1147 |1336 |  40k|  1 |  77 |2221 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1567.56/1573.12	c   373s|  8000 |  8001 |988675 | 123.4 |   761M | 159 |1292 |1146 |1348 |  40k|  1 |  77 |2248 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1569.94/1575.54	c   376s|  8100 |  8101 |995682 | 122.7 |   762M | 161 |1292 |1146 |1350 |  40k|  1 |  77 |2267 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1572.54/1578.16	c   379s|  8200 |  8201 |  1002k| 122.0 |   762M | 173 |1292 |1146 |1331 |  40k|  1 |  77 |2293 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1575.22/1580.88	c   381s|  8300 |  8299 |  1011k| 121.6 |   762M | 173 |1292 |1146 |1339 |  40k|  1 |  77 |2311 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1577.61/1583.28	c   384s|  8400 |  8399 |  1018k| 121.1 |   762M | 173 |1292 |1146 |1368 |  40k|  1 |  77 |2327 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1579.80/1585.46	c   386s|  8500 |  8499 |  1024k| 120.4 |   763M | 173 |1292 |1146 |1371 |  40k|  1 |  77 |2341 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1581.90/1587.57	c   388s|  8600 |  8599 |  1031k| 119.8 |   763M | 177 |1292 |1146 |1399 |  41k|  1 |  77 |2346 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1583.99/1589.63	c   390s|  8700 |  8699 |  1037k| 119.1 |   763M | 181 |1292 |1146 |1378 |  41k|  1 |  77 |2353 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1586.18/1591.83	c   392s|  8800 |  8799 |  1045k| 118.6 |   764M | 181 |1292 |1146 |1401 |  41k|  1 |  77 |2358 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1588.39/1594.07	c   394s|  8900 |  8899 |  1053k| 118.2 |   764M | 181 |1292 |1146 |1414 |  41k|  1 |  77 |2362 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1590.38/1596.07	c   396s|  9000 |  8999 |  1060k| 117.7 |   765M | 181 |1292 |1146 |1413 |  41k|  1 |  77 |2363 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1592.37/1598.06	c   398s|  9100 |  9099 |  1068k| 117.2 |   765M | 181 |1292 |1145 |1380 |  41k|  1 |  77 |2366 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1595.95/1601.67	c   402s|  9200 |  9199 |  1086k| 118.0 |   765M | 181 |1292 |1149 |1372 |  42k|  1 |  81 |2372 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1597.84/1603.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1597.84/1603.56	c   404s|  9300 |  9299 |  1093k| 117.5 |   765M | 181 |1292 |1149 |1385 |  42k|  1 |  81 |2372 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1599.83/1605.57	c   406s|  9400 |  9399 |  1100k| 117.0 |   766M | 181 |1292 |1149 |1395 |  42k|  1 |  81 |2375 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1601.92/1607.62	c   408s|  9500 |  9499 |  1108k| 116.5 |   766M | 181 |1292 |1149 |1407 |  42k|  2 |  81 |2379 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1603.82/1609.56	c   410s|  9600 |  9597 |  1114k| 116.0 |   766M | 181 |1292 |1149 |1411 |  42k|  1 |  81 |2379 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1606.11/1611.88	c   412s|  9700 |  9693 |  1122k| 115.6 |   767M | 193 |1292 |1149 |1406 |  42k|  2 |  81 |2393 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1608.60/1614.38	c   415s|  9800 |  9793 |  1130k| 115.2 |   767M | 201 |1292 |1149 |1431 |  43k|  1 |  81 |2400 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1610.69/1616.49	c   417s|  9900 |  9889 |  1138k| 114.9 |   767M | 201 |1292 |1149 |1416 |  43k|  1 |  81 |2403 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1614.78/1620.50	c   421s| 10000 |  9989 |  1144k| 114.3 |   768M | 201 |1292 |1149 |1448 |  43k|  1 |  81 |2404 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1617.77/1623.58	c   424s| 10100 | 10083 |  1155k| 114.3 |   769M | 207 |1292 |1148 |1404 |  43k|  1 |  81 |2420 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1619.76/1625.52	c   426s| 10200 | 10183 |  1162k| 113.9 |   769M | 207 |1292 |1148 |1412 |  44k|  1 |  81 |2420 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1621.95/1627.72	c   428s| 10300 | 10281 |  1170k| 113.5 |   769M | 207 |1292 |1158 |1393 |  44k|  1 |  91 |2428 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1624.54/1630.34	c   431s| 10400 | 10377 |  1178k| 113.2 |   771M | 207 |1292 |1163 |1245 |  44k|  1 |  97 |2442 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1627.03/1632.84	c   433s| 10500 | 10475 |  1187k| 112.9 |   771M | 207 |1292 |1165 |1504 |  44k|  1 |  99 |2452 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1629.43/1635.27	c   436s| 10600 | 10573 |  1196k| 112.8 |   771M | 207 |1292 |1165 |1444 |  44k|  1 |  99 |2455 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1631.42/1637.20	c   438s| 10700 | 10673 |  1203k| 112.4 |   771M | 207 |1292 |1165 |1476 |  45k|  1 |  99 |2456 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1634.01/1639.81	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1634.01/1639.81	c   440s| 10800 | 10771 |  1212k| 112.1 |   772M | 207 |1292 |1165 |1506 |  45k|  3 |  99 |2467 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1637.00/1642.85	c   443s| 10900 | 10871 |  1220k| 111.8 |   772M | 207 |1292 |1165 |1504 |  45k|  4 |  99 |2491 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1639.99/1645.89	c   446s| 11000 | 10971 |  1228k| 111.6 |   773M | 207 |1292 |1165 |1467 |  45k|  1 |  99 |2522 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1641.78/1647.68	c   448s| 11100 | 11061 |  1235k| 111.2 |   773M | 207 |1292 |1165 |1457 |  45k|  0 |  99 |2524 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1644.97/1650.89	c   451s| 11200 | 11159 |  1244k| 111.0 |   773M | 209 |1292 |1167 |1409 |  46k|  1 | 101 |2556 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1647.56/1653.45	c   454s| 11300 | 11259 |  1252k| 110.7 |   773M | 209 |1292 |1167 |1442 |  46k|  1 | 101 |2570 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1652.16/1658.07	c   458s| 11400 | 11355 |  1266k| 110.9 |   775M | 209 |1292 |1166 |1502 |  46k|  1 | 101 |2617 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1654.63/1660.55	c   461s| 11500 | 11449 |  1274k| 110.7 |   775M | 209 |1292 |1166 |1461 |  46k|  1 | 101 |2632 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1667.49/1673.49	c   474s| 11600 | 11539 |  1317k| 113.5 |   777M | 209 |1292 |1170 |1383 |  47k|  1 | 105 |2705 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1672.27/1678.27	c   479s| 11700 | 11627 |  1337k| 114.2 |   777M | 209 |1292 |1173 |1362 |  47k|  1 | 108 |2745 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1678.36/1684.37	c   485s| 11800 | 11725 |  1358k| 115.0 |   777M | 209 |1292 |1177 |1402 |  47k|  1 | 112 |2810 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1682.16/1688.14	c   488s| 11900 | 11817 |  1373k| 115.3 |   777M | 209 |1292 |1182 |1396 |  47k|  1 | 117 |2836 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1688.23/1694.27	c   495s| 12000 | 11911 |  1395k| 116.2 |   777M | 209 |1292 |1191 |1416 |  47k|  2 | 126 |2901 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1691.03/1697.09	c   497s| 12100 | 12001 |  1409k| 116.4 |   777M | 209 |1292 |1190 |1456 |  47k|  0 | 126 |2904 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1694.02/1700.06	c   500s| 12200 | 12101 |  1418k| 116.1 |   778M | 209 |1292 |1192 |1409 |  48k|  1 | 128 |2918 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1699.39/1705.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1699.39/1705.46	c   506s| 12300 | 12191 |  1439k| 116.9 |   778M | 209 |1292 |1195 |1425 |  48k|  1 | 131 |2972 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1704.57/1710.68	c   511s| 12400 | 12283 |  1458k| 117.5 |   778M | 209 |1292 |1199 |1394 |  48k|  1 | 135 |3036 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1708.07/1714.15	c   514s| 12500 | 12383 |  1470k| 117.5 |   778M | 209 |1292 |1199 |1412 |  48k|  1 | 135 |3072 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1711.06/1717.14	c   517s| 12600 | 12473 |  1484k| 117.7 |   779M | 209 |1292 |1203 |1397 |  48k|  1 | 139 |3083 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1713.95/1720.02	c   520s| 12700 | 12571 |  1497k| 117.8 |   779M | 209 |1292 |1203 |1402 |  49k|  1 | 139 |3098 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1717.23/1723.30	c   524s| 12800 | 12671 |  1506k| 117.6 |   779M | 209 |1292 |1205 |1398 |  49k|  1 | 142 |3119 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1720.61/1726.74	c   527s| 12900 | 12749 |  1525k| 118.2 |   779M | 209 |1292 |1210 |1437 |  49k|  2 | 147 |3125 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1723.80/1730.00	c   530s| 13000 | 12849 |  1542k| 118.5 |   779M | 209 |1292 |1214 |1377 |  49k|  1 | 151 |3137 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1726.39/1732.51	c   533s| 13100 | 12949 |  1553k| 118.5 |   779M | 209 |1292 |1227 |1406 |  49k|  1 | 164 |3145 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1729.68/1735.82	c   536s| 13200 | 13029 |  1570k| 118.9 |   779M | 209 |1292 |1229 |1411 |  49k|  1 | 166 |3156 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1732.07/1738.28	c   539s| 13300 | 13127 |  1578k| 118.6 |   779M | 209 |1292 |1231 |1250 |  50k|  1 | 168 |3165 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1735.16/1741.37	c   542s| 13400 | 13219 |  1594k| 118.9 |   779M | 209 |1292 |1233 |1402 |  50k|  1 | 170 |3173 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1738.35/1744.55	c   545s| 13500 | 13319 |  1609k| 119.1 |   779M | 209 |1292 |1235 |1389 |  50k|  1 | 172 |3180 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1741.74/1747.95	c   548s| 13600 | 13419 |  1625k| 119.4 |   779M | 209 |1292 |1236 |1331 |  50k|  1 | 174 |3195 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1744.13/1750.39	c   551s| 13700 | 13519 |  1637k| 119.4 |   779M | 209 |1292 |1242 |1385 |  51k|  1 | 180 |3200 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1747.62/1753.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1747.62/1753.82	c   554s| 13800 | 13603 |  1654k| 119.8 |   780M | 209 |1292 |1244 |1409 |  51k|  1 | 182 |3206 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1750.60/1756.83	c   557s| 13900 | 13703 |  1670k| 120.1 |   780M | 209 |1292 |1253 |1433 |  51k|  2 | 191 |3211 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1753.20/1759.40	c   560s| 14000 | 13797 |  1683k| 120.2 |   780M | 209 |1292 |1256 |1405 |  51k|  1 | 194 |3215 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1756.90/1763.11	c   563s| 14100 | 13895 |  1702k| 120.7 |   780M | 209 |1292 |1260 |1356 |  52k|  1 | 198 |3230 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1759.27/1765.55	c   566s| 14200 | 13995 |  1712k| 120.5 |   781M | 209 |1292 |1260 |1410 |  52k|  1 | 198 |3236 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1764.36/1770.69	c   571s| 14300 | 14093 |  1727k| 120.7 |   781M | 209 |1292 |1267 |1399 |  52k|  1 | 206 |3239 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1768.44/1774.74	c   575s| 14400 | 14189 |  1747k| 121.2 |   782M | 209 |1292 |1272 |1378 |  52k|  1 | 212 |3259 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1771.33/1777.64	c   578s| 14500 | 14289 |  1760k| 121.3 |   782M | 209 |1292 |1271 |1411 |  52k|  1 | 212 |3270 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1774.12/1780.46	c   581s| 14600 | 14385 |  1774k| 121.4 |   782M | 209 |1292 |1270 |1391 |  53k|  1 | 214 |3275 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1776.83/1783.11	c   583s| 14700 | 14485 |  1789k| 121.6 |   782M | 209 |1292 |1270 |1373 |  53k|  1 | 214 |3276 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1779.21/1785.51	c   586s| 14800 | 14585 |  1802k| 121.7 |   782M | 209 |1292 |1270 |1429 |  53k|  1 | 214 |3277 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1782.81/1789.17	c   590s| 14900 | 14675 |  1821k| 122.2 |   782M | 209 |1292 |1288 |   0 |  53k|  0 | 232 |3287 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1786.08/1792.40	c   593s| 15000 | 14773 |  1837k| 122.4 |   783M | 209 |1292 |1293 |1429 |  54k|  1 | 237 |3288 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1789.78/1796.11	c   596s| 15100 | 14861 |  1857k| 122.9 |   783M | 209 |1292 |1295 |1500 |  54k|  2 | 239 |3302 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1792.67/1799.01	c   599s| 15200 | 14957 |  1871k| 123.0 |   783M | 209 |1292 |1296 |1435 |  54k|  1 | 240 |3312 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1797.75/1804.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1797.75/1804.12	c   604s| 15300 | 15053 |  1895k| 123.8 |   783M | 209 |1292 |1308 |1380 |  54k|  1 | 252 |3321 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1802.03/1808.41	c   609s| 15400 | 15153 |  1919k| 124.5 |   783M | 209 |1292 |1316 |1439 |  54k|  1 | 261 |3335 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1804.63/1811.09	c   611s| 15500 | 15235 |  1932k| 124.6 |   783M | 209 |1292 |1316 |1431 |  55k|  1 | 261 |3339 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1807.72/1814.14	c   614s| 15600 | 15333 |  1949k| 124.9 |   783M | 209 |1292 |1316 |1392 |  55k|  1 | 261 |3345 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1809.90/1816.32	c   617s| 15700 | 15431 |  1958k| 124.6 |   783M | 209 |1292 |1316 |1413 |  55k|  1 | 261 |3345 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1812.89/1819.31	c   620s| 15800 | 15525 |  1974k| 124.8 |   783M | 209 |1292 |1326 |1375 |  55k|  1 | 272 |3349 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1818.47/1824.95	c   625s| 15900 | 15625 |  1997k| 125.5 |   783M | 209 |1292 |1334 |1360 |  56k|  1 | 280 |3403 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1820.46/1826.96	c   627s| 16000 | 15725 |  2004k| 125.2 |   783M | 209 |1292 |1333 |1343 |  56k|  1 | 280 |3403 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1823.56/1830.09	c   630s| 16100 | 15825 |  2014k| 125.0 |   783M | 209 |1292 |1332 |1264 |  56k|  1 | 280 |3427 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1825.56/1832.10	c   632s| 16200 | 15925 |  2020k| 124.6 |   784M | 209 |1292 |1332 |1320 |  56k|  1 | 280 |3427 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1828.24/1834.74	c   635s| 16300 | 16025 |  2029k| 124.4 |   784M | 209 |1292 |1332 |1383 |  56k|  1 | 280 |3451 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1833.92/1840.40	c   641s| 16400 | 16125 |  2052k| 125.0 |   784M | 209 |1292 |1337 |1408 |  57k|  1 | 286 |3510 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1838.11/1844.66	c   645s| 16500 | 16225 |  2068k| 125.3 |   784M | 209 |1292 |1340 |1331 |  57k|  1 | 291 |3551 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1841.90/1848.47	c   649s| 16600 | 16325 |  2085k| 125.6 |   784M | 209 |1292 |1339 |1407 |  57k|  1 | 291 |3577 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1847.49/1854.11	c   654s| 16700 | 16419 |  2112k| 126.4 |   785M | 209 |1292 |1338 |1445 |  57k|  3 | 291 |3628 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1850.67/1857.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1850.67/1857.27	c   658s| 16800 | 16517 |  2124k| 126.4 |   785M | 209 |1292 |1339 |1378 |  58k|  1 | 294 |3651 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1855.25/1861.82	c   662s| 16900 | 16617 |  2139k| 126.5 |   785M | 209 |1292 |1334 |1433 |  58k|  1 | 294 |3699 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1857.46/1864.01	c   664s| 17000 | 16715 |  2146k| 126.2 |   785M | 209 |1292 |1337 |1356 |  58k|  1 | 298 |3708 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1860.63/1867.27	c   668s| 17100 | 16815 |  2157k| 126.1 |   786M | 209 |1292 |1339 |1374 |  58k|  1 | 304 |3738 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1864.12/1870.75	c   671s| 17200 | 16915 |  2170k| 126.1 |   786M | 209 |1292 |1335 |1301 |  58k|  1 | 304 |3758 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1867.52/1874.12	c   674s| 17300 | 17012 |  2183k| 126.1 |   786M | 209 |1292 |1338 |1379 |  59k|  1 | 307 |3788 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1871.99/1878.64	c   679s| 17400 | 17108 |  2203k| 126.5 |   787M | 209 |1292 |1335 |1358 |  59k|  1 | 308 |3832 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1875.28/1881.92	c   682s| 17500 | 17208 |  2220k| 126.8 |   787M | 209 |1292 |1333 |1336 |  59k|  1 | 308 |3846 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1877.77/1884.48	c   685s| 17600 | 17308 |  2231k| 126.7 |   787M | 209 |1292 |1329 |1386 |  59k|  1 | 308 |3853 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1881.86/1888.51	c   689s| 17700 | 17406 |  2249k| 127.0 |   788M | 209 |1292 |1336 |1380 |  59k|  1 | 318 |3880 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1884.74/1891.40	c   692s| 17800 | 17506 |  2260k| 126.9 |   788M | 209 |1292 |1343 |1315 |  60k|  1 | 325 |3892 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1887.93/1894.66	c   695s| 17900 | 17606 |  2277k| 127.2 |   788M | 209 |1292 |1342 |1367 |  60k|  2 | 325 |3899 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1889.83/1896.53	c   697s| 18000 | 17706 |  2282k| 126.7 |   788M | 209 |1292 |1341 |1302 |  60k|  1 | 325 |3905 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1892.33/1899.09	c   699s| 18100 | 17804 |  2294k| 126.7 |   788M | 209 |1292 |1339 |1351 |  60k|  1 | 325 |3916 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1895.42/1902.18	c   703s| 18200 | 17904 |  2312k| 127.0 |   788M | 209 |1292 |1358 |1383 |  60k|  1 | 348 |3919 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1898.10/1904.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1898.10/1904.88	c   705s| 18300 | 17998 |  2326k| 127.0 |   788M | 209 |1292 |1360 |1433 |  61k|  1 | 352 |3923 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1902.48/1909.21	c   710s| 18400 | 18096 |  2350k| 127.7 |   789M | 209 |1292 |1360 |1272 |  61k|  1 | 353 |3931 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1904.29/1911.01	c   711s| 18500 | 18196 |  2356k| 127.3 |   789M | 209 |1292 |1358 |1265 |  61k|  1 | 353 |3933 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1906.97/1913.73	c   714s| 18600 | 18296 |  2367k| 127.2 |   789M | 209 |1292 |1356 |1389 |  61k|  1 | 353 |3939 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1910.06/1916.84	c   717s| 18700 | 18392 |  2382k| 127.3 |   790M | 209 |1292 |1360 |1383 |  61k|  1 | 360 |3949 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1913.36/1920.19	c   721s| 18800 | 18492 |  2402k| 127.7 |   791M | 209 |1292 |1360 |1292 |  62k|  1 | 362 |3949 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1915.04/1921.87	c   722s| 18900 | 18592 |  2409k| 127.4 |   791M | 209 |1292 |1359 |1378 |  62k|  1 | 362 |3949 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1918.13/1924.92	c   725s| 19000 | 18690 |  2426k| 127.6 |   791M | 209 |1292 |1359 |1387 |  62k|  1 | 362 |3950 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1921.12/1928.00	c   728s| 19100 | 18788 |  2444k| 127.9 |   791M | 209 |1292 |1354 |1344 |  62k|  1 | 362 |3951 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1924.11/1931.01	c   731s| 19200 | 18886 |  2460k| 128.1 |   791M | 209 |1292 |1352 |1358 |  63k|  1 | 366 |3956 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1931.30/1938.19	c   739s| 19300 | 18980 |  2486k| 128.8 |   791M | 209 |1292 |1360 |1413 |  63k|  1 | 379 |3986 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1936.18/1943.04	c   743s| 19400 | 19078 |  2505k| 129.1 |   791M | 209 |1292 |1365 |1363 |  63k|  2 | 389 |4024 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1939.85/1946.79	c   747s| 19500 | 19174 |  2520k| 129.2 |   791M | 209 |1292 |1364 |1363 |  63k|  1 | 395 |4057 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1944.44/1951.31	c   752s| 19600 | 19268 |  2540k| 129.5 |   792M | 209 |1292 |1366 |1330 |  63k|  2 | 398 |4087 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1946.93/1953.88	c   754s| 19700 | 19368 |  2547k| 129.2 |   792M | 209 |1292 |1365 |1253 |  63k|  1 | 398 |4101 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1950.02/1957.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1950.02/1957.00	c   757s| 19800 | 19466 |  2560k| 129.2 |   792M | 209 |1292 |1365 |1393 |  64k|  1 | 400 |4116 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1954.90/1961.88	c   762s| 19900 | 19552 |  2580k| 129.6 |   792M | 209 |1292 |1369 |1380 |  64k|  1 | 407 |4164 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1959.38/1966.36	c   767s| 20000 | 19634 |  2599k| 129.9 |   792M | 209 |1292 |1398 |1341 |  64k|  1 | 440 |4192 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1963.18/1970.13	c   770s| 20100 | 19722 |  2613k| 130.0 |   792M | 209 |1292 |1396 |1363 |  64k|  1 | 444 |4228 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1967.26/1974.26	c   775s| 20200 | 19818 |  2631k| 130.2 |   792M | 209 |1292 |1413 |1405 |  64k|  1 | 468 |4259 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1971.84/1978.83	c   779s| 20300 | 19908 |  2651k| 130.6 |   793M | 209 |1292 |1412 |1341 |  65k|  1 | 470 |4296 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1976.92/1983.98	c   784s| 20400 | 19998 |  2673k| 131.0 |   793M | 209 |1292 |1409 |1253 |  65k|  1 | 474 |4341 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1979.61/1986.60	c   787s| 20500 | 20094 |  2682k| 130.8 |   793M | 209 |1292 |1405 |1384 |  65k|  1 | 474 |4354 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1985.10/1992.12	c   792s| 20600 | 20192 |  2709k| 131.5 |   793M | 209 |1292 |1403 |1400 |  65k|  1 | 474 |4403 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1990.17/1997.24	c   798s| 20700 | 20290 |  2729k| 131.8 |   793M | 209 |1292 |1396 |1304 |  65k|  1 | 474 |4463 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1993.16/2000.22	c   801s| 20800 | 20390 |  2741k| 131.7 |   793M | 209 |1292 |1397 |1447 |  65k|  1 | 477 |4484 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1996.96/2004.11	c   804s| 20900 | 20484 |  2755k| 131.8 |   793M | 209 |1292 |1398 |1262 |  66k|  1 | 481 |4522 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
1999.44/2006.51	c   807s| 21000 | 20584 |  2761k| 131.4 |   794M | 209 |1292 |1394 |1280 |  66k|  1 | 481 |4542 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
2002.05/2009.12	c   809s| 21100 | 20684 |  2771k| 131.3 |   794M | 209 |1292 |1398 |1390 |  66k|  1 | 485 |4560 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
2005.93/2013.09	c   813s| 21200 | 20782 |  2783k| 131.2 |   794M | 209 |1292 |1393 |1398 |  66k|  1 | 487 |4593 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
2009.71/2016.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2009.71/2016.87	c   817s| 21300 | 20874 |  2800k| 131.4 |   794M | 209 |1292 |1416 |1307 |  66k|  1 | 517 |4608 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
2013.19/2020.36	c   821s| 21400 | 20968 |  2818k| 131.6 |   794M | 209 |1292 |1415 |1453 |  67k|  1 | 519 |4626 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
2015.09/2022.26	c   823s| 21500 | 21068 |  2826k| 131.4 |   794M | 209 |1292 |1410 |1368 |  67k|  1 | 519 |4627 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
2017.89/2025.03	c   825s| 21600 | 21168 |  2839k| 131.4 |   794M | 209 |1292 |1407 |1406 |  67k|  1 | 519 |4634 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
2021.56/2028.76	c   829s| 21700 | 21259 |  2858k| 131.7 |   794M | 209 |1292 |1406 |1314 |  67k|  2 | 524 |4652 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
2025.65/2032.80	c   833s| 21800 | 21350 |  2879k| 132.0 |   794M | 209 |1292 |1417 |1406 |  67k|  1 | 539 |4668 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
2029.95/2037.14	c   837s| 21900 | 21435 |  2902k| 132.5 |   794M | 209 |1292 |1414 |1363 |  68k|  2 | 544 |4683 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
2033.22/2040.43	c   841s| 22000 | 21529 |  2919k| 132.6 |   795M | 209 |1292 |1416 |1341 |  68k|  2 | 552 |4688 | 0.000000e+00 |-4.896000e+03*|    Inf | unknown
2035.71/2042.96	c 
2035.71/2042.96	c SCIP Status        : solving was interrupted [time limit reached]
2035.71/2042.96	c Solving Time (sec) : 843.31
2035.71/2042.96	c Solving Nodes      : 22098
2035.71/2042.96	c Primal Bound       : -4.89600000000000e+03 (2 solutions, 0 respecting the objective limit)
2035.71/2042.96	c Dual Bound         : +0.00000000000000e+00
2035.71/2042.96	c Gap                : infinite
2035.71/2042.97	c SCIP status: 23 (TIMELIMIT)
2035.71/2042.97	c pb_solver_status: sst_sat
2035.71/2042.97	c LB_goalvalue: 47203
2035.71/2042.97	c UB_goalvalue: 52099
2035.71/2042.97	c Both SAT and SCIP timed out; boosting budgets to sat=313.600000 scip=1800.000000
2035.71/2042.97	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
2035.71/2042.97	c SCIP returned: sst_sat
2035.71/2042.97	c SCIP primal LB: 47203, dual UB: 52099
2035.71/2042.97	c Try to find a solution more than 48835
2035.71/2042.97	c assumptions: 
2035.71/2042.97	c invoking solver with time budget: 313.600000
2354.59/2362.91	c sat_solver_result: sst_unknown
2354.59/2362.91	c SAT solver timed out; proceeding to cooperative SCIP call
2354.59/2362.91	c Calling solveScip for cooperative mode with LB_goalvalue:       47203, UB_goalvalue: 52099
2354.59/2362.91	c scip solving with time budget: 1800.000000
2354.59/2362.91	c solveScip
2354.59/2362.91	c initScipForCoop
2354.59/2362.91	c Coop Mode: Using SCIP obj units for LB/UB: 47203, +oo
2354.59/2362.91	c SCIPfreeTransform due to timeout and having shadow nodes
2354.59/2362.91	c forcing SCIPfreeTransform before solve
2354.59/2362.99	c Running SCIP presolve for solve-time propagation (rounds=3)
2354.59/2363.01	c 2/2 feasible solutions given by solution candidate storage, new primal bound -4.896000e+03
2354.59/2363.01	c 
2354.71/2363.02	c presolving:
2354.71/2363.07	c (round 1, fast)       2 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
2354.81/2363.14	c    (0.1s) running MILP presolver
2354.81/2363.16	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
2354.81/2363.17	c (round 2, exhaustive) 2 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
2354.99/2363.33	c    (0.3s) probing: 51/1292 (3.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
2354.99/2363.33	c    (0.3s) probing aborted: 50/50 successive totally useless probings
2355.09/2363.45	c presolving (3 rounds: 3 fast, 2 medium, 2 exhaustive):
2355.09/2363.45	c  2 deleted vars, 1 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
2355.09/2363.45	c  0 implications, 1 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
2355.09/2363.45	c presolved problem has 1292 variables (1292 bin, 0 int, 0 cont) and 1080 constraints
2355.09/2363.45	c    1069 constraints of type <knapsack>
2355.09/2363.45	c       1 constraints of type <setppc>
2355.09/2363.45	c      10 constraints of type <linear>
2355.09/2363.45	c transformed objective value is always integral (scale: 1)
2355.09/2363.45	c Presolving Time: 0.42
2355.09/2363.48	c 2/2 feasible solutions given by solution candidate storage, new primal bound -2.859900e+04
2355.09/2363.48	c 
2355.19/2363.50	c presolving:
2355.19/2363.54	c (round 1, fast)       2 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
2355.29/2363.61	c    (0.1s) running MILP presolver
2355.29/2363.64	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
2355.29/2363.65	c (round 2, exhaustive) 2 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1 clqs, 0 implints
2355.39/2363.71	c (round 3, exhaustive) 2 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1070 upgd conss, 0 impls, 1 clqs, 0 implints
2355.39/2363.78	c (round 4, exhaustive) 2 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1080 upgd conss, 0 impls, 1 clqs, 0 implints
2355.49/2363.86	c    (0.4s) probing: 51/1292 (3.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
2355.49/2363.86	c    (0.4s) probing aborted: 50/50 successive totally useless probings
2355.59/2363.97	c    (0.5s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
2355.59/2364.00	c    (0.5s) no symmetry present (symcode time: 0.00)
2355.70/2364.10	c presolving (5 rounds: 5 fast, 4 medium, 4 exhaustive):
2355.70/2364.10	c  2 deleted vars, 1 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
2355.70/2364.10	c  0 implications, 1 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
2355.70/2364.10	c presolved problem has 1292 variables (1292 bin, 0 int, 0 cont) and 1080 constraints
2355.70/2364.10	c    1079 constraints of type <knapsack>
2355.70/2364.10	c       1 constraints of type <setppc>
2355.70/2364.10	c transformed objective value is always integral (scale: 1)
2355.70/2364.10	c Presolving Time: 0.61
2355.80/2364.11	c transformed 2/2 original solutions to the transformed problem space
2355.80/2364.11	c 
2355.99/2364.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2355.99/2364.36	c   0.9s|     1 |     0 |   272 |     - |   697M |   0 |1292 |1080 |1080 |   0 |  0 |   0 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2356.39/2364.70	c   1.2s|     1 |     0 |   479 |     - |   706M |   0 |1292 |1080 |1241 | 161 |  1 |   0 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2356.70/2365.04	c   1.6s|     1 |     0 |   682 |     - |   707M |   0 |1292 |1080 |1370 | 290 |  2 |   0 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2356.99/2365.38	c   1.9s|     1 |     0 |   911 |     - |   713M |   0 |1292 |1080 |1507 | 427 |  3 |   0 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2357.38/2365.71	c   2.2s|     1 |     0 |  1039 |     - |   713M |   0 |1292 |1080 |1607 | 527 |  4 |   0 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2357.69/2366.03	c   2.6s|     1 |     0 |  1139 |     - |   725M |   0 |1292 |1081 |1686 | 606 |  5 |   1 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2357.98/2366.36	c   2.9s|     1 |     0 |  1194 |     - |   727M |   0 |1292 |1082 |1742 | 662 |  6 |   2 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2358.28/2366.68	c   3.2s|     1 |     0 |  1256 |     - |   732M |   0 |1292 |1082 |1783 | 703 |  7 |   2 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2358.69/2367.03	c   3.6s|     1 |     0 |  1458 |     - |   728M |   0 |1292 |1082 |1858 | 778 |  8 |   2 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2358.98/2367.34	c   3.9s|     1 |     0 |  1561 |     - |   731M |   0 |1292 |1082 |1928 | 848 |  9 |   2 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2359.28/2367.65	c   4.2s|     1 |     0 |  1635 |     - |   733M |   0 |1292 |1082 |1987 | 907 | 10 |   2 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2359.48/2367.89	c   4.4s|     1 |     0 |  1708 |     - |   733M |   0 |1292 |1082 |1890 | 970 | 11 |   2 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2359.79/2368.12	c   4.7s|     1 |     0 |  1776 |     - |   732M |   0 |1292 |1082 |1945 |1025 | 12 |   2 |   0 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2365.77/2374.11	c  10.6s|     1 |     2 |  9359 |     - |   732M |   0 |1292 |1087 |1945 |1025 | 12 |   8 |  21 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2392.06/2400.54	c  37.1s|   100 |   101 | 32315 | 308.5 |   746M |  22 |1292 |1131 |1211 |1574 |  1 |  52 | 542 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2416.68/2425.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2416.68/2425.27	c  61.8s|   200 |   201 |142032 | 704.8 |   780M |  29 |1292 |1136 |1211 |2062 |  1 |  58 | 584 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2442.30/2450.93	c  87.5s|   300 |   301 |156232 | 516.6 |   782M |  29 |1292 |1136 |1206 |2535 |  1 |  58 | 602 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2447.08/2455.77	c  92.3s|   400 |   401 |168722 | 418.4 |   781M |  29 |1292 |1138 |1202 |3140 |  1 |  60 | 631 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2452.06/2460.74	c  97.3s|   500 |   501 |181871 | 360.9 |   781M |  29 |1292 |1138 |1226 |3754 |  1 |  60 | 681 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2456.85/2465.50	c   102s|   600 |   601 |196277 | 324.7 |   781M |  33 |1292 |1139 |1240 |4164 |  3 |  61 | 724 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2461.63/2470.30	c   107s|   700 |   701 |206984 | 293.6 |   779M |  33 |1292 |1139 |1226 |4588 |  1 |  61 | 792 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2465.43/2474.16	c   111s|   800 |   801 |217203 | 269.6 |   775M |  33 |1292 |1139 |1220 |5059 |  1 |  61 | 819 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2471.10/2479.87	c   116s|   900 |   901 |235603 | 260.1 |   775M |  39 |1292 |1142 |1213 |5285 |  1 |  66 | 876 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2476.08/2484.86	c   121s|  1000 |  1001 |247532 | 246.0 |   775M |  39 |1292 |1148 |1246 |5657 |  1 |  72 | 942 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2482.76/2491.56	c   128s|  1100 |  1101 |261559 | 236.4 |   775M |  39 |1292 |1148 |1235 |6243 |  1 |  72 | 982 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2487.05/2495.82	c   132s|  1200 |  1201 |274885 | 227.8 |   775M |  39 |1292 |1148 |1216 |6652 |  1 |  72 |1005 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2491.74/2500.56	c   137s|  1300 |  1301 |287743 | 220.1 |   775M |  39 |1292 |1149 |1203 |6985 |  1 |  73 |1043 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2496.52/2505.38	c   142s|  1400 |  1401 |300443 | 213.5 |   775M |  41 |1292 |1148 |1230 |7544 |  1 |  73 |1087 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2502.00/2510.84	c   147s|  1500 |  1501 |317059 | 210.3 |   775M |  41 |1292 |1150 |1218 |8081 |  1 |  75 |1132 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2506.20/2515.01	c   152s|  1600 |  1601 |331541 | 206.2 |   775M |  41 |1292 |1150 |1242 |8712 |  1 |  75 |1161 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2509.68/2518.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2509.68/2518.52	c   155s|  1700 |  1701 |345932 | 202.6 |   775M |  41 |1292 |1150 |1222 |9254 |  1 |  75 |1170 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2516.96/2525.85	c   162s|  1800 |  1801 |378939 | 209.7 |   772M |  41 |1292 |1151 |1259 |9723 |  1 |  76 |1200 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2520.05/2528.93	c   165s|  1900 |  1901 |390478 | 204.7 |   772M |  41 |1292 |1151 |1213 |  10k|  1 |  76 |1214 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2523.83/2532.70	c   169s|  2000 |  2001 |404827 | 201.6 |   772M |  41 |1292 |1152 |1216 |  10k|  1 |  77 |1233 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2527.13/2536.03	c   173s|  2100 |  2101 |417738 | 198.2 |   772M |  41 |1292 |1152 |1247 |  11k|  1 |  77 |1248 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2530.81/2539.74	c   176s|  2200 |  2201 |433737 | 196.4 |   772M |  41 |1292 |1152 |1216 |  11k|  1 |  77 |1255 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2535.39/2544.36	c   181s|  2300 |  2301 |447538 | 193.9 |   772M |  41 |1292 |1152 |1221 |  12k|  1 |  77 |1290 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2539.68/2548.69	c   185s|  2400 |  2401 |461305 | 191.6 |   772M |  41 |1292 |1152 |1279 |  12k|  2 |  77 |1318 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2543.86/2552.84	c   189s|  2500 |  2501 |473533 | 188.8 |   772M |  41 |1292 |1152 |1226 |  13k|  1 |  77 |1349 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2548.55/2557.59	c   194s|  2600 |  2601 |486294 | 186.4 |   773M |  41 |1292 |1152 |1214 |  13k|  1 |  77 |1387 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2552.73/2561.79	c   198s|  2700 |  2701 |500164 | 184.7 |   773M |  41 |1292 |1152 |1272 |  13k|  1 |  77 |1423 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2558.81/2567.84	c   204s|  2800 |  2801 |518633 | 184.7 |   768M |  41 |1292 |1159 |1237 |  14k|  1 |  84 |1491 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2564.11/2573.13	c   210s|  2900 |  2901 |532667 | 183.1 |   768M |  41 |1292 |1159 |1253 |  14k|  1 |  84 |1542 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2568.68/2577.74	c   214s|  3000 |  3001 |547414 | 181.9 |   768M |  41 |1292 |1164 |1210 |  15k|  1 |  89 |1582 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2573.57/2582.68	c   219s|  3100 |  3101 |559390 | 179.9 |   768M |  45 |1292 |1164 |1346 |  15k|  2 |  89 |1629 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2579.25/2588.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2579.25/2588.38	c   225s|  3200 |  3201 |582911 | 181.7 |   768M |  45 |1292 |1163 |1192 |  16k|  1 |  89 |1653 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2586.32/2595.41	c   232s|  3300 |  3301 |597228 | 180.5 |   768M |  45 |1292 |1164 |1217 |  16k|  1 |  90 |1700 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2590.51/2599.62	c   236s|  3400 |  3401 |611047 | 179.3 |   768M |  45 |1292 |1164 |1266 |  17k|  2 |  90 |1722 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2594.69/2603.84	c   240s|  3500 |  3501 |624252 | 177.9 |   768M |  45 |1292 |1164 |1250 |  17k|  1 |  90 |1757 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2598.28/2607.47	c   244s|  3600 |  3601 |637911 | 176.8 |   768M |  45 |1292 |1164 |1245 |  18k|  1 |  90 |1783 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2601.58/2610.74	c   247s|  3700 |  3701 |650193 | 175.3 |   764M |  45 |1292 |1164 |1257 |  18k|  1 |  90 |1797 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2604.88/2614.03	c   251s|  3800 |  3801 |665328 | 174.7 |   764M |  45 |1292 |1164 |1200 |  19k|  1 |  90 |1803 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2608.26/2617.46	c   254s|  3900 |  3901 |679597 | 173.8 |   764M |  45 |1292 |1164 |1265 |  20k|  1 |  90 |1815 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2612.34/2621.51	c   258s|  4000 |  4001 |694600 | 173.2 |   764M |  45 |1292 |1164 |1226 |  20k|  1 |  90 |1823 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2615.84/2625.11	c   262s|  4100 |  4101 |709033 | 172.5 |   764M |  45 |1292 |1167 |1213 |  21k|  1 |  93 |1833 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2619.72/2628.95	c   265s|  4200 |  4201 |724932 | 172.2 |   764M |  45 |1292 |1167 |1245 |  21k|  1 |  93 |1851 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2623.01/2632.21	c   269s|  4300 |  4301 |738564 | 171.4 |   762M |  45 |1292 |1167 |1272 |  22k|  1 |  93 |1860 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2626.81/2636.05	c   273s|  4400 |  4401 |757820 | 171.9 |   762M |  45 |1292 |1169 |1310 |  23k|  4 |  95 |1864 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2630.68/2639.90	c   276s|  4500 |  4501 |772149 | 171.2 |   762M |  45 |1292 |1170 |1233 |  23k|  1 |  96 |1881 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2635.16/2644.48	c   281s|  4600 |  4601 |785128 | 170.3 |   762M |  45 |1292 |1169 |1237 |  24k|  1 |  96 |1917 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2638.77/2648.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2638.77/2648.09	c   285s|  4700 |  4701 |797801 | 169.4 |   762M |  45 |1292 |1168 |1237 |  24k|  1 |  96 |1936 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2643.44/2652.71	c   289s|  4800 |  4801 |811336 | 168.7 |   762M |  47 |1292 |1170 |1261 |  25k|  1 |  98 |1986 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2647.13/2656.48	c   293s|  4900 |  4901 |822544 | 167.5 |   762M |  47 |1292 |1170 |1271 |  25k|  1 |  98 |2011 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2655.11/2664.42	c   301s|  5000 |  5001 |850874 | 169.9 |   762M |  47 |1292 |1170 |1270 |  26k|  1 |  98 |2050 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2659.49/2668.84	c   305s|  5100 |  5101 |862939 | 168.9 |   762M |  47 |1292 |1173 |1270 |  26k|  1 | 101 |2084 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2663.98/2673.37	c   310s|  5200 |  5201 |875763 | 168.1 |   762M |  47 |1292 |1173 |1275 |  27k|  1 | 101 |2124 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2668.96/2678.36	c   315s|  5300 |  5301 |888645 | 167.4 |   762M |  47 |1292 |1173 |1308 |  27k|  2 | 101 |2176 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2673.35/2682.71	c   319s|  5400 |  5401 |900843 | 166.5 |   763M |  47 |1292 |1184 |1295 |  28k|  1 | 112 |2221 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2677.44/2686.88	c   323s|  5500 |  5501 |912155 | 165.6 |   763M |  47 |1292 |1184 |1292 |  29k|  1 | 112 |2258 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2682.91/2692.38	c   329s|  5600 |  5601 |924887 | 164.9 |   764M |  49 |1292 |1184 |1202 |  29k|  1 | 112 |2304 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2687.40/2696.87	c   333s|  5700 |  5701 |939923 | 164.6 |   764M |  49 |1292 |1184 |1237 |  30k|  1 | 112 |2325 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2691.60/2701.03	c   338s|  5800 |  5801 |953397 | 164.1 |   764M |  49 |1292 |1184 |1254 |  31k|  1 | 112 |2356 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2695.59/2705.04	c   342s|  5900 |  5901 |966343 | 163.5 |   764M |  51 |1292 |1184 |1250 |  31k|  1 | 112 |2380 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2699.46/2708.95	c   345s|  6000 |  6001 |981389 | 163.3 |   764M |  51 |1292 |1183 |1227 |  32k|  1 | 112 |2402 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2703.45/2712.94	c   349s|  6100 |  6101 |995770 | 163.0 |   764M |  51 |1292 |1183 |1235 |  32k|  1 | 114 |2420 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2709.33/2718.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2709.33/2718.84	c   355s|  6200 |  6201 |  1009k| 162.6 |   764M |  51 |1292 |1183 |1306 |  33k|  3 | 114 |2430 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2712.22/2721.76	c   358s|  6300 |  6301 |  1023k| 162.2 |   764M |  51 |1292 |1183 |1291 |  33k|  1 | 114 |2435 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2715.81/2725.33	c   362s|  6400 |  6401 |  1035k| 161.6 |   764M |  53 |1292 |1183 |1225 |  34k|  1 | 114 |2450 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2719.40/2728.99	c   366s|  6500 |  6501 |  1050k| 161.4 |   764M |  53 |1292 |1183 |1294 |  34k|  2 | 114 |2461 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2722.50/2732.08	c   369s|  6600 |  6601 |  1063k| 160.9 |   764M |  53 |1292 |1183 |1210 |  35k|  1 | 114 |2469 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2727.67/2737.25	c   374s|  6700 |  6701 |  1090k| 162.6 |   764M |  53 |1292 |1185 |1260 |  36k|  1 | 116 |2476 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2730.96/2740.56	c   377s|  6800 |  6801 |  1102k| 161.9 |   764M |  53 |1292 |1185 |1257 |  36k|  1 | 116 |2484 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2734.26/2743.86	c   380s|  6900 |  6901 |  1117k| 161.8 |   765M |  53 |1292 |1187 |1314 |  37k|  1 | 118 |2487 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2736.84/2746.44	c   383s|  7000 |  7001 |  1130k| 161.2 |   765M |  53 |1292 |1187 |1254 |  37k|  1 | 118 |2489 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2740.04/2749.64	c   386s|  7100 |  7101 |  1143k| 160.8 |   765M |  53 |1292 |1187 |1227 |  38k|  1 | 118 |2497 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2743.73/2753.30	c   390s|  7200 |  7201 |  1158k| 160.7 |   765M |  53 |1292 |1190 |1303 |  38k|  1 | 122 |2500 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2747.71/2757.39	c   394s|  7300 |  7301 |  1171k| 160.2 |   766M |  53 |1292 |1190 |1235 |  39k|  1 | 122 |2524 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2752.30/2761.93	c   398s|  7400 |  7401 |  1183k| 159.8 |   766M |  53 |1292 |1189 |1296 |  40k|  3 | 122 |2558 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2756.29/2765.91	c   402s|  7500 |  7501 |  1197k| 159.4 |   766M |  53 |1292 |1189 |1319 |  40k|  2 | 122 |2571 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2760.97/2770.68	c   407s|  7600 |  7601 |  1210k| 159.1 |   766M |  53 |1292 |1189 |1286 |  41k|  1 | 122 |2601 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2765.37/2775.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2765.37/2775.02	c   412s|  7700 |  7701 |  1225k| 158.9 |   766M |  53 |1292 |1189 |1264 |  42k|  1 | 122 |2621 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2769.55/2779.22	c   416s|  7800 |  7801 |  1238k| 158.5 |   766M |  53 |1292 |1188 |1200 |  42k|  1 | 122 |2651 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2773.14/2782.86	c   419s|  7900 |  7901 |  1251k| 158.2 |   766M |  53 |1292 |1188 |1282 |  43k|  1 | 122 |2671 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2777.72/2787.48	c   424s|  8000 |  8001 |  1265k| 158.0 |   766M |  55 |1292 |1187 |1232 |  43k|  1 | 122 |2703 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2781.61/2791.38	c   428s|  8100 |  8101 |  1277k| 157.5 |   767M |  55 |1292 |1187 |1271 |  44k|  1 | 122 |2735 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2785.31/2795.02	c   432s|  8200 |  8201 |  1290k| 157.2 |   767M |  55 |1292 |1187 |1326 |  44k|  1 | 122 |2755 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2789.08/2798.80	c   435s|  8300 |  8301 |  1302k| 156.7 |   768M |  55 |1292 |1186 |1269 |  45k|  2 | 122 |2789 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2793.87/2803.68	c   440s|  8400 |  8401 |  1317k| 156.7 |   768M |  55 |1292 |1193 |1273 |  45k|  1 | 131 |2838 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2798.05/2807.89	c   444s|  8500 |  8501 |  1329k| 156.3 |   768M |  55 |1292 |1191 |1273 |  46k|  2 | 131 |2873 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2802.14/2811.96	c   449s|  8600 |  8601 |  1344k| 156.1 |   768M |  55 |1292 |1192 |1301 |  46k|  2 | 133 |2901 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2807.13/2816.92	c   453s|  8700 |  8701 |  1357k| 155.9 |   768M |  55 |1292 |1192 |1231 |  47k|  1 | 133 |2948 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2810.52/2820.35	c   457s|  8800 |  8801 |  1370k| 155.6 |   768M |  55 |1292 |1192 |1293 |  48k|  1 | 133 |2965 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2816.10/2825.91	c   462s|  8900 |  8901 |  1391k| 156.2 |   769M |  55 |1292 |1191 |1210 |  48k|  1 | 135 |2988 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2820.08/2829.99	c   467s|  9000 |  9001 |  1404k| 155.9 |   769M |  55 |1292 |1191 |1270 |  49k|  1 | 135 |3004 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2824.97/2834.88	c   471s|  9100 |  9101 |  1417k| 155.6 |   769M |  55 |1292 |1191 |1335 |  50k|  1 | 135 |3038 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2830.75/2840.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2830.75/2840.64	c   477s|  9200 |  9201 |  1440k| 156.4 |   770M |  55 |1292 |1190 |1214 |  50k|  1 | 135 |3055 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2834.34/2844.28	c   481s|  9300 |  9301 |  1455k| 156.3 |   770M |  55 |1292 |1190 |1305 |  51k|  1 | 135 |3073 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2837.43/2847.34	c   484s|  9400 |  9401 |  1470k| 156.2 |   770M |  55 |1292 |1191 |1238 |  51k|  1 | 137 |3078 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2840.92/2850.88	c   487s|  9500 |  9501 |  1483k| 156.0 |   771M |  55 |1292 |1189 |1274 |  52k|  1 | 137 |3091 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2844.31/2854.23	c   491s|  9600 |  9601 |  1497k| 155.9 |   771M |  55 |1292 |1189 |1223 |  52k|  1 | 137 |3102 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2847.99/2858.01	c   495s|  9700 |  9701 |  1513k| 155.8 |   771M |  55 |1292 |1191 |1280 |  53k|  1 | 139 |3111 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2853.38/2863.33	c   500s|  9800 |  9801 |  1525k| 155.5 |   771M |  55 |1292 |1189 |1221 |  54k|  1 | 139 |3113 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2857.08/2867.01	c   504s|  9900 |  9901 |  1540k| 155.4 |   771M |  55 |1292 |1188 |1287 |  55k|  1 | 139 |3114 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2877.21/2887.23	c   524s| 10000 | 10001 |  1647k| 164.6 |   771M |  55 |1292 |1189 |1300 |  55k|  1 | 142 |3118 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2881.49/2891.54	c   528s| 10100 | 10101 |  1667k| 165.0 |   771M |  55 |1292 |1189 |1270 |  56k|  1 | 142 |3122 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2884.79/2894.82	c   531s| 10200 | 10201 |  1682k| 164.8 |   771M |  55 |1292 |1188 |1311 |  57k|  1 | 142 |3123 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2887.57/2897.68	c   534s| 10300 | 10301 |  1694k| 164.4 |   771M |  55 |1292 |1187 |1272 |  57k|  1 | 142 |3127 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2890.66/2900.79	c   537s| 10400 | 10401 |  1707k| 164.0 |   772M |  55 |1292 |1187 |1306 |  58k|  1 | 142 |3131 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2894.35/2904.48	c   541s| 10500 | 10501 |  1722k| 163.9 |   772M |  55 |1292 |1186 |1231 |  58k|  1 | 142 |3138 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2897.14/2907.27	c   544s| 10600 | 10601 |  1736k| 163.7 |   772M |  55 |1292 |1185 |1306 |  59k|  1 | 142 |3139 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2900.63/2910.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2900.63/2910.78	c   547s| 10700 | 10701 |  1748k| 163.3 |   772M |  55 |1292 |1185 |1215 |  60k|  1 | 142 |3145 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2903.72/2913.80	c   550s| 10800 | 10801 |  1763k| 163.1 |   773M |  55 |1292 |1185 |1292 |  60k|  1 | 142 |3146 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2906.81/2916.95	c   553s| 10900 | 10901 |  1776k| 162.8 |   773M |  55 |1292 |1185 |1225 |  61k|  1 | 142 |3150 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2910.10/2920.28	c   557s| 11000 | 11001 |  1790k| 162.7 |   773M |  55 |1292 |1184 |1261 |  62k|  1 | 142 |3156 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2913.09/2923.29	c   560s| 11100 | 11101 |  1804k| 162.5 |   773M |  55 |1292 |1186 |1270 |  62k|  1 | 144 |3158 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2915.99/2926.18	c   563s| 11200 | 11201 |  1818k| 162.2 |   773M |  55 |1292 |1186 |1273 |  63k|  1 | 144 |3161 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2919.07/2929.24	c   566s| 11300 | 11301 |  1831k| 161.9 |   773M |  55 |1292 |1186 |1306 |  63k|  1 | 144 |3161 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2924.06/2934.24	c   571s| 11400 | 11401 |  1858k| 162.9 |   773M |  55 |1292 |1188 |1222 |  64k|  1 | 146 |3161 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2927.25/2937.40	c   574s| 11500 | 11501 |  1873k| 162.8 |   773M |  55 |1292 |1188 |1292 |  65k|  1 | 146 |3167 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2930.74/2940.93	c   577s| 11600 | 11601 |  1887k| 162.6 |   773M |  55 |1292 |1188 |1195 |  66k|  1 | 146 |3170 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2933.73/2943.92	c   580s| 11700 | 11701 |  1901k| 162.4 |   773M |  55 |1292 |1188 |1293 |  66k|  1 | 146 |3173 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2936.94/2947.14	c   584s| 11800 | 11801 |  1916k| 162.3 |   773M |  55 |1292 |1188 |1318 |  67k|  1 | 146 |3176 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2939.71/2949.98	c   587s| 11900 | 11901 |  1930k| 162.1 |   772M |  55 |1292 |1186 |1234 |  68k|  1 | 146 |3177 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2942.70/2952.99	c   590s| 12000 | 12001 |  1942k| 161.8 |   772M |  55 |1292 |1185 |1307 |  68k|  1 | 146 |3180 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2945.59/2955.83	c   592s| 12100 | 12101 |  1955k| 161.5 |   773M |  55 |1292 |1185 |1229 |  69k|  1 | 146 |3182 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2948.38/2958.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2948.38/2958.68	c   595s| 12200 | 12201 |  1970k| 161.4 |   773M |  55 |1292 |1185 |1269 |  69k|  1 | 146 |3184 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2952.17/2962.42	c   599s| 12300 | 12301 |  1986k| 161.4 |   774M |  55 |1292 |1191 |1220 |  70k|  1 | 152 |3186 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2955.96/2966.21	c   603s| 12400 | 12401 |  2000k| 161.2 |   774M |  55 |1292 |1191 |1289 |  71k|  1 | 152 |3201 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2960.15/2970.45	c   607s| 12500 | 12501 |  2014k| 161.0 |   774M |  55 |1292 |1190 |1427 |  72k|  3 | 152 |3219 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2964.33/2974.67	c   611s| 12600 | 12601 |  2028k| 160.8 |   774M |  55 |1292 |1190 |1235 |  72k|  1 | 152 |3252 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2968.62/2978.99	c   616s| 12700 | 12701 |  2041k| 160.6 |   775M |  55 |1292 |1189 |1297 |  73k|  1 | 152 |3284 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2972.72/2983.05	c   620s| 12800 | 12801 |  2055k| 160.5 |   775M |  55 |1292 |1188 |1214 |  74k|  1 | 152 |3317 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2976.89/2987.22	c   624s| 12900 | 12901 |  2070k| 160.4 |   775M |  55 |1292 |1188 |1272 |  74k|  1 | 152 |3349 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2981.18/2991.50	c   628s| 13000 | 13001 |  2085k| 160.3 |   775M |  55 |1292 |1188 |1293 |  75k|  1 | 152 |3382 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2985.37/2995.72	c   632s| 13100 | 13101 |  2100k| 160.2 |   775M |  55 |1292 |1188 |1235 |  75k|  1 | 152 |3412 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2989.55/2999.97	c   637s| 13200 | 13201 |  2115k| 160.1 |   775M |  55 |1292 |1187 |1295 |  76k|  1 | 152 |3454 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2993.94/3004.34	c   641s| 13300 | 13301 |  2129k| 160.0 |   775M |  55 |1292 |1187 |1269 |  77k|  1 | 152 |3487 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
2998.42/3008.82	c   645s| 13400 | 13401 |  2144k| 159.9 |   775M |  55 |1292 |1187 |1303 |  77k|  1 | 152 |3512 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3003.11/3013.50	c   650s| 13500 | 13501 |  2158k| 159.8 |   775M |  55 |1292 |1186 |1217 |  78k|  1 | 152 |3547 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3006.61/3017.09	c   654s| 13600 | 13601 |  2172k| 159.6 |   775M |  55 |1292 |1186 |1264 |  79k|  1 | 152 |3563 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3011.88/3022.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3011.88/3022.38	c   659s| 13700 | 13701 |  2186k| 159.5 |   775M |  55 |1292 |1187 |1341 |  79k|  1 | 153 |3601 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3016.27/3026.71	c   663s| 13800 | 13801 |  2199k| 159.3 |   776M |  55 |1292 |1185 |1276 |  80k|  1 | 153 |3621 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3020.57/3031.10	c   668s| 13900 | 13901 |  2215k| 159.3 |   777M |  55 |1292 |1185 |1343 |  81k|  6 | 153 |3649 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3024.34/3034.85	c   671s| 14000 | 14001 |  2229k| 159.1 |   777M |  55 |1292 |1185 |1223 |  81k|  1 | 153 |3670 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3033.92/3044.44	c   681s| 14100 | 14101 |  2253k| 159.7 |   776M |  55 |1292 |1185 |1255 |  82k|  1 | 153 |3694 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3038.61/3049.17	c   686s| 14200 | 14201 |  2270k| 159.8 |   776M |  55 |1292 |1184 |1274 |  83k|  2 | 154 |3721 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3042.10/3052.60	c   689s| 14300 | 14301 |  2285k| 159.7 |   776M |  55 |1292 |1184 |1285 |  83k|  1 | 154 |3730 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3045.29/3055.87	c   692s| 14400 | 14401 |  2301k| 159.7 |   776M |  55 |1292 |1187 |1316 |  84k|  1 | 157 |3737 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3048.59/3059.15	c   696s| 14500 | 14501 |  2314k| 159.5 |   776M |  55 |1292 |1186 |1212 |  85k|  1 | 157 |3744 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3051.77/3062.39	c   699s| 14600 | 14601 |  2326k| 159.3 |   776M |  55 |1292 |1186 |1316 |  85k|  1 | 157 |3753 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3055.26/3065.88	c   702s| 14700 | 14701 |  2340k| 159.1 |   777M |  55 |1292 |1186 |1213 |  86k|  1 | 157 |3762 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3058.35/3068.90	c   705s| 14800 | 14801 |  2354k| 159.0 |   777M |  55 |1292 |1186 |1288 |  86k|  1 | 157 |3769 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3061.63/3072.24	c   709s| 14900 | 14901 |  2370k| 159.0 |   777M |  55 |1292 |1185 |1296 |  87k|  1 | 157 |3778 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3064.33/3074.97	c   712s| 15000 | 15001 |  2383k| 158.8 |   777M |  55 |1292 |1185 |1307 |  88k|  2 | 157 |3781 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3067.22/3077.86	c   714s| 15100 | 15101 |  2397k| 158.7 |   777M |  55 |1292 |1185 |1332 |  88k|  1 | 157 |3788 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3071.60/3082.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3071.60/3082.29	c   719s| 15200 | 15201 |  2418k| 159.0 |   778M |  55 |1292 |1185 |1317 |  89k|  1 | 158 |3790 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3075.59/3086.23	c   723s| 15300 | 15301 |  2433k| 158.9 |   779M |  55 |1292 |1185 |1273 |  90k|  1 | 158 |3799 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3078.28/3089.00	c   726s| 15400 | 15401 |  2447k| 158.8 |   779M |  55 |1292 |1185 |1234 |  90k|  1 | 158 |3799 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3081.48/3092.13	c   729s| 15500 | 15501 |  2463k| 158.8 |   779M |  55 |1292 |1185 |1276 |  91k|  1 | 158 |3802 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3084.85/3095.54	c   732s| 15600 | 15601 |  2478k| 158.8 |   779M |  55 |1292 |1185 |1292 |  92k|  1 | 158 |3805 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3088.25/3098.95	c   735s| 15700 | 15701 |  2490k| 158.5 |   779M |  55 |1292 |1184 |1264 |  92k|  1 | 158 |3809 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3091.64/3102.31	c   739s| 15800 | 15801 |  2505k| 158.5 |   779M |  55 |1292 |1184 |1298 |  93k|  1 | 158 |3811 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3095.34/3106.04	c   743s| 15900 | 15901 |  2518k| 158.3 |   779M |  55 |1292 |1183 |1313 |  94k|  4 | 158 |3829 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3099.81/3110.56	c   747s| 16000 | 16001 |  2533k| 158.2 |   779M |  55 |1292 |1183 |1303 |  94k|  1 | 158 |3852 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3103.90/3114.65	c   751s| 16100 | 16101 |  2547k| 158.2 |   779M |  55 |1292 |1183 |1223 |  95k|  1 | 158 |3875 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3107.49/3118.20	c   755s| 16200 | 16201 |  2560k| 157.9 |   779M |  59 |1292 |1183 |1261 |  96k|  1 | 158 |3894 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3112.17/3122.99	c   760s| 16300 | 16301 |  2575k| 157.9 |   780M |  59 |1292 |1182 |1320 |  97k|  1 | 158 |3921 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3119.95/3130.71	c   767s| 16400 | 16401 |  2604k| 158.7 |   780M |  59 |1292 |1184 |1326 |  97k|  1 | 161 |3971 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3124.24/3135.05	c   772s| 16500 | 16501 |  2621k| 158.8 |   780M |  59 |1292 |1185 |1224 |  98k|  1 | 163 |3994 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3129.33/3140.13	c   777s| 16600 | 16601 |  2637k| 158.8 |   781M |  59 |1292 |1185 |1271 |  99k|  1 | 163 |4015 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3132.90/3143.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3132.90/3143.76	c   780s| 16700 | 16701 |  2651k| 158.7 |   781M |  59 |1292 |1187 |1305 | 100k|  1 | 165 |4026 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3137.68/3148.50	c   785s| 16800 | 16801 |  2665k| 158.6 |   781M |  59 |1292 |1187 |1342 | 100k|  1 | 165 |4054 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3142.28/3153.15	c   790s| 16900 | 16901 |  2681k| 158.6 |   781M |  59 |1292 |1186 |1229 | 101k|  1 | 165 |4086 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3146.95/3157.82	c   794s| 17000 | 17001 |  2695k| 158.5 |   781M |  59 |1292 |1186 |1325 | 102k|  1 | 165 |4117 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3152.04/3162.98	c   800s| 17100 | 17101 |  2712k| 158.5 |   781M |  59 |1292 |1185 |1310 | 103k|  2 | 165 |4158 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3156.52/3167.45	c   804s| 17200 | 17201 |  2726k| 158.4 |   781M |  59 |1292 |1185 |1350 | 104k|  3 | 165 |4184 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3161.31/3172.23	c   809s| 17300 | 17301 |  2741k| 158.4 |   783M |  59 |1292 |1185 |1333 | 104k|  1 | 165 |4215 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3166.29/3177.24	c   814s| 17400 | 17401 |  2757k| 158.4 |   783M |  59 |1292 |1185 |1226 | 105k|  1 | 165 |4247 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3170.28/3181.24	c   818s| 17500 | 17501 |  2772k| 158.3 |   782M |  59 |1292 |1185 |1288 | 106k|  2 | 165 |4265 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3174.97/3185.94	c   822s| 17600 | 17601 |  2785k| 158.2 |   782M |  59 |1292 |1185 |1312 | 107k|  1 | 165 |4294 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3180.06/3191.04	c   828s| 17700 | 17701 |  2801k| 158.2 |   782M |  59 |1292 |1185 |1319 | 107k|  1 | 165 |4327 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3184.24/3195.21	c   832s| 17800 | 17801 |  2815k| 158.1 |   782M |  59 |1292 |1188 |1215 | 108k|  1 | 168 |4343 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3187.43/3198.44	c   835s| 17900 | 17901 |  2827k| 157.9 |   782M |  59 |1292 |1187 |1221 | 109k|  1 | 168 |4353 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3191.92/3202.96	c   839s| 18000 | 18001 |  2843k| 157.9 |   782M |  59 |1292 |1187 |1280 | 110k|  1 | 168 |4367 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3195.51/3206.52	c   843s| 18100 | 18101 |  2857k| 157.8 |   782M |  59 |1292 |1186 |1341 | 110k|  1 | 168 |4378 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3199.49/3210.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3199.49/3210.54	c   847s| 18200 | 18201 |  2873k| 157.8 |   781M |  59 |1292 |1185 |1304 | 111k|  1 | 168 |4395 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3203.38/3214.45	c   851s| 18300 | 18301 |  2888k| 157.7 |   781M |  59 |1292 |1185 |1354 | 112k|  1 | 168 |4409 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3206.98/3218.03	c   855s| 18400 | 18401 |  2904k| 157.7 |   782M |  59 |1292 |1185 |1283 | 112k|  1 | 168 |4417 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3210.46/3221.51	c   858s| 18500 | 18501 |  2918k| 157.7 |   782M |  59 |1292 |1184 |1320 | 113k|  1 | 168 |4422 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3213.85/3224.90	c   861s| 18600 | 18601 |  2932k| 157.6 |   782M |  59 |1292 |1189 |1309 | 114k|  2 | 173 |4425 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3217.24/3228.38	c   865s| 18700 | 18701 |  2948k| 157.6 |   782M |  59 |1292 |1189 |1350 | 115k|  1 | 173 |4426 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3221.04/3232.16	c   869s| 18800 | 18801 |  2961k| 157.5 |   782M |  59 |1292 |1189 |1389 | 115k|  1 | 173 |4435 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3225.41/3236.55	c   873s| 18900 | 18901 |  2980k| 157.6 |   782M |  59 |1292 |1189 |1228 | 116k|  1 | 174 |4438 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3229.10/3240.22	c   877s| 19000 | 19001 |  2995k| 157.6 |   783M |  61 |1292 |1188 |1323 | 117k|  1 | 174 |4442 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3236.68/3247.87	c   884s| 19100 | 19101 |  3009k| 157.5 |   784M |  61 |1292 |1188 |1318 | 118k|  1 | 174 |4450 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3240.56/3251.71	c   888s| 19200 | 19201 |  3024k| 157.4 |   784M |  61 |1292 |1188 |1272 | 119k|  1 | 174 |4458 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3243.86/3255.08	c   892s| 19300 | 19301 |  3038k| 157.4 |   785M |  61 |1292 |1188 |1300 | 119k|  1 | 174 |4459 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3247.44/3258.64	c   895s| 19400 | 19401 |  3054k| 157.3 |   785M |  61 |1292 |1190 |1316 | 120k|  1 | 176 |4463 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3250.73/3261.98	c   899s| 19500 | 19501 |  3067k| 157.2 |   785M |  61 |1292 |1194 |1339 | 121k|  1 | 180 |4469 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3254.22/3265.49	c   902s| 19600 | 19601 |  3081k| 157.2 |   786M |  61 |1292 |1194 |1319 | 122k|  1 | 180 |4471 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3257.82/3269.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3257.82/3269.04	c   906s| 19700 | 19701 |  3095k| 157.1 |   786M |  61 |1292 |1194 |1230 | 122k|  1 | 180 |4476 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3261.20/3272.41	c   909s| 19800 | 19801 |  3109k| 157.0 |   786M |  61 |1292 |1194 |1241 | 123k|  1 | 180 |4483 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3267.18/3278.48	c   915s| 19900 | 19901 |  3135k| 157.5 |   786M |  61 |1292 |1194 |1301 | 124k|  1 | 180 |4485 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3271.16/3282.40	c   919s| 20000 | 20001 |  3147k| 157.3 |   787M |  63 |1292 |1193 |1298 | 125k|  3 | 180 |4503 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3274.65/3285.96	c   922s| 20100 | 20101 |  3161k| 157.2 |   788M |  63 |1292 |1193 |1236 | 125k|  1 | 180 |4514 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3279.44/3290.77	c   927s| 20200 | 20201 |  3176k| 157.2 |   789M |  63 |1292 |1192 |1274 | 126k|  1 | 180 |4532 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3284.22/3295.51	c   932s| 20300 | 20301 |  3192k| 157.2 |   790M |  63 |1292 |1191 |1339 | 127k|  4 | 180 |4555 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3288.50/3299.81	c   936s| 20400 | 20401 |  3206k| 157.1 |   790M |  65 |1292 |1191 |1245 | 128k|  1 | 180 |4581 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3291.81/3303.16	c   940s| 20500 | 20501 |  3219k| 157.0 |   790M |  65 |1292 |1191 |1325 | 129k|  1 | 180 |4591 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3295.98/3307.39	c   944s| 20600 | 20601 |  3234k| 156.9 |   790M |  65 |1292 |1191 |1228 | 129k|  1 | 180 |4612 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3300.37/3311.70	c   948s| 20700 | 20701 |  3249k| 156.9 |   790M |  65 |1292 |1191 |1236 | 130k|  1 | 180 |4638 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3304.05/3315.46	c   952s| 20800 | 20801 |  3264k| 156.8 |   790M |  65 |1292 |1191 |1343 | 131k|  1 | 180 |4650 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3308.24/3319.61	c   956s| 20900 | 20901 |  3276k| 156.7 |   790M |  67 |1292 |1197 |1329 | 132k|  1 | 187 |4679 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3311.93/3323.36	c   960s| 21000 | 21001 |  3289k| 156.6 |   791M |  67 |1292 |1197 |1330 | 132k|  1 | 187 |4695 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3316.22/3327.65	c   964s| 21100 | 21101 |  3304k| 156.5 |   791M |  67 |1292 |1198 |1342 | 133k|  1 | 188 |4721 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3321.61/3333.02	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3321.61/3333.02	c   970s| 21200 | 21201 |  3322k| 156.6 |   791M |  67 |1292 |1198 |1311 | 134k|  3 | 188 |4764 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3325.89/3337.32	c   974s| 21300 | 21301 |  3335k| 156.5 |   792M |  67 |1292 |1198 |1237 | 134k|  1 | 188 |4795 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3329.77/3341.27	c   978s| 21400 | 21401 |  3348k| 156.4 |   794M |  67 |1292 |1198 |1392 | 135k|  1 | 188 |4820 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3334.36/3345.81	c   982s| 21500 | 21501 |  3363k| 156.4 |   795M |  67 |1292 |1198 |1363 | 136k|  1 | 188 |4841 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3339.05/3350.51	c   987s| 21600 | 21601 |  3379k| 156.4 |   795M |  67 |1292 |1197 |1393 | 137k|  1 | 188 |4873 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3343.24/3354.72	c   991s| 21700 | 21701 |  3391k| 156.2 |   795M |  67 |1292 |1197 |1278 | 137k|  1 | 188 |4902 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3347.13/3358.60	c   995s| 21800 | 21801 |  3407k| 156.2 |   795M |  67 |1292 |1197 |1205 | 138k|  1 | 188 |4918 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3351.41/3362.95	c   999s| 21900 | 21901 |  3422k| 156.2 |   795M |  67 |1292 |1197 |1224 | 139k|  1 | 188 |4953 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3355.90/3367.45	c  1004s| 22000 | 22001 |  3436k| 156.1 |   795M |  67 |1292 |1197 |1193 | 140k|  1 | 188 |4979 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3361.08/3372.66	c  1009s| 22100 | 22101 |  3453k| 156.2 |   795M |  67 |1292 |1197 |1375 | 140k|  1 | 188 |5025 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3365.36/3376.91	c  1013s| 22200 | 22201 |  3470k| 156.3 |   795M |  67 |1292 |1198 |1298 | 141k|  1 | 189 |5040 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3369.75/3381.30	c  1018s| 22300 | 22301 |  3485k| 156.2 |   795M |  67 |1292 |1204 |1308 | 142k|  1 | 195 |5067 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3373.84/3385.40	c  1022s| 22400 | 22401 |  3501k| 156.2 |   795M |  67 |1292 |1205 |1337 | 143k|  2 | 196 |5079 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3377.33/3388.98	c  1026s| 22500 | 22501 |  3512k| 156.0 |   795M |  71 |1292 |1204 |1327 | 143k|  1 | 196 |5103 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3380.81/3392.46	c  1029s| 22600 | 22601 |  3521k| 155.7 |   795M |  73 |1292 |1204 |1407 | 143k|  1 | 196 |5132 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3383.91/3395.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3383.91/3395.58	c  1032s| 22700 | 22701 |  3528k| 155.4 |   796M |  79 |1292 |1204 |1398 | 144k|  2 | 196 |5154 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3385.80/3397.48	c  1034s| 22800 | 22801 |  3534k| 155.0 |   795M |  83 |1292 |1204 |1397 | 144k|  1 | 196 |5162 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3388.29/3399.90	c  1036s| 22900 | 22901 |  3542k| 154.6 |   793M |  87 |1292 |1204 |1420 | 144k|  1 | 196 |5171 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3390.58/3402.29	c  1039s| 23000 | 23001 |  3549k| 154.2 |   793M |  87 |1292 |1204 |1439 | 145k|  1 | 196 |5181 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3392.77/3404.49	c  1041s| 23100 | 23101 |  3555k| 153.9 |   793M |  91 |1292 |1204 |1428 | 145k|  1 | 196 |5192 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3395.76/3407.40	c  1044s| 23200 | 23201 |  3562k| 153.5 |   793M |  91 |1292 |1208 |1427 | 145k|  1 | 200 |5216 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3397.76/3409.46	c  1046s| 23300 | 23301 |  3568k| 153.1 |   793M |  95 |1292 |1208 |1420 | 145k|  1 | 200 |5227 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3400.75/3412.42	c  1049s| 23400 | 23401 |  3576k| 152.8 |   793M |  99 |1292 |1208 |1391 | 145k|  1 | 200 |5256 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3403.54/3415.24	c  1052s| 23500 | 23501 |  3585k| 152.5 |   793M |  99 |1292 |1208 |1422 | 146k|  1 | 200 |5269 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3406.23/3417.95	c  1054s| 23600 | 23601 |  3594k| 152.2 |   794M |  99 |1292 |1208 |1426 | 146k|  1 | 200 |5277 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3410.12/3421.88	c  1058s| 23700 | 23701 |  3608k| 152.2 |   794M |  99 |1292 |1209 |1421 | 146k|  1 | 201 |5304 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3412.81/3424.56	c  1061s| 23800 | 23801 |  3617k| 151.9 |   794M |  99 |1292 |1207 |1296 | 146k|  1 | 201 |5316 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3415.70/3427.46	c  1064s| 23900 | 23901 |  3629k| 151.8 |   794M |  99 |1292 |1207 |1295 | 147k|  1 | 201 |5331 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3418.69/3430.49	c  1067s| 24000 | 24001 |  3637k| 151.5 |   794M | 105 |1292 |1207 |1430 | 147k|  2 | 201 |5353 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3421.08/3432.87	c  1069s| 24100 | 24101 |  3643k| 151.1 |   794M | 113 |1292 |1207 |1391 | 147k|  1 | 201 |5375 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3423.29/3435.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3423.29/3435.04	c  1072s| 24200 | 24201 |  3649k| 150.8 |   794M | 113 |1292 |1207 |1442 | 147k|  1 | 201 |5386 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3425.18/3437.00	c  1074s| 24300 | 24301 |  3656k| 150.4 |   794M | 119 |1292 |1207 |1423 | 147k|  1 | 201 |5395 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3426.87/3438.64	c  1075s| 24400 | 24401 |  3661k| 150.0 |   794M | 122 |1292 |1207 |1443 | 147k|  1 | 201 |5402 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3428.16/3439.90	c  1076s| 24500 | 24501 |  3665k| 149.5 |   794M | 127 |1292 |1207 |1436 | 147k|  1 | 201 |5403 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3429.96/3441.74	c  1078s| 24600 | 24601 |  3670k| 149.2 |   795M | 133 |1292 |1207 |1446 | 147k|  1 | 201 |5415 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3434.25/3446.10	c  1083s| 24700 | 24701 |  3675k| 148.8 |   795M | 141 |1292 |1206 |1428 | 148k|  1 | 201 |5434 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3435.94/3447.78	c  1084s| 24800 | 24801 |  3680k| 148.4 |   795M | 149 |1292 |1206 |1437 | 148k|  1 | 201 |5445 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3437.34/3449.18	c  1086s| 24900 | 24901 |  3685k| 147.9 |   795M | 153 |1292 |1206 |1449 | 148k|  2 | 201 |5447 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3439.13/3450.95	c  1087s| 25000 | 25001 |  3690k| 147.6 |   795M | 157 |1292 |1206 |1459 | 148k|  1 | 201 |5457 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3442.42/3454.23	c  1091s| 25100 | 25099 |  3699k| 147.3 |   795M | 165 |1292 |1216 |1496 | 148k|  1 | 211 |5483 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3444.11/3455.97	c  1093s| 25200 | 25199 |  3705k| 147.0 |   795M | 167 |1292 |1216 |1461 | 148k|  1 | 211 |5487 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3445.61/3457.40	c  1094s| 25300 | 25299 |  3710k| 146.6 |   795M | 167 |1292 |1216 |1474 | 148k|  1 | 211 |5487 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3447.50/3459.31	c  1096s| 25400 | 25399 |  3716k| 146.2 |   795M | 167 |1292 |1216 |1484 | 148k|  1 | 211 |5492 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3449.21/3461.05	c  1098s| 25500 | 25499 |  3721k| 145.9 |   796M | 171 |1292 |1216 |1516 | 148k|  1 | 211 |5492 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3451.79/3463.66	c  1100s| 25600 | 25599 |  3731k| 145.7 |   796M | 173 |1292 |1216 |1503 | 149k|  1 | 211 |5500 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3454.09/3465.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3454.09/3465.98	c  1103s| 25700 | 25699 |  3738k| 145.4 |   797M | 179 |1292 |1216 |1577 | 149k|  2 | 211 |5510 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3456.08/3467.93	c  1104s| 25800 | 25799 |  3743k| 145.0 |   797M | 183 |1292 |1216 |1541 | 149k|  1 | 211 |5521 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3457.97/3469.82	c  1106s| 25900 | 25899 |  3749k| 144.7 |   798M | 183 |1292 |1216 |1583 | 149k|  1 | 211 |5522 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3461.18/3473.03	c  1110s| 26000 | 25999 |  3759k| 144.5 |   799M | 189 |1292 |1216 |1544 | 149k|  1 | 211 |5554 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3463.27/3475.12	c  1112s| 26100 | 26099 |  3764k| 144.2 |   799M | 189 |1292 |1216 |1569 | 150k|  1 | 211 |5569 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3465.65/3477.56	c  1114s| 26200 | 26199 |  3771k| 143.9 |   799M | 193 |1292 |1216 |1411 | 150k|  1 | 211 |5584 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3467.74/3479.60	c  1116s| 26300 | 26299 |  3777k| 143.6 |   800M | 193 |1292 |1216 |1637 | 150k|  1 | 211 |5588 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3472.92/3484.84	c  1121s| 26400 | 26397 |  3795k| 143.7 |   800M | 205 |1292 |1218 |1603 | 150k|  1 | 213 |5618 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3482.30/3494.27	c  1131s| 26500 | 26489 |  3833k| 144.6 |   801M | 205 |1292 |1222 |1579 | 150k|  1 | 217 |5644 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3514.02/3526.10	c  1163s| 26600 | 26557 |  3950k| 148.5 |   802M | 205 |1292 |1244 |1494 | 151k|  1 | 239 |5664 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3527.97/3540.06	c  1177s| 26700 | 26631 |  3999k| 149.7 |   802M | 205 |1292 |1254 |1496 | 151k|  1 | 250 |5686 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3550.09/3562.22	c  1199s| 26800 | 26709 |  4069k| 151.8 |   803M | 205 |1292 |1265 |1618 | 151k|  1 | 261 |5753 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3564.86/3577.05	c  1214s| 26900 | 26785 |  4119k| 153.1 |   806M | 205 |1292 |1276 |1581 | 151k|  1 | 272 |5820 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3569.44/3581.61	c  1218s| 27000 | 26869 |  4135k| 153.1 |   806M | 207 |1292 |1280 |1432 | 151k|  1 | 276 |5833 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3573.03/3585.20	c  1222s| 27100 | 26956 |  4148k| 153.0 |   806M | 207 |1292 |1287 |1536 | 152k|  1 | 283 |5855 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3587.90/3600.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3587.90/3600.13	c  1237s| 27200 | 27034 |  4200k| 154.4 |   806M | 207 |1292 |1302 |1420 | 152k|  1 | 298 |5939 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3590.38/3602.66	c  1239s| 27300 | 27134 |  4208k| 154.1 |   805M | 207 |1292 |1304 |1523 | 152k|  1 | 300 |5948 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3599.86/3612.14	c  1249s| 27400 | 27224 |  4240k| 154.7 |   806M | 207 |1292 |1308 |1512 | 152k|  2 | 304 |5990 | 0.000000e+00 |-2.859900e+04 |    Inf | unknown
3600.05/3612.30	
3600.05/3612.30	*** TERMINATED *** by signal
3600.05/3612.30	c
3600.05/3612.30	s SATISFIABLE
3600.05/3612.30	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 x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 x95 x96 x97 x98 x99 x100 x101 x102 x103 x104 x105 x106 x107 x108 x109 x110 x111 x112 x113 x114 x115 x116 x117 x118 x119 x120 x121 x122 x123 x124 x125 x126 x127 x128 x129 x130 x131 -x132 x133 x134 x135 -x136 x137 x138 -x139 -x140 x141 x142 x143 -x144 -x145 -x146 -x147 -x148 -x149 x150 -x151 -x152 x153 x154 -x155 -x156 -x157 -x158 x159 x160 x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 x169 x170 -x171 -x172 x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 x187 x188 -x189 -x190 x191 -x192 x193 -x194 -x195 -x196 x197 x198 -x199 x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 x215 x216 x217 -x218 x219 -x220 x221 -x222 x223 x224 x225 -x226 -x227 -x228 x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 x237 x238 -x239 -x240 -x241 -x242 -x243 x244 x245 -x246 x247 -x248 x249 -x250 -x251 -x252 -x253 -x254 x255 x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 x265 -x266 -x267 -x268 -x269 -x270 -x271 x272 x273 -x274 -x275 -x276 x277 -x278 -x279 -x280 -x281 x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 x291 x292 x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 x301 x302 -x303 -x304 x305 -x306 -x307 -x308 x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 x318 x319 x320 x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 x329 x330 -x331 -x332 x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 x344 x345 -x346 -x347 x348 x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 x357 x358 -x359 -x360 x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 x376 x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 x386 -x387 -x388 -x389 -x390 -x391 -x392 x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 x404 x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 x414 -x415 -x416 x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 x429 -x430 -x431 -x432 x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 x457 x458 -x459 -x460 x461 x462 x463 -x464 -x465 -x466 -x467 x468 x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 x478 -x479 -x480 -x481 -x482 -x483 -x484 x485 x486 -x487 -x488 -x489 x490 x491 x492 x493 x494 x495 x496 -x497 -x498 -x499 -x500 -x501 -x502 x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 x513 x514 -x515 -x516 -x517 -x518 -x519 -x520 x521 x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 x541 x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 x569 x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 x597 x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 x625 x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 x642 -x643 -x644 -x645 -x646 -x647 x648 -x649 -x650 -x651 -x652 x653 x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 x668 -x669 -x670 -x671 -x672 -x673 x674 x675 x676 -x677 -x678 x679 -x680 x681 -x682 -x683 -x684 -x685 -x686 -x687 x688 -x689 -x690 x691 x692 -x693 -x694 -x695 x696 x697 x698 -x699 -x700 -x701 x702 -x703 -x704 -x705 -x706 x707 -x708 -x709 -x710 -x711 -x712 -x713 x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 x733 x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 x747 -x748 x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 x760 -x761 x762 -x763 -x764 -x765 -x766 x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 x780 -x781 -x782 -x783 -x784 x1294 x795 x796 -x797 x798 x799 x800 -x801 -x802 -x803 -x804 x805 x806 x807 x808 x809 -x810 x811 x812 x813 -x814 x815 -x816 -x817 x818 -x819 -x820 -x821 x822 -x823 x824 x825 x826 x827 -x828 x829 -x830 -x831 -x832 x833 x834 -x835 x836 -x837 x838 -x839 x840 -x841 -x842 -x843 -x844 -x845 x846 -x847 -x848 x849 -x850 -x851 x852 -x853 x854 x855 x856 x857 x858 x859 x860 x861 x862 x863 -x864 -x865 -x866 -x867 -x868 -x869 x870 -x871 x872 -x873 -x874 x875 -x876 x877 -x878 x879 x880 x881 -x882 x883 -x884 x885 -x886 -x887 x888 x889 -x890 -x891 x892 x893 x894 x895 -x896 x897 -x898 -x899 -x900 -x901 -x902 -x903 x904 -x905 -x906 x907 -x908 x909 -x910 -x911 -x912 -x913 -x914 x915 -x916 -x917 x918 x919 -x920 x921 -x922 x923 -x924 x925 x926 -x927 x928 x929 x930 x931 x932 -x933 x934 x935 x936 x937 x938 -x939 x940 x941 -x942 -x943 -x944 x945 x946 x947 -x948 -x949 x950 x951 -x952 x953 x954 x955 -x956 -x957 -x958 -x959 -x960 x961 x962 -x963 -x964 -x965 x966 -x967 x968 x969 x970 x971 x972 x973 x974 -x975 -x976 x977 x978 x979 x980 x981 -x982 -x983 x984 x985 x986 x987 -x988 x989 x990 x991 -x992 x993 -x994 x995 x996 x997 x998 x999 x1000 -x1001 -x1002 x1003 x1004 x1005 -x1006 x1007 -x1008 x1009 x1010 -x1011 x1012 x1013 -x1014 x1015 x1016 -x1017 -x1018 -x1019 -x1020 x1021 x1022 x1023 -x1024 -x1025 -x1026 x1027 -x1028 -x1029 x1030 -x1031 x1032 -x1033 x1034 -x1035 x1036 x1037 -x1038 x1039 -x1040 x1041 x1042 -x1043 -x1044 x1045 -x1046 -x1047 x1048 -x1049 x1050 x1051 -x1052 x1053 x1054 x1055 -x1056 x1057 x1058 -x1059 -x1060 -x1061 x1062 x1063 x1064 x1065 x1066 x1067 -x1068 x1069 x1070 x1071 -x1072 -x1073 -x1074 -x1075 x1076 x1077 x1078 x1079 -x1080 -x1081 x1082 x1083 x1084 x1085 -x1086 x1087 x1088 -x1089 -x1090 -x1091 x1092 -x1093 -x1094 x1095 x1096 x1097 x1098 x1099 -x1100 -x1101 -x1102 x1103 x1104 -x1105 x1106 x1107 x1108 x1109 -x1110 x1111 -x1112 -x1113 -x1114 -x1115 x1116 x1117 x1118 -x1119 x1120 x1121 x1122 -x1123 -x1124 x1125 x1126 x1127 x1128 x1129 -x1130 x1131 -x1132 x1133 x1134 x1135 x1136 -x1137 -x1138 x1139 x1140 -x1141 -x1142 x1143 x1144 x1145 -x1146 -x1147 x1148 -x1149 x1150 x1151 x1152 -x1153 x1154 -x1155 x1156 x1157 x1158 x1159 -x1160 -x1161 -x1162 -x1163 -x1164 -x1165 x1166 x1167 -x1168 -x1169 -x1170 x1171 x1172 -x1173 x1174 -x1175 x1176 -x1177 -x1178 x1179 -x1180 -x1181 -x1182 -x1183 x1184 -x1185 x1186 -x1187 -x1188 x1189 -x1190 x1191 x1192 x1193 x1194 -x1195 -x1196 x1197 x1198 -x1199 x1200 x1201 x1202 x1203 x1204 -x1205 x1206 x1207 -x1208 x1209 -x1210 -x1211 -x1212 -x1213 -x1214 x1215 -x1216 -x1217 -x1218 x1219 -x1220 x1221 -x1222 x1223 -x1224 x1225 -x1226 -x1227 -x1228 -x1229 -x1230 x1231 -x1232 -x1233 -x1234 x1235 -x1236 -x1237 x1238 -x1239 x1240 x1241 -x1242 x1243 -x1244 -x1245 x1246 x1247 x1248 x1249 -x1250 -x1251 -x1252 -x1253 -x1254 -x1255 x1256 -x1257 x1258 -x1259 -x1260 x1261 -x1262 x1263 -x1264 x1265 -x1266 x1267 x1268 x1269 -x1270 x1271 x1272 x1273 x1274 x1275 -x1276 x1277 -x1278 x1279 -x1280 x1281 x1282 x1283 -x1284 -x1285 x1286 -x1287 x1288 -x1289 -x1290 -x1291 -x1292 x1293 -x785 -x786 -x787 x788 -x789 -x790 -x791 -x792 -x793 -x794
3600.05/3612.30	c Model check passed
3600.05/3612.30	c Model check has passed with goal value: 4896
3600.05/3612.30	c _____________________________________________________________________________
3600.05/3612.30	c std/band forms        : 1083,0
3600.05/3612.30	c 2cl/3cl ITE-codings   : 64227129,0
3600.05/3612.30	c BDD/srt/adr Max costs : 154056,223126,0
3600.05/3612.30	c BDDraw/bin/mul/srt/adr: 1079,0,0,4,0
3600.05/3612.30	c BDD nodes             : 64646708
3600.05/3612.30	c Es1/CC detections     : 0,0
3600.05/3612.30	c CC sort               : 1
3600.05/3612.30	c SAT/UNSAT calls       : 2,0
3600.05/3612.30	c regenrated variables  : 0
3600.05/3612.30	c eliminated fixed lits : 3
3600.05/3612.30	c goal lit flips        : 0
3600.05/3612.30	c goal stages           : 0
3600.05/3612.30	c goal shrink           : 0
3600.05/3612.30	c goal coeff separations: 0
3600.05/3612.30	c restarts              : 202
3600.05/3612.30	c conflicts             : 6776           (2 /sec)
3600.05/3612.30	c decisions             : 42638          (12 /sec)
3600.05/3612.30	c propagations          : 816633090      (226839 /sec)
3600.05/3612.30	c inspects              : 0              (0 /sec)
3600.05/3612.30	c CPU time (solving tm) : 3600 s        (748.3 s, SAT 28.03 s, UNSAT 0 s)
3600.05/3612.30	c SAT solver time       : 748.3 s
3600.05/3612.30	c SAT solver SAT time   : 28.03 s
3600.05/3612.30	c SAT solver UNSAT time : 0 s
3600.05/3612.30	c SAT solver TO time    : 720.3 s
3600.05/3612.30	c Time for SCIP         : 1350 s
3600.05/3612.30	c Coop SCIP LB improvements           : 0
3600.05/3612.30	c Coop SCIP UB improvements           : 0
3600.05/3612.30	c SCIP globally fixed variables       : 0
3600.05/3612.30	c SAT  globally fixed variables       : 0
3600.05/3612.30	c SCIP freeTransform calls            : 13
3600.05/3612.30	c Time for Opt-base     : 0.01975 s
3600.05/3612.30	c Steps for Opt-base    : 153664
3600.05/3612.30	c Time for BDD coding   : 200.7 s
3600.05/3612.30	c Time for srt coding   : 0.06326 s
3600.05/3612.30	c Inner solver invocations            : 0
3600.05/3612.30	c Inner solving count                 : 0
3600.05/3612.30	c _____________________________________________________________________________

Verifier Data

OK	4896

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

running on 4 cores: 44-47

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 0-1,3-4,6,10,12,14-16,18-20,22-24,26-28,30,34,37-38,41-42,48,50,52,54-55,59-60,62-63
  3550 MHz: 17,35,40,43,51,56-58
  3600 MHz: 2,5,7-9,11,13,21,25,29,31-33,36,39,44-47,49,53,61
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: 44-47

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (98511 MiB free)
  node 1: cores 8-15, 128973 MiB (70282 MiB free)
  node 2: cores 16-23, 129019 MiB (116851 MiB free)
  node 3: cores 24-31, 129003 MiB (93559 MiB free)
  node 4: cores 32-39, 129019 MiB (114707 MiB free)
  node 5: cores 40-47, 129019 MiB (105624 MiB free)
  node 6: cores 48-55, 129019 MiB (117647 MiB free)
  node 7: cores 56-63, 128474 MiB (108625 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=2295893, runsolver pid=2295890
Current StackSize limit: 8192 KiB


[startup+0.100064 s]*
/proc/loadavg: 16.04 16.12 16.03 17/872 2295896
/proc/meminfo: memFree=845548244/1055320708 swapFree=32681384/33554428
[pid=2295893] ppid=2295890 vsize=93928 memory=17932 CPUtime=0.08 cores=44-47
/proc/2295893/stat : 2295893 (naps_release) R 2295890 2295893 2291478 0 -1 4194304 2204 205 0 0 8 0 0 0 20 0 1 0 147106889 96182272 4352 18446744073709551615 4210688 6281017 140729976640560 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 18575360 140729976649947 140729976650128 140729976650128 140729976655816 0
/proc/2295893/statm: 23482 4483 2743 506 0 4173 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 93928 KiB
Current children cumulated memory: 17932 KiB

[startup+0.212119 s]*
/proc/loadavg: 16.04 16.12 16.03 17/872 2295896
/proc/meminfo: memFree=845523924/1055320708 swapFree=32681384/33554428
[pid=2295893] ppid=2295890 vsize=107156 memory=24600 CPUtime=0.19 cores=44-47
/proc/2295893/stat : 2295893 (naps_release) R 2295890 2295893 2291478 0 -1 4194304 3870 205 0 0 19 0 0 0 20 0 1 0 147106889 109727744 6016 18446744073709551615 4210688 6281017 140729976640560 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 18575360 140729976649947 140729976650128 140729976650128 140729976655816 0
/proc/2295893/statm: 26789 6150 2743 506 0 7480 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 107156 KiB
Current children cumulated memory: 24600 KiB

[startup+0.311408 s]*
/proc/loadavg: 16.04 16.12 16.03 18/872 2295896
/proc/meminfo: memFree=845518884/1055320708 swapFree=32681384/33554428
[pid=2295893] ppid=2295890 vsize=118664 memory=30536 CPUtime=0.29 cores=44-47
/proc/2295893/stat : 2295893 (naps_release) R 2295890 2295893 2291478 0 -1 4194304 5355 205 0 0 29 0 0 0 20 0 1 0 147106889 121511936 7552 18446744073709551615 4210688 6281017 140729976640560 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 18575360 140729976649947 140729976650128 140729976650128 140729976655816 0
/proc/2295893/statm: 29666 7634 2743 506 0 10357 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 118664 KiB
Current children cumulated memory: 30536 KiB

[startup+0.700168 s]
/proc/loadavg: 16.03 16.12 16.03 17/872 2295896
/proc/meminfo: memFree=845462932/1055320708 swapFree=32681384/33554428
[pid=2295893] ppid=2295890 vsize=244276 memory=147192 CPUtime=0.67 cores=44-47
/proc/2295893/stat : 2295893 (naps_release) R 2295890 2295893 2291478 0 -1 4194304 31218 205 0 0 65 2 0 0 20 0 1 0 147106889 250138624 36717 18446744073709551615 4210688 6281017 140729976640560 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 18575360 140729976649947 140729976650128 140729976650128 140729976655816 0
/proc/2295893/statm: 61069 36798 5457 506 0 41760 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 244276 KiB
Current children cumulated memory: 147192 KiB

[startup+1.50019 s]
/proc/loadavg: 16.03 16.12 16.03 17/872 2295896
/proc/meminfo: memFree=845095828/1055320708 swapFree=32681384/33554428
[pid=2295893] ppid=2295890 vsize=413428 memory=302188 CPUtime=1.47 cores=44-47
/proc/2295893/stat : 2295893 (naps_release) R 2295890 2295893 2291478 0 -1 4194304 58599 205 0 0 143 4 0 0 20 0 1 0 147106889 423350272 75460 18446744073709551615 4210688 6281017 140729976640560 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 18575360 140729976649947 140729976650128 140729976650128 140729976655816 0
/proc/2295893/statm: 103357 75547 5809 506 0 84048 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 413428 KiB
Current children cumulated memory: 302188 KiB

[startup+3.11331 s]
/proc/loadavg: 16.03 16.12 16.03 17/872 2295896
/proc/meminfo: memFree=844681236/1055320708 swapFree=32681384/33554428
[pid=2295893] ppid=2295890 vsize=605672 memory=487012 CPUtime=3.07 cores=44-47
/proc/2295893/stat : 2295893 (naps_release) R 2295890 2295893 2291478 0 -1 4194304 93221 205 0 0 301 6 0 0 20 0 1 0 147106889 620208128 121627 18446744073709551615 4210688 6281017 140729976640560 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 18575360 140729976649947 140729976650128 140729976650128 140729976655816 0
/proc/2295893/statm: 151418 121753 6099 506 0 132109 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 605672 KiB
Current children cumulated memory: 487012 KiB

[startup+6.30018 s]
/proc/loadavg: 16.03 16.11 16.03 17/872 2295946
/proc/meminfo: memFree=845057128/1055320708 swapFree=32681384/33554428
[pid=2295893] ppid=2295890 vsize=796152 memory=674488 CPUtime=6.24 cores=44-47
/proc/2295893/stat : 2295893 (naps_release) R 2295890 2295893 2291478 0 -1 4194304 134081 205 0 0 616 8 0 0 20 0 1 0 147106889 815259648 168412 18446744073709551615 4210688 6281017 140729976640560 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 18575360 140729976649947 140729976650128 140729976650128 140729976655816 0
/proc/2295893/statm: 199038 168622 6099 506 0 179729 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 796152 KiB
Current children cumulated memory: 674488 KiB

[startup+12.7002 s]
/proc/loadavg: 16.03 16.11 16.02 16/868 2295954
/proc/meminfo: memFree=843490692/1055320708 swapFree=32681384/33554428
[pid=2295893] ppid=2295890 vsize=764944 memory=644468 CPUtime=12.62 cores=44-47
/proc/2295893/stat : 2295893 (naps_release) R 2295890 2295893 2291478 0 -1 4194304 134245 205 0 0 1254 8 0 0 20 0 1 0 147106889 783302656 160939 18446744073709551615 4210688 6281017 140729976640560 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 18575360 140729976649947 140729976650128 140729976650128 140729976655816 0
/proc/2295893/statm: 191236 161117 6099 506 0 171927 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 764944 KiB
Current children cumulated memory: 644468 KiB

[startup+25.5002 s]
/proc/loadavg: 16.02 16.11 16.02 17/870 2296046
/proc/meminfo: memFree=835749264/1055320708 swapFree=32681384/33554428
[pid=2295893] ppid=2295890 vsize=860952 memory=727768 CPUtime=25.38 cores=44-47
/proc/2295893/stat : 2295893 (naps_release) R 2295890 2295893 2291478 0 -1 4194304 136837 205 0 0 2529 9 0 0 20 0 1 0 147106889 881614848 181819 18446744073709551615 4210688 6281017 140729976640560 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 18575360 140729976649947 140729976650128 140729976650128 140729976655816 0
/proc/2295893/statm: 215238 181942 6099 506 0 195929 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 860952 KiB
Current children cumulated memory: 727768 KiB

[startup+51.1137 s]
/proc/loadavg: 16.01 16.10 16.02 17/871 2296097
/proc/meminfo: memFree=834458436/1055320708 swapFree=32681384/33554428
[pid=2295893] ppid=2295890 vsize=1105272 memory=968992 CPUtime=50.9 cores=44-47
/proc/2295893/stat : 2295893 (naps_release) R 2295890 2295893 2291478 0 -1 4194304 155195 205 0 0 5079 11 0 0 20 0 1 0 147106889 1131798528 242136 18446744073709551615 4210688 6281017 140729976640560 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 18575360 140729976649947 140729976650128 140729976650128 140729976655816 0
/proc/2295893/statm: 276318 242248 6099 506 0 257009 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 1105272 KiB
Current children cumulated memory: 968992 KiB

[startup+102.3 s]
/proc/loadavg: 16.29 16.15 16.04 17/872 2296198
/proc/meminfo: memFree=829698796/1055320708 swapFree=32681384/33554428
[pid=2295893] ppid=2295890 vsize=1566736 memory=1399740 CPUtime=101.91 cores=44-47
/proc/2295893/stat : 2295893 (naps_release) R 2295890 2295893 2291478 0 -1 4194304 200820 205 0 0 10174 17 0 0 20 0 1 0 147106889 1604337664 349765 18446744073709551615 4210688 6281017 140729976640560 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 18575360 140729976649947 140729976650128 140729976650128 140729976655816 0
/proc/2295893/statm: 391684 349935 6099 506 0 372375 0
Current children cumulated CPU time: 101.91 s
Current children cumulated vsize: 1566736 KiB
Current children cumulated memory: 1399740 KiB

[startup+162.3 s]
/proc/loadavg: 16.14 16.13 16.04 18/874 2296203
/proc/meminfo: memFree=798247476/1055320708 swapFree=32681384/33554428
[pid=2295893] ppid=2295890 vsize=2200432 memory=2022744 CPUtime=161.69 cores=44-47
/proc/2295893/stat : 2295893 (naps_release) R 2295890 2295893 2291478 0 -1 4194304 250364 205 0 0 16146 23 0 0 20 0 1 0 147106889 2253242368 505501 18446744073709551615 4210688 6281017 140729976640560 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 18575360 140729976649947 140729976650128 140729976650128 140729976655816 0
/proc/2295893/statm: 550108 505686 6099 506 0 530799 0
Current children cumulated CPU time: 161.69 s
Current children cumulated vsize: 2200432 KiB
Current children cumulated memory: 2022744 KiB

[startup+222.3 s]
/proc/loadavg: 16.05 16.11 16.03 17/876 2296258
/proc/meminfo: memFree=783171740/1055320708 swapFree=32681384/33554428
[pid=2295893] ppid=2295890 vsize=2545396 memory=2302284 CPUtime=221.48 cores=44-47
/proc/2295893/stat : 2295893 (naps_release) R 2295890 2295893 2291478 0 -1 4194304 298126 205 0 0 22121 27 0 0 20 0 1 0 147106889 2606485504 575488 18446744073709551615 4210688 6281017 140729976640560 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 18575360 140729976649947 140729976650128 140729976650128 140729976655816 0
/proc/2295893/statm: 636349 575571 6099 506 0 617040 0
Current children cumulated CPU time: 221.48 s
Current children cumulated vsize: 2545396 KiB
Current children cumulated memory: 2302284 KiB

[startup+282.3 s]
/proc/loadavg: 16.14 16.11 16.04 17/877 2296317
/proc/meminfo: memFree=701645040/1055320708 swapFree=32681384/33554428
[pid=2295893] ppid=2295890 vsize=33754772 memory=32620400 CPUtime=281.27 cores=44-47
/proc/2295893/stat : 2295893 (naps_release) R 2295890 2295893 2291478 0 -1 4194304 3575039 205 0 0 27814 313 0 0 20 0 1 0 147106889 34564886528 8155045 18446744073709551615 4210688 6281017 140729976640560 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 18575360 140729976649947 140729976650128 140729976650128 140729976655816 0
/proc/2295893/statm: 8438693 8155100 6147 506 0 8419384 0
Current children cumulated CPU time: 281.27 s
Current children cumulated vsize: 33754772 KiB
Current children cumulated memory: 32620400 KiB

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

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

/proc/meminfo: memFree=834724952/1055320708 swapFree=32681384/33554428
[pid=2295893] ppid=2295890 vsize=30532072 memory=28968980 CPUtime=2912.19 cores=44-47
/proc/2295893/stat : 2295893 (naps_release) R 2295890 2295893 2291478 0 -1 4194304 4001031 205 0 0 289517 1702 0 0 20 0 1 0 147106889 31264841728 7242164 18446744073709551615 4210688 6281017 140729976640560 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 18575360 140729976649947 140729976650128 140729976650128 140729976655816 0
/proc/2295893/statm: 7633018 7242245 6225 506 0 7613709 0
Current children cumulated CPU time: 2912.19 s
Current children cumulated vsize: 30532072 KiB
Current children cumulated memory: 28968980 KiB

[startup+2982.3 s]
/proc/loadavg: 10.02 10.76 12.76 11/835 2297019
/proc/meminfo: memFree=834733744/1055320708 swapFree=32681384/33554428
[pid=2295893] ppid=2295890 vsize=30532072 memory=28968980 CPUtime=2972.01 cores=44-47
/proc/2295893/stat : 2295893 (naps_release) R 2295890 2295893 2291478 0 -1 4194304 4001199 205 0 0 295496 1705 0 0 20 0 1 0 147106889 31264841728 7242164 18446744073709551615 4210688 6281017 140729976640560 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 18575360 140729976649947 140729976650128 140729976650128 140729976655816 0
/proc/2295893/statm: 7633018 7242245 6225 506 0 7613709 0
Current children cumulated CPU time: 2972.01 s
Current children cumulated vsize: 30532072 KiB
Current children cumulated memory: 28968980 KiB

[startup+3042.3 s]
/proc/loadavg: 10.01 10.62 12.58 11/835 2297023
/proc/meminfo: memFree=835679644/1055320708 swapFree=32681384/33554428
[pid=2295893] ppid=2295890 vsize=30532072 memory=28968980 CPUtime=3031.82 cores=44-47
/proc/2295893/stat : 2295893 (naps_release) R 2295890 2295893 2291478 0 -1 4194304 4001521 205 0 0 301475 1707 0 0 20 0 1 0 147106889 31264841728 7242164 18446744073709551615 4210688 6281017 140729976640560 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 18575360 140729976649947 140729976650128 140729976650128 140729976655816 0
/proc/2295893/statm: 7633018 7242245 6225 506 0 7613709 0
Current children cumulated CPU time: 3031.82 s
Current children cumulated vsize: 30532072 KiB
Current children cumulated memory: 28968980 KiB

[startup+3102.3 s]
/proc/loadavg: 10.60 10.68 12.48 11/835 2297024
/proc/meminfo: memFree=834490528/1055320708 swapFree=32681384/33554428
[pid=2295893] ppid=2295890 vsize=30532072 memory=28968980 CPUtime=3091.64 cores=44-47
/proc/2295893/stat : 2295893 (naps_release) R 2295890 2295893 2291478 0 -1 4194304 4001856 205 0 0 307452 1712 0 0 20 0 1 0 147106889 31264841728 7242164 18446744073709551615 4210688 6281017 140729976640560 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 18575360 140729976649947 140729976650128 140729976650128 140729976655816 0
/proc/2295893/statm: 7633018 7242245 6225 506 0 7613709 0
Current children cumulated CPU time: 3091.64 s
Current children cumulated vsize: 30532072 KiB
Current children cumulated memory: 28968980 KiB

[startup+3162.3 s]
/proc/loadavg: 10.30 10.58 12.33 11/835 2297025
/proc/meminfo: memFree=835611456/1055320708 swapFree=32681384/33554428
[pid=2295893] ppid=2295890 vsize=30532072 memory=28968980 CPUtime=3151.44 cores=44-47
/proc/2295893/stat : 2295893 (naps_release) R 2295890 2295893 2291478 0 -1 4194304 4002075 205 0 0 313430 1714 0 0 20 0 1 0 147106889 31264841728 7242164 18446744073709551615 4210688 6281017 140729976640560 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 18575360 140729976649947 140729976650128 140729976650128 140729976655816 0
/proc/2295893/statm: 7633018 7242245 6225 506 0 7613709 0
Current children cumulated CPU time: 3151.44 s
Current children cumulated vsize: 30532072 KiB
Current children cumulated memory: 28968980 KiB

[startup+3222.3 s]
/proc/loadavg: 10.19 10.49 12.19 11/835 2297026
/proc/meminfo: memFree=835069564/1055320708 swapFree=32681384/33554428
[pid=2295893] ppid=2295890 vsize=30532072 memory=28968980 CPUtime=3211.26 cores=44-47
/proc/2295893/stat : 2295893 (naps_release) R 2295890 2295893 2291478 0 -1 4194304 4002232 205 0 0 319409 1717 0 0 20 0 1 0 147106889 31264841728 7242164 18446744073709551615 4210688 6281017 140729976640560 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 18575360 140729976649947 140729976650128 140729976650128 140729976655816 0
/proc/2295893/statm: 7633018 7242245 6225 506 0 7613709 0
Current children cumulated CPU time: 3211.26 s
Current children cumulated vsize: 30532072 KiB
Current children cumulated memory: 28968980 KiB

[startup+3282.3 s]
/proc/loadavg: 10.14 10.41 12.05 11/835 2297029
/proc/meminfo: memFree=834869832/1055320708 swapFree=32681384/33554428
[pid=2295893] ppid=2295890 vsize=30532072 memory=28968988 CPUtime=3271.06 cores=44-47
/proc/2295893/stat : 2295893 (naps_release) R 2295890 2295893 2291478 0 -1 4194304 4002498 205 0 0 325387 1719 0 0 20 0 1 0 147106889 31264841728 7242164 18446744073709551615 4210688 6281017 140729976640560 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 18575360 140729976649947 140729976650128 140729976650128 140729976655816 0
/proc/2295893/statm: 7633018 7242247 6225 506 0 7613709 0
Current children cumulated CPU time: 3271.06 s
Current children cumulated vsize: 30532072 KiB
Current children cumulated memory: 28968988 KiB

[startup+3342.3 s]
/proc/loadavg: 10.05 10.34 11.92 11/836 2297033
/proc/meminfo: memFree=834743756/1055320708 swapFree=32681384/33554428
[pid=2295893] ppid=2295890 vsize=30532072 memory=28968988 CPUtime=3330.87 cores=44-47
/proc/2295893/stat : 2295893 (naps_release) R 2295890 2295893 2291478 0 -1 4194304 4002763 205 0 0 331366 1721 0 0 20 0 1 0 147106889 31264841728 7242164 18446744073709551615 4210688 6281017 140729976640560 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 18575360 140729976649947 140729976650128 140729976650128 140729976655816 0
/proc/2295893/statm: 7633018 7242247 6225 506 0 7613709 0
Current children cumulated CPU time: 3330.87 s
Current children cumulated vsize: 30532072 KiB
Current children cumulated memory: 28968988 KiB

[startup+3402.3 s]
/proc/loadavg: 10.02 10.27 11.80 11/835 2297034
/proc/meminfo: memFree=834730572/1055320708 swapFree=32681384/33554428
[pid=2295893] ppid=2295890 vsize=30532072 memory=28968992 CPUtime=3390.68 cores=44-47
/proc/2295893/stat : 2295893 (naps_release) R 2295890 2295893 2291478 0 -1 4194304 4003373 205 0 0 337342 1726 0 0 20 0 1 0 147106889 31264841728 7242164 18446744073709551615 4210688 6281017 140729976640560 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 18575360 140729976649947 140729976650128 140729976650128 140729976655816 0
/proc/2295893/statm: 7633018 7242248 6225 506 0 7613709 0
Current children cumulated CPU time: 3390.68 s
Current children cumulated vsize: 30532072 KiB
Current children cumulated memory: 28968992 KiB

[startup+3462.3 s]
/proc/loadavg: 10.64 10.41 11.74 11/835 2297035
/proc/meminfo: memFree=834774564/1055320708 swapFree=32681384/33554428
[pid=2295893] ppid=2295890 vsize=30532072 memory=28968992 CPUtime=3450.49 cores=44-47
/proc/2295893/stat : 2295893 (naps_release) R 2295890 2295893 2291478 0 -1 4194304 4004276 205 0 0 343321 1728 0 0 20 0 1 0 147106889 31264841728 7242164 18446744073709551615 4210688 6281017 140729976640560 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 18575360 140729976649947 140729976650128 140729976650128 140729976655816 0
/proc/2295893/statm: 7633018 7242248 6225 506 0 7613709 0
Current children cumulated CPU time: 3450.49 s
Current children cumulated vsize: 30532072 KiB
Current children cumulated memory: 28968992 KiB

[startup+3522.3 s]
/proc/loadavg: 10.27 10.35 11.64 11/834 2297036
/proc/meminfo: memFree=834802016/1055320708 swapFree=32681384/33554428
[pid=2295893] ppid=2295890 vsize=30532072 memory=28968992 CPUtime=3510.31 cores=44-47
/proc/2295893/stat : 2295893 (naps_release) R 2295890 2295893 2291478 0 -1 4194304 4005372 205 0 0 349300 1731 0 0 20 0 1 0 147106889 31264841728 7242164 18446744073709551615 4210688 6281017 140729976640560 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 18575360 140729976649947 140729976650128 140729976650128 140729976655816 0
/proc/2295893/statm: 7633018 7242248 6225 506 0 7613709 0
Current children cumulated CPU time: 3510.31 s
Current children cumulated vsize: 30532072 KiB
Current children cumulated memory: 28968992 KiB

[startup+3582.3 s]
/proc/loadavg: 10.10 10.28 11.53 11/834 2297037
/proc/meminfo: memFree=834779944/1055320708 swapFree=32681384/33554428
[pid=2295893] ppid=2295890 vsize=30532072 memory=28968996 CPUtime=3570.14 cores=44-47
/proc/2295893/stat : 2295893 (naps_release) R 2295890 2295893 2291478 0 -1 4194304 4005599 205 0 0 355279 1735 0 0 20 0 1 0 147106889 31264841728 7242164 18446744073709551615 4210688 6281017 140729976640560 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 18575360 140729976649947 140729976650128 140729976650128 140729976655816 0
/proc/2295893/statm: 7633018 7242249 6225 506 0 7613709 0
Current children cumulated CPU time: 3570.14 s
Current children cumulated vsize: 30532072 KiB
Current children cumulated memory: 28968996 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.3 s]
/proc/loadavg: 10.06 10.25 11.48 11/832 2297041
/proc/meminfo: memFree=859108780/1055320708 swapFree=32681384/33554428
[pid=2295893] ppid=2295890 vsize=30532072 memory=28968996 CPUtime=3600.05 cores=44-47
/proc/2295893/stat : 2295893 (naps_release) R 2295890 2295893 2291478 0 -1 4194304 4005628 205 0 0 358269 1736 0 0 20 0 1 0 147106889 31264841728 7242164 18446744073709551615 4210688 6281017 140729976640560 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 18575360 140729976649947 140729976650128 140729976650128 140729976655816 0
/proc/2295893/statm: 7633018 7242249 6225 506 0 7613709 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 30532072 KiB
Current children cumulated memory: 28968996 KiB

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

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

# cumulated CPU time of all completed processes:  user=3582.7 s, system=17.7195 s

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

[startup+3612.4 s]*
/proc/loadavg: 10.06 10.25 11.48 11/830 2297045
/proc/meminfo: memFree=863676216/1055320708 swapFree=32681384/33554428
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3612.6 s]
/proc/loadavg: 10.06 10.25 11.48 11/830 2297045
/proc/meminfo: memFree=863676216/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: 10

Real time (s): 3612.66
CPU time (s): 3600.42
CPU user time (s): 3582.7
CPU system time (s): 17.7195
CPU usage (%): 99.6611
Max. virtual memory (cumulated for all children) (KiB): 40915528
Max. memory (cumulated for all children) (KiB): 38328272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3582.7
system time used= 17.7195
maximum resident set size= 38762192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4005833
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= 302
involuntary context switches= 1880


# summary of solver processes directly reported to runsolver:
#   pid: 2295893
#   total CPU time (s): 3600.42
#   total CPU user time (s): 3582.7
#   total CPU system time (s): 17.7195

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.3551 second user time and 38.7721 second system time

The end

Launcher Data

Begin job on nodeE010 at 2026-06-22 16:23:12
IDJOB=4780658
IDBENCH=180376
IDSOLVER=3589
FILE ID=nodeE010/4780658-1782138192
RUNJOBID= nodeE010-1782134575-2291499
SLURM_JOB_ID= 12510915
Free space on /tmp= 798060 MiB

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

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

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

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

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

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

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

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

processor	: 48
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3575.482
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.712
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		: 3591.886
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		: 3586.292
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		: 3556.225
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		: 3555.109
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		: 2493.659
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		: 3555.767
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		: 3588.300
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:        845648304 kB
MemAvailable:   924807680 kB
Buffers:              32 kB
Cached:         82939392 kB
SwapCached:         6960 kB
Active:         122227384 kB
Inactive:       81608556 kB
Active(anon):   120932816 kB
Inactive(anon):    50272 kB
Active(file):    1294568 kB
Inactive(file): 81558284 kB
Unevictable:        9000 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       32681384 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             73724 kB
Writeback:             0 kB
AnonPages:      120891232 kB
Mapped:           118272 kB
Shmem:             86536 kB
KReclaimable:    1111296 kB
Slab:            1624164 kB
SReclaimable:    1111296 kB
SUnreclaim:       512868 kB
KernelStack:       14912 kB
PageTables:       244976 kB
SecPageTables:     15560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:   132055380 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      479060 kB
VmallocChunk:          0 kB
Percpu:           116224 kB
HardwareCorrupted:     0 kB
AnonHugePages:  64768000 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= 798220 MiB
End job on nodeE010 at 2026-06-22 17:23:25