Trace number 4780638

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)184 3600.42 3611.65

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/sakai/PB25-bnn-verification-20250419/instances/
normalized-bnn_mnist_back_image_32_label3_adversarial_norm_0.opb
MD5SUM08c8de1f4987b14e6ebb434902fd419a
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark9.33604
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 273
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 1057
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 438
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1634
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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-4780638-1782138174.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-4780638-1782138174.opb
0.00/0.02	c Parsing PB file...
0.00/0.02	c goal was devided by 1 with offset 784.
0.49/0.55	c assumptions before coding: 
0.49/0.57	c initScipForCoop
0.49/0.59	c Running SCIP presolver (time limit: 10 sec)...
0.49/0.59	c solveScip
0.49/0.59	c initScipForCoop
0.49/0.59	c Cooperative mode: scip_coop_offset=784.000000
0.49/0.59	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
0.49/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.76	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.87/0.93	c    (0.3s) probing: 51/1292 (3.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.87/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.09/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.17/1.20	c    (0.1s) running MILP presolver
1.17/1.23	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
1.17/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.17/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.59	c    (0.5s) no symmetry present (symcode time: 0.00)
1.67/1.70	c presolving (5 rounds: 5 fast, 4 medium, 4 exhaustive):
1.67/1.70	c  2 deleted vars, 1 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.67/1.70	c  0 implications, 1 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1.67/1.70	c presolved problem has 1292 variables (1292 bin, 0 int, 0 cont) and 1080 constraints
1.67/1.70	c    1079 constraints of type <knapsack>
1.67/1.70	c       1 constraints of type <setppc>
1.67/1.70	c transformed objective value is always integral (scale: 1)
1.67/1.70	c Presolving Time: 0.62
1.67/1.70	c 
1.98/2.07	c in SCIP_DECL_EVENTEXEC found by SCIP
1.98/2.07	o 279
1.98/2.07	c Model check passed
1.98/2.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.98/2.07	c p 1.0s|     1 |     0 |     0 |     - |shiftand|   0 |1292 |1080 |1080 |   0 |  0 |   2 |   0 | 0.000000e+00 |-2.790000e+02 |    Inf | unknown
1.98/2.08	c in SCIP_DECL_EVENTEXEC found by SCIP
1.98/2.08	o 277
1.98/2.09	c Model check passed
1.98/2.09	c i 1.0s|     1 |     0 |     0 |     - |  oneopt|   0 |1292 |1080 |1080 |   0 |  0 |   2 |   0 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2.08/2.12	c   1.1s|     1 |     0 |   264 |     - |   350M |   0 |1292 |1080 |1080 |   0 |  0 |   2 |   0 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2.37/2.44	c   1.4s|     1 |     0 |   470 |     - |   378M |   0 |1292 |1081 |1246 | 166 |  1 |   3 |   0 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2.66/2.74	c   1.7s|     1 |     0 |   605 |     - |   400M |   0 |1292 |1081 |1368 | 288 |  2 |   3 |   0 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2.97/3.06	c   2.0s|     1 |     0 |   760 |     - |   421M |   0 |1292 |1082 |1486 | 406 |  3 |   4 |   0 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
3.36/3.40	c   2.3s|     1 |     0 |   861 |     - |   443M |   0 |1292 |1082 |1577 | 497 |  4 |   4 |   0 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
3.66/3.73	c   2.7s|     1 |     0 |   966 |     - |   472M |   0 |1292 |1082 |1647 | 567 |  5 |   4 |   0 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
3.97/4.06	c   3.0s|     1 |     0 |  1029 |     - |   496M |   0 |1292 |1082 |1701 | 621 |  6 |   4 |   0 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
4.25/4.39	c   3.3s|     1 |     0 |  1109 |     - |   513M |   0 |1292 |1082 |1763 | 683 |  7 |   4 |   0 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
4.66/4.72	c   3.7s|     1 |     0 |  1177 |     - |   544M |   0 |1292 |1082 |1806 | 726 |  8 |   4 |   0 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
4.97/5.02	c   4.0s|     1 |     0 |  1250 |     - |   549M |   0 |1292 |1082 |1848 | 768 |  9 |   4 |   0 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
5.25/5.36	c   4.3s|     1 |     0 |  1321 |     - |   591M |   0 |1292 |1082 |1905 | 825 | 10 |   4 |   0 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
5.55/5.60	c   4.5s|     1 |     0 |  1401 |     - |   595M |   0 |1292 |1082 |1799 | 872 | 11 |   4 |   0 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
6.85/6.99	c   5.9s|     1 |     2 |  3456 |     - |   595M |   0 |1292 |1088 |1799 | 872 | 11 |  10 |  41 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
10.94/11.06	c 
10.94/11.06	c SCIP Status        : solving was interrupted [time limit reached]
10.94/11.06	c Solving Time (sec) : 10.00
10.94/11.06	c Solving Nodes      : 11
10.94/11.06	c Primal Bound       : -2.77000000000000e+02 (2 solutions)
10.94/11.06	c Dual Bound         : +0.00000000000000e+00
10.94/11.06	c Gap                : infinite
10.94/11.06	c SCIP status: 23 (TIMELIMIT)
10.94/11.06	c solveScip: freeing transform (!can_skip_free_transform)
11.04/11.16	c SCIP presolver: sst_sat
11.04/11.16	c Converting 1090 PB-constraints to clauses...
11.04/11.16	c   -- Clauses(.)/Splits(s): estimatedAdderCost: 789
11.04/11.18	c Try to convert by bdds
11.53/11.61	c d: 1
11.53/11.61	c estimatedAdderCost: 790
11.53/11.61	c Try to convert by bdds
11.83/12.01	c d: 1
11.83/12.01	c estimatedAdderCost: 789
11.83/12.01	c Try to convert by bdds
12.33/12.46	c d: 1
12.33/12.46	c estimatedAdderCost: 788
12.33/12.46	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.73	c d: 1
13.62/13.73	c estimatedAdderCost: 788
13.62/13.73	c Try to convert by bdds
14.12/14.20	c d: 1
14.12/14.20	c estimatedAdderCost: 787
14.12/14.20	c Try to convert by bdds
14.52/14.60	c d: 1
14.52/14.60	c estimatedAdderCost: 788
14.52/14.60	c Try to convert by bdds
14.93/15.09	c d: 1
14.93/15.09	c estimatedAdderCost: 788
14.93/15.09	c Try to convert by bdds
15.42/15.50	c d: 1
15.42/15.50	c estimatedAdderCost: 788
15.42/15.50	c Try to convert by bdds
15.81/15.97	c d: 1
15.81/15.97	c estimatedAdderCost: 789
15.81/15.97	c Try to convert by bdds
16.21/16.38	c d: 1
16.21/16.38	c estimatedAdderCost: 787
16.21/16.38	c Try to convert by bdds
16.71/16.86	c d: 1
16.71/16.86	c estimatedAdderCost: 790
16.71/16.86	c Try to convert by bdds
17.11/17.27	c d: 1
17.11/17.27	c estimatedAdderCost: 790
17.11/17.27	c Try to convert by bdds
17.61/17.75	c d: 1
17.61/17.75	c estimatedAdderCost: 789
17.61/17.75	c Try to convert by bdds
18.02/18.15	c d: 1
18.02/18.15	c estimatedAdderCost: 787
18.02/18.15	c Try to convert by bdds
18.51/18.67	c d: 1
18.51/18.67	c estimatedAdderCost: 790
18.51/18.67	c Try to convert by bdds
18.93/19.09	c d: 1
18.93/19.09	c estimatedAdderCost: 786
18.93/19.09	c Try to convert by bdds
19.41/19.57	c d: 1
19.41/19.57	c estimatedAdderCost: 788
19.41/19.57	c Try to convert by bdds
19.81/19.98	c d: 1
19.81/19.98	c estimatedAdderCost: 788
19.81/19.98	c Try to convert by bdds
20.31/20.46	c d: 1
20.31/20.46	c estimatedAdderCost: 792
20.31/20.46	c Try to convert by bdds
20.71/20.88	c d: 1
20.71/20.88	c estimatedAdderCost: 788
20.71/20.88	c Try to convert by bdds
21.20/21.37	c d: 1
21.20/21.37	c estimatedAdderCost: 788
21.20/21.37	c Try to convert by bdds
21.70/21.80	c d: 1
21.70/21.80	c estimatedAdderCost: 788
21.70/21.80	c Try to convert by bdds
22.10/22.29	c d: 1
22.10/22.29	c estimatedAdderCost: 786
22.10/22.29	c Try to convert by bdds
22.60/22.71	c d: 1
22.60/22.71	c estimatedAdderCost: 791
22.60/22.71	c Try to convert by bdds
23.10/23.21	c d: 1
23.10/23.21	c estimatedAdderCost: 789
23.10/23.21	c Try to convert by bdds
23.50/23.62	c d: 1
23.50/23.62	c estimatedAdderCost: 791
23.50/23.62	c Try to convert by bdds
24.01/24.13	c d: 1
24.01/24.13	c estimatedAdderCost: 789
24.01/24.13	c Try to convert by bdds
24.39/24.54	c d: 1
24.39/24.54	c estimatedAdderCost: 788
24.39/24.54	c Try to convert by bdds
24.90/25.05	c d: 1
24.90/25.05	c estimatedAdderCost: 788
24.90/25.05	c Try to convert by bdds
25.29/25.47	c d: 1
25.29/25.47	c estimatedAdderCost: 789
25.29/25.47	c Try to convert by bdds
25.79/25.98	c d: 1
25.79/25.98	c estimatedAdderCost: 790
25.79/25.98	c Try to convert by bdds
26.29/26.41	c d: 1
26.29/26.41	c estimatedAdderCost: 787
26.29/26.41	c Try to convert by bdds
26.78/27.00	c d: 1
26.78/27.00	c estimatedAdderCost: 788
26.78/27.00	c Try to convert by bdds
27.28/27.42	c d: 1
27.28/27.42	c estimatedAdderCost: 791
27.28/27.42	c Try to convert by bdds
27.78/27.94	c d: 1
27.78/27.94	c estimatedAdderCost: 789
27.78/27.94	c Try to convert by bdds
28.18/28.36	c d: 1
28.18/28.36	c estimatedAdderCost: 787
28.18/28.36	c Try to convert by bdds
28.67/28.88	c d: 1
28.67/28.88	c estimatedAdderCost: 788
28.67/28.88	c Try to convert by bdds
29.17/29.31	c d: 1
29.17/29.31	c estimatedAdderCost: 789
29.17/29.31	c Try to convert by bdds
29.67/29.83	c d: 1
29.67/29.83	c estimatedAdderCost: 788
29.67/29.83	c Try to convert by bdds
30.07/30.26	c d: 1
30.07/30.26	c estimatedAdderCost: 787
30.07/30.26	c Try to convert by bdds
30.57/30.78	c d: 1
30.57/30.78	c estimatedAdderCost: 789
30.57/30.78	c Try to convert by bdds
31.07/31.21	c d: 1
31.07/31.21	c estimatedAdderCost: 789
31.07/31.21	c Try to convert by bdds
31.56/31.74	c d: 1
31.56/31.74	c estimatedAdderCost: 787
31.56/31.74	c Try to convert by bdds
31.98/32.17	c d: 1
31.98/32.17	c estimatedAdderCost: 789
31.98/32.17	c Try to convert by bdds
32.56/32.70	c d: 1
32.56/32.70	c estimatedAdderCost: 789
32.56/32.70	c Try to convert by bdds
32.97/33.13	c d: 1
32.97/33.13	c estimatedAdderCost: 788
32.97/33.13	c Try to convert by bdds
33.46/33.67	c d: 1
33.46/33.67	c estimatedAdderCost: 787
33.46/33.67	c Try to convert by bdds
33.87/34.10	c d: 1
33.87/34.10	c estimatedAdderCost: 788
33.87/34.10	c Try to convert by bdds
34.45/34.64	c d: 1
34.45/34.64	c estimatedAdderCost: 789
34.45/34.64	c Try to convert by bdds
34.87/35.07	c d: 1
34.87/35.07	c estimatedAdderCost: 787
34.87/35.07	c Try to convert by bdds
35.45/35.61	c d: 1
35.45/35.61	c estimatedAdderCost: 787
35.45/35.61	c Try to convert by bdds
35.86/36.04	c d: 1
35.86/36.04	c estimatedAdderCost: 788
35.86/36.04	c Try to convert by bdds
36.35/36.58	c d: 1
36.35/36.58	c estimatedAdderCost: 787
36.35/36.58	c Try to convert by bdds
36.86/37.01	c d: 1
36.86/37.01	c estimatedAdderCost: 788
36.86/37.01	c Try to convert by bdds
37.34/37.56	c d: 1
37.34/37.56	c estimatedAdderCost: 786
37.34/37.56	c Try to convert by bdds
37.74/37.98	c d: 1
37.74/37.98	c estimatedAdderCost: 788
37.74/37.98	c Try to convert by bdds
38.34/38.53	c d: 1
38.34/38.53	c estimatedAdderCost: 788
38.34/38.53	c Try to convert by bdds
38.74/38.95	c d: 1
38.74/38.95	c estimatedAdderCost: 790
38.74/38.95	c Try to convert by bdds
39.34/39.50	c d: 1
39.34/39.50	c estimatedAdderCost: 787
39.34/39.50	c Try to convert by bdds
39.74/39.93	c d: 1
39.74/39.93	c estimatedAdderCost: 789
39.74/39.93	c Try to convert by bdds
40.23/40.48	c d: 1
40.23/40.48	c estimatedAdderCost: 788
40.23/40.48	c Try to convert by bdds
40.73/40.91	c d: 1
40.73/40.91	c estimatedAdderCost: 788
40.73/40.91	c Try to convert by bdds
41.23/41.46	c d: 1
41.23/41.46	c estimatedAdderCost: 789
41.23/41.46	c Try to convert by bdds
41.63/41.89	c d: 1
41.63/41.89	c estimatedAdderCost: 788
41.63/41.89	c Try to convert by bdds
42.23/42.45	c d: 1
42.23/42.45	c estimatedAdderCost: 792
42.23/42.45	c Try to convert by bdds
42.63/42.88	c d: 1
42.63/42.88	c estimatedAdderCost: 792
42.63/42.88	c Try to convert by bdds
43.22/43.44	c d: 1
43.22/43.44	c estimatedAdderCost: 788
43.22/43.44	c Try to convert by bdds
43.62/43.87	c d: 1
43.62/43.87	c estimatedAdderCost: 787
43.62/43.87	c Try to convert by bdds
44.32/44.59	c d: 1
44.32/44.59	c estimatedAdderCost: 787
44.32/44.59	c Try to convert by bdds
44.83/45.03	c d: 1
44.83/45.03	c estimatedAdderCost: 788
44.83/45.03	c Try to convert by bdds
45.32/45.58	c d: 1
45.32/45.58	c estimatedAdderCost: 789
45.32/45.58	c Try to convert by bdds
45.83/46.02	c d: 1
45.83/46.02	c estimatedAdderCost: 791
45.83/46.02	c Try to convert by bdds
46.31/46.58	c d: 1
46.31/46.58	c estimatedAdderCost: 789
46.31/46.58	c Try to convert by bdds
46.83/47.02	c d: 1
46.83/47.02	c estimatedAdderCost: 787
46.83/47.02	c Try to convert by bdds
47.31/47.58	c d: 1
47.31/47.58	c estimatedAdderCost: 788
47.31/47.58	c Try to convert by bdds
47.82/48.03	c d: 1
47.82/48.03	c estimatedAdderCost: 789
47.82/48.03	c Try to convert by bdds
48.40/48.60	c d: 1
48.40/48.60	c estimatedAdderCost: 787
48.40/48.60	c Try to convert by bdds
48.82/49.04	c d: 1
48.82/49.04	c estimatedAdderCost: 792
48.82/49.04	c Try to convert by bdds
49.41/49.62	c d: 1
49.41/49.62	c estimatedAdderCost: 788
49.41/49.62	c Try to convert by bdds
49.82/50.06	c d: 1
49.82/50.06	c estimatedAdderCost: 789
49.82/50.06	c Try to convert by bdds
50.40/50.64	c d: 1
50.40/50.64	c estimatedAdderCost: 788
50.40/50.64	c Try to convert by bdds
50.82/51.09	c d: 1
50.82/51.09	c estimatedAdderCost: 789
50.82/51.09	c Try to convert by bdds
51.40/51.67	c d: 1
51.40/51.67	c estimatedAdderCost: 788
51.40/51.67	c Try to convert by bdds
51.91/52.11	c d: 1
51.91/52.11	c estimatedAdderCost: 788
51.91/52.11	c Try to convert by bdds
52.40/52.69	c d: 1
52.40/52.69	c estimatedAdderCost: 789
52.40/52.69	c Try to convert by bdds
52.91/53.14	c d: 1
52.91/53.14	c estimatedAdderCost: 788
52.91/53.14	c Try to convert by bdds
53.49/53.73	c d: 1
53.49/53.73	c estimatedAdderCost: 789
53.49/53.73	c Try to convert by bdds
53.91/54.17	c d: 1
53.91/54.17	c estimatedAdderCost: 788
53.91/54.17	c Try to convert by bdds
54.49/54.75	c d: 1
54.49/54.75	c estimatedAdderCost: 787
54.49/54.75	c Try to convert by bdds
54.99/55.20	c d: 1
54.99/55.20	c estimatedAdderCost: 788
54.99/55.20	c Try to convert by bdds
55.49/55.79	c d: 1
55.49/55.79	c estimatedAdderCost: 789
55.49/55.79	c Try to convert by bdds
55.98/56.24	c d: 1
55.98/56.24	c estimatedAdderCost: 788
55.98/56.24	c Try to convert by bdds
56.58/56.82	c d: 1
56.58/56.82	c estimatedAdderCost: 788
56.58/56.82	c Try to convert by bdds
56.98/57.27	c d: 1
56.98/57.27	c estimatedAdderCost: 786
56.98/57.27	c Try to convert by bdds
57.58/57.86	c d: 1
57.58/57.86	c estimatedAdderCost: 788
57.58/57.86	c Try to convert by bdds
58.07/58.31	c d: 1
58.07/58.31	c estimatedAdderCost: 789
58.07/58.31	c Try to convert by bdds
58.57/58.88	c d: 1
58.57/58.88	c estimatedAdderCost: 791
58.57/58.88	c Try to convert by bdds
59.07/59.33	c d: 1
59.07/59.33	c estimatedAdderCost: 790
59.07/59.33	c Try to convert by bdds
59.67/59.91	c d: 1
59.67/59.91	c estimatedAdderCost: 789
59.67/59.91	c Try to convert by bdds
60.07/60.37	c d: 1
60.07/60.37	c estimatedAdderCost: 788
60.07/60.37	c Try to convert by bdds
60.66/60.98	c d: 1
60.66/60.98	c estimatedAdderCost: 788
60.66/60.98	c Try to convert by bdds
61.16/61.44	c d: 1
61.16/61.44	c estimatedAdderCost: 791
61.16/61.44	c Try to convert by bdds
61.78/62.04	c d: 1
61.78/62.04	c estimatedAdderCost: 788
61.78/62.04	c Try to convert by bdds
62.16/62.49	c d: 1
62.16/62.49	c estimatedAdderCost: 790
62.16/62.49	c Try to convert by bdds
62.77/63.07	c d: 1
62.77/63.07	c estimatedAdderCost: 787
62.77/63.07	c Try to convert by bdds
63.25/63.53	c d: 1
63.25/63.53	c estimatedAdderCost: 790
63.25/63.53	c Try to convert by bdds
63.88/64.12	c d: 1
63.88/64.12	c estimatedAdderCost: 790
63.88/64.12	c Try to convert by bdds
64.26/64.57	c d: 1
64.26/64.57	c estimatedAdderCost: 788
64.26/64.57	c Try to convert by bdds
64.87/65.17	c d: 1
64.87/65.17	c estimatedAdderCost: 789
64.87/65.17	c Try to convert by bdds
65.36/65.63	c d: 1
65.36/65.63	c estimatedAdderCost: 790
65.36/65.63	c Try to convert by bdds
65.95/66.22	c d: 1
65.95/66.22	c estimatedAdderCost: 788
65.95/66.22	c Try to convert by bdds
66.35/66.66	c d: 1
66.35/66.66	c estimatedAdderCost: 790
66.35/66.66	c Try to convert by bdds
66.95/67.25	c d: 1
66.95/67.25	c estimatedAdderCost: 787
66.95/67.25	c Try to convert by bdds
67.45/67.71	c d: 1
67.45/67.71	c estimatedAdderCost: 791
67.45/67.71	c Try to convert by bdds
68.04/68.30	c d: 1
68.04/68.30	c estimatedAdderCost: 789
68.04/68.30	c Try to convert by bdds
68.44/68.75	c d: 1
68.44/68.75	c estimatedAdderCost: 791
68.44/68.75	c Try to convert by bdds
69.04/69.35	c d: 1
69.04/69.35	c estimatedAdderCost: 789
69.04/69.35	c Try to convert by bdds
69.54/69.80	c d: 1
69.54/69.80	c estimatedAdderCost: 789
69.54/69.80	c Try to convert by bdds
70.04/70.39	c d: 1
70.04/70.39	c estimatedAdderCost: 788
70.04/70.39	c Try to convert by bdds
70.53/70.85	c d: 1
70.53/70.85	c estimatedAdderCost: 788
70.53/70.85	c Try to convert by bdds
71.13/71.45	c d: 1
71.13/71.45	c estimatedAdderCost: 789
71.13/71.45	c Try to convert by bdds
71.63/71.90	c d: 1
71.63/71.90	c estimatedAdderCost: 788
71.63/71.90	c Try to convert by bdds
72.23/72.50	c d: 1
72.23/72.50	c estimatedAdderCost: 789
72.23/72.50	c Try to convert by bdds
72.63/72.96	c d: 1
72.63/72.96	c estimatedAdderCost: 788
72.63/72.96	c Try to convert by bdds
73.23/73.56	c d: 1
73.23/73.56	c estimatedAdderCost: 788
73.23/73.56	c Try to convert by bdds
73.74/74.02	c d: 1
73.74/74.02	c estimatedAdderCost: 788
73.74/74.02	c Try to convert by bdds
74.32/74.61	c d: 1
74.32/74.61	c estimatedAdderCost: 792
74.32/74.61	c Try to convert by bdds
74.73/75.07	c d: 1
74.73/75.07	c estimatedAdderCost: 789
74.73/75.07	c Try to convert by bdds
75.32/75.66	c d: 1
75.32/75.66	c estimatedAdderCost: 791
75.32/75.66	c Try to convert by bdds
75.83/76.12	c d: 1
75.83/76.12	c estimatedAdderCost: 792
75.83/76.12	c Try to convert by bdds
76.41/76.73	c d: 1
76.41/76.73	c estimatedAdderCost: 788
76.41/76.73	c Try to convert by bdds
76.83/77.19	c d: 1
76.83/77.19	c estimatedAdderCost: 790
76.83/77.19	c Try to convert by bdds
77.41/77.79	c d: 1
77.41/77.79	c estimatedAdderCost: 788
77.41/77.79	c Try to convert by bdds
77.91/78.24	c d: 1
77.91/78.24	c estimatedAdderCost: 789
77.91/78.24	c Try to convert by bdds
78.51/78.84	c d: 1
78.51/78.84	c estimatedAdderCost: 787
78.51/78.84	c Try to convert by bdds
79.00/79.30	c d: 1
79.00/79.30	c estimatedAdderCost: 789
79.00/79.30	c Try to convert by bdds
79.61/79.91	c d: 1
79.61/79.91	c estimatedAdderCost: 787
79.61/79.91	c Try to convert by bdds
80.01/80.37	c d: 1
80.01/80.37	c estimatedAdderCost: 787
80.01/80.37	c Try to convert by bdds
81.00/81.31	c d: 1
81.00/81.31	c estimatedAdderCost: 787
81.00/81.31	c Try to convert by bdds
81.40/81.77	c d: 1
81.40/81.77	c estimatedAdderCost: 789
81.40/81.77	c Try to convert by bdds
82.00/82.38	c d: 1
82.00/82.38	c estimatedAdderCost: 787
82.00/82.38	c Try to convert by bdds
82.49/82.84	c d: 1
82.49/82.84	c estimatedAdderCost: 789
82.49/82.84	c Try to convert by bdds
83.09/83.45	c d: 1
83.09/83.45	c estimatedAdderCost: 788
83.09/83.45	c Try to convert by bdds
83.59/83.91	c d: 1
83.59/83.91	c estimatedAdderCost: 788
83.59/83.91	c Try to convert by bdds
84.19/84.52	c d: 1
84.19/84.52	c estimatedAdderCost: 789
84.19/84.52	c Try to convert by bdds
84.59/85.00	c d: 1
84.59/85.00	c estimatedAdderCost: 788
84.59/85.00	c Try to convert by bdds
85.29/85.60	c d: 1
85.29/85.60	c estimatedAdderCost: 792
85.29/85.60	c Try to convert by bdds
85.71/86.07	c d: 1
85.71/86.07	c estimatedAdderCost: 789
85.71/86.07	c Try to convert by bdds
86.29/86.68	c d: 1
86.29/86.68	c estimatedAdderCost: 787
86.29/86.68	c Try to convert by bdds
86.80/87.15	c d: 1
86.80/87.15	c estimatedAdderCost: 788
86.80/87.15	c Try to convert by bdds
87.38/87.76	c d: 1
87.38/87.76	c estimatedAdderCost: 789
87.38/87.76	c Try to convert by bdds
87.88/88.22	c d: 1
87.88/88.22	c estimatedAdderCost: 792
87.88/88.22	c Try to convert by bdds
88.48/88.84	c d: 1
88.48/88.84	c estimatedAdderCost: 788
88.48/88.84	c Try to convert by bdds
88.98/89.30	c d: 1
88.98/89.30	c estimatedAdderCost: 788
88.98/89.30	c Try to convert by bdds
89.58/89.91	c d: 1
89.58/89.91	c estimatedAdderCost: 788
89.58/89.91	c Try to convert by bdds
89.97/90.38	c d: 1
89.97/90.38	c estimatedAdderCost: 790
89.97/90.38	c Try to convert by bdds
90.57/90.99	c d: 1
90.57/90.99	c estimatedAdderCost: 787
90.57/90.99	c Try to convert by bdds
91.07/91.45	c d: 1
91.07/91.45	c estimatedAdderCost: 787
91.07/91.45	c Try to convert by bdds
91.68/92.08	c d: 1
91.68/92.08	c estimatedAdderCost: 790
91.68/92.08	c Try to convert by bdds
92.16/92.55	c d: 1
92.16/92.55	c estimatedAdderCost: 788
92.16/92.55	c Try to convert by bdds
92.77/93.18	c d: 1
92.77/93.18	c estimatedAdderCost: 787
92.77/93.18	c Try to convert by bdds
93.26/93.66	c d: 1
93.26/93.66	c estimatedAdderCost: 788
93.26/93.66	c Try to convert by bdds
93.87/94.27	c d: 1
93.87/94.27	c estimatedAdderCost: 786
93.87/94.27	c Try to convert by bdds
94.36/94.74	c d: 1
94.36/94.74	c estimatedAdderCost: 787
94.36/94.74	c Try to convert by bdds
94.96/95.36	c d: 1
94.96/95.36	c estimatedAdderCost: 788
94.96/95.36	c Try to convert by bdds
95.46/95.84	c d: 1
95.46/95.84	c estimatedAdderCost: 787
95.46/95.84	c Try to convert by bdds
96.06/96.46	c d: 1
96.06/96.46	c estimatedAdderCost: 787
96.06/96.46	c Try to convert by bdds
96.56/96.93	c d: 1
96.56/96.93	c estimatedAdderCost: 791
96.56/96.93	c Try to convert by bdds
97.15/97.55	c d: 1
97.15/97.55	c estimatedAdderCost: 789
97.15/97.55	c Try to convert by bdds
97.67/98.01	c d: 1
97.67/98.01	c estimatedAdderCost: 789
97.67/98.01	c Try to convert by bdds
98.25/98.63	c d: 1
98.25/98.63	c estimatedAdderCost: 787
98.25/98.63	c Try to convert by bdds
98.66/99.11	c d: 1
98.66/99.11	c estimatedAdderCost: 789
98.66/99.11	c Try to convert by bdds
99.34/99.72	c d: 1
99.34/99.72	c estimatedAdderCost: 788
99.34/99.72	c Try to convert by bdds
99.76/100.19	c d: 1
99.76/100.19	c estimatedAdderCost: 787
99.76/100.19	c Try to convert by bdds
100.44/100.81	c d: 1
100.44/100.81	c estimatedAdderCost: 787
100.44/100.81	c Try to convert by bdds
100.84/101.28	c d: 1
100.84/101.28	c estimatedAdderCost: 787
100.84/101.28	c Try to convert by bdds
101.54/101.91	c d: 1
101.54/101.91	c estimatedAdderCost: 787
101.54/101.91	c Try to convert by bdds
101.93/102.38	c d: 1
101.93/102.38	c estimatedAdderCost: 787
101.93/102.38	c Try to convert by bdds
102.53/103.00	c d: 1
102.53/103.00	c estimatedAdderCost: 787
102.53/103.00	c Try to convert by bdds
103.03/103.47	c d: 1
103.03/103.47	c estimatedAdderCost: 791
103.03/103.47	c Try to convert by bdds
103.64/104.10	c d: 1
103.64/104.10	c estimatedAdderCost: 789
103.64/104.10	c Try to convert by bdds
104.13/104.57	c d: 1
104.13/104.57	c estimatedAdderCost: 789
104.13/104.57	c Try to convert by bdds
104.82/105.20	c d: 1
104.82/105.20	c estimatedAdderCost: 788
104.82/105.20	c Try to convert by bdds
105.22/105.68	c d: 1
105.22/105.68	c estimatedAdderCost: 789
105.22/105.68	c Try to convert by bdds
105.92/106.30	c d: 1
105.92/106.30	c estimatedAdderCost: 788
105.92/106.30	c Try to convert by bdds
106.32/106.78	c d: 1
106.32/106.78	c estimatedAdderCost: 788
106.32/106.78	c Try to convert by bdds
107.02/107.41	c d: 1
107.02/107.41	c estimatedAdderCost: 789
107.02/107.41	c Try to convert by bdds
107.42/107.89	c d: 1
107.42/107.89	c estimatedAdderCost: 788
107.42/107.89	c Try to convert by bdds
108.12/108.51	c d: 1
108.12/108.51	c estimatedAdderCost: 791
108.12/108.51	c Try to convert by bdds
108.52/108.98	c d: 1
108.52/108.98	c estimatedAdderCost: 789
108.52/108.98	c Try to convert by bdds
109.21/109.62	c d: 1
109.21/109.62	c estimatedAdderCost: 788
109.21/109.62	c Try to convert by bdds
109.63/110.10	c d: 1
109.63/110.10	c estimatedAdderCost: 788
109.63/110.10	c Try to convert by bdds
110.31/110.73	c d: 1
110.31/110.73	c estimatedAdderCost: 787
110.31/110.73	c Try to convert by bdds
110.81/111.21	c d: 1
110.81/111.21	c estimatedAdderCost: 787
110.81/111.21	c Try to convert by bdds
111.41/111.84	c d: 1
111.41/111.84	c estimatedAdderCost: 788
111.41/111.84	c Try to convert by bdds
111.90/112.32	c d: 1
111.90/112.32	c estimatedAdderCost: 788
111.90/112.32	c Try to convert by bdds
112.50/112.96	c d: 1
112.50/112.96	c estimatedAdderCost: 788
112.50/112.96	c Try to convert by bdds
113.00/113.43	c d: 1
113.00/113.43	c estimatedAdderCost: 788
113.00/113.43	c Try to convert by bdds
113.61/114.07	c d: 1
113.61/114.07	c estimatedAdderCost: 789
113.61/114.07	c Try to convert by bdds
114.09/114.55	c d: 1
114.09/114.55	c estimatedAdderCost: 790
114.09/114.55	c Try to convert by bdds
114.70/115.18	c d: 1
114.70/115.18	c estimatedAdderCost: 787
114.70/115.18	c Try to convert by bdds
115.19/115.65	c d: 1
115.19/115.65	c estimatedAdderCost: 790
115.19/115.65	c Try to convert by bdds
115.79/116.28	c d: 1
115.79/116.28	c estimatedAdderCost: 787
115.79/116.28	c Try to convert by bdds
116.29/116.76	c d: 1
116.29/116.76	c estimatedAdderCost: 788
116.29/116.76	c Try to convert by bdds
116.88/117.39	c d: 1
116.88/117.39	c estimatedAdderCost: 789
116.88/117.39	c Try to convert by bdds
117.38/117.87	c d: 1
117.38/117.87	c estimatedAdderCost: 787
117.38/117.87	c Try to convert by bdds
118.09/118.51	c d: 1
118.09/118.51	c estimatedAdderCost: 787
118.09/118.51	c Try to convert by bdds
118.49/118.99	c d: 1
118.49/118.99	c estimatedAdderCost: 788
118.49/118.99	c Try to convert by bdds
119.18/119.64	c d: 1
119.18/119.64	c estimatedAdderCost: 787
119.18/119.64	c Try to convert by bdds
119.69/120.12	c d: 1
119.69/120.12	c estimatedAdderCost: 788
119.69/120.12	c Try to convert by bdds
120.28/120.74	c d: 1
120.28/120.74	c estimatedAdderCost: 791
120.28/120.74	c Try to convert by bdds
120.78/121.22	c d: 1
120.78/121.22	c estimatedAdderCost: 788
120.78/121.22	c Try to convert by bdds
121.37/121.86	c d: 1
121.37/121.86	c estimatedAdderCost: 786
121.37/121.86	c Try to convert by bdds
121.87/122.34	c d: 1
121.87/122.34	c estimatedAdderCost: 787
121.87/122.34	c Try to convert by bdds
122.47/122.99	c d: 1
122.47/122.99	c estimatedAdderCost: 790
122.47/122.99	c Try to convert by bdds
122.97/123.47	c d: 1
122.97/123.47	c estimatedAdderCost: 788
122.97/123.47	c Try to convert by bdds
123.68/124.11	c d: 1
123.68/124.11	c estimatedAdderCost: 787
123.68/124.11	c Try to convert by bdds
124.06/124.59	c d: 1
124.06/124.59	c estimatedAdderCost: 789
124.06/124.59	c Try to convert by bdds
124.76/125.22	c d: 1
124.76/125.22	c estimatedAdderCost: 791
124.76/125.22	c Try to convert by bdds
125.26/125.70	c d: 1
125.26/125.70	c estimatedAdderCost: 787
125.26/125.70	c Try to convert by bdds
125.85/126.34	c d: 1
125.85/126.34	c estimatedAdderCost: 788
125.85/126.34	c Try to convert by bdds
126.35/126.82	c d: 1
126.35/126.82	c estimatedAdderCost: 791
126.35/126.82	c Try to convert by bdds
126.95/127.46	c d: 1
126.95/127.46	c estimatedAdderCost: 789
126.95/127.46	c Try to convert by bdds
127.45/127.94	c d: 1
127.45/127.94	c estimatedAdderCost: 787
127.45/127.94	c Try to convert by bdds
128.05/128.59	c d: 1
128.05/128.59	c estimatedAdderCost: 788
128.05/128.59	c Try to convert by bdds
128.56/129.07	c d: 1
128.56/129.07	c estimatedAdderCost: 787
128.56/129.07	c Try to convert by bdds
129.24/129.74	c d: 1
129.24/129.74	c estimatedAdderCost: 789
129.24/129.74	c Try to convert by bdds
129.74/130.22	c d: 1
129.74/130.22	c estimatedAdderCost: 789
129.74/130.22	c Try to convert by bdds
130.34/130.85	c d: 1
130.34/130.85	c estimatedAdderCost: 791
130.34/130.85	c Try to convert by bdds
130.84/131.34	c d: 1
130.84/131.34	c estimatedAdderCost: 787
130.84/131.34	c Try to convert by bdds
131.43/132.00	c d: 1
131.43/132.00	c estimatedAdderCost: 790
131.43/132.00	c Try to convert by bdds
131.93/132.48	c d: 1
131.93/132.48	c estimatedAdderCost: 788
131.93/132.48	c Try to convert by bdds
132.64/133.13	c d: 1
132.64/133.13	c estimatedAdderCost: 789
132.64/133.13	c Try to convert by bdds
133.13/133.61	c d: 1
133.13/133.61	c estimatedAdderCost: 788
133.13/133.61	c Try to convert by bdds
133.73/134.26	c d: 1
133.73/134.26	c estimatedAdderCost: 787
133.73/134.26	c Try to convert by bdds
134.23/134.74	c d: 1
134.23/134.74	c estimatedAdderCost: 787
134.23/134.74	c Try to convert by bdds
134.83/135.38	c d: 1
134.83/135.38	c estimatedAdderCost: 788
134.83/135.38	c Try to convert by bdds
135.33/135.86	c d: 1
135.33/135.86	c estimatedAdderCost: 790
135.33/135.86	c Try to convert by bdds
136.02/136.50	c d: 1
136.02/136.50	c estimatedAdderCost: 788
136.02/136.50	c Try to convert by bdds
136.42/136.97	c d: 1
136.42/136.97	c estimatedAdderCost: 787
136.42/136.97	c Try to convert by bdds
137.12/137.61	c d: 1
137.12/137.61	c estimatedAdderCost: 787
137.12/137.61	c Try to convert by bdds
137.53/138.09	c d: 1
137.53/138.09	c estimatedAdderCost: 790
137.53/138.09	c Try to convert by bdds
138.21/138.73	c d: 1
138.21/138.73	c estimatedAdderCost: 787
138.21/138.73	c Try to convert by bdds
138.71/139.22	c d: 1
138.71/139.22	c estimatedAdderCost: 789
138.71/139.22	c Try to convert by bdds
139.31/139.85	c d: 1
139.31/139.85	c estimatedAdderCost: 788
139.31/139.85	c Try to convert by bdds
139.81/140.34	c d: 1
139.81/140.34	c estimatedAdderCost: 789
139.81/140.34	c Try to convert by bdds
140.41/140.98	c d: 1
140.41/140.98	c estimatedAdderCost: 788
140.41/140.98	c Try to convert by bdds
140.91/141.47	c d: 1
140.91/141.47	c estimatedAdderCost: 790
140.91/141.47	c Try to convert by bdds
141.62/142.12	c d: 1
141.62/142.12	c estimatedAdderCost: 789
141.62/142.12	c Try to convert by bdds
142.10/142.60	c d: 1
142.10/142.60	c estimatedAdderCost: 788
142.10/142.60	c Try to convert by bdds
142.70/143.26	c d: 1
142.70/143.26	c estimatedAdderCost: 789
142.70/143.26	c Try to convert by bdds
143.20/143.75	c d: 1
143.20/143.75	c estimatedAdderCost: 789
143.20/143.75	c Try to convert by bdds
143.79/144.39	c d: 1
143.79/144.39	c estimatedAdderCost: 787
143.79/144.39	c Try to convert by bdds
144.29/144.87	c d: 1
144.29/144.87	c estimatedAdderCost: 787
144.29/144.87	c Try to convert by bdds
144.99/145.53	c d: 1
144.99/145.53	c estimatedAdderCost: 788
144.99/145.53	c Try to convert by bdds
145.50/146.01	c d: 1
145.50/146.01	c estimatedAdderCost: 789
145.50/146.01	c Try to convert by bdds
146.08/146.66	c d: 1
146.08/146.66	c estimatedAdderCost: 788
146.08/146.66	c Try to convert by bdds
146.60/147.14	c d: 1
146.60/147.14	c estimatedAdderCost: 786
146.60/147.14	c Try to convert by bdds
147.18/147.79	c d: 1
147.18/147.79	c estimatedAdderCost: 788
147.18/147.79	c Try to convert by bdds
147.68/148.27	c d: 1
147.68/148.27	c estimatedAdderCost: 787
147.68/148.27	c Try to convert by bdds
148.38/148.91	c d: 1
148.38/148.91	c estimatedAdderCost: 787
148.38/148.91	c Try to convert by bdds
148.87/149.40	c d: 1
148.87/149.40	c estimatedAdderCost: 789
148.87/149.40	c Try to convert by bdds
149.50/150.05	c d: 1
149.50/150.05	c estimatedAdderCost: 788
149.50/150.05	c Try to convert by bdds
149.98/150.54	c d: 1
149.98/150.54	c estimatedAdderCost: 787
149.98/150.54	c Try to convert by bdds
150.67/151.21	c d: 1
150.67/151.21	c estimatedAdderCost: 789
150.67/151.21	c Try to convert by bdds
151.07/151.69	c d: 1
151.07/151.69	c estimatedAdderCost: 788
151.07/151.69	c Try to convert by bdds
151.77/152.34	c d: 1
151.77/152.34	c estimatedAdderCost: 789
151.77/152.34	c Try to convert by bdds
152.27/152.83	c d: 1
152.27/152.83	c estimatedAdderCost: 788
152.27/152.83	c Try to convert by bdds
152.87/153.49	c d: 1
152.87/153.49	c estimatedAdderCost: 789
152.87/153.49	c Try to convert by bdds
153.37/153.98	c d: 1
153.37/153.98	c estimatedAdderCost: 788
153.37/153.98	c Try to convert by bdds
154.06/154.64	c d: 1
154.06/154.64	c estimatedAdderCost: 789
154.06/154.64	c Try to convert by bdds
154.57/155.13	c d: 1
154.57/155.13	c estimatedAdderCost: 788
154.57/155.13	c Try to convert by bdds
155.26/155.80	c d: 1
155.26/155.80	c estimatedAdderCost: 788
155.26/155.80	c Try to convert by bdds
155.66/156.28	c d: 1
155.66/156.28	c estimatedAdderCost: 790
155.66/156.28	c Try to convert by bdds
156.35/156.93	c d: 1
156.35/156.93	c estimatedAdderCost: 787
156.35/156.93	c Try to convert by bdds
156.85/157.42	c d: 1
156.85/157.42	c estimatedAdderCost: 789
156.85/157.42	c Try to convert by bdds
157.46/158.08	c d: 1
157.46/158.08	c estimatedAdderCost: 788
157.46/158.08	c Try to convert by bdds
157.95/158.57	c d: 1
157.95/158.57	c estimatedAdderCost: 787
157.95/158.57	c Try to convert by bdds
159.34/159.93	c d: 1
159.34/159.93	c estimatedAdderCost: 788
159.34/159.93	c Try to convert by bdds
159.84/160.42	c d: 1
159.84/160.42	c estimatedAdderCost: 790
159.84/160.42	c Try to convert by bdds
160.45/161.06	c d: 1
160.45/161.06	c estimatedAdderCost: 789
160.45/161.06	c Try to convert by bdds
160.94/161.55	c d: 1
160.94/161.55	c estimatedAdderCost: 789
160.94/161.55	c Try to convert by bdds
161.64/162.21	c d: 1
161.64/162.21	c estimatedAdderCost: 788
161.64/162.21	c Try to convert by bdds
162.13/162.71	c d: 1
162.13/162.71	c estimatedAdderCost: 790
162.13/162.71	c Try to convert by bdds
162.73/163.36	c d: 1
162.73/163.36	c estimatedAdderCost: 787
162.73/163.36	c Try to convert by bdds
163.23/163.85	c d: 1
163.23/163.85	c estimatedAdderCost: 788
163.23/163.85	c Try to convert by bdds
163.83/164.49	c d: 1
163.83/164.49	c estimatedAdderCost: 792
163.83/164.49	c Try to convert by bdds
164.32/164.98	c d: 1
164.32/164.98	c estimatedAdderCost: 788
164.32/164.98	c Try to convert by bdds
165.02/165.63	c d: 1
165.02/165.63	c estimatedAdderCost: 789
165.02/165.63	c Try to convert by bdds
165.53/166.12	c d: 1
165.53/166.12	c estimatedAdderCost: 788
165.53/166.12	c Try to convert by bdds
166.12/166.78	c d: 1
166.12/166.78	c estimatedAdderCost: 787
166.12/166.78	c Try to convert by bdds
166.61/167.27	c d: 1
166.61/167.27	c estimatedAdderCost: 791
166.61/167.27	c Try to convert by bdds
167.31/167.93	c d: 1
167.31/167.93	c estimatedAdderCost: 789
167.31/167.93	c Try to convert by bdds
167.81/168.41	c d: 1
167.81/168.41	c estimatedAdderCost: 787
167.81/168.41	c Try to convert by bdds
168.43/169.06	c d: 1
168.43/169.06	c estimatedAdderCost: 787
168.43/169.06	c Try to convert by bdds
168.91/169.55	c d: 1
168.91/169.55	c estimatedAdderCost: 788
168.91/169.55	c Try to convert by bdds
169.61/170.20	c d: 1
169.61/170.20	c estimatedAdderCost: 788
169.61/170.20	c Try to convert by bdds
170.01/170.69	c d: 1
170.01/170.69	c estimatedAdderCost: 787
170.01/170.69	c Try to convert by bdds
170.70/171.36	c d: 1
170.70/171.36	c estimatedAdderCost: 789
170.70/171.36	c Try to convert by bdds
171.20/171.84	c d: 1
171.20/171.84	c estimatedAdderCost: 787
171.20/171.84	c Try to convert by bdds
171.90/172.51	c d: 1
171.90/172.51	c estimatedAdderCost: 789
171.90/172.51	c Try to convert by bdds
172.30/172.99	c d: 1
172.30/172.99	c estimatedAdderCost: 787
172.30/172.99	c Try to convert by bdds
172.99/173.65	c d: 1
172.99/173.65	c estimatedAdderCost: 788
172.99/173.65	c Try to convert by bdds
173.51/174.14	c d: 1
173.51/174.14	c estimatedAdderCost: 788
173.51/174.14	c Try to convert by bdds
174.09/174.78	c d: 1
174.09/174.78	c estimatedAdderCost: 791
174.09/174.78	c Try to convert by bdds
174.59/175.27	c d: 1
174.59/175.27	c estimatedAdderCost: 788
174.59/175.27	c Try to convert by bdds
175.29/175.92	c d: 1
175.29/175.92	c estimatedAdderCost: 790
175.29/175.92	c Try to convert by bdds
175.78/176.41	c d: 1
175.78/176.41	c estimatedAdderCost: 789
175.78/176.41	c Try to convert by bdds
176.39/177.05	c d: 1
176.39/177.05	c estimatedAdderCost: 790
176.39/177.05	c Try to convert by bdds
176.88/177.54	c d: 1
176.88/177.54	c estimatedAdderCost: 788
176.88/177.54	c Try to convert by bdds
177.58/178.20	c d: 1
177.58/178.20	c estimatedAdderCost: 787
177.58/178.20	c Try to convert by bdds
177.97/178.69	c d: 1
177.97/178.69	c estimatedAdderCost: 788
177.97/178.69	c Try to convert by bdds
178.67/179.35	c d: 1
178.67/179.35	c estimatedAdderCost: 789
178.67/179.35	c Try to convert by bdds
179.18/179.84	c d: 1
179.18/179.84	c estimatedAdderCost: 788
179.18/179.84	c Try to convert by bdds
179.88/180.51	c d: 1
179.88/180.51	c estimatedAdderCost: 789
179.88/180.51	c Try to convert by bdds
180.27/180.99	c d: 1
180.27/180.99	c estimatedAdderCost: 787
180.27/180.99	c Try to convert by bdds
180.97/181.66	c d: 1
180.97/181.66	c estimatedAdderCost: 790
180.97/181.66	c Try to convert by bdds
181.48/182.15	c d: 1
181.48/182.15	c estimatedAdderCost: 790
181.48/182.15	c Try to convert by bdds
182.17/182.80	c d: 1
182.17/182.80	c estimatedAdderCost: 787
182.17/182.80	c Try to convert by bdds
182.57/183.29	c d: 1
182.57/183.29	c estimatedAdderCost: 789
182.57/183.29	c Try to convert by bdds
183.26/183.95	c d: 1
183.26/183.95	c estimatedAdderCost: 788
183.26/183.95	c Try to convert by bdds
183.76/184.44	c d: 1
183.76/184.44	c estimatedAdderCost: 787
183.76/184.44	c Try to convert by bdds
184.37/185.10	c d: 1
184.37/185.10	c estimatedAdderCost: 788
184.37/185.10	c Try to convert by bdds
184.95/185.60	c d: 1
184.95/185.60	c estimatedAdderCost: 787
184.95/185.60	c Try to convert by bdds
185.55/186.25	c d: 1
185.55/186.25	c estimatedAdderCost: 787
185.55/186.25	c Try to convert by bdds
186.05/186.75	c d: 1
186.05/186.75	c estimatedAdderCost: 787
186.05/186.75	c Try to convert by bdds
186.75/187.43	c d: 1
186.75/187.43	c estimatedAdderCost: 789
186.75/187.43	c Try to convert by bdds
187.24/187.92	c d: 1
187.24/187.92	c estimatedAdderCost: 787
187.24/187.92	c Try to convert by bdds
187.84/188.59	c d: 1
187.84/188.59	c estimatedAdderCost: 790
187.84/188.59	c Try to convert by bdds
188.35/189.08	c d: 1
188.35/189.08	c estimatedAdderCost: 788
188.35/189.08	c Try to convert by bdds
189.04/189.72	c d: 1
189.04/189.72	c estimatedAdderCost: 791
189.04/189.72	c Try to convert by bdds
189.53/190.22	c d: 1
189.53/190.22	c estimatedAdderCost: 788
189.53/190.22	c Try to convert by bdds
190.13/190.88	c d: 1
190.13/190.88	c estimatedAdderCost: 789
190.13/190.88	c Try to convert by bdds
190.63/191.37	c d: 1
190.63/191.37	c estimatedAdderCost: 790
190.63/191.37	c Try to convert by bdds
191.34/192.03	c d: 1
191.34/192.03	c estimatedAdderCost: 787
191.34/192.03	c Try to convert by bdds
191.83/192.53	c d: 1
191.83/192.53	c estimatedAdderCost: 789
191.83/192.53	c Try to convert by bdds
192.45/193.18	c d: 1
192.45/193.18	c estimatedAdderCost: 790
192.45/193.18	c Try to convert by bdds
192.93/193.67	c d: 1
192.93/193.67	c estimatedAdderCost: 787
192.93/193.67	c Try to convert by bdds
193.63/194.33	c d: 1
193.63/194.33	c estimatedAdderCost: 787
193.63/194.33	c Try to convert by bdds
194.13/194.82	c d: 1
194.13/194.82	c estimatedAdderCost: 789
194.13/194.82	c Try to convert by bdds
194.72/195.48	c d: 1
194.72/195.48	c estimatedAdderCost: 788
194.72/195.48	c Try to convert by bdds
195.22/195.97	c d: 1
195.22/195.97	c estimatedAdderCost: 788
195.22/195.97	c Try to convert by bdds
195.92/196.63	c d: 1
195.92/196.63	c estimatedAdderCost: 789
195.92/196.63	c Try to convert by bdds
196.43/197.13	c d: 1
196.43/197.13	c estimatedAdderCost: 790
196.43/197.13	c Try to convert by bdds
197.01/197.77	c d: 1
197.01/197.77	c estimatedAdderCost: 790
197.01/197.77	c Try to convert by bdds
197.51/198.27	c d: 1
197.51/198.27	c estimatedAdderCost: 788
197.51/198.27	c Try to convert by bdds
198.21/198.95	c d: 1
198.21/198.95	c estimatedAdderCost: 788
198.21/198.95	c Try to convert by bdds
198.71/199.44	c d: 1
198.71/199.44	c estimatedAdderCost: 788
198.71/199.44	c Try to convert by bdds
199.42/200.11	c d: 1
199.42/200.11	c estimatedAdderCost: 789
199.42/200.11	c Try to convert by bdds
199.90/200.60	c d: 1
199.90/200.60	c estimatedAdderCost: 790
199.90/200.60	c Try to convert by bdds
200.50/201.27	c d: 1
200.50/201.27	c estimatedAdderCost: 790
200.50/201.27	c Try to convert by bdds
201.00/201.76	c d: 1
201.00/201.76	c estimatedAdderCost: 788
201.00/201.76	c Try to convert by bdds
201.70/202.42	c d: 1
201.70/202.42	c estimatedAdderCost: 788
201.70/202.42	c Try to convert by bdds
202.20/202.92	c d: 1
202.20/202.92	c estimatedAdderCost: 788
202.20/202.92	c Try to convert by bdds
202.79/203.60	c d: 1
202.79/203.60	c estimatedAdderCost: 789
202.79/203.60	c Try to convert by bdds
203.31/204.09	c d: 1
203.31/204.09	c estimatedAdderCost: 787
203.31/204.09	c Try to convert by bdds
203.99/204.76	c d: 1
203.99/204.76	c estimatedAdderCost: 790
203.99/204.76	c Try to convert by bdds
204.49/205.26	c d: 1
204.49/205.26	c estimatedAdderCost: 788
204.49/205.26	c Try to convert by bdds
205.18/205.92	c d: 1
205.18/205.92	c estimatedAdderCost: 787
205.18/205.92	c Try to convert by bdds
205.68/206.41	c d: 1
205.68/206.41	c estimatedAdderCost: 788
205.68/206.41	c Try to convert by bdds
206.29/207.09	c d: 1
206.29/207.09	c estimatedAdderCost: 788
206.29/207.09	c Try to convert by bdds
206.78/207.59	c d: 1
206.78/207.59	c estimatedAdderCost: 788
206.78/207.59	c Try to convert by bdds
207.47/208.25	c d: 1
207.47/208.25	c estimatedAdderCost: 788
207.47/208.25	c Try to convert by bdds
207.97/208.74	c d: 1
207.97/208.74	c estimatedAdderCost: 790
207.97/208.74	c Try to convert by bdds
208.67/209.40	c d: 1
208.67/209.40	c estimatedAdderCost: 787
208.67/209.40	c Try to convert by bdds
209.17/209.90	c d: 1
209.17/209.90	c estimatedAdderCost: 787
209.17/209.90	c Try to convert by bdds
209.77/210.57	c d: 1
209.77/210.57	c estimatedAdderCost: 789
209.77/210.57	c Try to convert by bdds
210.28/211.07	c d: 1
210.28/211.07	c estimatedAdderCost: 789
210.28/211.07	c Try to convert by bdds
210.96/211.72	c d: 1
210.96/211.72	c estimatedAdderCost: 790
210.96/211.72	c Try to convert by bdds
211.46/212.22	c d: 1
211.46/212.22	c estimatedAdderCost: 788
211.46/212.22	c Try to convert by bdds
212.06/212.88	c d: 1
212.06/212.88	c estimatedAdderCost: 788
212.06/212.88	c Try to convert by bdds
212.56/213.37	c d: 1
212.56/213.37	c estimatedAdderCost: 789
212.56/213.37	c Try to convert by bdds
213.28/214.03	c d: 1
213.28/214.03	c estimatedAdderCost: 788
213.28/214.03	c Try to convert by bdds
213.76/214.53	c d: 1
213.76/214.53	c estimatedAdderCost: 787
213.76/214.53	c Try to convert by bdds
214.46/215.21	c d: 1
214.46/215.21	c estimatedAdderCost: 789
214.46/215.21	c Try to convert by bdds
214.96/215.70	c d: 1
214.96/215.70	c estimatedAdderCost: 788
214.96/215.70	c Try to convert by bdds
215.56/216.37	c d: 1
215.56/216.37	c estimatedAdderCost: 788
215.56/216.37	c Try to convert by bdds
216.05/216.86	c d: 1
216.05/216.86	c estimatedAdderCost: 788
216.05/216.86	c Try to convert by bdds
216.75/217.55	c d: 1
216.75/217.55	c estimatedAdderCost: 788
216.75/217.55	c Try to convert by bdds
217.26/218.05	c d: 1
217.26/218.05	c estimatedAdderCost: 790
217.26/218.05	c Try to convert by bdds
217.95/218.71	c d: 1
217.95/218.71	c estimatedAdderCost: 790
217.95/218.71	c Try to convert by bdds
218.44/219.21	c d: 1
218.44/219.21	c estimatedAdderCost: 788
218.44/219.21	c Try to convert by bdds
219.04/219.87	c d: 1
219.04/219.87	c estimatedAdderCost: 788
219.04/219.87	c Try to convert by bdds
219.54/220.37	c d: 1
219.54/220.37	c estimatedAdderCost: 788
219.54/220.37	c Try to convert by bdds
220.25/221.03	c d: 1
220.25/221.03	c estimatedAdderCost: 788
220.25/221.03	c Try to convert by bdds
220.73/221.52	c d: 1
220.73/221.52	c estimatedAdderCost: 788
220.73/221.52	c Try to convert by bdds
221.35/222.18	c d: 1
221.35/222.18	c estimatedAdderCost: 786
221.35/222.18	c Try to convert by bdds
221.83/222.67	c d: 1
221.83/222.67	c estimatedAdderCost: 791
221.83/222.67	c Try to convert by bdds
222.53/223.35	c d: 1
222.53/223.35	c estimatedAdderCost: 789
222.53/223.35	c Try to convert by bdds
223.03/223.84	c d: 1
223.03/223.84	c estimatedAdderCost: 788
223.03/223.84	c Try to convert by bdds
223.72/224.51	c d: 1
223.72/224.51	c estimatedAdderCost: 789
223.72/224.51	c Try to convert by bdds
224.12/225.01	c d: 1
224.12/225.01	c estimatedAdderCost: 787
224.12/225.01	c Try to convert by bdds
224.82/225.68	c d: 1
224.82/225.68	c estimatedAdderCost: 788
224.82/225.68	c Try to convert by bdds
225.33/226.17	c d: 1
225.33/226.17	c estimatedAdderCost: 788
225.33/226.17	c Try to convert by bdds
226.01/226.85	c d: 1
226.01/226.85	c estimatedAdderCost: 789
226.01/226.85	c Try to convert by bdds
226.51/227.35	c d: 1
226.51/227.35	c estimatedAdderCost: 790
226.51/227.35	c Try to convert by bdds
227.22/228.01	c d: 1
227.22/228.01	c estimatedAdderCost: 789
227.22/228.01	c Try to convert by bdds
227.70/228.51	c d: 1
227.70/228.51	c estimatedAdderCost: 206
227.70/228.51	c Try to convert by bdds
227.70/228.54	c d: 1
227.70/228.54	c estimatedAdderCost: 204
227.70/228.54	c Try to convert by bdds
227.70/228.56	c d: 1
227.70/228.56	c estimatedAdderCost: 205
227.70/228.56	c Try to convert by bdds
227.70/228.59	c d: 1
227.70/228.59	c estimatedAdderCost: 204
227.70/228.59	c Try to convert by bdds
227.80/228.61	c d: 1
227.80/228.61	c estimatedAdderCost: 202
227.80/228.61	c Try to convert by bdds
227.80/228.64	c d: 1
227.80/228.64	c estimatedAdderCost: 204
227.80/228.64	c Try to convert by bdds
227.80/228.67	c d: 1
227.80/228.67	c estimatedAdderCost: 204
227.80/228.67	c Try to convert by bdds
227.90/228.70	c d: 1
227.90/228.70	c estimatedAdderCost: 204
227.90/228.70	c Try to convert by bdds
227.90/228.73	c d: 1
227.90/228.73	c estimatedAdderCost: 202
227.90/228.73	c Try to convert by bdds
227.90/228.76	c d: 1
227.90/228.76	c estimatedAdderCost: 204
227.90/228.76	c Try to convert by bdds
227.90/228.78	c d: 1
227.90/228.78	c estimatedAdderCost: 204
227.90/228.78	c Try to convert by bdds
228.00/228.81	c d: 1
228.00/228.81	c estimatedAdderCost: 204
228.00/228.81	c Try to convert by bdds
228.00/228.83	c d: 1
228.00/228.83	c estimatedAdderCost: 205
228.00/228.83	c Try to convert by bdds
228.00/228.86	c d: 1
228.00/228.86	c estimatedAdderCost: 205
228.00/228.86	c Try to convert by bdds
228.00/228.88	c d: 1
228.00/228.88	c estimatedAdderCost: 204
228.00/228.88	c Try to convert by bdds
228.10/228.91	c d: 1
228.10/228.91	c estimatedAdderCost: 202
228.10/228.91	c Try to convert by bdds
228.10/228.93	c d: 1
228.10/228.93	c estimatedAdderCost: 202
228.10/228.93	c Try to convert by bdds
228.10/228.96	c d: 1
228.10/228.96	c estimatedAdderCost: 204
228.10/228.96	c Try to convert by bdds
228.10/228.99	c d: 1
228.10/228.99	c estimatedAdderCost: 205
228.10/228.99	c Try to convert by bdds
228.22/229.02	c d: 1
228.22/229.02	c estimatedAdderCost: 203
228.22/229.02	c Try to convert by bdds
228.22/229.04	c d: 1
228.22/229.04	c estimatedAdderCost: 204
228.22/229.04	c Try to convert by bdds
228.22/229.07	c d: 1
228.22/229.07	c estimatedAdderCost: 204
228.22/229.07	c Try to convert by bdds
228.22/229.09	c d: 1
228.22/229.09	c estimatedAdderCost: 203
228.22/229.09	c Try to convert by bdds
228.32/229.12	c d: 1
228.32/229.12	c estimatedAdderCost: 203
228.32/229.12	c Try to convert by bdds
228.32/229.15	c d: 1
228.32/229.15	c estimatedAdderCost: 203
228.32/229.15	c Try to convert by bdds
228.32/229.18	c d: 1
228.32/229.18	c estimatedAdderCost: 205
228.32/229.18	c Try to convert by bdds
228.40/229.20	c d: 1
228.40/229.20	c estimatedAdderCost: 203
228.40/229.20	c Try to convert by bdds
228.40/229.23	c d: 1
228.40/229.23	c estimatedAdderCost: 204
228.40/229.23	c Try to convert by bdds
228.40/229.25	c d: 1
228.40/229.25	c estimatedAdderCost: 204
228.40/229.25	c Try to convert by bdds
228.40/229.28	c d: 1
228.40/229.28	c estimatedAdderCost: 206
228.40/229.28	c Try to convert by bdds
228.50/229.30	c d: 1
228.50/229.30	c estimatedAdderCost: 203
228.50/229.30	c Try to convert by bdds
228.50/229.33	c d: 1
228.50/229.33	c estimatedAdderCost: 204
228.50/229.33	c Try to convert by bdds
228.50/229.36	c d: 1
228.50/229.36	c estimatedAdderCost: 203
228.50/229.36	c Try to convert by bdds
228.50/229.39	c d: 1
228.50/229.39	c estimatedAdderCost: 204
228.50/229.39	c Try to convert by bdds
228.60/229.41	c d: 1
228.60/229.41	c estimatedAdderCost: 204
228.60/229.41	c Try to convert by bdds
228.60/229.44	c d: 1
228.60/229.44	c estimatedAdderCost: 204
228.60/229.44	c Try to convert by bdds
228.60/229.46	c d: 1
228.60/229.46	c estimatedAdderCost: 204
228.60/229.46	c Try to convert by bdds
228.70/229.50	c d: 1
228.70/229.50	c estimatedAdderCost: 204
228.70/229.50	c Try to convert by bdds
228.70/229.52	c d: 1
228.70/229.52	c estimatedAdderCost: 205
228.70/229.52	c Try to convert by bdds
228.70/229.55	c d: 1
228.70/229.55	c estimatedAdderCost: 205
228.70/229.55	c Try to convert by bdds
228.70/229.57	c d: 1
228.70/229.57	c estimatedAdderCost: 204
228.70/229.57	c Try to convert by bdds
228.80/229.60	c d: 1
228.80/229.60	c estimatedAdderCost: 204
228.80/229.60	c Try to convert by bdds
228.80/229.62	c d: 1
228.80/229.62	c estimatedAdderCost: 206
228.80/229.62	c Try to convert by bdds
228.80/229.65	c d: 1
228.80/229.65	c estimatedAdderCost: 204
228.80/229.65	c Try to convert by bdds
228.80/229.68	c d: 1
228.80/229.68	c estimatedAdderCost: 205
228.80/229.68	c Try to convert by bdds
228.90/229.71	c d: 1
228.90/229.71	c estimatedAdderCost: 204
228.90/229.71	c Try to convert by bdds
228.90/229.73	c d: 1
228.90/229.73	c estimatedAdderCost: 204
228.90/229.73	c Try to convert by bdds
228.90/229.76	c d: 1
228.90/229.76	c estimatedAdderCost: 204
228.90/229.76	c Try to convert by bdds
228.90/229.78	c d: 1
228.90/229.78	c estimatedAdderCost: 203
228.90/229.78	c Try to convert by bdds
229.00/229.81	c d: 1
229.00/229.81	c estimatedAdderCost: 203
229.00/229.81	c Try to convert by bdds
229.00/229.83	c d: 1
229.00/229.83	c estimatedAdderCost: 203
229.00/229.83	c Try to convert by bdds
229.00/229.86	c d: 1
229.00/229.86	c estimatedAdderCost: 205
229.00/229.86	c Try to convert by bdds
229.00/229.89	c d: 1
229.00/229.89	c estimatedAdderCost: 204
229.00/229.89	c Try to convert by bdds
229.10/229.92	c d: 1
229.10/229.92	c estimatedAdderCost: 205
229.10/229.92	c Try to convert by bdds
229.10/229.94	c d: 1
229.10/229.94	c estimatedAdderCost: 204
229.10/229.94	c Try to convert by bdds
229.10/229.97	c d: 1
229.10/229.97	c estimatedAdderCost: 203
229.10/229.97	c Try to convert by bdds
229.10/229.99	c d: 1
229.10/229.99	c estimatedAdderCost: 203
229.10/229.99	c Try to convert by bdds
229.22/230.02	c d: 1
229.22/230.02	c estimatedAdderCost: 204
229.22/230.02	c Try to convert by bdds
229.22/230.04	c d: 1
229.22/230.04	c estimatedAdderCost: 202
229.22/230.04	c Try to convert by bdds
229.22/230.07	c d: 1
229.22/230.07	c estimatedAdderCost: 204
229.22/230.07	c Try to convert by bdds
229.22/230.10	c d: 1
229.22/230.10	c estimatedAdderCost: 204
229.22/230.10	c Try to convert by bdds
229.32/230.13	c d: 1
229.32/230.13	c estimatedAdderCost: 203
229.32/230.13	c Try to convert by bdds
229.32/230.15	c d: 1
229.32/230.15	c estimatedAdderCost: 205
229.32/230.15	c Try to convert by bdds
229.32/230.18	c d: 1
229.32/230.18	c estimatedAdderCost: 203
229.32/230.18	c Try to convert by bdds
229.41/230.20	c d: 1
229.41/230.20	c estimatedAdderCost: 202
229.41/230.20	c Try to convert by bdds
229.41/230.23	c d: 1
229.41/230.23	c estimatedAdderCost: 204
229.41/230.23	c Try to convert by bdds
229.41/230.26	c d: 1
229.41/230.26	c estimatedAdderCost: 203
229.41/230.26	c Try to convert by bdds
229.41/230.29	c d: 1
229.41/230.29	c estimatedAdderCost: 205
229.41/230.29	c Try to convert by bdds
229.51/230.31	c d: 1
229.51/230.31	c estimatedAdderCost: 204
229.51/230.31	c Try to convert by bdds
229.51/230.34	c d: 1
229.51/230.34	c estimatedAdderCost: 205
229.51/230.34	c Try to convert by bdds
229.51/230.36	c d: 1
229.51/230.36	c estimatedAdderCost: 204
229.51/230.36	c Try to convert by bdds
229.51/230.39	c d: 1
229.51/230.39	c estimatedAdderCost: 202
229.51/230.39	c Try to convert by bdds
229.61/230.41	c d: 1
229.61/230.41	c estimatedAdderCost: 204
229.61/230.41	c Try to convert by bdds
229.61/230.44	c d: 1
229.61/230.44	c estimatedAdderCost: 202
229.61/230.44	c Try to convert by bdds
229.61/230.47	c d: 1
229.61/230.47	c estimatedAdderCost: 204
229.61/230.47	c Try to convert by bdds
229.71/230.50	c d: 1
229.71/230.50	c estimatedAdderCost: 204
229.71/230.50	c Try to convert by bdds
229.71/230.52	c d: 1
229.71/230.52	c estimatedAdderCost: 204
229.71/230.52	c Try to convert by bdds
229.71/230.55	c d: 1
229.71/230.55	c estimatedAdderCost: 204
229.71/230.55	c Try to convert by bdds
229.71/230.57	c d: 1
229.71/230.57	c estimatedAdderCost: 205
229.71/230.57	c Try to convert by bdds
229.81/230.60	c d: 1
229.81/230.60	c estimatedAdderCost: 204
229.81/230.60	c Try to convert by bdds
229.81/230.63	c d: 1
229.81/230.63	c estimatedAdderCost: 204
229.81/230.63	c Try to convert by bdds
229.81/230.66	c d: 1
229.81/230.66	c estimatedAdderCost: 206
229.81/230.66	c Try to convert by bdds
229.81/230.68	c d: 1
229.81/230.68	c estimatedAdderCost: 206
229.81/230.68	c Try to convert by bdds
229.90/230.71	c d: 1
229.90/230.71	c estimatedAdderCost: 204
229.90/230.71	c Try to convert by bdds
229.90/230.73	c d: 1
229.90/230.73	c estimatedAdderCost: 204
229.90/230.73	c Try to convert by bdds
229.90/230.77	c d: 1
229.90/230.77	c estimatedAdderCost: 203
229.90/230.77	c Try to convert by bdds
229.90/230.79	c d: 1
229.90/230.79	c estimatedAdderCost: 205
229.90/230.79	c Try to convert by bdds
230.00/230.82	c d: 1
230.00/230.82	c estimatedAdderCost: 205
230.00/230.82	c Try to convert by bdds
230.00/230.84	c d: 1
230.00/230.84	c estimatedAdderCost: 204
230.00/230.84	c Try to convert by bdds
230.00/230.87	c d: 1
230.00/230.87	c estimatedAdderCost: 204
230.00/230.87	c Try to convert by bdds
230.00/230.89	c d: 1
230.00/230.89	c estimatedAdderCost: 204
230.00/230.89	c Try to convert by bdds
230.10/230.93	c d: 1
230.10/230.93	c estimatedAdderCost: 202
230.10/230.93	c Try to convert by bdds
230.10/230.95	c d: 1
230.10/230.95	c estimatedAdderCost: 205
230.10/230.95	c Try to convert by bdds
230.10/230.98	c d: 1
230.10/230.98	c estimatedAdderCost: 204
230.10/230.98	c Try to convert by bdds
230.10/231.00	c d: 1
230.10/231.00	c estimatedAdderCost: 203
230.10/231.00	c Try to convert by bdds
230.22/231.03	c d: 1
230.22/231.03	c estimatedAdderCost: 204
230.22/231.03	c Try to convert by bdds
230.22/231.06	c d: 1
230.22/231.06	c estimatedAdderCost: 204
230.22/231.06	c Try to convert by bdds
230.22/231.09	c d: 1
230.22/231.09	c estimatedAdderCost: 204
230.22/231.09	c Try to convert by bdds
230.32/231.11	c d: 1
230.32/231.11	c estimatedAdderCost: 203
230.32/231.11	c Try to convert by bdds
230.32/231.14	c d: 1
230.32/231.14	c estimatedAdderCost: 203
230.32/231.14	c Try to convert by bdds
230.32/231.16	c d: 1
230.32/231.16	c estimatedAdderCost: 203
230.32/231.16	c Try to convert by bdds
230.32/231.20	c d: 1
230.32/231.20	c estimatedAdderCost: 203
230.32/231.20	c Try to convert by bdds
230.40/231.22	c d: 1
230.40/231.22	c estimatedAdderCost: 204
230.40/231.22	c Try to convert by bdds
230.40/231.25	c d: 1
230.40/231.25	c estimatedAdderCost: 206
230.40/231.25	c Try to convert by bdds
230.40/231.27	c d: 1
230.40/231.27	c estimatedAdderCost: 203
230.40/231.27	c Try to convert by bdds
230.50/231.30	c d: 1
230.50/231.30	c estimatedAdderCost: 205
230.50/231.30	c Try to convert by bdds
230.50/231.32	c d: 1
230.50/231.32	c estimatedAdderCost: 205
230.50/231.32	c Try to convert by bdds
230.50/231.35	c d: 1
230.50/231.35	c estimatedAdderCost: 205
230.50/231.35	c Try to convert by bdds
230.50/231.38	c d: 1
230.50/231.38	c estimatedAdderCost: 204
230.50/231.38	c Try to convert by bdds
230.60/231.41	c d: 1
230.60/231.41	c estimatedAdderCost: 206
230.60/231.41	c Try to convert by bdds
230.60/231.43	c d: 1
230.60/231.43	c estimatedAdderCost: 205
230.60/231.43	c Try to convert by bdds
230.60/231.46	c d: 1
230.60/231.46	c estimatedAdderCost: 205
230.60/231.46	c Try to convert by bdds
230.60/231.48	c d: 1
230.60/231.48	c estimatedAdderCost: 204
230.60/231.48	c Try to convert by bdds
230.70/231.51	c d: 1
230.70/231.51	c estimatedAdderCost: 205
230.70/231.51	c Try to convert by bdds
230.70/231.54	c d: 1
230.70/231.54	c estimatedAdderCost: 202
230.70/231.54	c Try to convert by bdds
230.70/231.57	c d: 1
230.70/231.57	c estimatedAdderCost: 204
230.70/231.57	c Try to convert by bdds
230.70/231.59	c d: 1
230.70/231.59	c estimatedAdderCost: 204
230.70/231.59	c Try to convert by bdds
230.80/231.62	c d: 1
230.80/231.62	c estimatedAdderCost: 204
230.80/231.62	c Try to convert by bdds
230.80/231.64	c d: 1
230.80/231.64	c estimatedAdderCost: 205
230.80/231.64	c Try to convert by bdds
230.80/231.67	c d: 1
230.80/231.67	c estimatedAdderCost: 204
230.80/231.67	c Try to convert by bdds
230.80/231.69	c d: 1
230.80/231.69	c estimatedAdderCost: 203
230.80/231.69	c Try to convert by bdds
230.90/231.72	c d: 1
230.90/231.72	c estimatedAdderCost: 205
230.90/231.72	c Try to convert by bdds
230.90/231.75	c d: 1
230.90/231.75	c estimatedAdderCost: 203
230.90/231.75	c Try to convert by bdds
230.90/231.78	c d: 1
230.90/231.78	c estimatedAdderCost: 204
230.90/231.78	c Try to convert by bdds
231.00/231.80	c d: 1
231.00/231.80	c estimatedAdderCost: 204
231.00/231.80	c Try to convert by bdds
231.00/231.83	c d: 1
231.00/231.83	c estimatedAdderCost: 204
231.00/231.83	c Try to convert by bdds
231.00/231.85	c d: 1
231.00/231.85	c estimatedAdderCost: 203
231.00/231.85	c Try to convert by bdds
231.00/231.88	c d: 1
231.00/231.88	c estimatedAdderCost: 205
231.00/231.88	c Try to convert by bdds
231.10/231.90	c d: 1
231.10/231.90	c estimatedAdderCost: 206
231.10/231.90	c Try to convert by bdds
231.10/231.94	c d: 1
231.10/231.94	c estimatedAdderCost: 204
231.10/231.94	c Try to convert by bdds
231.10/231.96	c d: 1
231.10/231.96	c estimatedAdderCost: 203
231.10/231.96	c Try to convert by bdds
231.10/231.99	c d: 1
231.10/231.99	c estimatedAdderCost: 205
231.10/231.99	c Try to convert by bdds
231.21/232.01	c d: 1
231.21/232.01	c estimatedAdderCost: 203
231.21/232.01	c Try to convert by bdds
231.21/232.04	c d: 1
231.21/232.04	c estimatedAdderCost: 205
231.21/232.04	c Try to convert by bdds
231.21/232.07	c d: 1
231.21/232.07	c estimatedAdderCost: 204
231.21/232.07	c Try to convert by bdds
231.21/232.09	c d: 1
231.21/232.09	c estimatedAdderCost: 204
231.21/232.09	c Try to convert by bdds
231.31/232.12	c d: 1
231.31/232.12	c estimatedAdderCost: 205
231.31/232.12	c Try to convert by bdds
231.31/232.15	c d: 1
231.31/232.15	c estimatedAdderCost: 204
231.31/232.15	c Try to convert by bdds
231.31/232.17	c d: 1
231.31/232.17	c estimatedAdderCost: 204
231.31/232.17	c Try to convert by bdds
231.39/232.20	c d: 1
231.39/232.20	c estimatedAdderCost: 202
231.39/232.20	c Try to convert by bdds
231.39/232.22	c d: 1
231.39/232.22	c estimatedAdderCost: 204
231.39/232.22	c Try to convert by bdds
231.39/232.26	c d: 1
231.39/232.26	c estimatedAdderCost: 204
231.39/232.26	c Try to convert by bdds
231.39/232.28	c d: 1
231.39/232.28	c estimatedAdderCost: 205
231.39/232.28	c Try to convert by bdds
231.49/232.31	c d: 1
231.49/232.31	c estimatedAdderCost: 205
231.49/232.31	c Try to convert by bdds
231.49/232.33	c d: 1
231.49/232.33	c estimatedAdderCost: 204
231.49/232.33	c Try to convert by bdds
231.49/232.37	c d: 1
231.49/232.37	c estimatedAdderCost: 202
231.49/232.37	c Try to convert by bdds
231.49/232.39	c d: 1
231.49/232.39	c estimatedAdderCost: 203
231.49/232.39	c Try to convert by bdds
231.59/232.42	c d: 1
231.59/232.42	c estimatedAdderCost: 204
231.59/232.42	c Try to convert by bdds
231.59/232.44	c d: 1
231.59/232.44	c estimatedAdderCost: 205
231.59/232.44	c Try to convert by bdds
231.59/232.47	c d: 1
231.59/232.47	c estimatedAdderCost: 204
231.59/232.47	c Try to convert by bdds
231.59/232.49	c d: 1
231.59/232.49	c estimatedAdderCost: 205
231.59/232.49	c Try to convert by bdds
231.69/232.52	c d: 1
231.69/232.52	c estimatedAdderCost: 204
231.69/232.52	c Try to convert by bdds
231.69/232.55	c d: 1
231.69/232.55	c estimatedAdderCost: 202
231.69/232.55	c Try to convert by bdds
231.69/232.58	c d: 1
231.69/232.58	c estimatedAdderCost: 204
231.69/232.58	c Try to convert by bdds
231.79/232.60	c d: 1
231.79/232.60	c estimatedAdderCost: 203
231.79/232.60	c Try to convert by bdds
231.79/232.63	c d: 1
231.79/232.63	c estimatedAdderCost: 204
231.79/232.63	c Try to convert by bdds
231.79/232.65	c d: 1
231.79/232.65	c estimatedAdderCost: 204
231.79/232.65	c Try to convert by bdds
231.79/232.68	c d: 1
231.79/232.68	c estimatedAdderCost: 203
231.79/232.68	c Try to convert by bdds
231.89/232.70	c d: 1
231.89/232.70	c estimatedAdderCost: 203
231.89/232.70	c Try to convert by bdds
231.89/232.73	c d: 1
231.89/232.73	c estimatedAdderCost: 204
231.89/232.73	c Try to convert by bdds
231.89/232.76	c d: 1
231.89/232.76	c estimatedAdderCost: 203
231.89/232.76	c Try to convert by bdds
231.89/232.79	c d: 1
231.89/232.79	c estimatedAdderCost: 203
231.89/232.79	c Try to convert by bdds
231.99/232.81	c d: 1
231.99/232.81	c estimatedAdderCost: 205
231.99/232.81	c Try to convert by bdds
231.99/232.84	c d: 1
231.99/232.84	c estimatedAdderCost: 203
231.99/232.84	c Try to convert by bdds
231.99/232.86	c d: 1
231.99/232.86	c estimatedAdderCost: 204
231.99/232.86	c Try to convert by bdds
231.99/232.89	c d: 1
231.99/232.89	c estimatedAdderCost: 206
231.99/232.89	c Try to convert by bdds
232.09/232.91	c d: 1
232.09/232.91	c estimatedAdderCost: 205
232.09/232.91	c Try to convert by bdds
232.09/232.95	c d: 1
232.09/232.95	c estimatedAdderCost: 205
232.09/232.95	c Try to convert by bdds
232.09/232.97	c d: 1
232.09/232.97	c estimatedAdderCost: 205
232.09/232.97	c Try to convert by bdds
232.09/233.00	c d: 1
232.09/233.00	c estimatedAdderCost: 205
232.09/233.00	c Try to convert by bdds
232.21/233.02	c d: 1
232.21/233.02	c estimatedAdderCost: 203
232.21/233.02	c Try to convert by bdds
232.21/233.05	c d: 1
232.21/233.05	c estimatedAdderCost: 205
232.21/233.05	c Try to convert by bdds
232.21/233.07	c d: 1
232.21/233.07	c estimatedAdderCost: 202
232.21/233.07	c Try to convert by bdds
232.21/233.10	c d: 1
232.21/233.10	c estimatedAdderCost: 204
232.21/233.10	c Try to convert by bdds
232.31/233.13	c d: 1
232.31/233.13	c estimatedAdderCost: 206
232.31/233.13	c Try to convert by bdds
232.31/233.16	c d: 1
232.31/233.16	c estimatedAdderCost: 204
232.31/233.16	c Try to convert by bdds
232.31/233.18	c d: 1
232.31/233.18	c estimatedAdderCost: 203
232.31/233.18	c Try to convert by bdds
232.39/233.21	c d: 1
232.39/233.21	c estimatedAdderCost: 203
232.39/233.21	c Try to convert by bdds
232.39/233.23	c d: 1
232.39/233.23	c estimatedAdderCost: 203
232.39/233.23	c Try to convert by bdds
232.39/233.26	c d: 1
232.39/233.26	c estimatedAdderCost: 203
232.39/233.26	c Try to convert by bdds
232.39/233.29	c d: 1
232.39/233.29	c estimatedAdderCost: 203
232.39/233.29	c Try to convert by bdds
232.49/233.32	c d: 1
232.49/233.32	c estimatedAdderCost: 204
232.49/233.32	c Try to convert by bdds
232.49/233.34	c d: 1
232.49/233.34	c estimatedAdderCost: 205
232.49/233.34	c Try to convert by bdds
232.49/233.37	c d: 1
232.49/233.37	c estimatedAdderCost: 204
232.49/233.37	c Try to convert by bdds
232.49/233.39	c d: 1
232.49/233.39	c estimatedAdderCost: 205
232.49/233.39	c Try to convert by bdds
232.59/233.42	c d: 1
232.59/233.42	c estimatedAdderCost: 205
232.59/233.42	c Try to convert by bdds
232.59/233.45	c d: 1
232.59/233.45	c estimatedAdderCost: 205
232.59/233.45	c Try to convert by bdds
232.59/233.48	c d: 1
232.59/233.48	c estimatedAdderCost: 205
232.59/233.48	c Try to convert by bdds
232.69/233.50	c d: 1
232.69/233.50	c estimatedAdderCost: 204
232.69/233.50	c Try to convert by bdds
232.69/233.53	c d: 1
232.69/233.53	c estimatedAdderCost: 202
232.69/233.53	c Try to convert by bdds
232.69/233.55	c d: 1
232.69/233.55	c estimatedAdderCost: 204
232.69/233.55	c Try to convert by bdds
232.69/233.58	c d: 1
232.69/233.58	c estimatedAdderCost: 203
232.69/233.58	c Try to convert by bdds
232.79/233.60	c d: 1
232.79/233.60	c estimatedAdderCost: 203
232.79/233.60	c Try to convert by bdds
232.79/233.63	c d: 1
232.79/233.63	c estimatedAdderCost: 204
232.79/233.63	c Try to convert by bdds
232.79/233.66	c d: 1
232.79/233.66	c estimatedAdderCost: 204
232.79/233.66	c Try to convert by bdds
232.79/233.69	c d: 1
232.79/233.69	c estimatedAdderCost: 203
232.79/233.69	c Try to convert by bdds
232.89/233.71	c d: 1
232.89/233.71	c estimatedAdderCost: 205
232.89/233.71	c Try to convert by bdds
232.89/233.74	c d: 1
232.89/233.74	c estimatedAdderCost: 205
232.89/233.74	c Try to convert by bdds
232.89/233.77	c d: 1
232.89/233.77	c estimatedAdderCost: 204
232.89/233.77	c Try to convert by bdds
232.89/233.79	c d: 1
232.89/233.79	c estimatedAdderCost: 204
232.89/233.79	c Try to convert by bdds
232.99/233.82	c d: 1
232.99/233.82	c estimatedAdderCost: 105
232.99/233.82	c Try to convert by bdds
232.99/233.82	c d: 1
232.99/233.82	c estimatedAdderCost: 104
232.99/233.82	c Try to convert by bdds
232.99/233.83	c d: 1
232.99/233.83	c estimatedAdderCost: 105
232.99/233.83	c Try to convert by bdds
232.99/233.84	c d: 1
232.99/233.84	c estimatedAdderCost: 104
232.99/233.84	c Try to convert by bdds
232.99/233.84	c d: 1
232.99/233.84	c estimatedAdderCost: 104
232.99/233.84	c Try to convert by bdds
232.99/233.85	c d: 1
232.99/233.85	c estimatedAdderCost: 103
232.99/233.85	c Try to convert by bdds
232.99/233.85	c d: 1
232.99/233.85	c estimatedAdderCost: 102
232.99/233.85	c Try to convert by bdds
232.99/233.86	c d: 1
232.99/233.86	c estimatedAdderCost: 104
232.99/233.86	c Try to convert by bdds
232.99/233.87	c d: 1
232.99/233.87	c estimatedAdderCost: 103
232.99/233.87	c Try to convert by bdds
232.99/233.87	c d: 1
232.99/233.87	c estimatedAdderCost: 104
232.99/233.87	c Try to convert by bdds
232.99/233.88	c d: 1
232.99/233.88	c estimatedAdderCost: 105
232.99/233.88	c Try to convert by bdds
232.99/233.89	c d: 1
232.99/233.89	c estimatedAdderCost: 104
232.99/233.89	c Try to convert by bdds
232.99/233.89	c d: 1
232.99/233.89	c estimatedAdderCost: 104
232.99/233.89	c Try to convert by bdds
233.09/233.90	c d: 1
233.09/233.90	c estimatedAdderCost: 103
233.09/233.90	c Try to convert by bdds
233.09/233.90	c d: 1
233.09/233.90	c estimatedAdderCost: 104
233.09/233.90	c Try to convert by bdds
233.09/233.91	c d: 1
233.09/233.91	c estimatedAdderCost: 102
233.09/233.91	c Try to convert by bdds
233.09/233.92	c d: 1
233.09/233.92	c estimatedAdderCost: 102
233.09/233.92	c Try to convert by bdds
233.09/233.92	c d: 1
233.09/233.92	c estimatedAdderCost: 104
233.09/233.92	c Try to convert by bdds
233.09/233.93	c d: 1
233.09/233.93	c estimatedAdderCost: 103
233.09/233.93	c Try to convert by bdds
233.09/233.94	c d: 1
233.09/233.94	c estimatedAdderCost: 104
233.09/233.94	c Try to convert by bdds
233.09/233.94	c d: 1
233.09/233.94	c estimatedAdderCost: 105
233.09/233.94	c Try to convert by bdds
233.09/233.95	c d: 1
233.09/233.95	c estimatedAdderCost: 104
233.09/233.95	c Try to convert by bdds
233.09/233.95	c d: 1
233.09/233.95	c estimatedAdderCost: 105
233.09/233.95	c Try to convert by bdds
233.09/233.96	c d: 1
233.09/233.96	c estimatedAdderCost: 104
233.09/233.96	c Try to convert by bdds
233.09/233.97	c d: 1
233.09/233.97	c estimatedAdderCost: 103
233.09/233.97	c Try to convert by bdds
233.09/233.97	c d: 1
233.09/233.97	c estimatedAdderCost: 103
233.09/233.97	c Try to convert by bdds
233.09/233.98	c d: 1
233.09/233.98	c estimatedAdderCost: 104
233.09/233.98	c Try to convert by bdds
233.09/233.99	c d: 1
233.09/233.99	c estimatedAdderCost: 102
233.09/233.99	c Try to convert by bdds
233.09/233.99	c d: 1
233.09/233.99	c estimatedAdderCost: 104
233.09/233.99	c Try to convert by bdds
233.09/234.00	c d: 1
233.09/234.00	c estimatedAdderCost: 103
233.09/234.00	c Try to convert by bdds
233.09/234.00	c d: 1
233.09/234.00	c estimatedAdderCost: 105
233.09/234.00	c Try to convert by bdds
233.20/234.01	c d: 1
233.20/234.01	c estimatedAdderCost: 104
233.20/234.01	c Try to convert by bdds
233.20/234.02	c d: 1
233.20/234.02	c estimatedAdderCost: 102
233.20/234.02	c Try to convert by bdds
233.20/234.02	c d: 1
233.20/234.02	c estimatedAdderCost: 104
233.20/234.02	c Try to convert by bdds
233.20/234.03	c d: 1
233.20/234.03	c estimatedAdderCost: 103
233.20/234.03	c Try to convert by bdds
233.20/234.04	c d: 1
233.20/234.04	c estimatedAdderCost: 104
233.20/234.04	c Try to convert by bdds
233.20/234.04	c d: 1
233.20/234.04	c estimatedAdderCost: 103
233.20/234.04	c Try to convert by bdds
233.20/234.05	c d: 1
233.20/234.05	c estimatedAdderCost: 103
233.20/234.05	c Try to convert by bdds
233.20/234.05	c d: 1
233.20/234.05	c estimatedAdderCost: 103
233.20/234.05	c Try to convert by bdds
233.20/234.06	c d: 1
233.20/234.06	c estimatedAdderCost: 104
233.20/234.06	c Try to convert by bdds
233.20/234.07	c d: 1
233.20/234.07	c estimatedAdderCost: 105
233.20/234.07	c Try to convert by bdds
233.20/234.07	c d: 1
233.20/234.07	c estimatedAdderCost: 104
233.20/234.07	c Try to convert by bdds
233.20/234.08	c d: 1
233.20/234.08	c estimatedAdderCost: 104
233.20/234.08	c Try to convert by bdds
233.20/234.09	c d: 1
233.20/234.09	c estimatedAdderCost: 104
233.20/234.09	c Try to convert by bdds
233.20/234.09	c d: 1
233.20/234.09	c estimatedAdderCost: 103
233.20/234.09	c Try to convert by bdds
233.20/234.10	c d: 1
233.20/234.10	c estimatedAdderCost: 104
233.20/234.10	c Try to convert by bdds
233.20/234.10	c d: 1
233.20/234.10	c estimatedAdderCost: 104
233.20/234.10	c Try to convert by bdds
233.30/234.11	c d: 1
233.30/234.11	c estimatedAdderCost: 105
233.30/234.11	c Try to convert by bdds
233.30/234.12	c d: 1
233.30/234.12	c estimatedAdderCost: 104
233.30/234.12	c Try to convert by bdds
233.30/234.12	c d: 1
233.30/234.12	c estimatedAdderCost: 105
233.30/234.12	c Try to convert by bdds
233.30/234.13	c d: 1
233.30/234.13	c estimatedAdderCost: 103
233.30/234.13	c Try to convert by bdds
233.30/234.14	c d: 1
233.30/234.14	c estimatedAdderCost: 104
233.30/234.14	c Try to convert by bdds
233.30/234.14	c d: 1
233.30/234.14	c estimatedAdderCost: 103
233.30/234.14	c Try to convert by bdds
233.30/234.15	c d: 1
233.30/234.15	c estimatedAdderCost: 104
233.30/234.15	c Try to convert by bdds
233.30/234.15	c d: 1
233.30/234.15	c estimatedAdderCost: 103
233.30/234.15	c Try to convert by bdds
233.30/234.16	c d: 1
233.30/234.16	c estimatedAdderCost: 104
233.30/234.16	c Try to convert by bdds
233.30/234.17	c d: 1
233.30/234.17	c estimatedAdderCost: 103
233.30/234.17	c Try to convert by bdds
233.30/234.17	c d: 1
233.30/234.17	c estimatedAdderCost: 103
233.30/234.17	c Try to convert by bdds
233.30/234.18	c d: 1
233.30/234.18	c estimatedAdderCost: 104
233.30/234.18	c Try to convert by bdds
233.30/234.19	c d: 1
233.30/234.19	c estimatedAdderCost: 105
233.30/234.19	c Try to convert by bdds
233.30/234.19	c d: 1
233.30/234.19	c estimatedAdderCost: 104
233.30/234.19	c Try to convert by bdds
233.39/234.20	c d: 1
233.39/234.20	c estimatedAdderCost: 102
233.39/234.20	c Try to convert by bdds
233.39/234.20	c d: 1
233.39/234.20	c estimatedAdderCost: 103
233.39/234.20	c Try to convert by bdds
233.39/234.21	c d: 1
233.39/234.21	c estimatedAdderCost: 104
233.39/234.21	c Try to convert by bdds
233.39/234.22	c d: 1
233.39/234.22	c estimatedAdderCost: 104
233.39/234.22	c Try to convert by bdds
233.39/234.22	c d: 1
233.39/234.22	c estimatedAdderCost: 102
233.39/234.22	c Try to convert by bdds
233.39/234.23	c d: 1
233.39/234.23	c estimatedAdderCost: 104
233.39/234.23	c Try to convert by bdds
233.39/234.24	c d: 1
233.39/234.24	c estimatedAdderCost: 103
233.39/234.24	c Try to convert by bdds
233.39/234.24	c d: 1
233.39/234.24	c estimatedAdderCost: 103
233.39/234.24	c Try to convert by bdds
233.39/234.25	c d: 1
233.39/234.25	c estimatedAdderCost: 104
233.39/234.25	c Try to convert by bdds
233.39/234.25	c d: 1
233.39/234.25	c estimatedAdderCost: 105
233.39/234.25	c Try to convert by bdds
233.39/234.26	c d: 1
233.39/234.26	c estimatedAdderCost: 104
233.39/234.26	c Try to convert by bdds
233.39/234.27	c d: 1
233.39/234.27	c estimatedAdderCost: 104
233.39/234.27	c Try to convert by bdds
233.39/234.27	c d: 1
233.39/234.27	c estimatedAdderCost: 105
233.39/234.27	c Try to convert by bdds
233.39/234.28	c d: 1
233.39/234.28	c estimatedAdderCost: 104
233.39/234.28	c Try to convert by bdds
233.39/234.29	c d: 1
233.39/234.29	c estimatedAdderCost: 103
233.39/234.29	c Try to convert by bdds
233.39/234.29	c d: 1
233.39/234.29	c estimatedAdderCost: 104
233.39/234.29	c Try to convert by bdds
233.49/234.30	c d: 1
233.49/234.30	c estimatedAdderCost: 105
233.49/234.30	c Try to convert by bdds
233.49/234.30	c d: 1
233.49/234.30	c estimatedAdderCost: 102
233.49/234.30	c Try to convert by bdds
233.49/234.31	c d: 1
233.49/234.31	c estimatedAdderCost: 104
233.49/234.31	c Try to convert by bdds
233.49/234.32	c d: 1
233.49/234.32	c estimatedAdderCost: 104
233.49/234.32	c Try to convert by bdds
233.49/234.32	c d: 1
233.49/234.32	c estimatedAdderCost: 105
233.49/234.32	c Try to convert by bdds
233.49/234.33	c d: 1
233.49/234.33	c estimatedAdderCost: 102
233.49/234.33	c Try to convert by bdds
233.49/234.34	c d: 1
233.49/234.34	c estimatedAdderCost: 104
233.49/234.34	c Try to convert by bdds
233.49/234.34	c d: 1
233.49/234.34	c estimatedAdderCost: 103
233.49/234.34	c Try to convert by bdds
233.49/234.35	c d: 1
233.49/234.35	c estimatedAdderCost: 104
233.49/234.35	c Try to convert by bdds
233.49/234.35	c d: 1
233.49/234.35	c estimatedAdderCost: 103
233.49/234.35	c Try to convert by bdds
233.49/234.36	c d: 1
233.49/234.36	c estimatedAdderCost: 104
233.49/234.36	c Try to convert by bdds
233.49/234.37	c d: 1
233.49/234.37	c estimatedAdderCost: 104
233.49/234.37	c Try to convert by bdds
233.49/234.37	c d: 1
233.49/234.37	c estimatedAdderCost: 103
233.49/234.37	c Try to convert by bdds
233.49/234.38	c d: 1
233.49/234.38	c estimatedAdderCost: 105
233.49/234.38	c Try to convert by bdds
233.49/234.39	c d: 1
233.49/234.39	c estimatedAdderCost: 104
233.49/234.39	c Try to convert by bdds
233.49/234.39	c d: 1
233.49/234.39	c estimatedAdderCost: 103
233.49/234.39	c Try to convert by bdds
233.59/234.40	c d: 1
233.59/234.40	c estimatedAdderCost: 103
233.59/234.40	c Try to convert by bdds
233.59/234.40	c d: 1
233.59/234.40	c estimatedAdderCost: 103
233.59/234.40	c Try to convert by bdds
233.59/234.41	c d: 1
233.59/234.41	c estimatedAdderCost: 103
233.59/234.41	c Try to convert by bdds
233.59/234.42	c d: 1
233.59/234.42	c estimatedAdderCost: 103
233.59/234.42	c Try to convert by bdds
233.59/234.42	c d: 1
233.59/234.42	c estimatedAdderCost: 103
233.59/234.42	c Try to convert by bdds
233.59/234.43	c d: 1
233.59/234.43	c estimatedAdderCost: 102
233.59/234.43	c Try to convert by bdds
233.59/234.44	c d: 1
233.59/234.44	c estimatedAdderCost: 104
233.59/234.44	c Try to convert by bdds
233.59/234.44	c d: 1
233.59/234.44	c estimatedAdderCost: 104
233.59/234.44	c Try to convert by bdds
233.59/234.45	c d: 1
233.59/234.45	c estimatedAdderCost: 102
233.59/234.45	c Try to convert by bdds
233.59/234.45	c d: 1
233.59/234.45	c estimatedAdderCost: 103
233.59/234.45	c Try to convert by bdds
233.59/234.46	c d: 1
233.59/234.46	c estimatedAdderCost: 104
233.59/234.46	c Try to convert by bdds
233.59/234.47	c d: 1
233.59/234.47	c estimatedAdderCost: 103
233.59/234.47	c Try to convert by bdds
233.59/234.47	c d: 1
233.59/234.47	c estimatedAdderCost: 104
233.59/234.47	c Try to convert by bdds
233.59/234.48	c d: 1
233.59/234.48	c estimatedAdderCost: 103
233.59/234.48	c Try to convert by bdds
233.59/234.49	c d: 1
233.59/234.49	c estimatedAdderCost: 104
233.59/234.49	c Try to convert by bdds
233.59/234.49	c d: 1
233.59/234.49	c estimatedAdderCost: 103
233.59/234.49	c Try to convert by bdds
233.69/234.50	c d: 1
233.69/234.50	c estimatedAdderCost: 103
233.69/234.50	c Try to convert by bdds
233.69/234.50	c d: 1
233.69/234.50	c estimatedAdderCost: 104
233.69/234.50	c Try to convert by bdds
233.69/234.51	c d: 1
233.69/234.51	c estimatedAdderCost: 102
233.69/234.51	c Try to convert by bdds
233.69/234.52	c d: 1
233.69/234.52	c estimatedAdderCost: 104
233.69/234.52	c Try to convert by bdds
233.69/234.52	c d: 1
233.69/234.52	c estimatedAdderCost: 103
233.69/234.52	c Try to convert by bdds
233.69/234.53	c d: 1
233.69/234.53	c estimatedAdderCost: 104
233.69/234.53	c Try to convert by bdds
233.69/234.54	c d: 1
233.69/234.54	c estimatedAdderCost: 104
233.69/234.54	c Try to convert by bdds
233.69/234.54	c d: 1
233.69/234.54	c estimatedAdderCost: 103
233.69/234.54	c Try to convert by bdds
233.69/234.55	c d: 1
233.69/234.55	c estimatedAdderCost: 103
233.69/234.55	c Try to convert by bdds
233.69/234.55	c d: 1
233.69/234.55	c estimatedAdderCost: 104
233.69/234.55	c Try to convert by bdds
233.69/234.56	c d: 1
233.69/234.56	c estimatedAdderCost: 105
233.69/234.56	c Try to convert by bdds
233.69/234.57	c d: 1
233.69/234.57	c estimatedAdderCost: 105
233.69/234.57	c Try to convert by bdds
233.69/234.57	c d: 1
233.69/234.57	c estimatedAdderCost: 104
233.69/234.57	c Try to convert by bdds
233.69/234.58	c d: 1
233.69/234.58	c estimatedAdderCost: 105
233.69/234.58	c Try to convert by bdds
233.69/234.58	c d: 1
233.69/234.58	c estimatedAdderCost: 104
233.69/234.58	c Try to convert by bdds
233.69/234.59	c d: 1
233.69/234.59	c estimatedAdderCost: 103
233.69/234.59	c Try to convert by bdds
233.79/234.60	c d: 1
233.79/234.60	c estimatedAdderCost: 103
233.79/234.60	c Try to convert by bdds
233.79/234.60	c d: 1
233.79/234.60	c estimatedAdderCost: 102
233.79/234.60	c Try to convert by bdds
233.79/234.61	c d: 1
233.79/234.61	c estimatedAdderCost: 104
233.79/234.61	c Try to convert by bdds
233.79/234.62	c d: 1
233.79/234.62	c estimatedAdderCost: 103
233.79/234.62	c Try to convert by bdds
233.79/234.62	c d: 1
233.79/234.62	c estimatedAdderCost: 104
233.79/234.62	c Try to convert by bdds
233.79/234.63	c d: 1
233.79/234.63	c estimatedAdderCost: 104
233.79/234.63	c Try to convert by bdds
233.79/234.63	c d: 1
233.79/234.63	c estimatedAdderCost: 103
233.79/234.63	c Try to convert by bdds
233.79/234.64	c d: 1
233.79/234.64	c estimatedAdderCost: 103
233.79/234.64	c Try to convert by bdds
233.79/234.65	c d: 1
233.79/234.65	c estimatedAdderCost: 103
233.79/234.65	c Try to convert by bdds
233.79/234.65	c d: 1
233.79/234.65	c estimatedAdderCost: 104
233.79/234.65	c Try to convert by bdds
233.79/234.66	c d: 1
233.79/234.66	c estimatedAdderCost: 105
233.79/234.66	c Try to convert by bdds
233.79/234.67	c d: 1
233.79/234.67	c estimatedAdderCost: 103
233.79/234.67	c Try to convert by bdds
233.79/234.67	c d: 1
233.79/234.67	c estimatedAdderCost: 103
233.79/234.67	c Try to convert by bdds
233.79/234.68	c d: 1
233.79/234.68	c estimatedAdderCost: 102
233.79/234.68	c Try to convert by bdds
233.79/234.68	c d: 1
233.79/234.68	c estimatedAdderCost: 104
233.79/234.68	c Try to convert by bdds
233.79/234.69	c d: 1
233.79/234.69	c estimatedAdderCost: 103
233.79/234.69	c Try to convert by bdds
233.89/234.70	c d: 1
233.89/234.70	c estimatedAdderCost: 104
233.89/234.70	c Try to convert by bdds
233.89/234.70	c d: 1
233.89/234.70	c estimatedAdderCost: 104
233.89/234.70	c Try to convert by bdds
233.89/234.71	c d: 1
233.89/234.71	c estimatedAdderCost: 102
233.89/234.71	c Try to convert by bdds
233.89/234.72	c d: 1
233.89/234.72	c estimatedAdderCost: 104
233.89/234.72	c Try to convert by bdds
233.89/234.72	c d: 1
233.89/234.72	c estimatedAdderCost: 105
233.89/234.72	c Try to convert by bdds
233.89/234.73	c d: 1
233.89/234.73	c estimatedAdderCost: 104
233.89/234.73	c Try to convert by bdds
233.89/234.74	c d: 1
233.89/234.74	c estimatedAdderCost: 102
233.89/234.74	c Try to convert by bdds
233.89/234.74	c d: 1
233.89/234.74	c estimatedAdderCost: 104
233.89/234.74	c Try to convert by bdds
233.89/234.75	c d: 1
233.89/234.75	c estimatedAdderCost: 103
233.89/234.75	c Try to convert by bdds
233.89/234.75	c d: 1
233.89/234.75	c estimatedAdderCost: 102
233.89/234.75	c Try to convert by bdds
233.89/234.76	c d: 1
233.89/234.76	c estimatedAdderCost: 104
233.89/234.76	c Try to convert by bdds
233.89/234.77	c d: 1
233.89/234.77	c estimatedAdderCost: 102
233.89/234.77	c Try to convert by bdds
233.89/234.77	c d: 1
233.89/234.77	c estimatedAdderCost: 104
233.89/234.77	c Try to convert by bdds
233.89/234.78	c d: 1
233.89/234.78	c estimatedAdderCost: 104
233.89/234.78	c Try to convert by bdds
233.89/234.79	c d: 1
233.89/234.79	c estimatedAdderCost: 102
233.89/234.79	c Try to convert by bdds
233.89/234.79	c d: 1
233.89/234.79	c estimatedAdderCost: 103
233.89/234.79	c Try to convert by bdds
233.99/234.80	c d: 1
233.99/234.80	c estimatedAdderCost: 103
233.99/234.80	c Try to convert by bdds
233.99/234.80	c d: 1
233.99/234.80	c estimatedAdderCost: 102
233.99/234.80	c Try to convert by bdds
233.99/234.81	c d: 1
233.99/234.81	c estimatedAdderCost: 104
233.99/234.81	c Try to convert by bdds
233.99/234.82	c d: 1
233.99/234.82	c estimatedAdderCost: 103
233.99/234.82	c Try to convert by bdds
233.99/234.82	c d: 1
233.99/234.82	c estimatedAdderCost: 104
233.99/234.82	c Try to convert by bdds
233.99/234.83	c d: 1
233.99/234.83	c estimatedAdderCost: 102
233.99/234.83	c Try to convert by bdds
233.99/234.84	c d: 1
233.99/234.84	c estimatedAdderCost: 104
233.99/234.84	c Try to convert by bdds
233.99/234.84	c d: 1
233.99/234.84	c estimatedAdderCost: 103
233.99/234.84	c Try to convert by bdds
233.99/234.85	c d: 1
233.99/234.85	c estimatedAdderCost: 104
233.99/234.85	c Try to convert by bdds
233.99/234.85	c d: 1
233.99/234.85	c estimatedAdderCost: 104
233.99/234.85	c Try to convert by bdds
233.99/234.86	c d: 1
233.99/234.86	c estimatedAdderCost: 103
233.99/234.86	c Try to convert by bdds
233.99/234.87	c d: 1
233.99/234.87	c estimatedAdderCost: 104
233.99/234.87	c Try to convert by bdds
233.99/234.87	c d: 1
233.99/234.87	c estimatedAdderCost: 103
233.99/234.87	c Try to convert by bdds
233.99/234.88	c d: 1
233.99/234.88	c estimatedAdderCost: 103
233.99/234.88	c Try to convert by bdds
233.99/234.89	c d: 1
233.99/234.89	c estimatedAdderCost: 103
233.99/234.89	c Try to convert by bdds
233.99/234.89	c d: 1
233.99/234.89	c estimatedAdderCost: 104
233.99/234.89	c Try to convert by bdds
234.09/234.90	c d: 1
234.09/234.90	c estimatedAdderCost: 103
234.09/234.90	c Try to convert by bdds
234.09/234.90	c d: 1
234.09/234.90	c estimatedAdderCost: 104
234.09/234.90	c Try to convert by bdds
234.09/234.91	c d: 1
234.09/234.91	c estimatedAdderCost: 103
234.09/234.91	c Try to convert by bdds
234.09/234.92	c d: 1
234.09/234.92	c estimatedAdderCost: 103
234.09/234.92	c Try to convert by bdds
234.09/234.92	c d: 1
234.09/234.92	c estimatedAdderCost: 103
234.09/234.92	c Try to convert by bdds
234.09/234.93	c d: 1
234.09/234.93	c estimatedAdderCost: 103
234.09/234.93	c Try to convert by bdds
234.09/234.93	c d: 1
234.09/234.93	c estimatedAdderCost: 103
234.09/234.93	c Try to convert by bdds
234.09/234.94	c d: 1
234.09/234.94	c estimatedAdderCost: 103
234.09/234.94	c Try to convert by bdds
234.09/234.95	c d: 1
234.09/234.95	c estimatedAdderCost: 103
234.09/234.95	c Try to convert by bdds
234.09/234.95	c d: 1
234.09/234.95	c estimatedAdderCost: 104
234.09/234.95	c Try to convert by bdds
234.09/234.96	c d: 1
234.09/234.96	c estimatedAdderCost: 105
234.09/234.96	c Try to convert by bdds
234.09/234.97	c d: 1
234.09/234.97	c estimatedAdderCost: 103
234.09/234.97	c Try to convert by bdds
234.09/234.97	c d: 1
234.09/234.97	c estimatedAdderCost: 103
234.09/234.97	c Try to convert by bdds
234.09/234.98	c d: 1
234.09/234.98	c estimatedAdderCost: 103
234.09/234.98	c Try to convert by bdds
234.09/234.98	c d: 1
234.09/234.98	c estimatedAdderCost: 103
234.09/234.98	c Try to convert by bdds
234.09/234.99	c d: 1
234.09/234.99	c estimatedAdderCost: 103
234.09/234.99	c Try to convert by bdds
234.09/235.00	c d: 1
234.09/235.00	c estimatedAdderCost: 103
234.09/235.00	c Try to convert by bdds
234.09/235.00	c d: 1
234.09/235.00	c estimatedAdderCost: 104
234.09/235.00	c Try to convert by bdds
234.21/235.01	c d: 1
234.21/235.01	c estimatedAdderCost: 105
234.21/235.01	c Try to convert by bdds
234.21/235.02	c d: 1
234.21/235.02	c estimatedAdderCost: 104
234.21/235.02	c Try to convert by bdds
234.21/235.02	c d: 1
234.21/235.02	c estimatedAdderCost: 105
234.21/235.02	c Try to convert by bdds
234.21/235.03	c d: 1
234.21/235.03	c estimatedAdderCost: 105
234.21/235.03	c Try to convert by bdds
234.21/235.03	c d: 1
234.21/235.03	c estimatedAdderCost: 104
234.21/235.03	c Try to convert by bdds
234.21/235.04	c d: 1
234.21/235.04	c estimatedAdderCost: 104
234.21/235.04	c Try to convert by bdds
234.21/235.05	c d: 1
234.21/235.05	c estimatedAdderCost: 103
234.21/235.05	c Try to convert by bdds
234.21/235.05	c d: 1
234.21/235.05	c estimatedAdderCost: 104
234.21/235.05	c Try to convert by bdds
234.21/235.06	c d: 1
234.21/235.06	c estimatedAdderCost: 102
234.21/235.06	c Try to convert by bdds
234.21/235.07	c d: 1
234.21/235.07	c estimatedAdderCost: 104
234.21/235.07	c Try to convert by bdds
234.21/235.07	c d: 1
234.21/235.07	c estimatedAdderCost: 105
234.21/235.07	c Try to convert by bdds
234.21/235.08	c d: 1
234.21/235.08	c estimatedAdderCost: 105
234.21/235.08	c Try to convert by bdds
234.21/235.08	c d: 1
234.21/235.08	c estimatedAdderCost: 104
234.21/235.08	c Try to convert by bdds
234.21/235.09	c d: 1
234.21/235.09	c estimatedAdderCost: 104
234.21/235.09	c Try to convert by bdds
234.21/235.10	c d: 1
234.21/235.10	c estimatedAdderCost: 102
234.21/235.10	c Try to convert by bdds
234.21/235.10	c d: 1
234.21/235.10	c estimatedAdderCost: 103
234.21/235.10	c Try to convert by bdds
234.21/235.11	c d: 1
234.21/235.11	c estimatedAdderCost: 103
234.21/235.11	c Try to convert by bdds
234.31/235.11	c d: 1
234.31/235.11	c estimatedAdderCost: 105
234.31/235.11	c Try to convert by bdds
234.31/235.12	c d: 1
234.31/235.12	c estimatedAdderCost: 104
234.31/235.12	c Try to convert by bdds
234.31/235.13	c d: 1
234.31/235.13	c estimatedAdderCost: 105
234.31/235.13	c Try to convert by bdds
234.31/235.13	c d: 1
234.31/235.13	c estimatedAdderCost: 104
234.31/235.13	c Try to convert by bdds
234.31/235.14	c d: 1
234.31/235.14	c estimatedAdderCost: 103
234.31/235.14	c Try to convert by bdds
234.31/235.15	c d: 1
234.31/235.15	c estimatedAdderCost: 104
234.31/235.15	c Try to convert by bdds
234.31/235.15	c d: 1
234.31/235.15	c estimatedAdderCost: 105
234.31/235.15	c Try to convert by bdds
234.31/235.16	c d: 1
234.31/235.16	c estimatedAdderCost: 104
234.31/235.16	c Try to convert by bdds
234.31/235.16	c d: 1
234.31/235.16	c estimatedAdderCost: 105
234.31/235.16	c Try to convert by bdds
234.31/235.17	c d: 1
234.31/235.17	c estimatedAdderCost: 104
234.31/235.17	c Try to convert by bdds
234.31/235.18	c d: 1
234.31/235.18	c estimatedAdderCost: 105
234.31/235.18	c Try to convert by bdds
234.31/235.18	c d: 1
234.31/235.18	c estimatedAdderCost: 104
234.31/235.18	c Try to convert by bdds
234.31/235.19	c d: 1
234.31/235.19	c estimatedAdderCost: 103
234.31/235.19	c Try to convert by bdds
234.39/235.20	c d: 1
234.39/235.20	c estimatedAdderCost: 103
234.39/235.20	c Try to convert by bdds
234.39/235.20	c d: 1
234.39/235.20	c estimatedAdderCost: 105
234.39/235.20	c Try to convert by bdds
234.39/235.21	c d: 1
234.39/235.21	c estimatedAdderCost: 104
234.39/235.21	c Try to convert by bdds
234.39/235.21	c d: 1
234.39/235.21	c estimatedAdderCost: 104
234.39/235.21	c Try to convert by bdds
234.39/235.22	c d: 1
234.39/235.22	c estimatedAdderCost: 105
234.39/235.22	c Try to convert by bdds
234.39/235.23	c d: 1
234.39/235.23	c estimatedAdderCost: 103
234.39/235.23	c Try to convert by bdds
234.39/235.23	c d: 1
234.39/235.23	c estimatedAdderCost: 103
234.39/235.23	c Try to convert by bdds
234.39/235.24	c d: 1
234.39/235.24	c estimatedAdderCost: 102
234.39/235.24	c Try to convert by bdds
234.39/235.25	c d: 1
234.39/235.25	c estimatedAdderCost: 104
234.39/235.25	c Try to convert by bdds
234.39/235.25	c d: 1
234.39/235.25	c estimatedAdderCost: 103
234.39/235.25	c Try to convert by bdds
234.39/235.26	c d: 1
234.39/235.26	c estimatedAdderCost: 104
234.39/235.26	c Try to convert by bdds
234.39/235.26	c d: 1
234.39/235.26	c estimatedAdderCost: 104
234.39/235.26	c Try to convert by bdds
234.39/235.27	c d: 1
234.39/235.27	c estimatedAdderCost: 102
234.39/235.27	c Try to convert by bdds
234.39/235.28	c d: 1
234.39/235.28	c estimatedAdderCost: 105
234.39/235.28	c Try to convert by bdds
234.39/235.28	c d: 1
234.39/235.28	c estimatedAdderCost: 104
234.39/235.28	c Try to convert by bdds
234.39/235.29	c d: 1
234.39/235.29	c estimatedAdderCost: 103
234.39/235.29	c Try to convert by bdds
234.49/235.30	c d: 1
234.49/235.30	c estimatedAdderCost: 103
234.49/235.30	c Try to convert by bdds
234.49/235.30	c d: 1
234.49/235.30	c estimatedAdderCost: 104
234.49/235.30	c Try to convert by bdds
234.49/235.31	c d: 1
234.49/235.31	c estimatedAdderCost: 105
234.49/235.31	c Try to convert by bdds
234.49/235.31	c d: 1
234.49/235.31	c estimatedAdderCost: 104
234.49/235.31	c Try to convert by bdds
234.49/235.32	c d: 1
234.49/235.32	c estimatedAdderCost: 105
234.49/235.32	c Try to convert by bdds
234.49/235.33	c d: 1
234.49/235.33	c estimatedAdderCost: 102
234.49/235.33	c Try to convert by bdds
234.49/235.33	c d: 1
234.49/235.33	c estimatedAdderCost: 104
234.49/235.33	c Try to convert by bdds
234.49/235.34	c d: 1
234.49/235.34	c estimatedAdderCost: 104
234.49/235.34	c Try to convert by bdds
234.49/235.34	c d: 1
234.49/235.34	c estimatedAdderCost: 104
234.49/235.34	c Try to convert by bdds
234.49/235.35	c d: 1
234.49/235.35	c estimatedAdderCost: 104
234.49/235.35	c Try to convert by bdds
234.49/235.36	c d: 1
234.49/235.36	c estimatedAdderCost: 103
234.49/235.36	c Try to convert by bdds
234.49/235.36	c d: 1
234.49/235.36	c estimatedAdderCost: 103
234.49/235.36	c Try to convert by bdds
234.49/235.37	c d: 1
234.49/235.37	c estimatedAdderCost: 104
234.49/235.37	c Try to convert by bdds
234.49/235.37	c d: 1
234.49/235.37	c estimatedAdderCost: 104
234.49/235.37	c Try to convert by bdds
234.49/235.38	c d: 1
234.49/235.38	c estimatedAdderCost: 102
234.49/235.38	c Try to convert by bdds
234.49/235.39	c d: 1
234.49/235.39	c estimatedAdderCost: 104
234.49/235.39	c Try to convert by bdds
234.49/235.39	c d: 1
234.49/235.39	c estimatedAdderCost: 105
234.49/235.39	c Try to convert by bdds
234.59/235.40	c d: 1
234.59/235.40	c estimatedAdderCost: 105
234.59/235.40	c Try to convert by bdds
234.59/235.41	c d: 1
234.59/235.41	c estimatedAdderCost: 104
234.59/235.41	c Try to convert by bdds
234.59/235.41	c d: 1
234.59/235.41	c estimatedAdderCost: 104
234.59/235.41	c Try to convert by bdds
234.59/235.42	c d: 1
234.59/235.42	c estimatedAdderCost: 103
234.59/235.42	c Try to convert by bdds
234.59/235.42	c d: 1
234.59/235.42	c estimatedAdderCost: 104
234.59/235.42	c Try to convert by bdds
234.59/235.43	c d: 1
234.59/235.43	c estimatedAdderCost: 102
234.59/235.43	c Try to convert by bdds
234.59/235.44	c d: 1
234.59/235.44	c estimatedAdderCost: 103
234.59/235.44	c Try to convert by bdds
234.59/235.44	c d: 1
234.59/235.44	c estimatedAdderCost: 103
234.59/235.44	c Try to convert by bdds
234.59/235.45	c d: 1
234.59/235.45	c estimatedAdderCost: 104
234.59/235.45	c Try to convert by bdds
234.59/235.46	c d: 1
234.59/235.46	c estimatedAdderCost: 105
234.59/235.46	c Try to convert by bdds
234.59/235.46	c d: 1
234.59/235.46	c estimatedAdderCost: 102
234.59/235.46	c Try to convert by bdds
234.59/235.47	c d: 1
234.59/235.47	c estimatedAdderCost: 104
234.59/235.47	c Try to convert by bdds
234.59/235.47	c d: 1
234.59/235.47	c estimatedAdderCost: 104
234.59/235.47	c Try to convert by bdds
234.59/235.48	c d: 1
234.59/235.48	c estimatedAdderCost: 103
234.59/235.48	c Try to convert by bdds
234.59/235.49	c d: 1
234.59/235.49	c estimatedAdderCost: 104
234.59/235.49	c Try to convert by bdds
234.59/235.49	c d: 1
234.59/235.49	c estimatedAdderCost: 102
234.59/235.49	c Try to convert by bdds
234.69/235.50	c d: 1
234.69/235.50	c estimatedAdderCost: 104
234.69/235.50	c Try to convert by bdds
234.69/235.51	c d: 1
234.69/235.51	c estimatedAdderCost: 105
234.69/235.51	c Try to convert by bdds
234.69/235.51	c d: 1
234.69/235.51	c estimatedAdderCost: 105
234.69/235.51	c Try to convert by bdds
234.69/235.52	c d: 1
234.69/235.52	c estimatedAdderCost: 104
234.69/235.52	c Try to convert by bdds
234.69/235.52	c d: 1
234.69/235.52	c estimatedAdderCost: 103
234.69/235.52	c Try to convert by bdds
234.69/235.53	c d: 1
234.69/235.53	c estimatedAdderCost: 104
234.69/235.53	c Try to convert by bdds
234.69/235.53	c d: 1
234.69/235.53	c estimatedAdderCost: 104
234.69/235.53	c Try to convert by bdds
234.69/235.54	c d: 1
234.69/235.54	c estimatedAdderCost: 105
234.69/235.54	c Try to convert by bdds
234.69/235.55	c d: 1
234.69/235.55	c estimatedAdderCost: 104
234.69/235.55	c Try to convert by bdds
234.69/235.55	c d: 1
234.69/235.55	c estimatedAdderCost: 105
234.69/235.55	c Try to convert by bdds
234.69/235.56	c d: 1
234.69/235.56	c estimatedAdderCost: 105
234.69/235.56	c Try to convert by bdds
234.69/235.56	c d: 1
234.69/235.56	c estimatedAdderCost: 104
234.69/235.56	c Try to convert by bdds
234.69/235.57	c d: 1
234.69/235.57	c estimatedAdderCost: 102
234.69/235.57	c Try to convert by bdds
234.69/235.58	c d: 1
234.69/235.58	c estimatedAdderCost: 104
234.69/235.58	c Try to convert by bdds
234.69/235.58	c d: 1
234.69/235.58	c estimatedAdderCost: 104
234.69/235.58	c Try to convert by bdds
234.69/235.59	c d: 1
234.69/235.59	c estimatedAdderCost: 105
234.69/235.59	c Try to convert by bdds
234.69/235.59	c d: 1
234.69/235.59	c estimatedAdderCost: 104
234.69/235.59	c Try to convert by bdds
234.79/235.60	c d: 1
234.79/235.60	c estimatedAdderCost: 104
234.79/235.60	c Try to convert by bdds
234.79/235.61	c d: 1
234.79/235.61	c estimatedAdderCost: 103
234.79/235.61	c Try to convert by bdds
234.79/235.61	c d: 1
234.79/235.61	c estimatedAdderCost: 103
234.79/235.61	c Try to convert by bdds
234.79/235.62	c d: 1
234.79/235.62	c estimatedAdderCost: 103
234.79/235.62	c Try to convert by bdds
234.79/235.63	c d: 1
234.79/235.63	c estimatedAdderCost: 103
234.79/235.63	c Try to convert by bdds
234.79/235.63	c d: 1
234.79/235.63	c estimatedAdderCost: 104
234.79/235.63	c Try to convert by bdds
234.79/235.64	c d: 1
234.79/235.64	c estimatedAdderCost: 105
234.79/235.64	c Try to convert by bdds
234.79/235.64	c d: 1
234.79/235.64	c estimatedAdderCost: 104
234.79/235.64	c Try to convert by bdds
234.79/235.65	c d: 1
234.79/235.65	c estimatedAdderCost: 105
234.79/235.65	c Try to convert by bdds
234.79/235.66	c d: 1
234.79/235.66	c estimatedAdderCost: 102
234.79/235.66	c Try to convert by bdds
234.79/235.66	c d: 1
234.79/235.66	c estimatedAdderCost: 104
234.79/235.66	c Try to convert by bdds
234.79/235.67	c d: 1
234.79/235.67	c estimatedAdderCost: 103
234.79/235.67	c Try to convert by bdds
234.79/235.68	c d: 1
234.79/235.68	c estimatedAdderCost: 104
234.79/235.68	c Try to convert by bdds
234.79/235.68	c d: 1
234.79/235.68	c estimatedAdderCost: 103
234.79/235.68	c Try to convert by bdds
234.79/235.69	c d: 1
234.79/235.69	c estimatedAdderCost: 103
234.79/235.69	c Try to convert by bdds
234.79/235.69	c d: 1
234.79/235.69	c estimatedAdderCost: 103
234.79/235.69	c Try to convert by bdds
234.89/235.70	c d: 1
234.89/235.70	c estimatedAdderCost: 103
234.89/235.70	c Try to convert by bdds
234.89/235.71	c d: 1
234.89/235.71	c estimatedAdderCost: 104
234.89/235.71	c Try to convert by bdds
234.89/235.71	c d: 1
234.89/235.71	c estimatedAdderCost: 103
234.89/235.71	c Try to convert by bdds
234.89/235.72	c d: 1
234.89/235.72	c estimatedAdderCost: 102
234.89/235.72	c Try to convert by bdds
234.89/235.73	c d: 1
234.89/235.73	c estimatedAdderCost: 104
234.89/235.73	c Try to convert by bdds
234.89/235.73	c d: 1
234.89/235.73	c estimatedAdderCost: 104
234.89/235.73	c Try to convert by bdds
234.89/235.74	c d: 1
234.89/235.74	c estimatedAdderCost: 105
234.89/235.74	c Try to convert by bdds
234.89/235.74	c d: 1
234.89/235.74	c estimatedAdderCost: 105
234.89/235.74	c Try to convert by bdds
234.89/235.75	c d: 1
234.89/235.75	c estimatedAdderCost: 104
234.89/235.75	c Try to convert by bdds
234.89/235.76	c d: 1
234.89/235.76	c estimatedAdderCost: 104
234.89/235.76	c Try to convert by bdds
234.89/235.76	c d: 1
234.89/235.76	c estimatedAdderCost: 103
234.89/235.76	c Try to convert by bdds
234.89/235.77	c d: 1
234.89/235.77	c estimatedAdderCost: 104
234.89/235.77	c Try to convert by bdds
234.89/235.78	c d: 1
234.89/235.78	c estimatedAdderCost: 105
234.89/235.78	c Try to convert by bdds
234.89/235.78	c d: 1
234.89/235.78	c estimatedAdderCost: 105
234.89/235.78	c Try to convert by bdds
234.89/235.79	c d: 1
234.89/235.79	c estimatedAdderCost: 103
234.89/235.79	c Try to convert by bdds
234.89/235.79	c d: 1
234.89/235.79	c estimatedAdderCost: 105
234.89/235.79	c Try to convert by bdds
234.99/235.80	c d: 1
234.99/235.80	c estimatedAdderCost: 104
234.99/235.80	c Try to convert by bdds
234.99/235.81	c d: 1
234.99/235.81	c estimatedAdderCost: 104
234.99/235.81	c Try to convert by bdds
234.99/235.81	c d: 1
234.99/235.81	c estimatedAdderCost: 103
234.99/235.81	c Try to convert by bdds
234.99/235.82	c d: 1
234.99/235.82	c estimatedAdderCost: 103
234.99/235.82	c Try to convert by bdds
234.99/235.83	c d: 1
234.99/235.83	c estimatedAdderCost: 106
234.99/235.83	c Try to convert by bdds
234.99/235.83	c d: 1
234.99/235.83	c estimatedAdderCost: 102
234.99/235.83	c Try to convert by bdds
234.99/235.84	c d: 1
234.99/235.84	c estimatedAdderCost: 104
234.99/235.84	c Try to convert by bdds
234.99/235.84	c d: 1
234.99/235.84	c estimatedAdderCost: 104
234.99/235.84	c Try to convert by bdds
234.99/235.85	c d: 1
234.99/235.85	c estimatedAdderCost: 104
234.99/235.85	c Try to convert by bdds
234.99/235.85	c d: 1
234.99/235.85	c estimatedAdderCost: 104
234.99/235.85	c Try to convert by bdds
234.99/235.86	c d: 1
234.99/235.86	c estimatedAdderCost: 105
234.99/235.86	c Try to convert by bdds
234.99/235.87	c d: 1
234.99/235.87	c estimatedAdderCost: 104
234.99/235.87	c Try to convert by bdds
234.99/235.87	c d: 1
234.99/235.87	c estimatedAdderCost: 105
234.99/235.87	c Try to convert by bdds
234.99/235.88	c d: 1
234.99/235.88	c estimatedAdderCost: 103
234.99/235.88	c Try to convert by bdds
234.99/235.89	c d: 1
234.99/235.89	c estimatedAdderCost: 103
234.99/235.89	c Try to convert by bdds
234.99/235.89	c d: 1
234.99/235.89	c estimatedAdderCost: 104
234.99/235.89	c Try to convert by bdds
235.09/235.90	c d: 1
235.09/235.90	c estimatedAdderCost: 104
235.09/235.90	c Try to convert by bdds
235.09/235.90	c d: 1
235.09/235.90	c estimatedAdderCost: 102
235.09/235.90	c Try to convert by bdds
235.09/235.91	c d: 1
235.09/235.91	c estimatedAdderCost: 104
235.09/235.91	c Try to convert by bdds
235.09/235.92	c d: 1
235.09/235.92	c estimatedAdderCost: 103
235.09/235.92	c Try to convert by bdds
235.09/235.92	c d: 1
235.09/235.92	c estimatedAdderCost: 105
235.09/235.92	c Try to convert by bdds
235.09/235.93	c d: 1
235.09/235.93	c estimatedAdderCost: 105
235.09/235.93	c Try to convert by bdds
235.09/235.94	c d: 1
235.09/235.94	c estimatedAdderCost: 104
235.09/235.94	c Try to convert by bdds
235.09/235.94	c d: 1
235.09/235.94	c estimatedAdderCost: 104
235.09/235.94	c Try to convert by bdds
235.09/235.95	c d: 1
235.09/235.95	c estimatedAdderCost: 103
235.09/235.95	c Try to convert by bdds
235.09/235.95	c d: 1
235.09/235.95	c estimatedAdderCost: 103
235.09/235.95	c Try to convert by bdds
235.09/235.96	c d: 1
235.09/235.96	c estimatedAdderCost: 104
235.09/235.96	c Try to convert by bdds
235.09/235.97	c d: 1
235.09/235.97	c estimatedAdderCost: 103
235.09/235.97	c Try to convert by bdds
235.09/235.97	c d: 1
235.09/235.97	c estimatedAdderCost: 104
235.09/235.97	c Try to convert by bdds
235.09/235.98	c d: 1
235.09/235.98	c estimatedAdderCost: 104
235.09/235.98	c Try to convert by bdds
235.09/235.99	c d: 1
235.09/235.99	c estimatedAdderCost: 105
235.09/235.99	c Try to convert by bdds
235.09/235.99	c d: 1
235.09/235.99	c estimatedAdderCost: 103
235.09/235.99	c Try to convert by bdds
235.09/236.00	c d: 1
235.09/236.00	c estimatedAdderCost: 103
235.09/236.00	c Try to convert by bdds
235.09/236.00	c d: 1
235.09/236.00	c estimatedAdderCost: 103
235.09/236.00	c Try to convert by bdds
235.20/236.01	c d: 1
235.20/236.01	c estimatedAdderCost: 104
235.20/236.01	c Try to convert by bdds
235.20/236.02	c d: 1
235.20/236.02	c estimatedAdderCost: 105
235.20/236.02	c Try to convert by bdds
235.20/236.02	c d: 1
235.20/236.02	c estimatedAdderCost: 104
235.20/236.02	c Try to convert by bdds
235.20/236.03	c d: 1
235.20/236.03	c estimatedAdderCost: 103
235.20/236.03	c Try to convert by bdds
235.20/236.03	c d: 1
235.20/236.03	c estimatedAdderCost: 103
235.20/236.03	c Try to convert by bdds
235.20/236.04	c d: 1
235.20/236.04	c estimatedAdderCost: 105
235.20/236.04	c Try to convert by bdds
235.20/236.05	c d: 1
235.20/236.05	c estimatedAdderCost: 104
235.20/236.05	c Try to convert by bdds
235.20/236.05	c d: 1
235.20/236.05	c estimatedAdderCost: 105
235.20/236.05	c Try to convert by bdds
235.20/236.06	c d: 1
235.20/236.06	c estimatedAdderCost: 104
235.20/236.06	c Try to convert by bdds
235.20/236.07	c d: 1
235.20/236.07	c estimatedAdderCost: 104
235.20/236.07	c Try to convert by bdds
235.20/236.07	c d: 1
235.20/236.07	c estimatedAdderCost: 105
235.20/236.07	c Try to convert by bdds
235.20/236.08	c d: 1
235.20/236.08	c estimatedAdderCost: 104
235.20/236.08	c Try to convert by bdds
235.20/236.08	c d: 1
235.20/236.08	c estimatedAdderCost: 105
235.20/236.08	c Try to convert by bdds
235.20/236.09	c d: 1
235.20/236.09	c estimatedAdderCost: 105
235.20/236.09	c Try to convert by bdds
235.20/236.10	c d: 1
235.20/236.10	c estimatedAdderCost: 104
235.20/236.10	c Try to convert by bdds
235.20/236.10	c d: 1
235.20/236.10	c estimatedAdderCost: 105
235.20/236.10	c Try to convert by bdds
235.30/236.11	c d: 1
235.30/236.11	c estimatedAdderCost: 104
235.30/236.11	c Try to convert by bdds
235.30/236.12	c d: 1
235.30/236.12	c estimatedAdderCost: 104
235.30/236.12	c Try to convert by bdds
235.30/236.12	c d: 1
235.30/236.12	c estimatedAdderCost: 103
235.30/236.12	c Try to convert by bdds
235.30/236.13	c d: 1
235.30/236.13	c estimatedAdderCost: 104
235.30/236.13	c Try to convert by bdds
235.30/236.13	c d: 1
235.30/236.13	c estimatedAdderCost: 105
235.30/236.13	c Try to convert by bdds
235.30/236.14	c d: 1
235.30/236.14	c estimatedAdderCost: 103
235.30/236.14	c Try to convert by bdds
235.30/236.15	c d: 1
235.30/236.15	c estimatedAdderCost: 103
235.30/236.15	c Try to convert by bdds
235.30/236.15	c d: 1
235.30/236.15	c estimatedAdderCost: 103
235.30/236.15	c Try to convert by bdds
235.30/236.16	c d: 1
235.30/236.16	c estimatedAdderCost: 104
235.30/236.16	c Try to convert by bdds
235.30/236.16	c d: 1
235.30/236.16	c estimatedAdderCost: 104
235.30/236.16	c Try to convert by bdds
235.30/236.17	c d: 1
235.30/236.17	c estimatedAdderCost: 103
235.30/236.17	c Try to convert by bdds
235.30/236.18	c d: 1
235.30/236.18	c estimatedAdderCost: 104
235.30/236.18	c Try to convert by bdds
235.30/236.18	c d: 1
235.30/236.18	c estimatedAdderCost: 102
235.30/236.18	c Try to convert by bdds
235.30/236.19	c d: 1
235.30/236.19	c estimatedAdderCost: 102
235.30/236.19	c Try to convert by bdds
235.39/236.20	c d: 1
235.39/236.20	c estimatedAdderCost: 104
235.39/236.20	c Try to convert by bdds
235.39/236.20	c d: 1
235.39/236.20	c estimatedAdderCost: 103
235.39/236.20	c Try to convert by bdds
235.39/236.21	c d: 1
235.39/236.21	c estimatedAdderCost: 104
235.39/236.21	c Try to convert by bdds
235.39/236.21	c d: 1
235.39/236.21	c estimatedAdderCost: 105
235.39/236.21	c Try to convert by bdds
235.39/236.22	c d: 1
235.39/236.22	c estimatedAdderCost: 104
235.39/236.22	c Try to convert by bdds
235.39/236.23	c d: 1
235.39/236.23	c estimatedAdderCost: 103
235.39/236.23	c Try to convert by bdds
235.39/236.23	c d: 1
235.39/236.23	c estimatedAdderCost: 103
235.39/236.23	c Try to convert by bdds
235.39/236.24	c d: 1
235.39/236.24	c estimatedAdderCost: 104
235.39/236.24	c Try to convert by bdds
235.39/236.25	c d: 1
235.39/236.25	c estimatedAdderCost: 105
235.39/236.25	c Try to convert by bdds
235.39/236.25	c d: 1
235.39/236.25	c estimatedAdderCost: 103
235.39/236.25	c Try to convert by bdds
235.39/236.26	c d: 1
235.39/236.26	c estimatedAdderCost: 103
235.39/236.26	c Try to convert by bdds
235.39/236.26	c d: 1
235.39/236.26	c estimatedAdderCost: 104
235.39/236.26	c Try to convert by bdds
235.39/236.27	c d: 1
235.39/236.27	c estimatedAdderCost: 105
235.39/236.27	c Try to convert by bdds
235.39/236.28	c d: 1
235.39/236.28	c estimatedAdderCost: 104
235.39/236.28	c Try to convert by bdds
235.39/236.28	c d: 1
235.39/236.28	c estimatedAdderCost: 104
235.39/236.28	c Try to convert by bdds
235.39/236.29	c d: 1
235.39/236.29	c estimatedAdderCost: 32
235.39/236.29	c Try to convert by bdds
235.39/236.29	c d: 1
235.39/236.29	c estimatedAdderCost: 30
235.39/236.29	c Try to convert by bdds
235.39/236.29	c d: 1
235.39/236.29	c estimatedAdderCost: 40
235.39/236.29	c Try to convert by bdds
235.39/236.29	c d: 1
235.39/236.29	c estimatedAdderCost: 41
235.39/236.29	c Try to convert by bdds
235.39/236.29	c d: 1
235.39/236.29	c estimatedAdderCost: 33
235.39/236.29	c Try to convert by bdds
235.39/236.29	c d: 1
235.39/236.29	c estimatedAdderCost: 40
235.39/236.29	c Try to convert by bdds
235.39/236.29	c d: 1
235.39/236.29	c estimatedAdderCost: 32
235.39/236.29	c Try to convert by bdds
235.39/236.29	c d: 1
235.39/236.29	c estimatedAdderCost: 31
235.39/236.29	c Try to convert by bdds
235.39/236.29	c d: 1
235.39/236.29	c estimatedAdderCost: 40
235.39/236.29	c Try to convert by bdds
235.39/236.29	c d: 1
235.39/236.29	c estimatedAdderCost: 31
235.39/236.29	c Try to convert by bdds
235.39/236.29	c d: 1
235.39/236.29	c estimatedAdderCost: 35
235.39/236.29	c Try to convert by bdds
235.39/236.29	c d: 1
235.39/236.29	c estimatedAdderCost: 44
235.39/236.29	c Try to convert by bdds
235.39/236.30	c d: 1
235.39/236.30	c estimatedAdderCost: 41
235.39/236.30	c Try to convert by bdds
235.49/236.30	c d: 1
235.49/236.30	c estimatedAdderCost: 33
235.49/236.30	c Try to convert by bdds
235.49/236.30	c d: 1
235.49/236.30	c estimatedAdderCost: 36
235.49/236.30	c Try to convert by bdds
235.49/236.30	c d: 1
235.49/236.30	c estimatedAdderCost: 31
235.49/236.30	c Try to convert by bdds
235.49/236.30	c d: 1
235.49/236.30	c estimatedAdderCost: 29
235.49/236.30	c Try to convert by bdds
235.49/236.30	c d: 1
235.49/236.30	c estimatedAdderCost: 44
235.49/236.30	c Try to convert by bdds
235.49/236.30	c d: 1
235.49/236.30	c estimatedAdderCost: 30
235.49/236.30	c Try to convert by bdds
235.49/236.30	c d: 1
235.49/236.30	c estimatedAdderCost: 35
235.49/236.30	c Try to convert by bdds
235.49/236.30	c d: 1
235.49/236.30	c estimatedAdderCost: 36
235.49/236.30	c Try to convert by bdds
235.49/236.30	c d: 1
235.49/236.30	c estimatedAdderCost: 33
235.49/236.30	c Try to convert by bdds
235.49/236.30	c d: 1
235.49/236.30	c estimatedAdderCost: 40
235.49/236.30	c Try to convert by bdds
235.49/236.30	c d: 1
235.49/236.30	c estimatedAdderCost: 35
235.49/236.30	c Try to convert by bdds
235.49/236.30	c d: 1
235.49/236.30	c estimatedAdderCost: 33
235.49/236.30	c Try to convert by bdds
235.49/236.30	c d: 1
235.49/236.30	c estimatedAdderCost: 33
235.49/236.30	c Try to convert by bdds
235.49/236.30	c d: 1
235.49/236.30	c estimatedAdderCost: 42
235.49/236.30	c Try to convert by bdds
235.49/236.30	c d: 1
235.49/236.30	c estimatedAdderCost: 41
235.49/236.30	c Try to convert by bdds
235.49/236.31	c d: 1
235.49/236.31	c estimatedAdderCost: 41
235.49/236.31	c Try to convert by bdds
235.49/236.31	c d: 1
235.49/236.31	c estimatedAdderCost: 34
235.49/236.31	c Try to convert by bdds
235.49/236.31	c d: 1
235.49/236.31	c estimatedAdderCost: 43
235.49/236.31	c Try to convert by bdds
235.49/236.31	c d: 1
235.49/236.31	c estimatedAdderCost: 34
235.49/236.31	c Try to convert by bdds
235.49/236.31	c d: 1
235.49/236.31	c estimatedAdderCost: 35
235.49/236.31	c Try to convert by bdds
235.49/236.31	c d: 1
235.49/236.31	c estimatedAdderCost: 33
235.49/236.31	c Try to convert by bdds
235.49/236.31	c d: 1
235.49/236.31	c estimatedAdderCost: 37
235.49/236.31	c Try to convert by bdds
235.49/236.31	c d: 1
235.49/236.31	c estimatedAdderCost: 39
235.49/236.31	c Try to convert by bdds
235.49/236.31	c d: 1
235.49/236.31	c estimatedAdderCost: 33
235.49/236.31	c Try to convert by bdds
235.49/236.31	c d: 1
235.49/236.31	c estimatedAdderCost: 33
235.49/236.31	c Try to convert by bdds
235.49/236.31	c d: 1
235.49/236.31	c estimatedAdderCost: 41
235.49/236.31	c Try to convert by bdds
235.49/236.31	c d: 1
235.49/236.31	c estimatedAdderCost: 42
235.49/236.31	c Try to convert by bdds
235.49/236.31	c d: 1
235.49/236.31	c estimatedAdderCost: 33
235.49/236.31	c Try to convert by bdds
235.49/236.31	c d: 1
235.49/236.31	c estimatedAdderCost: 40
235.49/236.31	c Try to convert by bdds
235.49/236.31	c d: 1
235.49/236.31	c estimatedAdderCost: 37
235.49/236.31	c Try to convert by bdds
235.49/236.32	c d: 1
235.49/236.32	c estimatedAdderCost: 32
235.49/236.32	c Try to convert by bdds
235.49/236.32	c d: 1
235.49/236.32	c estimatedAdderCost: 41
235.49/236.32	c Try to convert by bdds
235.49/236.32	c d: 1
235.49/236.32	c estimatedAdderCost: 41
235.49/236.32	c Try to convert by bdds
235.49/236.32	c d: 1
235.49/236.32	c estimatedAdderCost: 36
235.49/236.32	c Try to convert by bdds
235.49/236.32	c d: 1
235.49/236.32	c estimatedAdderCost: 35
235.49/236.32	c Try to convert by bdds
235.49/236.32	c d: 1
235.49/236.32	c estimatedAdderCost: 49
235.49/236.32	c Try to convert by bdds
235.49/236.32	c d: 1
235.49/236.32	c estimatedAdderCost: 35
235.49/236.32	c Try to convert by bdds
235.49/236.32	c d: 1
235.49/236.32	c estimatedAdderCost: 40
235.49/236.32	c Try to convert by bdds
235.49/236.32	c d: 1
235.49/236.32	c estimatedAdderCost: 39
235.49/236.32	c Try to convert by bdds
235.49/236.32	c d: 1
235.49/236.32	c estimatedAdderCost: 40
235.49/236.32	c Try to convert by bdds
235.49/236.32	c d: 1
235.49/236.32	c estimatedAdderCost: 46
235.49/236.32	c Try to convert by bdds
235.49/236.32	c d: 1
235.49/236.32	c estimatedAdderCost: 31
235.49/236.32	c Try to convert by bdds
235.49/236.32	c d: 1
235.49/236.32	c estimatedAdderCost: 34
235.49/236.32	c Try to convert by bdds
235.49/236.32	c d: 1
235.49/236.32	c estimatedAdderCost: 33
235.49/236.32	c Try to convert by bdds
235.49/236.33	c d: 1
235.49/236.33	c estimatedAdderCost: 40
235.49/236.33	c Try to convert by bdds
235.49/236.33	c d: 1
235.49/236.33	c estimatedAdderCost: 33
235.49/236.33	c Try to convert by bdds
235.49/236.33	c d: 1
235.49/236.33	c estimatedAdderCost: 37
235.49/236.33	c Try to convert by bdds
235.49/236.33	c d: 1
235.49/236.33	c estimatedAdderCost: 38
235.49/236.33	c Try to convert by bdds
235.49/236.33	c d: 1
235.49/236.33	c estimatedAdderCost: 32
235.49/236.33	c Try to convert by bdds
235.49/236.33	c d: 1
235.49/236.33	c estimatedAdderCost: 35
235.49/236.33	c Try to convert by bdds
235.49/236.33	c d: 1
235.49/236.33	c estimatedAdderCost: 34
235.49/236.33	c Try to convert by bdds
235.49/236.33	c d: 1
235.49/236.33	c estimatedAdderCost: 29
235.49/236.33	c Try to convert by bdds
235.49/236.33	c d: 1
235.49/236.33	c estimatedAdderCost: 33
235.49/236.33	c Try to convert by bdds
235.49/236.33	c d: 1
235.49/236.33	c estimatedAdderCost: 44
235.49/236.33	c Try to convert by bdds
235.49/236.33	c d: 1
235.49/236.33	c estimatedAdderCost: 37
235.49/236.33	c Try to convert by bdds
235.49/236.33	c d: 1
235.49/236.33	c estimatedAdderCost: 32
235.49/236.33	c Try to convert by bdds
235.49/236.33	c d: 1
235.49/236.33	c estimatedAdderCost: 41
235.49/236.33	c Try to convert by bdds
235.49/236.33	c d: 1
235.49/236.33	c estimatedAdderCost: 31
235.49/236.33	c Try to convert by bdds
235.49/236.33	c d: 1
235.49/236.33	c estimatedAdderCost: 46
235.49/236.33	c Try to convert by bdds
235.49/236.33	c d: 1
235.49/236.33	c estimatedAdderCost: 40
235.49/236.33	c Try to convert by bdds
235.49/236.33	c d: 1
235.49/236.33	c estimatedAdderCost: 44
235.49/236.33	c Try to convert by bdds
235.49/236.34	c d: 1
235.49/236.34	c estimatedAdderCost: 43
235.49/236.34	c Try to convert by bdds
235.49/236.34	c d: 1
235.49/236.34	c estimatedAdderCost: 40
235.49/236.34	c Try to convert by bdds
235.49/236.34	c d: 1
235.49/236.34	c estimatedAdderCost: 38
235.49/236.34	c Try to convert by bdds
235.49/236.34	c d: 1
235.49/236.34	c estimatedAdderCost: 40
235.49/236.34	c Try to convert by bdds
235.49/236.34	c d: 1
235.49/236.34	c estimatedAdderCost: 46
235.49/236.34	c Try to convert by bdds
235.49/236.34	c d: 1
235.49/236.34	c estimatedAdderCost: 35
235.49/236.34	c Try to convert by bdds
235.49/236.34	c d: 1
235.49/236.34	c estimatedAdderCost: 46
235.49/236.34	c Try to convert by bdds
235.49/236.34	c d: 1
235.49/236.34	c 
260.72/261.70	c pb_solver_status: sst_sat
260.72/261.70	c SCIP presolver nodes=11 > 1; boosting initial SCIP budget to 1000.0 sec
260.82/261.70	c total stages of optimization mode: 1
260.82/261.70	c Use UB found in presolve
260.82/261.70	c Use LB found in presolve
260.82/261.70	c minimizationMode: cmm_Binary
260.82/261.70	c goal coeffs: 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 
260.82/261.71	c Try to find a solution more than 599
260.82/261.76	c V: 1
260.82/261.76	c 
260.82/261.78	c assumptions: 
260.82/261.78	c invoking solver with time budget: 5.000000
313.83/314.96	c sat_solver_result: sst_unknown
313.83/314.96	c SAT solver timed out; proceeding to cooperative SCIP call
313.83/314.96	c Calling solveScip for cooperative mode with LB_goalvalue:       507, UB_goalvalue: 784
313.83/314.96	c scip solving with time budget: 1000.000000
313.83/314.96	c solveScip
313.83/314.96	c initScipForCoop
313.83/314.96	c Coop Mode: Using SCIP obj units for LB/UB: 507, +oo
313.83/314.97	c 2/2 feasible solutions given by solution candidate storage, new primal bound -2.770000e+02
313.83/314.97	c 
313.83/314.98	c presolving:
313.95/315.03	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
313.95/315.10	c    (0.1s) running MILP presolver
314.04/315.13	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
314.04/315.14	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
314.12/315.20	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
314.12/315.27	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
314.22/315.35	c    (0.4s) probing: 51/1292 (3.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
314.22/315.35	c    (0.4s) probing aborted: 50/50 successive totally useless probings
314.32/315.46	c    (0.5s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
314.32/315.49	c    (0.5s) no symmetry present (symcode time: 0.00)
314.42/315.59	c presolving (5 rounds: 5 fast, 4 medium, 4 exhaustive):
314.42/315.59	c  2 deleted vars, 1 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
314.42/315.59	c  0 implications, 1 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
314.42/315.59	c presolved problem has 1292 variables (1292 bin, 0 int, 0 cont) and 1080 constraints
314.42/315.59	c    1079 constraints of type <knapsack>
314.42/315.59	c       1 constraints of type <setppc>
314.42/315.59	c transformed objective value is always integral (scale: 1)
314.42/315.59	c Presolving Time: 0.61
314.52/315.60	c transformed 2/2 original solutions to the transformed problem space
314.52/315.60	c 
314.72/315.85	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
314.72/315.85	c   0.9s|     1 |     0 |   264 |     - |   531M |   0 |1292 |1080 |1080 |   0 |  0 |   2 |   0 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
315.04/316.18	c   1.2s|     1 |     0 |   470 |     - |   552M |   0 |1292 |1081 |1246 | 166 |  1 |   3 |   0 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
315.33/316.49	c   1.5s|     1 |     0 |   605 |     - |   559M |   0 |1292 |1081 |1368 | 288 |  2 |   3 |   0 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
315.72/316.82	c   1.9s|     1 |     0 |   760 |     - |   569M |   0 |1292 |1082 |1486 | 406 |  3 |   4 |   0 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
316.04/317.15	c   2.2s|     1 |     0 |   861 |     - |   576M |   0 |1292 |1082 |1577 | 497 |  4 |   4 |   0 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
316.32/317.48	c   2.5s|     1 |     0 |   966 |     - |   578M |   0 |1292 |1082 |1647 | 567 |  5 |   4 |   0 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
316.72/317.81	c   2.9s|     1 |     0 |  1029 |     - |   579M |   0 |1292 |1082 |1701 | 621 |  6 |   4 |   0 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
317.03/318.13	c   3.2s|     1 |     0 |  1109 |     - |   587M |   0 |1292 |1082 |1763 | 683 |  7 |   4 |   0 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
317.32/318.45	c   3.5s|     1 |     0 |  1177 |     - |   596M |   0 |1292 |1082 |1806 | 726 |  8 |   4 |   0 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
317.62/318.75	c   3.8s|     1 |     0 |  1250 |     - |   600M |   0 |1292 |1082 |1848 | 768 |  9 |   4 |   0 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
317.93/319.09	c   4.1s|     1 |     0 |  1321 |     - |   608M |   0 |1292 |1082 |1905 | 825 | 10 |   4 |   0 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
318.22/319.32	c   4.4s|     1 |     0 |  1401 |     - |   611M |   0 |1292 |1082 |1799 | 872 | 11 |   4 |   0 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
319.61/320.71	c   5.7s|     1 |     2 |  3456 |     - |   611M |   0 |1292 |1088 |1799 | 872 | 11 |  10 |  41 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
350.40/351.61	c  36.7s|   100 |   101 | 61454 | 606.6 |   612M |  22 |1292 |1100 |1191 |1239 |  1 |  22 | 443 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
366.46/367.73	c  52.8s|   200 |   201 |136551 | 679.1 |   681M |  22 |1292 |1105 |1206 |1833 |  1 |  27 | 479 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
388.48/389.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
388.48/389.83	c  74.9s|   300 |   301 |189626 | 629.5 |   744M |  25 |1292 |1115 |1190 |2390 |  1 |  38 | 522 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
398.35/399.75	c  84.8s|   400 |   401 |216668 | 539.5 |   752M |  25 |1292 |1115 |1190 |3151 |  1 |  38 | 555 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
410.21/411.61	c  96.7s|   500 |   501 |260912 | 520.1 |   753M |  25 |1292 |1114 |1218 |3810 |  2 |  38 | 592 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
420.18/421.62	c   107s|   600 |   601 |295101 | 490.3 |   753M |  31 |1292 |1114 |1193 |4016 |  1 |  39 | 626 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
431.74/433.25	c   118s|   700 |   701 |331006 | 471.5 |   753M |  33 |1292 |1114 |1213 |4169 |  1 |  40 | 677 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
441.21/442.75	c   128s|   800 |   801 |362825 | 452.3 |   746M |  39 |1292 |1116 |1238 |4353 |  1 |  43 | 714 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
450.38/451.99	c   137s|   900 |   901 |393862 | 436.6 |   739M |  49 |1292 |1120 |1262 |4819 |  1 |  47 | 741 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
460.94/462.58	c   148s|  1000 |  1001 |427363 | 426.4 |   741M |  57 |1292 |1119 |1287 |5320 |  1 |  47 | 775 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
468.72/470.36	c   155s|  1100 |  1101 |451899 | 409.9 |   742M |  65 |1292 |1119 |1296 |5736 |  1 |  47 | 800 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
478.40/480.09	c   165s|  1200 |  1201 |494169 | 411.0 |   743M |  67 |1292 |1123 |1195 |6106 |  1 |  52 | 820 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
487.66/489.34	c   174s|  1300 |  1301 |522040 | 400.8 |   744M |  67 |1292 |1123 |1214 |6539 |  1 |  52 | 845 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
497.22/498.94	c   184s|  1400 |  1401 |554395 | 395.3 |   745M |  67 |1292 |1128 |1271 |6958 |  1 |  57 | 880 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
505.41/507.15	c   192s|  1500 |  1501 |583142 | 388.1 |   744M |  71 |1292 |1128 |1306 |7367 |  1 |  57 | 907 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
513.29/515.10	c   200s|  1600 |  1601 |610600 | 381.0 |   745M |  75 |1292 |1127 |1289 |7733 |  1 |  57 | 934 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
520.45/522.20	c   207s|  1700 |  1701 |637143 | 374.2 |   744M |  79 |1292 |1129 |1238 |8077 |  1 |  59 | 958 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
529.72/531.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
529.72/531.54	c   217s|  1800 |  1801 |672515 | 373.0 |   743M |  83 |1292 |1130 |1272 |8341 |  1 |  60 | 994 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
537.70/539.59	c   225s|  1900 |  1901 |702297 | 369.1 |   743M |  85 |1292 |1131 |1287 |8465 |  1 |  61 |1037 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
544.58/546.48	c   232s|  2000 |  2001 |724317 | 361.6 |   743M |  95 |1292 |1134 |1274 |8567 |  1 |  64 |1109 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
551.85/553.79	c   239s|  2100 |  2101 |746090 | 354.8 |   740M |  97 |1292 |1134 |1278 |8633 |  1 |  64 |1178 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
558.63/560.53	c   246s|  2200 |  2201 |767844 | 348.5 |   736M |  99 |1292 |1134 |1291 |8701 |  1 |  64 |1232 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
564.71/566.60	c   252s|  2300 |  2301 |788498 | 342.4 |   736M | 105 |1292 |1134 |1290 |8751 |  1 |  64 |1275 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
570.59/572.59	c   258s|  2400 |  2401 |805594 | 335.2 |   737M | 107 |1292 |1134 |1290 |8769 |  1 |  64 |1350 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
575.67/577.64	c   263s|  2500 |  2501 |821283 | 328.1 |   737M | 107 |1292 |1139 |1294 |8903 |  1 |  69 |1384 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
582.45/584.41	c   269s|  2600 |  2601 |840619 | 322.9 |   738M | 113 |1292 |1139 |1286 |8939 |  1 |  69 |1458 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
592.71/594.77	c   280s|  2700 |  2701 |886159 | 327.8 |   738M | 119 |1292 |1143 |1287 |8968 |  1 |  73 |1494 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
598.79/600.87	c   286s|  2800 |  2801 |904639 | 322.7 |   738M | 123 |1292 |1146 |1200 |9078 |  1 |  76 |1589 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
606.47/608.52	c   294s|  2900 |  2901 |927458 | 319.4 |   738M | 123 |1292 |1146 |1287 |9107 |  1 |  76 |1698 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
614.44/616.59	c   302s|  3000 |  3001 |953465 | 317.5 |   738M | 125 |1292 |1150 |1290 |9116 |  1 |  80 |1784 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
621.72/623.81	c   309s|  3100 |  3101 |977942 | 315.1 |   738M | 131 |1292 |1153 |1288 |9136 |  1 |  83 |1848 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
626.70/628.89	c   314s|  3200 |  3201 |999908 | 312.1 |   739M | 131 |1292 |1157 |1297 |9160 |  1 |  87 |1862 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
629.49/631.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
629.49/631.66	c   317s|  3300 |  3301 |  1011k| 306.2 |   739M | 135 |1292 |1157 |1293 |9175 |  1 |  87 |1871 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
633.68/635.83	c   321s|  3400 |  3401 |  1029k| 302.4 |   738M | 145 |1292 |1157 |1300 |9189 |  1 |  87 |1888 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
637.07/639.29	c   324s|  3500 |  3501 |  1045k| 298.3 |   738M | 145 |1292 |1158 |1296 |9201 |  1 |  88 |1896 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
640.97/643.16	c   328s|  3600 |  3601 |  1065k| 295.6 |   738M | 147 |1292 |1158 |1293 |9206 |  1 |  88 |1909 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
645.64/647.82	c   333s|  3700 |  3701 |  1088k| 293.9 |   738M | 149 |1292 |1158 |1297 |9216 |  2 |  88 |1916 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
649.73/651.93	c   337s|  3800 |  3801 |  1102k| 289.9 |   739M | 153 |1292 |1162 |1298 |9223 |  1 |  92 |1924 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
652.52/654.73	c   340s|  3900 |  3901 |  1116k| 285.9 |   739M | 157 |1292 |1168 |1293 |9229 |  1 |  98 |1928 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
656.01/658.28	c   343s|  4000 |  4001 |  1137k| 284.1 |   739M | 157 |1292 |1171 |1298 |9247 |  1 | 101 |1932 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
659.50/661.73	c   347s|  4100 |  4101 |  1153k| 281.2 |   740M | 161 |1292 |1171 |1309 |9357 |  1 | 101 |1938 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
663.58/665.87	c   351s|  4200 |  4201 |  1170k| 278.4 |   741M | 161 |1292 |1171 |1235 |9567 |  1 | 101 |1948 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
667.47/669.78	c   355s|  4300 |  4301 |  1191k| 276.7 |   741M | 161 |1292 |1175 |1309 |9595 |  1 | 105 |1965 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
670.96/673.24	c   358s|  4400 |  4401 |  1209k| 274.7 |   741M | 165 |1292 |1181 |1317 |9690 |  1 | 111 |1971 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
675.45/677.77	c   363s|  4500 |  4501 |  1235k| 274.3 |   741M | 165 |1292 |1182 |1310 |9741 |  1 | 112 |1971 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
678.75/681.06	c   366s|  4600 |  4601 |  1249k| 271.4 |   742M | 171 |1292 |1189 |1317 |9921 |  1 | 119 |1980 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
682.42/684.77	c   370s|  4700 |  4701 |  1267k| 269.4 |   742M | 171 |1292 |1189 |1324 |  10k|  1 | 119 |1995 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
687.31/689.61	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
687.31/689.61	c   375s|  4800 |  4801 |  1282k| 266.9 |   743M | 171 |1292 |1189 |1299 |  10k|  1 | 119 |2020 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
691.19/693.58	c   379s|  4900 |  4901 |  1303k| 265.9 |   743M | 171 |1292 |1193 |1318 |  10k|  1 | 123 |2027 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
696.07/698.46	c   384s|  5000 |  5001 |  1323k| 264.4 |   739M | 171 |1292 |1193 |1324 |  10k|  1 | 123 |2051 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
701.26/703.65	c   389s|  5100 |  5101 |  1339k| 262.4 |   738M | 171 |1292 |1193 |1331 |  10k|  1 | 123 |2090 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
703.35/705.78	c   391s|  5200 |  5199 |  1349k| 259.3 |   738M | 181 |1292 |1194 |1392 |  10k|  1 | 124 |2093 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
706.34/708.71	c   394s|  5300 |  5297 |  1358k| 256.1 |   738M | 189 |1292 |1194 |1407 |  10k|  1 | 124 |2118 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
707.93/710.39	c   395s|  5400 |  5397 |  1366k| 252.8 |   738M | 189 |1292 |1195 |1403 |  10k|  1 | 125 |2121 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
710.02/712.42	c   397s|  5500 |  5497 |  1371k| 249.2 |   738M | 189 |1292 |1195 |1314 |  10k|  1 | 125 |2131 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
712.73/715.15	c   400s|  5600 |  5597 |  1382k| 246.7 |   739M | 189 |1292 |1195 |1338 |  10k|  2 | 125 |2172 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
719.49/721.93	c   407s|  5700 |  5697 |  1403k| 246.0 |   739M | 189 |1292 |1200 |1320 |  11k|  1 | 130 |2235 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
723.08/725.56	c   411s|  5800 |  5797 |  1421k| 244.9 |   739M | 193 |1292 |1200 |1326 |  11k|  1 | 130 |2241 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
728.26/730.72	c   416s|  5900 |  5895 |  1442k| 244.3 |   740M | 195 |1292 |1200 |1332 |  11k|  1 | 130 |2272 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
737.55/740.03	c   425s|  6000 |  5993 |  1471k| 245.1 |   741M | 195 |1292 |1216 |1335 |  11k|  1 | 146 |2337 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
741.22/743.71	c   429s|  6100 |  6093 |  1490k| 244.1 |   741M | 199 |1292 |1218 |1347 |  11k|  1 | 148 |2339 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
749.40/751.94	c   437s|  6200 |  6193 |  1515k| 244.3 |   741M | 201 |1292 |1222 |1332 |  11k|  1 | 152 |2409 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
754.68/757.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
754.68/757.21	c   442s|  6300 |  6289 |  1540k| 244.4 |   742M | 201 |1292 |1227 |1345 |  11k|  2 | 157 |2443 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
760.48/763.09	c   448s|  6400 |  6389 |  1560k| 243.6 |   742M | 201 |1292 |1227 |1364 |  12k|  3 | 157 |2518 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
768.34/770.94	c   456s|  6500 |  6489 |  1586k| 243.8 |   742M | 201 |1292 |1238 |1316 |  12k|  2 | 168 |2631 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
773.82/776.41	c   461s|  6600 |  6587 |  1601k| 242.5 |   742M | 201 |1292 |1238 |1312 |  12k|  1 | 168 |2686 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
778.51/781.16	c   466s|  6700 |  6687 |  1617k| 241.3 |   742M | 201 |1292 |1238 |1313 |  12k|  1 | 168 |2744 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
789.26/791.98	c   477s|  6800 |  6787 |  1658k| 243.7 |   743M | 201 |1292 |1242 |1340 |  12k|  1 | 172 |2874 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
796.14/798.85	c   484s|  6900 |  6887 |  1670k| 242.0 |   744M | 201 |1292 |1241 |1229 |  12k|  1 | 172 |2926 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
802.33/805.04	c   490s|  7000 |  6987 |  1697k| 242.4 |   744M | 201 |1292 |1241 |1337 |  12k|  1 | 172 |2969 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
807.21/809.92	c   495s|  7100 |  7085 |  1723k| 242.6 |   744M | 201 |1292 |1261 |1327 |  12k|  2 | 192 |2978 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
811.69/814.46	c   500s|  7200 |  7185 |  1744k| 242.2 |   744M | 201 |1292 |1265 |1324 |  12k|  1 | 196 |2992 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
818.67/821.43	c   506s|  7300 |  7285 |  1773k| 242.8 |   742M | 201 |1292 |1295 |1218 |  13k|  1 | 227 |3020 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
823.85/826.65	c   512s|  7400 |  7385 |  1804k| 243.6 |   743M | 201 |1292 |1295 |1356 |  13k|  1 | 227 |3025 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
829.73/832.54	c   518s|  7500 |  7483 |  1835k| 244.6 |   743M | 201 |1292 |1351 |1304 |  13k|  1 | 284 |3038 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
833.52/836.38	c   521s|  7600 |  7583 |  1857k| 244.2 |   743M | 201 |1292 |1351 |1354 |  13k|  1 | 284 |3040 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
837.81/840.66	c   526s|  7700 |  7679 |  1878k| 243.9 |   744M | 201 |1292 |1355 |1286 |  13k|  1 | 288 |3044 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
841.39/844.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
841.39/844.20	c   529s|  7800 |  7779 |  1898k| 243.2 |   744M | 201 |1292 |1355 |1332 |  13k|  1 | 288 |3045 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
846.68/849.57	c   535s|  7900 |  7879 |  1930k| 244.2 |   744M | 201 |1292 |1363 |1367 |  13k|  1 | 296 |3050 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
853.17/856.06	c   541s|  8000 |  7979 |  1963k| 245.3 |   744M | 201 |1292 |1370 |1363 |  13k|  1 | 303 |3059 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
860.63/863.55	c   549s|  8100 |  8073 |  2001k| 246.9 |   745M | 201 |1292 |1392 |1317 |  14k|  1 | 326 |3062 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
866.61/869.52	c   555s|  8200 |  8173 |  2034k| 248.0 |   745M | 201 |1292 |1409 |1311 |  14k|  1 | 343 |3066 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
870.22/873.17	c   558s|  8300 |  8271 |  2055k| 247.5 |   745M | 201 |1292 |1419 |1312 |  14k|  1 | 353 |3067 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
875.89/878.81	c   564s|  8400 |  8371 |  2086k| 248.3 |   745M | 201 |1292 |1421 |1349 |  14k|  1 | 356 |3082 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
884.35/887.36	c   572s|  8500 |  8469 |  2122k| 249.5 |   746M | 201 |1292 |1442 |1229 |  15k|  1 | 377 |3111 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
889.43/892.41	c   577s|  8600 |  8569 |  2142k| 249.0 |   746M | 201 |1292 |1442 |1330 |  15k|  2 | 377 |3132 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
894.72/897.73	c   583s|  8700 |  8667 |  2160k| 248.2 |   746M | 201 |1292 |1446 |1317 |  15k|  1 | 381 |3154 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
901.40/904.43	c   589s|  8800 |  8767 |  2186k| 248.3 |   746M | 201 |1292 |1446 |1311 |  15k|  1 | 381 |3174 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
906.58/909.65	c   595s|  8900 |  8867 |  2210k| 248.2 |   746M | 201 |1292 |1446 |1320 |  15k|  1 | 381 |3184 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
913.56/916.69	c   602s|  9000 |  8967 |  2239k| 248.7 |   747M | 201 |1292 |1452 |1314 |  15k|  1 | 387 |3205 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
919.64/922.78	c   608s|  9100 |  9067 |  2262k| 248.5 |   747M | 201 |1292 |1463 |1354 |  15k|  1 | 398 |3237 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
924.62/927.71	c   613s|  9200 |  9161 |  2281k| 247.8 |   747M | 201 |1292 |1472 |1238 |  16k|  1 | 407 |3249 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
931.60/934.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
931.60/934.75	c   620s|  9300 |  9261 |  2311k| 248.5 |   747M | 201 |1292 |1483 |1323 |  16k|  1 | 418 |3270 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
939.58/942.72	c   628s|  9400 |  9355 |  2342k| 249.1 |   747M | 201 |1292 |1487 |1224 |  16k|  1 | 422 |3303 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
944.66/947.88	c   633s|  9500 |  9455 |  2364k| 248.7 |   747M | 201 |1292 |1487 |1338 |  16k|  1 | 422 |3320 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
952.14/955.32	c   640s|  9600 |  9555 |  2392k| 249.1 |   748M | 201 |1292 |1515 |1302 |  16k|  1 | 452 |3350 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
957.12/960.35	c   645s|  9700 |  9655 |  2416k| 249.0 |   749M | 201 |1292 |1523 |1246 |  16k|  1 | 460 |3363 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
964.09/967.36	c   652s|  9800 |  9755 |  2444k| 249.3 |   749M | 201 |1292 |1525 |1339 |  17k|  1 | 465 |3397 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
972.47/975.73	c   661s|  9900 |  9855 |  2477k| 250.1 |   749M | 201 |1292 |1524 |1309 |  17k|  1 | 465 |3477 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
977.05/980.32	c   665s| 10000 |  9955 |  2493k| 249.3 |   749M | 201 |1292 |1524 |1222 |  17k|  1 | 465 |3488 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
982.24/985.56	c   671s| 10100 | 10055 |  2515k| 248.9 |   750M | 201 |1292 |1523 |1339 |  17k|  1 | 465 |3526 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
989.32/992.64	c   678s| 10200 | 10155 |  2537k| 248.7 |   751M | 201 |1292 |1522 |1278 |  17k|  1 | 465 |3590 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
995.30/998.65	c   684s| 10300 | 10255 |  2559k| 248.4 |   751M | 201 |1292 |1532 |1340 |  17k|  1 | 476 |3646 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1001.57/1004.95	c   690s| 10400 | 10355 |  2581k| 248.1 |   751M | 201 |1292 |1542 |1298 |  18k|  1 | 487 |3707 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1005.96/1009.32	c   694s| 10500 | 10455 |  2599k| 247.5 |   751M | 201 |1292 |1551 |1282 |  18k|  1 | 497 |3735 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1010.66/1014.10	c   699s| 10600 | 10555 |  2618k| 246.9 |   751M | 201 |1292 |1552 |1358 |  18k|  1 | 501 |3774 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1017.32/1020.71	c   706s| 10700 | 10653 |  2647k| 247.3 |   751M | 201 |1292 |1555 |1193 |  18k|  1 | 506 |3815 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1022.80/1026.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1022.80/1026.26	c   711s| 10800 | 10753 |  2670k| 247.2 |   751M | 201 |1292 |1555 |1219 |  18k|  1 | 506 |3840 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1027.29/1030.77	c   716s| 10900 | 10853 |  2690k| 246.7 |   751M | 201 |1292 |1555 |1340 |  18k|  1 | 506 |3847 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1034.86/1038.31	c   723s| 11000 | 10951 |  2727k| 247.8 |   751M | 201 |1292 |1554 |1252 |  18k|  1 | 509 |3867 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1039.75/1043.29	c   728s| 11100 | 11051 |  2756k| 248.2 |   751M | 201 |1292 |1566 |1324 |  19k|  1 | 523 |3877 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1043.03/1046.54	c   732s| 11200 | 11151 |  2771k| 247.3 |   752M | 201 |1292 |1572 |1245 |  19k|  1 | 531 |3881 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1048.02/1051.53	c   737s| 11300 | 11251 |  2801k| 247.8 |   753M | 201 |1292 |1583 |1339 |  19k|  2 | 543 |3892 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1053.00/1056.58	c   742s| 11400 | 11347 |  2831k| 248.2 |   753M | 201 |1292 |1604 |1361 |  19k|  1 | 564 |3899 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1059.68/1063.23	c   748s| 11500 | 11431 |  2869k| 249.4 |   753M | 201 |1292 |1618 |1319 |  19k|  1 | 580 |3906 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1063.27/1066.87	c   752s| 11600 | 11529 |  2888k| 248.9 |   753M | 201 |1292 |1616 |1299 |  19k|  1 | 580 |3908 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1069.46/1073.11	c   758s| 11700 | 11629 |  2924k| 249.8 |   753M | 201 |1292 |1650 |1245 |  19k|  1 | 619 |3911 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1073.14/1076.72	c   762s| 11800 | 11729 |  2941k| 249.2 |   753M | 201 |1292 |1645 |1231 |  20k|  1 | 619 |3918 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1076.83/1080.48	c   766s| 11900 | 11829 |  2964k| 249.0 |   753M | 201 |1292 |1646 |1191 |  20k|  1 | 623 |3919 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1083.01/1086.67	c   772s| 12000 | 11929 |  2999k| 249.9 |   754M | 201 |1292 |1639 |1323 |  20k|  1 | 623 |3921 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1087.09/1090.73	c   776s| 12100 | 12029 |  3020k| 249.5 |   754M | 201 |1292 |1639 |1213 |  20k|  1 | 627 |3929 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1091.78/1095.47	c   781s| 12200 | 12129 |  3045k| 249.6 |   754M | 201 |1292 |1638 |1268 |  20k|  1 | 627 |3934 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1095.26/1098.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1095.26/1098.92	c   784s| 12300 | 12229 |  3063k| 248.9 |   755M | 201 |1292 |1635 |1226 |  21k|  1 | 627 |3935 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1099.85/1103.58	c   789s| 12400 | 12329 |  3086k| 248.9 |   755M | 201 |1292 |1635 |1265 |  21k|  1 | 629 |3940 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1106.02/1109.76	c   795s| 12500 | 12429 |  3115k| 249.1 |   755M | 201 |1292 |1633 |1269 |  21k|  1 | 629 |3950 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1110.01/1113.72	c   799s| 12600 | 12529 |  3133k| 248.6 |   756M | 201 |1292 |1650 |1278 |  22k|  1 | 648 |3961 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1114.89/1118.65	c   804s| 12700 | 12629 |  3153k| 248.2 |   756M | 201 |1292 |1653 |1246 |  22k|  2 | 655 |3980 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1119.88/1123.65	c   809s| 12800 | 12729 |  3171k| 247.7 |   756M | 201 |1292 |1654 |1274 |  22k|  1 | 657 |3996 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1122.67/1126.45	c   811s| 12900 | 12829 |  3186k| 246.9 |   756M | 201 |1292 |1654 |1305 |  22k|  1 | 657 |3997 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1126.06/1129.89	c   815s| 13000 | 12929 |  3200k| 246.1 |   756M | 201 |1292 |1660 |1257 |  23k|  1 | 663 |4004 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1135.82/1139.62	c   825s| 13100 | 13025 |  3245k| 247.6 |   756M | 201 |1292 |1662 |1297 |  23k|  1 | 667 |4030 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1140.91/1144.79	c   830s| 13200 | 13123 |  3267k| 247.4 |   757M | 201 |1292 |1663 |1296 |  23k|  1 | 669 |4043 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1144.99/1148.87	c   834s| 13300 | 13223 |  3282k| 246.7 |   757M | 201 |1292 |1659 |1202 |  23k|  1 | 669 |4056 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1148.48/1152.37	c   837s| 13400 | 13323 |  3301k| 246.3 |   757M | 201 |1292 |1657 |1319 |  23k|  1 | 669 |4059 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1153.77/1157.65	c   843s| 13500 | 13421 |  3323k| 246.1 |   757M | 201 |1292 |1654 |1315 |  23k|  1 | 669 |4082 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1159.94/1163.88	c   849s| 13600 | 13517 |  3345k| 245.9 |   757M | 201 |1292 |1655 |1317 |  23k|  1 | 672 |4117 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1163.03/1166.97	c   852s| 13700 | 13617 |  3360k| 245.2 |   757M | 201 |1292 |1655 |1272 |  23k|  1 | 674 |4120 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1170.81/1174.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1170.81/1174.74	c   860s| 13800 | 13703 |  3393k| 245.8 |   757M | 201 |1292 |1661 |1405 |  24k|  2 | 683 |4195 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1175.40/1179.37	c   864s| 13900 | 13801 |  3414k| 245.6 |   757M | 201 |1292 |1659 |1338 |  24k|  1 | 685 |4210 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1181.78/1185.70	c   871s| 14000 | 13901 |  3443k| 245.9 |   757M | 201 |1292 |1652 |1299 |  24k|  1 | 685 |4244 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1186.46/1190.40	c   875s| 14100 | 14001 |  3460k| 245.3 |   757M | 201 |1292 |1652 |1341 |  24k|  1 | 685 |4268 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1193.24/1197.22	c   882s| 14200 | 14083 |  3492k| 245.9 |   758M | 201 |1292 |1671 |1359 |  24k|  1 | 704 |4306 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1199.42/1203.49	c   889s| 14300 | 14179 |  3513k| 245.6 |   758M | 201 |1292 |1667 |1353 |  24k|  1 | 706 |4342 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1207.58/1211.67	c   897s| 14400 | 14260 |  3555k| 246.8 |   758M | 201 |1292 |1690 |1329 |  24k|  2 | 733 |4384 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1212.08/1216.17	c   901s| 14500 | 14360 |  3572k| 246.3 |   759M | 201 |1292 |1680 |1251 |  25k|  1 | 735 |4400 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1214.46/1218.55	c   904s| 14600 | 14460 |  3584k| 245.4 |   759M | 201 |1292 |1680 |1247 |  25k|  1 | 735 |4401 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1219.84/1223.93	c   909s| 14700 | 14560 |  3605k| 245.2 |   759M | 201 |1292 |1673 |1332 |  25k|  1 | 735 |4421 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1225.05/1229.14	c   914s| 14800 | 14652 |  3626k| 245.0 |   759M | 201 |1292 |1665 |1263 |  25k|  2 | 741 |4458 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1232.21/1236.37	c   921s| 14900 | 14752 |  3656k| 245.3 |   760M | 201 |1292 |1665 |1216 |  25k|  1 | 749 |4494 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1235.10/1239.24	c   924s| 15000 | 14852 |  3669k| 244.6 |   760M | 201 |1292 |1661 |1246 |  26k|  1 | 754 |4506 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1238.90/1243.10	c   928s| 15100 | 14952 |  3684k| 243.9 |   760M | 201 |1292 |1649 |1252 |  26k|  1 | 754 |4532 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1243.47/1247.67	c   933s| 15200 | 15052 |  3701k| 243.5 |   760M | 201 |1292 |1643 |1238 |  26k|  1 | 754 |4568 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1248.15/1252.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1248.15/1252.31	c   937s| 15300 | 15152 |  3718k| 243.0 |   760M | 201 |1292 |1639 |1353 |  26k|  1 | 754 |4618 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1257.72/1261.90	c   947s| 15400 | 15238 |  3755k| 243.8 |   762M | 201 |1292 |1648 |1412 |  26k|  2 | 764 |4733 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1266.49/1270.80	c   956s| 15500 | 15328 |  3787k| 244.3 |   762M | 201 |1292 |1643 |1295 |  27k|  1 | 769 |4784 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1269.80/1274.06	c   959s| 15600 | 15428 |  3800k| 243.5 |   762M | 201 |1292 |1657 |1220 |  27k|  1 | 789 |4805 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1273.07/1277.38	c   962s| 15700 | 15528 |  3813k| 242.8 |   762M | 201 |1292 |1655 |1251 |  27k|  1 | 789 |4819 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1278.35/1282.69	c   968s| 15800 | 15628 |  3833k| 242.6 |   762M | 201 |1292 |1655 |1227 |  27k|  2 | 789 |4864 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1281.54/1285.84	c   971s| 15900 | 15728 |  3846k| 241.8 |   762M | 201 |1292 |1653 |1244 |  28k|  1 | 789 |4873 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1286.33/1290.64	c   976s| 16000 | 15828 |  3870k| 241.8 |   762M | 201 |1292 |1648 |1332 |  28k|  1 | 794 |4879 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1290.31/1294.61	c   980s| 16100 | 15916 |  3890k| 241.6 |   762M | 201 |1292 |1648 |1302 |  28k|  1 | 804 |4895 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1293.31/1297.64	c   983s| 16200 | 16016 |  3904k| 241.0 |   763M | 201 |1292 |1641 |1305 |  28k|  1 | 806 |4898 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1296.71/1301.09	c   986s| 16300 | 16116 |  3922k| 240.6 |   763M | 201 |1292 |1643 |1287 |  28k|  1 | 810 |4905 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1300.58/1304.96	c   990s| 16400 | 16216 |  3943k| 240.4 |   763M | 201 |1292 |1642 |1295 |  28k|  2 | 813 |4908 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1303.87/1308.27	c   993s| 16500 | 16316 |  3958k| 239.8 |   763M | 201 |1292 |1639 |1253 |  29k|  1 | 813 |4915 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1308.67/1313.09	c   998s| 16600 | 16416 |  3984k| 240.0 |   763M | 201 |1292 |1640 |1352 |  29k|  1 | 815 |4927 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1310.55/1314.96	c 
1310.55/1314.96	c SCIP Status        : solving was interrupted [time limit reached]
1310.55/1314.96	c Solving Time (sec) : 1000.00
1310.55/1314.96	c Solving Nodes      : 16643
1310.55/1314.96	c Primal Bound       : -2.77000000000000e+02 (2 solutions, 1 respecting the objective limit)
1310.55/1314.96	c Dual Bound         : +0.00000000000000e+00
1310.55/1314.96	c Gap                : infinite
1310.55/1314.96	c SCIP status: 23 (TIMELIMIT)
1310.55/1314.96	c pb_solver_status: sst_sat
1310.55/1314.96	c LB_goalvalue: 507
1310.55/1314.96	c UB_goalvalue: 784
1310.55/1314.96	c Both SAT and SCIP timed out; boosting budgets to sat=10.000000 scip=1800.000000
1310.55/1314.96	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
1310.55/1314.96	c SCIP returned: sst_sat
1310.55/1314.96	c SCIP primal LB: 507, dual UB: 784
1310.55/1314.96	c Try to find a solution more than 599
1310.55/1314.96	c assumptions: 
1310.55/1314.96	c invoking solver with time budget: 10.000000
1320.73/1325.18	c Model check passed
1320.73/1325.18	c sat_solver_result: sst_sat
1320.73/1325.18	c pb_solver_status: sst_sat
1320.73/1325.18	c in maximizeGoal found by SAT
1321.41/1325.80	o 184
1321.41/1325.80	c addUnit: @goal_constraint0
1321.41/1325.80	c Found a solution: 600.  Optimum bounded: [600,784].
1321.41/1325.80	c Calling solveScip for cooperative mode with LB_goalvalue:       600, UB_goalvalue: 784
1321.41/1325.80	c scip solving with time budget: 1800.000000
1321.41/1325.80	c solveScip
1321.41/1325.80	c initScipForCoop
1321.41/1325.80	c initScipForCoop: syncing trail in SOLVING stage (no free)
1321.41/1325.80	c Coop Mode: Using SCIP obj units for LB/UB: 600, +oo
1321.41/1325.80	c SCIPfreeTransform due to timeout and having shadow nodes
1321.41/1325.80	c forcing SCIPfreeTransform before solve
1321.41/1325.87	c Running SCIP presolve for solve-time propagation (rounds=3)
1321.41/1325.88	c 2/2 feasible solutions given by solution candidate storage, new primal bound -1.840000e+02
1321.41/1325.88	c 
1321.51/1325.90	c presolving:
1321.51/1325.95	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
1321.62/1326.01	c    (0.1s) running MILP presolver
1321.62/1326.04	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
1321.62/1326.05	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
1321.81/1326.21	c    (0.3s) probing: 51/1292 (3.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1321.81/1326.21	c    (0.3s) probing aborted: 50/50 successive totally useless probings
1321.91/1326.32	c presolving (3 rounds: 3 fast, 2 medium, 2 exhaustive):
1321.91/1326.32	c  2 deleted vars, 1 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1321.91/1326.32	c  0 implications, 1 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1321.91/1326.32	c presolved problem has 1292 variables (1292 bin, 0 int, 0 cont) and 1080 constraints
1321.91/1326.32	c    1069 constraints of type <knapsack>
1321.91/1326.32	c       1 constraints of type <setppc>
1321.91/1326.32	c      10 constraints of type <linear>
1321.91/1326.32	c transformed objective value is always integral (scale: 1)
1321.91/1326.32	c Presolving Time: 0.42
1321.91/1326.35	c 2/2 feasible solutions given by solution candidate storage, new primal bound -2.770000e+02
1321.91/1326.35	c 
1321.91/1326.37	c presolving:
1322.01/1326.41	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
1322.01/1326.48	c    (0.1s) running MILP presolver
1322.11/1326.51	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
1322.11/1326.52	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
1322.11/1326.58	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
1322.21/1326.65	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
1322.31/1326.73	c    (0.4s) probing: 51/1292 (3.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1322.31/1326.73	c    (0.4s) probing aborted: 50/50 successive totally useless probings
1322.41/1326.84	c    (0.5s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1322.41/1326.87	c    (0.5s) no symmetry present (symcode time: 0.00)
1322.51/1326.98	c presolving (5 rounds: 5 fast, 4 medium, 4 exhaustive):
1322.51/1326.98	c  2 deleted vars, 1 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1322.51/1326.98	c  0 implications, 1 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1322.51/1326.98	c presolved problem has 1292 variables (1292 bin, 0 int, 0 cont) and 1080 constraints
1322.51/1326.98	c    1079 constraints of type <knapsack>
1322.51/1326.98	c       1 constraints of type <setppc>
1322.51/1326.98	c transformed objective value is always integral (scale: 1)
1322.51/1326.98	c Presolving Time: 0.61
1322.51/1326.98	c transformed 2/2 original solutions to the transformed problem space
1322.51/1326.98	c 
1322.81/1327.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1322.81/1327.23	c   0.9s|     1 |     0 |   264 |     - |   649M |   0 |1292 |1080 |1080 |   0 |  0 |   2 |   0 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1323.11/1327.57	c   1.2s|     1 |     0 |   470 |     - |   666M |   0 |1292 |1081 |1246 | 166 |  1 |   3 |   0 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1323.40/1327.88	c   1.5s|     1 |     0 |   605 |     - |   675M |   0 |1292 |1081 |1368 | 288 |  2 |   3 |   0 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1323.80/1328.21	c   1.9s|     1 |     0 |   760 |     - |   684M |   0 |1292 |1082 |1486 | 406 |  3 |   4 |   0 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1324.10/1328.55	c   2.2s|     1 |     0 |   861 |     - |   684M |   0 |1292 |1082 |1577 | 497 |  4 |   4 |   0 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1324.40/1328.88	c   2.5s|     1 |     0 |   966 |     - |   687M |   0 |1292 |1082 |1647 | 567 |  5 |   4 |   0 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1324.80/1329.22	c   2.9s|     1 |     0 |  1029 |     - |   685M |   0 |1292 |1082 |1701 | 621 |  6 |   4 |   0 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1325.10/1329.54	c   3.2s|     1 |     0 |  1109 |     - |   686M |   0 |1292 |1082 |1763 | 683 |  7 |   4 |   0 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1325.40/1329.86	c   3.5s|     1 |     0 |  1177 |     - |   697M |   0 |1292 |1082 |1806 | 726 |  8 |   4 |   0 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1325.71/1330.17	c   3.8s|     1 |     0 |  1250 |     - |   702M |   0 |1292 |1082 |1848 | 768 |  9 |   4 |   0 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1326.09/1330.51	c   4.2s|     1 |     0 |  1321 |     - |   700M |   0 |1292 |1082 |1905 | 825 | 10 |   4 |   0 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1326.29/1330.75	c   4.4s|     1 |     0 |  1401 |     - |   701M |   0 |1292 |1082 |1799 | 872 | 11 |   4 |   0 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1327.70/1332.15	c   5.8s|     1 |     2 |  3456 |     - |   701M |   0 |1292 |1088 |1799 | 872 | 11 |  10 |  41 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1358.88/1363.49	c  37.2s|   100 |   101 | 61454 | 606.6 |   702M |  22 |1292 |1100 |1191 |1239 |  1 |  22 | 443 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1375.23/1379.80	c  53.5s|   200 |   201 |136551 | 679.1 |   736M |  22 |1292 |1105 |1206 |1833 |  1 |  27 | 479 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1397.36/1402.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1397.36/1402.04	c  75.7s|   300 |   301 |189626 | 629.5 |   784M |  25 |1292 |1115 |1190 |2390 |  1 |  38 | 522 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1407.33/1412.05	c  85.7s|   400 |   401 |216668 | 539.5 |   794M |  25 |1292 |1115 |1190 |3151 |  1 |  38 | 555 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1419.29/1424.05	c  97.7s|   500 |   501 |260912 | 520.1 |   794M |  25 |1292 |1114 |1218 |3810 |  2 |  38 | 592 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1429.36/1434.11	c   108s|   600 |   601 |295101 | 490.3 |   794M |  31 |1292 |1114 |1193 |4016 |  1 |  39 | 626 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1441.01/1445.89	c   120s|   700 |   701 |331006 | 471.5 |   793M |  33 |1292 |1114 |1213 |4169 |  1 |  40 | 677 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1450.58/1455.48	c   129s|   800 |   801 |362825 | 452.3 |   784M |  39 |1292 |1116 |1238 |4353 |  1 |  43 | 714 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1459.95/1464.83	c   138s|   900 |   901 |393862 | 436.6 |   775M |  49 |1292 |1120 |1262 |4819 |  1 |  47 | 741 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1470.51/1475.49	c   149s|  1000 |  1001 |427363 | 426.4 |   775M |  57 |1292 |1119 |1287 |5320 |  1 |  47 | 775 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1478.29/1483.28	c   157s|  1100 |  1101 |451899 | 409.9 |   775M |  65 |1292 |1119 |1296 |5736 |  1 |  47 | 800 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1488.16/1493.12	c   167s|  1200 |  1201 |494169 | 411.0 |   775M |  67 |1292 |1123 |1195 |6106 |  1 |  52 | 820 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1497.43/1502.43	c   176s|  1300 |  1301 |522040 | 400.8 |   775M |  67 |1292 |1123 |1214 |6539 |  1 |  52 | 845 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1507.10/1512.11	c   186s|  1400 |  1401 |554395 | 395.3 |   775M |  67 |1292 |1128 |1271 |6958 |  1 |  57 | 880 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1515.36/1520.40	c   194s|  1500 |  1501 |583142 | 388.1 |   775M |  71 |1292 |1128 |1306 |7367 |  1 |  57 | 907 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1523.33/1528.42	c   202s|  1600 |  1601 |610600 | 381.0 |   775M |  75 |1292 |1127 |1289 |7733 |  1 |  57 | 934 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1530.41/1535.55	c   209s|  1700 |  1701 |637143 | 374.2 |   774M |  79 |1292 |1129 |1238 |8077 |  1 |  59 | 958 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1539.78/1544.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1539.78/1544.94	c   219s|  1800 |  1801 |672515 | 373.0 |   772M |  83 |1292 |1130 |1272 |8341 |  1 |  60 | 994 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1547.87/1553.04	c   227s|  1900 |  1901 |702297 | 369.1 |   772M |  85 |1292 |1131 |1287 |8465 |  1 |  61 |1037 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1554.74/1559.97	c   234s|  2000 |  2001 |724317 | 361.6 |   772M |  95 |1292 |1134 |1274 |8567 |  1 |  64 |1109 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1562.11/1567.30	c   241s|  2100 |  2101 |746090 | 354.8 |   771M |  97 |1292 |1134 |1278 |8633 |  1 |  64 |1178 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1568.80/1574.04	c   248s|  2200 |  2201 |767844 | 348.5 |   760M |  99 |1292 |1134 |1291 |8701 |  1 |  64 |1232 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1574.88/1580.15	c   254s|  2300 |  2301 |788498 | 342.4 |   760M | 105 |1292 |1134 |1290 |8751 |  1 |  64 |1275 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1580.95/1586.21	c   260s|  2400 |  2401 |805594 | 335.2 |   761M | 107 |1292 |1134 |1290 |8769 |  1 |  64 |1350 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1585.94/1591.28	c   265s|  2500 |  2501 |821283 | 328.1 |   761M | 107 |1292 |1139 |1294 |8903 |  1 |  69 |1384 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1592.73/1598.02	c   272s|  2600 |  2601 |840619 | 322.9 |   761M | 113 |1292 |1139 |1286 |8939 |  1 |  69 |1458 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1603.08/1608.40	c   282s|  2700 |  2701 |886159 | 327.8 |   761M | 119 |1292 |1143 |1287 |8968 |  1 |  73 |1494 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1609.16/1614.51	c   288s|  2800 |  2801 |904639 | 322.7 |   761M | 123 |1292 |1146 |1200 |9078 |  1 |  76 |1589 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1616.75/1622.19	c   296s|  2900 |  2901 |927458 | 319.4 |   761M | 123 |1292 |1146 |1287 |9107 |  1 |  76 |1698 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1624.81/1630.28	c   304s|  3000 |  3001 |953465 | 317.5 |   761M | 125 |1292 |1150 |1290 |9116 |  1 |  80 |1784 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1632.08/1637.54	c   311s|  3100 |  3101 |977942 | 315.1 |   761M | 131 |1292 |1153 |1288 |9136 |  1 |  83 |1848 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1637.17/1642.64	c   316s|  3200 |  3201 |999908 | 312.1 |   761M | 131 |1292 |1157 |1297 |9160 |  1 |  87 |1862 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1639.96/1645.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1639.96/1645.41	c   319s|  3300 |  3301 |  1011k| 306.2 |   761M | 135 |1292 |1157 |1293 |9175 |  1 |  87 |1871 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1644.15/1649.62	c   323s|  3400 |  3401 |  1029k| 302.4 |   761M | 145 |1292 |1157 |1300 |9189 |  1 |  87 |1888 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1647.65/1653.11	c   327s|  3500 |  3501 |  1045k| 298.3 |   761M | 145 |1292 |1158 |1296 |9201 |  1 |  88 |1896 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1651.43/1656.99	c   331s|  3600 |  3601 |  1065k| 295.6 |   761M | 147 |1292 |1158 |1293 |9206 |  1 |  88 |1909 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1656.11/1661.64	c   335s|  3700 |  3701 |  1088k| 293.9 |   761M | 149 |1292 |1158 |1297 |9216 |  2 |  88 |1916 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1660.19/1665.78	c   339s|  3800 |  3801 |  1102k| 289.9 |   761M | 153 |1292 |1162 |1298 |9223 |  1 |  92 |1924 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1663.08/1668.60	c   342s|  3900 |  3901 |  1116k| 285.9 |   761M | 157 |1292 |1168 |1293 |9229 |  1 |  98 |1928 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1666.59/1672.18	c   346s|  4000 |  4001 |  1137k| 284.1 |   761M | 157 |1292 |1171 |1298 |9247 |  1 | 101 |1932 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1670.06/1675.63	c   349s|  4100 |  4101 |  1153k| 281.2 |   762M | 161 |1292 |1171 |1309 |9357 |  1 | 101 |1938 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1674.14/1679.79	c   353s|  4200 |  4201 |  1170k| 278.4 |   762M | 161 |1292 |1171 |1235 |9567 |  1 | 101 |1948 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1678.13/1683.70	c   357s|  4300 |  4301 |  1191k| 276.7 |   762M | 161 |1292 |1175 |1309 |9595 |  1 | 105 |1965 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1681.53/1687.17	c   361s|  4400 |  4401 |  1209k| 274.7 |   762M | 165 |1292 |1181 |1317 |9690 |  1 | 111 |1971 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1686.11/1691.71	c   365s|  4500 |  4501 |  1235k| 274.3 |   762M | 165 |1292 |1182 |1310 |9741 |  1 | 112 |1971 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1689.29/1694.99	c   369s|  4600 |  4601 |  1249k| 271.4 |   762M | 171 |1292 |1189 |1317 |9921 |  1 | 119 |1980 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1693.08/1698.72	c   372s|  4700 |  4701 |  1267k| 269.4 |   762M | 171 |1292 |1189 |1324 |  10k|  1 | 119 |1995 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1697.87/1703.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1697.87/1703.58	c   377s|  4800 |  4801 |  1282k| 266.9 |   762M | 171 |1292 |1189 |1299 |  10k|  1 | 119 |2020 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1701.85/1707.56	c   381s|  4900 |  4901 |  1303k| 265.9 |   762M | 171 |1292 |1193 |1318 |  10k|  1 | 123 |2027 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1706.74/1712.45	c   386s|  5000 |  5001 |  1323k| 264.4 |   758M | 171 |1292 |1193 |1324 |  10k|  1 | 123 |2051 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1711.92/1717.61	c   391s|  5100 |  5101 |  1339k| 262.4 |   758M | 171 |1292 |1193 |1331 |  10k|  1 | 123 |2090 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1714.02/1719.74	c   393s|  5200 |  5199 |  1349k| 259.3 |   757M | 181 |1292 |1194 |1392 |  10k|  1 | 124 |2093 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1716.91/1722.68	c   396s|  5300 |  5297 |  1358k| 256.1 |   757M | 189 |1292 |1194 |1407 |  10k|  1 | 124 |2118 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1718.60/1724.36	c   398s|  5400 |  5397 |  1366k| 252.8 |   757M | 189 |1292 |1195 |1403 |  10k|  1 | 125 |2121 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1720.70/1726.41	c   400s|  5500 |  5497 |  1371k| 249.2 |   757M | 189 |1292 |1195 |1314 |  10k|  1 | 125 |2131 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1723.40/1729.13	c   403s|  5600 |  5597 |  1382k| 246.7 |   757M | 189 |1292 |1195 |1338 |  10k|  2 | 125 |2172 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1730.17/1735.93	c   410s|  5700 |  5697 |  1403k| 246.0 |   757M | 189 |1292 |1200 |1320 |  11k|  1 | 130 |2235 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1733.75/1739.59	c   413s|  5800 |  5797 |  1421k| 244.9 |   757M | 193 |1292 |1200 |1326 |  11k|  1 | 130 |2241 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1738.94/1744.77	c   418s|  5900 |  5895 |  1442k| 244.3 |   757M | 195 |1292 |1200 |1332 |  11k|  1 | 130 |2272 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1748.22/1754.09	c   428s|  6000 |  5993 |  1471k| 245.1 |   758M | 195 |1292 |1216 |1335 |  11k|  1 | 146 |2337 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1751.89/1757.78	c   431s|  6100 |  6093 |  1490k| 244.1 |   758M | 199 |1292 |1218 |1347 |  11k|  1 | 148 |2339 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1760.18/1766.07	c   440s|  6200 |  6193 |  1515k| 244.3 |   758M | 201 |1292 |1222 |1332 |  11k|  1 | 152 |2409 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1765.45/1771.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1765.45/1771.36	c   445s|  6300 |  6289 |  1540k| 244.4 |   758M | 201 |1292 |1227 |1345 |  11k|  2 | 157 |2443 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1771.24/1777.19	c   451s|  6400 |  6389 |  1560k| 243.6 |   758M | 201 |1292 |1227 |1364 |  12k|  3 | 157 |2518 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1779.12/1785.02	c   459s|  6500 |  6489 |  1586k| 243.8 |   758M | 201 |1292 |1238 |1316 |  12k|  2 | 168 |2631 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1784.49/1790.49	c   464s|  6600 |  6587 |  1601k| 242.5 |   758M | 201 |1292 |1238 |1312 |  12k|  1 | 168 |2686 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1789.27/1795.25	c   469s|  6700 |  6687 |  1617k| 241.3 |   758M | 201 |1292 |1238 |1313 |  12k|  1 | 168 |2744 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1800.05/1806.09	c   480s|  6800 |  6787 |  1658k| 243.7 |   758M | 201 |1292 |1242 |1340 |  12k|  1 | 172 |2874 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1806.91/1812.96	c   487s|  6900 |  6887 |  1670k| 242.0 |   759M | 201 |1292 |1241 |1229 |  12k|  1 | 172 |2926 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1813.10/1819.19	c   493s|  7000 |  6987 |  1697k| 242.4 |   759M | 201 |1292 |1241 |1337 |  12k|  1 | 172 |2969 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1817.99/1824.09	c   498s|  7100 |  7085 |  1723k| 242.6 |   759M | 201 |1292 |1261 |1327 |  12k|  2 | 192 |2978 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1822.56/1828.62	c   502s|  7200 |  7185 |  1744k| 242.2 |   759M | 201 |1292 |1265 |1324 |  12k|  1 | 196 |2992 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1829.43/1835.55	c   509s|  7300 |  7285 |  1773k| 242.8 |   759M | 201 |1292 |1295 |1218 |  13k|  1 | 227 |3020 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1834.62/1840.78	c   514s|  7400 |  7385 |  1804k| 243.6 |   759M | 201 |1292 |1295 |1356 |  13k|  1 | 227 |3025 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1840.50/1846.69	c   520s|  7500 |  7483 |  1835k| 244.6 |   759M | 201 |1292 |1351 |1304 |  13k|  1 | 284 |3038 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1844.39/1850.54	c   524s|  7600 |  7583 |  1857k| 244.2 |   759M | 201 |1292 |1351 |1354 |  13k|  1 | 284 |3040 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1848.67/1854.85	c   529s|  7700 |  7679 |  1878k| 243.9 |   759M | 201 |1292 |1355 |1286 |  13k|  1 | 288 |3044 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1852.26/1858.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1852.26/1858.42	c   532s|  7800 |  7779 |  1898k| 243.2 |   759M | 201 |1292 |1355 |1332 |  13k|  1 | 288 |3045 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1857.65/1863.81	c   537s|  7900 |  7879 |  1930k| 244.2 |   759M | 201 |1292 |1363 |1367 |  13k|  1 | 296 |3050 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1864.12/1870.37	c   544s|  8000 |  7979 |  1963k| 245.3 |   759M | 201 |1292 |1370 |1363 |  13k|  1 | 303 |3059 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1871.70/1877.93	c   552s|  8100 |  8073 |  2001k| 246.9 |   759M | 201 |1292 |1392 |1317 |  14k|  1 | 326 |3062 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1877.58/1883.88	c   558s|  8200 |  8173 |  2034k| 248.0 |   759M | 201 |1292 |1409 |1311 |  14k|  1 | 343 |3066 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1881.27/1887.55	c   561s|  8300 |  8271 |  2055k| 247.5 |   759M | 201 |1292 |1419 |1312 |  14k|  1 | 353 |3067 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1886.95/1893.20	c   567s|  8400 |  8371 |  2086k| 248.3 |   759M | 201 |1292 |1421 |1349 |  14k|  1 | 356 |3082 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1895.42/1901.78	c   575s|  8500 |  8469 |  2122k| 249.5 |   759M | 201 |1292 |1442 |1229 |  15k|  1 | 377 |3111 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1900.50/1906.84	c   581s|  8600 |  8569 |  2142k| 249.0 |   759M | 201 |1292 |1442 |1330 |  15k|  2 | 377 |3132 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1905.89/1912.20	c   586s|  8700 |  8667 |  2160k| 248.2 |   759M | 201 |1292 |1446 |1317 |  15k|  1 | 381 |3154 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1912.57/1918.94	c   593s|  8800 |  8767 |  2186k| 248.3 |   759M | 201 |1292 |1446 |1311 |  15k|  1 | 381 |3174 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1917.85/1924.21	c   598s|  8900 |  8867 |  2210k| 248.2 |   759M | 201 |1292 |1446 |1320 |  15k|  1 | 381 |3184 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1924.82/1931.29	c   605s|  9000 |  8967 |  2239k| 248.7 |   759M | 201 |1292 |1452 |1314 |  15k|  1 | 387 |3205 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1931.00/1937.41	c   611s|  9100 |  9067 |  2262k| 248.5 |   759M | 201 |1292 |1463 |1354 |  15k|  1 | 398 |3237 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1935.89/1942.39	c   616s|  9200 |  9161 |  2281k| 247.8 |   759M | 201 |1292 |1472 |1238 |  16k|  1 | 407 |3249 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1942.97/1949.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1942.97/1949.49	c   623s|  9300 |  9261 |  2311k| 248.5 |   759M | 201 |1292 |1483 |1323 |  16k|  1 | 418 |3270 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1950.94/1957.49	c   631s|  9400 |  9355 |  2342k| 249.1 |   759M | 201 |1292 |1487 |1224 |  16k|  1 | 422 |3303 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1956.12/1962.67	c   636s|  9500 |  9455 |  2364k| 248.7 |   759M | 201 |1292 |1487 |1338 |  16k|  1 | 422 |3320 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1963.61/1970.14	c   644s|  9600 |  9555 |  2392k| 249.1 |   759M | 201 |1292 |1515 |1302 |  16k|  1 | 452 |3350 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1968.59/1975.19	c   649s|  9700 |  9655 |  2416k| 249.0 |   759M | 201 |1292 |1523 |1246 |  16k|  1 | 460 |3363 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1975.65/1982.24	c   656s|  9800 |  9755 |  2444k| 249.3 |   759M | 201 |1292 |1525 |1339 |  17k|  1 | 465 |3397 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1984.02/1990.66	c   664s|  9900 |  9855 |  2477k| 250.1 |   761M | 201 |1292 |1524 |1309 |  17k|  1 | 465 |3477 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1988.61/1995.29	c   669s| 10000 |  9955 |  2493k| 249.3 |   761M | 201 |1292 |1524 |1222 |  17k|  1 | 465 |3488 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
1993.89/2000.59	c   674s| 10100 | 10055 |  2515k| 248.9 |   761M | 201 |1292 |1523 |1339 |  17k|  1 | 465 |3526 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2000.96/2007.68	c   681s| 10200 | 10155 |  2537k| 248.7 |   761M | 201 |1292 |1522 |1278 |  17k|  1 | 465 |3590 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2006.94/2013.68	c   687s| 10300 | 10255 |  2559k| 248.4 |   761M | 201 |1292 |1532 |1340 |  17k|  1 | 476 |3646 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2013.22/2020.00	c   694s| 10400 | 10355 |  2581k| 248.1 |   761M | 201 |1292 |1542 |1298 |  18k|  1 | 487 |3707 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2017.71/2024.40	c   698s| 10500 | 10455 |  2599k| 247.5 |   761M | 201 |1292 |1551 |1282 |  18k|  1 | 497 |3735 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2022.49/2029.21	c   703s| 10600 | 10555 |  2618k| 246.9 |   761M | 201 |1292 |1552 |1358 |  18k|  1 | 501 |3774 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2029.07/2035.86	c   710s| 10700 | 10653 |  2647k| 247.3 |   761M | 201 |1292 |1555 |1193 |  18k|  1 | 506 |3815 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2034.65/2041.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2034.65/2041.43	c   715s| 10800 | 10753 |  2670k| 247.2 |   761M | 201 |1292 |1555 |1219 |  18k|  1 | 506 |3840 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2039.14/2045.97	c   720s| 10900 | 10853 |  2690k| 246.7 |   761M | 201 |1292 |1555 |1340 |  18k|  1 | 506 |3847 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2046.71/2053.57	c   727s| 11000 | 10951 |  2727k| 247.8 |   761M | 201 |1292 |1554 |1252 |  18k|  1 | 509 |3867 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2051.69/2058.57	c   732s| 11100 | 11051 |  2756k| 248.2 |   761M | 201 |1292 |1566 |1324 |  19k|  1 | 523 |3877 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2054.98/2061.86	c   736s| 11200 | 11151 |  2771k| 247.3 |   761M | 201 |1292 |1572 |1245 |  19k|  1 | 531 |3881 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2059.97/2066.87	c   741s| 11300 | 11251 |  2801k| 247.8 |   761M | 201 |1292 |1583 |1339 |  19k|  2 | 543 |3892 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2065.05/2071.94	c   746s| 11400 | 11347 |  2831k| 248.2 |   761M | 201 |1292 |1604 |1361 |  19k|  1 | 564 |3899 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2071.72/2078.65	c   752s| 11500 | 11431 |  2869k| 249.4 |   761M | 201 |1292 |1618 |1319 |  19k|  1 | 580 |3906 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2075.41/2082.30	c   756s| 11600 | 11529 |  2888k| 248.9 |   761M | 201 |1292 |1616 |1299 |  19k|  1 | 580 |3908 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2081.59/2088.57	c   762s| 11700 | 11629 |  2924k| 249.8 |   761M | 201 |1292 |1650 |1245 |  19k|  1 | 619 |3911 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2085.28/2092.20	c   766s| 11800 | 11729 |  2941k| 249.2 |   761M | 201 |1292 |1645 |1231 |  20k|  1 | 619 |3918 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2088.96/2095.98	c   770s| 11900 | 11829 |  2964k| 249.0 |   761M | 201 |1292 |1646 |1191 |  20k|  1 | 623 |3919 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2095.16/2102.19	c   776s| 12000 | 11929 |  2999k| 249.9 |   761M | 201 |1292 |1639 |1323 |  20k|  1 | 623 |3921 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2099.23/2106.28	c   780s| 12100 | 12029 |  3020k| 249.5 |   761M | 201 |1292 |1639 |1213 |  20k|  1 | 627 |3929 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2104.03/2111.06	c   785s| 12200 | 12129 |  3045k| 249.6 |   761M | 201 |1292 |1638 |1268 |  20k|  1 | 627 |3934 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2107.50/2114.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2107.50/2114.54	c   788s| 12300 | 12229 |  3063k| 248.9 |   762M | 201 |1292 |1635 |1226 |  21k|  1 | 627 |3935 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2112.19/2119.21	c   793s| 12400 | 12329 |  3086k| 248.9 |   762M | 201 |1292 |1635 |1265 |  21k|  1 | 629 |3940 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2118.36/2125.43	c   799s| 12500 | 12429 |  3115k| 249.1 |   762M | 201 |1292 |1633 |1269 |  21k|  1 | 629 |3950 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2122.35/2129.40	c   803s| 12600 | 12529 |  3133k| 248.6 |   762M | 201 |1292 |1650 |1278 |  22k|  1 | 648 |3961 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2127.23/2134.35	c   808s| 12700 | 12629 |  3153k| 248.2 |   763M | 201 |1292 |1653 |1246 |  22k|  2 | 655 |3980 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2132.32/2139.41	c   813s| 12800 | 12729 |  3171k| 247.7 |   763M | 201 |1292 |1654 |1274 |  22k|  1 | 657 |3996 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2135.11/2142.23	c   816s| 12900 | 12829 |  3186k| 246.9 |   763M | 201 |1292 |1654 |1305 |  22k|  1 | 657 |3997 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2138.50/2145.69	c   819s| 13000 | 12929 |  3200k| 246.1 |   763M | 201 |1292 |1660 |1257 |  23k|  1 | 663 |4004 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2148.36/2155.50	c   829s| 13100 | 13025 |  3245k| 247.6 |   763M | 201 |1292 |1662 |1297 |  23k|  1 | 667 |4030 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2153.54/2160.76	c   834s| 13200 | 13123 |  3267k| 247.4 |   763M | 201 |1292 |1663 |1296 |  23k|  1 | 669 |4043 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2157.64/2164.87	c   839s| 13300 | 13223 |  3282k| 246.7 |   763M | 201 |1292 |1659 |1202 |  23k|  1 | 669 |4056 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2161.13/2168.38	c   842s| 13400 | 13323 |  3301k| 246.3 |   763M | 201 |1292 |1657 |1319 |  23k|  1 | 669 |4059 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2166.41/2173.68	c   847s| 13500 | 13421 |  3323k| 246.1 |   763M | 201 |1292 |1654 |1315 |  23k|  1 | 669 |4082 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2172.69/2179.99	c   854s| 13600 | 13517 |  3345k| 245.9 |   763M | 201 |1292 |1655 |1317 |  23k|  1 | 672 |4117 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2175.79/2183.10	c   857s| 13700 | 13617 |  3360k| 245.2 |   763M | 201 |1292 |1655 |1272 |  23k|  1 | 674 |4120 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2183.55/2190.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2183.55/2190.89	c   865s| 13800 | 13703 |  3393k| 245.8 |   763M | 201 |1292 |1661 |1405 |  24k|  2 | 683 |4195 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2188.24/2195.52	c   869s| 13900 | 13801 |  3414k| 245.6 |   763M | 201 |1292 |1659 |1338 |  24k|  1 | 685 |4210 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2194.51/2201.87	c   876s| 14000 | 13901 |  3443k| 245.9 |   763M | 201 |1292 |1652 |1299 |  24k|  1 | 685 |4244 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2199.20/2206.57	c   880s| 14100 | 14001 |  3460k| 245.3 |   763M | 201 |1292 |1652 |1341 |  24k|  1 | 685 |4268 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2206.07/2213.44	c   887s| 14200 | 14083 |  3492k| 245.9 |   764M | 201 |1292 |1671 |1359 |  24k|  1 | 704 |4306 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2212.35/2219.79	c   893s| 14300 | 14179 |  3513k| 245.6 |   764M | 201 |1292 |1667 |1353 |  24k|  1 | 706 |4342 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2220.63/2228.07	c   902s| 14400 | 14260 |  3555k| 246.8 |   765M | 201 |1292 |1690 |1329 |  24k|  2 | 733 |4384 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2225.20/2232.62	c   906s| 14500 | 14360 |  3572k| 246.3 |   765M | 201 |1292 |1680 |1251 |  25k|  1 | 735 |4400 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2227.61/2235.03	c   909s| 14600 | 14460 |  3584k| 245.4 |   765M | 201 |1292 |1680 |1247 |  25k|  1 | 735 |4401 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2232.98/2240.44	c   914s| 14700 | 14560 |  3605k| 245.2 |   765M | 201 |1292 |1673 |1332 |  25k|  1 | 735 |4421 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2238.16/2245.67	c   919s| 14800 | 14652 |  3626k| 245.0 |   765M | 201 |1292 |1665 |1263 |  25k|  2 | 741 |4458 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2245.44/2252.92	c   927s| 14900 | 14752 |  3656k| 245.3 |   765M | 201 |1292 |1665 |1216 |  25k|  1 | 749 |4494 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2248.33/2255.80	c   929s| 15000 | 14852 |  3669k| 244.6 |   765M | 201 |1292 |1661 |1246 |  26k|  1 | 754 |4506 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2252.21/2259.71	c   933s| 15100 | 14952 |  3684k| 243.9 |   765M | 201 |1292 |1649 |1252 |  26k|  1 | 754 |4532 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2256.80/2264.33	c   938s| 15200 | 15052 |  3701k| 243.5 |   765M | 201 |1292 |1643 |1238 |  26k|  1 | 754 |4568 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2261.38/2269.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2261.38/2269.00	c   943s| 15300 | 15152 |  3718k| 243.0 |   765M | 201 |1292 |1639 |1353 |  26k|  1 | 754 |4618 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2271.15/2278.70	c   952s| 15400 | 15238 |  3755k| 243.8 |   765M | 201 |1292 |1648 |1412 |  26k|  2 | 764 |4733 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2280.02/2287.63	c   961s| 15500 | 15328 |  3787k| 244.3 |   766M | 201 |1292 |1643 |1295 |  27k|  1 | 769 |4784 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2283.31/2290.91	c   965s| 15600 | 15428 |  3800k| 243.5 |   766M | 201 |1292 |1657 |1220 |  27k|  1 | 789 |4805 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2286.60/2294.24	c   968s| 15700 | 15528 |  3813k| 242.8 |   766M | 201 |1292 |1655 |1251 |  27k|  1 | 789 |4819 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2291.88/2299.58	c   973s| 15800 | 15628 |  3833k| 242.6 |   766M | 201 |1292 |1655 |1227 |  27k|  2 | 789 |4864 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2295.07/2302.75	c   976s| 15900 | 15728 |  3846k| 241.8 |   766M | 201 |1292 |1653 |1244 |  28k|  1 | 789 |4873 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2299.86/2307.57	c   981s| 16000 | 15828 |  3870k| 241.8 |   766M | 201 |1292 |1648 |1332 |  28k|  1 | 794 |4879 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2303.84/2311.59	c   985s| 16100 | 15916 |  3890k| 241.6 |   766M | 201 |1292 |1648 |1302 |  28k|  1 | 804 |4895 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2306.93/2314.63	c   988s| 16200 | 16016 |  3904k| 241.0 |   766M | 201 |1292 |1641 |1305 |  28k|  1 | 806 |4898 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2310.33/2318.10	c   992s| 16300 | 16116 |  3922k| 240.6 |   766M | 201 |1292 |1643 |1287 |  28k|  1 | 810 |4905 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2314.32/2322.02	c   996s| 16400 | 16216 |  3943k| 240.4 |   766M | 201 |1292 |1642 |1295 |  28k|  2 | 813 |4908 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2317.60/2325.35	c   999s| 16500 | 16316 |  3958k| 239.8 |   767M | 201 |1292 |1639 |1253 |  29k|  1 | 813 |4915 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2322.48/2330.21	c  1004s| 16600 | 16416 |  3984k| 240.0 |   767M | 201 |1292 |1640 |1352 |  29k|  1 | 815 |4927 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2326.97/2334.72	c  1008s| 16700 | 16514 |  4010k| 240.1 |   767M | 201 |1292 |1642 |1330 |  29k|  1 | 817 |4937 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2332.64/2340.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2332.64/2340.44	c  1014s| 16800 | 16610 |  4039k| 240.4 |   767M | 201 |1292 |1656 |1384 |  29k|  1 | 832 |4949 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2336.93/2344.72	c  1018s| 16900 | 16706 |  4063k| 240.4 |   767M | 201 |1292 |1656 |1349 |  29k|  1 | 837 |4954 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2341.51/2349.36	c  1023s| 17000 | 16806 |  4088k| 240.5 |   767M | 201 |1292 |1653 |1222 |  29k|  1 | 844 |4958 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2345.21/2353.06	c  1027s| 17100 | 16906 |  4108k| 240.2 |   767M | 201 |1292 |1653 |1387 |  30k|  1 | 844 |4959 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2350.48/2358.31	c  1032s| 17200 | 17006 |  4137k| 240.5 |   768M | 201 |1292 |1645 |1313 |  30k|  1 | 846 |4961 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2355.18/2363.02	c  1037s| 17300 | 17106 |  4161k| 240.5 |   768M | 201 |1292 |1649 |1333 |  30k|  2 | 852 |4965 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2358.45/2366.34	c  1040s| 17400 | 17206 |  4180k| 240.2 |   768M | 201 |1292 |1652 |1344 |  30k|  1 | 856 |4966 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2361.94/2369.87	c  1044s| 17500 | 17304 |  4201k| 240.0 |   768M | 201 |1292 |1650 |1325 |  30k|  1 | 858 |4969 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2365.43/2373.38	c  1047s| 17600 | 17404 |  4216k| 239.5 |   768M | 201 |1292 |1647 |1271 |  31k|  1 | 861 |4972 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2368.42/2376.32	c  1050s| 17700 | 17504 |  4231k| 239.0 |   768M | 201 |1292 |1644 |1369 |  31k|  1 | 861 |4974 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2373.00/2381.00	c  1055s| 17800 | 17592 |  4259k| 239.2 |   768M | 201 |1292 |1657 |1332 |  31k|  1 | 877 |4976 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2378.79/2386.73	c  1060s| 17900 | 17680 |  4296k| 240.0 |   768M | 201 |1292 |1653 |1349 |  31k|  1 | 882 |4978 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2381.68/2389.61	c  1063s| 18000 | 17764 |  4310k| 239.4 |   768M | 201 |1292 |1653 |1312 |  31k|  1 | 897 |4980 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2385.27/2393.27	c  1067s| 18100 | 17864 |  4329k| 239.2 |   768M | 201 |1292 |1644 |1341 |  32k|  1 | 904 |4982 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2388.86/2396.82	c  1070s| 18200 | 17938 |  4349k| 238.9 |   768M | 201 |1292 |1655 |1329 |  32k|  1 | 929 |4982 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2391.84/2399.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2391.84/2399.89	c  1074s| 18300 | 18038 |  4367k| 238.6 |   769M | 201 |1292 |1654 |1341 |  32k|  1 | 929 |4985 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2396.63/2404.60	c  1078s| 18400 | 18138 |  4395k| 238.8 |   771M | 201 |1292 |1651 |1329 |  32k|  1 | 929 |4985 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2400.71/2408.76	c  1082s| 18500 | 18238 |  4418k| 238.8 |   771M | 201 |1292 |1643 |1360 |  32k|  1 | 929 |4988 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2405.70/2413.76	c  1087s| 18600 | 18338 |  4447k| 239.1 |   771M | 201 |1292 |1646 |1365 |  32k|  1 | 936 |4991 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2409.19/2417.29	c  1091s| 18700 | 18416 |  4466k| 238.8 |   771M | 203 |1292 |1656 |1356 |  33k|  1 | 948 |4997 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2412.09/2420.13	c  1094s| 18800 | 18494 |  4479k| 238.2 |   771M | 205 |1292 |1660 |1205 |  33k|  1 | 966 |4999 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2416.98/2425.07	c  1099s| 18900 | 18588 |  4507k| 238.4 |   771M | 205 |1292 |1656 |1441 |  33k|  1 | 974 |5004 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2419.65/2427.74	c  1101s| 19000 | 18668 |  4521k| 237.9 |   772M | 205 |1292 |1662 |   0 |  33k|  0 | 988 |5006 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2422.54/2430.60	c  1104s| 19100 | 18745 |  4538k| 237.5 |   772M | 207 |1292 |1667 |1465 |  33k|  1 |1004 |5008 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2425.53/2433.63	c  1107s| 19200 | 18815 |  4556k| 237.2 |   773M | 207 |1292 |1683 |1475 |  34k|  1 |1026 |5008 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2430.03/2438.11	c  1112s| 19300 | 18908 |  4581k| 237.3 |   773M | 207 |1292 |1682 |1396 |  34k|  1 |1034 |5009 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2434.40/2442.51	c  1116s| 19400 | 18980 |  4608k| 237.5 |   773M | 207 |1292 |1688 |1317 |  34k|  1 |1053 |5012 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2438.19/2446.31	c  1120s| 19500 | 19080 |  4627k| 237.2 |   774M | 207 |1292 |1691 |1312 |  34k|  1 |1068 |5012 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2441.48/2449.66	c  1123s| 19600 | 19180 |  4646k| 237.0 |   774M | 207 |1292 |1698 |1347 |  34k|  1 |1077 |5012 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2447.55/2455.74	c  1129s| 19700 | 19280 |  4669k| 237.0 |   774M | 207 |1292 |1709 |1231 |  35k|  1 |1099 |5038 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2450.55/2458.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2450.55/2458.74	c  1132s| 19800 | 19380 |  4684k| 236.5 |   774M | 207 |1292 |1705 |1312 |  35k|  1 |1099 |5039 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2455.43/2463.67	c  1137s| 19900 | 19480 |  4705k| 236.4 |   774M | 207 |1292 |1697 |1275 |  35k|  1 |1099 |5051 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2468.09/2476.30	c  1150s| 20000 | 19580 |  4771k| 238.5 |   774M | 207 |1292 |1694 |1310 |  35k|  1 |1099 |5066 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2474.57/2482.85	c  1157s| 20100 | 19680 |  4795k| 238.5 |   774M | 207 |1292 |1689 |1313 |  35k|  1 |1101 |5094 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2479.95/2488.21	c  1162s| 20200 | 19780 |  4828k| 239.0 |   775M | 207 |1292 |1697 |1332 |  36k|  1 |1112 |5094 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2484.34/2492.69	c  1166s| 20300 | 19880 |  4843k| 238.6 |   775M | 207 |1292 |1690 |1224 |  36k|  1 |1112 |5120 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2487.84/2496.16	c  1170s| 20400 | 19980 |  4863k| 238.4 |   776M | 207 |1292 |1690 |1342 |  36k|  1 |1112 |5121 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2492.31/2500.64	c  1174s| 20500 | 20080 |  4880k| 238.0 |   776M | 207 |1292 |1689 |1413 |  36k|  1 |1112 |5156 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2496.30/2504.67	c  1178s| 20600 | 20170 |  4896k| 237.6 |   776M | 207 |1292 |1693 |1377 |  37k|  1 |1121 |5168 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2501.58/2509.96	c  1184s| 20700 | 20268 |  4918k| 237.6 |   776M | 207 |1292 |1687 |1265 |  37k|  1 |1122 |5194 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2506.96/2515.39	c  1189s| 20800 | 20368 |  4939k| 237.4 |   776M | 207 |1292 |1691 |1307 |  37k|  2 |1131 |5220 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2511.66/2520.06	c  1194s| 20900 | 20468 |  4959k| 237.2 |   776M | 207 |1292 |1690 |1385 |  37k|  1 |1131 |5221 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2518.22/2526.65	c  1200s| 21000 | 20562 |  4981k| 237.2 |   776M | 207 |1292 |1690 |1363 |  37k|  2 |1142 |5259 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2522.41/2530.83	c  1204s| 21100 | 20660 |  5004k| 237.1 |   777M | 207 |1292 |1682 |1350 |  38k|  1 |1143 |5260 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2527.19/2535.63	c  1209s| 21200 | 20730 |  5026k| 237.0 |   777M | 207 |1292 |1698 |   0 |  38k|  0 |1165 |5291 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2532.69/2541.15	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2532.69/2541.15	c  1215s| 21300 | 20803 |  5050k| 237.0 |   778M | 212 |1292 |1717 |1491 |  38k|  1 |1189 |5319 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2538.46/2546.95	c  1221s| 21400 | 20873 |  5081k| 237.4 |   780M | 212 |1292 |1735 |1493 |  38k|  0 |1212 |5338 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2545.13/2553.60	c  1227s| 21500 | 20944 |  5113k| 237.8 |   781M | 212 |1292 |1753 |1364 |  38k|  1 |1241 |5381 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2551.21/2559.71	c  1233s| 21600 | 21020 |  5135k| 237.7 |   781M | 212 |1292 |1743 |1226 |  39k|  1 |1247 |5437 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2556.10/2564.69	c  1238s| 21700 | 21120 |  5162k| 237.8 |   783M | 212 |1292 |1743 |1466 |  39k|  2 |1251 |5454 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2566.27/2574.86	c  1249s| 21800 | 21188 |  5204k| 238.7 |   784M | 212 |1292 |1754 |1462 |  39k|  1 |1265 |5553 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2573.75/2582.31	c  1256s| 21900 | 21259 |  5240k| 239.2 |   785M | 212 |1292 |1768 |1510 |  39k|  1 |1280 |5613 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2583.11/2591.70	c  1265s| 22000 | 21340 |  5282k| 240.1 |   788M | 212 |1292 |1778 |1426 |  40k|  1 |1291 |5714 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2591.59/2600.20	c  1274s| 22100 | 21412 |  5323k| 240.8 |   788M | 212 |1292 |1792 |1489 |  40k|  1 |1310 |5777 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2603.46/2612.17	c  1286s| 22200 | 21487 |  5393k| 242.9 |   789M | 212 |1292 |1803 |1489 |  40k|  1 |1323 |5834 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2613.02/2621.76	c  1295s| 22300 | 21570 |  5453k| 244.5 |   789M | 212 |1292 |1815 |1475 |  40k|  1 |1337 |5858 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2621.69/2630.50	c  1304s| 22400 | 21647 |  5508k| 245.8 |   789M | 212 |1292 |1821 |1452 |  41k|  1 |1347 |5876 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2633.15/2641.96	c  1316s| 22500 | 21725 |  5581k| 248.0 |   789M | 212 |1292 |1831 |1513 |  41k|  1 |1358 |5894 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2646.31/2655.12	c  1329s| 22600 | 21797 |  5668k| 250.8 |   790M | 212 |1292 |1847 |1528 |  41k|  1 |1374 |5911 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2654.77/2663.62	c  1337s| 22700 | 21867 |  5719k| 251.9 |   790M | 212 |1292 |1868 |1462 |  42k|  1 |1396 |5936 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2667.15/2676.03	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2667.15/2676.03	c  1350s| 22800 | 21930 |  5801k| 254.4 |   791M | 212 |1292 |1891 |1540 |  42k|  1 |1421 |5946 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2675.32/2684.23	c  1358s| 22900 | 22012 |  5850k| 255.5 |   791M | 212 |1292 |1875 |1256 |  42k|  2 |1432 |5963 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2684.11/2693.04	c  1367s| 23000 | 22094 |  5903k| 256.6 |   791M | 212 |1292 |1892 |   0 |  42k|  0 |1451 |5981 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2691.09/2700.10	c  1374s| 23100 | 22173 |  5943k| 257.3 |   791M | 212 |1292 |1899 |1220 |  43k|  1 |1468 |5989 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2696.76/2705.73	c  1379s| 23200 | 22254 |  5978k| 257.6 |   791M | 212 |1292 |1908 |1415 |  43k|  1 |1479 |5997 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2703.44/2712.41	c  1386s| 23300 | 22332 |  6022k| 258.4 |   792M | 248 |1292 |1934 |1536 |  43k|  1 |1506 |6007 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2709.82/2718.86	c  1393s| 23400 | 22412 |  6049k| 258.5 |   792M | 276 |1292 |1947 |1532 |  43k|  1 |1520 |6035 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2718.39/2727.45	c  1401s| 23500 | 22478 |  6097k| 259.4 |   792M | 276 |1292 |1970 |   0 |  43k|  0 |1544 |6048 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2730.26/2739.39	c  1413s| 23600 | 22550 |  6164k| 261.1 |   793M | 276 |1292 |1991 |1504 |  44k|  3 |1570 |6075 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2736.54/2745.64	c  1419s| 23700 | 22611 |  6196k| 261.4 |   793M | 276 |1292 |2019 |1506 |  44k|  1 |1598 |6105 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2743.83/2752.94	c  1427s| 23800 | 22680 |  6236k| 262.0 |   795M | 276 |1292 |2035 |   0 |  44k|  0 |1615 |6122 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2753.70/2762.86	c  1437s| 23900 | 22753 |  6282k| 262.8 |   796M | 276 |1292 |2026 |1275 |  45k|  1 |1626 |6166 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2758.48/2767.61	c  1441s| 24000 | 22853 |  6305k| 262.7 |   797M | 276 |1292 |2028 |1495 |  45k|  1 |1628 |6178 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2768.45/2777.60	c  1451s| 24100 | 22927 |  6358k| 263.8 |   798M | 276 |1292 |2054 |1467 |  45k|  1 |1656 |6210 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2783.61/2792.80	c  1466s| 24200 | 22988 |  6439k| 266.0 |   799M | 276 |1292 |2087 |1452 |  46k|  1 |1689 |6251 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2804.05/2813.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2804.05/2813.32	c  1487s| 24300 | 23057 |  6535k| 268.9 |   799M | 276 |1292 |2110 |1502 |  46k|  1 |1717 |6306 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2829.09/2838.42	c  1512s| 24400 | 23122 |  6645k| 272.3 |   799M | 276 |1292 |2135 |1574 |  46k|  2 |1746 |6347 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2839.77/2849.16	c  1523s| 24500 | 23209 |  6699k| 273.4 |   800M | 276 |1292 |2142 |1389 |  47k|  1 |1757 |6413 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2848.75/2858.19	c  1532s| 24600 | 23280 |  6745k| 274.1 |   800M | 276 |1292 |2154 |1440 |  47k|  1 |1770 |6482 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2860.20/2869.61	c  1543s| 24700 | 23342 |  6800k| 275.3 |   801M | 276 |1292 |2172 |1559 |  47k|  1 |1791 |6559 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2869.47/2878.93	c  1553s| 24800 | 23434 |  6842k| 275.9 |   804M | 276 |1292 |2153 |1274 |  48k|  1 |1795 |6605 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2874.57/2884.08	c  1558s| 24900 | 23534 |  6867k| 275.8 |   804M | 276 |1292 |2141 |1329 |  48k|  1 |1797 |6615 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2884.23/2893.76	c  1567s| 25000 | 23623 |  6917k| 276.6 |   805M | 276 |1292 |2146 |1418 |  48k|  1 |1806 |6672 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2895.80/2905.34	c  1579s| 25100 | 23699 |  6991k| 278.5 |   807M | 276 |1292 |2148 |1440 |  49k|  1 |1818 |6698 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2904.88/2914.49	c  1588s| 25200 | 23770 |  7049k| 279.7 |   811M | 276 |1292 |2156 |1538 |  49k|  3 |1832 |6700 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2916.15/2925.76	c  1599s| 25300 | 23835 |  7121k| 281.4 |   811M | 276 |1292 |2160 |1258 |  50k|  1 |1859 |6707 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2922.14/2931.76	c  1605s| 25400 | 23935 |  7147k| 281.4 |   813M | 276 |1292 |2155 |1257 |  50k|  1 |1862 |6720 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2927.22/2936.86	c  1611s| 25500 | 24030 |  7175k| 281.3 |   813M | 276 |1292 |2149 |1430 |  50k|  1 |1865 |6728 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2936.70/2946.39	c  1620s| 25600 | 24115 |  7239k| 282.8 |   815M | 276 |1292 |2147 |1473 |  51k|  1 |1879 |6730 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2943.88/2953.59	c  1627s| 25700 | 24193 |  7282k| 283.3 |   815M | 276 |1292 |2135 |1259 |  51k|  2 |1896 |6740 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2949.26/2958.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2949.26/2958.91	c  1633s| 25800 | 24289 |  7317k| 283.6 |   815M | 276 |1292 |2125 |1416 |  51k|  1 |1901 |6740 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2959.35/2969.09	c  1643s| 25900 | 24372 |  7386k| 285.1 |   816M | 276 |1292 |2114 |1526 |  52k|  2 |1914 |6744 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2968.12/2977.87	c  1652s| 26000 | 24463 |  7438k| 286.1 |   816M | 276 |1292 |2090 |1325 |  52k|  1 |1921 |6746 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2975.69/2985.47	c  1659s| 26100 | 24561 |  7485k| 286.8 |   816M | 276 |1292 |2079 |1518 |  52k|  1 |1922 |6746 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2981.69/2991.49	c  1665s| 26200 | 24641 |  7516k| 286.8 |   816M | 276 |1292 |2039 |1299 |  52k|  1 |1937 |6746 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2986.97/2996.73	c  1670s| 26300 | 24741 |  7549k| 287.0 |   816M | 276 |1292 |2010 |1314 |  53k|  1 |1940 |6746 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2991.37/3001.15	c  1675s| 26400 | 24827 |  7576k| 287.0 |   816M | 276 |1292 |2004 |1520 |  53k|  1 |1943 |6749 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
2998.84/3008.69	c  1682s| 26500 | 24883 |  7628k| 287.8 |   816M | 276 |1292 |2015 |   0 |  53k|  0 |1970 |6751 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
3003.83/3013.62	c  1687s| 26600 | 24949 |  7659k| 287.9 |   817M | 276 |1292 |2022 |1557 |  53k|  1 |1988 |6765 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
3010.41/3020.29	c  1694s| 26700 | 25013 |  7701k| 288.4 |   817M | 276 |1292 |2021 |1514 |  54k|  1 |2011 |6770 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
3018.09/3027.98	c  1702s| 26800 | 25103 |  7734k| 288.5 |   817M | 276 |1292 |1971 |1325 |  54k|  1 |2020 |6786 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
3023.47/3033.38	c  1707s| 26900 | 25199 |  7769k| 288.8 |   817M | 276 |1292 |1945 |1406 |  54k|  1 |2023 |6793 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
3033.04/3043.00	c  1717s| 27000 | 25264 |  7812k| 289.3 |   817M | 276 |1292 |1969 |1511 |  55k|  2 |2048 |6814 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
3037.04/3046.95	c  1721s| 27100 | 25358 |  7834k| 289.0 |   817M | 276 |1292 |1930 |1296 |  55k|  1 |2053 |6815 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
3041.62/3051.50	c  1725s| 27200 | 25458 |  7854k| 288.7 |   817M | 276 |1292 |1905 |1285 |  55k|  2 |2053 |6829 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
3047.22/3057.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3047.22/3057.19	c  1731s| 27300 | 25558 |  7880k| 288.6 |   819M | 276 |1292 |1893 |1294 |  55k|  1 |2055 |6842 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
3052.59/3062.54	c  1736s| 27400 | 25658 |  7904k| 288.4 |   821M | 276 |1292 |1869 |1210 |  56k|  2 |2059 |6853 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
3057.20/3067.15	c  1741s| 27500 | 25758 |  7929k| 288.3 |   822M | 276 |1292 |1853 |1300 |  56k|  2 |2065 |6854 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
3062.47/3072.43	c  1746s| 27600 | 25858 |  7952k| 288.1 |   823M | 276 |1292 |1819 |1220 |  57k|  2 |2069 |6866 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
3068.75/3078.79	c  1752s| 27700 | 25932 |  7981k| 288.1 |   825M | 276 |1292 |1823 |1501 |  57k|  1 |2083 |6881 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
3073.44/3083.47	c  1757s| 27800 | 26028 |  8010k| 288.1 |   825M | 276 |1292 |1794 |1347 |  57k|  1 |2117 |6881 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
3078.93/3088.91	c  1763s| 27900 | 26128 |  8034k| 288.0 |   825M | 276 |1292 |1792 |1475 |  57k|  2 |2141 |6891 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
3085.21/3095.25	c  1769s| 28000 | 26184 |  8071k| 288.2 |   825M | 276 |1292 |1789 |1254 |  57k|  1 |2170 |6902 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
3090.69/3100.72	c  1774s| 28100 | 26284 |  8097k| 288.1 |   826M | 276 |1292 |1784 |1347 |  57k|  1 |2180 |6913 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
3097.00/3107.07	c  1781s| 28200 | 26384 |  8120k| 287.9 |   826M | 276 |1292 |1774 |1362 |  58k|  1 |2182 |6939 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
3101.47/3111.55	c  1785s| 28300 | 26484 |  8143k| 287.7 |   826M | 276 |1292 |1784 |1415 |  58k|  1 |2203 |6941 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
3109.75/3119.84	c  1794s| 28400 | 26572 |  8188k| 288.3 |   826M | 276 |1292 |1775 |1311 |  58k|  1 |2222 |6953 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
3115.74/3125.81	c  1799s| 28500 | 26652 |  8223k| 288.5 |   826M | 276 |1292 |1785 |1475 |  58k|  1 |2245 |6966 | 0.000000e+00 |-2.770000e+02 |    Inf | unknown
3116.24/3126.34	c 
3116.24/3126.34	c SCIP Status        : solving was interrupted [time limit reached]
3116.24/3126.34	c Solving Time (sec) : 1800.00
3116.24/3126.34	c Solving Nodes      : 28512
3116.24/3126.34	c Primal Bound       : -2.77000000000000e+02 (2 solutions)
3116.24/3126.34	c Dual Bound         : +0.00000000000000e+00
3116.24/3126.34	c Gap                : infinite
3116.24/3126.34	c SCIP status: 23 (TIMELIMIT)
3116.24/3126.34	c solveScip: freeing transform (!can_skip_free_transform)
3116.34/3126.45	c pb_solver_status: sst_sat
3116.34/3126.45	c LB_goalvalue: 600
3116.34/3126.45	c UB_goalvalue: 784
3116.34/3126.45	c # improved by sat (lb/ub): 1, # improved by scip (lb): 0
3116.34/3126.45	c SCIP returned: sst_sat
3116.34/3126.45	c SCIP primal LB: 507, dual UB: 784
3116.34/3126.45	c Try to find a solution more than 661
3116.34/3126.46	c V: 1
3116.34/3126.46	c 
3116.34/3126.46	c assumptions: 
3116.34/3126.46	c invoking solver with time budget: 14.000000
3157.83/3168.07	c sat_solver_result: sst_unknown
3157.83/3168.07	c SAT solver timed out; proceeding to cooperative SCIP call
3157.83/3168.07	c Calling solveScip for cooperative mode with LB_goalvalue:       600, UB_goalvalue: 784
3157.83/3168.07	c scip solving with time budget: 1800.000000
3157.83/3168.07	c solveScip
3157.83/3168.07	c initScipForCoop
3157.83/3168.07	c Coop Mode: Using SCIP obj units for LB/UB: 600, +oo
3157.83/3168.08	c 2/2 feasible solutions given by solution candidate storage, new primal bound -1.840000e+02
3157.83/3168.08	c 
3157.83/3168.10	c presolving:
3157.93/3168.14	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
3158.02/3168.21	c    (0.1s) running MILP presolver
3158.02/3168.24	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
3158.02/3168.25	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
3158.12/3168.31	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
3158.12/3168.38	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
3158.22/3168.46	c    (0.4s) probing: 51/1292 (3.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
3158.22/3168.46	c    (0.4s) probing aborted: 50/50 successive totally useless probings
3158.32/3168.57	c    (0.5s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
3158.42/3168.61	c    (0.5s) no symmetry present (symcode time: 0.00)
3158.52/3168.71	c presolving (5 rounds: 5 fast, 4 medium, 4 exhaustive):
3158.52/3168.71	c  2 deleted vars, 1 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
3158.52/3168.71	c  0 implications, 1 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
3158.52/3168.71	c presolved problem has 1292 variables (1292 bin, 0 int, 0 cont) and 1080 constraints
3158.52/3168.71	c    1079 constraints of type <knapsack>
3158.52/3168.71	c       1 constraints of type <setppc>
3158.52/3168.71	c transformed objective value is always integral (scale: 1)
3158.52/3168.71	c Presolving Time: 0.62
3158.52/3168.72	c transformed 2/2 original solutions to the transformed problem space
3158.52/3168.72	c 
3158.72/3168.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3158.72/3168.98	c   0.9s|     1 |     0 |   264 |     - |   728M |   0 |1292 |1080 |1080 |   0 |  0 |   2 |   0 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3159.12/3169.32	c   1.3s|     1 |     0 |   470 |     - |   740M |   0 |1292 |1081 |1246 | 166 |  1 |   3 |   0 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3159.41/3169.63	c   1.6s|     1 |     0 |   605 |     - |   743M |   0 |1292 |1081 |1368 | 288 |  2 |   3 |   0 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3159.71/3169.96	c   1.9s|     1 |     0 |   760 |     - |   752M |   0 |1292 |1082 |1486 | 406 |  3 |   4 |   0 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3160.01/3170.29	c   2.2s|     1 |     0 |   861 |     - |   755M |   0 |1292 |1082 |1577 | 497 |  4 |   4 |   0 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3160.41/3170.63	c   2.6s|     1 |     0 |   966 |     - |   760M |   0 |1292 |1082 |1647 | 567 |  5 |   4 |   0 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3160.71/3170.96	c   2.9s|     1 |     0 |  1029 |     - |   756M |   0 |1292 |1082 |1701 | 621 |  6 |   4 |   0 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3161.01/3171.29	c   3.2s|     1 |     0 |  1109 |     - |   757M |   0 |1292 |1082 |1763 | 683 |  7 |   4 |   0 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3161.41/3171.61	c   3.5s|     1 |     0 |  1177 |     - |   764M |   0 |1292 |1082 |1806 | 726 |  8 |   4 |   0 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3161.71/3171.91	c   3.8s|     1 |     0 |  1250 |     - |   766M |   0 |1292 |1082 |1848 | 768 |  9 |   4 |   0 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3162.01/3172.25	c   4.2s|     1 |     0 |  1321 |     - |   762M |   0 |1292 |1082 |1905 | 825 | 10 |   4 |   0 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3162.31/3172.50	c   4.4s|     1 |     0 |  1401 |     - |   763M |   0 |1292 |1082 |1799 | 872 | 11 |   4 |   0 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3163.30/3173.56	c   5.5s|     1 |     2 |  3456 |     - |   763M |   0 |1292 |1088 |1799 | 872 | 11 |  10 |  41 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3198.73/3209.04	c  41.0s|   100 |   101 | 90885 | 903.9 |   765M |  22 |1292 |1103 |1192 |1309 |  1 |  25 | 442 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3214.98/3225.34	c  57.3s|   200 |   201 |164292 | 818.5 |   809M |  22 |1292 |1118 |1180 |1895 |  1 |  40 | 489 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3241.32/3251.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3241.32/3251.75	c  83.7s|   300 |   301 |203622 | 676.3 |   812M |  27 |1292 |1118 |1180 |2341 |  1 |  40 | 533 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3250.09/3260.57	c  92.5s|   400 |   401 |230768 | 574.9 |   829M |  27 |1292 |1121 |1180 |3013 |  1 |  43 | 574 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3257.78/3268.25	c   100s|   500 |   501 |250732 | 499.7 |   828M |  31 |1292 |1130 |1211 |3392 |  1 |  53 | 604 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3265.57/3276.02	c   108s|   600 |   601 |271718 | 451.3 |   828M |  31 |1292 |1137 |1214 |3863 |  1 |  60 | 628 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3274.13/3284.63	c   117s|   700 |   701 |294290 | 419.0 |   828M |  31 |1292 |1136 |1203 |4211 |  1 |  60 | 661 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3284.81/3295.37	c   127s|   800 |   801 |327855 | 408.6 |   828M |  31 |1292 |1135 |1206 |4872 |  1 |  61 | 721 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3290.70/3301.27	c   133s|   900 |   901 |344001 | 381.1 |   828M |  31 |1292 |1136 |1191 |5025 |  1 |  62 | 739 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3297.07/3307.62	c   140s|  1000 |  1001 |363973 | 362.9 |   828M |  43 |1292 |1135 |1230 |5313 |  1 |  62 | 766 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3304.47/3315.05	c   147s|  1100 |  1101 |388169 | 351.9 |   828M |  49 |1292 |1134 |1214 |5682 |  1 |  62 | 793 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3314.14/3324.70	c   157s|  1200 |  1201 |424401 | 352.8 |   828M |  57 |1292 |1131 |1215 |6145 |  1 |  63 | 819 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3323.12/3333.74	c   166s|  1300 |  1301 |454440 | 348.8 |   828M |  61 |1292 |1135 |1255 |6605 |  1 |  67 | 852 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3334.59/3345.27	c   177s|  1400 |  1401 |501631 | 357.6 |   828M |  73 |1292 |1139 |1306 |6877 |  1 |  71 | 878 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3345.06/3355.73	c   188s|  1500 |  1501 |539418 | 358.9 |   822M |  86 |1292 |1145 |1316 |7129 |  1 |  78 | 904 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3355.93/3366.62	c   199s|  1600 |  1601 |576783 | 359.8 |   822M |  95 |1292 |1149 |1325 |7239 |  1 |  82 | 943 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3368.20/3378.92	c   211s|  1700 |  1701 |623200 | 366.0 |   819M | 113 |1292 |1150 |1325 |7303 |  1 |  84 | 985 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3378.39/3389.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3378.39/3389.14	c   221s|  1800 |  1801 |662156 | 367.3 |   801M | 115 |1292 |1151 |1320 |7362 |  1 |  85 |1019 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3385.28/3396.07	c   228s|  1900 |  1899 |687817 | 361.5 |   800M | 117 |1292 |1152 |1305 |7423 |  1 |  86 |1056 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3406.22/3417.10	c   249s|  2000 |  1999 |761602 | 380.3 |   799M | 117 |1292 |1152 |1330 |7494 |  1 |  86 |1170 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3435.15/3446.11	c   278s|  2100 |  2099 |866550 | 412.2 |   799M | 119 |1292 |1162 |1317 |7555 |  2 |  96 |1344 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3457.39/3468.31	c   300s|  2200 |  2199 |945397 | 429.3 |   799M | 119 |1292 |1162 |1304 |7607 |  1 |  96 |1510 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3475.34/3486.30	c   318s|  2300 |  2297 |  1005k| 436.9 |   799M | 119 |1292 |1169 |1307 |7690 |  1 | 103 |1639 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3484.03/3495.10	c   327s|  2400 |  2397 |  1037k| 431.9 |   799M | 119 |1292 |1171 |1313 |7751 |  1 | 105 |1702 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3493.70/3504.71	c   337s|  2500 |  2497 |  1068k| 427.1 |   799M | 119 |1292 |1172 |1318 |7788 |  1 | 106 |1761 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3503.87/3514.97	c   347s|  2600 |  2597 |  1109k| 426.2 |   799M | 119 |1292 |1193 |1315 |7849 |  1 | 127 |1817 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3510.46/3521.59	c   354s|  2700 |  2697 |  1133k| 419.5 |   799M | 119 |1292 |1196 |1313 |7898 |  1 | 130 |1854 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3517.05/3528.15	c   360s|  2800 |  2797 |  1160k| 414.1 |   799M | 119 |1292 |1198 |1326 |7940 |  1 | 132 |1879 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3527.62/3538.79	c   371s|  2900 |  2897 |  1210k| 416.9 |   799M | 119 |1292 |1200 |1319 |8072 |  1 | 134 |1914 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3540.09/3551.22	c   383s|  3000 |  2997 |  1268k| 422.4 |   799M | 119 |1292 |1203 |1325 |8112 |  1 | 137 |1948 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3553.66/3564.81	c   397s|  3100 |  3097 |  1341k| 432.4 |   800M | 123 |1292 |1205 |1322 |8153 |  1 | 139 |1959 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3562.14/3573.35	c   405s|  3200 |  3197 |  1384k| 432.3 |   800M | 125 |1292 |1219 |1312 |8175 |  1 | 153 |1975 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3571.02/3582.28	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3571.02/3582.28	c   414s|  3300 |  3297 |  1426k| 432.1 |   800M | 129 |1292 |1219 |1322 |8213 |  1 | 153 |1999 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3582.09/3593.30	c   425s|  3400 |  3397 |  1476k| 434.1 |   800M | 131 |1292 |1222 |1326 |8235 |  1 | 156 |2018 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3596.16/3607.40	c   439s|  3500 |  3497 |  1536k| 438.7 |   801M | 135 |1292 |1226 |1329 |8284 |  1 | 160 |2048 | 0.000000e+00 |-1.840000e+02*|    Inf | unknown
3600.05/3611.30	
3600.05/3611.30	*** TERMINATED *** by signal
3600.05/3611.30	c
3600.05/3611.30	s SATISFIABLE
3600.05/3611.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/3611.30	c Model check passed
3600.05/3611.30	c Model check has passed with goal value: 184
3600.05/3611.30	c _____________________________________________________________________________
3600.05/3611.30	c std/band forms        : 1082,0
3600.05/3611.30	c 2cl/3cl ITE-codings   : 64226312,0
3600.05/3611.30	c BDD/srt/adr Max costs : 154056,36036,0
3600.05/3611.30	c BDDraw/bin/mul/srt/adr: 1079,0,0,3,0
3600.05/3611.30	c BDD nodes             : 64645845
3600.05/3611.30	c Es1/CC detections     : 0,0
3600.05/3611.30	c CC sort               : 3
3600.05/3611.30	c SAT/UNSAT calls       : 1,0
3600.05/3611.30	c regenrated variables  : 0
3600.05/3611.30	c eliminated fixed lits : 2
3600.05/3611.30	c goal lit flips        : 0
3600.05/3611.30	c goal stages           : 0
3600.05/3611.30	c goal shrink           : 0
3600.05/3611.30	c goal coeff separations: 0
3600.05/3611.30	c restarts              : 0
3600.05/3611.30	c conflicts             : 0              (0 /sec)
3600.05/3611.30	c decisions             : 0              (0 /sec)
3600.05/3611.30	c propagations          : 2168           (1 /sec)
3600.05/3611.30	c inspects              : 0              (0 /sec)
3600.05/3611.30	c CPU time (solving tm) : 3600 s        (104.7 s, SAT 10.17 s, UNSAT 0 s)
3600.05/3611.30	c SAT solver time       : 104.7 s
3600.05/3611.30	c SAT solver SAT time   : 10.17 s
3600.05/3611.30	c SAT solver UNSAT time : 0 s
3600.05/3611.30	c SAT solver TO time    : 94.49 s
3600.05/3611.30	c Time for SCIP         : 2801 s
3600.05/3611.30	c Coop SCIP LB improvements           : 0
3600.05/3611.30	c Coop SCIP UB improvements           : 0
3600.05/3611.30	c SCIP globally fixed variables       : 0
3600.05/3611.30	c SAT  globally fixed variables       : 0
3600.05/3611.30	c SCIP freeTransform calls            : 5
3600.05/3611.30	c Time for Opt-base     : 0.001022 s
3600.05/3611.30	c Steps for Opt-base    : 0
3600.05/3611.30	c Time for BDD coding   : 200 s
3600.05/3611.30	c Time for srt coding   : 0.005683 s
3600.05/3611.30	c Inner solver invocations            : 0
3600.05/3611.30	c Inner solving count                 : 0
3600.05/3611.30	c _____________________________________________________________________________

Verifier Data

OK	184

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

running on 4 cores: 60-63

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 0-1,5-8,10-11,13-16,18,20,22-23,25-27,29-30,34-36,38-39,41-42,45-46,48,50-51,53-54,56,58-59
  3600 MHz: 2-4,9,12,17,19,21,24,28,31-33,37,40,43-44,47,49,52,55,57,60-63
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 60-63

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (110360 MiB free)
  node 1: cores 8-15, 129019 MiB (104476 MiB free)
  node 2: cores 16-23, 129019 MiB (104014 MiB free)
  node 3: cores 24-31, 129003 MiB (102876 MiB free)
  node 4: cores 32-39, 128973 MiB (57916 MiB free)
  node 5: cores 40-47, 129019 MiB (35926 MiB free)
  node 6: cores 48-55, 129019 MiB (105801 MiB free)
  node 7: cores 56-63, 128474 MiB (80156 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=2268698, runsolver pid=2268695
Starting watchdog thread
Current StackSize limit: 8192 KiB


[startup+0.100066 s]*
/proc/loadavg: 16.30 16.52 16.49 18/873 2268701
/proc/meminfo: memFree=718308240/1055320696 swapFree=33554428/33554428
[pid=2268698] ppid=2268695 vsize=94312 memory=18132 CPUtime=0.09 cores=60-63
/proc/2268698/stat : 2268698 (naps_release) R 2268695 2268698 2266147 0 -1 4194304 2270 211 0 0 9 0 0 0 20 0 1 0 147105279 96575488 4480 18446744073709551615 4210688 6281017 140727548788464 0 0 0 0 0 16898 0 0 0 17 62 0 0 0 0 0 6662968 6676388 25305088 140727548795099 140727548795280 140727548795280 140727548800968 0
/proc/2268698/statm: 23578 4533 2727 506 0 4269 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 94312 KiB
Current children cumulated memory: 18132 KiB

[startup+0.213192 s]*
/proc/loadavg: 16.30 16.52 16.49 17/873 2268701
/proc/meminfo: memFree=717516796/1055320696 swapFree=33554428/33554428
[pid=2268698] ppid=2268695 vsize=107492 memory=24800 CPUtime=0.2 cores=60-63
/proc/2268698/stat : 2268698 (naps_release) R 2268695 2268698 2266147 0 -1 4194304 3937 211 0 0 20 0 0 0 20 0 1 0 147105279 110071808 6144 18446744073709551615 4210688 6281017 140727548788464 0 0 0 0 0 16898 0 0 0 17 62 0 0 0 0 0 6662968 6676388 25305088 140727548795099 140727548795280 140727548795280 140727548800968 0
/proc/2268698/statm: 26873 6200 2727 506 0 7564 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 107492 KiB
Current children cumulated memory: 24800 KiB

[startup+0.311541 s]*
/proc/loadavg: 16.30 16.52 16.49 17/873 2268701
/proc/meminfo: memFree=715793784/1055320696 swapFree=33554428/33554428
[pid=2268698] ppid=2268695 vsize=118960 memory=30616 CPUtime=0.29 cores=60-63
/proc/2268698/stat : 2268698 (naps_release) R 2268695 2268698 2266147 0 -1 4194304 5391 211 0 0 29 0 0 0 20 0 1 0 147105279 121815040 7552 18446744073709551615 4210688 6281017 140727548788464 0 0 0 0 0 16898 0 0 0 17 62 0 0 0 0 0 6662968 6676388 25305088 140727548795099 140727548795280 140727548795280 140727548800968 0
/proc/2268698/statm: 29740 7654 2727 506 0 10431 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 118960 KiB
Current children cumulated memory: 30616 KiB

[startup+0.700206 s]
/proc/loadavg: 16.30 16.52 16.49 18/873 2268701
/proc/meminfo: memFree=714930796/1055320696 swapFree=33554428/33554428
[pid=2268698] ppid=2268695 vsize=244248 memory=146128 CPUtime=0.67 cores=60-63
/proc/2268698/stat : 2268698 (naps_release) R 2268695 2268698 2266147 0 -1 4194304 31997 211 0 0 65 2 0 0 20 0 1 0 147105279 250109952 36472 18446744073709551615 4210688 6281017 140727548788464 0 0 0 0 0 16898 0 0 0 17 62 0 0 0 0 0 6662968 6676388 25305088 140727548795099 140727548795280 140727548795280 140727548800968 0
/proc/2268698/statm: 61062 36532 5436 506 0 41753 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 244248 KiB
Current children cumulated memory: 146128 KiB

[startup+1.50017 s]
/proc/loadavg: 16.30 16.52 16.49 18/875 2268704
/proc/meminfo: memFree=713569152/1055320696 swapFree=33554428/33554428
[pid=2268698] ppid=2268695 vsize=413400 memory=303164 CPUtime=1.47 cores=60-63
/proc/2268698/stat : 2268698 (naps_release) R 2268695 2268698 2266147 0 -1 4194304 58850 211 0 0 143 4 0 0 20 0 1 0 147105279 423321600 75722 18446744073709551615 4210688 6281017 140727548788464 0 0 0 0 0 16898 0 0 0 17 62 0 0 0 0 0 6662968 6676388 25305088 140727548795099 140727548795280 140727548795280 140727548800968 0
/proc/2268698/statm: 103350 75791 5785 506 0 84041 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 413400 KiB
Current children cumulated memory: 303164 KiB

[startup+3.11476 s]
/proc/loadavg: 16.28 16.52 16.48 17/875 2268710
/proc/meminfo: memFree=772966208/1055320696 swapFree=33554428/33554428
[pid=2268698] ppid=2268695 vsize=596440 memory=481096 CPUtime=3.07 cores=60-63
/proc/2268698/stat : 2268698 (naps_release) R 2268695 2268698 2266147 0 -1 4194304 93791 211 0 0 301 6 0 0 20 0 1 0 147105279 610754560 120106 18446744073709551615 4210688 6281017 140727548788464 0 0 0 0 0 16898 0 0 0 17 62 0 0 0 0 0 6662968 6676388 25305088 140727548795099 140727548795280 140727548795280 140727548800968 0
/proc/2268698/statm: 149110 120274 6075 506 0 129801 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 596440 KiB
Current children cumulated memory: 481096 KiB

[startup+6.30012 s]
/proc/loadavg: 16.28 16.52 16.48 17/875 2268760
/proc/meminfo: memFree=772067708/1055320696 swapFree=33554428/33554428
[pid=2268698] ppid=2268695 vsize=789704 memory=670372 CPUtime=6.25 cores=60-63
/proc/2268698/stat : 2268698 (naps_release) R 2268695 2268698 2266147 0 -1 4194304 138587 211 0 0 616 9 0 0 20 0 1 0 147105279 808656896 167491 18446744073709551615 4210688 6281017 140727548788464 0 0 0 0 0 16898 0 0 0 17 62 0 0 0 0 0 6662968 6676388 25305088 140727548795099 140727548795280 140727548795280 140727548800968 0
/proc/2268698/statm: 197426 167593 6089 506 0 178117 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 789704 KiB
Current children cumulated memory: 670372 KiB

[startup+12.7001 s]
/proc/loadavg: 16.24 16.50 16.48 17/875 2268760
/proc/meminfo: memFree=771001372/1055320696 swapFree=33554428/33554428
[pid=2268698] ppid=2268695 vsize=797036 memory=680348 CPUtime=12.62 cores=60-63
/proc/2268698/stat : 2268698 (naps_release) R 2268695 2268698 2266147 0 -1 4194304 150289 211 0 0 1253 9 0 0 20 0 1 0 147105279 816164864 169974 18446744073709551615 4210688 6281017 140727548788464 0 0 0 0 0 16898 0 0 0 17 62 0 0 0 0 0 6662968 6676388 25305088 140727548795099 140727548795280 140727548795280 140727548800968 0
/proc/2268698/statm: 199259 170087 6089 506 0 179950 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 797036 KiB
Current children cumulated memory: 680348 KiB

[startup+25.5002 s]
/proc/loadavg: 16.20 16.48 16.47 17/875 2268760
/proc/meminfo: memFree=774876064/1055320696 swapFree=33554428/33554428
[pid=2268698] ppid=2268695 vsize=893044 memory=764440 CPUtime=25.39 cores=60-63
/proc/2268698/stat : 2268698 (naps_release) R 2268695 2268698 2266147 0 -1 4194304 153079 211 0 0 2529 10 0 0 20 0 1 0 147105279 914477056 191037 18446744073709551615 4210688 6281017 140727548788464 0 0 0 0 0 16898 0 0 0 17 62 0 0 0 0 0 6662968 6676388 25305088 140727548795099 140727548795280 140727548795280 140727548800968 0
/proc/2268698/statm: 223261 191110 6089 506 0 203952 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 893044 KiB
Current children cumulated memory: 764440 KiB

[startup+51.1147 s]
/proc/loadavg: 16.13 16.44 16.46 17/874 2268760
/proc/meminfo: memFree=771015900/1055320696 swapFree=33554428/33554428
[pid=2268698] ppid=2268695 vsize=1100800 memory=967060 CPUtime=50.92 cores=60-63
/proc/2268698/stat : 2268698 (naps_release) R 2268695 2268698 2266147 0 -1 4194304 163319 211 0 0 5080 12 0 0 20 0 1 0 147105279 1127219200 241662 18446744073709551615 4210688 6281017 140727548788464 0 0 0 0 0 16898 0 0 0 17 62 0 0 0 0 0 6662968 6676388 25305088 140727548795099 140727548795280 140727548795280 140727548800968 0
/proc/2268698/statm: 275200 241765 6089 506 0 255891 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 1100800 KiB
Current children cumulated memory: 967060 KiB

[startup+102.3 s]
/proc/loadavg: 16.58 16.51 16.48 17/874 2268761
/proc/meminfo: memFree=756083800/1055320696 swapFree=33554428/33554428
[pid=2268698] ppid=2268695 vsize=1562528 memory=1398072 CPUtime=101.93 cores=60-63
/proc/2268698/stat : 2268698 (naps_release) R 2268695 2268698 2266147 0 -1 4194304 209010 211 0 0 10176 17 0 0 20 0 1 0 147105279 1600028672 349409 18446744073709551615 4210688 6281017 140727548788464 0 0 0 0 0 16898 0 0 0 17 62 0 0 0 0 0 6662968 6676388 25305088 140727548795099 140727548795280 140727548795280 140727548800968 0
/proc/2268698/statm: 390632 349518 6089 506 0 371323 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 1562528 KiB
Current children cumulated memory: 1398072 KiB

[startup+162.3 s]
/proc/loadavg: 16.36 16.47 16.47 17/874 2268767
/proc/meminfo: memFree=756558640/1055320696 swapFree=33554428/33554428
[pid=2268698] ppid=2268695 vsize=2199392 memory=2026332 CPUtime=161.74 cores=60-63
/proc/2268698/stat : 2268698 (naps_release) R 2268695 2268698 2266147 0 -1 4194304 259354 211 0 0 16150 24 0 0 20 0 1 0 147105279 2252177408 506408 18446744073709551615 4210688 6281017 140727548788464 0 0 0 0 0 16898 0 0 0 17 62 0 0 0 0 0 6662968 6676388 25305088 140727548795099 140727548795280 140727548795280 140727548800968 0
/proc/2268698/statm: 549848 506583 6089 506 0 530539 0
Current children cumulated CPU time: 161.74 s
Current children cumulated vsize: 2199392 KiB
Current children cumulated memory: 2026332 KiB

[startup+222.3 s]
/proc/loadavg: 16.13 16.38 16.44 17/873 2268768
/proc/meminfo: memFree=745591964/1055320696 swapFree=33554428/33554428
[pid=2268698] ppid=2268695 vsize=2547920 memory=2311372 CPUtime=221.53 cores=60-63
/proc/2268698/stat : 2268698 (naps_release) R 2268695 2268698 2266147 0 -1 4194304 307977 211 0 0 22125 28 0 0 20 0 1 0 147105279 2609070080 577708 18446744073709551615 4210688 6281017 140727548788464 0 0 0 0 0 16898 0 0 0 17 62 0 0 0 0 0 6662968 6676388 25305088 140727548795099 140727548795280 140727548795280 140727548800968 0
/proc/2268698/statm: 636980 577843 6089 506 0 617671 0
Current children cumulated CPU time: 221.53 s
Current children cumulated vsize: 2547920 KiB
Current children cumulated memory: 2311372 KiB

[startup+282.3 s]
/proc/loadavg: 16.05 16.31 16.41 17/873 2268769
/proc/meminfo: memFree=694080860/1055320696 swapFree=33554428/33554428
[pid=2268698] ppid=2268695 vsize=32177312 memory=31035936 CPUtime=281.34 cores=60-63
/proc/2268698/stat : 2268698 (naps_release) R 2268695 2268698 2266147 0 -1 4194304 3571398 211 0 0 27826 308 0 0 20 0 1 0 147105279 32949567488 7758863 18446744073709551615 4210688 6281017 140727548788464 0 0 0 0 0 16898 0 0 0 17 62 0 0 0 0 0 6662968 6676388 25305088 140727548795099 140727548795280 140727548795280 140727548800968 0
/proc/2268698/statm: 8044328 7758984 6137 506 0 8025019 0
Current children cumulated CPU time: 281.34 s
Current children cumulated vsize: 32177312 KiB
Current children cumulated memory: 31035936 KiB

[startup+342.3 s]
/proc/loadavg: 16.02 16.25 16.38 17/870 2268770
/proc/meminfo: memFree=691489040/1055320696 swapFree=33554428/33554428

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

/proc/2268698/statm: 6209308 6024608 6318 506 0 6189999 0
Current children cumulated CPU time: 2852.92 s
Current children cumulated vsize: 24837232 KiB
Current children cumulated memory: 24098432 KiB

[startup+2922.3 s]
/proc/loadavg: 9.11 12.73 14.77 9/824 2269280
/proc/meminfo: memFree=758701732/1055320696 swapFree=33554428/33554428
[pid=2268698] ppid=2268695 vsize=24837232 memory=24098436 CPUtime=2912.76 cores=60-63
/proc/2268698/stat : 2268698 (naps_release) R 2268695 2268698 2266147 0 -1 4194304 4127978 211 0 0 290822 454 0 0 20 0 1 0 147105279 25433325568 6024526 18446744073709551615 4210688 6281017 140727548788464 0 0 0 0 0 16898 0 0 0 17 62 0 0 0 0 0 6662968 6676388 25305088 140727548795099 140727548795280 140727548795280 140727548800968 0
/proc/2268698/statm: 6209308 6024609 6318 506 0 6189999 0
Current children cumulated CPU time: 2912.76 s
Current children cumulated vsize: 24837232 KiB
Current children cumulated memory: 24098436 KiB

[startup+2982.3 s]
/proc/loadavg: 8.41 11.87 14.35 9/823 2269281
/proc/meminfo: memFree=753890384/1055320696 swapFree=33554428/33554428
[pid=2268698] ppid=2268695 vsize=24837232 memory=24098436 CPUtime=2972.6 cores=60-63
/proc/2268698/stat : 2268698 (naps_release) R 2268695 2268698 2266147 0 -1 4194304 4128076 211 0 0 296804 456 0 0 20 0 1 0 147105279 25433325568 6024526 18446744073709551615 4210688 6281017 140727548788464 0 0 0 0 0 16898 0 0 0 17 62 0 0 0 0 0 6662968 6676388 25305088 140727548795099 140727548795280 140727548795280 140727548800968 0
/proc/2268698/statm: 6209308 6024609 6318 506 0 6189999 0
Current children cumulated CPU time: 2972.6 s
Current children cumulated vsize: 24837232 KiB
Current children cumulated memory: 24098436 KiB

[startup+3042.3 s]
/proc/loadavg: 8.07 11.14 13.94 8/817 2269319
/proc/meminfo: memFree=784802804/1055320696 swapFree=33554428/33554428
[pid=2268698] ppid=2268695 vsize=24863736 memory=24123916 CPUtime=3032.45 cores=60-63
/proc/2268698/stat : 2268698 (naps_release) R 2268695 2268698 2266147 0 -1 4194304 4134235 211 0 0 302785 460 0 0 20 0 1 0 147105279 25460465664 6030907 18446744073709551615 4210688 6281017 140727548788464 0 0 0 0 0 16898 0 0 0 17 62 0 0 0 0 0 6662968 6676388 25305088 140727548795099 140727548795280 140727548795280 140727548800968 0
/proc/2268698/statm: 6215934 6030979 6318 506 0 6196625 0
Current children cumulated CPU time: 3032.45 s
Current children cumulated vsize: 24863736 KiB
Current children cumulated memory: 24123916 KiB

[startup+3102.3 s]
/proc/loadavg: 8.02 10.57 13.57 8/816 2269320
/proc/meminfo: memFree=781605488/1055320696 swapFree=33554428/33554428
[pid=2268698] ppid=2268695 vsize=24863736 memory=24123916 CPUtime=3092.29 cores=60-63
/proc/2268698/stat : 2268698 (naps_release) R 2268695 2268698 2266147 0 -1 4194304 4134302 211 0 0 308766 463 0 0 20 0 1 0 147105279 25460465664 6030907 18446744073709551615 4210688 6281017 140727548788464 0 0 0 0 0 16898 0 0 0 17 62 0 0 0 0 0 6662968 6676388 25305088 140727548795099 140727548795280 140727548795280 140727548800968 0
/proc/2268698/statm: 6215934 6030979 6318 506 0 6196625 0
Current children cumulated CPU time: 3092.29 s
Current children cumulated vsize: 24863736 KiB
Current children cumulated memory: 24123916 KiB

[startup+3162.3 s]
/proc/loadavg: 7.37 9.92 13.15 7/811 2269356
/proc/meminfo: memFree=787394888/1055320696 swapFree=33554428/33554428
[pid=2268698] ppid=2268695 vsize=24863736 memory=24123924 CPUtime=3152.13 cores=60-63
/proc/2268698/stat : 2268698 (naps_release) R 2268695 2268698 2266147 0 -1 4194304 4146758 211 0 0 314745 468 0 0 20 0 1 0 147105279 25460465664 6030907 18446744073709551615 4210688 6281017 140727548788464 0 0 0 0 0 16898 0 0 0 17 62 0 0 0 0 0 6662968 6676388 25305088 140727548795099 140727548795280 140727548795280 140727548800968 0
/proc/2268698/statm: 6215934 6030981 6318 506 0 6196625 0
Current children cumulated CPU time: 3152.13 s
Current children cumulated vsize: 24863736 KiB
Current children cumulated memory: 24123924 KiB

[startup+3222.3 s]
/proc/loadavg: 6.50 9.20 12.70 7/812 2269362
/proc/meminfo: memFree=784666392/1055320696 swapFree=33554428/33554428
[pid=2268698] ppid=2268695 vsize=24912244 memory=24173456 CPUtime=3211.98 cores=60-63
/proc/2268698/stat : 2268698 (naps_release) R 2268695 2268698 2266147 0 -1 4194304 4153583 211 0 0 320729 469 0 0 20 0 1 0 147105279 25510137856 6043265 18446744073709551615 4210688 6281017 140727548788464 0 0 0 0 0 16898 0 0 0 17 62 0 0 0 0 0 6662968 6676388 25305088 140727548795099 140727548795280 140727548795280 140727548800968 0
/proc/2268698/statm: 6228061 6043364 6318 506 0 6208752 0
Current children cumulated CPU time: 3211.98 s
Current children cumulated vsize: 24912244 KiB
Current children cumulated memory: 24173456 KiB

[startup+3282.3 s]
/proc/loadavg: 6.18 8.62 12.28 7/812 2269363
/proc/meminfo: memFree=778303152/1055320696 swapFree=33554428/33554428
[pid=2268698] ppid=2268695 vsize=24855728 memory=24117068 CPUtime=3271.84 cores=60-63
/proc/2268698/stat : 2268698 (naps_release) R 2268695 2268698 2266147 0 -1 4194304 4270888 211 0 0 326702 482 0 0 20 0 1 0 147105279 25452265472 6029328 18446744073709551615 4210688 6281017 140727548788464 0 0 0 0 0 16898 0 0 0 17 62 0 0 0 0 0 6662968 6676388 25305088 140727548795099 140727548795280 140727548795280 140727548800968 0
/proc/2268698/statm: 6213932 6029267 6318 506 0 6194623 0
Current children cumulated CPU time: 3271.84 s
Current children cumulated vsize: 24855728 KiB
Current children cumulated memory: 24117068 KiB

[startup+3342.3 s]
/proc/loadavg: 6.10 8.15 11.89 7/812 2269364
/proc/meminfo: memFree=787076140/1055320696 swapFree=33554428/33554428
[pid=2268698] ppid=2268695 vsize=24884916 memory=24146128 CPUtime=3331.69 cores=60-63
/proc/2268698/stat : 2268698 (naps_release) R 2268695 2268698 2266147 0 -1 4194304 4363629 211 0 0 332675 494 0 0 20 0 1 0 147105279 25482153984 6036382 18446744073709551615 4210688 6281017 140727548788464 0 0 0 0 0 16898 0 0 0 17 62 0 0 0 0 0 6662968 6676388 25305088 140727548795099 140727548795280 140727548795280 140727548800968 0
/proc/2268698/statm: 6221229 6036532 6318 506 0 6201920 0
Current children cumulated CPU time: 3331.69 s
Current children cumulated vsize: 24884916 KiB
Current children cumulated memory: 24146128 KiB

[startup+3402.3 s]
/proc/loadavg: 6.07 7.77 11.52 7/811 2269365
/proc/meminfo: memFree=787069924/1055320696 swapFree=33554428/33554428
[pid=2268698] ppid=2268695 vsize=24937572 memory=24198784 CPUtime=3391.55 cores=60-63
/proc/2268698/stat : 2268698 (naps_release) R 2268695 2268698 2266147 0 -1 4194304 4369738 211 0 0 338658 497 0 0 20 0 1 0 147105279 25536073728 6049579 18446744073709551615 4210688 6281017 140727548788464 0 0 0 0 0 16898 0 0 0 17 62 0 0 0 0 0 6662968 6676388 25305088 140727548795099 140727548795280 140727548795280 140727548800968 0
/proc/2268698/statm: 6234393 6049696 6318 506 0 6215084 0
Current children cumulated CPU time: 3391.55 s
Current children cumulated vsize: 24937572 KiB
Current children cumulated memory: 24198784 KiB

[startup+3462.3 s]
/proc/loadavg: 6.02 7.45 11.17 7/811 2269366
/proc/meminfo: memFree=787091968/1055320696 swapFree=33554428/33554428
[pid=2268698] ppid=2268695 vsize=24858800 memory=24120140 CPUtime=3451.41 cores=60-63
/proc/2268698/stat : 2268698 (naps_release) R 2268695 2268698 2266147 0 -1 4194304 4369795 211 0 0 344643 498 0 0 20 0 1 0 147105279 25455411200 6029989 18446744073709551615 4210688 6281017 140727548788464 0 0 0 0 0 16898 0 0 0 17 62 0 0 0 0 0 6662968 6676388 25305088 140727548795099 140727548795280 140727548795280 140727548800968 0
/proc/2268698/statm: 6214700 6030035 6318 506 0 6195391 0
Current children cumulated CPU time: 3451.41 s
Current children cumulated vsize: 24858800 KiB
Current children cumulated memory: 24120140 KiB

[startup+3522.3 s]
/proc/loadavg: 6.01 7.18 10.85 6/811 2269378
/proc/meminfo: memFree=806813100/1055320696 swapFree=33554428/33554428
[pid=2268698] ppid=2268695 vsize=24855728 memory=24117068 CPUtime=3511.26 cores=60-63
/proc/2268698/stat : 2268698 (naps_release) R 2268695 2268698 2266147 0 -1 4194304 4388120 211 0 0 350624 502 0 0 20 0 1 0 147105279 25452265472 6029232 18446744073709551615 4210688 6281017 140727548788464 0 0 0 0 0 16898 0 0 0 17 62 0 0 0 0 0 6662968 6676388 25305088 140727548795099 140727548795280 140727548795280 140727548800968 0
/proc/2268698/statm: 6213932 6029267 6318 506 0 6194623 0
Current children cumulated CPU time: 3511.26 s
Current children cumulated vsize: 24855728 KiB
Current children cumulated memory: 24117068 KiB

[startup+3582.3 s]
/proc/loadavg: 5.40 6.79 10.48 6/806 2269405
/proc/meminfo: memFree=802545800/1055320696 swapFree=33554428/33554428
[pid=2268698] ppid=2268695 vsize=24855728 memory=24117068 CPUtime=3571.12 cores=60-63
/proc/2268698/stat : 2268698 (naps_release) R 2268695 2268698 2266147 0 -1 4194304 4416319 211 0 0 356607 505 0 0 20 0 1 0 147105279 25452265472 6029291 18446744073709551615 4210688 6281017 140727548788464 0 0 0 0 0 16898 0 0 0 17 62 0 0 0 0 0 6662968 6676388 25305088 140727548795099 140727548795280 140727548795280 140727548800968 0
/proc/2268698/statm: 6213932 6029267 6318 506 0 6194623 0
Current children cumulated CPU time: 3571.12 s
Current children cumulated vsize: 24855728 KiB
Current children cumulated memory: 24117068 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.3 s]
/proc/loadavg: 5.16 6.60 10.30 5/800 2269440
/proc/meminfo: memFree=830074064/1055320696 swapFree=33554428/33554428
[pid=2268698] ppid=2268695 vsize=24917720 memory=24185128 CPUtime=3600.05 cores=60-63
/proc/2268698/stat : 2268698 (naps_release) R 2268695 2268698 2266147 0 -1 4194304 4426007 211 0 0 359497 508 0 0 20 0 1 0 147105279 25515745280 6046059 18446744073709551615 4210688 6281017 140727548788464 0 0 0 0 0 16898 0 0 0 17 62 0 0 0 0 0 6662968 6676388 25305088 140727548795099 140727548795280 140727548795280 140727548800968 0
/proc/2268698/statm: 6229430 6046282 6318 506 0 6210121 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 24917720 KiB
Current children cumulated memory: 24185128 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.98 s, system=5.4362 s

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

[startup+3611.6 s]
/proc/loadavg: 5.16 6.60 10.30 5/800 2269440
/proc/meminfo: memFree=834441524/1055320696 swapFree=33554428/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): 3611.65
CPU time (s): 3600.42
CPU user time (s): 3594.98
CPU system time (s): 5.4362
CPU usage (%): 99.6888
Max. virtual memory (cumulated for all children) (KiB): 33692280
Max. memory (cumulated for all children) (KiB): 32550904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.98
system time used= 5.4362
maximum resident set size= 32550344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4426218
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= 2668


# summary of solver processes directly reported to runsolver:
#   pid: 2268698
#   total CPU time (s): 3600.42
#   total CPU user time (s): 3594.98
#   total CPU system time (s): 5.4362

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.8684 second user time and 41.5699 second system time

The end

Launcher Data

Begin job on nodeE006 at 2026-06-22 16:22:54
IDJOB=4780638
IDBENCH=180368
IDSOLVER=3589
FILE ID=nodeE006/4780638-1782138174
RUNJOBID= nodeE006-1782133592-2266172
SLURM_JOB_ID= 12510911
Free space on /tmp= 799456 MiB

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

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

MD5SUM BENCH= 08c8de1f4987b14e6ebb434902fd419a
RANDOM SEED=2033594632

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 60
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3597.577
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		: 3593.062
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		: 3596.090
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		: 3577.030
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:       1055320696 kB
MemFree:        718387628 kB
MemAvailable:   840482580 kB
Buffers:            3352 kB
Cached:         126436032 kB
SwapCached:            0 kB
Active:         202842852 kB
Inactive:       124827136 kB
Active(anon):   202123388 kB
Inactive(anon):        0 kB
Active(file):     719464 kB
Inactive(file): 124827136 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             17644 kB
Writeback:             0 kB
AnonPages:      201212136 kB
Mapped:           267676 kB
Shmem:            892732 kB
KReclaimable:    1381960 kB
Slab:            1939392 kB
SReclaimable:    1381960 kB
SUnreclaim:       557432 kB
KernelStack:       14832 kB
PageTables:       403316 kB
SecPageTables:     15224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214776 kB
Committed_AS:   215437304 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      478884 kB
VmallocChunk:          0 kB
Percpu:           131840 kB
HardwareCorrupted:     0 kB
AnonHugePages:  91598848 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:      369092 kB
DirectMap2M:    19875840 kB
DirectMap1G:    1053818880 kB

Free space on /tmp at the end= 799884 MiB
End job on nodeE006 at 2026-06-22 17:23:05