Trace number 4780550

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? (TO) 3600.23 3611.35

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/
StableMatchings/SMTI/SMTI_PBO/SMTI_50000_5_0.75_7.opb
MD5SUMd294fe8dda459f3c888f51d0f48af933
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark976
Best CPU time to get the best result obtained on this benchmark108.909
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables350000
Total number of constraints350001
Number of constraints which are clauses250000
Number of constraints which are cardinality constraints (but not clauses)100000
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint100000
Number of terms in the objective function 100000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100000
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100000
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	exec HOME/naps_release -v2 -mc -cSCIP -scip-solve-prop -scip-stage-prop -given-time=3600 HOME/instance-4780550-1782137608.opb
0.00/0.02	c NaPS 1.03a50.
0.00/0.02	c Using SAT solver: CaDiCaL 3.0.0
0.00/0.02	c Input file name: HOME/instance-4780550-1782137608.opb
0.00/0.02	c Parsing PB file...
0.08/0.18	c goal was devided by 1 with offset 100000.
4.36/4.48	c V: 4733
4.36/4.48	c assumptions before coding: 
7.75/7.88	c initScipForCoop
8.54/8.64	c Running SCIP presolver (time limit: 10 sec)...
8.54/8.64	c solveScip
8.54/8.64	c initScipForCoop
8.54/8.65	c Cooperative mode: scip_coop_offset=100000.000000
8.54/8.65	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
8.54/8.65	c Running SCIP presolve for solve-time propagation (rounds=3)
9.55/9.69	c presolving:
10.14/10.25	c (round 1, fast)       7885 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 102465 clqs, 0 implints
11.54/11.66	c    (3.0s) running MILP presolver
14.32/14.47	c    (5.8s) MILP presolver (4 rounds): 2334 aggregations, 536 fixings, 0 bound changes
14.52/14.62	c (round 2, medium)     13743 del vars, 440305 del conss, 337300 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 94147 clqs, 0 implints
22.70/22.83	c    (14.2s) sparsify finished: 105153/1855472 (5.7%) nonzeros canceled - in total 105153 canceled nonzeros, 105153 changed coefficients, 0 added nonzeros
23.80/24.00	c presolving (3 rounds: 3 fast, 2 medium, 1 exhaustive):
23.80/24.00	c  89089 deleted vars, 513940 deleted constraints, 337300 added constraints, 479 tightened bounds, 0 added holes, 4 changed sides, 139102 changed coefficients
23.80/24.00	c  0 implications, 94515 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
23.80/24.00	c presolved problem has 294458 variables (294458 bin, 0 int, 0 cont) and 243162 constraints
23.80/24.00	c     350 constraints of type <knapsack>
23.80/24.00	c   93967 constraints of type <setppc>
23.80/24.00	c    1851 constraints of type <linear>
23.80/24.00	c  146994 constraints of type <logicor>
23.80/24.00	c transformed objective value is always integral (scale: 1)
23.80/24.00	c Presolving Time: 14.37
23.91/24.01	c c SCIP solve-time propagated 43410 fixed variables
25.39/25.52	c presolving:
26.00/26.17	c (round 1, fast)       7885 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 102465 clqs, 0 implints
27.48/27.60	c    (3.0s) running MILP presolver
30.67/30.82	c    (6.2s) MILP presolver (6 rounds): 2357 aggregations, 2509 fixings, 0 bound changes
30.77/30.99	c (round 2, medium)     15674 del vars, 440305 del conss, 335752 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 94073 clqs, 0 implints
31.67/31.82	c (round 3, fast)       23281 del vars, 452367 del conss, 335752 add conss, 191 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 94573 clqs, 0 implints
32.76/32.96	c (round 4, exhaustive) 23328 del vars, 452585 del conss, 335752 add conss, 191 chg bounds, 2 chg sides, 0 chg coeffs, 323342 upgd conss, 0 impls, 94618 clqs, 0 implints
33.36/33.58	c (round 5, medium)     23328 del vars, 453012 del conss, 336179 add conss, 191 chg bounds, 429 chg sides, 1317 chg coeffs, 323342 upgd conss, 0 impls, 94629 clqs, 0 implints
33.66/33.80	c (round 6, fast)       23328 del vars, 453439 del conss, 336179 add conss, 191 chg bounds, 429 chg sides, 1317 chg coeffs, 323342 upgd conss, 0 impls, 94629 clqs, 0 implints
38.74/38.90	c (round 7, exhaustive) 55308 del vars, 453552 del conss, 336179 add conss, 191 chg bounds, 429 chg sides, 36416 chg coeffs, 323342 upgd conss, 0 impls, 94522 clqs, 0 implints
38.74/38.90	c presolving (7 rounds: 7 fast, 4 medium, 2 exhaustive):
38.74/38.90	c  55308 deleted vars, 453552 deleted constraints, 336179 added constraints, 191 tightened bounds, 0 added holes, 429 changed sides, 36416 changed coefficients
38.74/38.90	c  0 implications, 94522 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
38.74/38.90	c presolving was interrupted.
38.74/38.90	c Presolving Time: 13.41
38.74/38.90	c 
38.74/38.90	c SCIP Status        : solving was interrupted [time limit reached]
38.74/38.90	c Solving Time (sec) : 14.31
38.74/38.90	c Solving Nodes      : 0
38.74/38.90	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
38.74/38.90	c SCIP status: 23 (TIMELIMIT)
38.74/38.90	c solveScip: freeing transform (!can_skip_free_transform)
39.64/39.85	c SCIP presolver: sst_unknown
39.64/39.85	c Converting 444592 PB-constraints to clauses...
39.64/39.85	c   -- Clauses(.)/Splits(s): #
57.58/57.89	c pb_solver_status: sst_unknown
57.79/58.10	c total stages of optimization mode: 1
57.79/58.10	c LB updated by evalGoalLB to 24528
57.89/58.11	c UB updated by evalGoalUB to 99545
57.89/58.11	c minimizationMode: cmm_First_solve
57.89/58.14	c goal coeffs: 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 
58.17/58.44	c assumptions: 
58.17/58.44	c invoking solver with time budget: 5.000000
84.58/84.93	c sat_solver_result: sst_unknown
84.58/84.93	c c SAT fixed 50 new variables
84.58/84.93	c SAT solver timed out; proceeding to cooperative SCIP call
84.58/84.93	c Calling solveScip for cooperative mode with LB_goalvalue:       24528, UB_goalvalue: 99545
84.58/84.93	c scip solving with time budget: 5.000000
84.58/84.93	c solveScip
84.58/84.93	c initScipForCoop
84.58/84.93	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
87.56/87.98	c presolving:
88.26/88.65	c (round 1, fast)       8116 del vars, 207 del conss, 0 add conss, 79 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 102375 clqs, 0 implints
89.77/90.16	c    (5.2s) running MILP presolver
89.96/90.30	c    (5.4s) MILP presolver found nothing
90.06/90.49	c (round 2, medium)     13691 del vars, 288 del conss, 0 add conss, 79 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 93845 clqs, 0 implints
90.06/90.49	c presolving (2 rounds: 2 fast, 1 medium, 0 exhaustive):
90.06/90.49	c  13691 deleted vars, 288 deleted constraints, 0 added constraints, 79 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
90.06/90.49	c  0 implications, 93845 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
90.06/90.49	c presolving was interrupted.
90.06/90.49	c Presolving Time: 2.55
90.06/90.49	c 
90.06/90.49	c SCIP Status        : solving was interrupted [time limit reached]
90.06/90.49	c Solving Time (sec) : 5.56
90.06/90.49	c Solving Nodes      : 0
90.06/90.49	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
90.06/90.49	c SCIP status: 23 (TIMELIMIT)
90.06/90.49	c pb_solver_status: sst_unknown
90.06/90.49	c LB_goalvalue: 24528
90.06/90.49	c UB_goalvalue: 99545
90.06/90.49	c Both SAT and SCIP timed out; boosting budgets to sat=10.000000 scip=10.000000
90.06/90.49	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
90.06/90.49	c SCIP returned: sst_unknown
90.06/90.49	c SCIP primal LB: -oo, dual UB: +oo
90.06/90.49	c assumptions: 
90.06/90.49	c invoking solver with time budget: 10.000000
102.41/102.86	c sat_solver_result: sst_unknown
102.41/102.86	c SAT solver timed out; proceeding to cooperative SCIP call
102.41/102.86	c Calling solveScip for cooperative mode with LB_goalvalue:       24528, UB_goalvalue: 99545
102.41/102.86	c scip solving with time budget: 10.000000
102.41/102.86	c solveScip
102.41/102.86	c initScipForCoop
102.41/102.86	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
102.41/102.89	c presolving:
102.73/103.14	c (round 3, fast)       22092 del vars, 20623 del conss, 0 add conss, 81 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 94129 clqs, 0 implints
103.11/103.51	c (round 4, exhaustive) 22110 del vars, 116218 del conss, 0 add conss, 81 chg bounds, 13 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 94129 clqs, 0 implints
104.40/104.86	c    (7.6s) running MILP presolver
107.00/107.40	c    (10.1s) MILP presolver (6 rounds): 410 aggregations, 2172 fixings, 0 bound changes
107.00/107.40	c (round 5, medium)     24805 del vars, 116331 del conss, 0 add conss, 81 chg bounds, 13 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 93787 clqs, 0 implints
107.00/107.40	c presolving (5 rounds: 5 fast, 3 medium, 1 exhaustive):
107.00/107.40	c  24805 deleted vars, 116331 deleted constraints, 0 added constraints, 81 tightened bounds, 0 added holes, 13 changed sides, 0 changed coefficients
107.00/107.40	c  0 implications, 93787 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
107.00/107.40	c presolving was interrupted.
107.00/107.40	c Presolving Time: 7.10
107.00/107.40	c 
107.00/107.40	c SCIP Status        : solving was interrupted [time limit reached]
107.00/107.40	c Solving Time (sec) : 10.10
107.00/107.40	c Solving Nodes      : 0
107.00/107.40	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
107.00/107.40	c SCIP status: 23 (TIMELIMIT)
107.00/107.40	c pb_solver_status: sst_unknown
107.00/107.40	c LB_goalvalue: 24528
107.00/107.40	c UB_goalvalue: 99545
107.00/107.40	c Both SAT and SCIP timed out; boosting budgets to sat=20.000000 scip=20.000000
107.00/107.40	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
107.00/107.40	c SCIP returned: sst_unknown
107.00/107.40	c SCIP primal LB: -oo, dual UB: +oo
107.00/107.40	c assumptions: 
107.00/107.40	c invoking solver with time budget: 20.000000
126.92/127.48	c sat_solver_result: sst_unknown
126.92/127.48	c c SAT fixed 11 new variables
126.92/127.48	c SAT solver timed out; proceeding to cooperative SCIP call
126.92/127.48	c Calling solveScip for cooperative mode with LB_goalvalue:       24528, UB_goalvalue: 99545
126.92/127.48	c scip solving with time budget: 20.000000
126.92/127.48	c solveScip
126.92/127.48	c initScipForCoop
126.92/127.48	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
127.03/127.50	c presolving:
127.03/127.59	c (round 6, fast)       24840 del vars, 117249 del conss, 0 add conss, 106 chg bounds, 13 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 94207 clqs, 0 implints
127.33/127.80	c (round 7, exhaustive) 24840 del vars, 118638 del conss, 0 add conss, 106 chg bounds, 161 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 94211 clqs, 0 implints
128.54/129.07	c (round 8, exhaustive) 24840 del vars, 118640 del conss, 0 add conss, 106 chg bounds, 163 chg sides, 0 chg coeffs, 321647 upgd conss, 0 impls, 94211 clqs, 0 implints
130.32/130.87	c (round 9, exhaustive) 24840 del vars, 176296 del conss, 19 add conss, 106 chg bounds, 182 chg sides, 58 chg coeffs, 321647 upgd conss, 0 impls, 94266 clqs, 0 implints
131.52/132.05	c    (14.7s) running MILP presolver
133.20/133.77	c    (16.4s) MILP presolver (4 rounds): 598 aggregations, 183 fixings, 0 bound changes
133.52/134.11	c (round 10, medium)     25671 del vars, 178603 del conss, 2250 add conss, 106 chg bounds, 182 chg sides, 2969 chg coeffs, 321647 upgd conss, 0 impls, 94707 clqs, 0 implints
133.81/134.35	c (round 11, fast)       25697 del vars, 179424 del conss, 2254 add conss, 132 chg bounds, 182 chg sides, 3038 chg coeffs, 321647 upgd conss, 0 impls, 94895 clqs, 0 implints
134.90/135.48	c (round 12, exhaustive) 25697 del vars, 179447 del conss, 2254 add conss, 132 chg bounds, 186 chg sides, 3038 chg coeffs, 323003 upgd conss, 0 impls, 94895 clqs, 0 implints
140.28/140.88	c (round 13, exhaustive) 57444 del vars, 179491 del conss, 2256 add conss, 132 chg bounds, 188 chg sides, 19393 chg coeffs, 323003 upgd conss, 0 impls, 94826 clqs, 0 implints
140.28/140.88	c presolving (13 rounds: 13 fast, 9 medium, 6 exhaustive):
140.28/140.88	c  57444 deleted vars, 179491 deleted constraints, 2256 added constraints, 132 tightened bounds, 0 added holes, 188 changed sides, 19393 changed coefficients
140.28/140.88	c  0 implications, 94826 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
140.28/140.88	c presolving was interrupted.
140.28/140.88	c Presolving Time: 20.50
140.28/140.88	c 
140.28/140.88	c SCIP Status        : solving was interrupted [time limit reached]
140.28/140.88	c Solving Time (sec) : 23.50
140.28/140.88	c Solving Nodes      : 0
140.28/140.88	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
140.28/140.88	c SCIP status: 23 (TIMELIMIT)
140.28/140.88	c pb_solver_status: sst_unknown
140.28/140.88	c LB_goalvalue: 24528
140.28/140.88	c UB_goalvalue: 99545
140.28/140.88	c Both SAT and SCIP timed out; boosting budgets to sat=40.000000 scip=40.000000
140.28/140.88	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
140.28/140.88	c SCIP returned: sst_unknown
140.28/140.88	c SCIP primal LB: -oo, dual UB: +oo
140.28/140.88	c assumptions: 
140.28/140.88	c invoking solver with time budget: 40.000000
180.74/181.45	c sat_solver_result: sst_unknown
180.74/181.45	c c SAT fixed 85 new variables
180.74/181.45	c SAT solver timed out; proceeding to cooperative SCIP call
180.74/181.45	c Calling solveScip for cooperative mode with LB_goalvalue:       24528, UB_goalvalue: 99545
180.74/181.45	c scip solving with time budget: 40.000000
180.74/181.45	c solveScip
180.74/181.45	c initScipForCoop
180.74/181.45	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
180.74/181.48	c presolving:
181.14/181.83	c (round 14, fast)       89837 del vars, 180602 del conss, 2269 add conss, 132 chg bounds, 188 chg sides, 36981 chg coeffs, 323003 upgd conss, 0 impls, 94440 clqs, 0 implints
182.03/182.77	c (round 15, exhaustive) 89838 del vars, 199592 del conss, 2269 add conss, 132 chg bounds, 188 chg sides, 36981 chg coeffs, 323003 upgd conss, 0 impls, 94440 clqs, 0 implints
183.23/183.96	c (round 16, exhaustive) 89851 del vars, 201050 del conss, 2269 add conss, 132 chg bounds, 188 chg sides, 36981 chg coeffs, 323004 upgd conss, 0 impls, 94450 clqs, 0 implints
184.72/185.40	c (round 17, exhaustive) 90900 del vars, 201056 del conss, 2269 add conss, 132 chg bounds, 188 chg sides, 37790 chg coeffs, 323004 upgd conss, 0 impls, 94442 clqs, 0 implints
184.92/185.65	c (round 18, fast)       92045 del vars, 201235 del conss, 2269 add conss, 132 chg bounds, 188 chg sides, 38308 chg coeffs, 323004 upgd conss, 0 impls, 94284 clqs, 0 implints
185.82/186.51	c (round 19, exhaustive) 92047 del vars, 201717 del conss, 2269 add conss, 132 chg bounds, 188 chg sides, 38308 chg coeffs, 323004 upgd conss, 0 impls, 94284 clqs, 0 implints
188.81/189.59	c    (31.6s) sparsify finished: 24182/1724351 (1.4%) nonzeros canceled - in total 24182 canceled nonzeros, 24182 changed coefficients, 0 added nonzeros
189.80/190.51	c    (32.6s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
190.20/191.00	c    (33.0s) no symmetry present (symcode time: 0.15)
190.80/191.56	c presolving (20 rounds: 20 fast, 14 medium, 11 exhaustive):
190.80/191.56	c  92120 deleted vars, 201778 deleted constraints, 2269 added constraints, 132 tightened bounds, 0 added holes, 188 changed sides, 62517 changed coefficients
190.80/191.56	c  0 implications, 94288 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
190.80/191.56	c presolved problem has 290812 variables (290812 bin, 0 int, 0 cont) and 240755 constraints
190.80/191.56	c     217 constraints of type <knapsack>
190.80/191.56	c   92351 constraints of type <setppc>
190.80/191.56	c    4630 constraints of type <linear>
190.80/191.56	c  143557 constraints of type <logicor>
190.80/191.56	c transformed objective value is always integral (scale: 1)
190.80/191.56	c Presolving Time: 30.60
190.80/191.59	c 
197.48/198.25	c 
197.48/198.25	c SCIP Status        : solving was interrupted [time limit reached]
197.48/198.25	c Solving Time (sec) : 40.30
197.48/198.25	c Solving Nodes      : 1
197.48/198.25	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
197.48/198.25	c Dual Bound         : -4.77000000000000e+02
197.48/198.25	c Gap                : infinite
197.48/198.25	c SCIP status: 23 (TIMELIMIT)
197.48/198.25	c SCIP LP bound tightened UB: 99545 -> 99523
197.48/198.25	c pb_solver_status: sst_unknown
197.48/198.25	c LB_goalvalue: 24528
197.48/198.25	c UB_goalvalue: 99523
197.48/198.25	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
197.48/198.25	c SCIP returned: sst_unknown
197.48/198.25	c SCIP primal LB: -oo, dual UB: 99523
197.48/198.25	c assumptions: 
197.48/198.25	c invoking solver with time budget: 40.000000
239.02/239.96	c sat_solver_result: sst_unknown
239.02/239.96	c SAT solver timed out; proceeding to cooperative SCIP call
239.02/239.96	c Calling solveScip for cooperative mode with LB_goalvalue:       24528, UB_goalvalue: 99523
239.02/239.96	c scip solving with time budget: 56.000000
239.02/239.96	c solveScip
239.02/239.96	c initScipForCoop
239.02/239.96	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
239.02/239.96	c SCIPfreeTransform due to timeout and having shadow nodes
239.02/239.96	c forcing SCIPfreeTransform before solve
240.13/241.04	c Running SCIP presolve for solve-time propagation (rounds=3)
241.13/242.03	c presolving:
241.71/242.62	c (round 1, fast)       8116 del vars, 207 del conss, 0 add conss, 79 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 102375 clqs, 0 implints
243.12/244.08	c    (3.0s) running MILP presolver
246.39/247.35	c    (6.3s) MILP presolver (4 rounds): 2303 aggregations, 526 fixings, 0 bound changes
246.60/247.51	c (round 2, medium)     14029 del vars, 440305 del conss, 337115 add conss, 79 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 94101 clqs, 0 implints
254.67/255.65	c    (14.6s) sparsify finished: 105525/1855597 (5.7%) nonzeros canceled - in total 105525 canceled nonzeros, 105525 changed coefficients, 0 added nonzeros
255.87/256.81	c presolving (3 rounds: 3 fast, 2 medium, 1 exhaustive):
255.87/256.81	c  89188 deleted vars, 513785 deleted constraints, 337115 added constraints, 508 tightened bounds, 0 added holes, 0 changed sides, 139379 changed coefficients
255.87/256.81	c  0 implications, 94493 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
255.87/256.81	c presolved problem has 294429 variables (294429 bin, 0 int, 0 cont) and 243129 constraints
255.87/256.81	c     335 constraints of type <knapsack>
255.87/256.81	c   93947 constraints of type <setppc>
255.87/256.81	c    1882 constraints of type <linear>
255.87/256.81	c  146965 constraints of type <logicor>
255.87/256.81	c transformed objective value is always integral (scale: 1)
255.87/256.81	c Presolving Time: 14.82
255.87/256.82	c c SCIP solve-time propagated 40 fixed variables
257.36/258.35	c presolving:
258.07/259.01	c (round 1, fast)       8116 del vars, 207 del conss, 0 add conss, 79 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 102375 clqs, 0 implints
259.45/260.49	c    (3.1s) running MILP presolver
262.93/263.98	c    (6.6s) MILP presolver (6 rounds): 2326 aggregations, 2495 fixings, 0 bound changes
263.15/264.15	c (round 2, medium)     15952 del vars, 440305 del conss, 335581 add conss, 79 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 94029 clqs, 0 implints
263.93/264.98	c (round 3, fast)       23501 del vars, 452320 del conss, 335581 add conss, 235 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 94534 clqs, 0 implints
265.14/266.14	c (round 4, exhaustive) 23530 del vars, 452521 del conss, 335581 add conss, 235 chg bounds, 0 chg sides, 0 chg coeffs, 323239 upgd conss, 0 impls, 94574 clqs, 0 implints
265.72/266.76	c (round 5, medium)     23530 del vars, 452930 del conss, 335990 add conss, 235 chg bounds, 409 chg sides, 1261 chg coeffs, 323239 upgd conss, 0 impls, 94579 clqs, 0 implints
265.92/266.99	c (round 6, fast)       23530 del vars, 453339 del conss, 335990 add conss, 235 chg bounds, 409 chg sides, 1261 chg coeffs, 323239 upgd conss, 0 impls, 94579 clqs, 0 implints
267.52/268.50	c (round 7, exhaustive) 23530 del vars, 511504 del conss, 335990 add conss, 235 chg bounds, 409 chg sides, 1261 chg coeffs, 323241 upgd conss, 0 impls, 94579 clqs, 0 implints
268.61/269.69	c    (12.3s) running MILP presolver
270.61/271.63	c    (14.2s) MILP presolver (5 rounds): 906 aggregations, 514 fixings, 0 bound changes
270.91/271.93	c (round 8, medium)     25016 del vars, 514886 del conss, 339298 add conss, 235 chg bounds, 409 chg sides, 4929 chg coeffs, 323241 upgd conss, 0 impls, 95022 clqs, 0 implints
271.12/272.16	c (round 9, fast)       25062 del vars, 516277 del conss, 339301 add conss, 281 chg bounds, 409 chg sides, 5035 chg coeffs, 323241 upgd conss, 0 impls, 95287 clqs, 0 implints
272.02/273.06	c (round 10, exhaustive) 25063 del vars, 516370 del conss, 339301 add conss, 281 chg bounds, 410 chg sides, 5035 chg coeffs, 325088 upgd conss, 0 impls, 95287 clqs, 0 implints
277.28/278.33	c (round 11, exhaustive) 56743 del vars, 516449 del conss, 339317 add conss, 281 chg bounds, 426 chg sides, 21393 chg coeffs, 325088 upgd conss, 0 impls, 95261 clqs, 0 implints
277.58/278.65	c (round 12, fast)       89049 del vars, 517531 del conss, 339325 add conss, 281 chg bounds, 426 chg sides, 38796 chg coeffs, 325088 upgd conss, 0 impls, 94884 clqs, 0 implints
278.48/279.53	c (round 13, exhaustive) 89066 del vars, 536457 del conss, 339325 add conss, 281 chg bounds, 426 chg sides, 38828 chg coeffs, 325088 upgd conss, 0 impls, 94882 clqs, 0 implints
279.57/280.62	c (round 14, exhaustive) 89079 del vars, 538121 del conss, 339325 add conss, 281 chg bounds, 426 chg sides, 38828 chg coeffs, 325089 upgd conss, 0 impls, 94893 clqs, 0 implints
280.87/281.96	c (round 15, exhaustive) 90223 del vars, 538127 del conss, 339325 add conss, 281 chg bounds, 426 chg sides, 39589 chg coeffs, 325089 upgd conss, 0 impls, 94888 clqs, 0 implints
281.08/282.19	c (round 16, fast)       91465 del vars, 538313 del conss, 339325 add conss, 281 chg bounds, 426 chg sides, 40142 chg coeffs, 325089 upgd conss, 0 impls, 94722 clqs, 0 implints
281.77/282.86	c (round 17, exhaustive) 91468 del vars, 538852 del conss, 339325 add conss, 281 chg bounds, 426 chg sides, 40142 chg coeffs, 325089 upgd conss, 0 impls, 94722 clqs, 0 implints
284.66/285.76	c    (28.4s) sparsify finished: 21725/1723589 (1.3%) nonzeros canceled - in total 21725 canceled nonzeros, 21725 changed coefficients, 0 added nonzeros
285.55/286.63	c    (29.2s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
285.96/287.08	c    (29.7s) no symmetry present (symcode time: 0.15)
286.45/287.59	c presolving (18 rounds: 18 fast, 12 medium, 9 exhaustive):
286.45/287.59	c  91549 deleted vars, 538906 deleted constraints, 339325 added constraints, 281 tightened bounds, 0 added holes, 426 changed sides, 61883 changed coefficients
286.45/287.59	c  0 implications, 94721 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
286.45/287.59	c presolved problem has 291441 variables (291441 bin, 0 int, 0 cont) and 240678 constraints
286.45/287.59	c     222 constraints of type <knapsack>
286.45/287.59	c   92499 constraints of type <setppc>
286.45/287.59	c    4291 constraints of type <linear>
286.45/287.59	c  143666 constraints of type <logicor>
286.45/287.59	c transformed objective value is always integral (scale: 1)
286.45/287.59	c Presolving Time: 29.28
286.55/287.62	c 
312.37/313.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
312.37/313.50	c  56.1s|     1 |     0 | 28116 |     - |  2817M |   0 | 291k| 236k| 236k|   0 |  0 |  52 |   0 |-4.730000e+02 |      --      |    Inf | unknown
312.37/313.50	c (node 1) LP solver hit time limit in LP 1 -- using pseudo solution instead
312.37/313.50	c 
312.37/313.50	c SCIP Status        : solving was interrupted [time limit reached]
312.37/313.50	c Solving Time (sec) : 56.11
312.37/313.50	c Solving Nodes      : 1
312.37/313.50	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
312.37/313.50	c Dual Bound         : -4.73000000000000e+02
312.37/313.50	c Gap                : infinite
312.37/313.50	c SCIP status: 23 (TIMELIMIT)
312.37/313.50	c solveScip: freeing transform (!can_skip_free_transform)
313.27/314.47	c pb_solver_status: sst_unknown
313.27/314.47	c LB_goalvalue: 24528
313.27/314.47	c UB_goalvalue: 99523
313.27/314.47	c Both SAT and SCIP timed out; boosting budgets to sat=80.000000 scip=112.000000
313.27/314.47	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
313.27/314.47	c SCIP returned: sst_unknown
313.27/314.47	c SCIP primal LB: -oo, dual UB: 99527
313.27/314.47	c assumptions: 
313.27/314.47	c invoking solver with time budget: 80.000000
407.73/409.22	c sat_solver_result: sst_unknown
407.73/409.22	c c SAT fixed 18 new variables
407.73/409.22	c SAT solver timed out; proceeding to cooperative SCIP call
407.73/409.22	c Calling solveScip for cooperative mode with LB_goalvalue:       24528, UB_goalvalue: 99523
407.73/409.22	c scip solving with time budget: 112.000000
407.73/409.22	c solveScip
407.73/409.22	c initScipForCoop
407.73/409.22	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
410.12/411.69	c presolving:
410.82/412.38	c (round 1, fast)       8135 del vars, 209 del conss, 0 add conss, 80 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 102374 clqs, 0 implints
412.31/413.88	c    (4.7s) running MILP presolver
415.90/417.47	c    (8.3s) MILP presolver (6 rounds): 2320 aggregations, 2467 fixings, 0 bound changes
416.10/417.64	c (round 2, medium)     15936 del vars, 440305 del conss, 335605 add conss, 80 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 94028 clqs, 0 implints
416.90/418.49	c (round 3, fast)       23489 del vars, 452320 del conss, 335605 add conss, 236 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 94530 clqs, 0 implints
418.10/419.69	c (round 4, exhaustive) 23518 del vars, 452525 del conss, 335605 add conss, 236 chg bounds, 2 chg sides, 0 chg coeffs, 323260 upgd conss, 0 impls, 94570 clqs, 0 implints
418.79/420.33	c (round 5, medium)     23518 del vars, 452934 del conss, 336014 add conss, 236 chg bounds, 411 chg sides, 1261 chg coeffs, 323260 upgd conss, 0 impls, 94571 clqs, 0 implints
418.99/420.57	c (round 6, fast)       23518 del vars, 453343 del conss, 336014 add conss, 236 chg bounds, 411 chg sides, 1261 chg coeffs, 323260 upgd conss, 0 impls, 94571 clqs, 0 implints
420.60/422.12	c (round 7, exhaustive) 23518 del vars, 511568 del conss, 336014 add conss, 236 chg bounds, 411 chg sides, 1261 chg coeffs, 323261 upgd conss, 0 impls, 94571 clqs, 0 implints
421.69/423.27	c    (14.0s) running MILP presolver
423.77/425.35	c    (16.1s) MILP presolver (5 rounds): 912 aggregations, 523 fixings, 0 bound changes
424.07/425.66	c (round 8, medium)     25017 del vars, 514951 del conss, 339330 add conss, 236 chg bounds, 411 chg sides, 4916 chg coeffs, 323261 upgd conss, 0 impls, 95017 clqs, 0 implints
424.27/425.89	c (round 9, fast)       25065 del vars, 516357 del conss, 339330 add conss, 284 chg bounds, 411 chg sides, 5027 chg coeffs, 323261 upgd conss, 0 impls, 95283 clqs, 0 implints
425.27/426.83	c (round 10, exhaustive) 25066 del vars, 516451 del conss, 339330 add conss, 284 chg bounds, 412 chg sides, 5027 chg coeffs, 325102 upgd conss, 0 impls, 95285 clqs, 0 implints
430.56/432.17	c (round 11, exhaustive) 56814 del vars, 516539 del conss, 339347 add conss, 284 chg bounds, 429 chg sides, 21584 chg coeffs, 325102 upgd conss, 0 impls, 95261 clqs, 0 implints
430.95/432.51	c (round 12, fast)       89179 del vars, 517645 del conss, 339355 add conss, 284 chg bounds, 429 chg sides, 38900 chg coeffs, 325102 upgd conss, 0 impls, 94873 clqs, 0 implints
431.84/433.41	c (round 13, exhaustive) 89190 del vars, 536589 del conss, 339355 add conss, 284 chg bounds, 429 chg sides, 38911 chg coeffs, 325102 upgd conss, 0 impls, 94871 clqs, 0 implints
432.94/434.53	c (round 14, exhaustive) 89204 del vars, 538194 del conss, 339355 add conss, 284 chg bounds, 429 chg sides, 38911 chg coeffs, 325103 upgd conss, 0 impls, 94882 clqs, 0 implints
434.33/435.91	c (round 15, exhaustive) 90299 del vars, 538202 del conss, 339355 add conss, 284 chg bounds, 429 chg sides, 39738 chg coeffs, 325103 upgd conss, 0 impls, 94874 clqs, 0 implints
434.55/436.15	c (round 16, fast)       91498 del vars, 538378 del conss, 339355 add conss, 284 chg bounds, 429 chg sides, 40253 chg coeffs, 325103 upgd conss, 0 impls, 94722 clqs, 0 implints
435.23/436.84	c (round 17, exhaustive) 91500 del vars, 538894 del conss, 339355 add conss, 284 chg bounds, 429 chg sides, 40253 chg coeffs, 325103 upgd conss, 0 impls, 94722 clqs, 0 implints
438.22/439.80	c    (30.6s) sparsify finished: 21577/1723050 (1.3%) nonzeros canceled - in total 21577 canceled nonzeros, 21577 changed coefficients, 0 added nonzeros
439.02/440.67	c    (31.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
439.53/441.13	c    (31.9s) no symmetry present (symcode time: 0.15)
440.01/441.65	c presolving (18 rounds: 18 fast, 12 medium, 9 exhaustive):
440.01/441.65	c  91590 deleted vars, 538947 deleted constraints, 339355 added constraints, 284 tightened bounds, 0 added holes, 429 changed sides, 61861 changed coefficients
440.01/441.65	c  0 implications, 94720 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
440.01/441.65	c presolved problem has 291418 variables (291418 bin, 0 int, 0 cont) and 240664 constraints
440.01/441.65	c     210 constraints of type <knapsack>
440.01/441.65	c   92500 constraints of type <setppc>
440.01/441.65	c    4312 constraints of type <linear>
440.01/441.65	c  143642 constraints of type <logicor>
440.01/441.65	c transformed objective value is always integral (scale: 1)
440.01/441.65	c Presolving Time: 30.00
440.01/441.68	c 
519.45/521.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
519.45/521.33	c   112s|     1 |     0 | 76753 |     - |  3193M |   0 | 291k| 236k| 236k|   0 |  0 | 162 |   0 |-4.740000e+02 |      --      |    Inf | unknown
519.45/521.33	c (node 1) LP solver hit time limit in LP 1 -- using pseudo solution instead
519.45/521.33	c 
519.45/521.33	c SCIP Status        : solving was interrupted [time limit reached]
519.45/521.33	c Solving Time (sec) : 112.10
519.45/521.33	c Solving Nodes      : 1
519.45/521.33	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
519.45/521.33	c Dual Bound         : -4.74000000000000e+02
519.45/521.33	c Gap                : infinite
519.45/521.33	c SCIP status: 23 (TIMELIMIT)
519.45/521.33	c pb_solver_status: sst_unknown
519.45/521.33	c LB_goalvalue: 24528
519.45/521.33	c UB_goalvalue: 99523
519.45/521.33	c Both SAT and SCIP timed out; boosting budgets to sat=160.000000 scip=224.000000
519.45/521.33	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
519.45/521.33	c SCIP returned: sst_unknown
519.45/521.33	c SCIP primal LB: -oo, dual UB: 99526
519.45/521.33	c assumptions: 
519.45/521.33	c invoking solver with time budget: 160.000000
690.35/692.84	c sat_solver_result: sst_unknown
690.35/692.84	[tree.c:1996] ERROR: cannot change bounds of multi-aggregated variable <t_x164470>
690.35/692.84	[tree.c:2559] ERROR: Error <-9> in function call
690.35/692.84	[scip_var.c:6288] ERROR: Error <-9> in function call
690.35/692.84	[tree.c:1996] ERROR: cannot change bounds of multi-aggregated variable <t_x221229>
690.35/692.84	[tree.c:2559] ERROR: Error <-9> in function call
690.35/692.84	[scip_var.c:6288] ERROR: Error <-9> in function call
690.35/692.84	[tree.c:1996] ERROR: cannot change bounds of multi-aggregated variable <t_x320615>
690.35/692.84	[tree.c:2559] ERROR: Error <-9> in function call
690.35/692.84	[scip_var.c:6199] ERROR: Error <-9> in function call
690.35/692.84	[tree.c:1996] ERROR: cannot change bounds of multi-aggregated variable <t_x241410>
690.35/692.84	[tree.c:2559] ERROR: Error <-9> in function call
690.35/692.84	[scip_var.c:6288] ERROR: Error <-9> in function call
690.35/692.84	c c SAT fixed 1044 new variables
690.35/692.84	c SAT solver timed out; proceeding to cooperative SCIP call
690.35/692.84	c Calling solveScip for cooperative mode with LB_goalvalue:       24528, UB_goalvalue: 99523
690.35/692.84	c scip solving with time budget: 224.000000
690.35/692.84	c solveScip
690.35/692.84	c initScipForCoop
690.35/692.84	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
690.35/692.84	c SCIPfreeTransform due to timeout and having shadow nodes
690.35/692.84	c forcing SCIPfreeTransform before solve
691.34/693.85	c Running SCIP presolve for solve-time propagation (rounds=3)
692.34/694.82	c presolving:
692.94/695.40	c (round 1, fast)       8135 del vars, 209 del conss, 0 add conss, 80 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 102374 clqs, 0 implints
694.43/696.91	c    (3.1s) running MILP presolver
697.63/700.11	c    (6.3s) MILP presolver (4 rounds): 2297 aggregations, 492 fixings, 0 bound changes
697.72/700.27	c (round 2, medium)     14007 del vars, 440305 del conss, 337139 add conss, 80 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 94100 clqs, 0 implints
705.89/708.47	c    (14.6s) sparsify finished: 105222/1854771 (5.7%) nonzeros canceled - in total 105222 canceled nonzeros, 105222 changed coefficients, 0 added nonzeros
707.09/709.65	c presolving (3 rounds: 3 fast, 2 medium, 1 exhaustive):
707.09/709.65	c  89258 deleted vars, 513860 deleted constraints, 337139 added constraints, 509 tightened bounds, 0 added holes, 4 changed sides, 139113 changed coefficients
707.09/709.65	c  0 implications, 94488 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
707.09/709.65	c presolved problem has 294401 variables (294401 bin, 0 int, 0 cont) and 243055 constraints
707.09/709.65	c     330 constraints of type <knapsack>
707.09/709.65	c   93949 constraints of type <setppc>
707.09/709.65	c    1864 constraints of type <linear>
707.09/709.65	c  146912 constraints of type <logicor>
707.09/709.65	c transformed objective value is always integral (scale: 1)
707.09/709.65	c Presolving Time: 14.88
707.09/709.65	c c SCIP solve-time propagated 7 fixed variables
708.68/711.22	c presolving:
709.28/711.89	c (round 1, fast)       8135 del vars, 209 del conss, 0 add conss, 80 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 102374 clqs, 0 implints
710.88/713.42	c    (3.2s) running MILP presolver
714.48/717.01	c    (6.8s) MILP presolver (6 rounds): 2320 aggregations, 2467 fixings, 0 bound changes
714.58/717.18	c (round 2, medium)     15936 del vars, 440305 del conss, 335605 add conss, 80 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 94028 clqs, 0 implints
715.47/718.02	c (round 3, fast)       23489 del vars, 452320 del conss, 335605 add conss, 236 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 94530 clqs, 0 implints
716.57/719.19	c (round 4, exhaustive) 23518 del vars, 452525 del conss, 335605 add conss, 236 chg bounds, 2 chg sides, 0 chg coeffs, 323260 upgd conss, 0 impls, 94570 clqs, 0 implints
717.25/719.81	c (round 5, medium)     23518 del vars, 452934 del conss, 336014 add conss, 236 chg bounds, 411 chg sides, 1261 chg coeffs, 323260 upgd conss, 0 impls, 94571 clqs, 0 implints
717.47/720.04	c (round 6, fast)       23518 del vars, 453343 del conss, 336014 add conss, 236 chg bounds, 411 chg sides, 1261 chg coeffs, 323260 upgd conss, 0 impls, 94571 clqs, 0 implints
718.95/721.58	c (round 7, exhaustive) 23518 del vars, 511568 del conss, 336014 add conss, 236 chg bounds, 411 chg sides, 1261 chg coeffs, 323261 upgd conss, 0 impls, 94571 clqs, 0 implints
720.14/722.71	c    (12.5s) running MILP presolver
722.14/724.78	c    (14.5s) MILP presolver (5 rounds): 912 aggregations, 523 fixings, 0 bound changes
722.45/725.09	c (round 8, medium)     25017 del vars, 514951 del conss, 339330 add conss, 236 chg bounds, 411 chg sides, 4916 chg coeffs, 323261 upgd conss, 0 impls, 95017 clqs, 0 implints
722.73/725.32	c (round 9, fast)       25065 del vars, 516357 del conss, 339330 add conss, 284 chg bounds, 411 chg sides, 5027 chg coeffs, 323261 upgd conss, 0 impls, 95283 clqs, 0 implints
723.63/726.24	c (round 10, exhaustive) 25066 del vars, 516451 del conss, 339330 add conss, 284 chg bounds, 412 chg sides, 5027 chg coeffs, 325102 upgd conss, 0 impls, 95285 clqs, 0 implints
728.91/731.55	c (round 11, exhaustive) 56814 del vars, 516539 del conss, 339347 add conss, 284 chg bounds, 429 chg sides, 21584 chg coeffs, 325102 upgd conss, 0 impls, 95261 clqs, 0 implints
729.21/731.87	c (round 12, fast)       89179 del vars, 517645 del conss, 339355 add conss, 284 chg bounds, 429 chg sides, 38900 chg coeffs, 325102 upgd conss, 0 impls, 94873 clqs, 0 implints
730.11/732.77	c (round 13, exhaustive) 89190 del vars, 536589 del conss, 339355 add conss, 284 chg bounds, 429 chg sides, 38911 chg coeffs, 325102 upgd conss, 0 impls, 94871 clqs, 0 implints
731.20/733.87	c (round 14, exhaustive) 89204 del vars, 538194 del conss, 339355 add conss, 284 chg bounds, 429 chg sides, 38911 chg coeffs, 325103 upgd conss, 0 impls, 94882 clqs, 0 implints
732.60/735.24	c (round 15, exhaustive) 90299 del vars, 538202 del conss, 339355 add conss, 284 chg bounds, 429 chg sides, 39738 chg coeffs, 325103 upgd conss, 0 impls, 94874 clqs, 0 implints
732.80/735.46	c (round 16, fast)       91498 del vars, 538378 del conss, 339355 add conss, 284 chg bounds, 429 chg sides, 40253 chg coeffs, 325103 upgd conss, 0 impls, 94722 clqs, 0 implints
733.51/736.14	c (round 17, exhaustive) 91500 del vars, 538894 del conss, 339355 add conss, 284 chg bounds, 429 chg sides, 40253 chg coeffs, 325103 upgd conss, 0 impls, 94722 clqs, 0 implints
736.40/739.07	c    (28.8s) sparsify finished: 21577/1723050 (1.3%) nonzeros canceled - in total 21577 canceled nonzeros, 21577 changed coefficients, 0 added nonzeros
737.28/739.94	c    (29.7s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
737.68/740.38	c    (30.1s) no symmetry present (symcode time: 0.14)
738.18/740.89	c presolving (18 rounds: 18 fast, 12 medium, 9 exhaustive):
738.18/740.89	c  91590 deleted vars, 538947 deleted constraints, 339355 added constraints, 284 tightened bounds, 0 added holes, 429 changed sides, 61861 changed coefficients
738.18/740.89	c  0 implications, 94720 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
738.18/740.89	c presolved problem has 291418 variables (291418 bin, 0 int, 0 cont) and 240664 constraints
738.18/740.89	c     210 constraints of type <knapsack>
738.18/740.89	c   92500 constraints of type <setppc>
738.18/740.89	c    4312 constraints of type <linear>
738.18/740.89	c  143642 constraints of type <logicor>
738.18/740.89	c transformed objective value is always integral (scale: 1)
738.18/740.89	c Presolving Time: 29.72
738.28/740.92	c 
931.13/934.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
931.13/934.44	c   224s|     1 |     0 |132825 |     - |  3200M |   0 | 291k| 236k| 236k|   0 |  0 | 162 |   0 |-4.740000e+02 |      --      |    Inf | unknown
931.13/934.44	c (node 1) LP solver hit time limit in LP 1 -- using pseudo solution instead
931.13/934.44	c 
931.13/934.44	c SCIP Status        : solving was interrupted [time limit reached]
931.13/934.44	c Solving Time (sec) : 224.19
931.13/934.44	c Solving Nodes      : 1
931.13/934.44	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
931.13/934.44	c Dual Bound         : -4.74000000000000e+02
931.13/934.44	c Gap                : infinite
931.13/934.44	c SCIP status: 23 (TIMELIMIT)
931.13/934.44	c solveScip: freeing transform (!can_skip_free_transform)
932.12/935.44	c pb_solver_status: sst_unknown
932.12/935.44	c LB_goalvalue: 24528
932.12/935.44	c UB_goalvalue: 99523
932.12/935.44	c Both SAT and SCIP timed out; boosting budgets to sat=320.000000 scip=448.000000
932.12/935.44	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
932.12/935.44	c SCIP returned: sst_unknown
932.12/935.44	c SCIP primal LB: -oo, dual UB: 99526
932.12/935.44	c assumptions: 
932.12/935.44	c invoking solver with time budget: 320.000000
1255.51/1259.94	c sat_solver_result: sst_unknown
1255.51/1259.94	c c SAT fixed 291 new variables
1255.51/1259.94	c SAT solver timed out; proceeding to cooperative SCIP call
1255.51/1259.94	c Calling solveScip for cooperative mode with LB_goalvalue:       24528, UB_goalvalue: 99523
1255.51/1259.94	c scip solving with time budget: 448.000000
1255.51/1259.94	c solveScip
1255.51/1259.94	c initScipForCoop
1255.51/1259.94	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
1256.62/1261.09	c presolving:
1257.30/1261.77	c (round 1, fast)       8436 del vars, 236 del conss, 0 add conss, 90 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 102380 clqs, 0 implints
1258.80/1263.29	c    (3.3s) running MILP presolver
1262.38/1266.80	c    (6.9s) MILP presolver (6 rounds): 2345 aggregations, 2450 fixings, 0 bound changes
1262.48/1266.97	c (round 2, medium)     16234 del vars, 440305 del conss, 335464 add conss, 90 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 94011 clqs, 0 implints
1263.38/1267.81	c (round 3, fast)       23776 del vars, 452305 del conss, 335464 add conss, 246 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 94508 clqs, 0 implints
1264.47/1269.00	c (round 4, exhaustive) 23805 del vars, 452506 del conss, 335464 add conss, 246 chg bounds, 5 chg sides, 0 chg coeffs, 323141 upgd conss, 0 impls, 94548 clqs, 0 implints
1265.17/1269.62	c (round 5, medium)     23805 del vars, 452907 del conss, 335865 add conss, 246 chg bounds, 408 chg sides, 1243 chg coeffs, 323141 upgd conss, 0 impls, 94555 clqs, 0 implints
1265.37/1269.85	c (round 6, fast)       23805 del vars, 453308 del conss, 335865 add conss, 246 chg bounds, 408 chg sides, 1243 chg coeffs, 323141 upgd conss, 0 impls, 94555 clqs, 0 implints
1266.87/1271.39	c (round 7, exhaustive) 23805 del vars, 511577 del conss, 335865 add conss, 246 chg bounds, 408 chg sides, 1243 chg coeffs, 323142 upgd conss, 0 impls, 94555 clqs, 0 implints
1268.06/1272.52	c    (12.6s) running MILP presolver
1270.06/1274.57	c    (14.6s) MILP presolver (5 rounds): 919 aggregations, 531 fixings, 0 bound changes
1270.35/1274.87	c (round 8, medium)     25317 del vars, 515007 del conss, 339211 add conss, 246 chg bounds, 408 chg sides, 4924 chg coeffs, 323142 upgd conss, 0 impls, 94991 clqs, 0 implints
1270.57/1275.10	c (round 9, fast)       25365 del vars, 516429 del conss, 339215 add conss, 294 chg bounds, 408 chg sides, 5029 chg coeffs, 323142 upgd conss, 0 impls, 95263 clqs, 0 implints
1271.56/1276.03	c (round 10, exhaustive) 25366 del vars, 516527 del conss, 339215 add conss, 294 chg bounds, 409 chg sides, 5029 chg coeffs, 325001 upgd conss, 0 impls, 95265 clqs, 0 implints
1276.83/1281.32	c (round 11, exhaustive) 57090 del vars, 516610 del conss, 339230 add conss, 294 chg bounds, 424 chg sides, 21185 chg coeffs, 325001 upgd conss, 0 impls, 95235 clqs, 0 implints
1277.13/1281.65	c (round 12, fast)       89451 del vars, 517759 del conss, 339238 add conss, 294 chg bounds, 424 chg sides, 38840 chg coeffs, 325001 upgd conss, 0 impls, 94827 clqs, 0 implints
1278.04/1282.52	c (round 13, exhaustive) 89458 del vars, 536765 del conss, 339238 add conss, 294 chg bounds, 424 chg sides, 38861 chg coeffs, 325001 upgd conss, 0 impls, 94827 clqs, 0 implints
1279.13/1283.62	c (round 14, exhaustive) 89472 del vars, 538191 del conss, 339238 add conss, 294 chg bounds, 424 chg sides, 38861 chg coeffs, 325002 upgd conss, 0 impls, 94838 clqs, 0 implints
1280.43/1284.97	c (round 15, exhaustive) 90436 del vars, 538197 del conss, 339238 add conss, 294 chg bounds, 424 chg sides, 39506 chg coeffs, 325002 upgd conss, 0 impls, 94836 clqs, 0 implints
1280.73/1285.20	c (round 16, fast)       91480 del vars, 538346 del conss, 339238 add conss, 294 chg bounds, 424 chg sides, 39979 chg coeffs, 325002 upgd conss, 0 impls, 94701 clqs, 0 implints
1281.32/1285.88	c (round 17, exhaustive) 91481 del vars, 538796 del conss, 339238 add conss, 294 chg bounds, 424 chg sides, 39979 chg coeffs, 325002 upgd conss, 0 impls, 94701 clqs, 0 implints
1284.32/1288.82	c    (28.9s) sparsify finished: 22231/1723151 (1.3%) nonzeros canceled - in total 22231 canceled nonzeros, 22231 changed coefficients, 0 added nonzeros
1285.21/1289.72	c    (29.8s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1285.63/1290.16	c    (30.2s) no symmetry present (symcode time: 0.14)
1286.11/1290.68	c presolving (18 rounds: 18 fast, 12 medium, 9 exhaustive):
1286.11/1290.68	c  91552 deleted vars, 538832 deleted constraints, 339238 added constraints, 294 tightened bounds, 0 added holes, 424 changed sides, 62240 changed coefficients
1286.11/1290.68	c  0 implications, 94698 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
1286.11/1290.68	c presolved problem has 291285 variables (291285 bin, 0 int, 0 cont) and 240674 constraints
1286.11/1290.68	c     221 constraints of type <knapsack>
1286.11/1290.68	c   92455 constraints of type <setppc>
1286.11/1290.68	c    4469 constraints of type <linear>
1286.11/1290.68	c  143529 constraints of type <logicor>
1286.11/1290.68	c transformed objective value is always integral (scale: 1)
1286.11/1290.68	c Presolving Time: 29.63
1286.21/1290.71	c 
1702.29/1708.05	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1702.29/1708.05	c   448s|     1 |     0 |140325 |     - |  3500M |   0 | 291k| 236k| 236k|   0 |  0 | 162 |   0 |-4.740000e+02 |      --      |    Inf | unknown
1702.29/1708.05	c (node 1) LP solver hit time limit in LP 1 -- using pseudo solution instead
1702.29/1708.05	c 
1702.29/1708.05	c SCIP Status        : solving was interrupted [time limit reached]
1702.29/1708.05	c Solving Time (sec) : 448.11
1702.29/1708.05	c Solving Nodes      : 1
1702.29/1708.05	c Primal Bound       : -1.00000000000000e+20 (0 solutions)
1702.29/1708.05	c Dual Bound         : -4.74000000000000e+02
1702.29/1708.05	c Gap                : infinite
1702.29/1708.05	c SCIP status: 23 (TIMELIMIT)
1702.29/1708.05	c pb_solver_status: sst_unknown
1702.29/1708.05	c LB_goalvalue: 24528
1702.29/1708.05	c UB_goalvalue: 99523
1702.29/1708.05	c Both SAT and SCIP timed out; boosting budgets to sat=640.000000 scip=896.000000
1702.29/1708.05	c # improved by sat (lb/ub): 0, # improved by scip (lb): 0
1702.29/1708.05	c SCIP returned: sst_unknown
1702.29/1708.05	c SCIP primal LB: -oo, dual UB: 99526
1702.29/1708.05	c assumptions: 
1702.29/1708.05	c invoking solver with time budget: 640.000000
2354.09/2362.01	c sat_solver_result: sst_unknown
2354.09/2362.01	[tree.c:1996] ERROR: cannot change bounds of multi-aggregated variable <t_x108940>
2354.09/2362.01	[tree.c:2559] ERROR: Error <-9> in function call
2354.09/2362.01	[scip_var.c:6199] ERROR: Error <-9> in function call
2354.09/2362.01	[tree.c:1996] ERROR: cannot change bounds of multi-aggregated variable <t_x203705>
2354.09/2362.01	[tree.c:2559] ERROR: Error <-9> in function call
2354.09/2362.01	[scip_var.c:6199] ERROR: Error <-9> in function call
2354.09/2362.01	c c SAT fixed 455 new variables
2354.09/2362.01	c SAT solver timed out; proceeding to cooperative SCIP call
2354.09/2362.01	c Calling solveScip for cooperative mode with LB_goalvalue:       24528, UB_goalvalue: 99523
2354.09/2362.01	c scip solving with time budget: 896.000000
2354.09/2362.01	c solveScip
2354.09/2362.01	c initScipForCoop
2354.09/2362.01	c Coop Mode: Using SCIP obj units for LB/UB: -oo, +oo
2354.09/2362.01	c SCIPfreeTransform due to timeout and having shadow nodes
2354.09/2362.01	c forcing SCIPfreeTransform before solve
2355.09/2363.01	c Running SCIP presolve for solve-time propagation (rounds=3)
2356.08/2364.00	c presolving:
2356.78/2364.60	c (round 1, fast)       8436 del vars, 236 del conss, 0 add conss, 90 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 102380 clqs, 0 implints
2358.19/2366.08	c    (3.1s) running MILP presolver
2361.36/2369.27	c    (6.3s) MILP presolver (4 rounds): 2322 aggregations, 497 fixings, 0 bound changes
2361.56/2369.43	c (round 2, medium)     14328 del vars, 440305 del conss, 336996 add conss, 90 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 94081 clqs, 0 implints
2369.64/2377.58	c    (14.6s) sparsify finished: 107066/1852895 (5.8%) nonzeros canceled - in total 107066 canceled nonzeros, 107066 changed coefficients, 0 added nonzeros
2370.83/2378.76	c presolving (3 rounds: 3 fast, 2 medium, 1 exhaustive):
2370.83/2378.76	c  89596 deleted vars, 513869 deleted constraints, 336996 added constraints, 519 tightened bounds, 0 added holes, 2 changed sides, 140955 changed coefficients
2370.83/2378.76	c  0 implications, 94460 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
2370.83/2378.76	c presolved problem has 294074 variables (294074 bin, 0 int, 0 cont) and 242809 constraints
2370.83/2378.76	c     326 constraints of type <knapsack>
2370.83/2378.76	c   93909 constraints of type <setppc>
2370.83/2378.76	c    2175 constraints of type <linear>
2370.83/2378.76	c  146399 constraints of type <logicor>
2370.83/2378.76	c transformed objective value is always integral (scale: 1)
2370.83/2378.76	c Presolving Time: 14.80
2370.83/2378.77	c c SCIP solve-time propagated 7 fixed variables
2372.43/2380.34	c presolving:
2373.14/2381.02	c (round 1, fast)       8436 del vars, 236 del conss, 0 add conss, 90 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 102380 clqs, 0 implints
2374.63/2382.52	c    (3.2s) running MILP presolver
2378.12/2386.03	c    (6.7s) MILP presolver (6 rounds): 2345 aggregations, 2450 fixings, 0 bound changes
2378.31/2386.20	c (round 2, medium)     16234 del vars, 440305 del conss, 335464 add conss, 90 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 94011 clqs, 0 implints
2379.12/2387.04	c (round 3, fast)       23776 del vars, 452305 del conss, 335464 add conss, 246 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 94508 clqs, 0 implints
2380.30/2388.20	c (round 4, exhaustive) 23805 del vars, 452506 del conss, 335464 add conss, 246 chg bounds, 5 chg sides, 0 chg coeffs, 323141 upgd conss, 0 impls, 94548 clqs, 0 implints
2380.90/2388.83	c (round 5, medium)     23805 del vars, 452907 del conss, 335865 add conss, 246 chg bounds, 408 chg sides, 1243 chg coeffs, 323141 upgd conss, 0 impls, 94555 clqs, 0 implints
2381.11/2389.06	c (round 6, fast)       23805 del vars, 453308 del conss, 335865 add conss, 246 chg bounds, 408 chg sides, 1243 chg coeffs, 323141 upgd conss, 0 impls, 94555 clqs, 0 implints
2382.70/2390.60	c (round 7, exhaustive) 23805 del vars, 511577 del conss, 335865 add conss, 246 chg bounds, 408 chg sides, 1243 chg coeffs, 323142 upgd conss, 0 impls, 94555 clqs, 0 implints
2383.79/2391.75	c    (12.4s) running MILP presolver
2385.78/2393.76	c    (14.4s) MILP presolver (5 rounds): 919 aggregations, 531 fixings, 0 bound changes
2386.10/2394.07	c (round 8, medium)     25317 del vars, 515007 del conss, 339211 add conss, 246 chg bounds, 408 chg sides, 4924 chg coeffs, 323142 upgd conss, 0 impls, 94991 clqs, 0 implints
2386.38/2394.30	c (round 9, fast)       25365 del vars, 516429 del conss, 339215 add conss, 294 chg bounds, 408 chg sides, 5029 chg coeffs, 323142 upgd conss, 0 impls, 95263 clqs, 0 implints
2387.28/2395.21	c (round 10, exhaustive) 25366 del vars, 516527 del conss, 339215 add conss, 294 chg bounds, 409 chg sides, 5029 chg coeffs, 325001 upgd conss, 0 impls, 95265 clqs, 0 implints
2392.57/2400.51	c (round 11, exhaustive) 57090 del vars, 516610 del conss, 339230 add conss, 294 chg bounds, 424 chg sides, 21185 chg coeffs, 325001 upgd conss, 0 impls, 95235 clqs, 0 implints
2392.87/2400.83	c (round 12, fast)       89451 del vars, 517759 del conss, 339238 add conss, 294 chg bounds, 424 chg sides, 38840 chg coeffs, 325001 upgd conss, 0 impls, 94827 clqs, 0 implints
2393.77/2401.70	c (round 13, exhaustive) 89458 del vars, 536765 del conss, 339238 add conss, 294 chg bounds, 424 chg sides, 38861 chg coeffs, 325001 upgd conss, 0 impls, 94827 clqs, 0 implints
2394.76/2402.79	c (round 14, exhaustive) 89472 del vars, 538191 del conss, 339238 add conss, 294 chg bounds, 424 chg sides, 38861 chg coeffs, 325002 upgd conss, 0 impls, 94838 clqs, 0 implints
2396.17/2404.14	c (round 15, exhaustive) 90436 del vars, 538197 del conss, 339238 add conss, 294 chg bounds, 424 chg sides, 39506 chg coeffs, 325002 upgd conss, 0 impls, 94836 clqs, 0 implints
2396.36/2404.37	c (round 16, fast)       91480 del vars, 538346 del conss, 339238 add conss, 294 chg bounds, 424 chg sides, 39979 chg coeffs, 325002 upgd conss, 0 impls, 94701 clqs, 0 implints
2397.07/2405.04	c (round 17, exhaustive) 91481 del vars, 538796 del conss, 339238 add conss, 294 chg bounds, 424 chg sides, 39979 chg coeffs, 325002 upgd conss, 0 impls, 94701 clqs, 0 implints
2399.95/2407.95	c    (28.6s) sparsify finished: 22231/1723151 (1.3%) nonzeros canceled - in total 22231 canceled nonzeros, 22231 changed coefficients, 0 added nonzeros
2400.84/2408.85	c    (29.5s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
2401.24/2409.29	c    (29.9s) no symmetry present (symcode time: 0.14)
2401.84/2409.80	c presolving (18 rounds: 18 fast, 12 medium, 9 exhaustive):
2401.84/2409.80	c  91552 deleted vars, 538832 deleted constraints, 339238 added constraints, 294 tightened bounds, 0 added holes, 424 changed sides, 62240 changed coefficients
2401.84/2409.80	c  0 implications, 94698 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
2401.84/2409.80	c presolved problem has 291285 variables (291285 bin, 0 int, 0 cont) and 240674 constraints
2401.84/2409.80	c     221 constraints of type <knapsack>
2401.84/2409.80	c   92455 constraints of type <setppc>
2401.84/2409.80	c    4469 constraints of type <linear>
2401.84/2409.80	c  143529 constraints of type <logicor>
2401.84/2409.80	c transformed objective value is always integral (scale: 1)
2401.84/2409.80	c Presolving Time: 29.51
2401.84/2409.83	c 
3600.07/3611.20	
3600.07/3611.20	*** TERMINATED *** by signal
3600.07/3611.20	c
3600.07/3611.20	s UNKNOWN
3600.07/3611.20	c _____________________________________________________________________________
3600.07/3611.20	c std/band forms        : 96497,0
3600.07/3611.20	c 2cl/3cl ITE-codings   : 0,0
3600.07/3611.20	c BDD/srt/adr Max costs : 0,16261753,0
3600.07/3611.20	c BDDraw/bin/mul/srt/adr: 0,0,0,96497,0
3600.07/3611.20	c BDD nodes             : 0
3600.07/3611.20	c Es1/CC detections     : 0,0
3600.07/3611.20	c CC sort               : 96496
3600.07/3611.20	c SAT/UNSAT calls       : 0,0
3600.07/3611.20	c regenrated variables  : 0
3600.07/3611.20	c eliminated fixed lits : 4733
3600.07/3611.20	c goal lit flips        : 0
3600.07/3611.20	c goal stages           : 0
3600.07/3611.20	c goal shrink           : 0
3600.07/3611.20	c goal coeff separations: 0
3600.07/3611.20	c restarts              : 9356
3600.07/3611.20	c conflicts             : 181759         (50 /sec)
3600.07/3611.20	c decisions             : 4641665        (1289 /sec)
3600.07/3611.20	c propagations          : 1380346779     (383422 /sec)
3600.07/3611.20	c inspects              : 0              (0 /sec)
3600.07/3611.20	c CPU time (solving tm) : 3600 s        (1381 s, SAT 0 s, UNSAT 0 s)
3600.07/3611.20	c SAT solver time       : 1381 s
3600.07/3611.20	c SAT solver SAT time   : 0 s
3600.07/3611.20	c SAT solver UNSAT time : 0 s
3600.07/3611.20	c SAT solver TO time    : 1381 s
3600.07/3611.20	c Time for SCIP         : 892.3 s
3600.07/3611.20	c Coop SCIP LB improvements           : 0
3600.07/3611.20	c Coop SCIP UB improvements           : 1
3600.07/3611.20	c SCIP globally fixed variables       : 43464
3600.07/3611.20	c SAT  globally fixed variables       : 1954
3600.07/3611.20	c SCIP freeTransform calls            : 10
3600.07/3611.20	c Time for Opt-base     : 0.2066 s
3600.07/3611.20	c Steps for Opt-base    : 0
3600.07/3611.20	c Time for BDD coding   : 0 s
3600.07/3611.20	c Time for srt coding   : 4.222 s
3600.07/3611.20	c Inner solver invocations            : 0
3600.07/3611.20	c Inner solving count                 : 0
3600.07/3611.20	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-4780550-1782137608/watcher-4780550-1782137608 -o /tmp/evaluation-result-4780550-1782137608/solver-4780550-1782137608 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4780550-1782137608/vars-4780550-1782137608 --bin-var /tmp/runsolver-exch-nodeE005-1782136005-2194614 --watchdog 3760 ./naps.sh -given-time=3600 HOME/instance-4780550-1782137608.opb 

running on 4 cores: 44-47

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

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

CPU governors:
  performance: 44-47

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (54504 MiB free)
  node 1: cores 8-15, 129019 MiB (79325 MiB free)
  node 2: cores 16-23, 128973 MiB (86318 MiB free)
  node 3: cores 24-31, 129003 MiB (97276 MiB free)
  node 4: cores 32-39, 129019 MiB (56757 MiB free)
  node 5: cores 40-47, 129019 MiB (66887 MiB free)
  node 6: cores 48-55, 129019 MiB (95275 MiB free)
  node 7: cores 56-63, 128474 MiB (43755 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=2195722, runsolver pid=2195719
Starting watchdog thread
Current StackSize limit: 8192 KiB


[startup+0.100077 s]*
/proc/loadavg: 16.61 16.41 14.02 17/869 2195725
/proc/meminfo: memFree=593959360/1055320704 swapFree=33554428/33554428
[pid=2195722] ppid=2195719 vsize=149240 memory=76660 CPUtime=0.08 cores=44-47
/proc/2195722/stat : 2195722 (naps_release) R 2195719 2195722 2194593 0 -1 4194304 15326 204 0 0 8 0 0 0 20 0 1 0 147048758 152821760 19080 18446744073709551615 4210688 6281017 140725435415936 0 0 0 0 0 16898 0 0 0 17 45 0 0 0 0 0 6662968 6676388 13172736 140725435422939 140725435423120 140725435423120 140725435428808 0
/proc/2195722/statm: 37310 19165 2732 506 0 18001 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 149240 KiB
Current children cumulated memory: 76660 KiB

[startup+0.21359 s]*
/proc/loadavg: 16.61 16.41 14.02 17/869 2195725
/proc/meminfo: memFree=593946224/1055320704 swapFree=33554428/33554428
[pid=2195722] ppid=2195719 vsize=156668 memory=84904 CPUtime=0.2 cores=44-47
/proc/2195722/stat : 2195722 (naps_release) R 2195719 2195722 2194593 0 -1 4194304 17358 204 0 0 19 1 0 0 20 0 1 0 147048758 160428032 21128 18446744073709551615 4210688 6281017 140725435415936 0 0 0 0 0 16898 0 0 0 17 45 0 0 0 0 0 6662968 6676388 13172736 140725435422939 140725435423120 140725435423120 140725435428808 0
/proc/2195722/statm: 39167 21226 2763 506 0 19858 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 156668 KiB
Current children cumulated memory: 84904 KiB

[startup+0.313379 s]*
/proc/loadavg: 16.61 16.41 14.02 17/869 2195725
/proc/meminfo: memFree=593920368/1055320704 swapFree=33554428/33554428
[pid=2195722] ppid=2195719 vsize=184336 memory=111224 CPUtime=0.3 cores=44-47
/proc/2195722/stat : 2195722 (naps_release) R 2195719 2195722 2194593 0 -1 4194304 22409 204 0 0 29 1 0 0 20 0 1 0 147048758 188760064 27705 18446744073709551615 4210688 6281017 140725435415936 0 0 0 0 0 16898 0 0 0 17 45 0 0 0 0 0 6662968 6676388 13172736 140725435422939 140725435423120 140725435423120 140725435428808 0
/proc/2195722/statm: 46084 27806 2763 506 0 26775 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 184336 KiB
Current children cumulated memory: 111224 KiB

[startup+0.700147 s]
/proc/loadavg: 16.61 16.41 14.02 18/869 2195725
/proc/meminfo: memFree=597118384/1055320704 swapFree=33554428/33554428
[pid=2195722] ppid=2195719 vsize=315232 memory=240036 CPUtime=0.67 cores=44-47
/proc/2195722/stat : 2195722 (naps_release) R 2195719 2195722 2194593 0 -1 4194304 46441 204 0 0 65 2 0 0 20 0 1 0 147048758 322797568 59873 18446744073709551615 4210688 6281017 140725435415936 0 0 0 0 0 16898 0 0 0 17 45 0 0 0 0 0 6662968 6676388 13172736 140725435422939 140725435423120 140725435423120 140725435428808 0
/proc/2195722/statm: 78808 60007 2763 506 0 59499 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 315232 KiB
Current children cumulated memory: 240036 KiB

[startup+1.50013 s]
/proc/loadavg: 16.61 16.41 14.02 17/869 2195725
/proc/meminfo: memFree=597092428/1055320704 swapFree=33554428/33554428
[pid=2195722] ppid=2195719 vsize=466060 memory=389844 CPUtime=1.47 cores=44-47
/proc/2195722/stat : 2195722 (naps_release) R 2195719 2195722 2194593 0 -1 4194304 80828 204 0 0 143 4 0 0 20 0 1 0 147048758 477245440 97267 18446744073709551615 4210688 6281017 140725435415936 0 0 0 0 0 16898 0 0 0 17 45 0 0 0 0 0 6662968 6676388 13172736 140725435422939 140725435423120 140725435423120 140725435428808 0
/proc/2195722/statm: 116515 97460 2763 506 0 97206 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 466060 KiB
Current children cumulated memory: 389844 KiB

[startup+3.11403 s]
/proc/loadavg: 16.72 16.43 14.04 17/869 2195725
/proc/meminfo: memFree=584132808/1055320704 swapFree=33554428/33554428
[pid=2195722] ppid=2195719 vsize=714712 memory=638544 CPUtime=3.07 cores=44-47
/proc/2195722/stat : 2195722 (naps_release) R 2195719 2195722 2194593 0 -1 4194304 142504 204 0 0 300 7 0 0 20 0 1 0 147048758 731865088 159458 18446744073709551615 4210688 6281017 140725435415936 0 0 0 0 0 16898 0 0 0 17 45 0 0 0 0 0 6662968 6676388 13172736 140725435422939 140725435423120 140725435423120 140725435428808 0
/proc/2195722/statm: 178678 159636 2763 506 0 159369 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 714712 KiB
Current children cumulated memory: 638544 KiB

[startup+6.30011 s]
/proc/loadavg: 16.72 16.43 14.04 17/869 2195725
/proc/meminfo: memFree=584857536/1055320704 swapFree=33554428/33554428
[pid=2195722] ppid=2195719 vsize=941208 memory=865076 CPUtime=6.25 cores=44-47
/proc/2195722/stat : 2195722 (naps_release) R 2195719 2195722 2194593 0 -1 4194304 199169 204 0 0 614 11 0 0 20 0 1 0 147048758 963796992 216162 18446744073709551615 4210688 6281017 140725435415936 0 0 0 0 0 16898 0 0 0 17 45 0 0 0 0 0 6662968 6676388 13172736 140725435422939 140725435423120 140725435423120 140725435428808 0
/proc/2195722/statm: 235302 216269 2763 506 0 215993 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 941208 KiB
Current children cumulated memory: 865076 KiB

[startup+12.7002 s]
/proc/loadavg: 16.92 16.49 14.08 17/869 2195725
/proc/meminfo: memFree=582792500/1055320704 swapFree=33554428/33554428
[pid=2195722] ppid=2195719 vsize=3062436 memory=2964780 CPUtime=12.63 cores=44-47
/proc/2195722/stat : 2195722 (naps_release) R 2195719 2195722 2194593 0 -1 4194304 595875 204 0 0 1229 34 0 0 20 0 1 0 147048758 3135934464 741162 18446744073709551615 4210688 6281017 140725435415936 0 0 0 0 0 16898 0 0 0 17 45 0 0 0 0 0 6662968 6676388 13172736 140725435422939 140725435423120 140725435423120 140725435428808 0
/proc/2195722/statm: 765609 741195 5664 506 0 746300 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 3062436 KiB
Current children cumulated memory: 2964780 KiB

[startup+25.5002 s]
/proc/loadavg: 17.09 16.54 14.13 17/869 2195727
/proc/meminfo: memFree=581493096/1055320704 swapFree=33554428/33554428
[pid=2195722] ppid=2195719 vsize=2921896 memory=2817832 CPUtime=25.39 cores=44-47
/proc/2195722/stat : 2195722 (naps_release) R 2195719 2195722 2194593 0 -1 4194304 601879 204 0 0 2504 35 0 0 20 0 1 0 147048758 2992021504 704315 18446744073709551615 4210688 6281017 140725435415936 0 0 0 0 0 16898 0 0 0 17 45 0 0 0 0 0 6662968 6676388 13172736 140725435422939 140725435423120 140725435423120 140725435428808 0
/proc/2195722/statm: 730474 704458 5819 506 0 711165 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 2921896 KiB
Current children cumulated memory: 2817832 KiB

[startup+51.1139 s]
/proc/loadavg: 17.32 16.64 14.22 17/869 2195727
/proc/meminfo: memFree=584709560/1055320704 swapFree=33554428/33554428
[pid=2195722] ppid=2195719 vsize=8408724 memory=8020048 CPUtime=50.91 cores=44-47
/proc/2195722/stat : 2195722 (naps_release) R 2195719 2195722 2194593 0 -1 4194304 995205 204 0 0 5004 87 0 0 20 0 1 0 147048758 8610533376 2004837 18446744073709551615 4210688 6281017 140725435415936 0 0 0 0 0 16898 0 0 0 17 45 0 0 0 0 0 6662968 6676388 13172736 140725435422939 140725435423120 140725435423120 140725435428808 0
/proc/2195722/statm: 2102181 2005012 5819 506 0 2082872 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 8408724 KiB
Current children cumulated memory: 8020048 KiB

[startup+102.3 s]
/proc/loadavg: 16.57 16.54 14.33 17/870 2195735
/proc/meminfo: memFree=587526056/1055320704 swapFree=33554428/33554428
[pid=2195722] ppid=2195719 vsize=11142552 memory=10843624 CPUtime=101.92 cores=44-47
/proc/2195722/stat : 2195722 (naps_release) R 2195719 2195722 2194593 0 -1 4194304 1623899 204 0 0 10037 155 0 0 20 0 1 0 147048758 11409973248 2710820 18446744073709551615 4210688 6281017 140725435415936 0 0 0 0 0 16898 0 0 0 17 45 0 0 0 0 0 6662968 6676388 13172736 140725435422939 140725435423120 140725435423120 140725435428808 0
/proc/2195722/statm: 2785638 2710906 5899 506 0 2766329 0
Current children cumulated CPU time: 101.92 s
Current children cumulated vsize: 11142552 KiB
Current children cumulated memory: 10843624 KiB

[startup+162.3 s]
/proc/loadavg: 16.27 16.46 14.45 17/870 2195736
/proc/meminfo: memFree=571523920/1055320704 swapFree=33554428/33554428
[pid=2195722] ppid=2195719 vsize=11346716 memory=11047840 CPUtime=161.71 cores=44-47
/proc/2195722/stat : 2195722 (naps_release) R 2195719 2195722 2194593 0 -1 4194304 1665586 204 0 0 15994 177 0 0 20 0 1 0 147048758 11619037184 2761949 18446744073709551615 4210688 6281017 140725435415936 0 0 0 0 0 16898 0 0 0 17 45 0 0 0 0 0 6662968 6676388 13172736 140725435422939 140725435423120 140725435423120 140725435428808 0
/proc/2195722/statm: 2836679 2761960 5899 506 0 2817370 0
Current children cumulated CPU time: 161.71 s
Current children cumulated vsize: 11346716 KiB
Current children cumulated memory: 11047840 KiB

[startup+222.3 s]
/proc/loadavg: 16.10 16.37 14.55 17/870 2195737
/proc/meminfo: memFree=578487276/1055320704 swapFree=33554428/33554428
[pid=2195722] ppid=2195719 vsize=12238340 memory=11584820 CPUtime=221.49 cores=44-47
/proc/2195722/stat : 2195722 (naps_release) R 2195719 2195722 2194593 0 -1 4194304 1761313 204 0 0 21959 190 0 0 20 0 1 0 147048758 12532060160 2896035 18446744073709551615 4210688 6281017 140725435415936 0 0 0 0 0 16898 0 0 0 17 45 0 0 0 0 0 6662968 6676388 13172736 140725435422939 140725435423120 140725435423120 140725435428808 0
/proc/2195722/statm: 3059585 2896205 6009 506 0 3040276 0
Current children cumulated CPU time: 221.49 s
Current children cumulated vsize: 12238340 KiB
Current children cumulated memory: 11584820 KiB

[startup+282.3 s]
/proc/loadavg: 16.03 16.30 14.64 17/870 2195738
/proc/meminfo: memFree=575712476/1055320704 swapFree=33554428/33554428
[pid=2195722] ppid=2195719 vsize=12258984 memory=11605752 CPUtime=281.27 cores=44-47
/proc/2195722/stat : 2195722 (naps_release) R 2195719 2195722 2194593 0 -1 4194304 1776973 204 0 0 27934 193 0 0 20 0 1 0 147048758 12553199616 2901431 18446744073709551615 4210688 6281017 140725435415936 0 0 0 0 0 16898 0 0 0 17 45 0 0 0 0 0 6662968 6676388 13172736 140725435422939 140725435423120 140725435423120 140725435428808 0
/proc/2195722/statm: 3064746 2901438 6009 506 0 3045437 0
Current children cumulated CPU time: 281.27 s
Current children cumulated vsize: 12258984 KiB
Current children cumulated memory: 11605752 KiB

[startup+342.3 s]
/proc/loadavg: 16.54 16.39 14.78 17/870 2195739

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

/proc/2195722/statm: 3544507 3209838 6260 506 0 3525198 0
Current children cumulated CPU time: 2853.07 s
Current children cumulated vsize: 14178028 KiB
Current children cumulated memory: 12839352 KiB

[startup+2922.3 s]
/proc/loadavg: 9.10 10.68 13.03 10/829 2196418
/proc/meminfo: memFree=795012640/1055320704 swapFree=33554428/33554428
[pid=2195722] ppid=2195719 vsize=14178028 memory=12839352 CPUtime=2912.9 cores=44-47
/proc/2195722/stat : 2195722 (naps_release) R 2195719 2195722 2194593 0 -1 4194304 2278290 204 0 0 285234 6056 0 0 20 0 1 0 147048758 14518300672 3209740 18446744073709551615 4210688 6281017 140725435415936 0 0 0 0 0 16898 0 0 0 17 45 0 0 0 0 0 6662968 6676388 13172736 140725435422939 140725435423120 140725435423120 140725435428808 0
/proc/2195722/statm: 3544507 3209838 6260 506 0 3525198 0
Current children cumulated CPU time: 2912.9 s
Current children cumulated vsize: 14178028 KiB
Current children cumulated memory: 12839352 KiB

[startup+2982.3 s]
/proc/loadavg: 8.55 10.25 12.73 9/822 2196452
/proc/meminfo: memFree=817473236/1055320704 swapFree=33554428/33554428
[pid=2195722] ppid=2195719 vsize=14178028 memory=12839352 CPUtime=2972.74 cores=44-47
/proc/2195722/stat : 2195722 (naps_release) R 2195719 2195722 2194593 0 -1 4194304 2278319 204 0 0 291218 6056 0 0 20 0 1 0 147048758 14518300672 3209740 18446744073709551615 4210688 6281017 140725435415936 0 0 0 0 0 16898 0 0 0 17 45 0 0 0 0 0 6662968 6676388 13172736 140725435422939 140725435423120 140725435423120 140725435428808 0
/proc/2195722/statm: 3544507 3209838 6260 506 0 3525198 0
Current children cumulated CPU time: 2972.74 s
Current children cumulated vsize: 14178028 KiB
Current children cumulated memory: 12839352 KiB

[startup+3042.3 s]
/proc/loadavg: 8.20 9.84 12.43 9/822 2196453
/proc/meminfo: memFree=816969336/1055320704 swapFree=33554428/33554428
[pid=2195722] ppid=2195719 vsize=14178028 memory=12839352 CPUtime=3032.6 cores=44-47
/proc/2195722/stat : 2195722 (naps_release) R 2195719 2195722 2194593 0 -1 4194304 2278327 204 0 0 297202 6058 0 0 20 0 1 0 147048758 14518300672 3209740 18446744073709551615 4210688 6281017 140725435415936 0 0 0 0 0 16898 0 0 0 17 45 0 0 0 0 0 6662968 6676388 13172736 140725435422939 140725435423120 140725435423120 140725435428808 0
/proc/2195722/statm: 3544507 3209838 6260 506 0 3525198 0
Current children cumulated CPU time: 3032.6 s
Current children cumulated vsize: 14178028 KiB
Current children cumulated memory: 12839352 KiB

[startup+3102.3 s]
/proc/loadavg: 8.07 9.50 12.15 9/821 2196454
/proc/meminfo: memFree=817044664/1055320704 swapFree=33554428/33554428
[pid=2195722] ppid=2195719 vsize=14178028 memory=12839352 CPUtime=3092.45 cores=44-47
/proc/2195722/stat : 2195722 (naps_release) R 2195719 2195722 2194593 0 -1 4194304 2278445 204 0 0 303187 6058 0 0 20 0 1 0 147048758 14518300672 3209740 18446744073709551615 4210688 6281017 140725435415936 0 0 0 0 0 16898 0 0 0 17 45 0 0 0 0 0 6662968 6676388 13172736 140725435422939 140725435423120 140725435423120 140725435428808 0
/proc/2195722/statm: 3544507 3209838 6260 506 0 3525198 0
Current children cumulated CPU time: 3092.45 s
Current children cumulated vsize: 14178028 KiB
Current children cumulated memory: 12839352 KiB

[startup+3162.3 s]
/proc/loadavg: 8.02 9.22 11.89 9/822 2196458
/proc/meminfo: memFree=817049976/1055320704 swapFree=33554428/33554428
[pid=2195722] ppid=2195719 vsize=14223736 memory=12862460 CPUtime=3152.29 cores=44-47
/proc/2195722/stat : 2195722 (naps_release) R 2195719 2195722 2194593 0 -1 4194304 2278779 204 0 0 309170 6059 0 0 20 0 1 0 147048758 14565105664 3215499 18446744073709551615 4210688 6281017 140725435415936 0 0 0 0 0 16898 0 0 0 17 45 0 0 0 0 0 6662968 6676388 13172736 140725435422939 140725435423120 140725435423120 140725435428808 0
/proc/2195722/statm: 3555934 3215615 6260 506 0 3536625 0
Current children cumulated CPU time: 3152.29 s
Current children cumulated vsize: 14223736 KiB
Current children cumulated memory: 12862460 KiB

[startup+3222.3 s]
/proc/loadavg: 8.01 9.00 11.64 9/822 2196463
/proc/meminfo: memFree=817044384/1055320704 swapFree=33554428/33554428
[pid=2195722] ppid=2195719 vsize=14223736 memory=12862460 CPUtime=3212.15 cores=44-47
/proc/2195722/stat : 2195722 (naps_release) R 2195719 2195722 2194593 0 -1 4194304 2278785 204 0 0 315155 6060 0 0 20 0 1 0 147048758 14565105664 3215499 18446744073709551615 4210688 6281017 140725435415936 0 0 0 0 0 16898 0 0 0 17 45 0 0 0 0 0 6662968 6676388 13172736 140725435422939 140725435423120 140725435423120 140725435428808 0
/proc/2195722/statm: 3555934 3215615 6260 506 0 3536625 0
Current children cumulated CPU time: 3212.15 s
Current children cumulated vsize: 14223736 KiB
Current children cumulated memory: 12862460 KiB

[startup+3282.3 s]
/proc/loadavg: 8.00 8.81 11.41 9/822 2196464
/proc/meminfo: memFree=817030216/1055320704 swapFree=33554428/33554428
[pid=2195722] ppid=2195719 vsize=14223736 memory=12862460 CPUtime=3272 cores=44-47
/proc/2195722/stat : 2195722 (naps_release) R 2195719 2195722 2194593 0 -1 4194304 2278811 204 0 0 321140 6060 0 0 20 0 1 0 147048758 14565105664 3215499 18446744073709551615 4210688 6281017 140725435415936 0 0 0 0 0 16898 0 0 0 17 45 0 0 0 0 0 6662968 6676388 13172736 140725435422939 140725435423120 140725435423120 140725435428808 0
/proc/2195722/statm: 3555934 3215615 6260 506 0 3536625 0
Current children cumulated CPU time: 3272 s
Current children cumulated vsize: 14223736 KiB
Current children cumulated memory: 12862460 KiB

[startup+3342.3 s]
/proc/loadavg: 8.03 8.68 11.20 9/822 2196465
/proc/meminfo: memFree=817048068/1055320704 swapFree=33554428/33554428
[pid=2195722] ppid=2195719 vsize=14223736 memory=12862460 CPUtime=3331.85 cores=44-47
/proc/2195722/stat : 2195722 (naps_release) R 2195719 2195722 2194593 0 -1 4194304 2278819 204 0 0 327124 6061 0 0 20 0 1 0 147048758 14565105664 3215499 18446744073709551615 4210688 6281017 140725435415936 0 0 0 0 0 16898 0 0 0 17 45 0 0 0 0 0 6662968 6676388 13172736 140725435422939 140725435423120 140725435423120 140725435428808 0
/proc/2195722/statm: 3555934 3215615 6260 506 0 3536625 0
Current children cumulated CPU time: 3331.85 s
Current children cumulated vsize: 14223736 KiB
Current children cumulated memory: 12862460 KiB

[startup+3402.3 s]
/proc/loadavg: 8.01 8.55 11.00 9/822 2196466
/proc/meminfo: memFree=816561072/1055320704 swapFree=33554428/33554428
[pid=2195722] ppid=2195719 vsize=14223736 memory=12864508 CPUtime=3391.71 cores=44-47
/proc/2195722/stat : 2195722 (naps_release) R 2195719 2195722 2194593 0 -1 4194304 2279042 204 0 0 333109 6062 0 0 20 0 1 0 147048758 14565105664 3216011 18446744073709551615 4210688 6281017 140725435415936 0 0 0 0 0 16898 0 0 0 17 45 0 0 0 0 0 6662968 6676388 13172736 140725435422939 140725435423120 140725435423120 140725435428808 0
/proc/2195722/statm: 3555934 3216127 6260 506 0 3536625 0
Current children cumulated CPU time: 3391.71 s
Current children cumulated vsize: 14223736 KiB
Current children cumulated memory: 12864508 KiB

[startup+3462.3 s]
/proc/loadavg: 8.49 8.58 10.85 9/821 2196467
/proc/meminfo: memFree=816614104/1055320704 swapFree=33554428/33554428
[pid=2195722] ppid=2195719 vsize=14223736 memory=12864508 CPUtime=3451.56 cores=44-47
/proc/2195722/stat : 2195722 (naps_release) R 2195719 2195722 2194593 0 -1 4194304 2279053 204 0 0 339093 6063 0 0 20 0 1 0 147048758 14565105664 3216011 18446744073709551615 4210688 6281017 140725435415936 0 0 0 0 0 16898 0 0 0 17 45 0 0 0 0 0 6662968 6676388 13172736 140725435422939 140725435423120 140725435423120 140725435428808 0
/proc/2195722/statm: 3555934 3216127 6260 506 0 3536625 0
Current children cumulated CPU time: 3451.56 s
Current children cumulated vsize: 14223736 KiB
Current children cumulated memory: 12864508 KiB

[startup+3522.3 s]
/proc/loadavg: 8.32 8.53 10.69 9/821 2196468
/proc/meminfo: memFree=815631004/1055320704 swapFree=33554428/33554428
[pid=2195722] ppid=2195719 vsize=14223736 memory=12864508 CPUtime=3511.4 cores=44-47
/proc/2195722/stat : 2195722 (naps_release) R 2195719 2195722 2194593 0 -1 4194304 2279224 204 0 0 345076 6064 0 0 20 0 1 0 147048758 14565105664 3216011 18446744073709551615 4210688 6281017 140725435415936 0 0 0 0 0 16898 0 0 0 17 45 0 0 0 0 0 6662968 6676388 13172736 140725435422939 140725435423120 140725435423120 140725435428808 0
/proc/2195722/statm: 3555934 3216127 6260 506 0 3536625 0
Current children cumulated CPU time: 3511.4 s
Current children cumulated vsize: 14223736 KiB
Current children cumulated memory: 12864508 KiB

[startup+3582.3 s]
/proc/loadavg: 8.12 8.43 10.52 9/821 2196469
/proc/meminfo: memFree=816644012/1055320704 swapFree=33554428/33554428
[pid=2195722] ppid=2195719 vsize=14223736 memory=12864508 CPUtime=3571.24 cores=44-47
/proc/2195722/stat : 2195722 (naps_release) R 2195719 2195722 2194593 0 -1 4194304 2279598 204 0 0 351060 6064 0 0 20 0 1 0 147048758 14565105664 3216011 18446744073709551615 4210688 6281017 140725435415936 0 0 0 0 0 16898 0 0 0 17 45 0 0 0 0 0 6662968 6676388 13172736 140725435422939 140725435423120 140725435423120 140725435428808 0
/proc/2195722/statm: 3555934 3216127 6260 506 0 3536625 0
Current children cumulated CPU time: 3571.24 s
Current children cumulated vsize: 14223736 KiB
Current children cumulated memory: 12864508 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.2 s]
/proc/loadavg: 7.92 8.35 10.42 8/816 2196504
/proc/meminfo: memFree=847245956/1055320704 swapFree=33554428/33554428
[pid=2195722] ppid=2195719 vsize=14223736 memory=12864508 CPUtime=3600.07 cores=44-47
/proc/2195722/stat : 2195722 (naps_release) R 2195719 2195722 2194593 0 -1 4194304 2279619 204 0 0 353942 6065 0 0 20 0 1 0 147048758 14565105664 3216011 18446744073709551615 4210688 6281017 140725435415936 0 0 0 0 0 16898 0 0 0 17 45 0 0 0 0 0 6662968 6676388 13172736 140725435422939 140725435423120 140725435423120 140725435428808 0
/proc/2195722/statm: 3555934 3216127 6260 506 0 3536625 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 14223736 KiB
Current children cumulated memory: 12864508 KiB

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

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

# cumulated CPU time of all completed processes:  user=3539.42 s, system=60.8044 s

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

[startup+3611.3 s]*
/proc/loadavg: 7.92 8.35 10.42 8/816 2196504
/proc/meminfo: memFree=852730680/1055320704 swapFree=33554428/33554428
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 10

Real time (s): 3611.35
CPU time (s): 3600.23
CPU user time (s): 3539.42
CPU system time (s): 60.8044
CPU usage (%): 99.692
Max. virtual memory (cumulated for all children) (KiB): 16654848
Max. memory (cumulated for all children) (KiB): 15546848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3539.42
system time used= 60.8044
maximum resident set size= 15546432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2279823
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 302
involuntary context switches= 2947


# summary of solver processes directly reported to runsolver:
#   pid: 2195722
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3539.42
#   total CPU system time (s): 60.8044

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.0997 second user time and 39.2372 second system time

The end

Launcher Data

Begin job on nodeE005 at 2026-06-22 16:13:28
IDJOB=4780550
IDBENCH=179159
IDSOLVER=3589
FILE ID=nodeE005/4780550-1782137608
RUNJOBID= nodeE005-1782136005-2194614
SLURM_JOB_ID= 12510919
Free space on /tmp= 797848 MiB

SOLVER NAME= NaPS 1.04
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/SMTI/SMTI_PBO/SMTI_50000_5_0.75_7.opb
COMMAND LINE= ./naps.sh -given-time=TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4780550-1782137608/watcher-4780550-1782137608 -o /tmp/evaluation-result-4780550-1782137608/solver-4780550-1782137608 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4780550-1782137608/vars-4780550-1782137608 --bin-var /tmp/runsolver-exch-nodeE005-1782136005-2194614 --watchdog 3760  ./naps.sh -given-time=3600 HOME/instance-4780550-1782137608.opb

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

MD5SUM BENCH= d294fe8dda459f3c888f51d0f48af933
RANDOM SEED=548077700

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 63
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3571.151
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:       1055320704 kB
MemFree:        594023944 kB
MemAvailable:   726320296 kB
Buffers:            2348 kB
Cached:         136614348 kB
SwapCached:            0 kB
Active:         320093692 kB
Inactive:       135019132 kB
Active(anon):   319362924 kB
Inactive(anon):        0 kB
Active(file):     730768 kB
Inactive(file): 135019132 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             46356 kB
Writeback:             0 kB
AnonPages:      318486812 kB
Mapped:           242672 kB
Shmem:            866792 kB
KReclaimable:    1378156 kB
Slab:            1939940 kB
SReclaimable:    1378156 kB
SUnreclaim:       561784 kB
KernelStack:       14848 kB
PageTables:       633136 kB
SecPageTables:     15320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:   336462228 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      478416 kB
VmallocChunk:          0 kB
Percpu:           130048 kB
HardwareCorrupted:     0 kB
AnonHugePages:  164333568 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:      401860 kB
DirectMap2M:    19843072 kB
DirectMap1G:    1053818880 kB

Free space on /tmp at the end= 798376 MiB
End job on nodeE005 at 2026-06-22 17:13:40