Trace number 4805569

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)? (TO) 3600.07 3621.05

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/multverif/
diagcomm_greater/normalized-mult_diagcomm_opt_greater_teq_nbits_10.opb
MD5SUM04cf70665d2adff71755d5c35c939249
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 benchmark0
Best CPU time to get the best result obtained on this benchmark0.013606
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables640
Total number of constraints940
Number of constraints which are clauses600
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints340
Minimum length of a constraint2
Maximum length of a constraint5
Number of terms in the objective function 40
Biggest coefficient in the objective function 524288
Number of bits for the biggest coefficient in the objective function 20
Sum of the numbers in the objective function 2097150
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 524288
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 2097150
Number of bits of the biggest sum of numbers21
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.02	c initialize HitPBO internal solver
0.00/0.02	c HitPBO 1.0.1, e594391-dirty compiled with g++-11.4.0
0.00/0.02	c compiled with: RoundingSat 2
0.00/0.02	c compiled with: Gurobi 12.0.2
0.00/0.02	c compiled with: SCIP 11.0.0
0.00/0.02	c compiled with: PaPILO 3.0.1.0
0.00/0.02	c compiled with: CaDiCaL 3.0.0
0.00/0.02	c >>> reading configuration
0.00/0.02	c   proof-compatible true
0.00/0.02	c   !! Proof-compatible mode enabled. This overrides some parameter values.
0.00/0.02	c   !! Disabled reduced cost fixing (--rc).
0.00/0.02	c   !! Disabled presolve (--presolve).
0.00/0.02	c   !! Disabled core simplification techniques (--cs).
0.00/0.02	c   !! Enabled plain mode in cadical (--cadical-plain).
0.00/0.02	c   !! Set exact-optimizer to "roundingsat-sh" (SIS with non-reified constraints)
0.00/0.02	c   rc false
0.00/0.02	c   ce-oracle "satsolver"
0.00/0.02	c   satsolver "cadical"
0.00/0.02	c   cadical-plain true
0.00/0.02	c   satsolver-pb-backend "roundingsat"
0.00/0.02	c   cs false
0.00/0.02	c   optimizer "gurobi"
0.00/0.02	c   exact-optimizer "roundingsat-sh"
0.00/0.02	c   sis-oracle "roundingsat"
0.00/0.02	c   presolver "papilo"
0.00/0.02	c   presolve false
0.00/0.02	c initialization complete
0.00/0.02	c 
0.00/0.02	c >>> reading input from opb file "HOME/instance-4805569-1782828974.opb"
0.00/0.02	c     instance in the solver, loading instance took 0s
0.00/0.02	c 
0.00/0.02	c  ================== start solving  ================== 
0.00/0.02	c [0.00] >>> prepare for solve
0.00/0.02	Error: invalid user locale; possible fix is to set the system environment
0.00/0.02	       variable 'LC_ALL' to a valid locale (e.g., to 'C')
0.00/0.02	c [0.00]     set up proof logging for exact optimizer
0.00/0.02	c [0.00] >>> run constraint seeding
0.00/0.02	c [0.00]     seed 0 constraints and 0 literals
301.23/304.32	c [0.00] IHS main loop, iteration 1: LB = -1048575, UB = 1048576
301.23/304.32	c [2.25] IHS main loop, iteration 2: LB = -1048575, UB = 0
301.23/304.32	c [3.38] IHS main loop, iteration 3: LB = -1048575, UB = 0
301.23/304.32	c [13.62] IHS main loop, iteration 4: LB = -1048575, UB = 0
301.23/304.32	c [14.44] IHS main loop, iteration 5: LB = -1048575, UB = 0
301.23/304.32	c [19.63] IHS main loop, iteration 6: LB = -1048575, UB = 0
301.23/304.32	c [24.18] IHS main loop, iteration 7: LB = -1048575, UB = 0
301.23/304.32	c [24.49] IHS main loop, iteration 8: LB = -1048575, UB = 0
301.23/304.32	c [25.04] IHS main loop, iteration 9: LB = -1048575, UB = 0
301.23/304.32	c [32.20] IHS main loop, iteration 10: LB = -1048575, UB = 0
301.23/304.32	c [32.66] IHS main loop, iteration 11: LB = -1048575, UB = 0
301.23/304.32	c [39.60] IHS main loop, iteration 12: LB = -1048575, UB = 0
301.23/304.32	c [43.04] IHS main loop, iteration 13: LB = -1048575, UB = 0
301.23/304.32	c [43.23] IHS main loop, iteration 14: LB = -1048575, UB = 0
301.23/304.32	c [46.33] IHS main loop, iteration 15: LB = -1048575, UB = 0
301.23/304.32	c [46.63] IHS main loop, iteration 16: LB = -1048575, UB = 0
301.23/304.32	c [46.84] IHS main loop, iteration 17: LB = -1048575, UB = 0
301.23/304.32	c [48.71] IHS main loop, iteration 18: LB = -1048575, UB = 0
301.23/304.32	c [49.37] IHS main loop, iteration 19: LB = -1048575, UB = 0
301.23/304.32	c [62.80] IHS main loop, iteration 20: LB = -1048575, UB = 0
301.23/304.32	c [66.99] IHS main loop, iteration 21: LB = -1048575, UB = 0
301.23/304.32	c [89.73] IHS main loop, iteration 22: LB = -1048575, UB = 0
301.23/304.32	c [99.10] IHS main loop, iteration 23: LB = -1048575, UB = 0
301.23/304.32	c [103.86] IHS main loop, iteration 24: LB = -1048575, UB = 0
301.23/304.32	c [107.79] IHS main loop, iteration 25: LB = -1048575, UB = 0
301.23/304.32	c [110.48] IHS main loop, iteration 26: LB = -1048575, UB = 0
301.23/304.32	c [121.40] IHS main loop, iteration 27: LB = -1048575, UB = 0
301.23/304.32	c [122.93] IHS main loop, iteration 28: LB = -1048575, UB = 0
301.23/304.32	c [129.83] IHS main loop, iteration 29: LB = -1048575, UB = 0
301.23/304.32	c [133.02] IHS main loop, iteration 30: LB = -1048575, UB = 0
301.23/304.32	c [135.56] IHS main loop, iteration 31: LB = -1048575, UB = 0
301.23/304.32	c [145.31] IHS main loop, iteration 32: LB = -1048575, UB = 0
301.23/304.32	c [147.37] IHS main loop, iteration 33: LB = -1048575, UB = 0
301.23/304.32	c [157.57] IHS main loop, iteration 34: LB = -1048575, UB = 0
301.23/304.32	c [163.88] IHS main loop, iteration 35: LB = -1048575, UB = 0
301.23/304.32	c [174.54] IHS main loop, iteration 36: LB = -1048575, UB = 0
301.23/304.32	c [181.68] IHS main loop, iteration 37: LB = -1048575, UB = 0
301.23/304.32	c [186.21] IHS main loop, iteration 38: LB = -1048575, UB = 0
301.23/304.32	c [191.91] IHS main loop, iteration 39: LB = -1048575, UB = 0
301.23/304.32	c [194.86] IHS main loop, iteration 40: LB = -1048575, UB = 0
301.23/304.32	c [200.15] IHS main loop, iteration 41: LB = -1048575, UB = 0
301.23/304.32	c [204.04] IHS main loop, iteration 42: LB = -1048575, UB = 0
301.23/304.32	c [207.67] IHS main loop, iteration 43: LB = -1048575, UB = 0
301.23/304.32	c [210.35] IHS main loop, iteration 44: LB = -1048575, UB = 0
301.23/304.32	c [211.51] IHS main loop, iteration 45: LB = -1048575, UB = 0
301.23/304.32	c [214.01] IHS main loop, iteration 46: LB = -1048575, UB = 0
301.23/304.32	c [218.89] IHS main loop, iteration 47: LB = -1048575, UB = 0
301.23/304.32	c [222.86] IHS main loop, iteration 48: LB = -1048575, UB = 0
301.23/304.32	c [227.67] IHS main loop, iteration 49: LB = -1048575, UB = 0
301.23/304.32	c [235.19] IHS main loop, iteration 50: LB = -1048575, UB = 0
301.23/304.32	c [239.87] IHS main loop, iteration 51: LB = -1048575, UB = 0
301.23/304.32	c [244.33] IHS main loop, iteration 52: LB = -1048575, UB = 0
301.23/304.32	c [250.07] IHS main loop, iteration 53: LB = -1048575, UB = 0
301.23/304.32	c [253.11] IHS main loop, iteration 54: LB = -1048575, UB = 0
301.23/304.32	c [254.27] IHS main loop, iteration 55: LB = -1048575, UB = 0
301.23/304.32	c [259.29] IHS main loop, iteration 56: LB = -1048575, UB = 0
301.23/304.32	c [262.50] IHS main loop, iteration 57: LB = -1048575, UB = 0
301.23/304.32	c [266.38] IHS main loop, iteration 58: LB = -1048575, UB = 0
301.23/304.32	c [270.65] IHS main loop, iteration 59: LB = -1048575, UB = 0
301.23/304.32	c [278.91] IHS main loop, iteration 60: LB = -1048575, UB = 0
301.23/304.32	c [283.21] IHS main loop, iteration 61: LB = -1048575, UB = 0
301.23/304.32	c [285.96] IHS main loop, iteration 62: LB = -1048575, UB = 0
301.23/304.32	c [287.08] IHS main loop, iteration 63: LB = -1048575, UB = 0
301.23/304.32	c [290.49] IHS main loop, iteration 64: LB = -1048575, UB = 0
301.23/304.32	c [292.24] IHS main loop, iteration 65: LB = -1048575, UB = 0
301.23/304.32	c [297.42] IHS main loop, iteration 66: LB = -1048575, UB = 0
301.23/304.32	c [300.64] IHS main loop, iteration 67: LB = -1048575, UB = 0
881.94/888.97	c [304.59] IHS main loop, iteration 68: LB = -1048575, UB = 0
881.94/888.97	c [307.08] IHS main loop, iteration 69: LB = -1048575, UB = 0
881.94/888.97	c [310.45] IHS main loop, iteration 70: LB = -1048575, UB = 0
881.94/888.97	c [316.03] IHS main loop, iteration 71: LB = -1048575, UB = 0
881.94/888.97	c [323.03] IHS main loop, iteration 72: LB = -1048575, UB = 0
881.94/888.97	c [326.35] IHS main loop, iteration 73: LB = -1048575, UB = 0
881.94/888.97	c [332.64] IHS main loop, iteration 74: LB = -1048575, UB = 0
881.94/888.97	c [336.18] IHS main loop, iteration 75: LB = -1048575, UB = 0
881.94/888.97	c [342.19] IHS main loop, iteration 76: LB = -1048575, UB = 0
881.94/888.97	c [350.28] IHS main loop, iteration 77: LB = -1048575, UB = 0
881.94/888.97	c [364.28] IHS main loop, iteration 78: LB = -1048575, UB = 0
881.94/888.97	c [370.06] IHS main loop, iteration 79: LB = -1048575, UB = 0
881.94/888.97	c [372.95] IHS main loop, iteration 80: LB = -1048575, UB = 0
881.94/888.97	c [378.69] IHS main loop, iteration 81: LB = -1048575, UB = 0
881.94/888.97	c [387.57] IHS main loop, iteration 82: LB = -1048575, UB = 0
881.94/888.97	c [394.31] IHS main loop, iteration 83: LB = -1048575, UB = 0
881.94/888.97	c [401.79] IHS main loop, iteration 84: LB = -1048575, UB = 0
881.94/888.97	c [411.74] IHS main loop, iteration 85: LB = -1048575, UB = 0
881.94/888.97	c [419.06] IHS main loop, iteration 86: LB = -1048575, UB = 0
881.94/888.97	c [425.74] IHS main loop, iteration 87: LB = -1048575, UB = 0
881.94/888.97	c [435.83] IHS main loop, iteration 88: LB = -1048575, UB = 0
881.94/888.97	c [455.58] IHS main loop, iteration 89: LB = -1048575, UB = 0
881.94/888.97	c [461.35] IHS main loop, iteration 90: LB = -1048575, UB = 0
881.94/888.97	c [469.91] IHS main loop, iteration 91: LB = -1048575, UB = 0
881.94/888.97	c [472.17] IHS main loop, iteration 92: LB = -1048575, UB = 0
881.94/888.97	c [474.39] IHS main loop, iteration 93: LB = -1048575, UB = 0
881.94/888.97	c [490.73] IHS main loop, iteration 94: LB = -1048575, UB = 0
881.94/888.97	c [497.89] IHS main loop, iteration 95: LB = -1048575, UB = 0
881.94/888.97	c [505.76] IHS main loop, iteration 96: LB = -1048575, UB = 0
881.94/888.97	c [512.18] IHS main loop, iteration 97: LB = -1048575, UB = 0
881.94/888.97	c [515.04] IHS main loop, iteration 98: LB = -1048575, UB = 0
881.94/888.97	c [520.17] IHS main loop, iteration 99: LB = -1048575, UB = 0
881.94/888.97	c [523.86] IHS main loop, iteration 100: LB = -1048575, UB = 0
881.94/888.97	c [527.74] IHS main loop, iteration 101: LB = -1048575, UB = 0
881.94/888.97	c [532.86] IHS main loop, iteration 102: LB = -1048575, UB = 0
881.94/888.97	c [535.08] IHS main loop, iteration 103: LB = -1048575, UB = 0
881.94/888.97	c [538.46] IHS main loop, iteration 104: LB = -1048575, UB = 0
881.94/888.97	c [542.59] IHS main loop, iteration 105: LB = -1048575, UB = 0
881.94/888.97	c [547.68] IHS main loop, iteration 106: LB = -1048575, UB = 0
881.94/888.97	c [551.76] IHS main loop, iteration 107: LB = -1048575, UB = 0
881.94/888.97	c [556.68] IHS main loop, iteration 108: LB = -1048575, UB = 0
881.94/888.97	c [563.93] IHS main loop, iteration 109: LB = -1048575, UB = 0
881.94/888.97	c [576.33] IHS main loop, iteration 110: LB = -1048575, UB = 0
881.94/888.97	c [591.45] IHS main loop, iteration 111: LB = -1048575, UB = 0
881.94/888.97	c [600.24] IHS main loop, iteration 112: LB = -1048575, UB = 0
881.94/888.97	c [613.89] IHS main loop, iteration 113: LB = -1048575, UB = 0
881.94/888.97	c [635.56] IHS main loop, iteration 114: LB = -1048575, UB = 0
881.94/888.97	c [660.70] IHS main loop, iteration 115: LB = -1048575, UB = 0
881.94/888.97	c [671.43] IHS main loop, iteration 116: LB = -1048575, UB = 0
881.94/888.97	c [706.71] IHS main loop, iteration 117: LB = -1048575, UB = 0
881.94/888.97	c [735.40] IHS main loop, iteration 118: LB = -1048575, UB = 0
881.94/888.97	c [740.53] IHS main loop, iteration 119: LB = -1048575, UB = 0
881.94/888.97	c [749.23] IHS main loop, iteration 120: LB = -1048575, UB = 0
881.94/888.97	c [762.81] IHS main loop, iteration 121: LB = -1048575, UB = 0
881.94/888.97	c [770.73] IHS main loop, iteration 122: LB = -1048575, UB = 0
881.94/888.97	c [782.36] IHS main loop, iteration 123: LB = -1048575, UB = 0
881.94/888.97	c [792.60] IHS main loop, iteration 124: LB = -1048575, UB = 0
881.94/888.97	c [807.52] IHS main loop, iteration 125: LB = -1048575, UB = 0
881.94/888.97	c [814.64] IHS main loop, iteration 126: LB = -1048575, UB = 0
881.94/888.97	c [823.29] IHS main loop, iteration 127: LB = -1048575, UB = 0
881.94/888.97	c [828.27] IHS main loop, iteration 128: LB = -1048575, UB = 0
881.94/888.97	c [833.10] IHS main loop, iteration 129: LB = -1048575, UB = 0
881.94/888.97	c [840.16] IHS main loop, iteration 130: LB = -1048575, UB = 0
881.94/888.97	c [849.09] IHS main loop, iteration 131: LB = -1048575, UB = 0
881.94/888.97	c [865.93] IHS main loop, iteration 132: LB = -1048575, UB = 0
881.94/888.97	c [880.71] IHS main loop, iteration 133: LB = -1048575, UB = 0
1622.74/1633.46	c [889.44] IHS main loop, iteration 134: LB = -1048575, UB = 0
1622.74/1633.46	c [892.18] IHS main loop, iteration 135: LB = -1048575, UB = 0
1622.74/1633.46	c [896.72] IHS main loop, iteration 136: LB = -1048575, UB = 0
1622.74/1633.46	c [900.50] IHS main loop, iteration 137: LB = -1048575, UB = 0
1622.74/1633.46	c [906.67] IHS main loop, iteration 138: LB = -1048575, UB = 0
1622.74/1633.46	c [907.65] IHS main loop, iteration 139: LB = -1048575, UB = 0
1622.74/1633.46	c [912.58] IHS main loop, iteration 140: LB = -1048575, UB = 0
1622.74/1633.46	c [925.37] IHS main loop, iteration 141: LB = -1048575, UB = 0
1622.74/1633.46	c [934.34] IHS main loop, iteration 142: LB = -1048575, UB = 0
1622.74/1633.46	c [940.73] IHS main loop, iteration 143: LB = -1048575, UB = 0
1622.74/1633.46	c [949.11] IHS main loop, iteration 144: LB = -1048575, UB = 0
1622.74/1633.46	c [960.83] IHS main loop, iteration 145: LB = -1048575, UB = 0
1622.74/1633.46	c [983.64] IHS main loop, iteration 146: LB = -1048575, UB = 0
1622.74/1633.46	c [1004.34] IHS main loop, iteration 147: LB = -1048575, UB = 0
1622.74/1633.46	c [1014.63] IHS main loop, iteration 148: LB = -1048575, UB = 0
1622.74/1633.46	c [1024.05] IHS main loop, iteration 149: LB = -1048575, UB = 0
1622.74/1633.46	c [1028.08] IHS main loop, iteration 150: LB = -1048575, UB = 0
1622.74/1633.46	c [1043.53] IHS main loop, iteration 151: LB = -1048575, UB = 0
1622.74/1633.46	c [1057.78] IHS main loop, iteration 152: LB = -1048575, UB = 0
1622.74/1633.46	c [1087.84] IHS main loop, iteration 153: LB = -1048575, UB = 0
1622.74/1633.46	c [1099.98] IHS main loop, iteration 154: LB = -1048575, UB = 0
1622.74/1633.46	c [1116.44] IHS main loop, iteration 155: LB = -1048575, UB = 0
1622.74/1633.46	c [1149.96] IHS main loop, iteration 156: LB = -1048575, UB = 0
1622.74/1633.46	c [1158.00] IHS main loop, iteration 157: LB = -1048575, UB = 0
1622.74/1633.46	c [1193.07] IHS main loop, iteration 158: LB = -1048575, UB = 0
1622.74/1633.46	c [1234.65] IHS main loop, iteration 159: LB = -1048575, UB = 0
1622.74/1633.46	c [1238.81] IHS main loop, iteration 160: LB = -1048575, UB = 0
1622.74/1633.46	c [1249.12] IHS main loop, iteration 161: LB = -1048575, UB = 0
1622.74/1633.46	c [1250.56] IHS main loop, iteration 162: LB = -1048575, UB = 0
1622.74/1633.46	c [1259.35] IHS main loop, iteration 163: LB = -1048575, UB = 0
1622.74/1633.46	c [1263.64] IHS main loop, iteration 164: LB = -1048575, UB = 0
1622.74/1633.46	c [1273.96] IHS main loop, iteration 165: LB = -1048575, UB = 0
1622.74/1633.46	c [1282.18] IHS main loop, iteration 166: LB = -1048575, UB = 0
1622.74/1633.46	c [1289.33] IHS main loop, iteration 167: LB = -1048575, UB = 0
1622.74/1633.46	c [1296.70] IHS main loop, iteration 168: LB = -1048575, UB = 0
1622.74/1633.46	c [1307.20] IHS main loop, iteration 169: LB = -1048575, UB = 0
1622.74/1633.46	c [1316.78] IHS main loop, iteration 170: LB = -1048575, UB = 0
1622.74/1633.46	c [1323.21] IHS main loop, iteration 171: LB = -1048575, UB = 0
1622.74/1633.46	c [1326.09] IHS main loop, iteration 172: LB = -1048575, UB = 0
1622.74/1633.46	c [1330.54] IHS main loop, iteration 173: LB = -1048575, UB = 0
1622.74/1633.46	c [1334.94] IHS main loop, iteration 174: LB = -1048575, UB = 0
1622.74/1633.46	c [1340.79] IHS main loop, iteration 175: LB = -1048575, UB = 0
1622.74/1633.46	c [1347.04] IHS main loop, iteration 176: LB = -1048575, UB = 0
1622.74/1633.46	c [1353.57] IHS main loop, iteration 177: LB = -1048575, UB = 0
1622.74/1633.46	c [1356.31] IHS main loop, iteration 178: LB = -1048575, UB = 0
1622.74/1633.46	c [1360.35] IHS main loop, iteration 179: LB = -1048575, UB = 0
1622.74/1633.46	c [1373.26] IHS main loop, iteration 180: LB = -1048575, UB = 0
1622.74/1633.46	c [1383.44] IHS main loop, iteration 181: LB = -1048575, UB = 0
1622.74/1633.46	c [1390.22] IHS main loop, iteration 182: LB = -1048575, UB = 0
1622.74/1633.46	c [1396.84] IHS main loop, iteration 183: LB = -1048575, UB = 0
1622.74/1633.46	c [1402.23] IHS main loop, iteration 184: LB = -1048575, UB = 0
1622.74/1633.46	c [1412.09] IHS main loop, iteration 185: LB = -1048575, UB = 0
1622.74/1633.46	c [1443.36] IHS main loop, iteration 186: LB = -1048575, UB = 0
1622.74/1633.46	c [1452.19] IHS main loop, iteration 187: LB = -1048575, UB = 0
1622.74/1633.46	c [1465.09] IHS main loop, iteration 188: LB = -1048575, UB = 0
1622.74/1633.46	c [1504.15] IHS main loop, iteration 189: LB = -1048575, UB = 0
1622.74/1633.46	c [1524.32] IHS main loop, iteration 190: LB = -1048575, UB = 0
1622.74/1633.46	c [1540.39] IHS main loop, iteration 191: LB = -1048575, UB = 0
1622.74/1633.46	c [1549.24] IHS main loop, iteration 192: LB = -1048575, UB = 0
1622.74/1633.46	c [1564.90] IHS main loop, iteration 193: LB = -1048575, UB = 0
1622.74/1633.46	c [1573.91] IHS main loop, iteration 194: LB = -1048575, UB = 0
1622.74/1633.46	c [1574.83] IHS main loop, iteration 195: LB = -1048575, UB = 0
1622.74/1633.46	c [1597.74] IHS main loop, iteration 196: LB = -1048575, UB = 0
1622.74/1633.46	c [1620.60] IHS main loop, iteration 197: LB = -1048575, UB = 0
2291.39/2306.45	c [1635.47] IHS main loop, iteration 198: LB = -1048575, UB = 0
2291.39/2306.45	c [1639.36] IHS main loop, iteration 199: LB = -1048575, UB = 0
2291.39/2306.45	c [1655.90] IHS main loop, iteration 200: LB = -1048575, UB = 0
2291.39/2306.45	c [1674.68] IHS main loop, iteration 201: LB = -1048575, UB = 0
2291.39/2306.45	c [1681.66] IHS main loop, iteration 202: LB = -1048575, UB = 0
2291.39/2306.45	c [1700.75] IHS main loop, iteration 203: LB = -1048575, UB = 0
2291.39/2306.45	c [1704.87] IHS main loop, iteration 204: LB = -1048575, UB = 0
2291.39/2306.45	c [1708.66] IHS main loop, iteration 205: LB = -1048575, UB = 0
2291.39/2306.45	c [1721.20] IHS main loop, iteration 206: LB = -1048575, UB = 0
2291.39/2306.45	c [1730.91] IHS main loop, iteration 207: LB = -1048575, UB = 0
2291.39/2306.45	c [1753.60] IHS main loop, iteration 208: LB = -1048575, UB = 0
2291.39/2306.45	c [1764.51] IHS main loop, iteration 209: LB = -1048575, UB = 0
2291.39/2306.45	c [1771.10] IHS main loop, iteration 210: LB = -1048575, UB = 0
2291.39/2306.45	c [1797.62] IHS main loop, iteration 211: LB = -1048575, UB = 0
2291.39/2306.45	c [1809.00] IHS main loop, iteration 212: LB = -1048575, UB = 0
2291.39/2306.45	c [1814.79] IHS main loop, iteration 213: LB = -1048575, UB = 0
2291.39/2306.45	c [1819.41] IHS main loop, iteration 214: LB = -1048575, UB = 0
2291.39/2306.45	c [1824.64] IHS main loop, iteration 215: LB = -1048575, UB = 0
2291.39/2306.45	c [1840.98] IHS main loop, iteration 216: LB = -1048575, UB = 0
2291.39/2306.45	c [1854.48] IHS main loop, iteration 217: LB = -1048575, UB = 0
2291.39/2306.45	c [1861.52] IHS main loop, iteration 218: LB = -1048575, UB = 0
2291.39/2306.45	c [1866.09] IHS main loop, iteration 219: LB = -1048575, UB = 0
2291.39/2306.45	c [1867.11] IHS main loop, iteration 220: LB = -1048575, UB = 0
2291.39/2306.45	c [1876.71] IHS main loop, iteration 221: LB = -1048575, UB = 0
2291.39/2306.45	c [1880.34] IHS main loop, iteration 222: LB = -1048575, UB = 0
2291.39/2306.45	c [1895.42] IHS main loop, iteration 223: LB = -1048575, UB = 0
2291.39/2306.45	c [1909.49] IHS main loop, iteration 224: LB = -1048575, UB = 0
2291.39/2306.45	c [1914.06] IHS main loop, iteration 225: LB = -1048575, UB = 0
2291.39/2306.45	c [1925.97] IHS main loop, iteration 226: LB = -1048575, UB = 0
2291.39/2306.45	c [1929.62] IHS main loop, iteration 227: LB = -1048575, UB = 0
2291.39/2306.45	c [1933.84] IHS main loop, iteration 228: LB = -1048575, UB = 0
2291.39/2306.45	c [1940.46] IHS main loop, iteration 229: LB = -1048575, UB = 0
2291.39/2306.45	c [1947.90] IHS main loop, iteration 230: LB = -1048575, UB = 0
2291.39/2306.45	c [1966.52] IHS main loop, iteration 231: LB = -1048575, UB = 0
2291.39/2306.45	c [1969.69] IHS main loop, iteration 232: LB = -1048575, UB = 0
2291.39/2306.45	c [1971.50] IHS main loop, iteration 233: LB = -1048575, UB = 0
2291.39/2306.45	c [1985.64] IHS main loop, iteration 234: LB = -1048575, UB = 0
2291.39/2306.45	c [1989.52] IHS main loop, iteration 235: LB = -1048575, UB = 0
2291.39/2306.45	c [2003.32] IHS main loop, iteration 236: LB = -1048575, UB = 0
2291.39/2306.45	c [2010.39] IHS main loop, iteration 237: LB = -1048575, UB = 0
2291.39/2306.45	c [2016.43] IHS main loop, iteration 238: LB = -1048575, UB = 0
2291.39/2306.45	c [2017.25] IHS main loop, iteration 239: LB = -1048575, UB = 0
2291.39/2306.45	c [2025.80] IHS main loop, iteration 240: LB = -1048575, UB = 0
2291.39/2306.45	c [2042.93] IHS main loop, iteration 241: LB = -1048575, UB = 0
2291.39/2306.45	c [2043.44] IHS main loop, iteration 242: LB = -1048575, UB = 0
2291.39/2306.45	c [2051.65] IHS main loop, iteration 243: LB = -1048575, UB = 0
2291.39/2306.45	c [2063.75] IHS main loop, iteration 244: LB = -1048575, UB = 0
2291.39/2306.45	c [2069.17] IHS main loop, iteration 245: LB = -1048575, UB = 0
2291.39/2306.45	c [2082.89] IHS main loop, iteration 246: LB = -1048575, UB = 0
2291.39/2306.45	c [2086.68] IHS main loop, iteration 247: LB = -1048575, UB = 0
2291.39/2306.45	c [2093.95] IHS main loop, iteration 248: LB = -1048575, UB = 0
2291.39/2306.45	c [2107.64] IHS main loop, iteration 249: LB = -1048575, UB = 0
2291.39/2306.45	c [2118.26] IHS main loop, iteration 250: LB = -1048575, UB = 0
2291.39/2306.45	c [2141.98] IHS main loop, iteration 251: LB = -1048575, UB = 0
2291.39/2306.45	c [2145.65] IHS main loop, iteration 252: LB = -1048575, UB = 0
2291.39/2306.45	c [2155.59] IHS main loop, iteration 253: LB = -1048575, UB = 0
2291.39/2306.45	c [2177.14] IHS main loop, iteration 254: LB = -1048575, UB = 0
2291.39/2306.45	c [2177.52] IHS main loop, iteration 255: LB = -1048575, UB = 0
2291.39/2306.45	c [2195.86] IHS main loop, iteration 256: LB = -1048575, UB = 0
2291.39/2306.45	c [2227.57] IHS main loop, iteration 257: LB = -1048575, UB = 0
2291.39/2306.45	c [2233.28] IHS main loop, iteration 258: LB = -1048575, UB = 0
2291.39/2306.45	c [2252.17] IHS main loop, iteration 259: LB = -1048575, UB = 0
2291.39/2306.45	c [2261.20] IHS main loop, iteration 260: LB = -1048575, UB = 0
2291.39/2306.45	c [2288.36] IHS main loop, iteration 261: LB = -1048575, UB = 0
3537.67/3558.34	c [2289.59] IHS main loop, iteration 262: LB = -1048575, UB = 0
3537.67/3558.34	c [2305.09] IHS main loop, iteration 263: LB = -1048575, UB = 0
3537.67/3558.34	c [2314.98] IHS main loop, iteration 264: LB = -1048575, UB = 0
3537.67/3558.34	c [2326.92] IHS main loop, iteration 265: LB = -1048575, UB = 0
3537.67/3558.34	c [2359.52] IHS main loop, iteration 266: LB = -1048575, UB = 0
3537.67/3558.34	c [2374.03] IHS main loop, iteration 267: LB = -1048575, UB = 0
3537.67/3558.34	c [2397.52] IHS main loop, iteration 268: LB = -1048575, UB = 0
3537.67/3558.34	c [2421.80] IHS main loop, iteration 269: LB = -1048575, UB = 0
3537.67/3558.34	c [2437.44] IHS main loop, iteration 270: LB = -1048575, UB = 0
3537.67/3558.34	c [2466.64] IHS main loop, iteration 271: LB = -1048575, UB = 0
3537.67/3558.34	c [2477.07] IHS main loop, iteration 272: LB = -1048575, UB = 0
3537.67/3558.34	c [2490.31] IHS main loop, iteration 273: LB = -1048575, UB = 0
3537.67/3558.34	c [2502.57] IHS main loop, iteration 274: LB = -1048575, UB = 0
3537.67/3558.34	c [2517.17] IHS main loop, iteration 275: LB = -1048575, UB = 0
3537.67/3558.34	c [2540.75] IHS main loop, iteration 276: LB = -1048575, UB = 0
3537.67/3558.34	c [2557.25] IHS main loop, iteration 277: LB = -1048575, UB = 0
3537.67/3558.34	c [2566.52] IHS main loop, iteration 278: LB = -1048575, UB = 0
3537.67/3558.34	c [2596.58] IHS main loop, iteration 279: LB = -1048575, UB = 0
3537.67/3558.34	c [2600.34] IHS main loop, iteration 280: LB = -1048575, UB = 0
3537.67/3558.34	c [2630.52] IHS main loop, iteration 281: LB = -1048575, UB = 0
3537.67/3558.34	c [2632.38] IHS main loop, iteration 282: LB = -1048575, UB = 0
3537.67/3558.34	c [2644.12] IHS main loop, iteration 283: LB = -1048575, UB = 0
3537.67/3558.34	c [2657.64] IHS main loop, iteration 284: LB = -1048575, UB = 0
3537.67/3558.34	c [2677.94] IHS main loop, iteration 285: LB = -1048575, UB = 0
3537.67/3558.34	c [2702.39] IHS main loop, iteration 286: LB = -1048575, UB = 0
3537.67/3558.34	c [2728.14] IHS main loop, iteration 287: LB = -1048575, UB = 0
3537.67/3558.34	c [2732.08] IHS main loop, iteration 288: LB = -1048575, UB = 0
3537.67/3558.34	c [2743.89] IHS main loop, iteration 289: LB = -1048575, UB = 0
3537.67/3558.34	c [2749.93] IHS main loop, iteration 290: LB = -1048575, UB = 0
3537.67/3558.34	c [2792.85] IHS main loop, iteration 291: LB = -1048575, UB = 0
3537.67/3558.34	c [2815.16] IHS main loop, iteration 292: LB = -1048575, UB = 0
3537.67/3558.34	c [2847.15] IHS main loop, iteration 293: LB = -1048575, UB = 0
3537.67/3558.34	c [2855.86] IHS main loop, iteration 294: LB = -1048575, UB = 0
3537.67/3558.34	c [2856.71] IHS main loop, iteration 295: LB = -1048575, UB = 0
3537.67/3558.34	c [2891.39] IHS main loop, iteration 296: LB = -1048575, UB = 0
3537.67/3558.34	c [2892.21] IHS main loop, iteration 297: LB = -1048575, UB = 0
3537.67/3558.34	c [2900.79] IHS main loop, iteration 298: LB = -1048575, UB = 0
3537.67/3558.34	c [2909.35] IHS main loop, iteration 299: LB = -1048575, UB = 0
3537.67/3558.34	c [2926.14] IHS main loop, iteration 300: LB = -1048575, UB = 0
3537.67/3558.34	c [2973.64] IHS main loop, iteration 301: LB = -1048575, UB = 0
3537.67/3558.34	c [2985.66] IHS main loop, iteration 302: LB = -1048575, UB = 0
3537.67/3558.34	c [3032.33] IHS main loop, iteration 303: LB = -1048575, UB = 0
3537.67/3558.34	c [3046.00] IHS main loop, iteration 304: LB = -1048575, UB = 0
3537.67/3558.34	c [3061.19] IHS main loop, iteration 305: LB = -1048575, UB = 0
3537.67/3558.34	c [3116.42] IHS main loop, iteration 306: LB = -1048575, UB = 0
3537.67/3558.34	c [3174.89] IHS main loop, iteration 307: LB = -1048575, UB = 0
3537.67/3558.34	c [3210.03] IHS main loop, iteration 308: LB = -1048575, UB = 0
3537.67/3558.34	c [3215.52] IHS main loop, iteration 309: LB = -1048575, UB = 0
3537.67/3558.34	c [3216.30] IHS main loop, iteration 310: LB = -1048575, UB = 0
3537.67/3558.34	c [3256.61] IHS main loop, iteration 311: LB = -1048575, UB = 0
3537.67/3558.34	c [3277.63] IHS main loop, iteration 312: LB = -1048575, UB = 0
3537.67/3558.34	c [3320.00] IHS main loop, iteration 313: LB = -1048575, UB = 0
3537.67/3558.34	c [3329.27] IHS main loop, iteration 314: LB = -1048575, UB = 0
3537.67/3558.34	c [3338.07] IHS main loop, iteration 315: LB = -1048575, UB = 0
3537.67/3558.34	c [3377.13] IHS main loop, iteration 316: LB = -1048575, UB = 0
3537.67/3558.34	c [3399.42] IHS main loop, iteration 317: LB = -1048575, UB = 0
3537.67/3558.34	c [3411.10] IHS main loop, iteration 318: LB = -1048575, UB = 0
3537.67/3558.34	c [3420.56] IHS main loop, iteration 319: LB = -1048575, UB = 0
3537.67/3558.34	c [3432.18] IHS main loop, iteration 320: LB = -1048575, UB = 0
3537.67/3558.34	c [3476.75] IHS main loop, iteration 321: LB = -1048575, UB = 0
3537.67/3558.34	c [3500.95] IHS main loop, iteration 322: LB = -1048575, UB = 0
3537.67/3558.34	c [3507.33] IHS main loop, iteration 323: LB = -1048575, UB = 0
3537.67/3558.34	c [3508.74] IHS main loop, iteration 324: LB = -1048575, UB = 0
3537.67/3558.34	c [3533.07] IHS ma

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.3 (svn: 5215) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4805569-1782828974/watcher-4805569-1782828974 -o /tmp/evaluation-result-4805569-1782828974/solver-4805569-1782828974 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4805569-1782828974/vars-4805569-1782828974 --bin-var /tmp/runsolver-exch-nodeE005-1782828966-2379000 --watchdog 3760 --file-size-limit 100000 ./hitpbo HOME/instance-4805569-1782828974.opb --proof-compatible --prooffile PROOFDIR/proof-4805569-1782828974 

running on 4 cores: 8-11

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

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

CPU governors:
  performance: 8-11

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (103691 MiB free)
  node 1: cores 8-15, 129019 MiB (103920 MiB free)
  node 2: cores 16-23, 128973 MiB (113719 MiB free)
  node 3: cores 24-31, 129003 MiB (110985 MiB free)
  node 4: cores 32-39, 129019 MiB (108637 MiB free)
  node 5: cores 40-47, 129019 MiB (111518 MiB free)
  node 6: cores 48-55, 129019 MiB (113517 MiB free)
  node 7: cores 56-63, 128474 MiB (101950 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=2379995, runsolver pid=2379992
Starting watchdog thread
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 5.59 4.39 4.70 16/881 2380002
/proc/meminfo: memFree=888729092/1055320704 swapFree=33554428/33554428
[pid=2379995] ppid=2379992 vsize=201140 memory=26216 CPUtime=0.09 cores=8-11
/proc/2379995/stat : 2379995 (hitpbo) R 2379992 2379995 2378988 0 -1 4194304 1605 0 0 0 9 0 0 0 20 0 2 0 216185415 205967360 6437 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 0 0 0 17 8 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
/proc/2379995/statm: 50285 6554 4975 1194 0 15610 0
[pid=2379995/tid=2380002] ppid=2379992 vsize=201140 memory=5895516205 CPUtime=0 cores=8-11
/proc/2379995/task/2380002/stat : 2380002 (hitpbo) S 2379992 2379995 2378988 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 216185417 205967360 6437 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 1 0 0 -1 10 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 201140 KiB
Current children cumulated memory: 26216 KiB

[startup+0.213104 s]*
/proc/loadavg: 5.59 4.39 4.70 15/882 2380010
/proc/meminfo: memFree=888710504/1055320704 swapFree=33554428/33554428
[pid=2379995] ppid=2379992 vsize=201404 memory=26500 CPUtime=0.2 cores=8-11
/proc/2379995/stat : 2379995 (hitpbo) R 2379992 2379995 2378988 0 -1 4194304 1676 0 0 0 20 0 0 0 20 0 2 0 216185415 206237696 6437 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 0 0 0 17 8 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
/proc/2379995/statm: 50351 6625 4975 1194 0 15676 0
[pid=2379995/tid=2380002] ppid=2379992 vsize=201404 memory=8029366186727859728 CPUtime=0 cores=8-11
/proc/2379995/task/2380002/stat : 2380002 (hitpbo) S 2379992 2379995 2378988 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 216185417 206237696 6437 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 1 0 0 -1 10 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 201404 KiB
Current children cumulated memory: 26500 KiB

[startup+0.311788 s]*
/proc/loadavg: 5.59 4.39 4.70 15/879 2380010
/proc/meminfo: memFree=888689124/1055320704 swapFree=33554428/33554428
[pid=2379995] ppid=2379992 vsize=201404 memory=26512 CPUtime=0.29 cores=8-11
/proc/2379995/stat : 2379995 (hitpbo) R 2379992 2379995 2378988 0 -1 4194304 1679 0 0 0 29 0 0 0 20 0 2 0 216185415 206237696 6437 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 0 0 0 17 8 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
/proc/2379995/statm: 50351 6628 4975 1194 0 15676 0
[pid=2379995/tid=2380002] ppid=2379992 vsize=201404 memory=3184097923301336704 CPUtime=0 cores=8-11
/proc/2379995/task/2380002/stat : 2380002 (hitpbo) S 2379992 2379995 2378988 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 216185417 206237696 6437 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 1 0 0 -1 10 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 201404 KiB
Current children cumulated memory: 26512 KiB

[startup+0.700112 s]
/proc/loadavg: 5.59 4.39 4.70 15/882 2380019
/proc/meminfo: memFree=888653320/1055320704 swapFree=33554428/33554428
[pid=2379995] ppid=2379992 vsize=201808 memory=26884 CPUtime=0.67 cores=8-11
/proc/2379995/stat : 2379995 (hitpbo) R 2379992 2379995 2378988 0 -1 4194304 1772 0 0 0 66 1 0 0 20 0 2 0 216185415 206651392 6565 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 0 0 0 17 8 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
/proc/2379995/statm: 50452 6721 4975 1194 0 15777 0
[pid=2379995/tid=2380002] ppid=2379992 vsize=201808 memory=5020 CPUtime=0 cores=8-11
/proc/2379995/task/2380002/stat : 2380002 (hitpbo) S 2379992 2379995 2378988 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 216185417 206651392 6565 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 1 0 0 -1 10 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 201808 KiB
Current children cumulated memory: 26884 KiB

[startup+1.50011 s]
/proc/loadavg: 5.59 4.39 4.70 14/880 2380027
/proc/meminfo: memFree=888569584/1055320704 swapFree=33554428/33554428
[pid=2379995] ppid=2379992 vsize=202336 memory=27352 CPUtime=1.47 cores=8-11
/proc/2379995/stat : 2379995 (hitpbo) R 2379992 2379995 2378988 0 -1 4194304 1889 0 0 0 146 1 0 0 20 0 2 0 216185415 207192064 6693 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 0 0 0 17 8 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
/proc/2379995/statm: 50584 6838 4975 1194 0 15909 0
[pid=2379995/tid=2380002] ppid=2379992 vsize=202336 memory=5020 CPUtime=0 cores=8-11
/proc/2379995/task/2380002/stat : 2380002 (hitpbo) S 2379992 2379995 2378988 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 216185417 207192064 6693 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 1 0 0 -1 10 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 202336 KiB
Current children cumulated memory: 27352 KiB

[startup+3.11185 s]
/proc/loadavg: 5.59 4.39 4.70 16/889 2380089
/proc/meminfo: memFree=888226344/1055320704 swapFree=33554428/33554428
[pid=2379995] ppid=2379992 vsize=203576 memory=29344 CPUtime=3.08 cores=8-11
/proc/2379995/stat : 2379995 (hitpbo) R 2379992 2379995 2378988 0 -1 4194304 3048 0 0 0 305 3 0 0 20 0 2 0 216185415 208461824 7205 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 0 0 0 17 8 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
/proc/2379995/statm: 50894 7336 5231 1194 0 16219 0
[pid=2379995/tid=2380002] ppid=2379992 vsize=203576 memory=15628 CPUtime=0 cores=8-11
/proc/2379995/task/2380002/stat : 2380002 (hitpbo) S 2379992 2379995 2378988 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 2 0 216185417 208461824 7205 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 1 0 0 -1 10 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 203576 KiB
Current children cumulated memory: 29344 KiB

[startup+6.3001 s]
/proc/loadavg: 6.42 4.58 4.77 17/897 2380153
/proc/meminfo: memFree=887598972/1055320704 swapFree=33554428/33554428
[pid=2379995] ppid=2379992 vsize=205008 memory=31056 CPUtime=6.26 cores=8-11
/proc/2379995/stat : 2379995 (hitpbo) R 2379992 2379995 2378988 0 -1 4194304 4321 0 0 0 620 6 0 0 20 0 2 0 216185415 209928192 7589 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 0 0 0 17 8 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
/proc/2379995/statm: 51252 7764 5231 1194 0 16577 0
[pid=2379995/tid=2380002] ppid=2379992 vsize=205008 memory=15628 CPUtime=0 cores=8-11
/proc/2379995/task/2380002/stat : 2380002 (hitpbo) S 2379992 2379995 2378988 0 -1 4194368 9 0 0 0 0 0 0 0 20 0 2 0 216185417 209928192 7589 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 1 0 0 -1 10 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 205008 KiB
Current children cumulated memory: 31056 KiB

[startup+12.7001 s]
/proc/loadavg: 7.19 4.77 4.83 16/892 2380211
/proc/meminfo: memFree=886296860/1055320704 swapFree=33554428/33554428
[pid=2379995] ppid=2379992 vsize=205568 memory=33368 CPUtime=12.64 cores=8-11
/proc/2379995/stat : 2379995 (hitpbo) R 2379992 2379995 2378988 0 -1 4194304 6959 0 0 0 1251 13 0 0 20 0 2 0 216185415 210501632 8229 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 0 0 0 17 8 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
/proc/2379995/statm: 51392 8342 5231 1194 0 16717 0
[pid=2379995/tid=2380002] ppid=2379992 vsize=205568 memory=18899 CPUtime=0 cores=8-11
/proc/2379995/task/2380002/stat : 2380002 (hitpbo) S 2379992 2379995 2378988 0 -1 4194368 13 0 0 0 0 0 0 0 20 0 2 0 216185417 210501632 8229 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 1 0 0 -1 10 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 205568 KiB
Current children cumulated memory: 33368 KiB

[startup+25.5001 s]
/proc/loadavg: 9.22 5.34 5.01 16/894 2380313
/proc/meminfo: memFree=884156936/1055320704 swapFree=33554428/33554428
[pid=2379995] ppid=2379992 vsize=213672 memory=42876 CPUtime=25.4 cores=8-11
/proc/2379995/stat : 2379995 (hitpbo) R 2379992 2379995 2378988 0 -1 4194304 10946 0 0 0 2523 17 0 0 20 0 2 0 216185415 218800128 10571 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 0 0 0 17 8 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
/proc/2379995/statm: 53418 10719 5471 1194 0 18743 0
[pid=2379995/tid=2380002] ppid=2379992 vsize=213672 memory=41524 CPUtime=0 cores=8-11
/proc/2379995/task/2380002/stat : 2380002 (hitpbo) S 2379992 2379995 2378988 0 -1 4194368 19 0 0 0 0 0 0 0 20 0 2 0 216185417 218800128 10571 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 1 0 0 -1 10 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 213672 KiB
Current children cumulated memory: 42876 KiB

[startup+51.1124 s]
/proc/loadavg: 11.54 6.20 5.30 17/900 2380356
/proc/meminfo: memFree=881919456/1055320704 swapFree=33554428/33554428
[pid=2379995] ppid=2379992 vsize=234544 memory=62744 CPUtime=50.7 cores=8-11
/proc/2379995/stat : 2379995 (hitpbo) R 2379992 2379995 2378988 0 -1 4194304 19924 0 0 0 5048 22 0 0 20 0 2 0 216185415 240173056 15565 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 0 0 0 17 8 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
/proc/2379995/statm: 58636 15686 5551 1194 0 23961 0
[pid=2379995/tid=2380002] ppid=2379992 vsize=234544 memory=167420 CPUtime=0 cores=8-11
/proc/2379995/task/2380002/stat : 2380002 (hitpbo) S 2379992 2379995 2378988 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 2 0 216185417 240173056 15565 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 1 0 0 -1 10 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
Current children cumulated CPU time: 50.7 s
Current children cumulated vsize: 234544 KiB
Current children cumulated memory: 62744 KiB

[startup+102.3 s]
/proc/loadavg: 14.15 7.74 5.88 17/905 2380411
/proc/meminfo: memFree=877834272/1055320704 swapFree=33554428/33554428
[pid=2379995] ppid=2379992 vsize=250432 memory=70476 CPUtime=100.66 cores=8-11
/proc/2379995/stat : 2379995 (hitpbo) R 2379992 2379995 2378988 0 -1 4194304 33792 0 0 0 10037 29 0 0 20 0 2 0 216185415 256442368 17525 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 0 0 0 17 8 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
/proc/2379995/statm: 62608 17619 5551 1194 0 27933 0
[pid=2379995/tid=2380002] ppid=2379992 vsize=250432 memory=-7447398990802476407 CPUtime=0.01 cores=8-11
/proc/2379995/task/2380002/stat : 2380002 (hitpbo) S 2379992 2379995 2378988 0 -1 4194368 31 0 0 0 0 1 0 0 20 0 2 0 216185417 256442368 17525 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 1 0 0 -1 10 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
Current children cumulated CPU time: 100.66 s
Current children cumulated vsize: 250432 KiB
Current children cumulated memory: 70476 KiB

[startup+162.3 s]
/proc/loadavg: 15.98 9.42 6.57 17/907 2380414
/proc/meminfo: memFree=872682776/1055320704 swapFree=33554428/33554428
[pid=2379995] ppid=2379992 vsize=251372 memory=71912 CPUtime=160.17 cores=8-11
/proc/2379995/stat : 2379995 (hitpbo) R 2379992 2379995 2378988 0 -1 4194304 46683 0 0 0 15977 40 0 0 20 0 2 0 216185415 257404928 17909 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 0 0 0 17 8 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
/proc/2379995/statm: 62843 17978 5567 1194 0 28168 0
[pid=2379995/tid=2380002] ppid=2379992 vsize=251372 memory=71032 CPUtime=0.02 cores=8-11
/proc/2379995/task/2380002/stat : 2380002 (hitpbo) S 2379992 2379995 2378988 0 -1 4194368 36 0 0 0 0 2 0 0 20 0 2 0 216185417 257404928 17909 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 1 0 0 -1 10 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
Current children cumulated CPU time: 160.17 s

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

/proc/meminfo: memFree=759785144/1055320704 swapFree=33554428/33554428
[pid=2379995] ppid=2379992 vsize=330352 memory=158476 CPUtime=2964.23 cores=8-11
/proc/2379995/stat : 2379995 (hitpbo) R 2379992 2379995 2378988 0 -1 4194304 210563 0 0 0 296025 398 0 0 20 0 2 0 216185415 338280448 39511 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 0 0 0 17 8 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
/proc/2379995/statm: 82588 39619 5727 1194 0 47913 0
[pid=2379995/tid=2380002] ppid=2379992 vsize=330352 memory=158476 CPUtime=0.67 cores=8-11
/proc/2379995/task/2380002/stat : 2380002 (hitpbo) S 2379992 2379995 2378988 0 -1 4194368 77 0 0 0 21 46 0 0 20 0 2 0 216185417 338280448 39511 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 1 0 0 -1 10 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
Current children cumulated CPU time: 2964.23 s
Current children cumulated vsize: 330352 KiB
Current children cumulated memory: 158476 KiB

[startup+3042.3 s]
/proc/loadavg: 16.01 16.07 15.75 17/903 2380950
/proc/meminfo: memFree=756902104/1055320704 swapFree=33554428/33554428
[pid=2379995] ppid=2379992 vsize=330496 memory=158592 CPUtime=3023.97 cores=8-11
/proc/2379995/stat : 2379995 (hitpbo) R 2379992 2379995 2378988 0 -1 4194304 211069 0 0 0 301992 405 0 0 20 0 2 0 216185415 338427904 39511 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 0 0 0 17 8 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
/proc/2379995/statm: 82624 39648 5727 1194 0 47949 0
[pid=2379995/tid=2380002] ppid=2379992 vsize=330496 memory=158592 CPUtime=0.69 cores=8-11
/proc/2379995/task/2380002/stat : 2380002 (hitpbo) S 2379992 2379995 2378988 0 -1 4194368 77 0 0 0 23 46 0 0 20 0 2 0 216185417 338427904 39511 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 1 0 0 -1 10 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
Current children cumulated CPU time: 3023.97 s
Current children cumulated vsize: 330496 KiB
Current children cumulated memory: 158592 KiB

[startup+3102.3 s]
/proc/loadavg: 16.00 16.05 15.77 17/902 2380951
/proc/meminfo: memFree=754403640/1055320704 swapFree=33554428/33554428
[pid=2379995] ppid=2379992 vsize=330936 memory=159088 CPUtime=3083.72 cores=8-11
/proc/2379995/stat : 2379995 (hitpbo) R 2379992 2379995 2378988 0 -1 4194304 211560 0 0 0 307962 410 0 0 20 0 2 0 216185415 338878464 39639 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 0 0 0 17 8 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
/proc/2379995/statm: 82734 39772 5727 1194 0 48059 0
[pid=2379995/tid=2380002] ppid=2379992 vsize=330936 memory=159088 CPUtime=0.71 cores=8-11
/proc/2379995/task/2380002/stat : 2380002 (hitpbo) S 2379992 2379995 2378988 0 -1 4194368 77 0 0 0 25 46 0 0 20 0 2 0 216185417 338878464 39639 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 1 0 0 -1 10 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
Current children cumulated CPU time: 3083.72 s
Current children cumulated vsize: 330936 KiB
Current children cumulated memory: 159088 KiB

[startup+3162.3 s]
/proc/loadavg: 16.39 16.14 15.82 17/900 2380952
/proc/meminfo: memFree=751865788/1055320704 swapFree=33554428/33554428
[pid=2379995] ppid=2379992 vsize=331724 memory=161896 CPUtime=3143.44 cores=8-11
/proc/2379995/stat : 2379995 (hitpbo) R 2379992 2379995 2378988 0 -1 4194304 212086 0 0 0 313925 419 0 0 20 0 2 0 216185415 339685376 40316 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 0 0 0 17 8 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
/proc/2379995/statm: 82931 40474 5727 1194 0 48256 0
[pid=2379995/tid=2380002] ppid=2379992 vsize=331724 memory=161136 CPUtime=0.72 cores=8-11
/proc/2379995/task/2380002/stat : 2380002 (hitpbo) S 2379992 2379995 2378988 0 -1 4194368 77 0 0 0 26 46 0 0 20 0 2 0 216185417 339685376 40316 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 1 0 0 -1 10 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
Current children cumulated CPU time: 3143.44 s
Current children cumulated vsize: 331724 KiB
Current children cumulated memory: 161896 KiB

[startup+3222.3 s]
/proc/loadavg: 16.54 16.25 15.88 18/899 2380956
/proc/meminfo: memFree=749283400/1055320704 swapFree=33554428/33554428
[pid=2379995] ppid=2379992 vsize=333476 memory=165664 CPUtime=3203.17 cores=8-11
/proc/2379995/stat : 2379995 (hitpbo) R 2379992 2379995 2378988 0 -1 4194304 212732 0 0 0 319894 423 0 0 20 0 2 0 216185415 341479424 41274 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 0 0 0 17 8 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
/proc/2379995/statm: 83369 41416 5727 1194 0 48694 0
[pid=2379995/tid=2380002] ppid=2379992 vsize=333476 memory=165664 CPUtime=0.73 cores=8-11
/proc/2379995/task/2380002/stat : 2380002 (hitpbo) S 2379992 2379995 2378988 0 -1 4194368 77 0 0 0 27 46 0 0 20 0 2 0 216185417 341479424 41274 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 1 0 0 -1 10 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
Current children cumulated CPU time: 3203.17 s
Current children cumulated vsize: 333476 KiB
Current children cumulated memory: 165664 KiB

[startup+3282.3 s]
/proc/loadavg: 16.28 16.22 15.89 17/900 2380963
/proc/meminfo: memFree=746507960/1055320704 swapFree=33554428/33554428
[pid=2379995] ppid=2379992 vsize=333908 memory=166192 CPUtime=3262.93 cores=8-11
/proc/2379995/stat : 2379995 (hitpbo) R 2379992 2379995 2378988 0 -1 4194304 212875 0 0 0 325860 433 0 0 20 0 2 0 216185415 341921792 41402 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 0 0 0 17 8 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
/proc/2379995/statm: 83477 41548 5727 1194 0 48802 0
[pid=2379995/tid=2380002] ppid=2379992 vsize=333908 memory=15628 CPUtime=0.75 cores=8-11
/proc/2379995/task/2380002/stat : 2380002 (hitpbo) S 2379992 2379995 2378988 0 -1 4194368 77 0 0 0 28 47 0 0 20 0 2 0 216185417 341921792 41402 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 1 0 0 -1 10 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
Current children cumulated CPU time: 3262.93 s
Current children cumulated vsize: 333908 KiB
Current children cumulated memory: 166192 KiB

[startup+3342.3 s]
/proc/loadavg: 17.42 16.56 16.03 17/903 2380967
/proc/meminfo: memFree=743978592/1055320704 swapFree=33554428/33554428
[pid=2379995] ppid=2379992 vsize=333908 memory=166192 CPUtime=3322.65 cores=8-11
/proc/2379995/stat : 2379995 (hitpbo) R 2379992 2379995 2378988 0 -1 4194304 212876 0 0 0 331827 438 0 0 20 0 2 0 216185415 341921792 41402 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 0 0 0 17 8 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
/proc/2379995/statm: 83477 41548 5727 1194 0 48802 0
[pid=2379995/tid=2380002] ppid=2379992 vsize=333908 memory=166192 CPUtime=0.76 cores=8-11
/proc/2379995/task/2380002/stat : 2380002 (hitpbo) S 2379992 2379995 2378988 0 -1 4194368 77 0 0 0 28 48 0 0 20 0 2 0 216185417 341921792 41402 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 1 0 0 -1 10 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
Current children cumulated CPU time: 3322.65 s
Current children cumulated vsize: 333908 KiB
Current children cumulated memory: 166192 KiB

[startup+3402.3 s]
/proc/loadavg: 17.26 16.68 16.11 17/906 2380975
/proc/meminfo: memFree=741157440/1055320704 swapFree=33554428/33554428
[pid=2379995] ppid=2379992 vsize=334188 memory=166336 CPUtime=3382.38 cores=8-11
/proc/2379995/stat : 2379995 (hitpbo) R 2379992 2379995 2378988 0 -1 4194304 212933 0 0 0 337791 447 0 0 20 0 2 0 216185415 342208512 41402 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 0 0 0 17 8 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
/proc/2379995/statm: 83547 41584 5727 1194 0 48872 0
[pid=2379995/tid=2380002] ppid=2379992 vsize=334188 memory=15628 CPUtime=0.77 cores=8-11
/proc/2379995/task/2380002/stat : 2380002 (hitpbo) S 2379992 2379995 2378988 0 -1 4194368 77 0 0 0 28 49 0 0 20 0 2 0 216185417 342208512 41402 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 1 0 0 -1 10 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
Current children cumulated CPU time: 3382.38 s
Current children cumulated vsize: 334188 KiB
Current children cumulated memory: 166336 KiB

[startup+3462.3 s]
/proc/loadavg: 16.49 16.57 16.11 18/906 2380976
/proc/meminfo: memFree=738878348/1055320704 swapFree=33554428/33554428
[pid=2379995] ppid=2379992 vsize=334320 memory=166536 CPUtime=3442.12 cores=8-11
/proc/2379995/stat : 2379995 (hitpbo) R 2379992 2379995 2378988 0 -1 4194304 212990 0 0 0 343759 453 0 0 20 0 2 0 216185415 342343680 41530 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 0 0 0 17 8 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
/proc/2379995/statm: 83580 41634 5727 1194 0 48905 0
[pid=2379995/tid=2380002] ppid=2379992 vsize=334320 memory=15628 CPUtime=0.79 cores=8-11
/proc/2379995/task/2380002/stat : 2380002 (hitpbo) S 2379992 2379995 2378988 0 -1 4194368 77 0 0 0 29 50 0 0 20 0 2 0 216185417 342343680 41530 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 1 0 0 -1 10 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
Current children cumulated CPU time: 3442.12 s
Current children cumulated vsize: 334320 KiB
Current children cumulated memory: 166536 KiB

[startup+3522.3 s]
/proc/loadavg: 16.23 16.48 16.10 18/904 2380978
/proc/meminfo: memFree=736168016/1055320704 swapFree=33554428/33554428
[pid=2379995] ppid=2379992 vsize=334320 memory=166600 CPUtime=3501.82 cores=8-11
/proc/2379995/stat : 2379995 (hitpbo) R 2379992 2379995 2378988 0 -1 4194304 213012 0 0 0 349721 461 0 0 20 0 2 0 216185415 342343680 41530 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 0 0 0 17 8 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
/proc/2379995/statm: 83580 41650 5727 1194 0 48905 0
[pid=2379995/tid=2380002] ppid=2379992 vsize=334320 memory=15628 CPUtime=0.8 cores=8-11
/proc/2379995/task/2380002/stat : 2380002 (hitpbo) S 2379992 2379995 2378988 0 -1 4194368 77 0 0 0 29 51 0 0 20 0 2 0 216185417 342343680 41530 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 1 0 0 -1 10 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
Current children cumulated CPU time: 3501.82 s
Current children cumulated vsize: 334320 KiB
Current children cumulated memory: 166600 KiB

[startup+3582.3 s]
/proc/loadavg: 16.08 16.39 16.09 18/900 2380979
/proc/meminfo: memFree=733472316/1055320704 swapFree=33554428/33554428
[pid=2379995] ppid=2379992 vsize=334484 memory=166760 CPUtime=3561.53 cores=8-11
/proc/2379995/stat : 2379995 (hitpbo) R 2379992 2379995 2378988 0 -1 4194304 213057 0 0 0 355684 469 0 0 20 0 2 0 216185415 342511616 41530 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 0 0 0 17 8 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
/proc/2379995/statm: 83621 41690 5727 1194 0 48946 0
[pid=2379995/tid=2380002] ppid=2379992 vsize=334484 memory=167428 CPUtime=0.82 cores=8-11
/proc/2379995/task/2380002/stat : 2380002 (hitpbo) S 2379992 2379995 2378988 0 -1 4194368 77 0 0 0 30 52 0 0 20 0 2 0 216185417 342511616 41530 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 1 0 0 -1 10 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
Current children cumulated CPU time: 3561.53 s
Current children cumulated vsize: 334484 KiB
Current children cumulated memory: 166760 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3621 s]*
/proc/loadavg: 16.04 16.34 16.09 20/896 2381189
/proc/meminfo: memFree=740481248/1055320704 swapFree=33554428/33554428
[pid=2379995] ppid=2379992 vsize=334636 memory=166904 CPUtime=3600.05 cores=8-11
/proc/2379995/stat : 2379995 (hitpbo) R 2379992 2379995 2378988 0 -1 4194304 213100 0 0 0 359532 473 0 0 20 0 2 0 216185415 342667264 41530 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 0 0 0 17 8 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
/proc/2379995/statm: 83659 41726 5727 1194 0 48984 0
[pid=2379995/tid=2380002] ppid=2379992 vsize=334636 memory=-7375341396731061631 CPUtime=0.83 cores=8-11
/proc/2379995/task/2380002/stat : 2380002 (hitpbo) S 2379992 2379995 2378988 0 -1 4194368 77 0 0 0 30 53 0 0 20 0 2 0 216185417 342667264 41530 18446744073709551615 94403784204288 94403789093277 140737251409408 0 0 0 0 4096 0 1 0 0 -1 10 0 0 0 0 0 94403790023032 94403790083634 94403798925312 140737251412181 140737251412359 140737251412359 140737251418095 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 334636 KiB
Current children cumulated memory: 166904 KiB

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

[startup+3621.05 s]
# the end of solver process 2379995 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=3595.33 s, system=4.74678 s

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3621.05
CPU time (s): 3600.07
CPU user time (s): 3595.33
CPU system time (s): 4.74678
CPU usage (%): 99.4207
Max. virtual memory (cumulated for all children) (KiB): 334636
Max. memory (cumulated for all children) (KiB): 166904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.33
system time used= 4.74678
maximum resident set size= 166120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 213100
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5823464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 360564
involuntary context switches= 8681


# summary of solver processes directly reported to runsolver:
#   pid: 2379995
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3595.33
#   total CPU system time (s): 4.74678

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.1565 second user time and 36.0286 second system time

The end

Launcher Data

Begin job on nodeE005 at 2026-06-30 16:16:15
IDJOB=4805569
IDBENCH=177184
IDSOLVER=3635
FILE ID=nodeE005/4805569-1782828974
RUNJOBID= nodeE005-1782828966-2379000
SLURM_JOB_ID= 12541390
Free space on /tmp= 795872 MiB

SOLVER NAME= HitPBO-PL 2026-06-22 (cert)
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/multverif/diagcomm_greater/normalized-mult_diagcomm_opt_greater_teq_nbits_10.opb
COMMAND LINE= ./hitpbo BENCHNAME --proof-compatible --prooffile PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4805569-1782828974/watcher-4805569-1782828974 -o /tmp/evaluation-result-4805569-1782828974/solver-4805569-1782828974 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4805569-1782828974/vars-4805569-1782828974 --bin-var /tmp/runsolver-exch-nodeE005-1782828966-2379000 --watchdog 3760 --file-size-limit 100000 ./hitpbo HOME/instance-4805569-1782828974.opb --proof-compatible --prooffile PROOFDIR/proof-4805569-1782828974

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

MD5SUM BENCH= 04cf70665d2adff71755d5c35c939249
RANDOM SEED=965886494

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       1055320704 kB
MemFree:        888826516 kB
MemAvailable:   1045147632 kB
Buffers:            2348 kB
Cached:         160945976 kB
SwapCached:            0 kB
Active:          3197556 kB
Inactive:       159163464 kB
Active(anon):    2279736 kB
Inactive(anon):        0 kB
Active(file):     917820 kB
Inactive(file): 159163464 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:           2694752 kB
Writeback:            64 kB
AnonPages:       1416248 kB
Mapped:           323984 kB
Shmem:            866792 kB
KReclaimable:    1514484 kB
Slab:            2111232 kB
SReclaimable:    1514484 kB
SUnreclaim:       596748 kB
KernelStack:       14864 kB
PageTables:         9876 kB
SecPageTables:     15324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:    3549076 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      478304 kB
VmallocChunk:          0 kB
Percpu:           130304 kB
HardwareCorrupted:     0 kB
AnonHugePages:    268288 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      401860 kB
DirectMap2M:    19843072 kB
DirectMap1G:    1053818880 kB

Free space on /tmp at the end= 795488 MiB
End job on nodeE005 at 2026-06-30 17:16:36