Trace number 4780622

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.04OPT1 344.637 345.7

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/sakai/PB25-bnn-verification-20250419/
instances/normalized-bnn_mnist_rot_8_label1_adversarial_norm_inf.opb
MD5SUM5d66b06abc7f799ecf1d1d716e310b76
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 benchmark1
Best CPU time to get the best result obtained on this benchmark0.832087
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1441
Total number of constraints2017
Number of constraints which are clauses936
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1080
Minimum length of a constraint1
Maximum length of a constraint785
Number of terms in the objective function 152
Biggest coefficient in the objective function 14
Number of bits for the biggest coefficient in the objective function 4
Sum of the numbers in the objective function 248
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 490
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1759
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

Solver Data

0.00/0.01	exec HOME/naps_release -v2 -mc -cSCIP -scip-solve-prop -scip-stage-prop -given-time=3600 HOME/instance-4780622-1782138045.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-4780622-1782138045.opb
0.00/0.02	c Parsing PB file...
0.00/0.02	c goal was devided by 1 with offset 248.
0.49/0.54	c assumptions before coding: 
0.58/0.62	c initScipForCoop
0.58/0.64	c Running SCIP presolver (time limit: 10 sec)...
0.58/0.64	c solveScip
0.58/0.64	c initScipForCoop
0.58/0.64	c Cooperative mode: scip_coop_offset=248.000000
0.58/0.64	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
0.58/0.64	c Running SCIP presolve for solve-time propagation (rounds=3)
0.58/0.67	c presolving:
0.67/0.72	c (round 1, fast)       13 del vars, 0 del conss, 0 add conss, 0 chg bounds, 200 chg sides, 400 chg coeffs, 0 upgd conss, 0 impls, 924 clqs, 0 implints
0.67/0.79	c    (0.1s) running MILP presolver
22.32/22.42	c    (21.8s) MILP presolver (3 rounds): 0 aggregations, 1 fixings, 0 bound changes
22.32/22.43	c (round 2, exhaustive) 14 del vars, 92 del conss, 0 add conss, 0 chg bounds, 200 chg sides, 400 chg coeffs, 0 upgd conss, 0 impls, 833 clqs, 0 implints
22.92/23.10	c    (22.5s) probing: 201/1427 (14.1%) - 0 fixings, 0 aggregations, 33600 implications, 0 bound changes
22.92/23.10	c    (22.5s) probing aborted: 50/50 successive totally useless probings
23.11/23.25	c presolving (3 rounds: 3 fast, 2 medium, 2 exhaustive):
23.11/23.25	c  14 deleted vars, 92 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 200 changed sides, 400 changed coefficients
23.11/23.25	c  0 implications, 34433 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
23.11/23.25	c presolved problem has 1427 variables (1427 bin, 0 int, 0 cont) and 1904 constraints
23.11/23.25	c    1066 constraints of type <knapsack>
23.11/23.25	c     832 constraints of type <setppc>
23.11/23.25	c       6 constraints of type <linear>
23.11/23.25	c transformed objective value is always integral (scale: 1)
23.11/23.25	c Presolving Time: 22.58
23.11/23.25	c c SCIP solve-time propagated 1 fixed variables
23.11/23.28	c presolving:
23.21/23.33	c (round 1, fast)       14 del vars, 1 del conss, 0 add conss, 0 chg bounds, 200 chg sides, 400 chg coeffs, 0 upgd conss, 0 impls, 923 clqs, 0 implints
23.31/23.40	c    (0.1s) running MILP presolver
33.18/33.39	c    (10.1s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
33.18/33.39	c    (10.1s) probing: 1/1427 (0.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
33.18/33.39	c    (10.1s) probing aborted: solving stopped
33.18/33.39	c presolving (2 rounds: 2 fast, 1 medium, 1 exhaustive):
33.18/33.39	c  14 deleted vars, 1 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 200 changed sides, 400 changed coefficients
33.18/33.39	c  0 implications, 923 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
33.18/33.39	c presolving was interrupted.
33.18/33.39	c Presolving Time: 10.11
33.18/33.39	c 
33.18/33.39	c SCIP Status        : solving was interrupted [time limit reached]
33.18/33.39	c Solving Time (sec) : 10.13
33.18/33.39	c Solving Nodes      : 0
33.18/33.39	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
33.18/33.39	c SCIP status: 23 (TIMELIMIT)
33.18/33.39	c solveScip: freeing transform (!can_skip_free_transform)
33.29/33.41	c SCIP presolver: sst_unknown
33.29/33.41	c Converting 2005 PB-constraints to clauses...
33.29/33.41	c   -- Clauses(.)/Splits(s): estimatedAdderCost: 775
33.29/33.42	c Try to convert by bdds
33.68/33.84	c d: 1
33.68/33.84	c estimatedAdderCost: 777
33.68/33.84	c Try to convert by bdds
34.08/34.22	c d: 1
34.08/34.22	c estimatedAdderCost: 776
34.08/34.22	c Try to convert by bdds
34.48/34.66	c d: 1
34.48/34.66	c estimatedAdderCost: 776
34.48/34.66	c Try to convert by bdds
34.89/35.05	c d: 1
34.89/35.05	c estimatedAdderCost: 778
34.89/35.05	c Try to convert by bdds
35.28/35.49	c d: 1
35.28/35.49	c estimatedAdderCost: 778
35.28/35.49	c Try to convert by bdds
35.67/35.88	c d: 1
35.67/35.88	c estimatedAdderCost: 779
35.67/35.88	c Try to convert by bdds
36.17/36.32	c d: 1
36.17/36.32	c estimatedAdderCost: 777
36.17/36.32	c Try to convert by bdds
36.57/36.71	c d: 1
36.57/36.71	c estimatedAdderCost: 777
36.57/36.71	c Try to convert by bdds
36.98/37.19	c d: 1
36.98/37.19	c estimatedAdderCost: 778
36.98/37.19	c Try to convert by bdds
37.37/37.58	c d: 1
37.37/37.58	c estimatedAdderCost: 777
37.37/37.58	c Try to convert by bdds
37.88/38.04	c d: 1
37.88/38.04	c estimatedAdderCost: 778
37.88/38.04	c Try to convert by bdds
38.27/38.43	c d: 1
38.27/38.43	c estimatedAdderCost: 778
38.27/38.43	c Try to convert by bdds
38.66/38.87	c d: 1
38.66/38.87	c estimatedAdderCost: 778
38.66/38.87	c Try to convert by bdds
39.06/39.26	c d: 1
39.06/39.26	c estimatedAdderCost: 778
39.06/39.26	c Try to convert by bdds
39.56/39.72	c d: 1
39.56/39.72	c estimatedAdderCost: 777
39.56/39.72	c Try to convert by bdds
39.97/40.12	c d: 1
39.97/40.12	c estimatedAdderCost: 777
39.97/40.12	c Try to convert by bdds
40.36/40.58	c d: 1
40.36/40.58	c estimatedAdderCost: 777
40.36/40.58	c Try to convert by bdds
40.76/40.98	c d: 1
40.76/40.98	c estimatedAdderCost: 775
40.76/40.98	c Try to convert by bdds
41.26/41.48	c d: 1
41.26/41.48	c estimatedAdderCost: 775
41.26/41.48	c Try to convert by bdds
41.66/41.88	c d: 1
41.66/41.88	c estimatedAdderCost: 775
41.66/41.88	c Try to convert by bdds
42.16/42.34	c d: 1
42.16/42.34	c estimatedAdderCost: 778
42.16/42.34	c Try to convert by bdds
42.56/42.74	c d: 1
42.56/42.74	c estimatedAdderCost: 777
42.56/42.74	c Try to convert by bdds
43.06/43.21	c d: 1
43.06/43.21	c estimatedAdderCost: 776
43.06/43.21	c Try to convert by bdds
43.45/43.61	c d: 1
43.45/43.61	c estimatedAdderCost: 777
43.45/43.61	c Try to convert by bdds
43.87/44.08	c d: 1
43.87/44.08	c estimatedAdderCost: 776
43.87/44.08	c Try to convert by bdds
44.25/44.48	c d: 1
44.25/44.48	c estimatedAdderCost: 779
44.25/44.48	c Try to convert by bdds
44.75/44.95	c d: 1
44.75/44.95	c estimatedAdderCost: 777
44.75/44.95	c Try to convert by bdds
45.15/45.35	c d: 1
45.15/45.35	c estimatedAdderCost: 779
45.15/45.35	c Try to convert by bdds
45.65/45.82	c d: 1
45.65/45.82	c estimatedAdderCost: 776
45.65/45.82	c Try to convert by bdds
46.04/46.23	c d: 1
46.04/46.23	c estimatedAdderCost: 779
46.04/46.23	c Try to convert by bdds
46.44/46.69	c d: 1
46.44/46.69	c estimatedAdderCost: 777
46.44/46.69	c Try to convert by bdds
46.85/47.10	c d: 1
46.85/47.10	c estimatedAdderCost: 778
46.85/47.10	c Try to convert by bdds
47.35/47.58	c d: 1
47.35/47.58	c estimatedAdderCost: 778
47.35/47.58	c Try to convert by bdds
47.74/47.98	c d: 1
47.74/47.98	c estimatedAdderCost: 777
47.74/47.98	c Try to convert by bdds
48.24/48.47	c d: 1
48.24/48.47	c estimatedAdderCost: 779
48.24/48.47	c Try to convert by bdds
48.64/48.88	c d: 1
48.64/48.88	c estimatedAdderCost: 779
48.64/48.88	c Try to convert by bdds
49.23/49.46	c d: 1
49.23/49.46	c estimatedAdderCost: 777
49.23/49.46	c Try to convert by bdds
49.63/49.86	c d: 1
49.63/49.86	c estimatedAdderCost: 776
49.63/49.86	c Try to convert by bdds
50.13/50.35	c d: 1
50.13/50.35	c estimatedAdderCost: 776
50.13/50.35	c Try to convert by bdds
50.53/50.76	c d: 1
50.53/50.76	c estimatedAdderCost: 778
50.53/50.76	c Try to convert by bdds
51.03/51.25	c d: 1
51.03/51.25	c estimatedAdderCost: 777
51.03/51.25	c Try to convert by bdds
51.43/51.67	c d: 1
51.43/51.67	c estimatedAdderCost: 775
51.43/51.67	c Try to convert by bdds
51.94/52.17	c d: 1
51.94/52.17	c estimatedAdderCost: 776
51.94/52.17	c Try to convert by bdds
52.32/52.59	c d: 1
52.32/52.59	c estimatedAdderCost: 777
52.32/52.59	c Try to convert by bdds
52.84/53.09	c d: 1
52.84/53.09	c estimatedAdderCost: 778
52.84/53.09	c Try to convert by bdds
53.32/53.50	c d: 1
53.32/53.50	c estimatedAdderCost: 777
53.32/53.50	c Try to convert by bdds
53.83/54.01	c d: 1
53.83/54.01	c estimatedAdderCost: 779
53.83/54.01	c Try to convert by bdds
54.22/54.42	c d: 1
54.22/54.42	c estimatedAdderCost: 777
54.22/54.42	c Try to convert by bdds
54.72/54.93	c d: 1
54.72/54.93	c estimatedAdderCost: 779
54.72/54.93	c Try to convert by bdds
55.11/55.32	c d: 1
55.11/55.32	c estimatedAdderCost: 776
55.11/55.32	c Try to convert by bdds
55.61/55.83	c d: 1
55.61/55.83	c estimatedAdderCost: 779
55.61/55.83	c Try to convert by bdds
56.01/56.23	c d: 1
56.01/56.23	c estimatedAdderCost: 777
56.01/56.23	c Try to convert by bdds
56.52/56.74	c d: 1
56.52/56.74	c estimatedAdderCost: 778
56.52/56.74	c Try to convert by bdds
56.93/57.15	c d: 1
56.93/57.15	c estimatedAdderCost: 776
56.93/57.15	c Try to convert by bdds
57.41/57.67	c d: 1
57.41/57.67	c estimatedAdderCost: 776
57.41/57.67	c Try to convert by bdds
57.83/58.09	c d: 1
57.83/58.09	c estimatedAdderCost: 776
57.83/58.09	c Try to convert by bdds
58.41/58.61	c d: 1
58.41/58.61	c estimatedAdderCost: 777
58.41/58.61	c Try to convert by bdds
58.82/59.02	c d: 1
58.82/59.02	c estimatedAdderCost: 777
58.82/59.02	c Try to convert by bdds
59.31/59.55	c d: 1
59.31/59.55	c estimatedAdderCost: 778
59.31/59.55	c Try to convert by bdds
59.70/59.96	c d: 1
59.70/59.96	c estimatedAdderCost: 778
59.70/59.96	c Try to convert by bdds
60.20/60.49	c d: 1
60.20/60.49	c estimatedAdderCost: 776
60.20/60.49	c Try to convert by bdds
60.70/60.91	c d: 1
60.70/60.91	c estimatedAdderCost: 777
60.70/60.91	c Try to convert by bdds
61.20/61.44	c d: 1
61.20/61.44	c estimatedAdderCost: 778
61.20/61.44	c Try to convert by bdds
61.60/61.86	c d: 1
61.60/61.86	c estimatedAdderCost: 776
61.60/61.86	c Try to convert by bdds
62.19/62.40	c d: 1
62.19/62.40	c estimatedAdderCost: 775
62.19/62.40	c Try to convert by bdds
62.59/62.82	c d: 1
62.59/62.82	c estimatedAdderCost: 776
62.59/62.82	c Try to convert by bdds
63.09/63.35	c d: 1
63.09/63.35	c estimatedAdderCost: 775
63.09/63.35	c Try to convert by bdds
63.49/63.75	c d: 1
63.49/63.75	c estimatedAdderCost: 776
63.49/63.75	c Try to convert by bdds
63.99/64.29	c d: 1
63.99/64.29	c estimatedAdderCost: 776
63.99/64.29	c Try to convert by bdds
64.49/64.71	c d: 1
64.49/64.71	c estimatedAdderCost: 775
64.49/64.71	c Try to convert by bdds
64.98/65.25	c d: 1
64.98/65.25	c estimatedAdderCost: 777
64.98/65.25	c Try to convert by bdds
65.38/65.66	c d: 1
65.38/65.66	c estimatedAdderCost: 776
65.38/65.66	c Try to convert by bdds
66.08/66.37	c d: 1
66.08/66.37	c estimatedAdderCost: 776
66.08/66.37	c Try to convert by bdds
66.58/66.80	c d: 1
66.58/66.80	c estimatedAdderCost: 778
66.58/66.80	c Try to convert by bdds
67.08/67.34	c d: 1
67.08/67.34	c estimatedAdderCost: 778
67.08/67.34	c Try to convert by bdds
67.48/67.76	c d: 1
67.48/67.76	c estimatedAdderCost: 776
67.48/67.76	c Try to convert by bdds
68.07/68.30	c d: 1
68.07/68.30	c estimatedAdderCost: 777
68.07/68.30	c Try to convert by bdds
68.47/68.73	c d: 1
68.47/68.73	c estimatedAdderCost: 776
68.47/68.73	c Try to convert by bdds
68.97/69.28	c d: 1
68.97/69.28	c estimatedAdderCost: 779
68.97/69.28	c Try to convert by bdds
69.47/69.70	c d: 1
69.47/69.70	c estimatedAdderCost: 777
69.47/69.70	c Try to convert by bdds
69.98/70.25	c d: 1
69.98/70.25	c estimatedAdderCost: 776
69.98/70.25	c Try to convert by bdds
70.37/70.68	c d: 1
70.37/70.68	c estimatedAdderCost: 778
70.37/70.68	c Try to convert by bdds
70.97/71.24	c d: 1
70.97/71.24	c estimatedAdderCost: 778
70.97/71.24	c Try to convert by bdds
71.37/71.68	c d: 1
71.37/71.68	c estimatedAdderCost: 777
71.37/71.68	c Try to convert by bdds
71.97/72.23	c d: 1
71.97/72.23	c estimatedAdderCost: 778
71.97/72.23	c Try to convert by bdds
72.37/72.67	c d: 1
72.37/72.67	c estimatedAdderCost: 775
72.37/72.67	c Try to convert by bdds
72.97/73.24	c d: 1
72.97/73.24	c estimatedAdderCost: 775
72.97/73.24	c Try to convert by bdds
73.36/73.67	c d: 1
73.36/73.67	c estimatedAdderCost: 779
73.36/73.67	c Try to convert by bdds
73.96/74.23	c d: 1
73.96/74.23	c estimatedAdderCost: 776
73.96/74.23	c Try to convert by bdds
74.36/74.65	c d: 1
74.36/74.65	c estimatedAdderCost: 777
74.36/74.65	c Try to convert by bdds
74.96/75.22	c d: 1
74.96/75.22	c estimatedAdderCost: 777
74.96/75.22	c Try to convert by bdds
75.36/75.64	c d: 1
75.36/75.64	c estimatedAdderCost: 777
75.36/75.64	c Try to convert by bdds
75.95/76.20	c d: 1
75.95/76.20	c estimatedAdderCost: 779
75.95/76.20	c Try to convert by bdds
76.35/76.63	c d: 1
76.35/76.63	c estimatedAdderCost: 777
76.35/76.63	c Try to convert by bdds
76.95/77.20	c d: 1
76.95/77.20	c estimatedAdderCost: 779
76.95/77.20	c Try to convert by bdds
77.35/77.61	c d: 1
77.35/77.61	c estimatedAdderCost: 775
77.35/77.61	c Try to convert by bdds
77.86/78.18	c d: 1
77.86/78.18	c estimatedAdderCost: 775
77.86/78.18	c Try to convert by bdds
78.35/78.62	c d: 1
78.35/78.62	c estimatedAdderCost: 779
78.35/78.62	c Try to convert by bdds
78.86/79.19	c d: 1
78.86/79.19	c estimatedAdderCost: 777
78.86/79.19	c Try to convert by bdds
79.34/79.62	c d: 1
79.34/79.62	c estimatedAdderCost: 776
79.34/79.62	c Try to convert by bdds
79.85/80.19	c d: 1
79.85/80.19	c estimatedAdderCost: 776
79.85/80.19	c Try to convert by bdds
80.34/80.62	c d: 1
80.34/80.62	c estimatedAdderCost: 775
80.34/80.62	c Try to convert by bdds
80.85/81.19	c d: 1
80.85/81.19	c estimatedAdderCost: 777
80.85/81.19	c Try to convert by bdds
81.34/81.63	c d: 1
81.34/81.63	c estimatedAdderCost: 776
81.34/81.63	c Try to convert by bdds
81.93/82.21	c d: 1
81.93/82.21	c estimatedAdderCost: 777
81.93/82.21	c Try to convert by bdds
82.33/82.65	c d: 1
82.33/82.65	c estimatedAdderCost: 777
82.33/82.65	c Try to convert by bdds
82.93/83.23	c d: 1
82.93/83.23	c estimatedAdderCost: 778
82.93/83.23	c Try to convert by bdds
83.33/83.67	c d: 1
83.33/83.67	c estimatedAdderCost: 777
83.33/83.67	c Try to convert by bdds
83.92/84.24	c d: 1
83.92/84.24	c estimatedAdderCost: 776
83.92/84.24	c Try to convert by bdds
84.32/84.69	c d: 1
84.32/84.69	c estimatedAdderCost: 778
84.32/84.69	c Try to convert by bdds
84.92/85.26	c d: 1
84.92/85.26	c estimatedAdderCost: 777
84.92/85.26	c Try to convert by bdds
85.42/85.70	c d: 1
85.42/85.70	c estimatedAdderCost: 776
85.42/85.70	c Try to convert by bdds
85.93/86.27	c d: 1
85.93/86.27	c estimatedAdderCost: 777
85.93/86.27	c Try to convert by bdds
86.42/86.72	c d: 1
86.42/86.72	c estimatedAdderCost: 776
86.42/86.72	c Try to convert by bdds
86.92/87.29	c d: 1
86.92/87.29	c estimatedAdderCost: 776
86.92/87.29	c Try to convert by bdds
87.42/87.73	c d: 1
87.42/87.73	c estimatedAdderCost: 777
87.42/87.73	c Try to convert by bdds
87.92/88.28	c d: 1
87.92/88.28	c estimatedAdderCost: 776
87.92/88.28	c Try to convert by bdds
88.42/88.72	c d: 1
88.42/88.72	c estimatedAdderCost: 778
88.42/88.72	c Try to convert by bdds
89.01/89.30	c d: 1
89.01/89.30	c estimatedAdderCost: 778
89.01/89.30	c Try to convert by bdds
89.41/89.74	c d: 1
89.41/89.74	c estimatedAdderCost: 778
89.41/89.74	c Try to convert by bdds
90.01/90.32	c d: 1
90.01/90.32	c estimatedAdderCost: 778
90.01/90.32	c Try to convert by bdds
90.41/90.74	c d: 1
90.41/90.74	c estimatedAdderCost: 778
90.41/90.74	c Try to convert by bdds
91.01/91.33	c d: 1
91.01/91.33	c estimatedAdderCost: 777
91.01/91.33	c Try to convert by bdds
91.41/91.77	c d: 1
91.41/91.77	c estimatedAdderCost: 779
91.41/91.77	c Try to convert by bdds
92.00/92.35	c d: 1
92.00/92.35	c estimatedAdderCost: 777
92.00/92.35	c Try to convert by bdds
92.40/92.79	c d: 1
92.40/92.79	c estimatedAdderCost: 776
92.40/92.79	c Try to convert by bdds
93.00/93.38	c d: 1
93.00/93.38	c estimatedAdderCost: 777
93.00/93.38	c Try to convert by bdds
93.50/93.82	c d: 1
93.50/93.82	c estimatedAdderCost: 778
93.50/93.82	c Try to convert by bdds
94.10/94.41	c d: 1
94.10/94.41	c estimatedAdderCost: 776
94.10/94.41	c Try to convert by bdds
94.50/94.84	c d: 1
94.50/94.84	c estimatedAdderCost: 779
94.50/94.84	c Try to convert by bdds
95.09/95.44	c d: 1
95.09/95.44	c estimatedAdderCost: 777
95.09/95.44	c Try to convert by bdds
95.49/95.88	c d: 1
95.49/95.88	c estimatedAdderCost: 776
95.49/95.88	c Try to convert by bdds
96.09/96.47	c d: 1
96.09/96.47	c estimatedAdderCost: 777
96.09/96.47	c Try to convert by bdds
96.59/96.92	c d: 1
96.59/96.92	c estimatedAdderCost: 778
96.59/96.92	c Try to convert by bdds
97.18/97.51	c d: 1
97.18/97.51	c estimatedAdderCost: 778
97.18/97.51	c Try to convert by bdds
97.58/97.94	c d: 1
97.58/97.94	c estimatedAdderCost: 777
97.58/97.94	c Try to convert by bdds
98.18/98.54	c d: 1
98.18/98.54	c estimatedAdderCost: 777
98.18/98.54	c Try to convert by bdds
98.59/98.98	c d: 1
98.59/98.98	c estimatedAdderCost: 776
98.59/98.98	c Try to convert by bdds
99.18/99.58	c d: 1
99.18/99.58	c estimatedAdderCost: 777
99.18/99.58	c Try to convert by bdds
99.70/100.03	c d: 1
99.70/100.03	c estimatedAdderCost: 775
99.70/100.03	c Try to convert by bdds
100.28/100.62	c d: 1
100.28/100.62	c estimatedAdderCost: 776
100.28/100.62	c Try to convert by bdds
100.69/101.07	c d: 1
100.69/101.07	c estimatedAdderCost: 778
100.69/101.07	c Try to convert by bdds
101.27/101.67	c d: 1
101.27/101.67	c estimatedAdderCost: 778
101.27/101.67	c Try to convert by bdds
101.79/102.12	c d: 1
101.79/102.12	c estimatedAdderCost: 776
101.79/102.12	c Try to convert by bdds
102.68/103.06	c d: 1
102.68/103.06	c estimatedAdderCost: 779
102.68/103.06	c Try to convert by bdds
103.16/103.52	c d: 1
103.16/103.52	c estimatedAdderCost: 777
103.16/103.52	c Try to convert by bdds
103.78/104.11	c d: 1
103.78/104.11	c estimatedAdderCost: 779
103.78/104.11	c Try to convert by bdds
104.16/104.56	c d: 1
104.16/104.56	c estimatedAdderCost: 776
104.16/104.56	c Try to convert by bdds
104.77/105.16	c d: 1
104.77/105.16	c estimatedAdderCost: 777
104.77/105.16	c Try to convert by bdds
105.26/105.60	c d: 1
105.26/105.60	c estimatedAdderCost: 780
105.26/105.60	c Try to convert by bdds
105.86/106.21	c d: 1
105.86/106.21	c estimatedAdderCost: 776
105.86/106.21	c Try to convert by bdds
106.25/106.66	c d: 1
106.25/106.66	c estimatedAdderCost: 779
106.25/106.66	c Try to convert by bdds
106.86/107.26	c d: 1
106.86/107.26	c estimatedAdderCost: 776
106.86/107.26	c Try to convert by bdds
107.36/107.71	c d: 1
107.36/107.71	c estimatedAdderCost: 777
107.36/107.71	c Try to convert by bdds
107.96/108.31	c d: 1
107.96/108.31	c estimatedAdderCost: 775
107.96/108.31	c Try to convert by bdds
108.36/108.75	c d: 1
108.36/108.75	c estimatedAdderCost: 779
108.36/108.75	c Try to convert by bdds
108.95/109.36	c d: 1
108.95/109.36	c estimatedAdderCost: 777
108.95/109.36	c Try to convert by bdds
109.45/109.81	c d: 1
109.45/109.81	c estimatedAdderCost: 777
109.45/109.81	c Try to convert by bdds
109.95/110.38	c d: 1
109.95/110.38	c estimatedAdderCost: 777
109.95/110.38	c Try to convert by bdds
110.45/110.82	c d: 1
110.45/110.82	c estimatedAdderCost: 778
110.45/110.82	c Try to convert by bdds
111.05/111.41	c d: 1
111.05/111.41	c estimatedAdderCost: 775
111.05/111.41	c Try to convert by bdds
111.45/111.87	c d: 1
111.45/111.87	c estimatedAdderCost: 777
111.45/111.87	c Try to convert by bdds
112.04/112.47	c d: 1
112.04/112.47	c estimatedAdderCost: 777
112.04/112.47	c Try to convert by bdds
112.54/112.93	c d: 1
112.54/112.93	c estimatedAdderCost: 776
112.54/112.93	c Try to convert by bdds
113.14/113.53	c d: 1
113.14/113.53	c estimatedAdderCost: 777
113.14/113.53	c Try to convert by bdds
113.53/113.98	c d: 1
113.53/113.98	c estimatedAdderCost: 776
113.53/113.98	c Try to convert by bdds
114.13/114.59	c d: 1
114.13/114.59	c estimatedAdderCost: 779
114.13/114.59	c Try to convert by bdds
114.64/115.05	c d: 1
114.64/115.05	c estimatedAdderCost: 776
114.64/115.05	c Try to convert by bdds
115.24/115.65	c d: 1
115.24/115.65	c estimatedAdderCost: 777
115.24/115.65	c Try to convert by bdds
115.75/116.11	c d: 1
115.75/116.11	c estimatedAdderCost: 777
115.75/116.11	c Try to convert by bdds
116.33/116.71	c d: 1
116.33/116.71	c estimatedAdderCost: 777
116.33/116.71	c Try to convert by bdds
116.74/117.16	c d: 1
116.74/117.16	c estimatedAdderCost: 777
116.74/117.16	c Try to convert by bdds
117.33/117.76	c d: 1
117.33/117.76	c estimatedAdderCost: 778
117.33/117.76	c Try to convert by bdds
117.83/118.21	c d: 1
117.83/118.21	c estimatedAdderCost: 778
117.83/118.21	c Try to convert by bdds
118.42/118.82	c d: 1
118.42/118.82	c estimatedAdderCost: 777
118.42/118.82	c Try to convert by bdds
118.82/119.27	c d: 1
118.82/119.27	c estimatedAdderCost: 778
118.82/119.27	c Try to convert by bdds
119.42/119.88	c d: 1
119.42/119.88	c estimatedAdderCost: 777
119.42/119.88	c Try to convert by bdds
119.92/120.33	c d: 1
119.92/120.33	c estimatedAdderCost: 776
119.92/120.33	c Try to convert by bdds
120.52/120.92	c d: 1
120.52/120.92	c estimatedAdderCost: 776
120.52/120.92	c Try to convert by bdds
120.92/121.37	c d: 1
120.92/121.37	c estimatedAdderCost: 776
120.92/121.37	c Try to convert by bdds
121.51/121.97	c d: 1
121.51/121.97	c estimatedAdderCost: 774
121.51/121.97	c Try to convert by bdds
122.01/122.42	c d: 1
122.01/122.42	c estimatedAdderCost: 777
122.01/122.42	c Try to convert by bdds
122.62/123.02	c d: 1
122.62/123.02	c estimatedAdderCost: 776
122.62/123.02	c Try to convert by bdds
123.01/123.47	c d: 1
123.01/123.47	c estimatedAdderCost: 779
123.01/123.47	c Try to convert by bdds
123.62/124.09	c d: 1
123.62/124.09	c estimatedAdderCost: 777
123.62/124.09	c Try to convert by bdds
124.10/124.54	c d: 1
124.10/124.54	c estimatedAdderCost: 777
124.10/124.54	c Try to convert by bdds
124.71/125.15	c d: 1
124.71/125.15	c estimatedAdderCost: 777
124.71/125.15	c Try to convert by bdds
125.20/125.60	c d: 1
125.20/125.60	c estimatedAdderCost: 776
125.20/125.60	c Try to convert by bdds
125.80/126.21	c d: 1
125.80/126.21	c estimatedAdderCost: 778
125.80/126.21	c Try to convert by bdds
126.20/126.67	c d: 1
126.20/126.67	c estimatedAdderCost: 780
126.20/126.67	c Try to convert by bdds
126.79/127.25	c d: 1
126.79/127.25	c estimatedAdderCost: 776
126.79/127.25	c Try to convert by bdds
127.29/127.70	c d: 1
127.29/127.70	c estimatedAdderCost: 778
127.29/127.70	c Try to convert by bdds
127.89/128.31	c d: 1
127.89/128.31	c estimatedAdderCost: 776
127.89/128.31	c Try to convert by bdds
128.29/128.76	c d: 1
128.29/128.76	c estimatedAdderCost: 779
128.29/128.76	c Try to convert by bdds
128.89/129.37	c d: 1
128.89/129.37	c estimatedAdderCost: 777
128.89/129.37	c Try to convert by bdds
129.38/129.82	c d: 1
129.38/129.82	c estimatedAdderCost: 779
129.38/129.82	c Try to convert by bdds
129.99/130.44	c d: 1
129.99/130.44	c estimatedAdderCost: 777
129.99/130.44	c Try to convert by bdds
130.39/130.89	c d: 1
130.39/130.89	c estimatedAdderCost: 775
130.39/130.89	c Try to convert by bdds
131.09/131.50	c d: 1
131.09/131.50	c estimatedAdderCost: 775
131.09/131.50	c Try to convert by bdds
131.48/131.95	c d: 1
131.48/131.95	c estimatedAdderCost: 779
131.48/131.95	c Try to convert by bdds
132.08/132.57	c d: 1
132.08/132.57	c estimatedAdderCost: 777
132.08/132.57	c Try to convert by bdds
132.59/133.03	c d: 1
132.59/133.03	c estimatedAdderCost: 774
132.59/133.03	c Try to convert by bdds
133.18/133.66	c d: 1
133.18/133.66	c estimatedAdderCost: 776
133.18/133.66	c Try to convert by bdds
133.69/134.12	c d: 1
133.69/134.12	c estimatedAdderCost: 777
133.69/134.12	c Try to convert by bdds
134.28/134.72	c d: 1
134.28/134.72	c estimatedAdderCost: 775
134.28/134.72	c Try to convert by bdds
134.69/135.19	c d: 1
134.69/135.19	c estimatedAdderCost: 777
134.69/135.19	c Try to convert by bdds
135.37/135.80	c d: 1
135.37/135.80	c estimatedAdderCost: 776
135.37/135.80	c Try to convert by bdds
135.77/136.26	c d: 1
135.77/136.26	c estimatedAdderCost: 776
135.77/136.26	c Try to convert by bdds
136.37/136.88	c d: 1
136.37/136.88	c estimatedAdderCost: 776
136.37/136.88	c Try to convert by bdds
136.87/137.34	c d: 1
136.87/137.34	c estimatedAdderCost: 778
136.87/137.34	c Try to convert by bdds
137.46/137.95	c d: 1
137.46/137.95	c estimatedAdderCost: 776
137.46/137.95	c Try to convert by bdds
137.96/138.41	c d: 1
137.96/138.41	c estimatedAdderCost: 777
137.96/138.41	c Try to convert by bdds
138.57/139.02	c d: 1
138.57/139.02	c estimatedAdderCost: 778
138.57/139.02	c Try to convert by bdds
138.96/139.49	c d: 1
138.96/139.49	c estimatedAdderCost: 779
138.96/139.49	c Try to convert by bdds
139.57/140.11	c d: 1
139.57/140.11	c estimatedAdderCost: 777
139.57/140.11	c Try to convert by bdds
140.06/140.56	c d: 1
140.06/140.56	c estimatedAdderCost: 777
140.06/140.56	c Try to convert by bdds
140.67/141.17	c d: 1
140.67/141.17	c estimatedAdderCost: 775
140.67/141.17	c Try to convert by bdds
141.15/141.63	c d: 1
141.15/141.63	c estimatedAdderCost: 775
141.15/141.63	c Try to convert by bdds
141.75/142.24	c d: 1
141.75/142.24	c estimatedAdderCost: 776
141.75/142.24	c Try to convert by bdds
142.25/142.70	c d: 1
142.25/142.70	c estimatedAdderCost: 777
142.25/142.70	c Try to convert by bdds
142.84/143.32	c d: 1
142.84/143.32	c estimatedAdderCost: 778
142.84/143.32	c Try to convert by bdds
143.24/143.78	c d: 1
143.24/143.78	c estimatedAdderCost: 777
143.24/143.78	c Try to convert by bdds
143.94/144.40	c d: 1
143.94/144.40	c estimatedAdderCost: 776
143.94/144.40	c Try to convert by bdds
144.34/144.86	c d: 1
144.34/144.86	c estimatedAdderCost: 776
144.34/144.86	c Try to convert by bdds
144.93/145.47	c d: 1
144.93/145.47	c estimatedAdderCost: 774
144.93/145.47	c Try to convert by bdds
145.43/145.94	c d: 1
145.43/145.94	c estimatedAdderCost: 778
145.43/145.94	c Try to convert by bdds
146.03/146.56	c d: 1
146.03/146.56	c estimatedAdderCost: 777
146.03/146.56	c Try to convert by bdds
146.43/147.01	c d: 1
146.43/147.01	c estimatedAdderCost: 777
146.43/147.01	c Try to convert by bdds
147.13/147.62	c d: 1
147.13/147.62	c estimatedAdderCost: 778
147.13/147.62	c Try to convert by bdds
147.55/148.08	c d: 1
147.55/148.08	c estimatedAdderCost: 778
147.55/148.08	c Try to convert by bdds
148.13/148.70	c d: 1
148.13/148.70	c estimatedAdderCost: 777
148.13/148.70	c Try to convert by bdds
148.64/149.16	c d: 1
148.64/149.16	c estimatedAdderCost: 776
148.64/149.16	c Try to convert by bdds
149.23/149.78	c d: 1
149.23/149.78	c estimatedAdderCost: 776
149.23/149.78	c Try to convert by bdds
149.72/150.25	c d: 1
149.72/150.25	c estimatedAdderCost: 776
149.72/150.25	c Try to convert by bdds
150.32/150.87	c d: 1
150.32/150.87	c estimatedAdderCost: 777
150.32/150.87	c Try to convert by bdds
150.82/151.34	c d: 1
150.82/151.34	c estimatedAdderCost: 778
150.82/151.34	c Try to convert by bdds
151.42/151.95	c d: 1
151.42/151.95	c estimatedAdderCost: 778
151.42/151.95	c Try to convert by bdds
151.91/152.41	c d: 1
151.91/152.41	c estimatedAdderCost: 778
151.91/152.41	c Try to convert by bdds
152.52/153.03	c d: 1
152.52/153.03	c estimatedAdderCost: 777
152.52/153.03	c Try to convert by bdds
152.91/153.49	c d: 1
152.91/153.49	c estimatedAdderCost: 779
152.91/153.49	c Try to convert by bdds
153.62/154.12	c d: 1
153.62/154.12	c estimatedAdderCost: 777
153.62/154.12	c Try to convert by bdds
154.00/154.58	c d: 1
154.00/154.58	c estimatedAdderCost: 776
154.00/154.58	c Try to convert by bdds
154.70/155.21	c d: 1
154.70/155.21	c estimatedAdderCost: 777
154.70/155.21	c Try to convert by bdds
155.10/155.67	c d: 1
155.10/155.67	c estimatedAdderCost: 778
155.10/155.67	c Try to convert by bdds
155.80/156.30	c d: 1
155.80/156.30	c estimatedAdderCost: 778
155.80/156.30	c Try to convert by bdds
156.20/156.77	c d: 1
156.20/156.77	c estimatedAdderCost: 776
156.20/156.77	c Try to convert by bdds
156.79/157.40	c d: 1
156.79/157.40	c estimatedAdderCost: 777
156.79/157.40	c Try to convert by bdds
157.29/157.86	c d: 1
157.29/157.86	c estimatedAdderCost: 775
157.29/157.86	c Try to convert by bdds
157.89/158.48	c d: 1
157.89/158.48	c estimatedAdderCost: 777
157.89/158.48	c Try to convert by bdds
158.39/158.94	c d: 1
158.39/158.94	c estimatedAdderCost: 777
158.39/158.94	c Try to convert by bdds
158.99/159.57	c d: 1
158.99/159.57	c estimatedAdderCost: 779
158.99/159.57	c Try to convert by bdds
159.51/160.04	c d: 1
159.51/160.04	c estimatedAdderCost: 777
159.51/160.04	c Try to convert by bdds
160.09/160.67	c d: 1
160.09/160.67	c estimatedAdderCost: 776
160.09/160.67	c Try to convert by bdds
160.60/161.14	c d: 1
160.60/161.14	c estimatedAdderCost: 776
160.60/161.14	c Try to convert by bdds
161.19/161.76	c d: 1
161.19/161.76	c estimatedAdderCost: 778
161.19/161.76	c Try to convert by bdds
161.68/162.23	c d: 1
161.68/162.23	c estimatedAdderCost: 778
161.68/162.23	c Try to convert by bdds
162.28/162.87	c d: 1
162.28/162.87	c estimatedAdderCost: 778
162.28/162.87	c Try to convert by bdds
162.78/163.34	c d: 1
162.78/163.34	c estimatedAdderCost: 778
162.78/163.34	c Try to convert by bdds
163.38/163.95	c d: 1
163.38/163.95	c estimatedAdderCost: 777
163.38/163.95	c Try to convert by bdds
163.88/164.41	c d: 1
163.88/164.41	c estimatedAdderCost: 777
163.88/164.41	c Try to convert by bdds
164.49/165.04	c d: 1
164.49/165.04	c estimatedAdderCost: 777
164.49/165.04	c Try to convert by bdds
164.97/165.51	c d: 1
164.97/165.51	c estimatedAdderCost: 777
164.97/165.51	c Try to convert by bdds
165.58/166.14	c d: 1
165.58/166.14	c estimatedAdderCost: 775
165.58/166.14	c Try to convert by bdds
166.07/166.61	c d: 1
166.07/166.61	c estimatedAdderCost: 777
166.07/166.61	c Try to convert by bdds
166.67/167.24	c d: 1
166.67/167.24	c estimatedAdderCost: 778
166.67/167.24	c Try to convert by bdds
167.16/167.70	c d: 1
167.16/167.70	c estimatedAdderCost: 777
167.16/167.70	c Try to convert by bdds
167.76/168.33	c d: 1
167.76/168.33	c estimatedAdderCost: 779
167.76/168.33	c Try to convert by bdds
168.16/168.79	c d: 1
168.16/168.79	c estimatedAdderCost: 777
168.16/168.79	c Try to convert by bdds
168.86/169.40	c d: 1
168.86/169.40	c estimatedAdderCost: 778
168.86/169.40	c Try to convert by bdds
169.26/169.88	c d: 1
169.26/169.88	c estimatedAdderCost: 777
169.26/169.88	c Try to convert by bdds
169.95/170.51	c d: 1
169.95/170.51	c estimatedAdderCost: 777
169.95/170.51	c Try to convert by bdds
170.35/170.99	c d: 1
170.35/170.99	c estimatedAdderCost: 777
170.35/170.99	c Try to convert by bdds
171.05/171.63	c d: 1
171.05/171.63	c estimatedAdderCost: 778
171.05/171.63	c Try to convert by bdds
171.46/172.09	c d: 1
171.46/172.09	c estimatedAdderCost: 777
171.46/172.09	c Try to convert by bdds
172.15/172.72	c d: 1
172.15/172.72	c estimatedAdderCost: 775
172.15/172.72	c Try to convert by bdds
172.64/173.20	c d: 1
172.64/173.20	c estimatedAdderCost: 775
172.64/173.20	c Try to convert by bdds
173.24/173.83	c d: 1
173.24/173.83	c estimatedAdderCost: 776
173.24/173.83	c Try to convert by bdds
173.74/174.30	c d: 1
173.74/174.30	c estimatedAdderCost: 777
173.74/174.30	c Try to convert by bdds
174.34/174.93	c d: 1
174.34/174.93	c estimatedAdderCost: 775
174.34/174.93	c Try to convert by bdds
174.84/175.41	c d: 1
174.84/175.41	c estimatedAdderCost: 777
174.84/175.41	c Try to convert by bdds
175.45/176.05	c d: 1
175.45/176.05	c estimatedAdderCost: 776
175.45/176.05	c Try to convert by bdds
175.93/176.52	c d: 1
175.93/176.52	c estimatedAdderCost: 777
175.93/176.52	c Try to convert by bdds
176.54/177.16	c d: 1
176.54/177.16	c estimatedAdderCost: 777
176.54/177.16	c Try to convert by bdds
177.03/177.64	c d: 1
177.03/177.64	c estimatedAdderCost: 778
177.03/177.64	c Try to convert by bdds
177.63/178.28	c d: 1
177.63/178.28	c estimatedAdderCost: 777
177.63/178.28	c Try to convert by bdds
178.13/178.76	c d: 1
178.13/178.76	c estimatedAdderCost: 777
178.13/178.76	c Try to convert by bdds
178.73/179.35	c d: 1
178.73/179.35	c estimatedAdderCost: 778
178.73/179.35	c Try to convert by bdds
179.23/179.81	c d: 1
179.23/179.81	c estimatedAdderCost: 777
179.23/179.81	c Try to convert by bdds
179.83/180.44	c d: 1
179.83/180.44	c estimatedAdderCost: 778
179.83/180.44	c Try to convert by bdds
180.33/180.92	c d: 1
180.33/180.92	c estimatedAdderCost: 775
180.33/180.92	c Try to convert by bdds
181.62/182.28	c d: 1
181.62/182.28	c estimatedAdderCost: 777
181.62/182.28	c Try to convert by bdds
182.12/182.75	c d: 1
182.12/182.75	c estimatedAdderCost: 776
182.12/182.75	c Try to convert by bdds
182.72/183.39	c d: 1
182.72/183.39	c estimatedAdderCost: 776
182.72/183.39	c Try to convert by bdds
183.22/183.85	c d: 1
183.22/183.85	c estimatedAdderCost: 777
183.22/183.85	c Try to convert by bdds
183.81/184.48	c d: 1
183.81/184.48	c estimatedAdderCost: 776
183.81/184.48	c Try to convert by bdds
184.31/184.95	c d: 1
184.31/184.95	c estimatedAdderCost: 777
184.31/184.95	c Try to convert by bdds
184.91/185.58	c d: 1
184.91/185.58	c estimatedAdderCost: 777
184.91/185.58	c Try to convert by bdds
185.42/186.05	c d: 1
185.42/186.05	c estimatedAdderCost: 778
185.42/186.05	c Try to convert by bdds
186.01/186.69	c d: 1
186.01/186.69	c estimatedAdderCost: 777
186.01/186.69	c Try to convert by bdds
186.52/187.17	c d: 1
186.52/187.17	c estimatedAdderCost: 777
186.52/187.17	c Try to convert by bdds
187.20/187.80	c d: 1
187.20/187.80	c estimatedAdderCost: 779
187.20/187.80	c Try to convert by bdds
187.60/188.29	c d: 1
187.60/188.29	c estimatedAdderCost: 777
187.60/188.29	c Try to convert by bdds
188.30/188.93	c d: 1
188.30/188.93	c estimatedAdderCost: 777
188.30/188.93	c Try to convert by bdds
188.79/189.40	c d: 1
188.79/189.40	c estimatedAdderCost: 777
188.79/189.40	c Try to convert by bdds
189.40/190.04	c d: 1
189.40/190.04	c estimatedAdderCost: 777
189.40/190.04	c Try to convert by bdds
189.89/190.52	c d: 1
189.89/190.52	c estimatedAdderCost: 778
189.89/190.52	c Try to convert by bdds
190.50/191.17	c d: 1
190.50/191.17	c estimatedAdderCost: 776
190.50/191.17	c Try to convert by bdds
190.99/191.65	c d: 1
190.99/191.65	c estimatedAdderCost: 778
190.99/191.65	c Try to convert by bdds
191.58/192.29	c d: 1
191.58/192.29	c estimatedAdderCost: 777
191.58/192.29	c Try to convert by bdds
192.08/192.77	c d: 1
192.08/192.77	c estimatedAdderCost: 776
192.08/192.77	c Try to convert by bdds
192.68/193.39	c d: 1
192.68/193.39	c estimatedAdderCost: 775
192.68/193.39	c Try to convert by bdds
193.18/193.86	c d: 1
193.18/193.86	c estimatedAdderCost: 779
193.18/193.86	c Try to convert by bdds
193.88/194.51	c d: 1
193.88/194.51	c estimatedAdderCost: 776
193.88/194.51	c Try to convert by bdds
194.28/194.98	c d: 1
194.28/194.98	c estimatedAdderCost: 777
194.28/194.98	c Try to convert by bdds
194.98/195.62	c d: 1
194.98/195.62	c estimatedAdderCost: 779
194.98/195.62	c Try to convert by bdds
195.39/196.11	c d: 1
195.39/196.11	c estimatedAdderCost: 778
195.39/196.11	c Try to convert by bdds
196.08/196.75	c d: 1
196.08/196.75	c estimatedAdderCost: 778
196.08/196.75	c Try to convert by bdds
196.58/197.23	c d: 1
196.58/197.23	c estimatedAdderCost: 777
196.58/197.23	c Try to convert by bdds
197.17/197.86	c d: 1
197.17/197.86	c estimatedAdderCost: 777
197.17/197.86	c Try to convert by bdds
197.67/198.34	c d: 1
197.67/198.34	c estimatedAdderCost: 777
197.67/198.34	c Try to convert by bdds
198.27/198.98	c d: 1
198.27/198.98	c estimatedAdderCost: 778
198.27/198.98	c Try to convert by bdds
198.77/199.47	c d: 1
198.77/199.47	c estimatedAdderCost: 778
198.77/199.47	c Try to convert by bdds
199.48/200.11	c d: 1
199.48/200.11	c estimatedAdderCost: 778
199.48/200.11	c Try to convert by bdds
199.86/200.59	c d: 1
199.86/200.59	c estimatedAdderCost: 778
199.86/200.59	c Try to convert by bdds
200.56/201.20	c d: 1
200.56/201.20	c estimatedAdderCost: 776
200.56/201.20	c Try to convert by bdds
200.96/201.68	c d: 1
200.96/201.68	c estimatedAdderCost: 776
200.96/201.68	c Try to convert by bdds
201.66/202.32	c d: 1
201.66/202.32	c estimatedAdderCost: 777
201.66/202.32	c Try to convert by bdds
202.15/202.80	c d: 1
202.15/202.80	c estimatedAdderCost: 778
202.15/202.80	c Try to convert by bdds
202.75/203.45	c d: 1
202.75/203.45	c estimatedAdderCost: 776
202.75/203.45	c Try to convert by bdds
203.25/203.92	c d: 1
203.25/203.92	c estimatedAdderCost: 777
203.25/203.92	c Try to convert by bdds
203.85/204.57	c d: 1
203.85/204.57	c estimatedAdderCost: 776
203.85/204.57	c Try to convert by bdds
204.36/205.05	c d: 1
204.36/205.05	c estimatedAdderCost: 777
204.36/205.05	c Try to convert by bdds
204.95/205.67	c d: 1
204.95/205.67	c estimatedAdderCost: 776
204.95/205.67	c Try to convert by bdds
205.46/206.15	c d: 1
205.46/206.15	c estimatedAdderCost: 776
205.46/206.15	c Try to convert by bdds
206.14/206.80	c d: 1
206.14/206.80	c estimatedAdderCost: 776
206.14/206.80	c Try to convert by bdds
206.54/207.29	c d: 1
206.54/207.29	c estimatedAdderCost: 778
206.54/207.29	c Try to convert by bdds
207.24/207.93	c d: 1
207.24/207.93	c estimatedAdderCost: 776
207.24/207.93	c Try to convert by bdds
207.74/208.41	c d: 1
207.74/208.41	c estimatedAdderCost: 777
207.74/208.41	c Try to convert by bdds
208.35/209.05	c d: 1
208.35/209.05	c estimatedAdderCost: 779
208.35/209.05	c Try to convert by bdds
208.83/209.54	c d: 1
208.83/209.54	c estimatedAdderCost: 776
208.83/209.54	c Try to convert by bdds
209.44/210.18	c d: 1
209.44/210.18	c estimatedAdderCost: 774
209.44/210.18	c Try to convert by bdds
209.93/210.66	c d: 1
209.93/210.66	c estimatedAdderCost: 775
209.93/210.66	c Try to convert by bdds
210.62/211.31	c d: 1
210.62/211.31	c estimatedAdderCost: 776
210.62/211.31	c Try to convert by bdds
211.02/211.77	c d: 1
211.02/211.77	c estimatedAdderCost: 777
211.02/211.77	c Try to convert by bdds
211.72/212.42	c d: 1
211.72/212.42	c estimatedAdderCost: 777
211.72/212.42	c Try to convert by bdds
212.22/212.90	c d: 1
212.22/212.90	c estimatedAdderCost: 777
212.22/212.90	c Try to convert by bdds
212.82/213.55	c d: 1
212.82/213.55	c estimatedAdderCost: 777
212.82/213.55	c Try to convert by bdds
213.33/214.04	c d: 1
213.33/214.04	c estimatedAdderCost: 778
213.33/214.04	c Try to convert by bdds
213.91/214.62	c d: 1
213.91/214.62	c estimatedAdderCost: 776
213.91/214.62	c Try to convert by bdds
214.33/215.09	c d: 1
214.33/215.09	c estimatedAdderCost: 778
214.33/215.09	c Try to convert by bdds
215.02/215.73	c d: 1
215.02/215.73	c estimatedAdderCost: 777
215.02/215.73	c Try to convert by bdds
215.52/216.21	c d: 1
215.52/216.21	c estimatedAdderCost: 778
215.52/216.21	c Try to convert by bdds
216.12/216.87	c d: 1
216.12/216.87	c estimatedAdderCost: 778
216.12/216.87	c Try to convert by bdds
216.61/217.36	c d: 1
216.61/217.36	c estimatedAdderCost: 778
216.61/217.36	c Try to convert by bdds
217.21/218.00	c d: 1
217.21/218.00	c estimatedAdderCost: 775
217.21/218.00	c Try to convert by bdds
217.71/218.49	c d: 1
217.71/218.49	c estimatedAdderCost: 778
217.71/218.49	c Try to convert by bdds
218.42/219.14	c d: 1
218.42/219.14	c estimatedAdderCost: 778
218.42/219.14	c Try to convert by bdds
218.91/219.63	c d: 1
218.91/219.63	c estimatedAdderCost: 774
218.91/219.63	c Try to convert by bdds
219.50/220.29	c d: 1
219.50/220.29	c estimatedAdderCost: 776
219.50/220.29	c Try to convert by bdds
220.00/220.77	c d: 1
220.00/220.77	c estimatedAdderCost: 778
220.00/220.77	c Try to convert by bdds
220.70/221.42	c d: 1
220.70/221.42	c estimatedAdderCost: 777
220.70/221.42	c Try to convert by bdds
221.20/221.91	c d: 1
221.20/221.91	c estimatedAdderCost: 777
221.20/221.91	c Try to convert by bdds
221.79/222.56	c d: 1
221.79/222.56	c estimatedAdderCost: 776
221.79/222.56	c Try to convert by bdds
222.31/223.04	c d: 1
222.31/223.04	c estimatedAdderCost: 777
222.31/223.04	c Try to convert by bdds
222.89/223.70	c d: 1
222.89/223.70	c estimatedAdderCost: 776
222.89/223.70	c Try to convert by bdds
223.40/224.18	c d: 1
223.40/224.18	c estimatedAdderCost: 776
223.40/224.18	c Try to convert by bdds
224.09/224.84	c d: 1
224.09/224.84	c estimatedAdderCost: 775
224.09/224.84	c Try to convert by bdds
224.58/225.32	c d: 1
224.58/225.32	c estimatedAdderCost: 775
224.58/225.32	c Try to convert by bdds
225.18/225.97	c d: 1
225.18/225.97	c estimatedAdderCost: 776
225.18/225.97	c Try to convert by bdds
225.68/226.45	c d: 1
225.68/226.45	c estimatedAdderCost: 778
225.68/226.45	c Try to convert by bdds
226.29/227.10	c d: 1
226.29/227.10	c estimatedAdderCost: 777
226.29/227.10	c Try to convert by bdds
226.78/227.58	c d: 1
226.78/227.58	c estimatedAdderCost: 777
226.78/227.58	c Try to convert by bdds
227.47/228.22	c d: 1
227.47/228.22	c estimatedAdderCost: 776
227.47/228.22	c Try to convert by bdds
227.97/228.71	c d: 1
227.97/228.71	c estimatedAdderCost: 778
227.97/228.71	c Try to convert by bdds
228.57/229.36	c d: 1
228.57/229.36	c estimatedAdderCost: 778
228.57/229.36	c Try to convert by bdds
229.08/229.84	c d: 1
229.08/229.84	c estimatedAdderCost: 777
229.08/229.84	c Try to convert by bdds
229.67/230.47	c d: 1
229.67/230.47	c estimatedAdderCost: 777
229.67/230.47	c Try to convert by bdds
230.17/230.95	c d: 1
230.17/230.95	c estimatedAdderCost: 776
230.17/230.95	c Try to convert by bdds
230.77/231.59	c d: 1
230.77/231.59	c estimatedAdderCost: 778
230.77/231.59	c Try to convert by bdds
231.28/232.08	c d: 1
231.28/232.08	c estimatedAdderCost: 776
231.28/232.08	c Try to convert by bdds
231.97/232.73	c d: 1
231.97/232.73	c estimatedAdderCost: 776
231.97/232.73	c Try to convert by bdds
232.46/233.22	c d: 1
232.46/233.22	c estimatedAdderCost: 775
232.46/233.22	c Try to convert by bdds
233.06/233.88	c d: 1
233.06/233.88	c estimatedAdderCost: 775
233.06/233.88	c Try to convert by bdds
233.56/234.37	c d: 1
233.56/234.37	c estimatedAdderCost: 778
233.56/234.37	c Try to convert by bdds
234.27/235.02	c d: 1
234.27/235.02	c estimatedAdderCost: 778
234.27/235.02	c Try to convert by bdds
234.76/235.50	c d: 1
234.76/235.50	c estimatedAdderCost: 777
234.76/235.50	c Try to convert by bdds
235.37/236.17	c d: 1
235.37/236.17	c estimatedAdderCost: 777
235.37/236.17	c Try to convert by bdds
235.85/236.65	c d: 1
235.85/236.65	c estimatedAdderCost: 776
235.85/236.65	c Try to convert by bdds
236.55/237.30	c d: 1
236.55/237.30	c estimatedAdderCost: 776
236.55/237.30	c Try to convert by bdds
236.95/237.79	c d: 1
236.95/237.79	c estimatedAdderCost: 776
236.95/237.79	c Try to convert by bdds
237.65/238.44	c d: 1
237.65/238.44	c estimatedAdderCost: 775
237.65/238.44	c Try to convert by bdds
238.14/238.92	c d: 1
238.14/238.92	c estimatedAdderCost: 778
238.14/238.92	c Try to convert by bdds
238.74/239.57	c d: 1
238.74/239.57	c estimatedAdderCost: 778
238.74/239.57	c Try to convert by bdds
239.25/240.05	c d: 1
239.25/240.05	c estimatedAdderCost: 774
239.25/240.05	c Try to convert by bdds
239.94/240.72	c d: 1
239.94/240.72	c estimatedAdderCost: 776
239.94/240.72	c Try to convert by bdds
240.44/241.20	c d: 1
240.44/241.20	c estimatedAdderCost: 777
240.44/241.20	c Try to convert by bdds
241.03/241.85	c d: 1
241.03/241.85	c estimatedAdderCost: 779
241.03/241.85	c Try to convert by bdds
241.53/242.34	c d: 1
241.53/242.34	c estimatedAdderCost: 778
241.53/242.34	c Try to convert by bdds
242.13/243.00	c d: 1
242.13/243.00	c estimatedAdderCost: 778
242.13/243.00	c Try to convert by bdds
242.63/243.47	c d: 1
242.63/243.47	c estimatedAdderCost: 202
242.63/243.47	c Try to convert by bdds
242.73/243.51	c d: 1
242.73/243.51	c estimatedAdderCost: 204
242.73/243.51	c Try to convert by bdds
242.73/243.53	c d: 1
242.73/243.53	c estimatedAdderCost: 204
242.73/243.53	c Try to convert by bdds
242.73/243.56	c d: 1
242.73/243.56	c estimatedAdderCost: 204
242.73/243.56	c Try to convert by bdds
242.73/243.58	c d: 1
242.73/243.58	c estimatedAdderCost: 203
242.73/243.58	c Try to convert by bdds
242.83/243.61	c d: 1
242.83/243.61	c estimatedAdderCost: 204
242.83/243.61	c Try to convert by bdds
242.83/243.64	c d: 1
242.83/243.64	c estimatedAdderCost: 202
242.83/243.64	c Try to convert by bdds
242.83/243.67	c d: 1
242.83/243.67	c estimatedAdderCost: 204
242.83/243.67	c Try to convert by bdds
242.83/243.69	c d: 1
242.83/243.69	c estimatedAdderCost: 203
242.83/243.69	c Try to convert by bdds
242.93/243.72	c d: 1
242.93/243.72	c estimatedAdderCost: 203
242.93/243.72	c Try to convert by bdds
242.93/243.74	c d: 1
242.93/243.74	c estimatedAdderCost: 202
242.93/243.74	c Try to convert by bdds
242.93/243.77	c d: 1
242.93/243.77	c estimatedAdderCost: 204
242.93/243.77	c Try to convert by bdds
242.93/243.80	c d: 1
242.93/243.80	c estimatedAdderCost: 206
242.93/243.80	c Try to convert by bdds
243.03/243.83	c d: 1
243.03/243.83	c estimatedAdderCost: 204
243.03/243.83	c Try to convert by bdds
243.03/243.85	c d: 1
243.03/243.85	c estimatedAdderCost: 205
243.03/243.85	c Try to convert by bdds
243.03/243.88	c d: 1
243.03/243.88	c estimatedAdderCost: 203
243.03/243.88	c Try to convert by bdds
243.13/243.90	c d: 1
243.13/243.90	c estimatedAdderCost: 203
243.13/243.90	c Try to convert by bdds
243.13/243.93	c d: 1
243.13/243.93	c estimatedAdderCost: 204
243.13/243.93	c Try to convert by bdds
243.13/243.96	c d: 1
243.13/243.96	c estimatedAdderCost: 206
243.13/243.96	c Try to convert by bdds
243.13/243.99	c d: 1
243.13/243.99	c estimatedAdderCost: 204
243.13/243.99	c Try to convert by bdds
243.24/244.01	c d: 1
243.24/244.01	c estimatedAdderCost: 204
243.24/244.01	c Try to convert by bdds
243.24/244.04	c d: 1
243.24/244.04	c estimatedAdderCost: 204
243.24/244.04	c Try to convert by bdds
243.24/244.06	c d: 1
243.24/244.06	c estimatedAdderCost: 204
243.24/244.06	c Try to convert by bdds
243.24/244.09	c d: 1
243.24/244.09	c estimatedAdderCost: 202
243.24/244.09	c Try to convert by bdds
243.34/244.12	c d: 1
243.34/244.12	c estimatedAdderCost: 204
243.34/244.12	c Try to convert by bdds
243.34/244.15	c d: 1
243.34/244.15	c estimatedAdderCost: 203
243.34/244.15	c Try to convert by bdds
243.34/244.17	c d: 1
243.34/244.17	c estimatedAdderCost: 203
243.34/244.17	c Try to convert by bdds
243.43/244.20	c d: 1
243.43/244.20	c estimatedAdderCost: 203
243.43/244.20	c Try to convert by bdds
243.43/244.22	c d: 1
243.43/244.22	c estimatedAdderCost: 206
243.43/244.22	c Try to convert by bdds
243.43/244.25	c d: 1
243.43/244.25	c estimatedAdderCost: 204
243.43/244.25	c Try to convert by bdds
243.43/244.27	c d: 1
243.43/244.27	c estimatedAdderCost: 204
243.43/244.27	c Try to convert by bdds
243.53/244.30	c d: 1
243.53/244.30	c estimatedAdderCost: 204
243.53/244.30	c Try to convert by bdds
243.53/244.33	c d: 1
243.53/244.33	c estimatedAdderCost: 205
243.53/244.33	c Try to convert by bdds
243.53/244.36	c d: 1
243.53/244.36	c estimatedAdderCost: 203
243.53/244.36	c Try to convert by bdds
243.53/244.38	c d: 1
243.53/244.38	c estimatedAdderCost: 204
243.53/244.38	c Try to convert by bdds
243.63/244.41	c d: 1
243.63/244.41	c estimatedAdderCost: 203
243.63/244.41	c Try to convert by bdds
243.63/244.43	c d: 1
243.63/244.43	c estimatedAdderCost: 205
243.63/244.43	c Try to convert by bdds
243.63/244.46	c d: 1
243.63/244.46	c estimatedAdderCost: 203
243.63/244.46	c Try to convert by bdds
243.63/244.49	c d: 1
243.63/244.49	c estimatedAdderCost: 203
243.63/244.49	c Try to convert by bdds
243.73/244.52	c d: 1
243.73/244.52	c estimatedAdderCost: 205
243.73/244.52	c Try to convert by bdds
243.73/244.54	c d: 1
243.73/244.54	c estimatedAdderCost: 203
243.73/244.54	c Try to convert by bdds
243.73/244.57	c d: 1
243.73/244.57	c estimatedAdderCost: 203
243.73/244.57	c Try to convert by bdds
243.73/244.60	c d: 1
243.73/244.60	c estimatedAdderCost: 204
243.73/244.60	c Try to convert by bdds
243.83/244.62	c d: 1
243.83/244.62	c estimatedAdderCost: 205
243.83/244.62	c Try to convert by bdds
243.83/244.65	c d: 1
243.83/244.65	c estimatedAdderCost: 203
243.83/244.65	c Try to convert by bdds
243.83/244.68	c d: 1
243.83/244.68	c estimatedAdderCost: 203
243.83/244.68	c Try to convert by bdds
243.93/244.70	c d: 1
243.93/244.70	c estimatedAdderCost: 202
243.93/244.70	c Try to convert by bdds
243.93/244.73	c d: 1
243.93/244.73	c estimatedAdderCost: 204
243.93/244.73	c Try to convert by bdds
243.93/244.76	c d: 1
243.93/244.76	c estimatedAdderCost: 204
243.93/244.76	c Try to convert by bdds
243.93/244.78	c d: 1
243.93/244.78	c estimatedAdderCost: 204
243.93/244.78	c Try to convert by bdds
244.02/244.81	c d: 1
244.02/244.81	c estimatedAdderCost: 203
244.02/244.81	c Try to convert by bdds
244.02/244.84	c d: 1
244.02/244.84	c estimatedAdderCost: 205
244.02/244.84	c Try to convert by bdds
244.02/244.86	c d: 1
244.02/244.86	c estimatedAdderCost: 204
244.02/244.86	c Try to convert by bdds
244.02/244.89	c d: 1
244.02/244.89	c estimatedAdderCost: 202
244.02/244.89	c Try to convert by bdds
244.12/244.91	c d: 1
244.12/244.91	c estimatedAdderCost: 206
244.12/244.91	c Try to convert by bdds
244.12/244.94	c d: 1
244.12/244.94	c estimatedAdderCost: 204
244.12/244.94	c Try to convert by bdds
244.12/244.97	c d: 1
244.12/244.97	c estimatedAdderCost: 204
244.12/244.97	c Try to convert by bdds
244.12/245.00	c d: 1
244.12/245.00	c estimatedAdderCost: 203
244.12/245.00	c Try to convert by bdds
244.24/245.02	c d: 1
244.24/245.02	c estimatedAdderCost: 202
244.24/245.02	c Try to convert by bdds
244.24/245.06	c d: 1
244.24/245.06	c estimatedAdderCost: 204
244.24/245.06	c Try to convert by bdds
244.24/245.08	c d: 1
244.24/245.08	c estimatedAdderCost: 204
244.24/245.08	c Try to convert by bdds
244.34/245.11	c d: 1
244.34/245.11	c estimatedAdderCost: 203
244.34/245.11	c Try to convert by bdds
244.34/245.13	c d: 1
244.34/245.13	c estimatedAdderCost: 205
244.34/245.13	c Try to convert by bdds
244.34/245.17	c d: 1
244.34/245.17	c estimatedAdderCost: 203
244.34/245.17	c Try to convert by bdds
244.34/245.19	c d: 1
244.34/245.19	c estimatedAdderCost: 203
244.34/245.19	c Try to convert by bdds
244.42/245.22	c d: 1
244.42/245.22	c estimatedAdderCost: 204
244.42/245.22	c Try to convert by bdds
244.42/245.24	c d: 1
244.42/245.24	c estimatedAdderCost: 204
244.42/245.24	c Try to convert by bdds
244.42/245.27	c d: 1
244.42/245.27	c estimatedAdderCost: 202
244.42/245.27	c Try to convert by bdds
244.42/245.29	c d: 1
244.42/245.29	c estimatedAdderCost: 204
244.42/245.29	c Try to convert by bdds
244.52/245.32	c d: 1
244.52/245.32	c estimatedAdderCost: 204
244.52/245.32	c Try to convert by bdds
244.52/245.35	c d: 1
244.52/245.35	c estimatedAdderCost: 202
244.52/245.35	c Try to convert by bdds
244.52/245.38	c d: 1
244.52/245.38	c estimatedAdderCost: 204
244.52/245.38	c Try to convert by bdds
244.62/245.40	c d: 1
244.62/245.40	c estimatedAdderCost: 205
244.62/245.40	c Try to convert by bdds
244.62/245.43	c d: 1
244.62/245.43	c estimatedAdderCost: 203
244.62/245.43	c Try to convert by bdds
244.62/245.45	c d: 1
244.62/245.45	c estimatedAdderCost: 204
244.62/245.45	c Try to convert by bdds
244.62/245.48	c d: 1
244.62/245.48	c estimatedAdderCost: 204
244.62/245.48	c Try to convert by bdds
244.72/245.51	c d: 1
244.72/245.51	c estimatedAdderCost: 203
244.72/245.51	c Try to convert by bdds
244.72/245.54	c d: 1
244.72/245.54	c estimatedAdderCost: 204
244.72/245.54	c Try to convert by bdds
244.72/245.56	c d: 1
244.72/245.56	c estimatedAdderCost: 204
244.72/245.56	c Try to convert by bdds
244.72/245.59	c d: 1
244.72/245.59	c estimatedAdderCost: 206
244.72/245.59	c Try to convert by bdds
244.82/245.61	c d: 1
244.82/245.61	c estimatedAdderCost: 206
244.82/245.61	c Try to convert by bdds
244.82/245.64	c d: 1
244.82/245.64	c estimatedAdderCost: 204
244.82/245.64	c Try to convert by bdds
244.82/245.66	c d: 1
244.82/245.66	c estimatedAdderCost: 204
244.82/245.66	c Try to convert by bdds
244.82/245.70	c d: 1
244.82/245.70	c estimatedAdderCost: 204
244.82/245.70	c Try to convert by bdds
244.92/245.72	c d: 1
244.92/245.72	c estimatedAdderCost: 204
244.92/245.72	c Try to convert by bdds
244.92/245.75	c d: 1
244.92/245.75	c estimatedAdderCost: 203
244.92/245.75	c Try to convert by bdds
244.92/245.77	c d: 1
244.92/245.77	c estimatedAdderCost: 203
244.92/245.77	c Try to convert by bdds
245.02/245.81	c d: 1
245.02/245.81	c estimatedAdderCost: 203
245.02/245.81	c Try to convert by bdds
245.02/245.83	c d: 1
245.02/245.83	c estimatedAdderCost: 204
245.02/245.83	c Try to convert by bdds
245.02/245.86	c d: 1
245.02/245.86	c estimatedAdderCost: 204
245.02/245.86	c Try to convert by bdds
245.02/245.88	c d: 1
245.02/245.88	c estimatedAdderCost: 203
245.02/245.88	c Try to convert by bdds
245.12/245.91	c d: 1
245.12/245.91	c estimatedAdderCost: 203
245.12/245.91	c Try to convert by bdds
245.12/245.94	c d: 1
245.12/245.94	c estimatedAdderCost: 205
245.12/245.94	c Try to convert by bdds
245.12/245.97	c d: 1
245.12/245.97	c estimatedAdderCost: 203
245.12/245.97	c Try to convert by bdds
245.12/245.99	c d: 1
245.12/245.99	c estimatedAdderCost: 204
245.12/245.99	c Try to convert by bdds
245.23/246.02	c d: 1
245.23/246.02	c estimatedAdderCost: 202
245.23/246.02	c Try to convert by bdds
245.23/246.04	c d: 1
245.23/246.04	c estimatedAdderCost: 203
245.23/246.04	c Try to convert by bdds
245.23/246.07	c d: 1
245.23/246.07	c estimatedAdderCost: 205
245.23/246.07	c Try to convert by bdds
245.23/246.09	c d: 1
245.23/246.09	c estimatedAdderCost: 203
245.23/246.09	c Try to convert by bdds
245.33/246.12	c d: 1
245.33/246.12	c estimatedAdderCost: 203
245.33/246.12	c Try to convert by bdds
245.33/246.15	c d: 1
245.33/246.15	c estimatedAdderCost: 204
245.33/246.15	c Try to convert by bdds
245.33/246.18	c d: 1
245.33/246.18	c estimatedAdderCost: 206
245.33/246.18	c Try to convert by bdds
245.42/246.20	c d: 1
245.42/246.20	c estimatedAdderCost: 204
245.42/246.20	c Try to convert by bdds
245.42/246.23	c d: 1
245.42/246.23	c estimatedAdderCost: 202
245.42/246.23	c Try to convert by bdds
245.42/246.25	c d: 1
245.42/246.25	c estimatedAdderCost: 203
245.42/246.25	c Try to convert by bdds
245.42/246.28	c d: 1
245.42/246.28	c estimatedAdderCost: 204
245.42/246.28	c Try to convert by bdds
245.52/246.30	c d: 1
245.52/246.30	c estimatedAdderCost: 204
245.52/246.30	c Try to convert by bdds
245.52/246.34	c d: 1
245.52/246.34	c estimatedAdderCost: 203
245.52/246.34	c Try to convert by bdds
245.52/246.36	c d: 1
245.52/246.36	c estimatedAdderCost: 204
245.52/246.36	c Try to convert by bdds
245.52/246.39	c d: 1
245.52/246.39	c estimatedAdderCost: 204
245.52/246.39	c Try to convert by bdds
245.62/246.41	c d: 1
245.62/246.41	c estimatedAdderCost: 204
245.62/246.41	c Try to convert by bdds
245.62/246.44	c d: 1
245.62/246.44	c estimatedAdderCost: 203
245.62/246.44	c Try to convert by bdds
245.62/246.47	c d: 1
245.62/246.47	c estimatedAdderCost: 203
245.62/246.47	c Try to convert by bdds
245.72/246.50	c d: 1
245.72/246.50	c estimatedAdderCost: 204
245.72/246.50	c Try to convert by bdds
245.72/246.52	c d: 1
245.72/246.52	c estimatedAdderCost: 203
245.72/246.52	c Try to convert by bdds
245.72/246.55	c d: 1
245.72/246.55	c estimatedAdderCost: 204
245.72/246.55	c Try to convert by bdds
245.72/246.57	c d: 1
245.72/246.57	c estimatedAdderCost: 204
245.72/246.57	c Try to convert by bdds
245.82/246.60	c d: 1
245.82/246.60	c estimatedAdderCost: 204
245.82/246.60	c Try to convert by bdds
245.82/246.63	c d: 1
245.82/246.63	c estimatedAdderCost: 203
245.82/246.63	c Try to convert by bdds
245.82/246.66	c d: 1
245.82/246.66	c estimatedAdderCost: 204
245.82/246.66	c Try to convert by bdds
245.82/246.68	c d: 1
245.82/246.68	c estimatedAdderCost: 202
245.82/246.68	c Try to convert by bdds
245.92/246.71	c d: 1
245.92/246.71	c estimatedAdderCost: 204
245.92/246.71	c Try to convert by bdds
245.92/246.73	c d: 1
245.92/246.73	c estimatedAdderCost: 204
245.92/246.73	c Try to convert by bdds
245.92/246.76	c d: 1
245.92/246.76	c estimatedAdderCost: 202
245.92/246.76	c Try to convert by bdds
245.92/246.79	c d: 1
245.92/246.79	c estimatedAdderCost: 203
245.92/246.79	c Try to convert by bdds
246.02/246.82	c d: 1
246.02/246.82	c estimatedAdderCost: 205
246.02/246.82	c Try to convert by bdds
246.02/246.84	c d: 1
246.02/246.84	c estimatedAdderCost: 206
246.02/246.84	c Try to convert by bdds
246.02/246.87	c d: 1
246.02/246.87	c estimatedAdderCost: 204
246.02/246.87	c Try to convert by bdds
246.02/246.89	c d: 1
246.02/246.89	c estimatedAdderCost: 206
246.02/246.89	c Try to convert by bdds
246.12/246.92	c d: 1
246.12/246.92	c estimatedAdderCost: 204
246.12/246.92	c Try to convert by bdds
246.12/246.95	c d: 1
246.12/246.95	c estimatedAdderCost: 205
246.12/246.95	c Try to convert by bdds
246.12/246.98	c d: 1
246.12/246.98	c estimatedAdderCost: 203
246.12/246.98	c Try to convert by bdds
246.12/247.00	c d: 1
246.12/247.00	c estimatedAdderCost: 204
246.12/247.00	c Try to convert by bdds
246.23/247.03	c d: 1
246.23/247.03	c estimatedAdderCost: 203
246.23/247.03	c Try to convert by bdds
246.23/247.06	c d: 1
246.23/247.06	c estimatedAdderCost: 206
246.23/247.06	c Try to convert by bdds
246.23/247.09	c d: 1
246.23/247.09	c estimatedAdderCost: 204
246.23/247.09	c Try to convert by bdds
246.33/247.11	c d: 1
246.33/247.11	c estimatedAdderCost: 203
246.33/247.11	c Try to convert by bdds
246.33/247.14	c d: 1
246.33/247.14	c estimatedAdderCost: 205
246.33/247.14	c Try to convert by bdds
246.33/247.16	c d: 1
246.33/247.16	c estimatedAdderCost: 205
246.33/247.16	c Try to convert by bdds
246.33/247.19	c d: 1
246.33/247.19	c estimatedAdderCost: 203
246.33/247.19	c Try to convert by bdds
246.42/247.22	c d: 1
246.42/247.22	c estimatedAdderCost: 206
246.42/247.22	c Try to convert by bdds
246.42/247.25	c d: 1
246.42/247.25	c estimatedAdderCost: 204
246.42/247.25	c Try to convert by bdds
246.42/247.27	c d: 1
246.42/247.27	c estimatedAdderCost: 205
246.42/247.27	c Try to convert by bdds
246.52/247.30	c d: 1
246.52/247.30	c estimatedAdderCost: 203
246.52/247.30	c Try to convert by bdds
246.52/247.32	c d: 1
246.52/247.32	c estimatedAdderCost: 204
246.52/247.32	c Try to convert by bdds
246.52/247.35	c d: 1
246.52/247.35	c estimatedAdderCost: 202
246.52/247.35	c Try to convert by bdds
246.52/247.38	c d: 1
246.52/247.38	c estimatedAdderCost: 206
246.52/247.38	c Try to convert by bdds
246.62/247.41	c d: 1
246.62/247.41	c estimatedAdderCost: 204
246.62/247.41	c Try to convert by bdds
246.62/247.43	c d: 1
246.62/247.43	c estimatedAdderCost: 204
246.62/247.43	c Try to convert by bdds
246.62/247.46	c d: 1
246.62/247.46	c estimatedAdderCost: 204
246.62/247.46	c Try to convert by bdds
246.62/247.48	c d: 1
246.62/247.48	c estimatedAdderCost: 204
246.62/247.48	c Try to convert by bdds
246.72/247.51	c d: 1
246.72/247.51	c estimatedAdderCost: 203
246.72/247.51	c Try to convert by bdds
246.72/247.54	c d: 1
246.72/247.54	c estimatedAdderCost: 203
246.72/247.54	c Try to convert by bdds
246.72/247.57	c d: 1
246.72/247.57	c estimatedAdderCost: 205
246.72/247.57	c Try to convert by bdds
246.72/247.59	c d: 1
246.72/247.59	c estimatedAdderCost: 204
246.72/247.59	c Try to convert by bdds
246.82/247.62	c d: 1
246.82/247.62	c estimatedAdderCost: 204
246.82/247.62	c Try to convert by bdds
246.82/247.64	c d: 1
246.82/247.64	c estimatedAdderCost: 204
246.82/247.64	c Try to convert by bdds
246.82/247.68	c d: 1
246.82/247.68	c estimatedAdderCost: 204
246.82/247.68	c Try to convert by bdds
246.91/247.70	c d: 1
246.91/247.70	c estimatedAdderCost: 203
246.91/247.70	c Try to convert by bdds
246.91/247.73	c d: 1
246.91/247.73	c estimatedAdderCost: 203
246.91/247.73	c Try to convert by bdds
246.91/247.75	c d: 1
246.91/247.75	c estimatedAdderCost: 203
246.91/247.75	c Try to convert by bdds
246.91/247.78	c d: 1
246.91/247.78	c estimatedAdderCost: 203
246.91/247.78	c Try to convert by bdds
247.01/247.81	c d: 1
247.01/247.81	c estimatedAdderCost: 202
247.01/247.81	c Try to convert by bdds
247.01/247.84	c d: 1
247.01/247.84	c estimatedAdderCost: 204
247.01/247.84	c Try to convert by bdds
247.01/247.86	c d: 1
247.01/247.86	c estimatedAdderCost: 203
247.01/247.86	c Try to convert by bdds
247.01/247.89	c d: 1
247.01/247.89	c estimatedAdderCost: 203
247.01/247.89	c Try to convert by bdds
247.11/247.91	c d: 1
247.11/247.91	c estimatedAdderCost: 203
247.11/247.91	c Try to convert by bdds
247.11/247.94	c d: 1
247.11/247.94	c estimatedAdderCost: 204
247.11/247.94	c Try to convert by bdds
247.11/247.97	c d: 1
247.11/247.97	c estimatedAdderCost: 205
247.11/247.97	c Try to convert by bdds
247.11/248.00	c d: 1
247.11/248.00	c estimatedAdderCost: 203
247.11/248.00	c Try to convert by bdds
247.23/248.02	c d: 1
247.23/248.02	c estimatedAdderCost: 204
247.23/248.02	c Try to convert by bdds
247.23/248.05	c d: 1
247.23/248.05	c estimatedAdderCost: 204
247.23/248.05	c Try to convert by bdds
247.23/248.07	c d: 1
247.23/248.07	c estimatedAdderCost: 203
247.23/248.07	c Try to convert by bdds
247.23/248.10	c d: 1
247.23/248.10	c estimatedAdderCost: 203
247.23/248.10	c Try to convert by bdds
247.33/248.13	c d: 1
247.33/248.13	c estimatedAdderCost: 204
247.33/248.13	c Try to convert by bdds
247.33/248.16	c d: 1
247.33/248.16	c estimatedAdderCost: 204
247.33/248.16	c Try to convert by bdds
247.33/248.18	c d: 1
247.33/248.18	c estimatedAdderCost: 204
247.33/248.18	c Try to convert by bdds
247.41/248.21	c d: 1
247.41/248.21	c estimatedAdderCost: 203
247.41/248.21	c Try to convert by bdds
247.41/248.23	c d: 1
247.41/248.23	c estimatedAdderCost: 205
247.41/248.23	c Try to convert by bdds
247.41/248.26	c d: 1
247.41/248.26	c estimatedAdderCost: 205
247.41/248.26	c Try to convert by bdds
247.41/248.29	c d: 1
247.41/248.29	c estimatedAdderCost: 204
247.41/248.29	c Try to convert by bdds
247.51/248.32	c d: 1
247.51/248.32	c estimatedAdderCost: 204
247.51/248.32	c Try to convert by bdds
247.51/248.34	c d: 1
247.51/248.34	c estimatedAdderCost: 203
247.51/248.34	c Try to convert by bdds
247.51/248.37	c d: 1
247.51/248.37	c estimatedAdderCost: 204
247.51/248.37	c Try to convert by bdds
247.61/248.40	c d: 1
247.61/248.40	c estimatedAdderCost: 204
247.61/248.40	c Try to convert by bdds
247.61/248.43	c d: 1
247.61/248.43	c estimatedAdderCost: 204
247.61/248.43	c Try to convert by bdds
247.61/248.45	c d: 1
247.61/248.45	c estimatedAdderCost: 203
247.61/248.45	c Try to convert by bdds
247.61/248.48	c d: 1
247.61/248.48	c estimatedAdderCost: 204
247.61/248.48	c Try to convert by bdds
247.71/248.51	c d: 1
247.71/248.51	c estimatedAdderCost: 205
247.71/248.51	c Try to convert by bdds
247.71/248.54	c d: 1
247.71/248.54	c estimatedAdderCost: 204
247.71/248.54	c Try to convert by bdds
247.71/248.56	c d: 1
247.71/248.56	c estimatedAdderCost: 206
247.71/248.56	c Try to convert by bdds
247.71/248.59	c d: 1
247.71/248.59	c estimatedAdderCost: 204
247.71/248.59	c Try to convert by bdds
247.81/248.61	c d: 1
247.81/248.61	c estimatedAdderCost: 205
247.81/248.61	c Try to convert by bdds
247.81/248.64	c d: 1
247.81/248.64	c estimatedAdderCost: 203
247.81/248.64	c Try to convert by bdds
247.81/248.67	c d: 1
247.81/248.67	c estimatedAdderCost: 204
247.81/248.67	c Try to convert by bdds
247.91/248.70	c d: 1
247.91/248.70	c estimatedAdderCost: 203
247.91/248.70	c Try to convert by bdds
247.91/248.72	c d: 1
247.91/248.72	c estimatedAdderCost: 205
247.91/248.72	c Try to convert by bdds
247.91/248.75	c d: 1
247.91/248.75	c estimatedAdderCost: 205
247.91/248.75	c Try to convert by bdds
247.91/248.78	c d: 1
247.91/248.78	c estimatedAdderCost: 204
247.91/248.78	c Try to convert by bdds
248.01/248.81	c d: 1
248.01/248.81	c estimatedAdderCost: 204
248.01/248.81	c Try to convert by bdds
248.01/248.83	c d: 1
248.01/248.83	c estimatedAdderCost: 104
248.01/248.83	c Try to convert by bdds
248.01/248.84	c d: 1
248.01/248.84	c estimatedAdderCost: 105
248.01/248.84	c Try to convert by bdds
248.01/248.84	c d: 1
248.01/248.84	c estimatedAdderCost: 104
248.01/248.84	c Try to convert by bdds
248.01/248.85	c d: 1
248.01/248.85	c estimatedAdderCost: 105
248.01/248.85	c Try to convert by bdds
248.01/248.85	c d: 1
248.01/248.85	c estimatedAdderCost: 103
248.01/248.85	c Try to convert by bdds
248.01/248.86	c d: 1
248.01/248.86	c estimatedAdderCost: 103
248.01/248.86	c Try to convert by bdds
248.01/248.87	c d: 1
248.01/248.87	c estimatedAdderCost: 104
248.01/248.87	c Try to convert by bdds
248.01/248.87	c d: 1
248.01/248.87	c estimatedAdderCost: 103
248.01/248.87	c Try to convert by bdds
248.01/248.88	c d: 1
248.01/248.88	c estimatedAdderCost: 103
248.01/248.88	c Try to convert by bdds
248.01/248.89	c d: 1
248.01/248.89	c estimatedAdderCost: 103
248.01/248.89	c Try to convert by bdds
248.01/248.89	c d: 1
248.01/248.89	c estimatedAdderCost: 103
248.01/248.89	c Try to convert by bdds
248.11/248.90	c d: 1
248.11/248.90	c estimatedAdderCost: 103
248.11/248.90	c Try to convert by bdds
248.11/248.91	c d: 1
248.11/248.91	c estimatedAdderCost: 104
248.11/248.91	c Try to convert by bdds
248.11/248.91	c d: 1
248.11/248.91	c estimatedAdderCost: 103
248.11/248.91	c Try to convert by bdds
248.11/248.92	c d: 1
248.11/248.92	c estimatedAdderCost: 103
248.11/248.92	c Try to convert by bdds
248.11/248.93	c d: 1
248.11/248.93	c estimatedAdderCost: 104
248.11/248.93	c Try to convert by bdds
248.11/248.93	c d: 1
248.11/248.93	c estimatedAdderCost: 103
248.11/248.93	c Try to convert by bdds
248.11/248.94	c d: 1
248.11/248.94	c estimatedAdderCost: 103
248.11/248.94	c Try to convert by bdds
248.11/248.94	c d: 1
248.11/248.94	c estimatedAdderCost: 104
248.11/248.94	c Try to convert by bdds
248.11/248.95	c d: 1
248.11/248.95	c estimatedAdderCost: 105
248.11/248.95	c Try to convert by bdds
248.11/248.96	c d: 1
248.11/248.96	c estimatedAdderCost: 103
248.11/248.96	c Try to convert by bdds
248.11/248.96	c d: 1
248.11/248.96	c estimatedAdderCost: 103
248.11/248.96	c Try to convert by bdds
248.11/248.97	c d: 1
248.11/248.97	c estimatedAdderCost: 103
248.11/248.97	c Try to convert by bdds
248.11/248.98	c d: 1
248.11/248.98	c estimatedAdderCost: 104
248.11/248.98	c Try to convert by bdds
248.11/248.98	c d: 1
248.11/248.98	c estimatedAdderCost: 103
248.11/248.98	c Try to convert by bdds
248.11/248.99	c d: 1
248.11/248.99	c estimatedAdderCost: 103
248.11/248.99	c Try to convert by bdds
248.11/248.99	c d: 1
248.11/248.99	c estimatedAdderCost: 103
248.11/248.99	c Try to convert by bdds
248.11/249.00	c d: 1
248.11/249.00	c estimatedAdderCost: 103
248.11/249.00	c Try to convert by bdds
248.11/249.01	c d: 1
248.11/249.01	c estimatedAdderCost: 105
248.11/249.01	c Try to convert by bdds
248.22/249.01	c d: 1
248.22/249.01	c estimatedAdderCost: 104
248.22/249.01	c Try to convert by bdds
248.22/249.02	c d: 1
248.22/249.02	c estimatedAdderCost: 103
248.22/249.02	c Try to convert by bdds
248.22/249.03	c d: 1
248.22/249.03	c estimatedAdderCost: 104
248.22/249.03	c Try to convert by bdds
248.22/249.03	c d: 1
248.22/249.03	c estimatedAdderCost: 104
248.22/249.03	c Try to convert by bdds
248.22/249.04	c d: 1
248.22/249.04	c estimatedAdderCost: 103
248.22/249.04	c Try to convert by bdds
248.22/249.05	c d: 1
248.22/249.05	c estimatedAdderCost: 104
248.22/249.05	c Try to convert by bdds
248.22/249.05	c d: 1
248.22/249.05	c estimatedAdderCost: 105
248.22/249.05	c Try to convert by bdds
248.22/249.06	c d: 1
248.22/249.06	c estimatedAdderCost: 104
248.22/249.06	c Try to convert by bdds
248.22/249.07	c d: 1
248.22/249.07	c estimatedAdderCost: 105
248.22/249.07	c Try to convert by bdds
248.22/249.07	c d: 1
248.22/249.07	c estimatedAdderCost: 103
248.22/249.07	c Try to convert by bdds
248.22/249.08	c d: 1
248.22/249.08	c estimatedAdderCost: 104
248.22/249.08	c Try to convert by bdds
248.22/249.08	c d: 1
248.22/249.08	c estimatedAdderCost: 103
248.22/249.08	c Try to convert by bdds
248.22/249.09	c d: 1
248.22/249.09	c estimatedAdderCost: 103
248.22/249.09	c Try to convert by bdds
248.22/249.10	c d: 1
248.22/249.10	c estimatedAdderCost: 104
248.22/249.10	c Try to convert by bdds
248.22/249.10	c d: 1
248.22/249.10	c estimatedAdderCost: 103
248.22/249.10	c Try to convert by bdds
248.32/249.11	c d: 1
248.32/249.11	c estimatedAdderCost: 104
248.32/249.11	c Try to convert by bdds
248.32/249.12	c d: 1
248.32/249.12	c estimatedAdderCost: 103
248.32/249.12	c Try to convert by bdds
248.32/249.12	c d: 1
248.32/249.12	c estimatedAdderCost: 102
248.32/249.12	c Try to convert by bdds
248.32/249.13	c d: 1
248.32/249.13	c estimatedAdderCost: 104
248.32/249.13	c Try to convert by bdds
248.32/249.14	c d: 1
248.32/249.14	c estimatedAdderCost: 105
248.32/249.14	c Try to convert by bdds
248.32/249.14	c d: 1
248.32/249.14	c estimatedAdderCost: 104
248.32/249.14	c Try to convert by bdds
248.32/249.15	c d: 1
248.32/249.15	c estimatedAdderCost: 103
248.32/249.15	c Try to convert by bdds
248.32/249.15	c d: 1
248.32/249.15	c estimatedAdderCost: 103
248.32/249.15	c Try to convert by bdds
248.32/249.16	c d: 1
248.32/249.16	c estimatedAdderCost: 104
248.32/249.16	c Try to convert by bdds
248.32/249.17	c d: 1
248.32/249.17	c estimatedAdderCost: 102
248.32/249.17	c Try to convert by bdds
248.32/249.17	c d: 1
248.32/249.17	c estimatedAdderCost: 103
248.32/249.17	c Try to convert by bdds
248.32/249.18	c d: 1
248.32/249.18	c estimatedAdderCost: 104
248.32/249.18	c Try to convert by bdds
248.32/249.19	c d: 1
248.32/249.19	c estimatedAdderCost: 103
248.32/249.19	c Try to convert by bdds
248.32/249.19	c d: 1
248.32/249.19	c estimatedAdderCost: 103
248.32/249.19	c Try to convert by bdds
248.41/249.20	c d: 1
248.41/249.20	c estimatedAdderCost: 103
248.41/249.20	c Try to convert by bdds
248.41/249.21	c d: 1
248.41/249.21	c estimatedAdderCost: 103
248.41/249.21	c Try to convert by bdds
248.41/249.21	c d: 1
248.41/249.21	c estimatedAdderCost: 104
248.41/249.21	c Try to convert by bdds
248.41/249.22	c d: 1
248.41/249.22	c estimatedAdderCost: 105
248.41/249.22	c Try to convert by bdds
248.41/249.22	c d: 1
248.41/249.22	c estimatedAdderCost: 103
248.41/249.22	c Try to convert by bdds
248.41/249.23	c d: 1
248.41/249.23	c estimatedAdderCost: 104
248.41/249.23	c Try to convert by bdds
248.41/249.24	c d: 1
248.41/249.24	c estimatedAdderCost: 105
248.41/249.24	c Try to convert by bdds
248.41/249.24	c d: 1
248.41/249.24	c estimatedAdderCost: 104
248.41/249.24	c Try to convert by bdds
248.41/249.25	c d: 1
248.41/249.25	c estimatedAdderCost: 103
248.41/249.25	c Try to convert by bdds
248.41/249.26	c d: 1
248.41/249.26	c estimatedAdderCost: 104
248.41/249.26	c Try to convert by bdds
248.41/249.26	c d: 1
248.41/249.26	c estimatedAdderCost: 103
248.41/249.26	c Try to convert by bdds
248.41/249.27	c d: 1
248.41/249.27	c estimatedAdderCost: 104
248.41/249.27	c Try to convert by bdds
248.41/249.28	c d: 1
248.41/249.28	c estimatedAdderCost: 104
248.41/249.28	c Try to convert by bdds
248.41/249.28	c d: 1
248.41/249.28	c estimatedAdderCost: 102
248.41/249.28	c Try to convert by bdds
248.41/249.29	c d: 1
248.41/249.29	c estimatedAdderCost: 104
248.41/249.29	c Try to convert by bdds
248.52/249.30	c d: 1
248.52/249.30	c estimatedAdderCost: 105
248.52/249.30	c Try to convert by bdds
248.52/249.30	c d: 1
248.52/249.30	c estimatedAdderCost: 105
248.52/249.30	c Try to convert by bdds
248.52/249.31	c d: 1
248.52/249.31	c estimatedAdderCost: 104
248.52/249.31	c Try to convert by bdds
248.52/249.31	c d: 1
248.52/249.31	c estimatedAdderCost: 103
248.52/249.31	c Try to convert by bdds
248.52/249.32	c d: 1
248.52/249.32	c estimatedAdderCost: 103
248.52/249.32	c Try to convert by bdds
248.52/249.33	c d: 1
248.52/249.33	c estimatedAdderCost: 103
248.52/249.33	c Try to convert by bdds
248.52/249.33	c d: 1
248.52/249.33	c estimatedAdderCost: 105
248.52/249.33	c Try to convert by bdds
248.52/249.34	c d: 1
248.52/249.34	c estimatedAdderCost: 104
248.52/249.34	c Try to convert by bdds
248.52/249.35	c d: 1
248.52/249.35	c estimatedAdderCost: 103
248.52/249.35	c Try to convert by bdds
248.52/249.35	c d: 1
248.52/249.35	c estimatedAdderCost: 103
248.52/249.35	c Try to convert by bdds
248.52/249.36	c d: 1
248.52/249.36	c estimatedAdderCost: 103
248.52/249.36	c Try to convert by bdds
248.52/249.37	c d: 1
248.52/249.37	c estimatedAdderCost: 104
248.52/249.37	c Try to convert by bdds
248.52/249.37	c d: 1
248.52/249.37	c estimatedAdderCost: 103
248.52/249.37	c Try to convert by bdds
248.52/249.38	c d: 1
248.52/249.38	c estimatedAdderCost: 103
248.52/249.38	c Try to convert by bdds
248.52/249.38	c d: 1
248.52/249.38	c estimatedAdderCost: 104
248.52/249.38	c Try to convert by bdds
248.52/249.39	c d: 1
248.52/249.39	c estimatedAdderCost: 104
248.52/249.39	c Try to convert by bdds
248.62/249.40	c d: 1
248.62/249.40	c estimatedAdderCost: 102
248.62/249.40	c Try to convert by bdds
248.62/249.40	c d: 1
248.62/249.40	c estimatedAdderCost: 104
248.62/249.40	c Try to convert by bdds
248.62/249.41	c d: 1
248.62/249.41	c estimatedAdderCost: 105
248.62/249.41	c Try to convert by bdds
248.62/249.42	c d: 1
248.62/249.42	c estimatedAdderCost: 102
248.62/249.42	c Try to convert by bdds
248.62/249.42	c d: 1
248.62/249.42	c estimatedAdderCost: 104
248.62/249.42	c Try to convert by bdds
248.62/249.43	c d: 1
248.62/249.43	c estimatedAdderCost: 103
248.62/249.43	c Try to convert by bdds
248.62/249.44	c d: 1
248.62/249.44	c estimatedAdderCost: 104
248.62/249.44	c Try to convert by bdds
248.62/249.44	c d: 1
248.62/249.44	c estimatedAdderCost: 103
248.62/249.44	c Try to convert by bdds
248.62/249.45	c d: 1
248.62/249.45	c estimatedAdderCost: 103
248.62/249.45	c Try to convert by bdds
248.62/249.45	c d: 1
248.62/249.45	c estimatedAdderCost: 104
248.62/249.45	c Try to convert by bdds
248.62/249.46	c d: 1
248.62/249.46	c estimatedAdderCost: 102
248.62/249.46	c Try to convert by bdds
248.62/249.47	c d: 1
248.62/249.47	c estimatedAdderCost: 105
248.62/249.47	c Try to convert by bdds
248.62/249.47	c d: 1
248.62/249.47	c estimatedAdderCost: 104
248.62/249.47	c Try to convert by bdds
248.62/249.48	c d: 1
248.62/249.48	c estimatedAdderCost: 103
248.62/249.48	c Try to convert by bdds
248.62/249.49	c d: 1
248.62/249.49	c estimatedAdderCost: 103
248.62/249.49	c Try to convert by bdds
248.62/249.49	c d: 1
248.62/249.49	c estimatedAdderCost: 103
248.62/249.49	c Try to convert by bdds
248.72/249.50	c d: 1
248.72/249.50	c estimatedAdderCost: 103
248.72/249.50	c Try to convert by bdds
248.72/249.51	c d: 1
248.72/249.51	c estimatedAdderCost: 104
248.72/249.51	c Try to convert by bdds
248.72/249.51	c d: 1
248.72/249.51	c estimatedAdderCost: 103
248.72/249.51	c Try to convert by bdds
248.72/249.52	c d: 1
248.72/249.52	c estimatedAdderCost: 102
248.72/249.52	c Try to convert by bdds
248.72/249.53	c d: 1
248.72/249.53	c estimatedAdderCost: 104
248.72/249.53	c Try to convert by bdds
248.72/249.53	c d: 1
248.72/249.53	c estimatedAdderCost: 103
248.72/249.53	c Try to convert by bdds
248.72/249.54	c d: 1
248.72/249.54	c estimatedAdderCost: 103
248.72/249.54	c Try to convert by bdds
248.72/249.54	c d: 1
248.72/249.54	c estimatedAdderCost: 103
248.72/249.54	c Try to convert by bdds
248.72/249.55	c d: 1
248.72/249.55	c estimatedAdderCost: 104
248.72/249.55	c Try to convert by bdds
248.72/249.56	c d: 1
248.72/249.56	c estimatedAdderCost: 103
248.72/249.56	c Try to convert by bdds
248.72/249.56	c d: 1
248.72/249.56	c estimatedAdderCost: 104
248.72/249.56	c Try to convert by bdds
248.72/249.57	c d: 1
248.72/249.57	c estimatedAdderCost: 103
248.72/249.57	c Try to convert by bdds
248.72/249.58	c d: 1
248.72/249.58	c estimatedAdderCost: 104
248.72/249.58	c Try to convert by bdds
248.72/249.58	c d: 1
248.72/249.58	c estimatedAdderCost: 102
248.72/249.58	c Try to convert by bdds
248.72/249.59	c d: 1
248.72/249.59	c estimatedAdderCost: 104
248.72/249.59	c Try to convert by bdds
248.72/249.59	c d: 1
248.72/249.59	c estimatedAdderCost: 103
248.72/249.59	c Try to convert by bdds
248.82/249.60	c d: 1
248.82/249.60	c estimatedAdderCost: 103
248.82/249.60	c Try to convert by bdds
248.82/249.61	c d: 1
248.82/249.61	c estimatedAdderCost: 103
248.82/249.61	c Try to convert by bdds
248.82/249.61	c d: 1
248.82/249.61	c estimatedAdderCost: 103
248.82/249.61	c Try to convert by bdds
248.82/249.62	c d: 1
248.82/249.62	c estimatedAdderCost: 105
248.82/249.62	c Try to convert by bdds
248.82/249.63	c d: 1
248.82/249.63	c estimatedAdderCost: 104
248.82/249.63	c Try to convert by bdds
248.82/249.63	c d: 1
248.82/249.63	c estimatedAdderCost: 104
248.82/249.63	c Try to convert by bdds
248.82/249.64	c d: 1
248.82/249.64	c estimatedAdderCost: 105
248.82/249.64	c Try to convert by bdds
248.82/249.65	c d: 1
248.82/249.65	c estimatedAdderCost: 104
248.82/249.65	c Try to convert by bdds
248.82/249.65	c d: 1
248.82/249.65	c estimatedAdderCost: 103
248.82/249.65	c Try to convert by bdds
248.82/249.66	c d: 1
248.82/249.66	c estimatedAdderCost: 103
248.82/249.66	c Try to convert by bdds
248.82/249.67	c d: 1
248.82/249.67	c estimatedAdderCost: 103
248.82/249.67	c Try to convert by bdds
248.82/249.67	c d: 1
248.82/249.67	c estimatedAdderCost: 104
248.82/249.67	c Try to convert by bdds
248.82/249.68	c d: 1
248.82/249.68	c estimatedAdderCost: 103
248.82/249.68	c Try to convert by bdds
248.82/249.68	c d: 1
248.82/249.68	c estimatedAdderCost: 103
248.82/249.68	c Try to convert by bdds
248.82/249.69	c d: 1
248.82/249.69	c estimatedAdderCost: 104
248.82/249.69	c Try to convert by bdds
248.92/249.70	c d: 1
248.92/249.70	c estimatedAdderCost: 103
248.92/249.70	c Try to convert by bdds
248.92/249.70	c d: 1
248.92/249.70	c estimatedAdderCost: 103
248.92/249.70	c Try to convert by bdds
248.92/249.71	c d: 1
248.92/249.71	c estimatedAdderCost: 104
248.92/249.71	c Try to convert by bdds
248.92/249.72	c d: 1
248.92/249.72	c estimatedAdderCost: 105
248.92/249.72	c Try to convert by bdds
248.92/249.72	c d: 1
248.92/249.72	c estimatedAdderCost: 103
248.92/249.72	c Try to convert by bdds
248.92/249.73	c d: 1
248.92/249.73	c estimatedAdderCost: 103
248.92/249.73	c Try to convert by bdds
248.92/249.74	c d: 1
248.92/249.74	c estimatedAdderCost: 103
248.92/249.74	c Try to convert by bdds
248.92/249.74	c d: 1
248.92/249.74	c estimatedAdderCost: 103
248.92/249.74	c Try to convert by bdds
248.92/249.75	c d: 1
248.92/249.75	c estimatedAdderCost: 104
248.92/249.75	c Try to convert by bdds
248.92/249.76	c d: 1
248.92/249.76	c estimatedAdderCost: 103
248.92/249.76	c Try to convert by bdds
248.92/249.76	c d: 1
248.92/249.76	c estimatedAdderCost: 104
248.92/249.76	c Try to convert by bdds
248.92/249.77	c d: 1
248.92/249.77	c estimatedAdderCost: 102
248.92/249.77	c Try to convert by bdds
248.92/249.77	c d: 1
248.92/249.77	c estimatedAdderCost: 105
248.92/249.77	c Try to convert by bdds
248.92/249.78	c d: 1
248.92/249.78	c estimatedAdderCost: 104
248.92/249.78	c Try to convert by bdds
248.92/249.79	c d: 1
248.92/249.79	c estimatedAdderCost: 105
248.92/249.79	c Try to convert by bdds
248.92/249.79	c d: 1
248.92/249.79	c estimatedAdderCost: 104
248.92/249.79	c Try to convert by bdds
249.02/249.80	c d: 1
249.02/249.80	c estimatedAdderCost: 103
249.02/249.80	c Try to convert by bdds
249.02/249.81	c d: 1
249.02/249.81	c estimatedAdderCost: 103
249.02/249.81	c Try to convert by bdds
249.02/249.81	c d: 1
249.02/249.81	c estimatedAdderCost: 104
249.02/249.81	c Try to convert by bdds
249.02/249.82	c d: 1
249.02/249.82	c estimatedAdderCost: 103
249.02/249.82	c Try to convert by bdds
249.02/249.82	c d: 1
249.02/249.82	c estimatedAdderCost: 104
249.02/249.82	c Try to convert by bdds
249.02/249.83	c d: 1
249.02/249.83	c estimatedAdderCost: 102
249.02/249.83	c Try to convert by bdds
249.02/249.84	c d: 1
249.02/249.84	c estimatedAdderCost: 103
249.02/249.84	c Try to convert by bdds
249.02/249.84	c d: 1
249.02/249.84	c estimatedAdderCost: 103
249.02/249.84	c Try to convert by bdds
249.02/249.85	c d: 1
249.02/249.85	c estimatedAdderCost: 104
249.02/249.85	c Try to convert by bdds
249.02/249.86	c d: 1
249.02/249.86	c estimatedAdderCost: 105
249.02/249.86	c Try to convert by bdds
249.02/249.86	c d: 1
249.02/249.86	c estimatedAdderCost: 103
249.02/249.86	c Try to convert by bdds
249.02/249.87	c d: 1
249.02/249.87	c estimatedAdderCost: 104
249.02/249.87	c Try to convert by bdds
249.02/249.88	c d: 1
249.02/249.88	c estimatedAdderCost: 105
249.02/249.88	c Try to convert by bdds
249.02/249.88	c d: 1
249.02/249.88	c estimatedAdderCost: 104
249.02/249.88	c Try to convert by bdds
249.02/249.89	c d: 1
249.02/249.89	c estimatedAdderCost: 104
249.02/249.89	c Try to convert by bdds
249.12/249.90	c d: 1
249.12/249.90	c estimatedAdderCost: 105
249.12/249.90	c Try to convert by bdds
249.12/249.90	c d: 1
249.12/249.90	c estimatedAdderCost: 103
249.12/249.90	c Try to convert by bdds
249.12/249.91	c d: 1
249.12/249.91	c estimatedAdderCost: 103
249.12/249.91	c Try to convert by bdds
249.12/249.91	c d: 1
249.12/249.91	c estimatedAdderCost: 105
249.12/249.91	c Try to convert by bdds
249.12/249.92	c d: 1
249.12/249.92	c estimatedAdderCost: 104
249.12/249.92	c Try to convert by bdds
249.12/249.93	c d: 1
249.12/249.93	c estimatedAdderCost: 103
249.12/249.93	c Try to convert by bdds
249.12/249.93	c d: 1
249.12/249.93	c estimatedAdderCost: 104
249.12/249.93	c Try to convert by bdds
249.12/249.94	c d: 1
249.12/249.94	c estimatedAdderCost: 103
249.12/249.94	c Try to convert by bdds
249.12/249.95	c d: 1
249.12/249.95	c estimatedAdderCost: 104
249.12/249.95	c Try to convert by bdds
249.12/249.95	c d: 1
249.12/249.95	c estimatedAdderCost: 103
249.12/249.95	c Try to convert by bdds
249.12/249.96	c d: 1
249.12/249.96	c estimatedAdderCost: 103
249.12/249.96	c Try to convert by bdds
249.12/249.97	c d: 1
249.12/249.97	c estimatedAdderCost: 104
249.12/249.97	c Try to convert by bdds
249.12/249.97	c d: 1
249.12/249.97	c estimatedAdderCost: 103
249.12/249.97	c Try to convert by bdds
249.12/249.98	c d: 1
249.12/249.98	c estimatedAdderCost: 104
249.12/249.98	c Try to convert by bdds
249.12/249.99	c d: 1
249.12/249.99	c estimatedAdderCost: 103
249.12/249.99	c Try to convert by bdds
249.12/249.99	c d: 1
249.12/249.99	c estimatedAdderCost: 104
249.12/249.99	c Try to convert by bdds
249.12/250.00	c d: 1
249.12/250.00	c estimatedAdderCost: 103
249.12/250.00	c Try to convert by bdds
249.12/250.00	c d: 1
249.12/250.00	c estimatedAdderCost: 102
249.12/250.00	c Try to convert by bdds
249.23/250.01	c d: 1
249.23/250.01	c estimatedAdderCost: 104
249.23/250.01	c Try to convert by bdds
249.23/250.02	c d: 1
249.23/250.02	c estimatedAdderCost: 104
249.23/250.02	c Try to convert by bdds
249.23/250.02	c d: 1
249.23/250.02	c estimatedAdderCost: 105
249.23/250.02	c Try to convert by bdds
249.23/250.03	c d: 1
249.23/250.03	c estimatedAdderCost: 105
249.23/250.03	c Try to convert by bdds
249.23/250.04	c d: 1
249.23/250.04	c estimatedAdderCost: 104
249.23/250.04	c Try to convert by bdds
249.23/250.04	c d: 1
249.23/250.04	c estimatedAdderCost: 104
249.23/250.04	c Try to convert by bdds
249.23/250.05	c d: 1
249.23/250.05	c estimatedAdderCost: 103
249.23/250.05	c Try to convert by bdds
249.23/250.06	c d: 1
249.23/250.06	c estimatedAdderCost: 104
249.23/250.06	c Try to convert by bdds
249.23/250.06	c d: 1
249.23/250.06	c estimatedAdderCost: 105
249.23/250.06	c Try to convert by bdds
249.23/250.07	c d: 1
249.23/250.07	c estimatedAdderCost: 104
249.23/250.07	c Try to convert by bdds
249.23/250.08	c d: 1
249.23/250.08	c estimatedAdderCost: 103
249.23/250.08	c Try to convert by bdds
249.23/250.08	c d: 1
249.23/250.08	c estimatedAdderCost: 103
249.23/250.08	c Try to convert by bdds
249.23/250.09	c d: 1
249.23/250.09	c estimatedAdderCost: 103
249.23/250.09	c Try to convert by bdds
249.23/250.09	c d: 1
249.23/250.09	c estimatedAdderCost: 103
249.23/250.09	c Try to convert by bdds
249.23/250.10	c d: 1
249.23/250.10	c estimatedAdderCost: 104
249.23/250.10	c Try to convert by bdds
249.23/250.11	c d: 1
249.23/250.11	c estimatedAdderCost: 103
249.23/250.11	c Try to convert by bdds
249.33/250.11	c d: 1
249.33/250.11	c estimatedAdderCost: 104
249.33/250.11	c Try to convert by bdds
249.33/250.12	c d: 1
249.33/250.12	c estimatedAdderCost: 103
249.33/250.12	c Try to convert by bdds
249.33/250.13	c d: 1
249.33/250.13	c estimatedAdderCost: 103
249.33/250.13	c Try to convert by bdds
249.33/250.13	c d: 1
249.33/250.13	c estimatedAdderCost: 104
249.33/250.13	c Try to convert by bdds
249.33/250.14	c d: 1
249.33/250.14	c estimatedAdderCost: 103
249.33/250.14	c Try to convert by bdds
249.33/250.14	c d: 1
249.33/250.14	c estimatedAdderCost: 103
249.33/250.14	c Try to convert by bdds
249.33/250.15	c d: 1
249.33/250.15	c estimatedAdderCost: 103
249.33/250.15	c Try to convert by bdds
249.33/250.16	c d: 1
249.33/250.16	c estimatedAdderCost: 104
249.33/250.16	c Try to convert by bdds
249.33/250.16	c d: 1
249.33/250.16	c estimatedAdderCost: 103
249.33/250.16	c Try to convert by bdds
249.33/250.17	c d: 1
249.33/250.17	c estimatedAdderCost: 105
249.33/250.17	c Try to convert by bdds
249.33/250.18	c d: 1
249.33/250.18	c estimatedAdderCost: 104
249.33/250.18	c Try to convert by bdds
249.33/250.18	c d: 1
249.33/250.18	c estimatedAdderCost: 104
249.33/250.18	c Try to convert by bdds
249.33/250.19	c d: 1
249.33/250.19	c estimatedAdderCost: 103
249.33/250.19	c Try to convert by bdds
249.33/250.19	c d: 1
249.33/250.19	c estimatedAdderCost: 103
249.33/250.19	c Try to convert by bdds
249.42/250.20	c d: 1
249.42/250.20	c estimatedAdderCost: 104
249.42/250.20	c Try to convert by bdds
249.42/250.21	c d: 1
249.42/250.21	c estimatedAdderCost: 104
249.42/250.21	c Try to convert by bdds
249.42/250.21	c d: 1
249.42/250.21	c estimatedAdderCost: 103
249.42/250.21	c Try to convert by bdds
249.42/250.22	c d: 1
249.42/250.22	c estimatedAdderCost: 104
249.42/250.22	c Try to convert by bdds
249.42/250.22	c d: 1
249.42/250.22	c estimatedAdderCost: 103
249.42/250.22	c Try to convert by bdds
249.42/250.23	c d: 1
249.42/250.23	c estimatedAdderCost: 104
249.42/250.23	c Try to convert by bdds
249.42/250.24	c d: 1
249.42/250.24	c estimatedAdderCost: 105
249.42/250.24	c Try to convert by bdds
249.42/250.24	c d: 1
249.42/250.24	c estimatedAdderCost: 104
249.42/250.24	c Try to convert by bdds
249.42/250.25	c d: 1
249.42/250.25	c estimatedAdderCost: 103
249.42/250.25	c Try to convert by bdds
249.42/250.25	c d: 1
249.42/250.25	c estimatedAdderCost: 103
249.42/250.25	c Try to convert by bdds
249.42/250.26	c d: 1
249.42/250.26	c estimatedAdderCost: 104
249.42/250.26	c Try to convert by bdds
249.42/250.27	c d: 1
249.42/250.27	c estimatedAdderCost: 103
249.42/250.27	c Try to convert by bdds
249.42/250.27	c d: 1
249.42/250.27	c estimatedAdderCost: 103
249.42/250.27	c Try to convert by bdds
249.42/250.28	c d: 1
249.42/250.28	c estimatedAdderCost: 104
249.42/250.28	c Try to convert by bdds
249.42/250.29	c d: 1
249.42/250.29	c estimatedAdderCost: 103
249.42/250.29	c Try to convert by bdds
249.42/250.29	c d: 1
249.42/250.29	c estimatedAdderCost: 103
249.42/250.29	c Try to convert by bdds
249.52/250.30	c d: 1
249.52/250.30	c estimatedAdderCost: 104
249.52/250.30	c Try to convert by bdds
249.52/250.31	c d: 1
249.52/250.31	c estimatedAdderCost: 103
249.52/250.31	c Try to convert by bdds
249.52/250.31	c d: 1
249.52/250.31	c estimatedAdderCost: 103
249.52/250.31	c Try to convert by bdds
249.52/250.32	c d: 1
249.52/250.32	c estimatedAdderCost: 104
249.52/250.32	c Try to convert by bdds
249.52/250.33	c d: 1
249.52/250.33	c estimatedAdderCost: 105
249.52/250.33	c Try to convert by bdds
249.52/250.33	c d: 1
249.52/250.33	c estimatedAdderCost: 105
249.52/250.33	c Try to convert by bdds
249.52/250.34	c d: 1
249.52/250.34	c estimatedAdderCost: 104
249.52/250.34	c Try to convert by bdds
249.52/250.34	c d: 1
249.52/250.34	c estimatedAdderCost: 104
249.52/250.34	c Try to convert by bdds
249.52/250.35	c d: 1
249.52/250.35	c estimatedAdderCost: 103
249.52/250.35	c Try to convert by bdds
249.52/250.36	c d: 1
249.52/250.36	c estimatedAdderCost: 104
249.52/250.36	c Try to convert by bdds
249.52/250.36	c d: 1
249.52/250.36	c estimatedAdderCost: 102
249.52/250.36	c Try to convert by bdds
249.52/250.37	c d: 1
249.52/250.37	c estimatedAdderCost: 104
249.52/250.37	c Try to convert by bdds
249.52/250.38	c d: 1
249.52/250.38	c estimatedAdderCost: 103
249.52/250.38	c Try to convert by bdds
249.52/250.38	c d: 1
249.52/250.38	c estimatedAdderCost: 104
249.52/250.38	c Try to convert by bdds
249.52/250.39	c d: 1
249.52/250.39	c estimatedAdderCost: 105
249.52/250.39	c Try to convert by bdds
249.52/250.39	c d: 1
249.52/250.39	c estimatedAdderCost: 101
249.52/250.39	c Try to convert by bdds
249.62/250.40	c d: 1
249.62/250.40	c estimatedAdderCost: 103
249.62/250.40	c Try to convert by bdds
249.62/250.40	c d: 1
249.62/250.40	c estimatedAdderCost: 103
249.62/250.40	c Try to convert by bdds
249.62/250.40	c d: 1
249.62/250.40	c estimatedAdderCost: 106
249.62/250.40	c Try to convert by bdds
249.62/250.41	c d: 1
249.62/250.41	c estimatedAdderCost: 104
249.62/250.41	c Try to convert by bdds
249.62/250.42	c d: 1
249.62/250.42	c estimatedAdderCost: 103
249.62/250.42	c Try to convert by bdds
249.62/250.42	c d: 1
249.62/250.42	c estimatedAdderCost: 103
249.62/250.42	c Try to convert by bdds
249.62/250.43	c d: 1
249.62/250.43	c estimatedAdderCost: 104
249.62/250.43	c Try to convert by bdds
249.62/250.43	c d: 1
249.62/250.43	c estimatedAdderCost: 104
249.62/250.43	c Try to convert by bdds
249.62/250.44	c d: 1
249.62/250.44	c estimatedAdderCost: 103
249.62/250.44	c Try to convert by bdds
249.62/250.45	c d: 1
249.62/250.45	c estimatedAdderCost: 102
249.62/250.45	c Try to convert by bdds
249.62/250.45	c d: 1
249.62/250.45	c estimatedAdderCost: 104
249.62/250.45	c Try to convert by bdds
249.62/250.46	c d: 1
249.62/250.46	c estimatedAdderCost: 104
249.62/250.46	c Try to convert by bdds
249.62/250.47	c d: 1
249.62/250.47	c estimatedAdderCost: 103
249.62/250.47	c Try to convert by bdds
249.62/250.47	c d: 1
249.62/250.47	c estimatedAdderCost: 104
249.62/250.47	c Try to convert by bdds
249.62/250.48	c d: 1
249.62/250.48	c estimatedAdderCost: 103
249.62/250.48	c Try to convert by bdds
249.62/250.49	c d: 1
249.62/250.49	c estimatedAdderCost: 105
249.62/250.49	c Try to convert by bdds
249.62/250.49	c d: 1
249.62/250.49	c estimatedAdderCost: 104
249.62/250.49	c Try to convert by bdds
249.72/250.50	c d: 1
249.72/250.50	c estimatedAdderCost: 104
249.72/250.50	c Try to convert by bdds
249.72/250.51	c d: 1
249.72/250.51	c estimatedAdderCost: 103
249.72/250.51	c Try to convert by bdds
249.72/250.51	c d: 1
249.72/250.51	c estimatedAdderCost: 104
249.72/250.51	c Try to convert by bdds
249.72/250.52	c d: 1
249.72/250.52	c estimatedAdderCost: 102
249.72/250.52	c Try to convert by bdds
249.72/250.52	c d: 1
249.72/250.52	c estimatedAdderCost: 104
249.72/250.52	c Try to convert by bdds
249.72/250.53	c d: 1
249.72/250.53	c estimatedAdderCost: 103
249.72/250.53	c Try to convert by bdds
249.72/250.54	c d: 1
249.72/250.54	c estimatedAdderCost: 105
249.72/250.54	c Try to convert by bdds
249.72/250.54	c d: 1
249.72/250.54	c estimatedAdderCost: 104
249.72/250.54	c Try to convert by bdds
249.72/250.55	c d: 1
249.72/250.55	c estimatedAdderCost: 103
249.72/250.55	c Try to convert by bdds
249.72/250.56	c d: 1
249.72/250.56	c estimatedAdderCost: 104
249.72/250.56	c Try to convert by bdds
249.72/250.56	c d: 1
249.72/250.56	c estimatedAdderCost: 105
249.72/250.56	c Try to convert by bdds
249.72/250.57	c d: 1
249.72/250.57	c estimatedAdderCost: 104
249.72/250.57	c Try to convert by bdds
249.72/250.58	c d: 1
249.72/250.58	c estimatedAdderCost: 103
249.72/250.58	c Try to convert by bdds
249.72/250.58	c d: 1
249.72/250.58	c estimatedAdderCost: 103
249.72/250.58	c Try to convert by bdds
249.72/250.59	c d: 1
249.72/250.59	c estimatedAdderCost: 103
249.72/250.59	c Try to convert by bdds
249.72/250.60	c d: 1
249.72/250.60	c estimatedAdderCost: 103
249.72/250.60	c Try to convert by bdds
249.81/250.60	c d: 1
249.81/250.60	c estimatedAdderCost: 105
249.81/250.60	c Try to convert by bdds
249.81/250.61	c d: 1
249.81/250.61	c estimatedAdderCost: 104
249.81/250.61	c Try to convert by bdds
249.81/250.61	c d: 1
249.81/250.61	c estimatedAdderCost: 102
249.81/250.61	c Try to convert by bdds
249.81/250.62	c d: 1
249.81/250.62	c estimatedAdderCost: 104
249.81/250.62	c Try to convert by bdds
249.81/250.63	c d: 1
249.81/250.63	c estimatedAdderCost: 103
249.81/250.63	c Try to convert by bdds
249.81/250.63	c d: 1
249.81/250.63	c estimatedAdderCost: 104
249.81/250.63	c Try to convert by bdds
249.81/250.64	c d: 1
249.81/250.64	c estimatedAdderCost: 103
249.81/250.64	c Try to convert by bdds
249.81/250.65	c d: 1
249.81/250.65	c estimatedAdderCost: 104
249.81/250.65	c Try to convert by bdds
249.81/250.65	c d: 1
249.81/250.65	c estimatedAdderCost: 103
249.81/250.65	c Try to convert by bdds
249.81/250.66	c d: 1
249.81/250.66	c estimatedAdderCost: 104
249.81/250.66	c Try to convert by bdds
249.81/250.66	c d: 1
249.81/250.66	c estimatedAdderCost: 103
249.81/250.66	c Try to convert by bdds
249.81/250.67	c d: 1
249.81/250.67	c estimatedAdderCost: 103
249.81/250.67	c Try to convert by bdds
249.81/250.68	c d: 1
249.81/250.68	c estimatedAdderCost: 103
249.81/250.68	c Try to convert by bdds
249.81/250.68	c d: 1
249.81/250.68	c estimatedAdderCost: 104
249.81/250.68	c Try to convert by bdds
249.81/250.69	c d: 1
249.81/250.69	c estimatedAdderCost: 104
249.81/250.69	c Try to convert by bdds
249.91/250.70	c d: 1
249.91/250.70	c estimatedAdderCost: 105
249.91/250.70	c Try to convert by bdds
249.91/250.70	c d: 1
249.91/250.70	c estimatedAdderCost: 104
249.91/250.70	c Try to convert by bdds
249.91/250.71	c d: 1
249.91/250.71	c estimatedAdderCost: 105
249.91/250.71	c Try to convert by bdds
249.91/250.72	c d: 1
249.91/250.72	c estimatedAdderCost: 103
249.91/250.72	c Try to convert by bdds
249.91/250.72	c d: 1
249.91/250.72	c estimatedAdderCost: 103
249.91/250.72	c Try to convert by bdds
249.91/250.73	c d: 1
249.91/250.73	c estimatedAdderCost: 103
249.91/250.73	c Try to convert by bdds
249.91/250.73	c d: 1
249.91/250.73	c estimatedAdderCost: 103
249.91/250.73	c Try to convert by bdds
249.91/250.74	c d: 1
249.91/250.74	c estimatedAdderCost: 103
249.91/250.74	c Try to convert by bdds
249.91/250.75	c d: 1
249.91/250.75	c estimatedAdderCost: 103
249.91/250.75	c Try to convert by bdds
249.91/250.75	c d: 1
249.91/250.75	c estimatedAdderCost: 103
249.91/250.75	c Try to convert by bdds
249.91/250.76	c d: 1
249.91/250.76	c estimatedAdderCost: 103
249.91/250.76	c Try to convert by bdds
249.91/250.77	c d: 1
249.91/250.77	c estimatedAdderCost: 104
249.91/250.77	c Try to convert by bdds
249.91/250.77	c d: 1
249.91/250.77	c estimatedAdderCost: 103
249.91/250.77	c Try to convert by bdds
249.91/250.78	c d: 1
249.91/250.78	c estimatedAdderCost: 104
249.91/250.78	c Try to convert by bdds
249.91/250.79	c d: 1
249.91/250.79	c estimatedAdderCost: 103
249.91/250.79	c Try to convert by bdds
249.91/250.79	c d: 1
249.91/250.79	c estimatedAdderCost: 103
249.91/250.79	c Try to convert by bdds
250.01/250.80	c d: 1
250.01/250.80	c estimatedAdderCost: 104
250.01/250.80	c Try to convert by bdds
250.01/250.80	c d: 1
250.01/250.80	c estimatedAdderCost: 103
250.01/250.80	c Try to convert by bdds
250.01/250.81	c d: 1
250.01/250.81	c estimatedAdderCost: 103
250.01/250.81	c Try to convert by bdds
250.01/250.82	c d: 1
250.01/250.82	c estimatedAdderCost: 102
250.01/250.82	c Try to convert by bdds
250.01/250.82	c d: 1
250.01/250.82	c estimatedAdderCost: 104
250.01/250.82	c Try to convert by bdds
250.01/250.83	c d: 1
250.01/250.83	c estimatedAdderCost: 103
250.01/250.83	c Try to convert by bdds
250.01/250.84	c d: 1
250.01/250.84	c estimatedAdderCost: 104
250.01/250.84	c Try to convert by bdds
250.01/250.84	c d: 1
250.01/250.84	c estimatedAdderCost: 104
250.01/250.84	c Try to convert by bdds
250.01/250.85	c d: 1
250.01/250.85	c estimatedAdderCost: 103
250.01/250.85	c Try to convert by bdds
250.01/250.86	c d: 1
250.01/250.86	c estimatedAdderCost: 103
250.01/250.86	c Try to convert by bdds
250.01/250.86	c d: 1
250.01/250.86	c estimatedAdderCost: 104
250.01/250.86	c Try to convert by bdds
250.01/250.87	c d: 1
250.01/250.87	c estimatedAdderCost: 105
250.01/250.87	c Try to convert by bdds
250.01/250.88	c d: 1
250.01/250.88	c estimatedAdderCost: 103
250.01/250.88	c Try to convert by bdds
250.01/250.88	c d: 1
250.01/250.88	c estimatedAdderCost: 103
250.01/250.88	c Try to convert by bdds
250.01/250.89	c d: 1
250.01/250.89	c estimatedAdderCost: 104
250.01/250.89	c Try to convert by bdds
250.01/250.89	c d: 1
250.01/250.89	c estimatedAdderCost: 102
250.01/250.89	c Try to convert by bdds
250.11/250.90	c d: 1
250.11/250.90	c estimatedAdderCost: 104
250.11/250.90	c Try to convert by bdds
250.11/250.91	c d: 1
250.11/250.91	c estimatedAdderCost: 104
250.11/250.91	c Try to convert by bdds
250.11/250.91	c d: 1
250.11/250.91	c estimatedAdderCost: 105
250.11/250.91	c Try to convert by bdds
250.11/250.92	c d: 1
250.11/250.92	c estimatedAdderCost: 103
250.11/250.92	c Try to convert by bdds
250.11/250.93	c d: 1
250.11/250.93	c estimatedAdderCost: 104
250.11/250.93	c Try to convert by bdds
250.11/250.93	c d: 1
250.11/250.93	c estimatedAdderCost: 104
250.11/250.93	c Try to convert by bdds
250.11/250.94	c d: 1
250.11/250.94	c estimatedAdderCost: 105
250.11/250.94	c Try to convert by bdds
250.11/250.94	c d: 1
250.11/250.94	c estimatedAdderCost: 104
250.11/250.94	c Try to convert by bdds
250.11/250.95	c d: 1
250.11/250.95	c estimatedAdderCost: 104
250.11/250.95	c Try to convert by bdds
250.11/250.96	c d: 1
250.11/250.96	c estimatedAdderCost: 103
250.11/250.96	c Try to convert by bdds
250.11/250.96	c d: 1
250.11/250.96	c estimatedAdderCost: 103
250.11/250.96	c Try to convert by bdds
250.11/250.97	c d: 1
250.11/250.97	c estimatedAdderCost: 104
250.11/250.97	c Try to convert by bdds
250.11/250.98	c d: 1
250.11/250.98	c estimatedAdderCost: 104
250.11/250.98	c Try to convert by bdds
250.11/250.98	c d: 1
250.11/250.98	c estimatedAdderCost: 103
250.11/250.98	c Try to convert by bdds
250.11/250.99	c d: 1
250.11/250.99	c estimatedAdderCost: 104
250.11/250.99	c Try to convert by bdds
250.11/251.00	c d: 1
250.11/251.00	c estimatedAdderCost: 103
250.11/251.00	c Try to convert by bdds
250.11/251.00	c d: 1
250.11/251.00	c estimatedAdderCost: 104
250.11/251.00	c Try to convert by bdds
250.11/251.01	c d: 1
250.11/251.01	c estimatedAdderCost: 103
250.11/251.01	c Try to convert by bdds
250.23/251.02	c d: 1
250.23/251.02	c estimatedAdderCost: 103
250.23/251.02	c Try to convert by bdds
250.23/251.02	c d: 1
250.23/251.02	c estimatedAdderCost: 104
250.23/251.02	c Try to convert by bdds
250.23/251.03	c d: 1
250.23/251.03	c estimatedAdderCost: 103
250.23/251.03	c Try to convert by bdds
250.23/251.03	c d: 1
250.23/251.03	c estimatedAdderCost: 103
250.23/251.03	c Try to convert by bdds
250.23/251.04	c d: 1
250.23/251.04	c estimatedAdderCost: 103
250.23/251.04	c Try to convert by bdds
250.23/251.05	c d: 1
250.23/251.05	c estimatedAdderCost: 103
250.23/251.05	c Try to convert by bdds
250.23/251.05	c d: 1
250.23/251.05	c estimatedAdderCost: 104
250.23/251.05	c Try to convert by bdds
250.23/251.06	c d: 1
250.23/251.06	c estimatedAdderCost: 103
250.23/251.06	c Try to convert by bdds
250.23/251.07	c d: 1
250.23/251.07	c estimatedAdderCost: 103
250.23/251.07	c Try to convert by bdds
250.23/251.07	c d: 1
250.23/251.07	c estimatedAdderCost: 102
250.23/251.07	c Try to convert by bdds
250.23/251.08	c d: 1
250.23/251.08	c estimatedAdderCost: 104
250.23/251.08	c Try to convert by bdds
250.23/251.08	c d: 1
250.23/251.08	c estimatedAdderCost: 103
250.23/251.08	c Try to convert by bdds
250.23/251.09	c d: 1
250.23/251.09	c estimatedAdderCost: 104
250.23/251.09	c Try to convert by bdds
250.23/251.10	c d: 1
250.23/251.10	c estimatedAdderCost: 105
250.23/251.10	c Try to convert by bdds
250.23/251.10	c d: 1
250.23/251.10	c estimatedAdderCost: 102
250.23/251.10	c Try to convert by bdds
250.33/251.11	c d: 1
250.33/251.11	c estimatedAdderCost: 102
250.33/251.11	c Try to convert by bdds
250.33/251.12	c d: 1
250.33/251.12	c estimatedAdderCost: 104
250.33/251.12	c Try to convert by bdds
250.33/251.12	c d: 1
250.33/251.12	c estimatedAdderCost: 105
250.33/251.12	c Try to convert by bdds
250.33/251.13	c d: 1
250.33/251.13	c estimatedAdderCost: 104
250.33/251.13	c Try to convert by bdds
250.33/251.14	c d: 1
250.33/251.14	c estimatedAdderCost: 103
250.33/251.14	c Try to convert by bdds
250.33/251.14	c d: 1
250.33/251.14	c estimatedAdderCost: 103
250.33/251.14	c Try to convert by bdds
250.33/251.15	c d: 1
250.33/251.15	c estimatedAdderCost: 104
250.33/251.15	c Try to convert by bdds
250.33/251.16	c d: 1
250.33/251.16	c estimatedAdderCost: 102
250.33/251.16	c Try to convert by bdds
250.33/251.16	c d: 1
250.33/251.16	c estimatedAdderCost: 104
250.33/251.16	c Try to convert by bdds
250.33/251.17	c d: 1
250.33/251.17	c estimatedAdderCost: 103
250.33/251.17	c Try to convert by bdds
250.33/251.17	c d: 1
250.33/251.17	c estimatedAdderCost: 105
250.33/251.17	c Try to convert by bdds
250.33/251.18	c d: 1
250.33/251.18	c estimatedAdderCost: 103
250.33/251.18	c Try to convert by bdds
250.33/251.19	c d: 1
250.33/251.19	c estimatedAdderCost: 103
250.33/251.19	c Try to convert by bdds
250.33/251.19	c d: 1
250.33/251.19	c estimatedAdderCost: 103
250.33/251.19	c Try to convert by bdds
250.41/251.20	c d: 1
250.41/251.20	c estimatedAdderCost: 102
250.41/251.20	c Try to convert by bdds
250.41/251.21	c d: 1
250.41/251.21	c estimatedAdderCost: 104
250.41/251.21	c Try to convert by bdds
250.41/251.21	c d: 1
250.41/251.21	c estimatedAdderCost: 104
250.41/251.21	c Try to convert by bdds
250.41/251.22	c d: 1
250.41/251.22	c estimatedAdderCost: 105
250.41/251.22	c Try to convert by bdds
250.41/251.22	c d: 1
250.41/251.22	c estimatedAdderCost: 104
250.41/251.22	c Try to convert by bdds
250.41/251.23	c d: 1
250.41/251.23	c estimatedAdderCost: 104
250.41/251.23	c Try to convert by bdds
250.41/251.24	c d: 1
250.41/251.24	c estimatedAdderCost: 103
250.41/251.24	c Try to convert by bdds
250.41/251.24	c d: 1
250.41/251.24	c estimatedAdderCost: 104
250.41/251.24	c Try to convert by bdds
250.41/251.25	c d: 1
250.41/251.25	c estimatedAdderCost: 103
250.41/251.25	c Try to convert by bdds
250.41/251.26	c d: 1
250.41/251.26	c estimatedAdderCost: 103
250.41/251.26	c Try to convert by bdds
250.41/251.26	c d: 1
250.41/251.26	c estimatedAdderCost: 104
250.41/251.26	c Try to convert by bdds
250.41/251.27	c d: 1
250.41/251.27	c estimatedAdderCost: 105
250.41/251.27	c Try to convert by bdds
250.41/251.28	c d: 1
250.41/251.28	c estimatedAdderCost: 105
250.41/251.28	c Try to convert by bdds
250.41/251.28	c d: 1
250.41/251.28	c estimatedAdderCost: 103
250.41/251.28	c Try to convert by bdds
250.41/251.29	c d: 1
250.41/251.29	c estimatedAdderCost: 103
250.41/251.29	c Try to convert by bdds
250.51/251.30	c d: 1
250.51/251.30	c estimatedAdderCost: 104
250.51/251.30	c Try to convert by bdds
250.51/251.30	c d: 1
250.51/251.30	c estimatedAdderCost: 45
250.51/251.30	c Try to convert by bdds
250.51/251.30	c d: 1
250.51/251.30	c estimatedAdderCost: 35
250.51/251.30	c Try to convert by bdds
250.51/251.30	c d: 1
250.51/251.30	c estimatedAdderCost: 45
250.51/251.30	c Try to convert by bdds
250.51/251.30	c d: 1
250.51/251.30	c estimatedAdderCost: 47
250.51/251.30	c Try to convert by bdds
250.51/251.31	c d: 1
250.51/251.31	c estimatedAdderCost: 51
250.51/251.31	c Try to convert by bdds
250.51/251.31	c d: 1
250.51/251.31	c estimatedAdderCost: 40
250.51/251.31	c Try to convert by bdds
250.51/251.31	c d: 1
250.51/251.31	c estimatedAdderCost: 34
250.51/251.31	c Try to convert by bdds
250.51/251.31	c d: 1
250.51/251.31	c estimatedAdderCost: 46
250.51/251.31	c Try to convert by bdds
250.51/251.31	c d: 1
250.51/251.31	c estimatedAdderCost: 51
250.51/251.31	c Try to convert by bdds
250.51/251.31	c d: 1
250.51/251.31	c estimatedAdderCost: 33
250.51/251.31	c Try to convert by bdds
250.51/251.31	c d: 1
250.51/251.31	c estimatedAdderCost: 44
250.51/251.31	c Try to convert by bdds
250.51/251.31	c d: 1
250.51/251.31	c estimatedAdderCost: 33
250.51/251.31	c Try to convert by bdds
250.51/251.31	c d: 1
250.51/251.31	c estimatedAdderCost: 35
250.51/251.31	c Try to convert by bdds
250.51/251.31	c d: 1
250.51/251.31	c estimatedAdderCost: 36
250.51/251.31	c Try to convert by bdds
250.51/251.31	c d: 1
250.51/251.31	c estimatedAdderCost: 38
250.51/251.31	c Try to convert by bdds
250.51/251.32	c d: 1
250.51/251.32	c estimatedAdderCost: 35
250.51/251.32	c Try to convert by bdds
250.51/251.32	c d: 1
250.51/251.32	c estimatedAdderCost: 31
250.51/251.32	c Try to convert by bdds
250.51/251.32	c d: 1
250.51/251.32	c estimatedAdderCost: 47
250.51/251.32	c Try to convert by bdds
250.51/251.32	c d: 1
250.51/251.32	c estimatedAdderCost: 45
250.51/251.32	c Try to convert by bdds
250.51/251.32	c d: 1
250.51/251.32	c estimatedAdderCost: 42
250.51/251.32	c Try to convert by bdds
250.51/251.32	c d: 1
250.51/251.32	c estimatedAdderCost: 35
250.51/251.32	c Try to convert by bdds
250.51/251.32	c d: 1
250.51/251.32	c estimatedAdderCost: 45
250.51/251.32	c Try to convert by bdds
250.51/251.32	c d: 1
250.51/251.32	c estimatedAdderCost: 42
250.51/251.32	c Try to convert by bdds
250.51/251.32	c d: 1
250.51/251.32	c estimatedAdderCost: 38
250.51/251.32	c Try to convert by bdds
250.51/251.32	c d: 1
250.51/251.32	c estimatedAdderCost: 45
250.51/251.32	c Try to convert by bdds
250.51/251.32	c d: 1
250.51/251.32	c estimatedAdderCost: 39
250.51/251.32	c Try to convert by bdds
250.51/251.33	c d: 1
250.51/251.33	c estimatedAdderCost: 51
250.51/251.33	c Try to convert by bdds
250.51/251.33	c d: 1
250.51/251.33	c estimatedAdderCost: 48
250.51/251.33	c Try to convert by bdds
250.51/251.33	c d: 1
250.51/251.33	c estimatedAdderCost: 45
250.51/251.33	c Try to convert by bdds
250.51/251.33	c d: 1
250.51/251.33	c estimatedAdderCost: 35
250.51/251.33	c Try to convert by bdds
250.51/251.33	c d: 1
250.51/251.33	c estimatedAdderCost: 45
250.51/251.33	c Try to convert by bdds
250.51/251.33	c d: 1
250.51/251.33	c estimatedAdderCost: 35
250.51/251.33	c Try to convert by bdds
250.51/251.33	c d: 1
250.51/251.33	c estimatedAdderCost: 39
250.51/251.33	c Try to convert by bdds
250.51/251.33	c d: 1
250.51/251.33	c estimatedAdderCost: 36
250.51/251.33	c Try to convert by bdds
250.51/251.33	c d: 1
250.51/251.33	c estimatedAdderCost: 41
250.51/251.33	c Try to convert by bdds
250.51/251.33	c d: 1
250.51/251.33	c estimatedAdderCost: 46
250.51/251.33	c Try to convert by bdds
250.51/251.33	c d: 1
250.51/251.33	c estimatedAdderCost: 52
250.51/251.33	c Try to convert by bdds
250.51/251.34	c d: 1
250.51/251.34	c estimatedAdderCost: 42
250.51/251.34	c Try to convert by bdds
250.51/251.34	c d: 1
250.51/251.34	c estimatedAdderCost: 36
250.51/251.34	c Try to convert by bdds
250.51/251.34	c d: 1
250.51/251.34	c estimatedAdderCost: 42
250.51/251.34	c Try to convert by bdds
250.51/251.34	c d: 1
250.51/251.34	c estimatedAdderCost: 35
250.51/251.34	c Try to convert by bdds
250.51/251.34	c d: 1
250.51/251.34	c estimatedAdderCost: 47
250.51/251.34	c Try to convert by bdds
250.51/251.34	c d: 1
250.51/251.34	c estimatedAdderCost: 33
250.51/251.34	c Try to convert by bdds
250.51/251.34	c d: 1
250.51/251.34	c estimatedAdderCost: 43
250.51/251.34	c Try to convert by bdds
250.51/251.34	c d: 1
250.51/251.34	c estimatedAdderCost: 38
250.51/251.34	c Try to convert by bdds
250.51/251.34	c d: 1
250.51/251.34	c estimatedAdderCost: 41
250.51/251.34	c Try to convert by bdds
250.51/251.34	c d: 1
250.51/251.34	c estimatedAdderCost: 48
250.51/251.34	c Try to convert by bdds
250.51/251.34	c d: 1
250.51/251.34	c estimatedAdderCost: 37
250.51/251.34	c Try to convert by bdds
250.51/251.34	c d: 1
250.51/251.34	c estimatedAdderCost: 39
250.51/251.34	c Try to convert by bdds
250.51/251.35	c d: 1
250.51/251.35	c estimatedAdderCost: 38
250.51/251.35	c Try to convert by bdds
250.51/251.35	c d: 1
250.51/251.35	c estimatedAdderCost: 46
250.51/251.35	c Try to convert by bdds
250.51/251.35	c d: 1
250.51/251.35	c estimatedAdderCost: 39
250.51/251.35	c Try to convert by bdds
250.51/251.35	c d: 1
250.51/251.35	c estimatedAdderCost: 46
250.51/251.35	c Try to convert by bdds
250.51/251.35	c d: 1
250.51/251.35	c estimatedAdderCost: 37
250.51/251.35	c Try to convert by bdds
250.51/251.35	c d: 1
250.51/251.35	c estimatedAdderCost: 33
250.51/251.35	c Try to convert by bdds
250.51/251.35	c d: 1
250.51/251.35	c estimatedAdderCost: 33
250.51/251.35	c Try to convert by bdds
250.51/251.35	c d: 1
250.51/251.35	c estimatedAdderCost: 34
250.51/251.35	c Try to convert by bdds
250.51/251.35	c d: 1
250.51/251.35	c estimatedAdderCost: 45
250.51/251.35	c Try to convert by bdds
250.51/251.35	c d: 1
250.51/251.35	c estimatedAdderCost: 36
250.51/251.35	c Try to convert by bdds
250.51/251.35	c d: 1
250.51/251.35	c estimatedAdderCost: 35
250.51/251.35	c Try to convert by bdds
250.51/251.35	c d: 1
250.51/251.35	c estimatedAdderCost: 38
250.51/251.35	c Try to convert by bdds
250.51/251.35	c d: 1
250.51/251.35	c estimatedAdderCost: 54
250.51/251.35	c Try to convert by bdds
250.51/251.36	c d: 1
250.51/251.36	c estimatedAdderCost: 35
250.51/251.36	c Try to convert by bdds
250.51/251.36	c d: 1
250.51/251.36	c estimatedAdderCost: 46
250.51/251.36	c Try to convert by bdds
250.51/251.36	c d: 1
250.51/251.36	c estimatedAdderCost: 39
250.51/251.36	c Try to convert by bdds
250.51/251.36	c d: 1
250.51/251.36	c estimatedAdderCost: 34
250.51/251.36	c Try to convert by bdds
250.51/251.36	c d: 1
250.51/251.36	c estimatedAdderCost: 39
250.51/251.36	c Try to convert by bdds
250.51/251.36	c d: 1
250.51/251.36	c estimatedAdderCost: 41
250.51/251.36	c Try to convert by bdds
250.51/251.36	c d: 1
250.51/251.36	c estimatedAdderCost: 42
250.51/251.36	c Try to convert by bdds
250.51/251.36	c d: 1
250.51/251.36	c estimatedAdderCost: 47
250.51/251.36	c Try to convert by bdds
250.51/251.36	c d: 1
250.51/251.36	c estimatedAdderCost: 55
250.51/251.36	c Try to convert by bdds
250.51/251.36	c d: 1
250.51/251.36	c estimatedAdderCost: 42
250.51/251.36	c Try to convert by bdds
250.51/251.36	c d: 1
250.51/251.36	c estimatedAdderCost: 50
250.51/251.36	c Try to convert by bdds
250.51/251.36	c d: 1
250.51/251.36	c estimatedAdderCost: 39
250.51/251.36	c Try to convert by bdds
250.51/251.37	c d: 1
250.51/251.37	c estimatedAdderCost: 48
250.51/251.37	c Try to convert by bdds
250.51/251.37	c d: 1
250.51/251.37	c estimatedAdderCost: 52
250.51/251.37	c Try to convert by bdds
250.51/251.37	c d: 1
250.51/251.37	c estimatedAdderCost: 46
250.51/251.37	c Try to convert by bdds
250.51/251.37	c d: 1
250.51/251.37	c estimatedAdderCost: 39
250.51/251.37	c Try to convert by bdds
250.51/251.37	c d: 1
250.51/251.37	c estimatedAdderCost: 38
250.51/251.37	c Try to convert by bdds
250.51/251.37	c d: 1
250.51/251.37	c estimatedAdderCost: 33
250.51/251.37	c Try to convert by bdds
250.51/251.37	c d: 1
250.51/251.37	c estimatedAdderCost: 43
250.51/251.37	c Try to convert by bdds
250.51/251.37	c d: 1
250.51/251.37	c 
274.85/275.79	c pb_solver_status: sst_unknown
274.85/275.79	c total stages of optimization mode: 1
274.85/275.79	c LB updated by evalGoalLB to 0
274.85/275.79	c UB updated by evalGoalUB to 247
274.85/275.79	c minimizationMode: cmm_First_solve
274.85/275.79	c goal coeffs: 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 
274.95/275.80	c assumptions: 
274.95/275.80	c invoking solver with time budget: 5.000000
330.37/331.46	c sat_solver_result: sst_unknown
330.37/331.46	c SAT solver timed out; proceeding to cooperative SCIP call
330.37/331.46	c Calling solveScip for cooperative mode with LB_goalvalue:       0, UB_goalvalue: 247
330.37/331.46	c scip solving with time budget: 5.000000
330.37/331.46	c solveScip
330.37/331.46	c initScipForCoop
330.37/331.46	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
330.37/331.48	c presolving:
330.46/331.53	c (round 1, fast)       14 del vars, 1 del conss, 0 add conss, 0 chg bounds, 200 chg sides, 400 chg coeffs, 0 upgd conss, 0 impls, 923 clqs, 0 implints
330.56/331.60	c    (0.1s) running MILP presolver
335.36/336.47	c    (5.0s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
335.36/336.47	c    (5.0s) probing: 1/1427 (0.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
335.36/336.47	c    (5.0s) probing aborted: solving stopped
335.36/336.47	c presolving (2 rounds: 2 fast, 1 medium, 1 exhaustive):
335.36/336.47	c  14 deleted vars, 1 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 200 changed sides, 400 changed coefficients
335.36/336.47	c  0 implications, 923 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
335.36/336.47	c presolving was interrupted.
335.36/336.47	c Presolving Time: 5.00
335.36/336.47	c 
335.36/336.47	c SCIP Status        : solving was interrupted [time limit reached]
335.36/336.47	c Solving Time (sec) : 5.02
335.36/336.47	c Solving Nodes      : 0
335.36/336.47	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
335.36/336.47	c SCIP status: 23 (TIMELIMIT)
335.36/336.47	c pb_solver_status: sst_unknown
335.36/336.47	c LB_goalvalue: 0
335.36/336.47	c UB_goalvalue: 247
335.36/336.47	c Both SAT and SCIP timed out; boosting budgets to sat=10.000000 scip=10.000000
335.36/336.47	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
335.36/336.47	c SCIP returned: sst_unknown
335.36/336.47	c SCIP primal LB: -oo, dual UB: +oo
335.36/336.47	c assumptions: 
335.36/336.47	c invoking solver with time budget: 10.000000
343.33/344.48	c Model check passed
343.33/344.48	c sat_solver_result: sst_sat
343.33/344.48	c pb_solver_status: sst_sat
343.33/344.48	c in maximizeGoal found by SAT
343.33/344.48	o 1
343.33/344.48	c Found a solution: 247.  Optimum bounded: [247,247].
343.33/344.48	c best found due to opt=lb
343.33/344.48	c findModelForBestValue: pb_solver_status=sst_sat
343.33/344.48	c pb_solver_status: sst_best
343.33/344.48	s OPTIMUM FOUND
343.33/344.48	v x1290 -x1291 -x1292 -x1293 -x1294 -x1295 -x1296 -x1297 -x1298 -x1299 -x1300 -x1301 -x1302 -x1303 -x1304 -x1305 -x1306 -x1307 -x1308 -x1309 -x1310 -x1311 -x1312 -x1313 -x1314 -x1315 -x1316 -x1317 -x1318 -x1319 -x1320 -x1321 -x1322 -x1323 -x1324 -x1325 -x1326 -x1327 -x1328 -x1329 -x1330 -x1331 -x1332 -x1333 -x1334 -x1335 -x1336 -x1337 -x1338 -x1339 -x1340 -x1341 -x1342 -x1343 -x1344 -x1345 -x1346 -x1347 -x1348 -x1349 -x1350 -x1351 -x1352 -x1353 -x1354 -x1355 -x1356 -x1357 -x1358 -x1359 -x1360 -x1361 -x1362 -x1363 -x1364 -x1365 -x1366 -x1367 -x1368 -x1369 -x1370 -x1371 -x1372 -x1373 -x1374 -x1375 -x1376 -x1377 -x1378 -x1379 -x1380 -x1381 -x1382 -x1383 -x1384 -x1385 -x1386 -x1387 -x1388 -x1389 -x1390 -x1391 -x1392 -x1393 -x1394 -x1395 -x1396 -x1397 -x1398 -x1399 -x1400 -x1401 -x1402 -x1403 -x1404 -x1405 -x1406 -x1407 -x1408 -x1409 -x1410 -x1411 -x1412 -x1413 -x1414 -x1415 -x1416 -x1417 -x1418 -x1419 -x1420 -x1421 -x1422 -x1423 -x1424 -x1425 -x1426 -x1427 -x1428 -x1429 -x1430 -x1431 -x1432 -x1433 -x1434 -x1435 -x1436 -x1437 -x1438 -x1439 -x1440 -x1441 -x795 -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 x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 x805 -x806 x807 -x808 x809 x810 x811 x812 -x813 -x814 x815 x816 -x817 x818 -x819 x820 -x821 x822 -x823 x824 x825 x826 x827 -x828 -x829 -x830 x831 x832 -x833 x834 -x835 -x836 x837 x838 x839 x840 x841 -x842 x843 x844 -x845 x846 -x847 x848 -x849 -x850 -x851 x852 -x853 -x854 -x855 x856 x857 x858 x859 x860 -x861 -x862 x863 -x864 x865 x866 -x867 -x868 x869 -x870 x871 x872 -x873 x874 -x875 -x876 -x877 x878 x879 -x880 -x881 -x882 x883 -x884 -x885 x886 x887 x888 x889 -x890 -x891 x892 -x893 x894 -x895 -x896 x897 x898 -x899 -x900 x901 x902 x903 x904 -x905 x906 -x907 -x908 -x909 -x910 -x911 -x912 x913 -x914 -x915 -x916 x917 x918 x919 x920 -x921 x922 x923 -x924 x925 -x926 -x927 x928 -x929 -x930 -x931 -x932 -x933 x934 -x935 x936 x937 -x938 x939 x940 x941 x942 -x943 x944 -x945 -x946 x947 -x948 -x949 x950 x951 -x952 -x953 -x954 -x955 -x956 x957 x958 -x959 -x960 x961 x962 x963 x964 -x965 x966 -x967 -x968 -x969 x970 -x971 -x972 -x973 -x974 x975 -x976 x977 -x978 -x979 -x980 x981 x982 -x983 -x984 -x985 x986 -x987 x988 -x989 -x990 x991 x992 x993 x994 x995 x996 x997 -x998 -x999 -x1000 x1001 x1002 -x1003 x1004 -x1005 x1006 x1007 -x1008 x1009 x1010 -x1011 -x1012 x1013 -x1014 -x1015 x1016 x1017 x1018 -x1019 x1020 -x1021 -x1022 x1023 x1024 x1025 -x1026 x1027 -x1028 -x1029 -x1030 -x1031 -x1032 x1033 x1034 x1035 -x1036 -x1037 x1038 -x1039 -x1040 x1041 x1042 x1043 x1044 -x1045 x1046 x1047 -x1048 x1049 -x1050 x1051 x1052 x1053 x1054 -x1055 -x1056 -x1057 x1058 x1059 x1060 x1061 -x1062 -x1063 x1064 x1065 -x1066 -x1067 x1068 x1069 x1070 x1071 -x1072 -x1073 x1074 x1075 x1076 -x1077 x1078 x1079 x1080 -x1081 -x1082 x1083 x1084 x1085 x1086 x1087 x1088 x1089 x1090 -x1091 x1092 x1093 x1094 x1095 x1096 x1097 -x1098 x1099 -x1100 -x1101 -x1102 -x1103 x1104 -x1105 -x1106 x1107 -x1108 -x1109 -x1110 x1111 x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 x1119 x1120 -x1121 x1122 x1123 -x1124 -x1125 -x1126 x1127 -x1128 x1129 -x1130 x1131 -x1132 x1133 x1134 x1135 -x1136 -x1137 -x1138 -x1139 x1140 x1141 x1142 -x1143 -x1144 x1145 x1146 -x1147 x1148 -x1149 x1150 -x1151 -x1152 x1153 x1154 x1155 x1156 x1157 x1158 -x1159 x1160 -x1161 -x1162 x1163 x1164 x1165 x1166 x1167 -x1168 x1169 -x1170 -x1171 -x1172 -x1173 -x1174 -x1175 -x1176 x1177 -x1178 x1179 x1180 x1181 x1182 x1183 -x1184 -x1185 -x1186 x1187 -x1188 x1189 -x1190 x1191 -x1192 -x1193 x1194 -x1195 x1196 -x1197 -x1198 -x1199 x1200 x1201 x1202 -x1203 x1204 -x1205 -x1206 x1207 -x1208 -x1209 x1210 -x1211 -x1212 -x1213 -x1214 -x1215 x1216 -x1217 x1218 x1219 x1220 -x1221 x1222 -x1223 -x1224 -x1225 x1226 x1227 -x1228 x1229 -x1230 -x1231 x1232 x1233 x1234 -x1235 x1236 x1237 -x1238 x1239 -x1240 -x1241 -x1242 x1243 x1244 x1245 x1246 x1247 x1248 x1249 x1250 -x1251 x1252 -x1253 x1254 x1255 x1256 -x1257 x1258 -x1259 -x1260 x1261 x1262 -x1263 x1264 -x1265 -x1266 x1267 -x1268 -x1269 -x1270 x1271 -x1272 -x1273 -x1274 x1275 x1276 -x1277 x1278 -x1279 -x1280 x1281 x1282 -x1283 x1284 x1285 x1286 -x1287 -x1288 x1289 -x785 -x786 -x787 -x788 -x789 -x790 -x791 x792 -x793 -x794
343.33/344.48	c Model check passed
343.33/344.48	c Model check has passed with goal value: 1
343.33/344.48	c _____________________________________________________________________________
343.33/344.48	c std/band forms        : 1072,0
343.33/344.48	c 2cl/3cl ITE-codings   : 62039980,0
343.33/344.48	c BDD/srt/adr Max costs : 149371,56,0
343.33/344.48	c BDDraw/bin/mul/srt/adr: 1071,0,0,1,0
343.33/344.48	c BDD nodes             : 62462882
343.33/344.48	c Es1/CC detections     : 0,0
343.33/344.48	c CC sort               : 1
343.33/344.48	c SAT/UNSAT calls       : 1,0
343.33/344.48	c regenrated variables  : 0
343.33/344.48	c eliminated fixed lits : 0
343.33/344.48	c goal lit flips        : 0
343.33/344.48	c goal stages           : 0
343.33/344.48	c goal shrink           : 0
343.33/344.48	c goal coeff separations: 0
343.33/344.48	c restarts              : 0
343.33/344.48	c conflicts             : 0              (0 /sec)
343.33/344.48	c decisions             : 0              (0 /sec)
343.33/344.48	c propagations          : 2172           (6 /sec)
343.33/344.48	c inspects              : 0              (0 /sec)
343.33/344.48	c CPU time (solving tm) : 343.4 s        (63.45 s, SAT 7.973 s, UNSAT 0 s)
343.33/344.48	c SAT solver time       : 63.45 s
343.33/344.48	c SAT solver SAT time   : 7.973 s
343.33/344.48	c SAT solver UNSAT time : 0 s
343.33/344.48	c SAT solver TO time    : 55.48 s
343.33/344.48	c Time for SCIP         : 15.11 s
343.33/344.48	c Coop SCIP LB improvements           : 0
343.33/344.48	c Coop SCIP UB improvements           : 0
343.33/344.48	c SCIP globally fixed variables       : 1
343.33/344.48	c SAT  globally fixed variables       : 0
343.33/344.48	c SCIP freeTransform calls            : 2
343.33/344.48	c Time for Opt-base     : 0.000595 s
343.33/344.48	c Steps for Opt-base    : 0
343.33/344.48	c Time for BDD coding   : 193.1 s
343.33/344.48	c Time for srt coding   : 2.1e-05 s
343.33/344.48	c Inner solver invocations            : 0
343.33/344.48	c Inner solving count                 : 0
343.33/344.48	c _____________________________________________________________________________

Verifier Data

OK	1

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

running on 4 cores: 20-23

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

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

CPU governors:
  performance: 20-23

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (98510 MiB free)
  node 1: cores 8-15, 128973 MiB (69435 MiB free)
  node 2: cores 16-23, 129019 MiB (117586 MiB free)
  node 3: cores 24-31, 129003 MiB (91498 MiB free)
  node 4: cores 32-39, 129019 MiB (114746 MiB free)
  node 5: cores 40-47, 129019 MiB (101713 MiB free)
  node 6: cores 48-55, 129019 MiB (117182 MiB free)
  node 7: cores 56-63, 128474 MiB (108587 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=2295688, runsolver pid=2295685
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 16.02 16.16 16.03 17/873 2295691
/proc/meminfo: memFree=838917832/1055320708 swapFree=32681384/33554428
[pid=2295688] ppid=2295685 vsize=93996 memory=17844 CPUtime=0.08 cores=20-23
/proc/2295688/stat : 2295688 (naps_release) R 2295685 2295688 2291478 0 -1 4194304 2201 205 0 0 7 1 0 0 20 0 1 0 147092261 96251904 4352 18446744073709551615 4210688 6281017 140726027973520 0 0 0 0 0 16898 0 0 0 17 21 0 0 0 0 0 6662968 6676388 25464832 140726027974875 140726027975056 140726027975056 140726027980744 0
/proc/2295688/statm: 23499 4461 2724 506 0 4190 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 93996 KiB
Current children cumulated memory: 17844 KiB

[startup+0.212654 s]*
/proc/loadavg: 16.02 16.16 16.03 17/873 2295691
/proc/meminfo: memFree=838910776/1055320708 swapFree=32681384/33554428
[pid=2295688] ppid=2295685 vsize=107476 memory=24896 CPUtime=0.2 cores=20-23
/proc/2295688/stat : 2295688 (naps_release) R 2295685 2295688 2291478 0 -1 4194304 3964 205 0 0 19 1 0 0 20 0 1 0 147092261 110055424 6144 18446744073709551615 4210688 6281017 140726027973520 0 0 0 0 0 16898 0 0 0 17 21 0 0 0 0 0 6662968 6676388 25464832 140726027974875 140726027975056 140726027975056 140726027980744 0
/proc/2295688/statm: 26869 6224 2724 506 0 7560 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 107476 KiB
Current children cumulated memory: 24896 KiB

[startup+0.312035 s]*
/proc/loadavg: 16.02 16.16 16.03 17/873 2295691
/proc/meminfo: memFree=838904760/1055320708 swapFree=32681384/33554428
[pid=2295688] ppid=2295685 vsize=119272 memory=30900 CPUtime=0.29 cores=20-23
/proc/2295688/stat : 2295688 (naps_release) R 2295685 2295688 2291478 0 -1 4194304 5465 205 0 0 28 1 0 0 20 0 1 0 147092261 122134528 7680 18446744073709551615 4210688 6281017 140726027973520 0 0 0 0 0 16898 0 0 0 17 21 0 0 0 0 0 6662968 6676388 25464832 140726027974875 140726027975056 140726027975056 140726027980744 0
/proc/2295688/statm: 29818 7725 2724 506 0 10509 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 119272 KiB
Current children cumulated memory: 30900 KiB

[startup+0.700167 s]
/proc/loadavg: 16.02 16.16 16.03 17/873 2295691
/proc/meminfo: memFree=838891152/1055320708 swapFree=32681384/33554428
[pid=2295688] ppid=2295685 vsize=223156 memory=133412 CPUtime=0.67 cores=20-23
/proc/2295688/stat : 2295688 (naps_release) R 2295685 2295688 2291478 0 -1 4194304 30010 205 0 0 65 2 0 0 20 0 1 0 147092261 228511744 33274 18446744073709551615 4210688 6281017 140726027973520 0 0 0 0 0 16898 0 0 0 17 21 0 0 0 0 0 6662968 6676388 25464832 140726027974875 140726027975056 140726027975056 140726027980744 0
/proc/2295688/statm: 55789 33353 5410 506 0 36480 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 223156 KiB
Current children cumulated memory: 133412 KiB

[startup+1.50012 s]
/proc/loadavg: 16.02 16.16 16.03 17/873 2295691
/proc/meminfo: memFree=838787832/1055320708 swapFree=32681384/33554428
[pid=2295688] ppid=2295685 vsize=274336 memory=184412 CPUtime=1.47 cores=20-23
/proc/2295688/stat : 2295688 (naps_release) R 2295685 2295688 2291478 0 -1 4194304 38508 205 0 0 144 3 0 0 20 0 1 0 147092261 280920064 45952 18446744073709551615 4210688 6281017 140726027973520 0 0 0 0 0 16898 0 0 0 17 21 0 0 0 0 0 6662968 6676388 25464832 140726027974875 140726027975056 140726027975056 140726027980744 0
/proc/2295688/statm: 68584 46103 5660 506 0 49275 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 274336 KiB
Current children cumulated memory: 184412 KiB

[startup+3.11245 s]
/proc/loadavg: 16.02 16.16 16.03 17/873 2295691
/proc/meminfo: memFree=838788788/1055320708 swapFree=32681384/33554428
[pid=2295688] ppid=2295685 vsize=274336 memory=184412 CPUtime=3.08 cores=20-23
/proc/2295688/stat : 2295688 (naps_release) R 2295685 2295688 2291478 0 -1 4194304 38513 205 0 0 305 3 0 0 20 0 1 0 147092261 280920064 45952 18446744073709551615 4210688 6281017 140726027973520 0 0 0 0 0 16898 0 0 0 17 21 0 0 0 0 0 6662968 6676388 25464832 140726027974875 140726027975056 140726027975056 140726027980744 0
/proc/2295688/statm: 68584 46103 5660 506 0 49275 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 274336 KiB
Current children cumulated memory: 184412 KiB

[startup+6.3001 s]
/proc/loadavg: 16.02 16.16 16.03 17/872 2295691
/proc/meminfo: memFree=838782916/1055320708 swapFree=32681384/33554428
[pid=2295688] ppid=2295685 vsize=274336 memory=184412 CPUtime=6.26 cores=20-23
/proc/2295688/stat : 2295688 (naps_release) R 2295685 2295688 2291478 0 -1 4194304 38518 205 0 0 623 3 0 0 20 0 1 0 147092261 280920064 45952 18446744073709551615 4210688 6281017 140726027973520 0 0 0 0 0 16898 0 0 0 17 21 0 0 0 0 0 6662968 6676388 25464832 140726027974875 140726027975056 140726027975056 140726027980744 0
/proc/2295688/statm: 68584 46103 5660 506 0 49275 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 274336 KiB
Current children cumulated memory: 184412 KiB

[startup+12.7001 s]
/proc/loadavg: 16.02 16.15 16.03 17/872 2295691
/proc/meminfo: memFree=838870912/1055320708 swapFree=32681384/33554428
[pid=2295688] ppid=2295685 vsize=274336 memory=184412 CPUtime=12.64 cores=20-23
/proc/2295688/stat : 2295688 (naps_release) R 2295685 2295688 2291478 0 -1 4194304 38523 205 0 0 1261 3 0 0 20 0 1 0 147092261 280920064 45952 18446744073709551615 4210688 6281017 140726027973520 0 0 0 0 0 16898 0 0 0 17 21 0 0 0 0 0 6662968 6676388 25464832 140726027974875 140726027975056 140726027975056 140726027980744 0
/proc/2295688/statm: 68584 46103 5660 506 0 49275 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 274336 KiB
Current children cumulated memory: 184412 KiB

[startup+25.5001 s]
/proc/loadavg: 16.01 16.15 16.03 17/872 2295691
/proc/meminfo: memFree=839822736/1055320708 swapFree=32681384/33554428
[pid=2295688] ppid=2295685 vsize=452900 memory=340112 CPUtime=25.4 cores=20-23
/proc/2295688/stat : 2295688 (naps_release) R 2295685 2295688 2291478 0 -1 4194304 56804 205 0 0 2536 4 0 0 20 0 1 0 147092261 463769600 84920 18446744073709551615 4210688 6281017 140726027973520 0 0 0 0 0 16898 0 0 0 17 21 0 0 0 0 0 6662968 6676388 25464832 140726027974875 140726027975056 140726027975056 140726027980744 0
/proc/2295688/statm: 113225 85028 5786 506 0 93916 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 452900 KiB
Current children cumulated memory: 340112 KiB

[startup+51.1134 s]
/proc/loadavg: 16.08 16.15 16.03 17/872 2295691
/proc/meminfo: memFree=839808696/1055320708 swapFree=32681384/33554428
[pid=2295688] ppid=2295685 vsize=630336 memory=513924 CPUtime=50.94 cores=20-23
/proc/2295688/stat : 2295688 (naps_release) R 2295685 2295688 2291478 0 -1 4194304 80908 205 0 0 5087 7 0 0 20 0 1 0 147092261 645464064 128455 18446744073709551615 4210688 6281017 140726027973520 0 0 0 0 0 16898 0 0 0 17 21 0 0 0 0 0 6662968 6676388 25464832 140726027974875 140726027975056 140726027975056 140726027980744 0
/proc/2295688/statm: 157584 128481 5786 506 0 138275 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 630336 KiB
Current children cumulated memory: 513924 KiB

[startup+102.3 s]
/proc/loadavg: 16.08 16.14 16.03 17/872 2295692
/proc/meminfo: memFree=839593296/1055320708 swapFree=32681384/33554428
[pid=2295688] ppid=2295685 vsize=997328 memory=871936 CPUtime=101.97 cores=20-23
/proc/2295688/stat : 2295688 (naps_release) R 2295685 2295688 2291478 0 -1 4194304 128649 205 0 0 10185 12 0 0 20 0 1 0 147092261 1021263872 217871 18446744073709551615 4210688 6281017 140726027973520 0 0 0 0 0 16898 0 0 0 17 21 0 0 0 0 0 6662968 6676388 25464832 140726027974875 140726027975056 140726027975056 140726027980744 0
/proc/2295688/statm: 249332 217984 5786 506 0 230023 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 997328 KiB
Current children cumulated memory: 871936 KiB

[startup+162.3 s]
/proc/loadavg: 16.03 16.11 16.02 18/872 2295996
/proc/meminfo: memFree=838846532/1055320708 swapFree=32681384/33554428
[pid=2295688] ppid=2295685 vsize=1540416 memory=1336380 CPUtime=161.78 cores=20-23
/proc/2295688/stat : 2295688 (naps_release) R 2295685 2295688 2291478 0 -1 4194304 180320 205 0 0 16160 18 0 0 20 0 1 0 147092261 1577385984 333972 18446744073709551615 4210688 6281017 140726027973520 0 0 0 0 0 16898 0 0 0 17 21 0 0 0 0 0 6662968 6676388 25464832 140726027974875 140726027975056 140726027975056 140726027980744 0
/proc/2295688/statm: 385104 334095 5786 506 0 365795 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 1540416 KiB
Current children cumulated memory: 1336380 KiB

[startup+222.3 s]
/proc/loadavg: 16.01 16.09 16.02 18/871 2296097
/proc/meminfo: memFree=833780928/1055320708 swapFree=32681384/33554428
[pid=2295688] ppid=2295685 vsize=2222700 memory=1955188 CPUtime=221.6 cores=20-23
/proc/2295688/stat : 2295688 (naps_release) R 2295685 2295688 2291478 0 -1 4194304 228782 205 0 0 22136 24 0 0 20 0 1 0 147092261 2276044800 488771 18446744073709551615 4210688 6281017 140726027973520 0 0 0 0 0 16898 0 0 0 17 21 0 0 0 0 0 6662968 6676388 25464832 140726027974875 140726027975056 140726027975056 140726027980744 0
/proc/2295688/statm: 555675 488797 5786 506 0 536366 0
Current children cumulated CPU time: 221.6 s
Current children cumulated vsize: 2222700 KiB
Current children cumulated memory: 1955188 KiB

[startup+282.3 s]
/proc/loadavg: 16.21 16.14 16.04 18/872 2296198
/proc/meminfo: memFree=803607088/1055320708 swapFree=32681384/33554428
[pid=2295688] ppid=2295685 vsize=22990348 memory=21971096 CPUtime=281.42 cores=20-23
/proc/2295688/stat : 2295688 (naps_release) R 2295685 2295688 2291478 0 -1 4194304 3381605 205 0 0 27895 247 0 0 20 0 1 0 147092261 23542116352 5492748 18446744073709551615 4210688 6281017 140726027973520 0 0 0 0 0 16898 0 0 0 17 21 0 0 0 0 0 6662968 6676388 25464832 140726027974875 140726027975056 140726027975056 140726027980744 0
/proc/2295688/statm: 5747587 5492774 5786 506 0 5728278 0
Current children cumulated CPU time: 281.42 s
Current children cumulated vsize: 22990348 KiB
Current children cumulated memory: 21971096 KiB

[startup+342.3 s]
/proc/loadavg: 16.07 16.12 16.04 18/874 2296203
/proc/meminfo: memFree=788380836/1055320708 swapFree=32681384/33554428
[pid=2295688] ppid=2295685 vsize=22998184 memory=22198540 CPUtime=341.24 cores=20-23
/proc/2295688/stat : 2295688 (naps_release) R 2295685 2295688 2291478 0 -1 4194304 3451293 205 0 0 33809 315 0 0 20 0 1 0 147092261 23550140416 5549411 18446744073709551615 4210688 6281017 140726027973520 0 0 0 0 0 16898 0 0 0 17 21 0 0 0 0 0 6662968 6676388 25464832 140726027974875 140726027975056 140726027975056 140726027980744 0
/proc/2295688/statm: 5749546 5549635 5866 506 0 5730237 0
Current children cumulated CPU time: 341.24 s
Current children cumulated vsize: 22998184 KiB
Current children cumulated memory: 22198540 KiB

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

# cumulated CPU time of all completed processes:  user=341.108 s, system=3.52915 s

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

[startup+342.4 s]
/proc/loadavg: 16.07 16.12 16.04 18/874 2296203
/proc/meminfo: memFree=788380836/1055320708 swapFree=32681384/33554428
[pid=2295688] ppid=2295685 vsize=22998184 memory=22198540 CPUtime=341.34 cores=20-23
/proc/2295688/stat : 2295688 (naps_release) R 2295685 2295688 2291478 0 -1 4194304 3451293 205 0 0 33819 315 0 0 20 0 1 0 147092261 23550140416 5549411 18446744073709551615 4210688 6281017 140726027973520 0 0 0 0 0 16898 0 0 0 17 21 0 0 0 0 0 6662968 6676388 25464832 140726027974875 140726027975056 140726027975056 140726027980744 0
/proc/2295688/statm: 5749546 5549635 5866 506 0 5730237 0
Current children cumulated CPU time: 341.34 s
Current children cumulated vsize: 22998184 KiB
Current children cumulated memory: 22198540 KiB

[startup+344 s]*
/proc/loadavg: 16.07 16.12 16.04 18/874 2296203
/proc/meminfo: memFree=787768152/1055320708 swapFree=32681384/33554428
[pid=2295688] ppid=2295685 vsize=22998184 memory=22234352 CPUtime=342.94 cores=20-23
/proc/2295688/stat : 2295688 (naps_release) R 2295685 2295688 2291478 0 -1 4194304 3453876 205 0 0 33975 319 0 0 20 0 1 0 147092261 23550140416 5558375 18446744073709551615 4210688 6281017 140726027973520 0 0 0 0 0 16898 0 0 0 17 21 0 0 0 0 0 6662968 6676388 25464832 140726027974875 140726027975056 140726027975056 140726027980744 0
/proc/2295688/statm: 5749546 5558588 5866 506 0 5730237 0
Current children cumulated CPU time: 342.94 s
Current children cumulated vsize: 22998184 KiB
Current children cumulated memory: 22234352 KiB

[startup+344.8 s]
/proc/loadavg: 16.07 16.12 16.04 18/874 2296203
/proc/meminfo: memFree=787768152/1055320708 swapFree=32681384/33554428
[pid=2295688] ppid=2295685 vsize=22998184 memory=22234412 CPUtime=343.73 cores=20-23
/proc/2295688/stat : 2295688 (naps_release) R 2295685 2295688 2291478 0 -1 4194304 3453965 205 0 0 34054 319 0 0 20 0 1 0 147092261 23550140416 5558375 18446744073709551615 4210688 6281017 140726027973520 0 0 0 0 0 16898 0 0 0 17 21 0 0 0 0 0 6662968 6676388 25464832 140726027974875 140726027975056 140726027975056 140726027980744 0
/proc/2295688/statm: 5749546 5558603 5881 506 0 5730237 0
Current children cumulated CPU time: 343.73 s
Current children cumulated vsize: 22998184 KiB
Current children cumulated memory: 22234412 KiB

[startup+345.2 s]
/proc/loadavg: 16.07 16.12 16.04 18/874 2296203
/proc/meminfo: memFree=787220756/1055320708 swapFree=32681384/33554428
[pid=2295688] ppid=2295685 vsize=22998184 memory=22234412 CPUtime=344.13 cores=20-23
/proc/2295688/stat : 2295688 (naps_release) R 2295685 2295688 2291478 0 -1 4194304 3453965 205 0 0 34094 319 0 0 20 0 1 0 147092261 23550140416 5558375 18446744073709551615 4210688 6281017 140726027973520 0 0 0 0 0 16898 0 0 0 17 21 0 0 0 0 0 6662968 6676388 25464832 140726027974875 140726027975056 140726027975056 140726027980744 0
/proc/2295688/statm: 5749546 5558603 5881 506 0 5730237 0
Current children cumulated CPU time: 344.13 s
Current children cumulated vsize: 22998184 KiB
Current children cumulated memory: 22234412 KiB

[startup+345.6 s]
/proc/loadavg: 16.07 16.12 16.04 17/874 2296203
/proc/meminfo: memFree=789038624/1055320708 swapFree=32681384/33554428
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 30

Real time (s): 345.7
CPU time (s): 344.637
CPU user time (s): 341.108
CPU system time (s): 3.52915
CPU usage (%): 99.6926
Max. virtual memory (cumulated for all children) (KiB): 32060796
Max. memory (cumulated for all children) (KiB): 30960740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 341.108
system time used= 3.52915
maximum resident set size= 30960220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3454201
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= 301
involuntary context switches= 582


# summary of solver processes directly reported to runsolver:
#   pid: 2295688
#   total CPU time (s): 344.637
#   total CPU user time (s): 341.108
#   total CPU system time (s): 3.52915

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.17505 second user time and 3.7841 second system time

The end

Launcher Data

Begin job on nodeE010 at 2026-06-22 16:20:45
IDJOB=4780622
IDBENCH=180357
IDSOLVER=3589
FILE ID=nodeE010/4780622-1782138045
RUNJOBID= nodeE010-1782134575-2291493
SLURM_JOB_ID= 12510915
Free space on /tmp= 798052 MiB

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

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

MD5SUM BENCH= 5d66b06abc7f799ecf1d1d716e310b76
RANDOM SEED=1929835123

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       1055320708 kB
MemFree:        838826236 kB
MemAvailable:   917991956 kB
Buffers:              32 kB
Cached:         82945716 kB
SwapCached:         6960 kB
Active:         128340420 kB
Inactive:       81614900 kB
Active(anon):   127045852 kB
Inactive(anon):    50272 kB
Active(file):    1294568 kB
Inactive(file): 81564628 kB
Unevictable:        9000 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       32681384 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             18596 kB
Writeback:           556 kB
AnonPages:      127000376 kB
Mapped:           120716 kB
Shmem:             86536 kB
KReclaimable:    1111296 kB
Slab:            1624604 kB
SReclaimable:    1111296 kB
SUnreclaim:       513308 kB
KernelStack:       14912 kB
PageTables:       257368 kB
SecPageTables:     15560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:   138540196 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      479204 kB
VmallocChunk:          0 kB
Percpu:           116224 kB
HardwareCorrupted:     0 kB
AnonHugePages:  70387712 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      385476 kB
DirectMap2M:    20908032 kB
DirectMap1G:    1052770304 kB

Free space on /tmp at the end= 797944 MiB
End job on nodeE010 at 2026-06-22 16:26:31