Trace number 4817287

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.04? 777.476 779.72

General information on the benchmark

NamePB26/normalized-PB26/OPT-LIN/sergeys/CPMpy_translated_dataset_PB26/
miplib/normalized-neos-3024952-loue.mps.opb
MD5SUMf41c5b9c46d45843a5dbe0b8b57364d9
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark79141
Best CPU time to get the best result obtained on this benchmark3583.14
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables89460
Total number of constraints88965
Number of constraints which are clauses85050
Number of constraints which are cardinality constraints (but not clauses)315
Number of constraints which are nor clauses,nor cardinality constraints3600
Minimum length of a constraint2
Maximum length of a constraint852
Number of terms in the objective function 86100
Biggest coefficient in the objective function 210
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 8128250
Number of bits of the sum of numbers in the objective function 23
Biggest number in a constraint 2552
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 8128250
Number of bits of the biggest sum of numbers23
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.04	exec HOME/naps_release -v2 -mc -cSCIP -scip-solve-prop -scip-stage-prop -given-time=3600 HOME/instance-4817287-1782933015.opb
0.00/0.08	c NaPS 1.03a50.
0.00/0.08	c Using SAT solver: CaDiCaL 3.0.0
0.00/0.08	c Input file name: HOME/instance-4817287-1782933015.opb
0.00/0.08	c Parsing PB file...
0.14/0.23	c goal was devided by 1 with offset 4163250.
1.11/1.24	c assumptions before coding: 
1.21/1.33	c initScipForCoop
1.31/1.43	c Running SCIP presolver (time limit: 10 sec)...
1.31/1.43	c solveScip
1.31/1.43	c initScipForCoop
1.31/1.44	c Cooperative mode: scip_coop_offset=4163250.000000
1.31/1.44	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
1.31/1.44	c Running SCIP presolve for solve-time propagation (rounds=3)
1.41/1.59	c presolving:
1.61/1.74	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 84 chg sides, 147 chg coeffs, 0 upgd conss, 0 impls, 85260 clqs, 0 implints
1.81/1.90	c    (0.5s) running MILP presolver
1.92/2.04	c    (0.6s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
1.92/2.07	c (round 2, exhaustive) 0 del vars, 105 del conss, 0 add conss, 0 chg bounds, 84 chg sides, 147 chg coeffs, 0 upgd conss, 0 impls, 85260 clqs, 0 implints
2.50/2.61	c    (1.2s) sparsify finished: 2160/652533 (0.3%) nonzeros canceled - in total 2160 canceled nonzeros, 2160 changed coefficients, 0 added nonzeros
11.07/11.26	c    (9.8s) probing: 1000/89460 (1.1%) - 0 fixings, 0 aggregations, 24898 implications, 0 bound changes
11.07/11.27	c    (9.8s) probing: 1001/89460 (1.1%) - 0 fixings, 0 aggregations, 24909 implications, 0 bound changes
11.07/11.27	c    (9.8s) probing aborted: 1000/1000 successive useless probings
11.47/11.66	c presolving (3 rounds: 3 fast, 2 medium, 2 exhaustive):
11.47/11.66	c  0 deleted vars, 105 deleted constraints, 105 added constraints, 0 tightened bounds, 0 added holes, 84 changed sides, 2307 changed coefficients
11.47/11.66	c  0 implications, 110169 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
11.47/11.66	c presolved problem has 89460 variables (89460 bin, 0 int, 0 cont) and 88965 constraints
11.47/11.66	c    3700 constraints of type <knapsack>
11.47/11.66	c   85050 constraints of type <setppc>
11.47/11.66	c     110 constraints of type <linear>
11.47/11.66	c     105 constraints of type <logicor>
11.47/11.66	c transformed objective value is always integral (scale: 1)
11.47/11.66	c Presolving Time: 10.09
11.77/11.90	c presolving:
11.88/12.07	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 84 chg sides, 147 chg coeffs, 0 upgd conss, 0 impls, 85260 clqs, 0 implints
12.06/12.23	c    (0.5s) running MILP presolver
12.16/12.38	c    (0.6s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
12.26/12.42	c (round 2, exhaustive) 0 del vars, 105 del conss, 0 add conss, 0 chg bounds, 84 chg sides, 147 chg coeffs, 0 upgd conss, 0 impls, 85260 clqs, 0 implints
12.26/12.43	c (round 3, fast)       0 del vars, 105 del conss, 105 add conss, 0 chg bounds, 84 chg sides, 147 chg coeffs, 0 upgd conss, 0 impls, 85260 clqs, 0 implints
12.47/12.63	c (round 4, exhaustive) 0 del vars, 105 del conss, 105 add conss, 0 chg bounds, 84 chg sides, 147 chg coeffs, 88860 upgd conss, 0 impls, 85260 clqs, 0 implints
12.67/12.82	c (round 5, medium)     0 del vars, 105 del conss, 315 add conss, 0 chg bounds, 294 chg sides, 567 chg coeffs, 88860 upgd conss, 0 impls, 85260 clqs, 0 implints
12.67/12.85	c (round 6, fast)       0 del vars, 126 del conss, 336 add conss, 0 chg bounds, 378 chg sides, 882 chg coeffs, 88860 upgd conss, 0 impls, 85260 clqs, 0 implints
13.76/13.98	c    (2.2s) sparsify finished: 2160/652743 (0.3%) nonzeros canceled - in total 2160 canceled nonzeros, 2160 changed coefficients, 0 added nonzeros
21.54/21.79	c    (10.0s) probing: 958/89460 (1.1%) - 0 fixings, 0 aggregations, 24196 implications, 0 bound changes
21.54/21.79	c    (10.0s) probing aborted: solving stopped
21.64/21.81	c presolving (7 rounds: 7 fast, 4 medium, 3 exhaustive):
21.64/21.81	c  0 deleted vars, 126 deleted constraints, 336 added constraints, 0 tightened bounds, 0 added holes, 378 changed sides, 3042 changed coefficients
21.64/21.81	c  0 implications, 109456 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
21.64/21.81	c presolving was interrupted.
21.64/21.81	c Presolving Time: 9.91
21.64/21.81	c 
21.64/21.81	c SCIP Status        : solving was interrupted [time limit reached]
21.64/21.81	c Solving Time (sec) : 10.02
21.64/21.81	c Solving Nodes      : 0
21.64/21.81	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
21.64/21.81	c SCIP status: 23 (TIMELIMIT)
21.64/21.81	c solveScip: freeing transform (!can_skip_free_transform)
21.74/21.97	c SCIP presolver: sst_unknown
21.74/21.97	c Converting 88965 PB-constraints to clauses...
21.74/21.97	c   -- Clauses(.)/Splits(s): #########################################################################################################estimatedAdderCost: 17
21.85/22.10	c Try to convert by bdds
21.85/22.10	c D: 1
21.85/22.10	c estimatedAdderCost: 652
21.85/22.10	c Try to convert by bdds
22.53/22.77	c d: 1
22.53/22.77	c estimatedAdderCost: 17
22.53/22.77	c Try to convert by bdds
22.73/22.91	c D: 1
22.73/22.91	c estimatedAdderCost: 1292
22.73/22.91	c Try to convert by bdds
25.12/25.36	c d: 1
25.12/25.36	c estimatedAdderCost: 17
25.12/25.36	c Try to convert by bdds
25.62/25.89	c D: 1
25.62/25.89	c estimatedAdderCost: 1292
25.62/25.89	c Try to convert by bdds
28.12/28.38	c d: 1
28.12/28.38	c estimatedAdderCost: 17
28.12/28.38	c Try to convert by bdds
28.72/28.92	c D: 1
28.72/28.92	c estimatedAdderCost: 1292
28.72/28.92	c Try to convert by bdds
31.31/31.51	c d: 1
31.31/31.51	c estimatedAdderCost: 17
31.31/31.51	c Try to convert by bdds
31.82/32.06	c D: 1
31.82/32.06	c estimatedAdderCost: 1292
31.82/32.06	c Try to convert by bdds
34.30/34.60	c d: 1
34.30/34.60	c estimatedAdderCost: 17
34.30/34.60	c Try to convert by bdds
34.91/35.16	c D: 1
34.91/35.16	c estimatedAdderCost: 1292
34.91/35.16	c Try to convert by bdds
37.48/37.73	c d: 1
37.48/37.73	c estimatedAdderCost: 17
37.48/37.73	c Try to convert by bdds
37.98/38.29	c D: 1
37.98/38.29	c estimatedAdderCost: 1292
37.98/38.29	c Try to convert by bdds
40.57/40.89	c d: 1
40.57/40.89	c estimatedAdderCost: 17
40.57/40.89	c Try to convert by bdds
41.17/41.45	c D: 1
41.17/41.45	c estimatedAdderCost: 1292
41.17/41.45	c Try to convert by bdds
43.89/44.11	c d: 1
43.89/44.11	c estimatedAdderCost: 17
43.89/44.11	c Try to convert by bdds
44.37/44.67	c D: 1
44.37/44.67	c estimatedAdderCost: 1292
44.37/44.67	c Try to convert by bdds
47.06/47.34	c d: 1
47.06/47.34	c estimatedAdderCost: 17
47.06/47.34	c Try to convert by bdds
47.56/47.89	c D: 1
47.56/47.89	c estimatedAdderCost: 1292
47.56/47.89	c Try to convert by bdds
50.45/50.75	c d: 1
50.45/50.75	c estimatedAdderCost: 17
50.45/50.75	c Try to convert by bdds
51.04/51.30	c D: 1
51.04/51.30	c estimatedAdderCost: 1292
51.04/51.30	c Try to convert by bdds
53.75/54.03	c d: 1
53.75/54.03	c estimatedAdderCost: 17
53.75/54.03	c Try to convert by bdds
54.23/54.58	c D: 1
54.23/54.58	c estimatedAdderCost: 1292
54.23/54.58	c Try to convert by bdds
57.03/57.31	c d: 1
57.03/57.31	c estimatedAdderCost: 17
57.03/57.31	c Try to convert by bdds
57.53/57.86	c D: 1
57.53/57.86	c estimatedAdderCost: 1292
57.53/57.86	c Try to convert by bdds
60.32/60.60	c d: 1
60.32/60.60	c estimatedAdderCost: 17
60.32/60.60	c Try to convert by bdds
60.83/61.16	c D: 1
60.83/61.16	c estimatedAdderCost: 1292
60.83/61.16	c Try to convert by bdds
63.62/63.94	c d: 1
63.62/63.94	c estimatedAdderCost: 17
63.62/63.94	c Try to convert by bdds
64.11/64.49	c D: 1
64.11/64.49	c estimatedAdderCost: 1292
64.11/64.49	c Try to convert by bdds
66.90/67.27	c d: 1
66.90/67.27	c estimatedAdderCost: 17
66.90/67.27	c Try to convert by bdds
67.50/67.82	c D: 1
67.50/67.82	c estimatedAdderCost: 1292
67.50/67.82	c Try to convert by bdds
70.29/70.62	c d: 1
70.29/70.62	c estimatedAdderCost: 17
70.29/70.62	c Try to convert by bdds
70.80/71.17	c D: 1
70.80/71.17	c estimatedAdderCost: 1292
70.80/71.17	c Try to convert by bdds
73.69/74.05	c d: 1
73.69/74.05	c estimatedAdderCost: 17
73.69/74.05	c Try to convert by bdds
74.28/74.60	c D: 1
74.28/74.60	c estimatedAdderCost: 1292
74.28/74.60	c Try to convert by bdds
77.08/77.43	c d: 1
77.08/77.43	c estimatedAdderCost: 17
77.08/77.43	c Try to convert by bdds
77.57/78.00	c D: 1
77.57/78.00	c estimatedAdderCost: 1292
77.57/78.00	c Try to convert by bdds
80.46/80.84	c d: 1
80.46/80.84	c estimatedAdderCost: 17
80.46/80.84	c Try to convert by bdds
81.06/81.41	c D: 1
81.06/81.41	c estimatedAdderCost: 1292
81.06/81.41	c Try to convert by bdds
83.85/84.27	c d: 1
83.85/84.27	c estimatedAdderCost: 17
83.85/84.27	c Try to convert by bdds
84.45/84.83	c D: 1
84.45/84.83	c estimatedAdderCost: 1292
84.45/84.83	c Try to convert by bdds
87.66/88.04	c d: 1
87.66/88.04	c estimatedAdderCost: 17
87.66/88.04	c Try to convert by bdds
88.24/88.61	c D: 1
88.24/88.61	c estimatedAdderCost: 652
88.24/88.61	c Try to convert by bdds
89.04/89.44	c d: 1
89.04/89.44	c estimatedAdderCost: 17
89.04/89.44	c Try to convert by bdds
89.24/89.60	c D: 1
89.24/89.60	c estimatedAdderCost: 1292
89.24/89.60	c Try to convert by bdds
92.03/92.46	c d: 1
92.03/92.46	c estimatedAdderCost: 17
92.03/92.46	c Try to convert by bdds
92.64/93.03	c D: 1
92.64/93.03	c estimatedAdderCost: 1292
92.64/93.03	c Try to convert by bdds
95.51/95.93	c d: 1
95.51/95.93	c estimatedAdderCost: 17
95.51/95.93	c Try to convert by bdds
96.11/96.50	c D: 1
96.11/96.50	c estimatedAdderCost: 1292
96.11/96.50	c Try to convert by bdds
99.01/99.40	c d: 1
99.01/99.40	c estimatedAdderCost: 17
99.01/99.40	c Try to convert by bdds
99.51/99.98	c D: 1
99.51/99.98	c estimatedAdderCost: 1292
99.51/99.98	c Try to convert by bdds
102.40/102.89	c d: 1
102.40/102.89	c estimatedAdderCost: 17
102.40/102.89	c Try to convert by bdds
103.00/103.46	c D: 1
103.00/103.46	c estimatedAdderCost: 1292
103.00/103.46	c Try to convert by bdds
105.88/106.38	c d: 1
105.88/106.38	c estimatedAdderCost: 17
105.88/106.38	c Try to convert by bdds
106.48/106.95	c D: 1
106.48/106.95	c estimatedAdderCost: 1292
106.48/106.95	c Try to convert by bdds
109.38/109.87	c d: 1
109.38/109.87	c estimatedAdderCost: 17
109.38/109.87	c Try to convert by bdds
109.98/110.44	c D: 1
109.98/110.44	c estimatedAdderCost: 1292
109.98/110.44	c Try to convert by bdds
112.87/113.36	c d: 1
112.87/113.36	c estimatedAdderCost: 17
112.87/113.36	c Try to convert by bdds
113.46/113.93	c D: 1
113.46/113.93	c estimatedAdderCost: 1292
113.46/113.93	c Try to convert by bdds
116.36/116.86	c d: 1
116.36/116.86	c estimatedAdderCost: 17
116.36/116.86	c Try to convert by bdds
116.95/117.43	c D: 1
116.95/117.43	c estimatedAdderCost: 1292
116.95/117.43	c Try to convert by bdds
119.84/120.36	c d: 1
119.84/120.36	c estimatedAdderCost: 17
119.84/120.36	c Try to convert by bdds
120.44/120.94	c D: 1
120.44/120.94	c estimatedAdderCost: 1292
120.44/120.94	c Try to convert by bdds
123.33/123.86	c d: 1
123.33/123.86	c estimatedAdderCost: 17
123.33/123.86	c Try to convert by bdds
123.93/124.44	c D: 1
123.93/124.44	c estimatedAdderCost: 1292
123.93/124.44	c Try to convert by bdds
126.82/127.37	c d: 1
126.82/127.37	c estimatedAdderCost: 17
126.82/127.37	c Try to convert by bdds
127.42/127.95	c D: 1
127.42/127.95	c estimatedAdderCost: 1292
127.42/127.95	c Try to convert by bdds
130.32/130.88	c d: 1
130.32/130.88	c estimatedAdderCost: 17
130.32/130.88	c Try to convert by bdds
130.92/131.46	c D: 1
130.92/131.46	c estimatedAdderCost: 1292
130.92/131.46	c Try to convert by bdds
133.91/134.41	c d: 1
133.91/134.41	c estimatedAdderCost: 17
133.91/134.41	c Try to convert by bdds
134.41/134.99	c D: 1
134.41/134.99	c estimatedAdderCost: 1292
134.41/134.99	c Try to convert by bdds
137.40/137.97	c d: 1
137.40/137.97	c estimatedAdderCost: 17
137.40/137.97	c Try to convert by bdds
137.99/138.55	c D: 1
137.99/138.55	c estimatedAdderCost: 1292
137.99/138.55	c Try to convert by bdds
140.98/141.52	c d: 1
140.98/141.52	c estimatedAdderCost: 17
140.98/141.52	c Try to convert by bdds
141.50/142.11	c D: 1
141.50/142.11	c estimatedAdderCost: 1292
141.50/142.11	c Try to convert by bdds
144.49/145.09	c d: 1
144.49/145.09	c estimatedAdderCost: 17
144.49/145.09	c Try to convert by bdds
145.07/145.67	c D: 1
145.07/145.67	c estimatedAdderCost: 1292
145.07/145.67	c Try to convert by bdds
148.06/148.68	c d: 1
148.06/148.68	c estimatedAdderCost: 17
148.06/148.68	c Try to convert by bdds
148.66/149.27	c D: 1
148.66/149.27	c estimatedAdderCost: 1292
148.66/149.27	c Try to convert by bdds
151.66/152.28	c d: 1
151.66/152.28	c estimatedAdderCost: 17
151.66/152.28	c Try to convert by bdds
152.26/152.87	c D: 1
152.26/152.87	c estimatedAdderCost: 1292
152.26/152.87	c Try to convert by bdds
155.35/155.91	c d: 1
155.35/155.91	c estimatedAdderCost: 17
155.35/155.91	c Try to convert by bdds
155.84/156.49	c D: 1
155.84/156.49	c estimatedAdderCost: 1292
155.84/156.49	c Try to convert by bdds
158.93/159.52	c d: 1
158.93/159.52	c estimatedAdderCost: 17
158.93/159.52	c Try to convert by bdds
159.44/160.11	c D: 1
159.44/160.11	c estimatedAdderCost: 652
159.44/160.11	c Try to convert by bdds
160.44/161.04	c d: 1
160.44/161.04	c estimatedAdderCost: 17
160.44/161.04	c Try to convert by bdds
160.63/161.20	c D: 1
160.63/161.20	c estimatedAdderCost: 1292
160.63/161.20	c Try to convert by bdds
164.32/164.95	c d: 1
164.32/164.95	c estimatedAdderCost: 17
164.32/164.95	c Try to convert by bdds
164.92/165.55	c D: 1
164.92/165.55	c estimatedAdderCost: 1292
164.92/165.55	c Try to convert by bdds
168.00/168.60	c d: 1
168.00/168.60	c estimatedAdderCost: 17
168.00/168.60	c Try to convert by bdds
168.60/169.20	c D: 1
168.60/169.20	c estimatedAdderCost: 1292
168.60/169.20	c Try to convert by bdds
171.60/172.27	c d: 1
171.60/172.27	c estimatedAdderCost: 17
171.60/172.27	c Try to convert by bdds
172.20/172.87	c D: 1
172.20/172.87	c estimatedAdderCost: 1292
172.20/172.87	c Try to convert by bdds
175.29/175.93	c d: 1
175.29/175.93	c estimatedAdderCost: 17
175.29/175.93	c Try to convert by bdds
175.89/176.53	c D: 1
175.89/176.53	c estimatedAdderCost: 1292
175.89/176.53	c Try to convert by bdds
178.98/179.61	c d: 1
178.98/179.61	c estimatedAdderCost: 17
178.98/179.61	c Try to convert by bdds
179.57/180.21	c D: 1
179.57/180.21	c estimatedAdderCost: 1292
179.57/180.21	c Try to convert by bdds
182.56/183.28	c d: 1
182.56/183.28	c estimatedAdderCost: 17
182.56/183.28	c Try to convert by bdds
183.16/183.88	c D: 1
183.16/183.88	c estimatedAdderCost: 1292
183.16/183.88	c Try to convert by bdds
186.26/186.94	c d: 1
186.26/186.94	c estimatedAdderCost: 17
186.26/186.94	c Try to convert by bdds
186.86/187.55	c D: 1
186.86/187.55	c estimatedAdderCost: 1292
186.86/187.55	c Try to convert by bdds
189.85/190.59	c d: 1
189.85/190.59	c estimatedAdderCost: 17
189.85/190.59	c Try to convert by bdds
190.54/191.20	c D: 1
190.54/191.20	c estimatedAdderCost: 1292
190.54/191.20	c Try to convert by bdds
193.53/194.28	c d: 1
193.53/194.28	c estimatedAdderCost: 17
193.53/194.28	c Try to convert by bdds
194.13/194.89	c D: 1
194.13/194.89	c estimatedAdderCost: 1292
194.13/194.89	c Try to convert by bdds
197.22/197.97	c d: 1
197.22/197.97	c estimatedAdderCost: 17
197.22/197.97	c Try to convert by bdds
197.82/198.57	c D: 1
197.82/198.57	c estimatedAdderCost: 1292
197.82/198.57	c Try to convert by bdds
200.91/201.67	c d: 1
200.91/201.67	c estimatedAdderCost: 17
200.91/201.67	c Try to convert by bdds
201.51/202.27	c D: 1
201.51/202.27	c estimatedAdderCost: 1292
201.51/202.27	c Try to convert by bdds
204.60/205.37	c d: 1
204.60/205.37	c estimatedAdderCost: 17
204.60/205.37	c Try to convert by bdds
205.20/205.97	c D: 1
205.20/205.97	c estimatedAdderCost: 1292
205.20/205.97	c Try to convert by bdds
208.31/209.07	c d: 1
208.31/209.07	c estimatedAdderCost: 17
208.31/209.07	c Try to convert by bdds
208.90/209.67	c D: 1
208.90/209.67	c estimatedAdderCost: 1292
208.90/209.67	c Try to convert by bdds
211.98/212.79	c d: 1
211.98/212.79	c estimatedAdderCost: 17
211.98/212.79	c Try to convert by bdds
212.68/213.40	c D: 1
212.68/213.40	c estimatedAdderCost: 1292
212.68/213.40	c Try to convert by bdds
215.77/216.54	c d: 1
215.77/216.54	c estimatedAdderCost: 17
215.77/216.54	c Try to convert by bdds
216.38/217.15	c D: 1
216.38/217.15	c estimatedAdderCost: 1292
216.38/217.15	c Try to convert by bdds
219.46/220.27	c d: 1
219.46/220.27	c estimatedAdderCost: 17
219.46/220.27	c Try to convert by bdds
220.06/220.88	c D: 1
220.06/220.88	c estimatedAdderCost: 1292
220.06/220.88	c Try to convert by bdds
223.26/224.01	c d: 1
223.26/224.01	c estimatedAdderCost: 17
223.26/224.01	c Try to convert by bdds
223.85/224.62	c D: 1
223.85/224.62	c estimatedAdderCost: 1292
223.85/224.62	c Try to convert by bdds
226.95/227.79	c d: 1
226.95/227.79	c estimatedAdderCost: 17
226.95/227.79	c Try to convert by bdds
227.54/228.40	c D: 1
227.54/228.40	c estimatedAdderCost: 1292
227.54/228.40	c Try to convert by bdds
230.73/231.55	c d: 1
230.73/231.55	c estimatedAdderCost: 17
230.73/231.55	c Try to convert by bdds
231.35/232.17	c D: 1
231.35/232.17	c estimatedAdderCost: 1292
231.35/232.17	c Try to convert by bdds
234.52/235.32	c d: 1
234.52/235.32	c estimatedAdderCost: 14
234.52/235.32	c Try to convert by bdds
235.12/235.94	c D: 1
235.12/235.94	c estimatedAdderCost: 652
235.12/235.94	c Try to convert by bdds
236.11/236.91	c d: 1
236.11/236.91	c estimatedAdderCost: 14
236.11/236.91	c Try to convert by bdds
236.23/237.09	c D: 1
236.23/237.09	c estimatedAdderCost: 1292
236.23/237.09	c Try to convert by bdds
239.40/240.29	c d: 1
239.40/240.29	c estimatedAdderCost: 14
239.40/240.29	c Try to convert by bdds
240.10/240.91	c D: 1
240.10/240.91	c estimatedAdderCost: 1292
240.10/240.91	c Try to convert by bdds
243.31/244.12	c d: 1
243.31/244.12	c estimatedAdderCost: 14
243.31/244.12	c Try to convert by bdds
243.90/244.73	c D: 1
243.90/244.73	c estimatedAdderCost: 1292
243.90/244.73	c Try to convert by bdds
247.09/247.95	c d: 1
247.09/247.95	c estimatedAdderCost: 14
247.09/247.95	c Try to convert by bdds
247.68/248.57	c D: 1
247.68/248.57	c estimatedAdderCost: 1292
247.68/248.57	c Try to convert by bdds
250.87/251.78	c d: 1
250.87/251.78	c estimatedAdderCost: 14
250.87/251.78	c Try to convert by bdds
251.57/252.40	c D: 1
251.57/252.40	c estimatedAdderCost: 1292
251.57/252.40	c Try to convert by bdds
254.76/255.61	c d: 1
254.76/255.61	c estimatedAdderCost: 14
254.76/255.61	c Try to convert by bdds
255.36/256.23	c D: 1
255.36/256.23	c estimatedAdderCost: 1292
255.36/256.23	c Try to convert by bdds
258.55/259.46	c d: 1
258.55/259.46	c estimatedAdderCost: 14
258.55/259.46	c Try to convert by bdds
259.16/260.08	c D: 1
259.16/260.08	c estimatedAdderCost: 1292
259.16/260.08	c Try to convert by bdds
262.44/263.32	c d: 1
262.44/263.32	c estimatedAdderCost: 14
262.44/263.32	c Try to convert by bdds
263.04/263.94	c D: 1
263.04/263.94	c estimatedAdderCost: 1292
263.04/263.94	c Try to convert by bdds
266.24/267.16	c d: 1
266.24/267.16	c estimatedAdderCost: 14
266.24/267.16	c Try to convert by bdds
266.83/267.78	c D: 1
266.83/267.78	c estimatedAdderCost: 1292
266.83/267.78	c Try to convert by bdds
270.13/271.03	c d: 1
270.13/271.03	c estimatedAdderCost: 14
270.13/271.03	c Try to convert by bdds
270.71/271.65	c D: 1
270.71/271.65	c estimatedAdderCost: 1292
270.71/271.65	c Try to convert by bdds
273.91/274.89	c d: 1
273.91/274.89	c estimatedAdderCost: 14
273.91/274.89	c Try to convert by bdds
274.61/275.51	c D: 1
274.61/275.51	c estimatedAdderCost: 1292
274.61/275.51	c Try to convert by bdds
277.80/278.77	c d: 1
277.80/278.77	c estimatedAdderCost: 14
277.80/278.77	c Try to convert by bdds
278.40/279.39	c D: 1
278.40/279.39	c estimatedAdderCost: 1292
278.40/279.39	c Try to convert by bdds
281.69/282.66	c d: 1
281.69/282.66	c estimatedAdderCost: 14
281.69/282.66	c Try to convert by bdds
282.28/283.29	c D: 1
282.28/283.29	c estimatedAdderCost: 1292
282.28/283.29	c Try to convert by bdds
285.57/286.54	c d: 1
285.57/286.54	c estimatedAdderCost: 14
285.57/286.54	c Try to convert by bdds
286.18/287.16	c D: 1
286.18/287.16	c estimatedAdderCost: 1292
286.18/287.16	c Try to convert by bdds
289.46/290.42	c d: 1
289.46/290.42	c estimatedAdderCost: 14
289.46/290.42	c Try to convert by bdds
290.07/291.05	c D: 1
290.07/291.05	c estimatedAdderCost: 1292
290.07/291.05	c Try to convert by bdds
293.36/294.35	c d: 1
293.36/294.35	c estimatedAdderCost: 14
293.36/294.35	c Try to convert by bdds
293.95/294.97	c D: 1
293.95/294.97	c estimatedAdderCost: 1292
293.95/294.97	c Try to convert by bdds
297.24/298.25	c d: 1
297.24/298.25	c estimatedAdderCost: 14
297.24/298.25	c Try to convert by bdds
297.84/298.88	c D: 1
297.84/298.88	c estimatedAdderCost: 1292
297.84/298.88	c Try to convert by bdds
301.14/302.15	c d: 1
301.14/302.15	c estimatedAdderCost: 14
301.14/302.15	c Try to convert by bdds
301.73/302.78	c D: 1
301.73/302.78	c estimatedAdderCost: 1292
301.73/302.78	c Try to convert by bdds
305.04/306.06	c d: 1
305.04/306.06	c estimatedAdderCost: 14
305.04/306.06	c Try to convert by bdds
305.62/306.69	c D: 1
305.62/306.69	c estimatedAdderCost: 1292
305.62/306.69	c Try to convert by bdds
308.91/309.97	c d: 1
308.91/309.97	c estimatedAdderCost: 14
308.91/309.97	c Try to convert by bdds
309.61/310.60	c D: 1
309.61/310.60	c estimatedAdderCost: 1292
309.61/310.60	c Try to convert by bdds
312.90/313.92	c d: 1
312.90/313.92	c estimatedAdderCost: 16
312.90/313.92	c Try to convert by bdds
313.49/314.55	c D: 1
313.49/314.55	c estimatedAdderCost: 652
313.49/314.55	c Try to convert by bdds
314.49/315.56	c d: 1
314.49/315.56	c estimatedAdderCost: 16
314.49/315.56	c Try to convert by bdds
314.69/315.74	c D: 1
314.69/315.74	c estimatedAdderCost: 1292
314.69/315.74	c Try to convert by bdds
318.00/319.05	c d: 1
318.00/319.05	c estimatedAdderCost: 16
318.00/319.05	c Try to convert by bdds
318.58/319.69	c D: 1
318.58/319.69	c estimatedAdderCost: 1292
318.58/319.69	c Try to convert by bdds
321.87/323.00	c d: 1
321.87/323.00	c estimatedAdderCost: 16
321.87/323.00	c Try to convert by bdds
322.57/323.65	c D: 1
322.57/323.65	c estimatedAdderCost: 1292
322.57/323.65	c Try to convert by bdds
325.86/326.97	c d: 1
325.86/326.97	c estimatedAdderCost: 16
325.86/326.97	c Try to convert by bdds
326.56/327.60	c D: 1
326.56/327.60	c estimatedAdderCost: 1292
326.56/327.60	c Try to convert by bdds
331.14/332.29	c d: 1
331.14/332.29	c estimatedAdderCost: 16
331.14/332.29	c Try to convert by bdds
331.84/332.93	c D: 1
331.84/332.93	c estimatedAdderCost: 1292
331.84/332.93	c Try to convert by bdds
335.13/336.23	c d: 1
335.13/336.23	c estimatedAdderCost: 16
335.13/336.23	c Try to convert by bdds
335.73/336.86	c D: 1
335.73/336.86	c estimatedAdderCost: 1292
335.73/336.86	c Try to convert by bdds
339.04/340.17	c d: 1
339.04/340.17	c estimatedAdderCost: 16
339.04/340.17	c Try to convert by bdds
339.73/340.81	c D: 1
339.73/340.81	c estimatedAdderCost: 1292
339.73/340.81	c Try to convert by bdds
343.03/344.12	c d: 1
343.03/344.12	c estimatedAdderCost: 16
343.03/344.12	c Try to convert by bdds
343.61/344.76	c D: 1
343.61/344.76	c estimatedAdderCost: 1292
343.61/344.76	c Try to convert by bdds
346.92/348.06	c d: 1
346.92/348.06	c estimatedAdderCost: 16
346.92/348.06	c Try to convert by bdds
347.60/348.70	c D: 1
347.60/348.70	c estimatedAdderCost: 1292
347.60/348.70	c Try to convert by bdds
350.79/351.99	c d: 1
350.79/351.99	c estimatedAdderCost: 16
350.79/351.99	c Try to convert by bdds
351.49/352.63	c D: 1
351.49/352.63	c estimatedAdderCost: 1292
351.49/352.63	c Try to convert by bdds
354.78/355.92	c d: 1
354.78/355.92	c estimatedAdderCost: 16
354.78/355.92	c Try to convert by bdds
355.38/356.56	c D: 1
355.38/356.56	c estimatedAdderCost: 1292
355.38/356.56	c Try to convert by bdds
358.67/359.86	c d: 1
358.67/359.86	c estimatedAdderCost: 16
358.67/359.86	c Try to convert by bdds
359.36/360.50	c D: 1
359.36/360.50	c estimatedAdderCost: 1292
359.36/360.50	c Try to convert by bdds
362.66/363.80	c d: 1
362.66/363.80	c estimatedAdderCost: 16
362.66/363.80	c Try to convert by bdds
363.26/364.44	c D: 1
363.26/364.44	c estimatedAdderCost: 1292
363.26/364.44	c Try to convert by bdds
366.55/367.75	c d: 1
366.55/367.75	c estimatedAdderCost: 16
366.55/367.75	c Try to convert by bdds
367.15/368.39	c D: 1
367.15/368.39	c estimatedAdderCost: 1292
367.15/368.39	c Try to convert by bdds
370.43/371.68	c d: 1
370.43/371.68	c estimatedAdderCost: 16
370.43/371.68	c Try to convert by bdds
371.13/372.33	c D: 1
371.13/372.33	c estimatedAdderCost: 1292
371.13/372.33	c Try to convert by bdds
374.42/375.64	c d: 1
374.42/375.64	c estimatedAdderCost: 16
374.42/375.64	c Try to convert by bdds
375.02/376.28	c D: 1
375.02/376.28	c estimatedAdderCost: 1292
375.02/376.28	c Try to convert by bdds
378.32/379.59	c d: 1
378.32/379.59	c estimatedAdderCost: 16
378.32/379.59	c Try to convert by bdds
379.02/380.24	c D: 1
379.02/380.24	c estimatedAdderCost: 1292
379.02/380.24	c Try to convert by bdds
382.30/383.56	c d: 1
382.30/383.56	c estimatedAdderCost: 16
382.30/383.56	c Try to convert by bdds
383.00/384.21	c D: 1
383.00/384.21	c estimatedAdderCost: 1292
383.00/384.21	c Try to convert by bdds
386.29/387.52	c d: 1
386.29/387.52	c estimatedAdderCost: 16
386.29/387.52	c Try to convert by bdds
386.90/388.17	c D: 1
386.90/388.17	c estimatedAdderCost: 1292
386.90/388.17	c Try to convert by bdds
390.19/391.49	c d: 1
390.19/391.49	c estimatedAdderCost: 16
390.19/391.49	c Try to convert by bdds
390.90/392.13	c D: 1
390.90/392.13	c estimatedAdderCost: 1292
390.90/392.13	c Try to convert by bdds
394.79/396.09	c d: 1
394.79/396.09	c estimatedAdderCost: 1280
394.79/396.09	c Try to convert by bdds
395.47/396.73	c d: 1
395.47/396.73	c estimatedAdderCost: 1280
395.47/396.73	c Try to convert by bdds
396.07/397.37	c d: 1
396.07/397.37	c estimatedAdderCost: 1280
396.07/397.37	c Try to convert by bdds
396.78/398.01	c d: 1
396.78/398.01	c estimatedAdderCost: 1280
396.78/398.01	c Try to convert by bdds
397.37/398.66	c d: 1
397.37/398.66	c estimatedAdderCost: 1280
397.37/398.66	c Try to convert by bdds
398.06/399.30	c d: 1
398.06/399.30	c estimatedAdderCost: 1280
398.06/399.30	c Try to convert by bdds
398.66/399.95	c d: 1
398.66/399.95	c estimatedAdderCost: 1280
398.66/399.95	c Try to convert by bdds
399.26/400.59	c d: 1
399.26/400.59	c estimatedAdderCost: 1280
399.26/400.59	c Try to convert by bdds
399.96/401.24	c d: 1
399.96/401.24	c estimatedAdderCost: 1280
399.96/401.24	c Try to convert by bdds
400.56/401.89	c d: 1
400.56/401.89	c estimatedAdderCost: 1280
400.56/401.89	c Try to convert by bdds
401.25/402.53	c d: 1
401.25/402.53	c estimatedAdderCost: 1280
401.25/402.53	c Try to convert by bdds
401.86/403.18	c d: 1
401.86/403.18	c estimatedAdderCost: 1280
401.86/403.18	c Try to convert by bdds
402.55/403.83	c d: 1
402.55/403.83	c estimatedAdderCost: 1280
402.55/403.83	c Try to convert by bdds
403.15/404.48	c d: 1
403.15/404.48	c estimatedAdderCost: 1280
403.15/404.48	c Try to convert by bdds
403.86/405.13	c d: 1
403.86/405.13	c estimatedAdderCost: 1280
403.86/405.13	c Try to convert by bdds
404.44/405.77	c d: 1
404.44/405.77	c estimatedAdderCost: 1280
404.44/405.77	c Try to convert by bdds
405.14/406.42	c d: 1
405.14/406.42	c estimatedAdderCost: 1280
405.14/406.42	c Try to convert by bdds
405.75/407.07	c d: 1
405.75/407.07	c estimatedAdderCost: 1280
405.75/407.07	c Try to convert by bdds
406.44/407.73	c d: 1
406.44/407.73	c estimatedAdderCost: 1280
406.44/407.73	c Try to convert by bdds
407.04/408.38	c d: 1
407.04/408.38	c estimatedAdderCost: 1280
407.04/408.38	c Try to convert by bdds
407.75/409.02	c d: 1
407.75/409.02	c estimatedAdderCost: 1280
407.75/409.02	c Try to convert by bdds
408.33/409.68	c d: 1
408.33/409.68	c estimatedAdderCost: 1280
408.33/409.68	c Try to convert by bdds
409.03/410.32	c d: 1
409.03/410.32	c estimatedAdderCost: 1280
409.03/410.32	c Try to convert by bdds
409.63/410.97	c d: 1
409.63/410.97	c estimatedAdderCost: 1280
409.63/410.97	c Try to convert by bdds
410.33/411.62	c d: 1
410.33/411.62	c estimatedAdderCost: 1280
410.33/411.62	c Try to convert by bdds
410.92/412.28	c d: 1
410.92/412.28	c estimatedAdderCost: 1280
410.92/412.28	c Try to convert by bdds
411.62/412.93	c d: 1
411.62/412.93	c estimatedAdderCost: 1280
411.62/412.93	c Try to convert by bdds
412.22/413.59	c d: 1
412.22/413.59	c estimatedAdderCost: 1280
412.22/413.59	c Try to convert by bdds
412.92/414.24	c d: 1
412.92/414.24	c estimatedAdderCost: 1280
412.92/414.24	c Try to convert by bdds
413.52/414.88	c d: 1
413.52/414.88	c estimatedAdderCost: 1280
413.52/414.88	c Try to convert by bdds
414.22/415.53	c d: 1
414.22/415.53	c estimatedAdderCost: 1280
414.22/415.53	c Try to convert by bdds
414.83/416.18	c d: 1
414.83/416.18	c estimatedAdderCost: 1280
414.83/416.18	c Try to convert by bdds
415.51/416.83	c d: 1
415.51/416.83	c estimatedAdderCost: 1280
415.51/416.83	c Try to convert by bdds
416.12/417.48	c d: 1
416.12/417.48	c estimatedAdderCost: 1280
416.12/417.48	c Try to convert by bdds
416.83/418.14	c d: 1
416.83/418.14	c estimatedAdderCost: 1280
416.83/418.14	c Try to convert by bdds
417.41/418.79	c d: 1
417.41/418.79	c estimatedAdderCost: 1280
417.41/418.79	c Try to convert by bdds
418.11/419.44	c d: 1
418.11/419.44	c estimatedAdderCost: 1280
418.11/419.44	c Try to convert by bdds
418.72/420.08	c d: 1
418.72/420.08	c estimatedAdderCost: 1280
418.72/420.08	c Try to convert by bdds
419.40/420.73	c d: 1
419.40/420.73	c estimatedAdderCost: 1280
419.40/420.73	c Try to convert by bdds
420.00/421.38	c d: 1
420.00/421.38	c estimatedAdderCost: 1280
420.00/421.38	c Try to convert by bdds
420.71/422.04	c d: 1
420.71/422.04	c estimatedAdderCost: 1280
420.71/422.04	c Try to convert by bdds
421.29/422.69	c d: 1
421.29/422.69	c estimatedAdderCost: 1280
421.29/422.69	c Try to convert by bdds
422.00/423.34	c d: 1
422.00/423.34	c estimatedAdderCost: 1280
422.00/423.34	c Try to convert by bdds
422.60/423.99	c d: 1
422.60/423.99	c estimatedAdderCost: 1280
422.60/423.99	c Try to convert by bdds
423.29/424.64	c d: 1
423.29/424.64	c estimatedAdderCost: 1280
423.29/424.64	c Try to convert by bdds
423.89/425.28	c d: 1
423.89/425.28	c estimatedAdderCost: 1280
423.89/425.28	c Try to convert by bdds
424.59/425.93	c d: 1
424.59/425.93	c estimatedAdderCost: 1280
424.59/425.93	c Try to convert by bdds
425.19/426.57	c d: 1
425.19/426.57	c estimatedAdderCost: 1280
425.19/426.57	c Try to convert by bdds
425.88/427.23	c d: 1
425.88/427.23	c estimatedAdderCost: 1280
425.88/427.23	c Try to convert by bdds
426.48/427.87	c d: 1
426.48/427.87	c estimatedAdderCost: 1280
426.48/427.87	c Try to convert by bdds
427.18/428.52	c d: 1
427.18/428.52	c estimatedAdderCost: 1280
427.18/428.52	c Try to convert by bdds
427.80/429.18	c d: 1
427.80/429.18	c estimatedAdderCost: 1280
427.80/429.18	c Try to convert by bdds
428.48/429.83	c d: 1
428.48/429.83	c estimatedAdderCost: 1280
428.48/429.83	c Try to convert by bdds
429.08/430.48	c d: 1
429.08/430.48	c estimatedAdderCost: 1280
429.08/430.48	c Try to convert by bdds
429.79/431.13	c d: 1
429.79/431.13	c estimatedAdderCost: 1280
429.79/431.13	c Try to convert by bdds
430.37/431.77	c d: 1
430.37/431.77	c estimatedAdderCost: 1280
430.37/431.77	c Try to convert by bdds
431.07/432.42	c d: 1
431.07/432.42	c estimatedAdderCost: 1280
431.07/432.42	c Try to convert by bdds
431.68/433.07	c d: 1
431.68/433.07	c estimatedAdderCost: 1280
431.68/433.07	c Try to convert by bdds
432.37/433.72	c d: 1
432.37/433.72	c estimatedAdderCost: 1280
432.37/433.72	c Try to convert by bdds
432.96/434.37	c d: 1
432.96/434.37	c estimatedAdderCost: 1280
432.96/434.37	c Try to convert by bdds
433.67/435.02	c d: 1
433.67/435.02	c estimatedAdderCost: 1280
433.67/435.02	c Try to convert by bdds
434.26/435.67	c d: 1
434.26/435.67	c estimatedAdderCost: 1280
434.26/435.67	c Try to convert by bdds
434.95/436.32	c d: 1
434.95/436.32	c estimatedAdderCost: 1280
434.95/436.32	c Try to convert by bdds
435.55/436.97	c d: 1
435.55/436.97	c estimatedAdderCost: 1280
435.55/436.97	c Try to convert by bdds
436.25/437.62	c d: 1
436.25/437.62	c estimatedAdderCost: 1280
436.25/437.62	c Try to convert by bdds
436.86/438.27	c d: 1
436.86/438.27	c estimatedAdderCost: 1280
436.86/438.27	c Try to convert by bdds
437.56/438.92	c d: 1
437.56/438.92	c estimatedAdderCost: 1280
437.56/438.92	c Try to convert by bdds
438.15/439.56	c d: 1
438.15/439.56	c estimatedAdderCost: 1280
438.15/439.56	c Try to convert by bdds
438.85/440.22	c d: 1
438.85/440.22	c estimatedAdderCost: 1280
438.85/440.22	c Try to convert by bdds
439.45/440.86	c d: 1
439.45/440.86	c estimatedAdderCost: 1280
439.45/440.86	c Try to convert by bdds
440.15/441.51	c d: 1
440.15/441.51	c estimatedAdderCost: 1280
440.15/441.51	c Try to convert by bdds
440.76/442.16	c d: 1
440.76/442.16	c estimatedAdderCost: 1280
440.76/442.16	c Try to convert by bdds
441.45/442.81	c d: 1
441.45/442.81	c estimatedAdderCost: 1280
441.45/442.81	c Try to convert by bdds
442.04/443.46	c d: 1
442.04/443.46	c estimatedAdderCost: 1280
442.04/443.46	c Try to convert by bdds
442.75/444.11	c d: 1
442.75/444.11	c estimatedAdderCost: 1280
442.75/444.11	c Try to convert by bdds
443.34/444.76	c d: 1
443.34/444.76	c estimatedAdderCost: 1280
443.34/444.76	c Try to convert by bdds
444.03/445.41	c d: 1
444.03/445.41	c estimatedAdderCost: 1280
444.03/445.41	c Try to convert by bdds
444.64/446.06	c d: 1
444.64/446.06	c estimatedAdderCost: 1280
444.64/446.06	c Try to convert by bdds
445.33/446.70	c d: 1
445.33/446.70	c estimatedAdderCost: 1280
445.33/446.70	c Try to convert by bdds
445.93/447.35	c d: 1
445.93/447.35	c estimatedAdderCost: 1280
445.93/447.35	c Try to convert by bdds
446.53/447.99	c d: 1
446.53/447.99	c estimatedAdderCost: 1280
446.53/447.99	c Try to convert by bdds
447.22/448.64	c d: 1
447.22/448.64	c estimatedAdderCost: 1280
447.22/448.64	c Try to convert by bdds
447.82/449.29	c d: 1
447.82/449.29	c estimatedAdderCost: 1280
447.82/449.29	c Try to convert by bdds
448.52/449.94	c d: 1
448.52/449.94	c estimatedAdderCost: 1280
448.52/449.94	c Try to convert by bdds
449.13/450.58	c d: 1
449.13/450.58	c estimatedAdderCost: 1280
449.13/450.58	c Try to convert by bdds
449.82/451.24	c d: 1
449.82/451.24	c estimatedAdderCost: 1280
449.82/451.24	c Try to convert by bdds
450.42/451.89	c d: 1
450.42/451.89	c estimatedAdderCost: 1280
450.42/451.89	c Try to convert by bdds
451.12/452.54	c d: 1
451.12/452.54	c estimatedAdderCost: 1280
451.12/452.54	c Try to convert by bdds
451.73/453.18	c d: 1
451.73/453.18	c estimatedAdderCost: 1280
451.73/453.18	c Try to convert by bdds
452.41/453.83	c d: 1
452.41/453.83	c estimatedAdderCost: 1280
452.41/453.83	c Try to convert by bdds
453.01/454.48	c d: 1
453.01/454.48	c estimatedAdderCost: 1280
453.01/454.48	c Try to convert by bdds
453.73/455.14	c d: 1
453.73/455.14	c estimatedAdderCost: 1280
453.73/455.14	c Try to convert by bdds
454.31/455.79	c d: 1
454.31/455.79	c estimatedAdderCost: 1280
454.31/455.79	c Try to convert by bdds
455.01/456.45	c d: 1
455.01/456.45	c estimatedAdderCost: 1280
455.01/456.45	c Try to convert by bdds
455.62/457.10	c d: 1
455.62/457.10	c estimatedAdderCost: 1280
455.62/457.10	c Try to convert by bdds
456.30/457.74	c d: 1
456.30/457.74	c estimatedAdderCost: 1280
456.30/457.74	c Try to convert by bdds
457.00/458.40	c d: 1
457.00/458.40	c estimatedAdderCost: 1280
457.00/458.40	c Try to convert by bdds
457.61/459.05	c d: 1
457.61/459.05	c estimatedAdderCost: 1280
457.61/459.05	c Try to convert by bdds
458.19/459.69	c d: 1
458.19/459.69	c estimatedAdderCost: 1280
458.19/459.69	c Try to convert by bdds
458.89/460.34	c d: 1
458.89/460.34	c estimatedAdderCost: 1280
458.89/460.34	c Try to convert by bdds
459.50/460.99	c d: 1
459.50/460.99	c estimatedAdderCost: 1280
459.50/460.99	c Try to convert by bdds
460.19/461.64	c d: 1
460.19/461.64	c estimatedAdderCost: 1280
460.19/461.64	c Try to convert by bdds
460.79/462.29	c d: 1
460.79/462.29	c estimatedAdderCost: 1280
460.79/462.29	c Try to convert by bdds
461.49/462.94	c d: 1
461.49/462.94	c estimatedAdderCost: 1280
461.49/462.94	c Try to convert by bdds
462.08/463.59	c d: 1
462.08/463.59	c estimatedAdderCost: 1280
462.08/463.59	c Try to convert by bdds
462.78/464.24	c d: 1
462.78/464.24	c estimatedAdderCost: 1292
462.78/464.24	c Try to convert by bdds
465.18/466.66	c d: 1
465.18/466.66	c estimatedAdderCost: 1292
465.18/466.66	c Try to convert by bdds
467.58/469.05	c d: 1
467.58/469.05	c estimatedAdderCost: 1292
467.58/469.05	c Try to convert by bdds
469.96/471.45	c d: 1
469.96/471.45	c estimatedAdderCost: 1292
469.96/471.45	c Try to convert by bdds
472.36/473.87	c d: 1
472.36/473.87	c estimatedAdderCost: 1292
472.36/473.87	c Try to convert by bdds
474.76/476.28	c d: 1
474.76/476.28	c estimatedAdderCost: 1292
474.76/476.28	c Try to convert by bdds
477.15/478.68	c d: 1
477.15/478.68	c estimatedAdderCost: 1292
477.15/478.68	c Try to convert by bdds
479.55/481.10	c d: 1
479.55/481.10	c estimatedAdderCost: 1292
479.55/481.10	c Try to convert by bdds
481.93/483.49	c d: 1
481.93/483.49	c estimatedAdderCost: 1292
481.93/483.49	c Try to convert by bdds
484.43/485.91	c d: 1
484.43/485.91	c estimatedAdderCost: 1292
484.43/485.91	c Try to convert by bdds
486.82/488.33	c d: 1
486.82/488.33	c estimatedAdderCost: 1292
486.82/488.33	c Try to convert by bdds
489.22/490.76	c d: 1
489.22/490.76	c estimatedAdderCost: 1292
489.22/490.76	c Try to convert by bdds
491.62/493.17	c d: 1
491.62/493.17	c estimatedAdderCost: 1292
491.62/493.17	c Try to convert by bdds
494.00/495.58	c d: 1
494.00/495.58	c estimatedAdderCost: 1292
494.00/495.58	c Try to convert by bdds
496.39/497.99	c d: 1
496.39/497.99	c estimatedAdderCost: 1292
496.39/497.99	c Try to convert by bdds
498.78/500.39	c d: 1
498.78/500.39	c estimatedAdderCost: 1292
498.78/500.39	c Try to convert by bdds
501.28/502.81	c d: 1
501.28/502.81	c estimatedAdderCost: 1292
501.28/502.81	c Try to convert by bdds
503.68/505.21	c d: 1
503.68/505.21	c estimatedAdderCost: 1292
503.68/505.21	c Try to convert by bdds
506.06/507.61	c d: 1
506.06/507.61	c estimatedAdderCost: 1292
506.06/507.61	c Try to convert by bdds
508.48/510.02	c d: 1
508.48/510.02	c estimatedAdderCost: 1292
508.48/510.02	c Try to convert by bdds
510.85/512.42	c d: 1
510.85/512.42	c estimatedAdderCost: 1292
510.85/512.42	c Try to convert by bdds
513.25/514.82	c d: 1
513.25/514.82	c estimatedAdderCost: 1292
513.25/514.82	c Try to convert by bdds
515.64/517.29	c d: 1
515.64/517.29	c estimatedAdderCost: 1292
515.64/517.29	c Try to convert by bdds
518.13/519.73	c d: 1
518.13/519.73	c estimatedAdderCost: 1292
518.13/519.73	c Try to convert by bdds
520.54/522.11	c d: 1
520.54/522.11	c estimatedAdderCost: 1292
520.54/522.11	c Try to convert by bdds
522.92/524.59	c d: 1
522.92/524.59	c estimatedAdderCost: 1292
522.92/524.59	c Try to convert by bdds
525.42/527.03	c d: 1
525.42/527.03	c estimatedAdderCost: 1292
525.42/527.03	c Try to convert by bdds
527.80/529.40	c d: 1
527.80/529.40	c estimatedAdderCost: 1292
527.80/529.40	c Try to convert by bdds
530.20/531.87	c d: 1
530.20/531.87	c estimatedAdderCost: 1292
530.20/531.87	c Try to convert by bdds
532.69/534.30	c d: 1
532.69/534.30	c estimatedAdderCost: 1292
532.69/534.30	c Try to convert by bdds
534.98/536.68	c d: 1
534.98/536.68	c estimatedAdderCost: 1292
534.98/536.68	c Try to convert by bdds
537.49/539.16	c d: 1
537.49/539.16	c estimatedAdderCost: 1292
537.49/539.16	c Try to convert by bdds
539.97/541.61	c d: 1
539.97/541.61	c estimatedAdderCost: 1292
539.97/541.61	c Try to convert by bdds
542.27/543.99	c d: 1
542.27/543.99	c estimatedAdderCost: 1292
542.27/543.99	c Try to convert by bdds
544.76/546.46	c d: 1
544.76/546.46	c estimatedAdderCost: 1292
544.76/546.46	c Try to convert by bdds
547.25/548.90	c d: 1
547.25/548.90	c estimatedAdderCost: 1292
547.25/548.90	c Try to convert by bdds
549.55/551.28	c d: 1
549.55/551.28	c estimatedAdderCost: 1292
549.55/551.28	c Try to convert by bdds
552.04/553.77	c d: 1
552.04/553.77	c estimatedAdderCost: 1292
552.04/553.77	c Try to convert by bdds
554.53/556.21	c d: 1
554.53/556.21	c estimatedAdderCost: 1292
554.53/556.21	c Try to convert by bdds
556.82/558.58	c d: 1
556.82/558.58	c estimatedAdderCost: 1292
556.82/558.58	c Try to convert by bdds
559.34/561.07	c d: 1
559.34/561.07	c estimatedAdderCost: 1292
559.34/561.07	c Try to convert by bdds
561.82/563.53	c d: 1
561.82/563.53	c estimatedAdderCost: 1292
561.82/563.53	c Try to convert by bdds
564.21/565.92	c d: 1
564.21/565.92	c estimatedAdderCost: 1292
564.21/565.92	c Try to convert by bdds
566.70/568.40	c d: 1
566.70/568.40	c estimatedAdderCost: 1292
566.70/568.40	c Try to convert by bdds
569.19/570.90	c d: 1
569.19/570.90	c estimatedAdderCost: 1292
569.19/570.90	c Try to convert by bdds
571.59/573.39	c d: 1
571.59/573.39	c estimatedAdderCost: 1292
571.59/573.39	c Try to convert by bdds
573.98/575.78	c d: 1
573.98/575.78	c estimatedAdderCost: 1292
573.98/575.78	c Try to convert by bdds
576.38/578.18	c d: 1
576.38/578.18	c estimatedAdderCost: 1292
576.38/578.18	c Try to convert by bdds
578.87/580.65	c d: 1
578.87/580.65	c estimatedAdderCost: 1292
578.87/580.65	c Try to convert by bdds
583.85/585.69	c d: 1
583.85/585.69	c estimatedAdderCost: 1292
583.85/585.69	c Try to convert by bdds
586.36/588.14	c d: 1
586.36/588.14	c estimatedAdderCost: 1292
586.36/588.14	c Try to convert by bdds
588.74/590.53	c d: 1
588.74/590.53	c estimatedAdderCost: 1292
588.74/590.53	c Try to convert by bdds
591.04/592.89	c d: 1
591.04/592.89	c estimatedAdderCost: 1292
591.04/592.89	c Try to convert by bdds
593.53/595.37	c d: 1
593.53/595.37	c estimatedAdderCost: 1292
593.53/595.37	c Try to convert by bdds
596.02/597.83	c d: 1
596.02/597.83	c estimatedAdderCost: 1292
596.02/597.83	c Try to convert by bdds
598.52/600.32	c d: 1
598.52/600.32	c estimatedAdderCost: 1292
598.52/600.32	c Try to convert by bdds
600.91/602.72	c d: 1
600.91/602.72	c estimatedAdderCost: 1292
600.91/602.72	c Try to convert by bdds
603.22/605.10	c d: 1
603.22/605.10	c estimatedAdderCost: 1292
603.22/605.10	c Try to convert by bdds
605.69/607.58	c d: 1
605.69/607.58	c estimatedAdderCost: 1292
605.69/607.58	c Try to convert by bdds
608.20/610.05	c d: 1
608.20/610.05	c estimatedAdderCost: 1292
608.20/610.05	c Try to convert by bdds
610.69/612.56	c d: 1
610.69/612.56	c estimatedAdderCost: 1292
610.69/612.56	c Try to convert by bdds
613.08/614.96	c d: 1
613.08/614.96	c estimatedAdderCost: 1292
613.08/614.96	c Try to convert by bdds
615.47/617.33	c d: 1
615.47/617.33	c estimatedAdderCost: 1292
615.47/617.33	c Try to convert by bdds
617.96/619.82	c d: 1
617.96/619.82	c estimatedAdderCost: 1292
617.96/619.82	c Try to convert by bdds
620.46/622.31	c d: 1
620.46/622.31	c estimatedAdderCost: 1292
620.46/622.31	c Try to convert by bdds
622.85/624.78	c d: 1
622.85/624.78	c estimatedAdderCost: 1292
622.85/624.78	c Try to convert by bdds
625.34/627.26	c d: 1
625.34/627.26	c estimatedAdderCost: 1292
625.34/627.26	c Try to convert by bdds
627.84/629.71	c d: 1
627.84/629.71	c estimatedAdderCost: 1292
627.84/629.71	c Try to convert by bdds
630.24/632.15	c d: 1
630.24/632.15	c estimatedAdderCost: 1292
630.24/632.15	c Try to convert by bdds
632.62/634.54	c d: 1
632.62/634.54	c estimatedAdderCost: 1292
632.62/634.54	c Try to convert by bdds
635.01/636.95	c d: 1
635.01/636.95	c estimatedAdderCost: 1292
635.01/636.95	c Try to convert by bdds
637.51/639.42	c d: 1
637.51/639.42	c estimatedAdderCost: 1292
637.51/639.42	c Try to convert by bdds
639.90/641.89	c d: 1
639.90/641.89	c estimatedAdderCost: 1292
639.90/641.89	c Try to convert by bdds
642.39/644.36	c d: 1
642.39/644.36	c estimatedAdderCost: 1292
642.39/644.36	c Try to convert by bdds
644.89/646.80	c d: 1
644.89/646.80	c estimatedAdderCost: 1292
644.89/646.80	c Try to convert by bdds
647.28/649.23	c d: 1
647.28/649.23	c estimatedAdderCost: 1292
647.28/649.23	c Try to convert by bdds
649.67/651.61	c d: 1
649.67/651.61	c estimatedAdderCost: 1292
649.67/651.61	c Try to convert by bdds
652.08/654.05	c d: 1
652.08/654.05	c estimatedAdderCost: 1292
652.08/654.05	c Try to convert by bdds
654.56/656.52	c d: 1
654.56/656.52	c estimatedAdderCost: 1292
654.56/656.52	c Try to convert by bdds
656.96/658.99	c d: 1
656.96/658.99	c estimatedAdderCost: 1292
656.96/658.99	c Try to convert by bdds
659.45/661.46	c d: 1
659.45/661.46	c estimatedAdderCost: 1292
659.45/661.46	c Try to convert by bdds
661.84/663.89	c d: 1
661.84/663.89	c estimatedAdderCost: 1292
661.84/663.89	c Try to convert by bdds
664.33/666.33	c d: 1
664.33/666.33	c estimatedAdderCost: 1292
664.33/666.33	c Try to convert by bdds
666.72/668.72	c d: 1
666.72/668.72	c estimatedAdderCost: 1292
666.72/668.72	c Try to convert by bdds
669.14/671.18	c d: 1
669.14/671.18	c estimatedAdderCost: 1292
669.14/671.18	c Try to convert by bdds
671.61/673.66	c d: 1
671.61/673.66	c estimatedAdderCost: 1292
671.61/673.66	c Try to convert by bdds
674.12/676.13	c d: 1
674.12/676.13	c estimatedAdderCost: 1292
674.12/676.13	c Try to convert by bdds
676.60/678.60	c d: 1
676.60/678.60	c estimatedAdderCost: 1292
676.60/678.60	c Try to convert by bdds
679.01/681.07	c d: 1
679.01/681.07	c estimatedAdderCost: 1292
679.01/681.07	c Try to convert by bdds
681.49/683.54	c d: 1
681.49/683.54	c estimatedAdderCost: 1292
681.49/683.54	c Try to convert by bdds
683.99/686.02	c d: 1
683.99/686.02	c estimatedAdderCost: 1292
683.99/686.02	c Try to convert by bdds
686.37/688.44	c d: 1
686.37/688.44	c estimatedAdderCost: 1292
686.37/688.44	c Try to convert by bdds
688.77/690.88	c d: 1
688.77/690.88	c estimatedAdderCost: 1292
688.77/690.88	c Try to convert by bdds
691.26/693.36	c d: 1
691.26/693.36	c estimatedAdderCost: 1292
691.26/693.36	c Try to convert by bdds
693.65/695.78	c d: 1
693.65/695.78	c estimatedAdderCost: 1292
693.65/695.78	c Try to convert by bdds
696.15/698.20	c d: 1
696.15/698.20	c estimatedAdderCost: 1292
696.15/698.20	c Try to convert by bdds
698.54/700.68	c d: 1
698.54/700.68	c estimatedAdderCost: 1292
698.54/700.68	c Try to convert by bdds
701.05/703.12	c d: 1
701.05/703.12	c estimatedAdderCost: 1292
701.05/703.12	c Try to convert by bdds
703.43/705.56	c d: 1
703.43/705.56	c estimatedAdderCost: 1292
703.43/705.56	c Try to convert by bdds
705.93/708.03	c d: 1
705.93/708.03	c estimatedAdderCost: 1292
705.93/708.03	c Try to convert by bdds
708.32/710.48	c d: 1
708.32/710.48	c estimatedAdderCost: 1292
708.32/710.48	c Try to convert by bdds
710.81/712.93	c d: 1
710.81/712.93	c estimatedAdderCost: 1292
710.81/712.93	c Try to convert by bdds
713.30/715.42	c d: 1
713.30/715.42	c estimatedAdderCost: 1292
713.30/715.42	c Try to convert by bdds
715.69/717.85	c d: 1
715.69/717.85	c estimatedAdderCost: 1292
715.69/717.85	c Try to convert by bdds
718.19/720.30	c d: 1
718.19/720.30	c estimatedAdderCost: 1292
718.19/720.30	c Try to convert by bdds
721.08/723.26	c d: 1
721.08/723.26	c 
773.65/775.98	c 
773.65/775.98	c ERROR: Out of memory (std::bad_alloc). Attempting to output current best result.
773.65/775.98	c
773.65/775.98	s UNKNOWN
773.65/775.98	c _____________________________________________________________________________
773.65/775.98	c std/band forms        : 3705,105
773.65/775.98	c 2cl/3cl ITE-codings   : 58033310,49844821
773.65/775.98	c BDD/srt/adr Max costs : 498736,7512,0
773.65/775.98	c BDDraw/bin/mul/srt/adr: 315,0,105,3390,0
773.65/775.98	c BDD nodes             : 117216641
773.65/775.98	c Es1/CC detections     : 0,0
773.65/775.98	c CC sort               : 3390
773.65/775.98	c SAT/UNSAT calls       : 0,0
773.65/775.98	c regenrated variables  : 0
773.65/775.98	c eliminated fixed lits : 0
773.65/775.98	c goal lit flips        : 0
773.65/775.98	c goal stages           : 0
773.65/775.98	c goal shrink           : 0
773.65/775.98	c goal coeff separations: 0
773.65/775.98	c restarts              : 0
773.65/775.98	c conflicts             : 0              (0 /sec)
773.65/775.98	c decisions             : 0              (0 /sec)
773.65/775.98	c propagations          : 0              (0 /sec)
773.65/775.98	c inspects              : 0              (0 /sec)
773.65/775.98	c CPU time (solving tm) : 773.8 s        (0 s, SAT 0 s, UNSAT 0 s)
773.65/775.98	c SAT solver time       : 0 s
773.65/775.98	c SAT solver SAT time   : 0 s
773.65/775.98	c SAT solver UNSAT time : 0 s
773.65/775.98	c SAT solver TO time    : 0 s
773.65/775.98	c Time for SCIP         : 9.99 s
773.65/775.98	c Coop SCIP LB improvements           : 0
773.65/775.98	c Coop SCIP UB improvements           : 0
773.65/775.98	c SCIP globally fixed variables       : 0
773.65/775.98	c SAT  globally fixed variables       : 0
773.65/775.98	c SCIP freeTransform calls            : 2
773.65/775.98	c Time for Opt-base     : 59.67 s
773.65/775.98	c Steps for Opt-base    : 762552
773.65/775.98	c Time for BDD coding   : 651.7 s
773.65/775.98	c Time for srt coding   : 0.4974 s
773.65/775.98	c Inner solver invocations            : 0
773.65/775.98	c Inner solving count                 : 0
773.65/775.98	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

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

running on 4 cores: 44-47

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 4-7,11-15,20-27,32-35,41,58,61
  3550 MHz: 0-3,16-17,19,39,52-55
  3600 MHz: 8-10,18,28-31,36-38,40,42-51,56-57,59-60,62-63
WARNING: cores do not run at the same frequency!

Cores frequency (cpufreq):
  3550 MHz: 0-3

CPU governors:
  performance: 44-47

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (111407 MiB free)
  node 1: cores 8-15, 129019 MiB (111672 MiB free)
  node 2: cores 16-23, 129019 MiB (125682 MiB free)
  node 3: cores 24-31, 128957 MiB (114696 MiB free)
  node 4: cores 32-39, 129019 MiB (110382 MiB free)
  node 5: cores 40-47, 129019 MiB (107676 MiB free)
  node 6: cores 48-55, 129019 MiB (114183 MiB free)
  node 7: cores 56-63, 128474 MiB (106602 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=2616556, runsolver pid=2616538
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 1.47 2.63 5.86 9/842 2616593
/proc/meminfo: memFree=923906468/1055320700 swapFree=33554428/33554428
[pid=2616556] ppid=2616538 vsize=114124 memory=41652 CPUtime=0.02 cores=44-47
/proc/2616556/stat : 2616556 (naps_release) R 2616538 2616556 2616213 0 -1 4194304 7885 207 0 0 2 0 0 0 20 0 1 0 226589357 116862976 10164 18446744073709551615 4210688 6281017 140737033255360 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 38383616 140737033259227 140737033259408 140737033259408 140737033265096 0
/proc/2616556/statm: 28531 10407 2676 506 0 9222 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 114124 KiB
Current children cumulated memory: 41652 KiB

[startup+0.213349 s]*
/proc/loadavg: 1.47 2.63 5.86 11/843 2616601
/proc/meminfo: memFree=923745556/1055320700 swapFree=33554428/33554428
[pid=2616556] ppid=2616538 vsize=142688 memory=70152 CPUtime=0.14 cores=44-47
/proc/2616556/stat : 2616556 (naps_release) R 2616538 2616556 2616213 0 -1 4194304 15224 207 0 0 13 1 0 0 20 0 1 0 226589357 146112512 17478 18446744073709551615 4210688 6281017 140737033255360 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 38383616 140737033259227 140737033259408 140737033259408 140737033265096 0
/proc/2616556/statm: 35672 17538 2739 506 0 16363 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 142688 KiB
Current children cumulated memory: 70152 KiB

[startup+0.313756 s]*
/proc/loadavg: 1.47 2.63 5.86 12/843 2616601
/proc/meminfo: memFree=923542824/1055320700 swapFree=33554428/33554428
[pid=2616556] ppid=2616538 vsize=149084 memory=76640 CPUtime=0.24 cores=44-47
/proc/2616556/stat : 2616556 (naps_release) R 2616538 2616556 2616213 0 -1 4194304 16846 207 0 0 23 1 0 0 20 0 1 0 226589357 152662016 19014 18446744073709551615 4210688 6281017 140737033255360 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 38383616 140737033259227 140737033259408 140737033259408 140737033265096 0
/proc/2616556/statm: 37271 19160 2739 506 0 17962 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 149084 KiB
Current children cumulated memory: 76640 KiB

[startup+0.700116 s]
/proc/loadavg: 1.47 2.63 5.86 12/843 2616601
/proc/meminfo: memFree=923345860/1055320700 swapFree=33554428/33554428
[pid=2616556] ppid=2616538 vsize=206008 memory=131956 CPUtime=0.61 cores=44-47
/proc/2616556/stat : 2616556 (naps_release) R 2616538 2616556 2616213 0 -1 4194304 30675 207 0 0 59 2 0 0 20 0 1 0 226589357 210952192 32838 18446744073709551615 4210688 6281017 140737033255360 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 38383616 140737033259227 140737033259408 140737033259408 140737033265096 0
/proc/2616556/statm: 51502 32989 2739 506 0 32193 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 206008 KiB
Current children cumulated memory: 131956 KiB

[startup+1.50022 s]
/proc/loadavg: 1.47 2.63 5.86 11/843 2616601
/proc/meminfo: memFree=922957524/1055320700 swapFree=33554428/33554428
[pid=2616556] ppid=2616538 vsize=538648 memory=459892 CPUtime=1.41 cores=44-47
/proc/2616556/stat : 2616556 (naps_release) R 2616538 2616556 2616213 0 -1 4194304 112279 207 0 0 135 6 0 0 20 0 1 0 226589357 551575552 114808 18446744073709551615 4210688 6281017 140737033255360 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 38383616 140737033259227 140737033259408 140737033259408 140737033265096 0
/proc/2616556/statm: 134662 114973 5338 506 0 115353 0
Current children cumulated CPU time: 1.41 s
Current children cumulated vsize: 538648 KiB
Current children cumulated memory: 459892 KiB

[startup+3.11391 s]
/proc/loadavg: 1.47 2.63 5.86 11/843 2616601
/proc/meminfo: memFree=921047728/1055320700 swapFree=33554428/33554428
[pid=2616556] ppid=2616538 vsize=866176 memory=778632 CPUtime=3.02 cores=44-47
/proc/2616556/stat : 2616556 (naps_release) R 2616538 2616556 2616213 0 -1 4194304 181048 207 0 0 291 11 0 0 20 0 1 0 226589357 886964224 194589 18446744073709551615 4210688 6281017 140737033255360 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 38383616 140737033259227 140737033259408 140737033259408 140737033265096 0
/proc/2616556/statm: 216544 194658 5821 506 0 197235 0
Current children cumulated CPU time: 3.02 s
Current children cumulated vsize: 866176 KiB
Current children cumulated memory: 778632 KiB

[startup+6.30022 s]
/proc/loadavg: 2.16 2.75 5.88 10/837 2616635
/proc/meminfo: memFree=919129220/1055320700 swapFree=33554428/33554428
[pid=2616556] ppid=2616538 vsize=866176 memory=778684 CPUtime=6.19 cores=44-47
/proc/2616556/stat : 2616556 (naps_release) R 2616538 2616556 2616213 0 -1 4194304 181103 207 0 0 608 11 0 0 20 0 1 0 226589357 886964224 194589 18446744073709551615 4210688 6281017 140737033255360 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 38383616 140737033259227 140737033259408 140737033259408 140737033265096 0
/proc/2616556/statm: 216544 194671 5821 506 0 197235 0
Current children cumulated CPU time: 6.19 s
Current children cumulated vsize: 866176 KiB
Current children cumulated memory: 778684 KiB

[startup+12.7002 s]
/proc/loadavg: 2.71 2.85 5.90 10/837 2616635
/proc/meminfo: memFree=916483240/1055320700 swapFree=33554428/33554428
[pid=2616556] ppid=2616538 vsize=1000908 memory=898468 CPUtime=12.57 cores=44-47
/proc/2616556/stat : 2616556 (naps_release) R 2616538 2616556 2616213 0 -1 4194304 195020 207 0 0 1244 13 0 0 20 0 1 0 226589357 1024929792 224476 18446744073709551615 4210688 6281017 140737033255360 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 38383616 140737033259227 140737033259408 140737033259408 140737033265096 0
/proc/2616556/statm: 250227 224617 5837 506 0 230918 0
Current children cumulated CPU time: 12.57 s
Current children cumulated vsize: 1000908 KiB
Current children cumulated memory: 898468 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 3.16 5.95 10/837 2616635
/proc/meminfo: memFree=909663008/1055320700 swapFree=33554428/33554428
[pid=2616556] ppid=2616538 vsize=1148360 memory=1038728 CPUtime=25.32 cores=44-47
/proc/2616556/stat : 2616556 (naps_release) R 2616538 2616556 2616213 0 -1 4194304 205560 207 0 0 2519 13 0 0 20 0 1 0 226589357 1175920640 259546 18446744073709551615 4210688 6281017 140737033255360 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 38383616 140737033259227 140737033259408 140737033259408 140737033265096 0
/proc/2616556/statm: 287090 259682 5837 506 0 267781 0
Current children cumulated CPU time: 25.32 s
Current children cumulated vsize: 1148360 KiB
Current children cumulated memory: 1038728 KiB

[startup+51.1139 s]
/proc/loadavg: 5.77 3.63 6.03 10/837 2616635
/proc/meminfo: memFree=893606252/1055320700 swapFree=33554428/33554428
[pid=2616556] ppid=2616538 vsize=1433976 memory=1304180 CPUtime=50.86 cores=44-47
/proc/2616556/stat : 2616556 (naps_release) R 2616538 2616556 2616213 0 -1 4194304 232019 207 0 0 5071 15 0 0 20 0 1 0 226589357 1468391424 325869 18446744073709551615 4210688 6281017 140737033255360 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 38383616 140737033259227 140737033259408 140737033259408 140737033265096 0
/proc/2616556/statm: 358494 326045 5837 506 0 339185 0
Current children cumulated CPU time: 50.86 s
Current children cumulated vsize: 1433976 KiB
Current children cumulated memory: 1304180 KiB

[startup+102.3 s]
/proc/loadavg: 7.60 4.46 6.19 9/833 2616649
/proc/meminfo: memFree=908330800/1055320700 swapFree=33554428/33554428
[pid=2616556] ppid=2616538 vsize=1890028 memory=1729476 CPUtime=101.9 cores=44-47
/proc/2616556/stat : 2616556 (naps_release) R 2616538 2616556 2616213 0 -1 4194304 276281 207 0 0 10169 21 0 0 20 0 1 0 226589357 1935388672 432292 18446744073709551615 4210688 6281017 140737033255360 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 38383616 140737033259227 140737033259408 140737033259408 140737033265096 0
/proc/2616556/statm: 472507 432369 5837 506 0 453198 0
Current children cumulated CPU time: 101.9 s
Current children cumulated vsize: 1890028 KiB
Current children cumulated memory: 1729476 KiB

[startup+162.3 s]
/proc/loadavg: 7.29 4.95 6.25 8/826 2616710
/proc/meminfo: memFree=908737592/1055320700 swapFree=33554428/33554428
[pid=2616556] ppid=2616538 vsize=2195512 memory=2028164 CPUtime=161.72 cores=44-47
/proc/2616556/stat : 2616556 (naps_release) R 2616538 2616556 2616213 0 -1 4194304 327138 207 0 0 16148 24 0 0 20 0 1 0 226589357 2248204288 506964 18446744073709551615 4210688 6281017 140737033255360 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 38383616 140737033259227 140737033259408 140737033259408 140737033265096 0
/proc/2616556/statm: 548878 507041 5837 506 0 529569 0
Current children cumulated CPU time: 161.72 s
Current children cumulated vsize: 2195512 KiB
Current children cumulated memory: 2028164 KiB

[startup+222.3 s]
/proc/loadavg: 7.10 5.33 6.30 8/825 2616711
/proc/meminfo: memFree=907913172/1055320700 swapFree=33554428/33554428
[pid=2616556] ppid=2616538 vsize=2885320 memory=2654592 CPUtime=221.55 cores=44-47
/proc/2616556/stat : 2616556 (naps_release) R 2616538 2616556 2616213 0 -1 4194304 377505 207 0 0 22125 30 0 0 20 0 1 0 226589357 2954567680 663571 18446744073709551615 4210688 6281017 140737033255360 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 38383616 140737033259227 140737033259408 140737033259408 140737033265096 0
/proc/2616556/statm: 721330 663648 5837 506 0 702021 0
Current children cumulated CPU time: 221.55 s
Current children cumulated vsize: 2885320 KiB
Current children cumulated memory: 2654592 KiB

[startup+282.3 s]
/proc/loadavg: 7.04 5.63 6.35 8/823 2616712
/proc/meminfo: memFree=905906744/1055320700 swapFree=33554428/33554428
[pid=2616556] ppid=2616538 vsize=3079888 memory=2941236 CPUtime=281.39 cores=44-47
/proc/2616556/stat : 2616556 (naps_release) R 2616538 2616556 2616213 0 -1 4194304 426171 207 0 0 28105 34 0 0 20 0 1 0 226589357 3153805312 735207 18446744073709551615 4210688 6281017 140737033255360 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 38383616 140737033259227 140737033259408 140737033259408 140737033265096 0
/proc/2616556/statm: 769972 735309 5837 506 0 750663 0
Current children cumulated CPU time: 281.39 s
Current children cumulated vsize: 3079888 KiB
Current children cumulated memory: 2941236 KiB

[startup+342.3 s]
/proc/loadavg: 7.07 5.90 6.40 8/817 2616713
/proc/meminfo: memFree=884469108/1055320700 swapFree=33554428/33554428
[pid=2616556] ppid=2616538 vsize=4161956 memory=3872364 CPUtime=341.22 cores=44-47
/proc/2616556/stat : 2616556 (naps_release) R 2616538 2616556 2616213 0 -1 4194304 471551 207 0 0 34079 43 0 0 20 0 1 0 226589357 4261842944 968014 18446744073709551615 4210688 6281017 140737033255360 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 38383616 140737033259227 140737033259408 140737033259408 140737033265096 0
/proc/2616556/statm: 1040489 968091 5837 506 0 1021180 0
Current children cumulated CPU time: 341.22 s
Current children cumulated vsize: 4161956 KiB
Current children cumulated memory: 3872364 KiB

[startup+402.3 s]
/proc/loadavg: 7.02 6.10 6.44 8/816 2616714
/proc/meminfo: memFree=875924176/1055320700 swapFree=33554428/33554428
[pid=2616556] ppid=2616538 vsize=4328672 memory=4135248 CPUtime=401.05 cores=44-47
/proc/2616556/stat : 2616556 (naps_release) R 2616538 2616556 2616213 0 -1 4194304 513255 207 0 0 40059 46 0 0 20 0 1 0 226589357 4432560128 1033735 18446744073709551615 4210688 6281017 140737033255360 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 38383616 140737033259227 140737033259408 140737033259408 140737033265096 0
/proc/2616556/statm: 1082168 1033812 5837 506 0 1062859 0
Current children cumulated CPU time: 401.05 s
Current children cumulated vsize: 4328672 KiB
Current children cumulated memory: 4135248 KiB

[startup+462.3 s]
/proc/loadavg: 7.01 6.27 6.48 8/815 2616715
/proc/meminfo: memFree=878180532/1055320700 swapFree=33554428/33554428
[pid=2616556] ppid=2616538 vsize=4928920 memory=4534396 CPUtime=460.89 cores=44-47
/proc/2616556/stat : 2616556 (naps_release) R 2616538 2616556 2616213 0 -1 4194304 575228 207 0 0 46035 54 0 0 20 0 1 0 226589357 5047214080 1133422 18446744073709551615 4210688 6281017 140737033255360 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 38383616 140737033259227 140737033259408 140737033259408 140737033265096 0
/proc/2616556/statm: 1232230 1133599 5837 506 0 1212921 0
Current children cumulated CPU time: 460.89 s
Current children cumulated vsize: 4928920 KiB
Current children cumulated memory: 4534396 KiB

[startup+522.3 s]
/proc/loadavg: 7.00 6.41 6.51 8/816 2616719
/proc/meminfo: memFree=878718116/1055320700 swapFree=33554428/33554428
[pid=2616556] ppid=2616538 vsize=5175636 memory=4901936 CPUtime=520.72 cores=44-47
/proc/2616556/stat : 2616556 (naps_release) R 2616538 2616556 2616213 0 -1 4194304 636985 207 0 0 52008 64 0 0 20 0 1 0 226589357 5299851264 1225344 18446744073709551615 4210688 6281017 140737033255360 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 38383616 140737033259227 140737033259408 140737033259408 140737033265096 0
/proc/2616556/statm: 1293909 1225484 5837 506 0 1274600 0
Current children cumulated CPU time: 520.72 s
Current children cumulated vsize: 5175636 KiB
Current children cumulated memory: 4901936 KiB

[startup+582.3 s]
/proc/loadavg: 7.00 6.52 6.55 8/816 2616720
/proc/meminfo: memFree=867277680/1055320700 swapFree=33554428/33554428
[pid=2616556] ppid=2616538 vsize=8114704 memory=7959820 CPUtime=580.57 cores=44-47
/proc/2616556/stat : 2616556 (naps_release) R 2616538 2616556 2616213 0 -1 4194304 698848 207 0 0 57975 82 0 0 20 0 1 0 226589357 8309456896 1989813 18446744073709551615 4210688 6281017 140737033255360 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 38383616 140737033259227 140737033259408 140737033259408 140737033265096 0
/proc/2616556/statm: 2028676 1989955 5837 506 0 2009367 0
Current children cumulated CPU time: 580.57 s
Current children cumulated vsize: 8114704 KiB
Current children cumulated memory: 7959820 KiB

[startup+642.3 s]
/proc/loadavg: 7.00 6.61 6.58 8/816 2616721
/proc/meminfo: memFree=872163868/1055320700 swapFree=33554428/33554428
[pid=2616556] ppid=2616538 vsize=7537896 memory=6969712 CPUtime=640.4 cores=44-47
/proc/2616556/stat : 2616556 (naps_release) R 2616538 2616556 2616213 0 -1 4194304 759646 207 0 0 63951 89 0 0 20 0 1 0 226589357 7718805504 1742247 18446744073709551615 4210688 6281017 140737033255360 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 38383616 140737033259227 140737033259408 140737033259408 140737033265096 0
/proc/2616556/statm: 1884474 1742428 5837 506 0 1865165 0
Current children cumulated CPU time: 640.4 s
Current children cumulated vsize: 7537896 KiB
Current children cumulated memory: 6969712 KiB

[startup+702.3 s]
/proc/loadavg: 7.00 6.68 6.61 8/816 2616722
/proc/meminfo: memFree=867854408/1055320700 swapFree=33554428/33554428
[pid=2616556] ppid=2616538 vsize=7786848 memory=7339428 CPUtime=700.24 cores=44-47
/proc/2616556/stat : 2616556 (naps_release) R 2616538 2616556 2616213 0 -1 4194304 822438 207 0 0 69927 97 0 0 20 0 1 0 226589357 7973732352 1834678 18446744073709551615 4210688 6281017 140737033255360 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 38383616 140737033259227 140737033259408 140737033259408 140737033265096 0
/proc/2616556/statm: 1946712 1834857 5837 506 0 1927403 0
Current children cumulated CPU time: 700.24 s
Current children cumulated vsize: 7786848 KiB
Current children cumulated memory: 7339428 KiB

[startup+762.3 s]
/proc/loadavg: 7.00 6.74 6.64 8/816 2616727
/proc/meminfo: memFree=826677128/1055320700 swapFree=33554428/33554428
[pid=2616556] ppid=2616538 vsize=53248228 memory=49723500 CPUtime=760.09 cores=44-47
/proc/2616556/stat : 2616556 (naps_release) R 2616538 2616556 2616213 0 -1 4194304 5895937 207 0 0 75454 555 0 0 20 0 1 0 226589357 54526185472 12430737 18446744073709551615 4210688 6281017 140737033255360 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 38383616 140737033259227 140737033259408 140737033259408 140737033265096 0
/proc/2616556/statm: 13312057 12430872 5837 506 0 13292748 0
Current children cumulated CPU time: 760.09 s
Current children cumulated vsize: 53248228 KiB
Current children cumulated memory: 49723500 KiB

[startup+779.72 s]
# the end of solver process 2616556 was just reported to runsolver
# Child status: 1

# cumulated CPU time of all completed processes:  user=769.998 s, system=7.47784 s

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

[startup+768 s]*
/proc/loadavg: 7.00 6.75 6.64 8/816 2616727
/proc/meminfo: memFree=823065952/1055320700 swapFree=33554428/33554428
[pid=2616556] ppid=2616538 vsize=57038652 memory=54217636 CPUtime=765.79 cores=44-47
/proc/2616556/stat : 2616556 (naps_release) R 2616538 2616556 2616213 0 -1 4194304 6809455 207 0 0 75968 611 0 0 20 0 1 0 226589357 58407579648 13554330 18446744073709551615 4210688 6281017 140737033255360 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 38383616 140737033259227 140737033259408 140737033259408 140737033265096 0
/proc/2616556/statm: 14259696 13554408 5837 506 0 14240387 0
Current children cumulated CPU time: 765.79 s
Current children cumulated vsize: 57038652 KiB
Current children cumulated memory: 54217636 KiB

[startup+774.4 s]
/proc/loadavg: 7.00 6.75 6.64 8/816 2616727
/proc/meminfo: memFree=818361104/1055320700 swapFree=33554428/33554428
[pid=2616556] ppid=2616538 vsize=62802808 memory=60760792 CPUtime=772.15 cores=44-47
/proc/2616556/stat : 2616556 (naps_release) R 2616538 2616556 2616213 0 -1 4194304 7817227 207 0 0 76540 675 0 0 20 0 1 0 226589357 64310075392 15190020 18446744073709551615 4210688 6281017 140737033255360 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 38383616 140737033259227 140737033259408 140737033259408 140737033265096 0
/proc/2616556/statm: 15700702 15190198 5837 506 0 15681393 0
Current children cumulated CPU time: 772.15 s
Current children cumulated vsize: 62802808 KiB
Current children cumulated memory: 60760792 KiB

[startup+777.6 s]
/proc/loadavg: 7.00 6.76 6.64 8/816 2616728
/proc/meminfo: memFree=820323280/1055320700 swapFree=33554428/33554428
[pid=2616556] ppid=2616538 vsize=62805148 memory=60434952 CPUtime=775.35 cores=44-47
/proc/2616556/stat : 2616556 (naps_release) R 2616538 2616556 2616213 0 -1 4194304 7913432 207 0 0 76854 681 0 0 20 0 1 0 226589357 64312471552 15108582 18446744073709551615 4210688 6281017 140737033255360 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 38383616 140737033259227 140737033259408 140737033259408 140737033265096 0
/proc/2616556/statm: 15701287 15108738 5930 506 0 15681978 0
Current children cumulated CPU time: 775.35 s
Current children cumulated vsize: 62805148 KiB
Current children cumulated memory: 60434952 KiB

[startup+778.4 s]
/proc/loadavg: 7.00 6.76 6.64 8/816 2616728
/proc/meminfo: memFree=817412868/1055320700 swapFree=33554428/33554428
[pid=2616556] ppid=2616538 vsize=62805148 memory=60434952 CPUtime=776.15 cores=44-47
/proc/2616556/stat : 2616556 (naps_release) R 2616538 2616556 2616213 0 -1 4194304 7913432 207 0 0 76934 681 0 0 20 0 1 0 226589357 64312471552 15108582 18446744073709551615 4210688 6281017 140737033255360 0 0 0 0 0 16898 0 0 0 17 44 0 0 0 0 0 6662968 6676388 38383616 140737033259227 140737033259408 140737033259408 140737033265096 0
/proc/2616556/statm: 15701287 15108738 5930 506 0 15681978 0
Current children cumulated CPU time: 776.15 s
Current children cumulated vsize: 62805148 KiB
Current children cumulated memory: 60434952 KiB

[startup+779.213 s]
/proc/loadavg: 7.00 6.76 6.64 8/816 2616728
/proc/meminfo: memFree=823099756/1055320700 swapFree=33554428/33554428
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+779.6 s]
/proc/loadavg: 7.00 6.76 6.64 8/816 2616728
/proc/meminfo: memFree=823099756/1055320700 swapFree=33554428/33554428
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+779.7 s]
/proc/loadavg: 7.00 6.76 6.64 8/816 2616728
/proc/meminfo: memFree=823099756/1055320700 swapFree=33554428/33554428
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1

Real time (s): 779.72
CPU time (s): 777.476
CPU user time (s): 769.998
CPU system time (s): 7.47784
CPU usage (%): 99.7122
Max. virtual memory (cumulated for all children) (KiB): 62805148
Max. memory (cumulated for all children) (KiB): 60760792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 769.998
system time used= 7.47784
maximum resident set size= 60760080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7913671
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= 532
involuntary context switches= 1033


# summary of solver processes directly reported to runsolver:
#   pid: 2616556
#   total CPU time (s): 777.476
#   total CPU user time (s): 769.998
#   total CPU system time (s): 7.47784

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.9482 second user time and 8.26905 second system time

The end

Launcher Data

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

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

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

MD5SUM BENCH= f41c5b9c46d45843a5dbe0b8b57364d9
RANDOM SEED=281607731

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       1055320700 kB
MemFree:        923838560 kB
MemAvailable:   1045688908 kB
Buffers:            3352 kB
Cached:         126245752 kB
SwapCached:            0 kB
Active:          6359240 kB
Inactive:       120016168 kB
Active(anon):     905040 kB
Inactive(anon):   142608 kB
Active(file):    5454200 kB
Inactive(file): 119873560 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            188680 kB
Writeback:             8 kB
AnonPages:        131952 kB
Mapped:           181764 kB
Shmem:            921344 kB
KReclaimable:    1547528 kB
Slab:            2126460 kB
SReclaimable:    1547528 kB
SUnreclaim:       578932 kB
KernelStack:       14160 kB
PageTables:         4496 kB
SecPageTables:     15392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214776 kB
Committed_AS:    1380828 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      478548 kB
VmallocChunk:          0 kB
Percpu:           135168 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      377284 kB
DirectMap2M:    20916224 kB
DirectMap1G:    1052770304 kB

Free space on /tmp at the end= 797828 MiB
End job on nodeE004 at 2026-07-01 21:23:15