Trace number 4795792

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
HitPBO-PL 2026-06-22 (cert)OPT cert.10 108.769 111.511

DiagnosticValue
CARDINALITY_CORES_IN_OPTIMIZER0
CLAUSAL_CORES_IN_OPTIMIZER503
CORES_EXTRACTED5000
CORES_IN_OPTIMIZER503
ITERATIONS500
NB_HARDENED_HARDEN0
NB_HARDENED_RC0
PB_CORES_IN_OPTIMIZER0
SIS100
SIS_OUT_OF_BUDGET99
SIS_SAT0
SIS_UNSAT1
TIME_EXTRACT_CORES4.25
TIME_HARDEN0
TIME_OPTIMIZE0.45
TIME_RC0
TIME_SIS98.18

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=12-t=2.opb
MD5SUMa46df37fb28c6a7914e93bb6881f83fb
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 benchmark10
Best CPU time to get the best result obtained on this benchmark0.029047
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables246
Total number of constraints8880
Number of constraints which are clauses8868
Number of constraints which are cardinality constraints (but not clauses)12
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint13
Number of terms in the objective function 12
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 12
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
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.05	c initialize HitPBO internal solver
0.00/0.05	c HitPBO 1.0.1, e594391-dirty compiled with g++-11.4.0
0.00/0.05	c compiled with: RoundingSat 2
0.00/0.05	c compiled with: Gurobi 12.0.2
0.00/0.05	c compiled with: SCIP 11.0.0
0.00/0.05	c compiled with: PaPILO 3.0.1.0
0.00/0.05	c compiled with: CaDiCaL 3.0.0
0.00/0.05	c >>> reading configuration
0.00/0.05	c   proof-compatible true
0.00/0.05	c   !! Proof-compatible mode enabled. This overrides some parameter values.
0.00/0.05	c   !! Disabled reduced cost fixing (--rc).
0.00/0.05	c   !! Disabled presolve (--presolve).
0.00/0.05	c   !! Disabled core simplification techniques (--cs).
0.00/0.05	c   !! Enabled plain mode in cadical (--cadical-plain).
0.00/0.05	c   !! Set exact-optimizer to "roundingsat-sh" (SIS with non-reified constraints)
0.00/0.05	c   rc false
0.00/0.05	c   ce-oracle "satsolver"
0.00/0.05	c   satsolver "cadical"
0.00/0.05	c   cadical-plain true
0.00/0.05	c   satsolver-pb-backend "roundingsat"
0.00/0.05	c   cs false
0.00/0.05	c   optimizer "gurobi"
0.00/0.05	c   exact-optimizer "roundingsat-sh"
0.00/0.05	c   sis-oracle "roundingsat"
0.00/0.05	c   presolver "papilo"
0.00/0.05	c   presolve false
0.00/0.05	c initialization complete
0.00/0.05	c 
0.00/0.05	c >>> reading input from opb file "HOME/instance-4795792-1782439636.opb"
0.00/0.05	c     instance in the solver, loading instance took 0s
0.00/0.05	c 
0.00/0.05	c  ================== start solving  ================== 
0.00/0.05	c [0.00] >>> prepare for solve
0.00/0.05	Error: invalid user locale; possible fix is to set the system environment
0.00/0.05	       variable 'LC_ALL' to a valid locale (e.g., to 'C')
0.00/0.05	c [0.00]     set up proof logging for exact optimizer
0.00/0.05	c [0.01] >>> run constraint seeding
0.00/0.05	c [0.02]     seed 0 constraints and 0 literals
3.07/3.11	c [0.02] IHS main loop, iteration 1: LB = 0, UB = 13
3.07/3.11	c [0.14] IHS main loop, iteration 2: LB = 0, UB = 10
3.07/3.11	c [0.34] IHS main loop, iteration 3: LB = 0, UB = 10
3.07/3.11	c [0.69] IHS main loop, iteration 4: LB = 0, UB = 10
3.07/3.11	c [1.06] IHS main loop, iteration 5: LB = 0, UB = 10
3.07/3.11	c [1.24] IHS main loop, iteration 6: LB = 0, UB = 10
3.07/3.11	c [1.39] IHS main loop, iteration 7: LB = 0, UB = 10
3.07/3.11	c [1.52] IHS main loop, iteration 8: LB = 0, UB = 10
3.07/3.11	c [1.60] IHS main loop, iteration 9: LB = 0, UB = 10
3.07/3.11	c [1.75] IHS main loop, iteration 10: LB = 0, UB = 10
3.07/3.11	c [1.87] IHS main loop, iteration 11: LB = 0, UB = 10
3.07/3.11	c [1.90] IHS main loop, iteration 12: LB = 0, UB = 10
3.07/3.11	c [2.05] IHS main loop, iteration 13: LB = 0, UB = 10
3.07/3.11	c [2.10] IHS main loop, iteration 14: LB = 0, UB = 10
3.07/3.11	c [2.18] IHS main loop, iteration 15: LB = 0, UB = 10
3.07/3.11	c [2.24] IHS main loop, iteration 16: LB = 0, UB = 10
3.07/3.11	c [2.26] IHS main loop, iteration 17: LB = 0, UB = 10
3.07/3.11	c [2.28] IHS main loop, iteration 18: LB = 0, UB = 10
3.07/3.11	c [2.28] IHS main loop, iteration 19: LB = 0, UB = 10
3.07/3.11	c [2.29] IHS main loop, iteration 20: LB = 0, UB = 10
3.07/3.11	c [2.31] IHS main loop, iteration 21: LB = 0, UB = 10
3.07/3.11	c [2.31] IHS main loop, iteration 22: LB = 0, UB = 10
3.07/3.11	c [2.31] IHS main loop, iteration 23: LB = 0, UB = 10
3.07/3.11	c [2.31] IHS main loop, iteration 24: LB = 0, UB = 10
3.07/3.11	c [2.32] IHS main loop, iteration 25: LB = 0, UB = 10
3.07/3.11	c [2.34] IHS main loop, iteration 26: LB = 0, UB = 10
3.07/3.11	c [2.35] IHS main loop, iteration 27: LB = 0, UB = 10
3.07/3.11	c [2.35] IHS main loop, iteration 28: LB = 0, UB = 10
3.07/3.11	c [2.35] IHS main loop, iteration 29: LB = 0, UB = 10
3.07/3.11	c [2.36] IHS main loop, iteration 30: LB = 0, UB = 10
3.07/3.11	c [2.38] IHS main loop, iteration 31: LB = 0, UB = 10
3.07/3.11	c [2.39] IHS main loop, iteration 32: LB = 0, UB = 10
3.07/3.11	c [2.39] IHS main loop, iteration 33: LB = 0, UB = 10
3.07/3.11	c [2.39] IHS main loop, iteration 34: LB = 0, UB = 10
3.07/3.11	c [2.39] IHS main loop, iteration 35: LB = 0, UB = 10
3.07/3.11	c [2.41] IHS main loop, iteration 36: LB = 0, UB = 10
3.07/3.11	c [2.41] IHS main loop, iteration 37: LB = 0, UB = 10
3.07/3.11	c [2.42] IHS main loop, iteration 38: LB = 0, UB = 10
3.07/3.11	c [2.42] IHS main loop, iteration 39: LB = 0, UB = 10
3.07/3.11	c [2.42] IHS main loop, iteration 40: LB = 0, UB = 10
3.07/3.11	c [2.47] IHS main loop, iteration 41: LB = 0, UB = 10
3.07/3.11	c [2.48] IHS main loop, iteration 42: LB = 0, UB = 10
3.07/3.11	c [2.48] IHS main loop, iteration 43: LB = 0, UB = 10
3.07/3.11	c [2.49] IHS main loop, iteration 44: LB = 0, UB = 10
3.07/3.11	c [2.49] IHS main loop, iteration 45: LB = 0, UB = 10
3.07/3.11	c [2.52] IHS main loop, iteration 46: LB = 0, UB = 10
3.07/3.11	c [2.53] IHS main loop, iteration 47: LB = 0, UB = 10
3.07/3.11	c [2.53] IHS main loop, iteration 48: LB = 0, UB = 10
3.07/3.11	c [2.53] IHS main loop, iteration 49: LB = 0, UB = 10
3.07/3.11	c [2.53] IHS main loop, iteration 50: LB = 0, UB = 10
3.07/3.11	c [2.57] IHS main loop, iteration 51: LB = 0, UB = 10
3.07/3.11	c [2.57] IHS main loop, iteration 52: LB = 0, UB = 10
3.07/3.11	c [2.57] IHS main loop, iteration 53: LB = 0, UB = 10
3.07/3.11	c [2.57] IHS main loop, iteration 54: LB = 0, UB = 10
3.07/3.11	c [2.57] IHS main loop, iteration 55: LB = 0, UB = 10
3.07/3.11	c [2.61] IHS main loop, iteration 56: LB = 0, UB = 10
3.07/3.11	c [2.61] IHS main loop, iteration 57: LB = 0, UB = 10
3.07/3.11	c [2.61] IHS main loop, iteration 58: LB = 0, UB = 10
3.07/3.11	c [2.62] IHS main loop, iteration 59: LB = 0, UB = 10
3.07/3.11	c [2.62] IHS main loop, iteration 60: LB = 0, UB = 10
3.07/3.11	c [2.65] IHS main loop, iteration 61: LB = 0, UB = 10
3.07/3.11	c [2.65] IHS main loop, iteration 62: LB = 0, UB = 10
3.07/3.11	c [2.65] IHS main loop, iteration 63: LB = 0, UB = 10
3.07/3.11	c [2.66] IHS main loop, iteration 64: LB = 0, UB = 10
3.07/3.11	c [2.66] IHS main loop, iteration 65: LB = 0, UB = 10
3.07/3.11	c [2.70] IHS main loop, iteration 66: LB = 0, UB = 10
3.07/3.11	c [2.71] IHS main loop, iteration 67: LB = 0, UB = 10
3.07/3.11	c [2.71] IHS main loop, iteration 68: LB = 0, UB = 10
3.07/3.11	c [2.71] IHS main loop, iteration 69: LB = 0, UB = 10
3.07/3.11	c [2.71] IHS main loop, iteration 70: LB = 0, UB = 10
3.07/3.11	c [2.76] IHS main loop, iteration 71: LB = 0, UB = 10
3.07/3.11	c [2.77] IHS main loop, iteration 72: LB = 0, UB = 10
3.07/3.11	c [2.77] IHS main loop, iteration 73: LB = 0, UB = 10
3.07/3.11	c [2.77] IHS main loop, iteration 74: LB = 0, UB = 10
3.07/3.11	c [2.77] IHS main loop, iteration 75: LB = 0, UB = 10
3.07/3.11	c [2.84] IHS main loop, iteration 76: LB = 0, UB = 10
3.07/3.11	c [2.84] IHS main loop, iteration 77: LB = 0, UB = 10
4.96/5.07	c [2.84] IHS main loop, iteration 78: LB = 0, UB = 10
4.96/5.07	c [2.84] IHS main loop, iteration 79: LB = 0, UB = 10
4.96/5.07	c [2.84] IHS main loop, iteration 80: LB = 0, UB = 10
4.96/5.07	c [2.89] IHS main loop, iteration 81: LB = 0, UB = 10
4.96/5.07	c [2.89] IHS main loop, iteration 82: LB = 0, UB = 10
4.96/5.07	c [2.89] IHS main loop, iteration 83: LB = 0, UB = 10
4.96/5.07	c [2.89] IHS main loop, iteration 84: LB = 0, UB = 10
4.96/5.07	c [2.89] IHS main loop, iteration 85: LB = 0, UB = 10
4.96/5.07	c [2.95] IHS main loop, iteration 86: LB = 0, UB = 10
4.96/5.07	c [2.95] IHS main loop, iteration 87: LB = 0, UB = 10
4.96/5.07	c [2.95] IHS main loop, iteration 88: LB = 0, UB = 10
4.96/5.07	c [2.96] IHS main loop, iteration 89: LB = 0, UB = 10
4.96/5.07	c [3.00] IHS main loop, iteration 90: LB = 0, UB = 10
4.96/5.07	c [3.06] IHS main loop, iteration 91: LB = 0, UB = 10
4.96/5.07	c [3.07] IHS main loop, iteration 92: LB = 0, UB = 10
4.96/5.07	c [3.07] IHS main loop, iteration 93: LB = 0, UB = 10
4.96/5.07	c [3.08] IHS main loop, iteration 94: LB = 0, UB = 10
4.96/5.07	c [3.08] IHS main loop, iteration 95: LB = 0, UB = 10
4.96/5.07	c [3.15] IHS main loop, iteration 96: LB = 0, UB = 10
4.96/5.07	c [3.16] IHS main loop, iteration 97: LB = 0, UB = 10
4.96/5.07	c [3.16] IHS main loop, iteration 98: LB = 0, UB = 10
4.96/5.07	c [3.16] IHS main loop, iteration 99: LB = 0, UB = 10
4.96/5.07	c [3.17] IHS main loop, iteration 100: LB = 0, UB = 10
4.96/5.07	c [3.23] IHS main loop, iteration 101: LB = 0, UB = 10
4.96/5.07	c [3.23] IHS main loop, iteration 102: LB = 0, UB = 10
4.96/5.07	c [3.23] IHS main loop, iteration 103: LB = 0, UB = 10
4.96/5.07	c [3.24] IHS main loop, iteration 104: LB = 0, UB = 10
4.96/5.07	c [3.24] IHS main loop, iteration 105: LB = 0, UB = 10
4.96/5.07	c [3.29] IHS main loop, iteration 106: LB = 0, UB = 10
4.96/5.07	c [3.29] IHS main loop, iteration 107: LB = 0, UB = 10
4.96/5.07	c [3.30] IHS main loop, iteration 108: LB = 0, UB = 10
4.96/5.07	c [3.30] IHS main loop, iteration 109: LB = 0, UB = 10
4.96/5.07	c [3.30] IHS main loop, iteration 110: LB = 0, UB = 10
4.96/5.07	c [3.38] IHS main loop, iteration 111: LB = 0, UB = 10
4.96/5.07	c [3.38] IHS main loop, iteration 112: LB = 0, UB = 10
4.96/5.07	c [3.38] IHS main loop, iteration 113: LB = 0, UB = 10
4.96/5.07	c [3.38] IHS main loop, iteration 114: LB = 0, UB = 10
4.96/5.07	c [3.38] IHS main loop, iteration 115: LB = 0, UB = 10
4.96/5.07	c [3.49] IHS main loop, iteration 116: LB = 0, UB = 10
4.96/5.07	c [3.49] IHS main loop, iteration 117: LB = 0, UB = 10
4.96/5.07	c [3.49] IHS main loop, iteration 118: LB = 0, UB = 10
4.96/5.07	c [3.49] IHS main loop, iteration 119: LB = 0, UB = 10
4.96/5.07	c [3.49] IHS main loop, iteration 120: LB = 0, UB = 10
4.96/5.07	c [3.59] IHS main loop, iteration 121: LB = 0, UB = 10
4.96/5.07	c [3.59] IHS main loop, iteration 122: LB = 0, UB = 10
4.96/5.07	c [3.59] IHS main loop, iteration 123: LB = 0, UB = 10
4.96/5.07	c [3.59] IHS main loop, iteration 124: LB = 0, UB = 10
4.96/5.07	c [3.59] IHS main loop, iteration 125: LB = 0, UB = 10
4.96/5.07	c [3.66] IHS main loop, iteration 126: LB = 0, UB = 10
4.96/5.07	c [3.66] IHS main loop, iteration 127: LB = 0, UB = 10
4.96/5.07	c [3.66] IHS main loop, iteration 128: LB = 0, UB = 10
4.96/5.07	c [3.66] IHS main loop, iteration 129: LB = 0, UB = 10
4.96/5.07	c [3.66] IHS main loop, iteration 130: LB = 0, UB = 10
4.96/5.07	c [3.76] IHS main loop, iteration 131: LB = 0, UB = 10
4.96/5.07	c [3.76] IHS main loop, iteration 132: LB = 0, UB = 10
4.96/5.07	c [3.76] IHS main loop, iteration 133: LB = 0, UB = 10
4.96/5.07	c [3.76] IHS main loop, iteration 134: LB = 0, UB = 10
4.96/5.07	c [3.77] IHS main loop, iteration 135: LB = 0, UB = 10
4.96/5.07	c [3.88] IHS main loop, iteration 136: LB = 0, UB = 10
4.96/5.07	c [3.88] IHS main loop, iteration 137: LB = 0, UB = 10
4.96/5.07	c [3.88] IHS main loop, iteration 138: LB = 0, UB = 10
4.96/5.07	c [3.88] IHS main loop, iteration 139: LB = 0, UB = 10
4.96/5.07	c [3.88] IHS main loop, iteration 140: LB = 0, UB = 10
4.96/5.07	c [3.99] IHS main loop, iteration 141: LB = 0, UB = 10
4.96/5.07	c [3.99] IHS main loop, iteration 142: LB = 0, UB = 10
4.96/5.07	c [3.99] IHS main loop, iteration 143: LB = 0, UB = 10
4.96/5.07	c [3.99] IHS main loop, iteration 144: LB = 0, UB = 10
4.96/5.07	c [3.99] IHS main loop, iteration 145: LB = 0, UB = 10
4.96/5.07	c [4.08] IHS main loop, iteration 146: LB = 0, UB = 10
4.96/5.07	c [4.13] IHS main loop, iteration 147: LB = 0, UB = 10
4.96/5.07	c [4.31] IHS main loop, iteration 148: LB = 0, UB = 10
4.96/5.07	c [4.39] IHS main loop, iteration 149: LB = 0, UB = 10
4.96/5.07	c [4.46] IHS main loop, iteration 150: LB = 0, UB = 10
4.96/5.07	c [4.62] IHS main loop, iteration 151: LB = 0, UB = 10
8.54/8.65	c [4.69] IHS main loop, iteration 152: LB = 0, UB = 10
8.54/8.65	c [4.70] IHS main loop, iteration 153: LB = 0, UB = 10
8.54/8.65	c [4.70] IHS main loop, iteration 154: LB = 0, UB = 10
8.54/8.65	c [4.72] IHS main loop, iteration 155: LB = 0, UB = 10
8.54/8.65	c [4.85] IHS main loop, iteration 156: LB = 0, UB = 10
8.54/8.65	c [4.85] IHS main loop, iteration 157: LB = 0, UB = 10
8.54/8.65	c [4.86] IHS main loop, iteration 158: LB = 0, UB = 10
8.54/8.65	c [4.86] IHS main loop, iteration 159: LB = 0, UB = 10
8.54/8.65	c [4.86] IHS main loop, iteration 160: LB = 0, UB = 10
8.54/8.65	c [5.00] IHS main loop, iteration 161: LB = 0, UB = 10
8.54/8.65	c [5.00] IHS main loop, iteration 162: LB = 0, UB = 10
8.54/8.65	c [5.01] IHS main loop, iteration 163: LB = 0, UB = 10
8.54/8.65	c [5.01] IHS main loop, iteration 164: LB = 0, UB = 10
8.54/8.65	c [5.01] IHS main loop, iteration 165: LB = 0, UB = 10
8.54/8.65	c [5.12] IHS main loop, iteration 166: LB = 0, UB = 10
8.54/8.65	c [5.12] IHS main loop, iteration 167: LB = 0, UB = 10
8.54/8.65	c [5.12] IHS main loop, iteration 168: LB = 0, UB = 10
8.54/8.65	c [5.15] IHS main loop, iteration 169: LB = 0, UB = 10
8.54/8.65	c [5.18] IHS main loop, iteration 170: LB = 0, UB = 10
8.54/8.65	c [5.36] IHS main loop, iteration 171: LB = 0, UB = 10
8.54/8.65	c [5.38] IHS main loop, iteration 172: LB = 0, UB = 10
8.54/8.65	c [5.40] IHS main loop, iteration 173: LB = 0, UB = 10
8.54/8.65	c [5.41] IHS main loop, iteration 174: LB = 0, UB = 10
8.54/8.65	c [5.42] IHS main loop, iteration 175: LB = 0, UB = 10
8.54/8.65	c [5.61] IHS main loop, iteration 176: LB = 0, UB = 10
8.54/8.65	c [5.61] IHS main loop, iteration 177: LB = 0, UB = 10
8.54/8.65	c [5.61] IHS main loop, iteration 178: LB = 0, UB = 10
8.54/8.65	c [5.61] IHS main loop, iteration 179: LB = 0, UB = 10
8.54/8.65	c [5.62] IHS main loop, iteration 180: LB = 0, UB = 10
8.54/8.65	c [5.78] IHS main loop, iteration 181: LB = 0, UB = 10
8.54/8.65	c [5.78] IHS main loop, iteration 182: LB = 0, UB = 10
8.54/8.65	c [5.78] IHS main loop, iteration 183: LB = 0, UB = 10
8.54/8.65	c [5.78] IHS main loop, iteration 184: LB = 0, UB = 10
8.54/8.65	c [5.79] IHS main loop, iteration 185: LB = 0, UB = 10
8.54/8.65	c [5.96] IHS main loop, iteration 186: LB = 0, UB = 10
8.54/8.65	c [5.96] IHS main loop, iteration 187: LB = 0, UB = 10
8.54/8.65	c [5.96] IHS main loop, iteration 188: LB = 0, UB = 10
8.54/8.65	c [5.96] IHS main loop, iteration 189: LB = 0, UB = 10
8.54/8.65	c [5.96] IHS main loop, iteration 190: LB = 0, UB = 10
8.54/8.65	c [6.17] IHS main loop, iteration 191: LB = 0, UB = 10
8.54/8.65	c [6.17] IHS main loop, iteration 192: LB = 0, UB = 10
8.54/8.65	c [6.17] IHS main loop, iteration 193: LB = 0, UB = 10
8.54/8.65	c [6.18] IHS main loop, iteration 194: LB = 0, UB = 10
8.54/8.65	c [6.18] IHS main loop, iteration 195: LB = 0, UB = 10
8.54/8.65	c [6.37] IHS main loop, iteration 196: LB = 0, UB = 10
8.54/8.65	c [6.37] IHS main loop, iteration 197: LB = 0, UB = 10
8.54/8.65	c [6.37] IHS main loop, iteration 198: LB = 0, UB = 10
8.54/8.65	c [6.37] IHS main loop, iteration 199: LB = 0, UB = 10
8.54/8.65	c [6.37] IHS main loop, iteration 200: LB = 0, UB = 10
8.54/8.65	c [6.55] IHS main loop, iteration 201: LB = 0, UB = 10
8.54/8.65	c [6.55] IHS main loop, iteration 202: LB = 0, UB = 10
8.54/8.65	c [6.55] IHS main loop, iteration 203: LB = 0, UB = 10
8.54/8.65	c [6.57] IHS main loop, iteration 204: LB = 0, UB = 10
8.54/8.65	c [6.59] IHS main loop, iteration 205: LB = 0, UB = 10
8.54/8.65	c [6.85] IHS main loop, iteration 206: LB = 0, UB = 10
8.54/8.65	c [6.86] IHS main loop, iteration 207: LB = 0, UB = 10
8.54/8.65	c [6.86] IHS main loop, iteration 208: LB = 0, UB = 10
8.54/8.65	c [6.87] IHS main loop, iteration 209: LB = 0, UB = 10
8.54/8.65	c [6.87] IHS main loop, iteration 210: LB = 0, UB = 10
8.54/8.65	c [7.14] IHS main loop, iteration 211: LB = 0, UB = 10
8.54/8.65	c [7.14] IHS main loop, iteration 212: LB = 0, UB = 10
8.54/8.65	c [7.14] IHS main loop, iteration 213: LB = 0, UB = 10
8.54/8.65	c [7.14] IHS main loop, iteration 214: LB = 0, UB = 10
8.54/8.65	c [7.15] IHS main loop, iteration 215: LB = 0, UB = 10
8.54/8.65	c [7.32] IHS main loop, iteration 216: LB = 0, UB = 10
8.54/8.65	c [7.33] IHS main loop, iteration 217: LB = 0, UB = 10
8.54/8.65	c [7.33] IHS main loop, iteration 218: LB = 0, UB = 10
8.54/8.65	c [7.33] IHS main loop, iteration 219: LB = 0, UB = 10
8.54/8.65	c [7.33] IHS main loop, iteration 220: LB = 0, UB = 10
8.54/8.65	c [7.60] IHS main loop, iteration 221: LB = 0, UB = 10
8.54/8.65	c [7.60] IHS main loop, iteration 222: LB = 0, UB = 10
8.54/8.65	c [7.60] IHS main loop, iteration 223: LB = 0, UB = 10
8.54/8.65	c [7.60] IHS main loop, iteration 224: LB = 0, UB = 10
8.54/8.65	c [7.61] IHS main loop, iteration 225: LB = 0, UB = 10
8.54/8.65	c [7.91] IHS main loop, iteration 226: LB = 0, UB = 10
14.94/15.07	c [7.91] IHS main loop, iteration 227: LB = 0, UB = 10
14.94/15.07	c [7.91] IHS main loop, iteration 228: LB = 0, UB = 10
14.94/15.07	c [7.91] IHS main loop, iteration 229: LB = 0, UB = 10
14.94/15.07	c [7.92] IHS main loop, iteration 230: LB = 0, UB = 10
14.94/15.07	c [8.14] IHS main loop, iteration 231: LB = 0, UB = 10
14.94/15.07	c [8.15] IHS main loop, iteration 232: LB = 0, UB = 10
14.94/15.07	c [8.15] IHS main loop, iteration 233: LB = 0, UB = 10
14.94/15.07	c [8.15] IHS main loop, iteration 234: LB = 0, UB = 10
14.94/15.07	c [8.15] IHS main loop, iteration 235: LB = 0, UB = 10
14.94/15.07	c [8.44] IHS main loop, iteration 236: LB = 0, UB = 10
14.94/15.07	c [8.45] IHS main loop, iteration 237: LB = 0, UB = 10
14.94/15.07	c [8.45] IHS main loop, iteration 238: LB = 0, UB = 10
14.94/15.07	c [8.45] IHS main loop, iteration 239: LB = 0, UB = 10
14.94/15.07	c [8.45] IHS main loop, iteration 240: LB = 0, UB = 10
14.94/15.07	c [8.82] IHS main loop, iteration 241: LB = 0, UB = 10
14.94/15.07	c [8.83] IHS main loop, iteration 242: LB = 0, UB = 10
14.94/15.07	c [8.83] IHS main loop, iteration 243: LB = 0, UB = 10
14.94/15.07	c [8.83] IHS main loop, iteration 244: LB = 0, UB = 10
14.94/15.07	c [8.83] IHS main loop, iteration 245: LB = 0, UB = 10
14.94/15.07	c [9.10] IHS main loop, iteration 246: LB = 0, UB = 10
14.94/15.07	c [9.11] IHS main loop, iteration 247: LB = 0, UB = 10
14.94/15.07	c [9.11] IHS main loop, iteration 248: LB = 0, UB = 10
14.94/15.07	c [9.11] IHS main loop, iteration 249: LB = 0, UB = 10
14.94/15.07	c [9.11] IHS main loop, iteration 250: LB = 0, UB = 10
14.94/15.07	c [9.46] IHS main loop, iteration 251: LB = 0, UB = 10
14.94/15.07	c [9.47] IHS main loop, iteration 252: LB = 0, UB = 10
14.94/15.07	c [9.47] IHS main loop, iteration 253: LB = 0, UB = 10
14.94/15.07	c [9.47] IHS main loop, iteration 254: LB = 0, UB = 10
14.94/15.07	c [9.47] IHS main loop, iteration 255: LB = 0, UB = 10
14.94/15.07	c [9.83] IHS main loop, iteration 256: LB = 0, UB = 10
14.94/15.07	c [9.83] IHS main loop, iteration 257: LB = 0, UB = 10
14.94/15.07	c [9.83] IHS main loop, iteration 258: LB = 0, UB = 10
14.94/15.07	c [9.83] IHS main loop, iteration 259: LB = 0, UB = 10
14.94/15.07	c [9.84] IHS main loop, iteration 260: LB = 0, UB = 10
14.94/15.07	c [10.22] IHS main loop, iteration 261: LB = 0, UB = 10
14.94/15.07	c [10.22] IHS main loop, iteration 262: LB = 0, UB = 10
14.94/15.07	c [10.23] IHS main loop, iteration 263: LB = 0, UB = 10
14.94/15.07	c [10.25] IHS main loop, iteration 264: LB = 0, UB = 10
14.94/15.07	c [10.26] IHS main loop, iteration 265: LB = 0, UB = 10
14.94/15.07	c [10.72] IHS main loop, iteration 266: LB = 0, UB = 10
14.94/15.07	c [10.73] IHS main loop, iteration 267: LB = 0, UB = 10
14.94/15.07	c [10.73] IHS main loop, iteration 268: LB = 0, UB = 10
14.94/15.07	c [10.73] IHS main loop, iteration 269: LB = 0, UB = 10
14.94/15.07	c [10.76] IHS main loop, iteration 270: LB = 0, UB = 10
14.94/15.07	c [11.16] IHS main loop, iteration 271: LB = 0, UB = 10
14.94/15.07	c [11.17] IHS main loop, iteration 272: LB = 0, UB = 10
14.94/15.07	c [11.19] IHS main loop, iteration 273: LB = 0, UB = 10
14.94/15.07	c [11.20] IHS main loop, iteration 274: LB = 0, UB = 10
14.94/15.07	c [11.21] IHS main loop, iteration 275: LB = 0, UB = 10
14.94/15.07	c [11.66] IHS main loop, iteration 276: LB = 0, UB = 10
14.94/15.07	c [11.70] IHS main loop, iteration 277: LB = 0, UB = 10
14.94/15.07	c [11.71] IHS main loop, iteration 278: LB = 0, UB = 10
14.94/15.07	c [11.71] IHS main loop, iteration 279: LB = 0, UB = 10
14.94/15.07	c [11.73] IHS main loop, iteration 280: LB = 0, UB = 10
14.94/15.07	c [12.16] IHS main loop, iteration 281: LB = 0, UB = 10
14.94/15.07	c [12.16] IHS main loop, iteration 282: LB = 0, UB = 10
14.94/15.07	c [12.17] IHS main loop, iteration 283: LB = 0, UB = 10
14.94/15.07	c [12.17] IHS main loop, iteration 284: LB = 0, UB = 10
14.94/15.07	c [12.17] IHS main loop, iteration 285: LB = 0, UB = 10
14.94/15.07	c [12.69] IHS main loop, iteration 286: LB = 0, UB = 10
14.94/15.07	c [12.69] IHS main loop, iteration 287: LB = 0, UB = 10
14.94/15.07	c [12.70] IHS main loop, iteration 288: LB = 0, UB = 10
14.94/15.07	c [12.70] IHS main loop, iteration 289: LB = 0, UB = 10
14.94/15.07	c [12.70] IHS main loop, iteration 290: LB = 0, UB = 10
14.94/15.07	c [13.25] IHS main loop, iteration 291: LB = 0, UB = 10
14.94/15.07	c [13.25] IHS main loop, iteration 292: LB = 0, UB = 10
14.94/15.07	c [13.26] IHS main loop, iteration 293: LB = 0, UB = 10
14.94/15.07	c [13.26] IHS main loop, iteration 294: LB = 0, UB = 10
14.94/15.07	c [13.26] IHS main loop, iteration 295: LB = 0, UB = 10
14.94/15.07	c [13.83] IHS main loop, iteration 296: LB = 0, UB = 10
14.94/15.07	c [13.83] IHS main loop, iteration 297: LB = 0, UB = 10
14.94/15.07	c [13.84] IHS main loop, iteration 298: LB = 0, UB = 10
14.94/15.07	c [13.84] IHS main loop, iteration 299: LB = 0, UB = 10
14.94/15.07	c [13.84] IHS main loop, iteration 300: LB = 0, UB = 10
29.38/29.54	c [14.47] IHS main loop, iteration 301: LB = 0, UB = 10
29.38/29.54	c [14.47] IHS main loop, iteration 302: LB = 0, UB = 10
29.38/29.54	c [14.48] IHS main loop, iteration 303: LB = 0, UB = 10
29.38/29.54	c [14.48] IHS main loop, iteration 304: LB = 0, UB = 10
29.38/29.54	c [14.48] IHS main loop, iteration 305: LB = 0, UB = 10
29.38/29.54	c [15.09] IHS main loop, iteration 306: LB = 0, UB = 10
29.38/29.54	c [15.10] IHS main loop, iteration 307: LB = 0, UB = 10
29.38/29.54	c [15.10] IHS main loop, iteration 308: LB = 0, UB = 10
29.38/29.54	c [15.10] IHS main loop, iteration 309: LB = 0, UB = 10
29.38/29.54	c [15.10] IHS main loop, iteration 310: LB = 0, UB = 10
29.38/29.54	c [15.80] IHS main loop, iteration 311: LB = 0, UB = 10
29.38/29.54	c [15.80] IHS main loop, iteration 312: LB = 0, UB = 10
29.38/29.54	c [15.81] IHS main loop, iteration 313: LB = 0, UB = 10
29.38/29.54	c [15.81] IHS main loop, iteration 314: LB = 0, UB = 10
29.38/29.54	c [15.81] IHS main loop, iteration 315: LB = 0, UB = 10
29.38/29.54	c [16.51] IHS main loop, iteration 316: LB = 0, UB = 10
29.38/29.54	c [16.51] IHS main loop, iteration 317: LB = 0, UB = 10
29.38/29.54	c [16.52] IHS main loop, iteration 318: LB = 0, UB = 10
29.38/29.54	c [16.52] IHS main loop, iteration 319: LB = 0, UB = 10
29.38/29.54	c [16.52] IHS main loop, iteration 320: LB = 0, UB = 10
29.38/29.54	c [17.42] IHS main loop, iteration 321: LB = 0, UB = 10
29.38/29.54	c [17.43] IHS main loop, iteration 322: LB = 0, UB = 10
29.38/29.54	c [17.43] IHS main loop, iteration 323: LB = 0, UB = 10
29.38/29.54	c [17.43] IHS main loop, iteration 324: LB = 0, UB = 10
29.38/29.54	c [17.43] IHS main loop, iteration 325: LB = 0, UB = 10
29.38/29.54	c [18.22] IHS main loop, iteration 326: LB = 0, UB = 10
29.38/29.54	c [18.22] IHS main loop, iteration 327: LB = 0, UB = 10
29.38/29.54	c [18.23] IHS main loop, iteration 328: LB = 0, UB = 10
29.38/29.54	c [18.23] IHS main loop, iteration 329: LB = 0, UB = 10
29.38/29.54	c [18.23] IHS main loop, iteration 330: LB = 0, UB = 10
29.38/29.54	c [19.05] IHS main loop, iteration 331: LB = 0, UB = 10
29.38/29.54	c [19.06] IHS main loop, iteration 332: LB = 0, UB = 10
29.38/29.54	c [19.06] IHS main loop, iteration 333: LB = 0, UB = 10
29.38/29.54	c [19.06] IHS main loop, iteration 334: LB = 0, UB = 10
29.38/29.54	c [19.06] IHS main loop, iteration 335: LB = 0, UB = 10
29.38/29.54	c [19.95] IHS main loop, iteration 336: LB = 0, UB = 10
29.38/29.54	c [19.95] IHS main loop, iteration 337: LB = 0, UB = 10
29.38/29.54	c [19.96] IHS main loop, iteration 338: LB = 0, UB = 10
29.38/29.54	c [19.97] IHS main loop, iteration 339: LB = 0, UB = 10
29.38/29.54	c [20.00] IHS main loop, iteration 340: LB = 0, UB = 10
29.38/29.54	c [20.86] IHS main loop, iteration 341: LB = 0, UB = 10
29.38/29.54	c [20.86] IHS main loop, iteration 342: LB = 0, UB = 10
29.38/29.54	c [20.87] IHS main loop, iteration 343: LB = 0, UB = 10
29.38/29.54	c [20.87] IHS main loop, iteration 344: LB = 0, UB = 10
29.38/29.54	c [20.88] IHS main loop, iteration 345: LB = 0, UB = 10
29.38/29.54	c [21.75] IHS main loop, iteration 346: LB = 0, UB = 10
29.38/29.54	c [21.75] IHS main loop, iteration 347: LB = 0, UB = 10
29.38/29.54	c [21.76] IHS main loop, iteration 348: LB = 0, UB = 10
29.38/29.54	c [21.76] IHS main loop, iteration 349: LB = 0, UB = 10
29.38/29.54	c [21.76] IHS main loop, iteration 350: LB = 0, UB = 10
29.38/29.54	c [22.76] IHS main loop, iteration 351: LB = 0, UB = 10
29.38/29.54	c [22.76] IHS main loop, iteration 352: LB = 0, UB = 10
29.38/29.54	c [22.77] IHS main loop, iteration 353: LB = 0, UB = 10
29.38/29.54	c [22.77] IHS main loop, iteration 354: LB = 0, UB = 10
29.38/29.54	c [22.77] IHS main loop, iteration 355: LB = 0, UB = 10
29.38/29.54	c [23.76] IHS main loop, iteration 356: LB = 0, UB = 10
29.38/29.54	c [23.77] IHS main loop, iteration 357: LB = 0, UB = 10
29.38/29.54	c [23.77] IHS main loop, iteration 358: LB = 0, UB = 10
29.38/29.54	c [23.78] IHS main loop, iteration 359: LB = 0, UB = 10
29.38/29.54	c [23.80] IHS main loop, iteration 360: LB = 0, UB = 10
29.38/29.54	c [24.85] IHS main loop, iteration 361: LB = 0, UB = 10
29.38/29.54	c [24.85] IHS main loop, iteration 362: LB = 0, UB = 10
29.38/29.54	c [24.85] IHS main loop, iteration 363: LB = 0, UB = 10
29.38/29.54	c [24.86] IHS main loop, iteration 364: LB = 0, UB = 10
29.38/29.54	c [24.86] IHS main loop, iteration 365: LB = 0, UB = 10
29.38/29.54	c [26.07] IHS main loop, iteration 366: LB = 0, UB = 10
29.38/29.54	c [26.07] IHS main loop, iteration 367: LB = 0, UB = 10
29.38/29.54	c [26.08] IHS main loop, iteration 368: LB = 0, UB = 10
29.38/29.54	c [26.09] IHS main loop, iteration 369: LB = 0, UB = 10
29.38/29.54	c [26.09] IHS main loop, iteration 370: LB = 0, UB = 10
29.38/29.54	c [27.28] IHS main loop, iteration 371: LB = 0, UB = 10
29.38/29.54	c [27.28] IHS main loop, iteration 372: LB = 0, UB = 10
29.38/29.54	c [27.29] IHS main loop, iteration 373: LB = 0, UB = 10
62.72/63.78	c [27.29] IHS main loop, iteration 374: LB = 0, UB = 10
62.72/63.78	c [27.29] IHS main loop, iteration 375: LB = 0, UB = 10
62.72/63.78	c [28.68] IHS main loop, iteration 376: LB = 0, UB = 10
62.72/63.78	c [28.68] IHS main loop, iteration 377: LB = 0, UB = 10
62.72/63.78	c [28.69] IHS main loop, iteration 378: LB = 0, UB = 10
62.72/63.78	c [28.70] IHS main loop, iteration 379: LB = 0, UB = 10
62.72/63.78	c [28.71] IHS main loop, iteration 380: LB = 0, UB = 10
62.72/63.78	c [30.13] IHS main loop, iteration 381: LB = 0, UB = 10
62.72/63.78	c [30.13] IHS main loop, iteration 382: LB = 0, UB = 10
62.72/63.78	c [30.14] IHS main loop, iteration 383: LB = 0, UB = 10
62.72/63.78	c [30.14] IHS main loop, iteration 384: LB = 0, UB = 10
62.72/63.78	c [30.14] IHS main loop, iteration 385: LB = 0, UB = 10
62.72/63.78	c [31.55] IHS main loop, iteration 386: LB = 0, UB = 10
62.72/63.78	c [31.55] IHS main loop, iteration 387: LB = 0, UB = 10
62.72/63.78	c [31.56] IHS main loop, iteration 388: LB = 0, UB = 10
62.72/63.78	c [31.56] IHS main loop, iteration 389: LB = 0, UB = 10
62.72/63.78	c [31.57] IHS main loop, iteration 390: LB = 0, UB = 10
62.72/63.78	c [33.08] IHS main loop, iteration 391: LB = 0, UB = 10
62.72/63.78	c [33.09] IHS main loop, iteration 392: LB = 0, UB = 10
62.72/63.78	c [33.10] IHS main loop, iteration 393: LB = 0, UB = 10
62.72/63.78	c [33.13] IHS main loop, iteration 394: LB = 0, UB = 10
62.72/63.78	c [33.16] IHS main loop, iteration 395: LB = 0, UB = 10
62.72/63.78	c [34.99] IHS main loop, iteration 396: LB = 0, UB = 10
62.72/63.78	c [35.00] IHS main loop, iteration 397: LB = 0, UB = 10
62.72/63.78	c [35.00] IHS main loop, iteration 398: LB = 0, UB = 10
62.72/63.78	c [35.00] IHS main loop, iteration 399: LB = 0, UB = 10
62.72/63.78	c [35.01] IHS main loop, iteration 400: LB = 0, UB = 10
62.72/63.78	c [36.96] IHS main loop, iteration 401: LB = 0, UB = 10
62.72/63.78	c [36.97] IHS main loop, iteration 402: LB = 0, UB = 10
62.72/63.78	c [36.98] IHS main loop, iteration 403: LB = 0, UB = 10
62.72/63.78	c [36.98] IHS main loop, iteration 404: LB = 0, UB = 10
62.72/63.78	c [36.98] IHS main loop, iteration 405: LB = 0, UB = 10
62.72/63.78	c [38.91] IHS main loop, iteration 406: LB = 0, UB = 10
62.72/63.78	c [38.91] IHS main loop, iteration 407: LB = 0, UB = 10
62.72/63.78	c [38.92] IHS main loop, iteration 408: LB = 0, UB = 10
62.72/63.78	c [38.93] IHS main loop, iteration 409: LB = 0, UB = 10
62.72/63.78	c [38.93] IHS main loop, iteration 410: LB = 0, UB = 10
62.72/63.78	c [41.14] IHS main loop, iteration 411: LB = 0, UB = 10
62.72/63.78	c [41.14] IHS main loop, iteration 412: LB = 0, UB = 10
62.72/63.78	c [41.14] IHS main loop, iteration 413: LB = 0, UB = 10
62.72/63.78	c [41.15] IHS main loop, iteration 414: LB = 0, UB = 10
62.72/63.78	c [41.18] IHS main loop, iteration 415: LB = 0, UB = 10
62.72/63.78	c [43.22] IHS main loop, iteration 416: LB = 0, UB = 10
62.72/63.78	c [43.24] IHS main loop, iteration 417: LB = 0, UB = 10
62.72/63.78	c [43.25] IHS main loop, iteration 418: LB = 0, UB = 10
62.72/63.78	c [43.25] IHS main loop, iteration 419: LB = 0, UB = 10
62.72/63.78	c [43.26] IHS main loop, iteration 420: LB = 0, UB = 10
62.72/63.78	c [45.55] IHS main loop, iteration 421: LB = 0, UB = 10
62.72/63.78	c [45.56] IHS main loop, iteration 422: LB = 0, UB = 10
62.72/63.78	c [45.56] IHS main loop, iteration 423: LB = 0, UB = 10
62.72/63.78	c [45.57] IHS main loop, iteration 424: LB = 0, UB = 10
62.72/63.78	c [45.57] IHS main loop, iteration 425: LB = 0, UB = 10
62.72/63.78	c [47.85] IHS main loop, iteration 426: LB = 0, UB = 10
62.72/63.78	c [47.85] IHS main loop, iteration 427: LB = 0, UB = 10
62.72/63.78	c [47.86] IHS main loop, iteration 428: LB = 0, UB = 10
62.72/63.78	c [47.86] IHS main loop, iteration 429: LB = 0, UB = 10
62.72/63.78	c [47.87] IHS main loop, iteration 430: LB = 0, UB = 10
62.72/63.78	c [50.53] IHS main loop, iteration 431: LB = 0, UB = 10
62.72/63.78	c [50.54] IHS main loop, iteration 432: LB = 0, UB = 10
62.72/63.78	c [50.55] IHS main loop, iteration 433: LB = 0, UB = 10
62.72/63.78	c [50.55] IHS main loop, iteration 434: LB = 0, UB = 10
62.72/63.78	c [50.55] IHS main loop, iteration 435: LB = 0, UB = 10
62.72/63.78	c [53.15] IHS main loop, iteration 436: LB = 0, UB = 10
62.72/63.78	c [53.16] IHS main loop, iteration 437: LB = 0, UB = 10
62.72/63.78	c [53.16] IHS main loop, iteration 438: LB = 0, UB = 10
62.72/63.78	c [53.17] IHS main loop, iteration 439: LB = 0, UB = 10
62.72/63.78	c [53.17] IHS main loop, iteration 440: LB = 0, UB = 10
62.72/63.78	c [55.94] IHS main loop, iteration 441: LB = 0, UB = 10
62.72/63.78	c [55.94] IHS main loop, iteration 442: LB = 0, UB = 10
62.72/63.78	c [55.95] IHS main loop, iteration 443: LB = 0, UB = 10
62.72/63.78	c [55.95] IHS main loop, iteration 444: LB = 0, UB = 10
62.72/63.78	c [55.95] IHS main loop, iteration 445: LB = 0, UB = 10
62.72/63.78	c [58.88] IHS main loop, iteration 446: LB = 0, UB = 10
108.73/111.42	c [58.89] IHS main loop, iteration 447: LB = 0, UB = 10
108.73/111.42	c [58.91] IHS main loop, iteration 448: LB = 0, UB = 10
108.73/111.42	c [58.92] IHS main loop, iteration 449: LB = 0, UB = 10
108.73/111.42	c [58.93] IHS main loop, iteration 450: LB = 0, UB = 10
108.73/111.42	c [61.81] IHS main loop, iteration 451: LB = 0, UB = 10
108.73/111.42	c [61.81] IHS main loop, iteration 452: LB = 0, UB = 10
108.73/111.42	c [61.81] IHS main loop, iteration 453: LB = 0, UB = 10
108.73/111.42	c [61.82] IHS main loop, iteration 454: LB = 0, UB = 10
108.73/111.42	c [61.82] IHS main loop, iteration 455: LB = 0, UB = 10
108.73/111.42	c [64.77] IHS main loop, iteration 456: LB = 0, UB = 10
108.73/111.42	c [64.77] IHS main loop, iteration 457: LB = 0, UB = 10
108.73/111.42	c [64.78] IHS main loop, iteration 458: LB = 0, UB = 10
108.73/111.42	c [64.78] IHS main loop, iteration 459: LB = 0, UB = 10
108.73/111.42	c [64.78] IHS main loop, iteration 460: LB = 0, UB = 10
108.73/111.42	c [68.38] IHS main loop, iteration 461: LB = 0, UB = 10
108.73/111.42	c [68.38] IHS main loop, iteration 462: LB = 0, UB = 10
108.73/111.42	c [68.38] IHS main loop, iteration 463: LB = 0, UB = 10
108.73/111.42	c [68.39] IHS main loop, iteration 464: LB = 0, UB = 10
108.73/111.42	c [68.39] IHS main loop, iteration 465: LB = 0, UB = 10
108.73/111.42	c [71.94] IHS main loop, iteration 466: LB = 0, UB = 10
108.73/111.42	c [71.94] IHS main loop, iteration 467: LB = 0, UB = 10
108.73/111.42	c [71.95] IHS main loop, iteration 468: LB = 0, UB = 10
108.73/111.42	c [71.95] IHS main loop, iteration 469: LB = 0, UB = 10
108.73/111.42	c [71.95] IHS main loop, iteration 470: LB = 0, UB = 10
108.73/111.42	c [75.52] IHS main loop, iteration 471: LB = 0, UB = 10
108.73/111.42	c [75.53] IHS main loop, iteration 472: LB = 0, UB = 10
108.73/111.42	c [75.53] IHS main loop, iteration 473: LB = 0, UB = 10
108.73/111.42	c [75.53] IHS main loop, iteration 474: LB = 0, UB = 10
108.73/111.42	c [75.53] IHS main loop, iteration 475: LB = 0, UB = 10
108.73/111.42	c [79.34] IHS main loop, iteration 476: LB = 0, UB = 10
108.73/111.42	c [79.34] IHS main loop, iteration 477: LB = 0, UB = 10
108.73/111.42	c [79.35] IHS main loop, iteration 478: LB = 0, UB = 10
108.73/111.42	c [79.35] IHS main loop, iteration 479: LB = 0, UB = 10
108.73/111.42	c [79.35] IHS main loop, iteration 480: LB = 0, UB = 10
108.73/111.42	c [83.32] IHS main loop, iteration 481: LB = 0, UB = 10
108.73/111.42	c [83.32] IHS main loop, iteration 482: LB = 0, UB = 10
108.73/111.42	c [83.32] IHS main loop, iteration 483: LB = 0, UB = 10
108.73/111.42	c [83.33] IHS main loop, iteration 484: LB = 0, UB = 10
108.73/111.42	c [83.33] IHS main loop, iteration 485: LB = 0, UB = 10
108.73/111.42	c [88.43] IHS main loop, iteration 486: LB = 0, UB = 10
108.73/111.42	c [88.44] IHS main loop, iteration 487: LB = 0, UB = 10
108.73/111.42	c [88.44] IHS main loop, iteration 488: LB = 0, UB = 10
108.73/111.42	c [88.44] IHS main loop, iteration 489: LB = 0, UB = 10
108.73/111.42	c [88.45] IHS main loop, iteration 490: LB = 0, UB = 10
108.73/111.42	c [94.11] IHS main loop, iteration 491: LB = 0, UB = 10
108.73/111.42	c [94.11] IHS main loop, iteration 492: LB = 0, UB = 10
108.73/111.42	c [94.11] IHS main loop, iteration 493: LB = 0, UB = 10
108.73/111.42	c [94.12] IHS main loop, iteration 494: LB = 0, UB = 10
108.73/111.42	c [94.12] IHS main loop, iteration 495: LB = 0, UB = 10
108.73/111.42	c [99.66] IHS main loop, iteration 496: LB = 0, UB = 10
108.73/111.42	c [99.66] IHS main loop, iteration 497: LB = 0, UB = 10
108.73/111.42	c [99.67] IHS main loop, iteration 498: LB = 0, UB = 10
108.73/111.42	c [99.67] IHS main loop, iteration 499: LB = 0, UB = 10
108.73/111.42	c [99.67] IHS main loop, iteration 500: LB = 0, UB = 10
108.73/111.42	c [102.91] LB = UB after SIS unsat
108.73/111.42	c  ================= finished solving ================= 
108.73/111.42	c
108.73/111.42	c instance solved in 102.92s (optimization: 0.45s, core-extraction: 4.25s, SIS: 98.18s)
108.73/111.42	c iterations: 500, LB = 10, UB = 10, result: Res::OPTIMAL
108.73/111.42	d ITERATIONS 500
108.73/111.42	d SIS 100
108.73/111.42	d SIS_SAT 0
108.73/111.42	d SIS_UNSAT 1
108.73/111.42	d SIS_OUT_OF_BUDGET 99
108.73/111.42	d CORES_EXTRACTED 5000
108.73/111.42	d CORES_IN_OPTIMIZER 503
108.73/111.42	d CLAUSAL_CORES_IN_OPTIMIZER 503
108.73/111.42	d CARDINALITY_CORES_IN_OPTIMIZER 0
108.73/111.42	d PB_CORES_IN_OPTIMIZER 0
108.73/111.42	d NB_HARDENED_RC 0
108.73/111.42	d NB_HARDENED_HARDEN 0
108.73/111.42	d TIME_EXTRACT_CORES 4.25
108.73/111.42	d TIME_OPTIMIZE 0.45
108.73/111.42	d TIME_SIS 98.18
108.73/111.42	d TIME_HARDEN 0.00
108.73/111.42	d TIME_RC 0.00
108.73/111.42	s OPTIMUM FOUND
108.73/111.42	o 10
108.73/111.42	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 x12 -x13 x14 -x15 x16 x17 x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 x30 x31 -x32 x33 x34 -x35 -x36 -x37 -x38 x39 -x40 -x41 -x42 x43 x44 x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 x54 x55 -x56 -x57 x58 x59 x60 x61 x62 -x63 -x64 -x65 -x66 x67 x68 x69 x70 x71 -x72 x73 -x74 x75 x76 x77 x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 x224 x225 -x226 -x227 x228 x229 -x230 -x231 x232 x233 -x234 -x235 x236 -x237 x238 -x239 x240 x241 -x242 x243 -x244 x245 -x246 

Verifier Data

OK	10

Checking of UNSAT/OPT proofs:

VeriPB + CakePB (PB26)

Proof is valid.

Proof size: 330164 kiB
Checker CPU time: 69.2856 seconds
Checker wall-clock time: 49.9364 seconds
Checker maximum virtual size: 44125544 kiB

Checker output:
Fri Jun 26 09:36:38 CEST 2026
extraparms=
-- veripb --
VeriPB commit 4545a10e3ae92a3f2c3189f97d4d7d98f3da947b
Running VeriPB version 3.0.2
s VERIFIED BOUNDS 10 <= obj <= 10
-- cakepb --
CakePB commit 904eed45e2cbe9ac26000475bbdd2f99bcbdaad8
s VERIFIED BOUNDS 10 <= obj <= 10
--summary--
ALL OK

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-4795792-1782439636/watcher-4795792-1782439636 -o /tmp/evaluation-result-4795792-1782439636/solver-4795792-1782439636 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4795792-1782439636/vars-4795792-1782439636 --bin-var /tmp/runsolver-exch-nodeE004-1782432262-2457000 --watchdog 3760 --file-size-limit 100000 ./hitpbo HOME/instance-4795792-1782439636.opb --proof-compatible --prooffile PROOFDIR/proof-4795792-1782439636 

running on 4 cores: 56-59

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

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

CPU governors:
  performance: 56-59

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (110793 MiB free)
  node 1: cores 8-15, 129019 MiB (111654 MiB free)
  node 2: cores 16-23, 129019 MiB (112329 MiB free)
  node 3: cores 24-31, 128957 MiB (107009 MiB free)
  node 4: cores 32-39, 129019 MiB (109254 MiB free)
  node 5: cores 40-47, 129019 MiB (108987 MiB free)
  node 6: cores 48-55, 129019 MiB (107947 MiB free)
  node 7: cores 56-63, 128474 MiB (109935 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 FSIZE limit: 102400000 KiB
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=2461317, runsolver pid=2461314
Current StackSize limit: 8192 KiB


[startup+0.100066 s]*
/proc/loadavg: 16.33 16.22 16.31 17/927 2461319
/proc/meminfo: memFree=898951004/1055320700 swapFree=33554428/33554428
[pid=2461317] ppid=2461314 vsize=204032 memory=28984 CPUtime=0.08 cores=56-59
/proc/2461317/stat : 2461317 (hitpbo) R 2461314 2461317 2456976 0 -1 4194304 2432 0 0 0 7 1 0 0 20 0 2 0 177251446 208928768 7125 18446744073709551615 94823068745728 94823073634717 140728197516800 0 0 0 0 4096 0 0 0 0 17 56 0 0 0 0 0 94823074564472 94823074625074 94823105556480 140728197523669 140728197523847 140728197523847 140728197529583 0
/proc/2461317/statm: 51008 7246 4971 1194 0 16333 0
[pid=2461317/tid=2461319] ppid=2461314 vsize=204032 memory=448176484133 CPUtime=0 cores=56-59
/proc/2461317/task/2461319/stat : 2461319 (hitpbo) S 2461314 2461317 2456976 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 177251450 208928768 7125 18446744073709551615 94823068745728 94823073634717 140728197516800 0 0 0 0 4096 0 1 0 0 -1 58 0 0 0 0 0 94823074564472 94823074625074 94823105556480 140728197523669 140728197523847 140728197523847 140728197529583 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 204032 KiB
Current children cumulated memory: 28984 KiB

[startup+0.214892 s]*
/proc/loadavg: 16.46 16.25 16.32 17/927 2461319
/proc/meminfo: memFree=898935496/1055320700 swapFree=33554428/33554428
[pid=2461317] ppid=2461314 vsize=205116 memory=30360 CPUtime=0.19 cores=56-59
/proc/2461317/stat : 2461317 (hitpbo) R 2461314 2461317 2456976 0 -1 4194304 2537 0 0 0 17 2 0 0 20 0 2 0 177251446 210038784 7381 18446744073709551615 94823068745728 94823073634717 140728197516800 0 0 0 0 4096 0 0 0 0 17 56 0 0 0 0 0 94823074564472 94823074625074 94823105556480 140728197523669 140728197523847 140728197523847 140728197529583 0
/proc/2461317/statm: 51279 7590 5227 1194 0 16604 0
[pid=2461317/tid=2461319] ppid=2461314 vsize=205116 memory=8386095037794055477 CPUtime=0 cores=56-59
/proc/2461317/task/2461319/stat : 2461319 (hitpbo) S 2461314 2461317 2456976 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 177251450 210038784 7381 18446744073709551615 94823068745728 94823073634717 140728197516800 0 0 0 0 4096 0 1 0 0 -1 58 0 0 0 0 0 94823074564472 94823074625074 94823105556480 140728197523669 140728197523847 140728197523847 140728197529583 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 205116 KiB
Current children cumulated memory: 30360 KiB

[startup+0.312818 s]*
/proc/loadavg: 16.46 16.25 16.32 16/924 2461319
/proc/meminfo: memFree=901495416/1055320700 swapFree=33554428/33554428
[pid=2461317] ppid=2461314 vsize=205116 memory=30616 CPUtime=0.29 cores=56-59
/proc/2461317/stat : 2461317 (hitpbo) R 2461314 2461317 2456976 0 -1 4194304 2601 0 0 0 26 3 0 0 20 0 2 0 177251446 210038784 7509 18446744073709551615 94823068745728 94823073634717 140728197516800 0 0 0 0 4096 0 0 0 0 17 56 0 0 0 0 0 94823074564472 94823074625074 94823105556480 140728197523669 140728197523847 140728197523847 140728197529583 0
/proc/2461317/statm: 51279 7654 5227 1194 0 16604 0
[pid=2461317/tid=2461319] ppid=2461314 vsize=205116 memory=-7519175109830665087 CPUtime=0 cores=56-59
/proc/2461317/task/2461319/stat : 2461319 (hitpbo) S 2461314 2461317 2456976 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 177251450 210038784 7509 18446744073709551615 94823068745728 94823073634717 140728197516800 0 0 0 0 4096 0 1 0 0 -1 58 0 0 0 0 0 94823074564472 94823074625074 94823105556480 140728197523669 140728197523847 140728197523847 140728197529583 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 205116 KiB
Current children cumulated memory: 30616 KiB

[startup+0.700111 s]
/proc/loadavg: 16.46 16.25 16.32 16/925 2461327
/proc/meminfo: memFree=901460456/1055320700 swapFree=33554428/33554428
[pid=2461317] ppid=2461314 vsize=205956 memory=31004 CPUtime=0.67 cores=56-59
/proc/2461317/stat : 2461317 (hitpbo) R 2461314 2461317 2456976 0 -1 4194304 2698 0 0 0 60 7 0 0 20 0 2 0 177251446 210898944 7637 18446744073709551615 94823068745728 94823073634717 140728197516800 0 0 0 0 4096 0 0 0 0 17 56 0 0 0 0 0 94823074564472 94823074625074 94823105556480 140728197523669 140728197523847 140728197523847 140728197529583 0
/proc/2461317/statm: 51489 7751 5227 1194 0 16814 0
[pid=2461317/tid=2461319] ppid=2461314 vsize=205956 memory=30788 CPUtime=0 cores=56-59
/proc/2461317/task/2461319/stat : 2461319 (hitpbo) S 2461314 2461317 2456976 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 177251450 210898944 7637 18446744073709551615 94823068745728 94823073634717 140728197516800 0 0 0 0 4096 0 1 0 0 -1 58 0 0 0 0 0 94823074564472 94823074625074 94823105556480 140728197523669 140728197523847 140728197523847 140728197529583 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 205956 KiB
Current children cumulated memory: 31004 KiB

[startup+1.50012 s]
/proc/loadavg: 16.46 16.25 16.32 16/922 2461327
/proc/meminfo: memFree=901348580/1055320700 swapFree=33554428/33554428
[pid=2461317] ppid=2461314 vsize=207188 memory=34816 CPUtime=1.47 cores=56-59
/proc/2461317/stat : 2461317 (hitpbo) R 2461314 2461317 2456976 0 -1 4194304 3140 0 0 0 135 12 0 0 20 0 2 0 177251446 212160512 8593 18446744073709551615 94823068745728 94823073634717 140728197516800 0 0 0 0 4096 0 0 0 0 17 56 0 0 0 0 0 94823074564472 94823074625074 94823105556480 140728197523669 140728197523847 140728197523847 140728197529583 0
/proc/2461317/statm: 51797 8704 5227 1194 0 17122 0
[pid=2461317/tid=2461319] ppid=2461314 vsize=207188 memory=30788 CPUtime=0 cores=56-59
/proc/2461317/task/2461319/stat : 2461319 (hitpbo) S 2461314 2461317 2456976 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 177251450 212160512 8593 18446744073709551615 94823068745728 94823073634717 140728197516800 0 0 0 0 4096 0 1 0 0 -1 58 0 0 0 0 0 94823074564472 94823074625074 94823105556480 140728197523669 140728197523847 140728197523847 140728197529583 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 207188 KiB
Current children cumulated memory: 34816 KiB

[startup+3.11239 s]
/proc/loadavg: 16.46 16.25 16.32 17/921 2461348
/proc/meminfo: memFree=904320164/1055320700 swapFree=33554428/33554428
[pid=2461317] ppid=2461314 vsize=209152 memory=38744 CPUtime=3.07 cores=56-59
/proc/2461317/stat : 2461317 (hitpbo) R 2461314 2461317 2456976 0 -1 4194304 5392 0 0 0 283 24 0 0 20 0 2 0 177251446 214171648 9489 18446744073709551615 94823068745728 94823073634717 140728197516800 0 0 0 0 4096 0 0 0 0 17 56 0 0 0 0 0 94823074564472 94823074625074 94823105556480 140728197523669 140728197523847 140728197523847 140728197529583 0
/proc/2461317/statm: 52288 9686 5467 1194 0 17613 0
[pid=2461317/tid=2461319] ppid=2461314 vsize=209152 memory=34816 CPUtime=0 cores=56-59
/proc/2461317/task/2461319/stat : 2461319 (hitpbo) S 2461314 2461317 2456976 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 2 0 177251450 214171648 9489 18446744073709551615 94823068745728 94823073634717 140728197516800 0 0 0 0 4096 0 1 0 0 -1 58 0 0 0 0 0 94823074564472 94823074625074 94823105556480 140728197523669 140728197523847 140728197523847 140728197529583 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 209152 KiB
Current children cumulated memory: 38744 KiB

[startup+6.30012 s]
/proc/loadavg: 16.42 16.25 16.32 17/927 2461368
/proc/meminfo: memFree=905326416/1055320700 swapFree=33554428/33554428
[pid=2461317] ppid=2461314 vsize=214384 memory=44736 CPUtime=6.25 cores=56-59
/proc/2461317/stat : 2461317 (hitpbo) R 2461314 2461317 2456976 0 -1 4194304 9234 0 0 0 576 49 0 0 20 0 2 0 177251446 219529216 11025 18446744073709551615 94823068745728 94823073634717 140728197516800 0 0 0 0 4096 0 0 0 0 17 56 0 0 0 0 0 94823074564472 94823074625074 94823105556480 140728197523669 140728197523847 140728197523847 140728197529583 0
/proc/2461317/statm: 53596 11184 5547 1194 0 18921 0
[pid=2461317/tid=2461319] ppid=2461314 vsize=214384 memory=34816 CPUtime=0 cores=56-59
/proc/2461317/task/2461319/stat : 2461319 (hitpbo) S 2461314 2461317 2456976 0 -1 4194368 8 0 0 0 0 0 0 0 20 0 2 0 177251450 219529216 11025 18446744073709551615 94823068745728 94823073634717 140728197516800 0 0 0 0 4096 0 1 0 0 -1 58 0 0 0 0 0 94823074564472 94823074625074 94823105556480 140728197523669 140728197523847 140728197523847 140728197529583 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 214384 KiB
Current children cumulated memory: 44736 KiB

[startup+12.7001 s]
/proc/loadavg: 16.39 16.25 16.32 17/927 2461368
/proc/meminfo: memFree=904317408/1055320700 swapFree=33554428/33554428
[pid=2461317] ppid=2461314 vsize=221828 memory=52848 CPUtime=12.63 cores=56-59
/proc/2461317/stat : 2461317 (hitpbo) R 2461314 2461317 2456976 0 -1 4194304 16338 0 0 0 1166 97 0 0 20 0 2 0 177251446 227151872 13168 18446744073709551615 94823068745728 94823073634717 140728197516800 0 0 0 0 4096 0 0 0 0 17 56 0 0 0 0 0 94823074564472 94823074625074 94823105556480 140728197523669 140728197523847 140728197523847 140728197529583 0
/proc/2461317/statm: 55457 13212 5547 1194 0 20782 0
[pid=2461317/tid=2461319] ppid=2461314 vsize=221828 memory=49576 CPUtime=0 cores=56-59
/proc/2461317/task/2461319/stat : 2461319 (hitpbo) S 2461314 2461317 2456976 0 -1 4194368 12 0 0 0 0 0 0 0 20 0 2 0 177251450 227151872 13168 18446744073709551615 94823068745728 94823073634717 140728197516800 0 0 0 0 4096 0 1 0 0 -1 59 0 0 0 0 0 94823074564472 94823074625074 94823105556480 140728197523669 140728197523847 140728197523847 140728197529583 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 221828 KiB
Current children cumulated memory: 52848 KiB

[startup+25.5001 s]
/proc/loadavg: 16.48 16.27 16.33 17/927 2461368
/proc/meminfo: memFree=901855476/1055320700 swapFree=33554428/33554428
[pid=2461317] ppid=2461314 vsize=232916 memory=61720 CPUtime=25.4 cores=56-59
/proc/2461317/stat : 2461317 (hitpbo) R 2461314 2461317 2456976 0 -1 4194304 20267 0 0 0 2354 186 0 0 20 0 2 0 177251446 238505984 15275 18446744073709551615 94823068745728 94823073634717 140728197516800 0 0 0 0 4096 0 0 0 0 17 56 0 0 0 0 0 94823074564472 94823074625074 94823105556480 140728197523669 140728197523847 140728197523847 140728197529583 0
/proc/2461317/statm: 58229 15430 5547 1194 0 23554 0
[pid=2461317/tid=2461319] ppid=2461314 vsize=232916 memory=61240 CPUtime=0 cores=56-59
/proc/2461317/task/2461319/stat : 2461319 (hitpbo) S 2461314 2461317 2456976 0 -1 4194368 13 0 0 0 0 0 0 0 20 0 2 0 177251450 238505984 15275 18446744073709551615 94823068745728 94823073634717 140728197516800 0 0 0 0 4096 0 1 0 0 -1 58 0 0 0 0 0 94823074564472 94823074625074 94823105556480 140728197523669 140728197523847 140728197523847 140728197529583 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 232916 KiB
Current children cumulated memory: 61720 KiB

[startup+51.1137 s]
/proc/loadavg: 16.81 16.37 16.36 17/927 2461368
/proc/meminfo: memFree=897355864/1055320700 swapFree=33554428/33554428
[pid=2461317] ppid=2461314 vsize=251192 memory=74728 CPUtime=50.16 cores=56-59
/proc/2461317/stat : 2461317 (hitpbo) R 2461314 2461317 2456976 0 -1 4194304 22580 0 0 0 4692 324 0 0 20 0 2 0 177251446 257220608 18527 18446744073709551615 94823068745728 94823073634717 140728197516800 0 0 0 0 4096 0 0 0 0 17 56 0 0 0 0 0 94823074564472 94823074625074 94823105556480 140728197523669 140728197523847 140728197523847 140728197529583 0
/proc/2461317/statm: 62798 18682 5547 1194 0 28123 0
[pid=2461317/tid=2461319] ppid=2461314 vsize=251192 memory=72956 CPUtime=0 cores=56-59
/proc/2461317/task/2461319/stat : 2461319 (hitpbo) S 2461314 2461317 2456976 0 -1 4194368 13 0 0 0 0 0 0 0 20 0 2 0 177251450 257220608 18527 18446744073709551615 94823068745728 94823073634717 140728197516800 0 0 0 0 4096 0 1 0 0 -1 58 0 0 0 0 0 94823074564472 94823074625074 94823105556480 140728197523669 140728197523847 140728197523847 140728197529583 0
Current children cumulated CPU time: 50.16 s
Current children cumulated vsize: 251192 KiB
Current children cumulated memory: 74728 KiB

[startup+102.3 s]
/proc/loadavg: 17.87 16.72 16.48 17/930 2461372
/proc/meminfo: memFree=888681892/1055320700 swapFree=33554428/33554428
[pid=2461317] ppid=2461314 vsize=261880 memory=85616 CPUtime=100.38 cores=56-59
/proc/2461317/stat : 2461317 (hitpbo) R 2461314 2461317 2456976 0 -1 4194304 25392 0 0 0 9478 560 0 0 20 0 2 0 177251446 268165120 21343 18446744073709551615 94823068745728 94823073634717 140728197516800 0 0 0 0 4096 0 0 0 0 17 56 0 0 0 0 0 94823074564472 94823074625074 94823105556480 140728197523669 140728197523847 140728197523847 140728197529583 0
/proc/2461317/statm: 65470 21404 5547 1194 0 30795 0
[pid=2461317/tid=2461319] ppid=2461314 vsize=261880 memory=15524 CPUtime=0.01 cores=56-59
/proc/2461317/task/2461319/stat : 2461319 (hitpbo) S 2461314 2461317 2456976 0 -1 4194368 13 0 0 0 0 1 0 0 20 0 2 0 177251450 268165120 21343 18446744073709551615 94823068745728 94823073634717 140728197516800 0 0 0 0 4096 0 1 0 0 -1 58 0 0 0 0 0 94823074564472 94823074625074 94823105556480 140728197523669 140728197523847 140728197523847 140728197529583 0
Current children cumulated CPU time: 100.38 s
Current children cumulated vsize: 261880 KiB
Current children cumulated memory: 85616 KiB

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

# cumulated CPU time of all completed processes:  user=102.924 s, system=5.84516 s

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

[startup+102.4 s]
/proc/loadavg: 17.87 16.72 16.48 17/930 2461372
/proc/meminfo: memFree=888681892/1055320700 swapFree=33554428/33554428
[pid=2461317] ppid=2461314 vsize=261880 memory=85616 CPUtime=100.48 cores=56-59
/proc/2461317/stat : 2461317 (hitpbo) R 2461314 2461317 2456976 0 -1 4194304 25392 0 0 0 9487 561 0 0 20 0 2 0 177251446 268165120 21343 18446744073709551615 94823068745728 94823073634717 140728197516800 0 0 0 0 4096 0 0 0 0 17 56 0 0 0 0 0 94823074564472 94823074625074 94823105556480 140728197523669 140728197523847 140728197523847 140728197529583 0
/proc/2461317/statm: 65470 21404 5547 1194 0 30795 0
[pid=2461317/tid=2461319] ppid=2461314 vsize=261880 memory=5824 CPUtime=0.01 cores=56-59
/proc/2461317/task/2461319/stat : 2461319 (hitpbo) S 2461314 2461317 2456976 0 -1 4194368 13 0 0 0 0 1 0 0 20 0 2 0 177251450 268165120 21343 18446744073709551615 94823068745728 94823073634717 140728197516800 0 0 0 0 4096 0 1 0 0 -1 58 0 0 0 0 0 94823074564472 94823074625074 94823105556480 140728197523669 140728197523847 140728197523847 140728197529583 0
Current children cumulated CPU time: 100.48 s
Current children cumulated vsize: 261880 KiB
Current children cumulated memory: 85616 KiB

[startup+105.6 s]
/proc/loadavg: 17.87 16.72 16.48 15/930 2461372
/proc/meminfo: memFree=888192372/1055320700 swapFree=33554428/33554428
[pid=2461317] ppid=2461314 vsize=261880 memory=85844 CPUtime=103.68 cores=56-59
/proc/2461317/stat : 2461317 (hitpbo) R 2461314 2461317 2456976 0 -1 4194304 25452 0 0 0 9796 572 0 0 20 0 2 0 177251446 268165120 21343 18446744073709551615 94823068745728 94823073634717 140728197516800 0 0 0 0 4096 0 0 0 0 17 56 0 0 0 0 0 94823074564472 94823074625074 94823105556480 140728197523669 140728197523847 140728197523847 140728197529583 0
/proc/2461317/statm: 65470 21461 5547 1194 0 30795 0
[pid=2461317/tid=2461319] ppid=2461314 vsize=261880 memory=84476 CPUtime=0.01 cores=56-59
/proc/2461317/task/2461319/stat : 2461319 (hitpbo) S 2461314 2461317 2456976 0 -1 4194368 13 0 0 0 0 1 0 0 20 0 2 0 177251450 268165120 21343 18446744073709551615 94823068745728 94823073634717 140728197516800 0 0 0 0 4096 0 1 0 0 -1 58 0 0 0 0 0 94823074564472 94823074625074 94823105556480 140728197523669 140728197523847 140728197523847 140728197529583 0
Current children cumulated CPU time: 103.68 s
Current children cumulated vsize: 261880 KiB
Current children cumulated memory: 85844 KiB

[startup+108.8 s]
/proc/loadavg: 17.96 16.76 16.49 15/930 2461372
/proc/meminfo: memFree=887784260/1055320700 swapFree=33554428/33554428
[pid=2461317] ppid=2461314 vsize=261880 memory=85856 CPUtime=106.86 cores=56-59
/proc/2461317/stat : 2461317 (hitpbo) R 2461314 2461317 2456976 0 -1 4194304 25456 0 0 0 10106 580 0 0 20 0 2 0 177251446 268165120 21343 18446744073709551615 94823068745728 94823073634717 140728197516800 0 0 0 0 4096 0 0 0 0 17 56 0 0 0 0 0 94823074564472 94823074625074 94823105556480 140728197523669 140728197523847 140728197523847 140728197529583 0
/proc/2461317/statm: 65470 21464 5547 1194 0 30795 0
[pid=2461317/tid=2461319] ppid=2461314 vsize=261880 memory=15524 CPUtime=0.01 cores=56-59
/proc/2461317/task/2461319/stat : 2461319 (hitpbo) S 2461314 2461317 2456976 0 -1 4194368 13 0 0 0 0 1 0 0 20 0 2 0 177251450 268165120 21343 18446744073709551615 94823068745728 94823073634717 140728197516800 0 0 0 0 4096 0 1 0 0 -1 58 0 0 0 0 0 94823074564472 94823074625074 94823105556480 140728197523669 140728197523847 140728197523847 140728197529583 0
Current children cumulated CPU time: 106.86 s
Current children cumulated vsize: 261880 KiB
Current children cumulated memory: 85856 KiB

[startup+110.4 s]
/proc/loadavg: 17.96 16.76 16.49 16/930 2461372
/proc/meminfo: memFree=887480620/1055320700 swapFree=33554428/33554428
[pid=2461317] ppid=2461314 vsize=261880 memory=85856 CPUtime=107.73 cores=56-59
/proc/2461317/stat : 2461317 (hitpbo) R 2461314 2461317 2456976 0 -1 4194304 25457 0 0 0 10192 581 0 0 20 0 2 0 177251446 268165120 21343 18446744073709551615 94823068745728 94823073634717 140728197516800 0 0 0 0 4096 0 0 0 0 17 56 0 0 0 0 0 94823074564472 94823074625074 94823105556480 140728197523669 140728197523847 140728197523847 140728197529583 0
/proc/2461317/statm: 65470 21464 5547 1194 0 30795 0
[pid=2461317/tid=2461319] ppid=2461314 vsize=261880 memory=146232 CPUtime=0.01 cores=56-59
/proc/2461317/task/2461319/stat : 2461319 (hitpbo) S 2461314 2461317 2456976 0 -1 4194368 13 0 0 0 0 1 0 0 20 0 2 0 177251450 268165120 21343 18446744073709551615 94823068745728 94823073634717 140728197516800 0 0 0 0 4096 0 1 0 0 -1 58 0 0 0 0 0 94823074564472 94823074625074 94823105556480 140728197523669 140728197523847 140728197523847 140728197529583 0
Current children cumulated CPU time: 107.73 s
Current children cumulated vsize: 261880 KiB
Current children cumulated memory: 85856 KiB

[startup+111.2 s]
/proc/loadavg: 18.04 16.80 16.51 16/930 2461372
/proc/meminfo: memFree=887321332/1055320700 swapFree=33554428/33554428
[pid=2461317] ppid=2461314 vsize=261880 memory=85856 CPUtime=108.53 cores=56-59
/proc/2461317/stat : 2461317 (hitpbo) R 2461314 2461317 2456976 0 -1 4194304 25458 0 0 0 10270 583 0 0 20 0 2 0 177251446 268165120 21343 18446744073709551615 94823068745728 94823073634717 140728197516800 0 0 0 0 4096 0 0 0 0 17 56 0 0 0 0 0 94823074564472 94823074625074 94823105556480 140728197523669 140728197523847 140728197523847 140728197529583 0
/proc/2461317/statm: 65470 21464 5547 1194 0 30795 0
[pid=2461317/tid=2461319] ppid=2461314 vsize=261880 memory=146232 CPUtime=0.01 cores=56-59
/proc/2461317/task/2461319/stat : 2461319 (hitpbo) S 2461314 2461317 2456976 0 -1 4194368 13 0 0 0 0 1 0 0 20 0 2 0 177251450 268165120 21343 18446744073709551615 94823068745728 94823073634717 140728197516800 0 0 0 0 4096 0 1 0 0 -1 58 0 0 0 0 0 94823074564472 94823074625074 94823105556480 140728197523669 140728197523847 140728197523847 140728197529583 0
Current children cumulated CPU time: 108.53 s
Current children cumulated vsize: 261880 KiB
Current children cumulated memory: 85856 KiB

[startup+111.4 s]
/proc/loadavg: 18.04 16.80 16.51 16/930 2461372
/proc/meminfo: memFree=887321332/1055320700 swapFree=33554428/33554428
[pid=2461317] ppid=2461314 vsize=261880 memory=85856 CPUtime=108.73 cores=56-59
/proc/2461317/stat : 2461317 (hitpbo) R 2461314 2461317 2456976 0 -1 4194304 25458 0 0 0 10289 584 0 0 20 0 2 0 177251446 268165120 21343 18446744073709551615 94823068745728 94823073634717 140728197516800 0 0 0 0 4096 0 0 0 0 17 56 0 0 0 0 0 94823074564472 94823074625074 94823105556480 140728197523669 140728197523847 140728197523847 140728197529583 0
/proc/2461317/statm: 65470 21464 5547 1194 0 30795 0
[pid=2461317/tid=2461319] ppid=2461314 vsize=261880 memory=4868 CPUtime=0.01 cores=56-59
/proc/2461317/task/2461319/stat : 2461319 (hitpbo) S 2461314 2461317 2456976 0 -1 4194368 13 0 0 0 0 1 0 0 20 0 2 0 177251450 268165120 21343 18446744073709551615 94823068745728 94823073634717 140728197516800 0 0 0 0 4096 0 1 0 0 -1 58 0 0 0 0 0 94823074564472 94823074625074 94823105556480 140728197523669 140728197523847 140728197523847 140728197529583 0
Current children cumulated CPU time: 108.73 s
Current children cumulated vsize: 261880 KiB
Current children cumulated memory: 85856 KiB

[startup+111.5 s]
/proc/loadavg: 18.04 16.80 16.51 16/930 2461372
/proc/meminfo: memFree=887321332/1055320700 swapFree=33554428/33554428
[pid=2461317] ppid=2461314 vsize=261880 memory=85856 CPUtime=108.76 cores=56-59
/proc/2461317/stat : 2461317 (hitpbo) D 2461314 2461317 2456976 0 -1 4194304 25735 0 0 0 10292 584 0 0 20 0 2 0 177251446 268165120 21343 18446744073709551615 94823068745728 94823073634717 140728197516800 0 0 0 0 4096 0 0 0 0 17 56 0 0 0 0 0 94823074564472 94823074625074 94823105556480 140728197523669 140728197523847 140728197523847 140728197529583 0
/proc/2461317/statm: 65470 21464 5547 1194 0 30795 0
[pid=2461317/tid=2461319] ppid=2461314 vsize=261880 memory=85844 CPUtime=0.01 cores=56-59
/proc/2461317/task/2461319/stat : 2461319 (hitpbo) S 2461314 2461317 2456976 0 -1 4194368 13 0 0 0 0 1 0 0 20 0 2 0 177251450 268165120 21343 18446744073709551615 94823068745728 94823073634717 140728197516800 0 0 0 0 4096 0 1 0 0 -1 58 0 0 0 0 0 94823074564472 94823074625074 94823105556480 140728197523669 140728197523847 140728197523847 140728197529583 0
Current children cumulated CPU time: 108.76 s
Current children cumulated vsize: 261880 KiB
Current children cumulated memory: 85856 KiB

Child status: 30

Real time (s): 111.511
CPU time (s): 108.769
CPU user time (s): 102.924
CPU system time (s): 5.84516
CPU usage (%): 97.541
Max. virtual memory (cumulated for all children) (KiB): 261880
Max. memory (cumulated for all children) (KiB): 85856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 102.923
system time used= 5.84516
maximum resident set size= 85372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26180
page faults= 0
swaps= 0
block input operations= 0
block output operations= 660360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11459
involuntary context switches= 304


# summary of solver processes directly reported to runsolver:
#   pid: 2461317
#   total CPU time (s): 108.769
#   total CPU user time (s): 102.924
#   total CPU system time (s): 5.84516

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.376515 second user time and 1.23137 second system time

The end

Launcher Data

Begin job on nodeE004 at 2026-06-26 04:07:16
IDJOB=4795792
IDBENCH=176117
IDSOLVER=3635
FILE ID=nodeE004/4795792-1782439636
RUNJOBID= nodeE004-1782432262-2457000
SLURM_JOB_ID= 12522922
Free space on /tmp= 798924 MiB

SOLVER NAME= HitPBO-PL 2026-06-22 (cert)
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=12-t=2.opb
COMMAND LINE= ./hitpbo BENCHNAME --proof-compatible --prooffile PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4795792-1782439636/watcher-4795792-1782439636 -o /tmp/evaluation-result-4795792-1782439636/solver-4795792-1782439636 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4795792-1782439636/vars-4795792-1782439636 --bin-var /tmp/runsolver-exch-nodeE004-1782432262-2457000 --watchdog 3760 --file-size-limit 100000 ./hitpbo HOME/instance-4795792-1782439636.opb --proof-compatible --prooffile PROOFDIR/proof-4795792-1782439636

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

MD5SUM BENCH= a46df37fb28c6a7914e93bb6881f83fb
RANDOM SEED=1239608276

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       1055320700 kB
MemFree:        898997068 kB
MemAvailable:   1031739560 kB
Buffers:            3352 kB
Cached:         137170136 kB
SwapCached:            0 kB
Active:         17063188 kB
Inactive:       134132896 kB
Active(anon):   14890164 kB
Inactive(anon):    54152 kB
Active(file):    2173024 kB
Inactive(file): 134078744 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:           2651196 kB
Writeback:        292240 kB
AnonPages:      14021292 kB
Mapped:           375608 kB
Shmem:            921344 kB
KReclaimable:    1483796 kB
Slab:            2153428 kB
SReclaimable:    1483796 kB
SUnreclaim:       669632 kB
KernelStack:       15696 kB
PageTables:        36308 kB
SecPageTables:     15388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214776 kB
Committed_AS:   18229552 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      479556 kB
VmallocChunk:          0 kB
Percpu:           135168 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2975744 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      377284 kB
DirectMap2M:    20916224 kB
DirectMap1G:    1052770304 kB

Free space on /tmp at the end= 798792 MiB
End job on nodeE004 at 2026-06-26 04:09:08