Trace number 4795016

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)OPT2642 1789.71 1808.63

DiagnosticValue
CARDINALITY_CORES_IN_OPTIMIZER2734
CLAUSAL_CORES_IN_OPTIMIZER4225
CORES_EXTRACTED24224
CORES_IN_OPTIMIZER6959
ITERATIONS520
NB_HARDENED_HARDEN0
NB_HARDENED_RC0
PB_CORES_IN_OPTIMIZER0
SIS104
SIS_OUT_OF_BUDGET103
SIS_SAT0
SIS_UNSAT1
TIME_EXTRACT_CORES52.38
TIME_HARDEN0
TIME_OPTIMIZE177.41
TIME_RC0
TIME_SIS1544.11

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/
~walser/benchmarks/course-ass/normalized-ws97-5.opb
MD5SUM9e8345160c873e2ecbeb2fceb1264fd1
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 benchmark2642
Best CPU time to get the best result obtained on this benchmark0.01037
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables907
Total number of constraints403
Number of constraints which are clauses126
Number of constraints which are cardinality constraints (but not clauses)277
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint134
Number of terms in the objective function 748
Biggest coefficient in the objective function 240
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 33855
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 240
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 33855
Number of bits of the biggest sum of numbers16
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.09	c initialize HitPBO internal solver
0.00/0.09	c HitPBO 1.0.1, e594391-dirty compiled with g++-11.4.0
0.00/0.09	c compiled with: RoundingSat 2
0.00/0.09	c compiled with: Gurobi 12.0.2
0.00/0.09	c compiled with: SCIP 11.0.0
0.00/0.09	c compiled with: PaPILO 3.0.1.0
0.00/0.09	c compiled with: CaDiCaL 3.0.0
0.00/0.09	c >>> reading configuration
0.00/0.09	c   proof-compatible true
0.00/0.09	c   !! Proof-compatible mode enabled. This overrides some parameter values.
0.00/0.09	c   !! Disabled reduced cost fixing (--rc).
0.00/0.09	c   !! Disabled presolve (--presolve).
0.00/0.09	c   !! Disabled core simplification techniques (--cs).
0.00/0.09	c   !! Enabled plain mode in cadical (--cadical-plain).
0.00/0.09	c   !! Set exact-optimizer to "roundingsat-sh" (SIS with non-reified constraints)
0.00/0.09	c   rc false
0.00/0.09	c   ce-oracle "satsolver"
0.00/0.09	c   satsolver "cadical"
0.00/0.09	c   cadical-plain true
0.00/0.09	c   satsolver-pb-backend "roundingsat"
0.00/0.09	c   cs false
0.00/0.09	c   optimizer "gurobi"
0.00/0.09	c   exact-optimizer "roundingsat-sh"
0.00/0.09	c   sis-oracle "roundingsat"
0.00/0.09	c   presolver "papilo"
0.00/0.09	c   presolve false
0.00/0.09	c initialization complete
0.00/0.09	c 
0.00/0.09	c >>> reading input from opb file "HOME/instance-4795016-1782430906.opb"
0.00/0.09	c     instance in the solver, loading instance took 0s
0.00/0.09	c 
0.00/0.09	c  ================== start solving  ================== 
0.00/0.09	c [0.00] >>> prepare for solve
0.00/0.09	Error: invalid user locale; possible fix is to set the system environment
0.00/0.09	       variable 'LC_ALL' to a valid locale (e.g., to 'C')
0.00/0.09	c [0.00]     set up proof logging for exact optimizer
0.00/0.09	c [0.00] >>> run constraint seeding
0.00/0.09	c [0.01]     seed 521 constraints and 0 literals
5.78/5.98	c [0.01] IHS main loop, iteration 1: LB = -415, UB = 33441
5.78/5.98	c [0.01] IHS main loop, iteration 2: LB = -415, UB = 7785
5.78/5.98	c [0.02] IHS main loop, iteration 3: LB = -415, UB = 3148
5.78/5.98	c [0.03] IHS main loop, iteration 4: LB = -415, UB = 2646
5.78/5.98	c [0.04] IHS main loop, iteration 5: LB = -415, UB = 2645
5.78/5.98	c [0.20] IHS main loop, iteration 6: LB = -415, UB = 2645
5.78/5.98	c [0.21] IHS main loop, iteration 7: LB = -415, UB = 2645
5.78/5.98	c [0.22] IHS main loop, iteration 8: LB = -415, UB = 2645
5.78/5.98	c [0.24] IHS main loop, iteration 9: LB = -415, UB = 2644
5.78/5.98	c [0.25] IHS main loop, iteration 10: LB = -415, UB = 2644
5.78/5.98	c [0.40] IHS main loop, iteration 11: LB = -415, UB = 2644
5.78/5.98	c [0.42] IHS main loop, iteration 12: LB = -415, UB = 2644
5.78/5.98	c [0.43] IHS main loop, iteration 13: LB = -415, UB = 2644
5.78/5.98	c [0.45] IHS main loop, iteration 14: LB = -415, UB = 2644
5.78/5.98	c [0.47] IHS main loop, iteration 15: LB = -415, UB = 2644
5.78/5.98	c [0.70] IHS main loop, iteration 16: LB = -415, UB = 2644
5.78/5.98	c [0.72] IHS main loop, iteration 17: LB = -415, UB = 2644
5.78/5.98	c [0.74] IHS main loop, iteration 18: LB = -415, UB = 2644
5.78/5.98	c [0.76] IHS main loop, iteration 19: LB = -415, UB = 2644
5.78/5.98	c [0.78] IHS main loop, iteration 20: LB = -415, UB = 2642
5.78/5.98	c [0.99] IHS main loop, iteration 21: LB = -415, UB = 2642
5.78/5.98	c [1.01] IHS main loop, iteration 22: LB = -415, UB = 2642
5.78/5.98	c [1.04] IHS main loop, iteration 23: LB = -415, UB = 2642
5.78/5.98	c [1.07] IHS main loop, iteration 24: LB = -415, UB = 2642
5.78/5.98	c [1.09] IHS main loop, iteration 25: LB = -415, UB = 2642
5.78/5.98	c [1.32] IHS main loop, iteration 26: LB = -415, UB = 2642
5.78/5.98	c [1.34] IHS main loop, iteration 27: LB = -415, UB = 2642
5.78/5.98	c [1.37] IHS main loop, iteration 28: LB = -415, UB = 2642
5.78/5.98	c [1.40] IHS main loop, iteration 29: LB = -415, UB = 2642
5.78/5.98	c [1.43] IHS main loop, iteration 30: LB = -415, UB = 2642
5.78/5.98	c [1.71] IHS main loop, iteration 31: LB = -415, UB = 2642
5.78/5.98	c [1.75] IHS main loop, iteration 32: LB = -415, UB = 2642
5.78/5.98	c [1.78] IHS main loop, iteration 33: LB = -415, UB = 2642
5.78/5.98	c [1.81] IHS main loop, iteration 34: LB = -415, UB = 2642
5.78/5.98	c [1.85] IHS main loop, iteration 35: LB = -415, UB = 2642
5.78/5.98	c [2.13] IHS main loop, iteration 36: LB = -415, UB = 2642
5.78/5.98	c [2.17] IHS main loop, iteration 37: LB = -415, UB = 2642
5.78/5.98	c [2.21] IHS main loop, iteration 38: LB = -415, UB = 2642
5.78/5.98	c [2.26] IHS main loop, iteration 39: LB = -415, UB = 2642
5.78/5.98	c [2.31] IHS main loop, iteration 40: LB = -415, UB = 2642
5.78/5.98	c [2.55] IHS main loop, iteration 41: LB = -415, UB = 2642
5.78/5.98	c [2.60] IHS main loop, iteration 42: LB = -415, UB = 2642
5.78/5.98	c [2.65] IHS main loop, iteration 43: LB = -415, UB = 2642
5.78/5.98	c [2.70] IHS main loop, iteration 44: LB = -415, UB = 2642
5.78/5.98	c [2.76] IHS main loop, iteration 45: LB = -415, UB = 2642
5.78/5.98	c [3.08] IHS main loop, iteration 46: LB = -415, UB = 2642
5.78/5.98	c [3.14] IHS main loop, iteration 47: LB = -415, UB = 2642
5.78/5.98	c [3.20] IHS main loop, iteration 48: LB = -415, UB = 2642
5.78/5.98	c [3.26] IHS main loop, iteration 49: LB = -415, UB = 2642
5.78/5.98	c [3.32] IHS main loop, iteration 50: LB = -415, UB = 2642
5.78/5.98	c [3.69] IHS main loop, iteration 51: LB = -415, UB = 2642
5.78/5.98	c [3.74] IHS main loop, iteration 52: LB = -415, UB = 2642
5.78/5.98	c [3.79] IHS main loop, iteration 53: LB = -415, UB = 2642
5.78/5.98	c [3.85] IHS main loop, iteration 54: LB = -415, UB = 2642
5.78/5.98	c [3.90] IHS main loop, iteration 55: LB = -415, UB = 2642
5.78/5.98	c [4.16] IHS main loop, iteration 56: LB = -415, UB = 2642
5.78/5.98	c [4.22] IHS main loop, iteration 57: LB = -415, UB = 2642
5.78/5.98	c [4.28] IHS main loop, iteration 58: LB = -415, UB = 2642
5.78/5.98	c [4.33] IHS main loop, iteration 59: LB = -415, UB = 2642
5.78/5.98	c [4.40] IHS main loop, iteration 60: LB = -415, UB = 2642
5.78/5.98	c [4.63] IHS main loop, iteration 61: LB = -415, UB = 2642
5.78/5.98	c [4.69] IHS main loop, iteration 62: LB = -415, UB = 2642
5.78/5.98	c [4.75] IHS main loop, iteration 63: LB = -415, UB = 2642
5.78/5.98	c [4.83] IHS main loop, iteration 64: LB = -415, UB = 2642
5.78/5.98	c [4.90] IHS main loop, iteration 65: LB = -415, UB = 2642
5.78/5.98	c [5.24] IHS main loop, iteration 66: LB = -415, UB = 2642
5.78/5.98	c [5.32] IHS main loop, iteration 67: LB = -415, UB = 2642
5.78/5.98	c [5.39] IHS main loop, iteration 68: LB = -415, UB = 2642
5.78/5.98	c [5.47] IHS main loop, iteration 69: LB = -415, UB = 2642
5.78/5.98	c [5.55] IHS main loop, iteration 70: LB = -415, UB = 2642
21.88/22.30	c [5.94] IHS main loop, iteration 71: LB = -415, UB = 2642
21.88/22.30	c [6.03] IHS main loop, iteration 72: LB = -415, UB = 2642
21.88/22.30	c [6.10] IHS main loop, iteration 73: LB = -415, UB = 2642
21.88/22.30	c [6.18] IHS main loop, iteration 74: LB = -415, UB = 2642
21.88/22.30	c [6.27] IHS main loop, iteration 75: LB = -415, UB = 2642
21.88/22.30	c [6.61] IHS main loop, iteration 76: LB = -415, UB = 2642
21.88/22.30	c [6.69] IHS main loop, iteration 77: LB = -415, UB = 2642
21.88/22.30	c [6.77] IHS main loop, iteration 78: LB = -415, UB = 2642
21.88/22.30	c [6.85] IHS main loop, iteration 79: LB = -415, UB = 2642
21.88/22.30	c [6.95] IHS main loop, iteration 80: LB = -415, UB = 2642
21.88/22.30	c [7.28] IHS main loop, iteration 81: LB = -415, UB = 2642
21.88/22.30	c [7.38] IHS main loop, iteration 82: LB = -415, UB = 2642
21.88/22.30	c [7.47] IHS main loop, iteration 83: LB = -415, UB = 2642
21.88/22.30	c [7.57] IHS main loop, iteration 84: LB = -415, UB = 2642
21.88/22.30	c [7.68] IHS main loop, iteration 85: LB = -415, UB = 2642
21.88/22.30	c [8.11] IHS main loop, iteration 86: LB = -415, UB = 2642
21.88/22.30	c [8.21] IHS main loop, iteration 87: LB = -415, UB = 2642
21.88/22.30	c [8.34] IHS main loop, iteration 88: LB = -415, UB = 2642
21.88/22.30	c [8.46] IHS main loop, iteration 89: LB = -415, UB = 2642
21.88/22.30	c [8.58] IHS main loop, iteration 90: LB = -415, UB = 2642
21.88/22.30	c [9.07] IHS main loop, iteration 91: LB = -415, UB = 2642
21.88/22.30	c [9.19] IHS main loop, iteration 92: LB = -415, UB = 2642
21.88/22.30	c [9.32] IHS main loop, iteration 93: LB = -415, UB = 2642
21.88/22.30	c [9.46] IHS main loop, iteration 94: LB = -415, UB = 2642
21.88/22.30	c [9.59] IHS main loop, iteration 95: LB = -415, UB = 2642
21.88/22.30	c [10.10] IHS main loop, iteration 96: LB = -415, UB = 2642
21.88/22.30	c [10.23] IHS main loop, iteration 97: LB = -415, UB = 2642
21.88/22.30	c [10.38] IHS main loop, iteration 98: LB = -415, UB = 2642
21.88/22.30	c [10.52] IHS main loop, iteration 99: LB = -415, UB = 2642
21.88/22.30	c [10.67] IHS main loop, iteration 100: LB = -415, UB = 2642
21.88/22.30	c [11.15] IHS main loop, iteration 101: LB = -415, UB = 2642
21.88/22.30	c [11.31] IHS main loop, iteration 102: LB = -415, UB = 2642
21.88/22.30	c [11.46] IHS main loop, iteration 103: LB = -415, UB = 2642
21.88/22.30	c [11.61] IHS main loop, iteration 104: LB = -415, UB = 2642
21.88/22.30	c [11.76] IHS main loop, iteration 105: LB = -415, UB = 2642
21.88/22.30	c [12.26] IHS main loop, iteration 106: LB = -415, UB = 2642
21.88/22.30	c [12.42] IHS main loop, iteration 107: LB = -415, UB = 2642
21.88/22.30	c [12.57] IHS main loop, iteration 108: LB = -415, UB = 2642
21.88/22.30	c [12.72] IHS main loop, iteration 109: LB = -415, UB = 2642
21.88/22.30	c [12.88] IHS main loop, iteration 110: LB = -415, UB = 2642
21.88/22.30	c [13.49] IHS main loop, iteration 111: LB = -415, UB = 2642
21.88/22.30	c [13.67] IHS main loop, iteration 112: LB = -415, UB = 2642
21.88/22.30	c [13.83] IHS main loop, iteration 113: LB = -415, UB = 2642
21.88/22.30	c [14.01] IHS main loop, iteration 114: LB = -415, UB = 2642
21.88/22.30	c [14.18] IHS main loop, iteration 115: LB = -415, UB = 2642
21.88/22.30	c [14.90] IHS main loop, iteration 116: LB = -415, UB = 2642
21.88/22.30	c [15.08] IHS main loop, iteration 117: LB = -415, UB = 2642
21.88/22.30	c [15.26] IHS main loop, iteration 118: LB = -415, UB = 2642
21.88/22.30	c [15.44] IHS main loop, iteration 119: LB = -415, UB = 2642
21.88/22.30	c [15.63] IHS main loop, iteration 120: LB = -415, UB = 2642
21.88/22.30	c [16.37] IHS main loop, iteration 121: LB = -415, UB = 2642
21.88/22.30	c [16.54] IHS main loop, iteration 122: LB = -415, UB = 2642
21.88/22.30	c [16.73] IHS main loop, iteration 123: LB = -415, UB = 2642
21.88/22.30	c [16.90] IHS main loop, iteration 124: LB = -415, UB = 2642
21.88/22.30	c [17.09] IHS main loop, iteration 125: LB = -415, UB = 2642
21.88/22.30	c [17.72] IHS main loop, iteration 126: LB = -415, UB = 2642
21.88/22.30	c [17.92] IHS main loop, iteration 127: LB = -415, UB = 2642
21.88/22.30	c [18.10] IHS main loop, iteration 128: LB = -415, UB = 2642
21.88/22.30	c [18.30] IHS main loop, iteration 129: LB = -415, UB = 2642
21.88/22.30	c [18.51] IHS main loop, iteration 130: LB = -415, UB = 2642
21.88/22.30	c [19.26] IHS main loop, iteration 131: LB = -415, UB = 2642
21.88/22.30	c [19.48] IHS main loop, iteration 132: LB = -415, UB = 2642
21.88/22.30	c [19.68] IHS main loop, iteration 133: LB = -415, UB = 2642
21.88/22.30	c [19.90] IHS main loop, iteration 134: LB = -415, UB = 2642
21.88/22.30	c [20.10] IHS main loop, iteration 135: LB = -415, UB = 2642
21.88/22.30	c [20.73] IHS main loop, iteration 136: LB = -415, UB = 2642
21.88/22.30	c [20.95] IHS main loop, iteration 137: LB = -415, UB = 2642
21.88/22.30	c [21.17] IHS main loop, iteration 138: LB = -415, UB = 2642
53.13/53.73	c [21.40] IHS main loop, iteration 139: LB = -415, UB = 2642
53.13/53.73	c [21.62] IHS main loop, iteration 140: LB = -415, UB = 2642
53.13/53.73	c [22.35] IHS main loop, iteration 141: LB = -415, UB = 2642
53.13/53.73	c [22.58] IHS main loop, iteration 142: LB = -415, UB = 2642
53.13/53.73	c [22.79] IHS main loop, iteration 143: LB = -415, UB = 2642
53.13/53.73	c [23.03] IHS main loop, iteration 144: LB = -415, UB = 2642
53.13/53.73	c [23.26] IHS main loop, iteration 145: LB = -415, UB = 2642
53.13/53.73	c [23.99] IHS main loop, iteration 146: LB = -415, UB = 2642
53.13/53.73	c [24.25] IHS main loop, iteration 147: LB = -415, UB = 2642
53.13/53.73	c [24.46] IHS main loop, iteration 148: LB = -415, UB = 2642
53.13/53.73	c [24.69] IHS main loop, iteration 149: LB = -415, UB = 2642
53.13/53.73	c [24.90] IHS main loop, iteration 150: LB = -415, UB = 2642
53.13/53.73	c [25.69] IHS main loop, iteration 151: LB = -415, UB = 2642
53.13/53.73	c [25.89] IHS main loop, iteration 152: LB = -415, UB = 2642
53.13/53.73	c [26.13] IHS main loop, iteration 153: LB = -415, UB = 2642
53.13/53.73	c [26.37] IHS main loop, iteration 154: LB = -415, UB = 2642
53.13/53.73	c [26.58] IHS main loop, iteration 155: LB = -415, UB = 2642
53.13/53.73	c [27.44] IHS main loop, iteration 156: LB = -415, UB = 2642
53.13/53.73	c [27.65] IHS main loop, iteration 157: LB = -415, UB = 2642
53.13/53.73	c [27.89] IHS main loop, iteration 158: LB = -415, UB = 2642
53.13/53.73	c [28.14] IHS main loop, iteration 159: LB = -415, UB = 2642
53.13/53.73	c [28.38] IHS main loop, iteration 160: LB = -415, UB = 2642
53.13/53.73	c [29.26] IHS main loop, iteration 161: LB = -415, UB = 2642
53.13/53.73	c [29.50] IHS main loop, iteration 162: LB = -415, UB = 2642
53.13/53.73	c [29.76] IHS main loop, iteration 163: LB = -415, UB = 2642
53.13/53.73	c [30.02] IHS main loop, iteration 164: LB = -415, UB = 2642
53.13/53.73	c [30.26] IHS main loop, iteration 165: LB = -415, UB = 2642
53.13/53.73	c [31.26] IHS main loop, iteration 166: LB = -415, UB = 2642
53.13/53.73	c [31.52] IHS main loop, iteration 167: LB = -415, UB = 2642
53.13/53.73	c [31.76] IHS main loop, iteration 168: LB = -415, UB = 2642
53.13/53.73	c [32.01] IHS main loop, iteration 169: LB = -415, UB = 2642
53.13/53.73	c [32.26] IHS main loop, iteration 170: LB = -415, UB = 2642
53.13/53.73	c [33.22] IHS main loop, iteration 171: LB = -415, UB = 2642
53.13/53.73	c [33.48] IHS main loop, iteration 172: LB = -415, UB = 2642
53.13/53.73	c [33.72] IHS main loop, iteration 173: LB = -415, UB = 2642
53.13/53.73	c [33.99] IHS main loop, iteration 174: LB = -415, UB = 2642
53.13/53.73	c [34.26] IHS main loop, iteration 175: LB = -415, UB = 2642
53.13/53.73	c [36.03] IHS main loop, iteration 176: LB = -415, UB = 2642
53.13/53.73	c [36.33] IHS main loop, iteration 177: LB = -415, UB = 2642
53.13/53.73	c [36.61] IHS main loop, iteration 178: LB = -415, UB = 2642
53.13/53.73	c [36.87] IHS main loop, iteration 179: LB = -415, UB = 2642
53.13/53.73	c [37.15] IHS main loop, iteration 180: LB = -415, UB = 2642
53.13/53.73	c [38.88] IHS main loop, iteration 181: LB = -415, UB = 2642
53.13/53.73	c [39.14] IHS main loop, iteration 182: LB = -415, UB = 2642
53.13/53.73	c [39.44] IHS main loop, iteration 183: LB = -415, UB = 2642
53.13/53.73	c [39.72] IHS main loop, iteration 184: LB = -415, UB = 2642
53.13/53.73	c [40.02] IHS main loop, iteration 185: LB = -415, UB = 2642
53.13/53.73	c [41.79] IHS main loop, iteration 186: LB = -415, UB = 2642
53.13/53.73	c [42.08] IHS main loop, iteration 187: LB = -415, UB = 2642
53.13/53.73	c [42.35] IHS main loop, iteration 188: LB = -415, UB = 2642
53.13/53.73	c [42.64] IHS main loop, iteration 189: LB = -415, UB = 2642
53.13/53.73	c [42.96] IHS main loop, iteration 190: LB = -415, UB = 2642
53.13/53.73	c [44.44] IHS main loop, iteration 191: LB = -415, UB = 2642
53.13/53.73	c [44.76] IHS main loop, iteration 192: LB = -415, UB = 2642
53.13/53.73	c [45.07] IHS main loop, iteration 193: LB = -415, UB = 2642
53.13/53.73	c [45.39] IHS main loop, iteration 194: LB = -415, UB = 2642
53.13/53.73	c [45.70] IHS main loop, iteration 195: LB = -415, UB = 2642
53.13/53.73	c [47.50] IHS main loop, iteration 196: LB = -415, UB = 2642
53.13/53.73	c [47.79] IHS main loop, iteration 197: LB = -415, UB = 2642
53.13/53.73	c [48.11] IHS main loop, iteration 198: LB = -415, UB = 2642
53.13/53.73	c [48.41] IHS main loop, iteration 199: LB = -415, UB = 2642
53.13/53.73	c [48.74] IHS main loop, iteration 200: LB = -415, UB = 2642
53.13/53.73	c [50.63] IHS main loop, iteration 201: LB = -415, UB = 2642
53.13/53.73	c [50.95] IHS main loop, iteration 202: LB = -415, UB = 2642
53.13/53.73	c [51.25] IHS main loop, iteration 203: LB = -415, UB = 2642
53.13/53.73	c [51.57] IHS main loop, iteration 204: LB = -415, UB = 2642
53.13/53.73	c [51.89] IHS main loop, iteration 205: LB = -415, UB = 2642
114.78/115.88	c [53.80] IHS main loop, iteration 206: LB = -415, UB = 2642
114.78/115.88	c [54.12] IHS main loop, iteration 207: LB = -415, UB = 2642
114.78/115.88	c [54.45] IHS main loop, iteration 208: LB = -415, UB = 2642
114.78/115.88	c [54.78] IHS main loop, iteration 209: LB = -415, UB = 2642
114.78/115.88	c [55.12] IHS main loop, iteration 210: LB = -415, UB = 2642
114.78/115.88	c [56.93] IHS main loop, iteration 211: LB = -415, UB = 2642
114.78/115.88	c [57.28] IHS main loop, iteration 212: LB = -415, UB = 2642
114.78/115.88	c [57.62] IHS main loop, iteration 213: LB = -415, UB = 2642
114.78/115.88	c [57.98] IHS main loop, iteration 214: LB = -415, UB = 2642
114.78/115.88	c [58.34] IHS main loop, iteration 215: LB = -415, UB = 2642
114.78/115.88	c [60.36] IHS main loop, iteration 216: LB = -415, UB = 2642
114.78/115.88	c [60.72] IHS main loop, iteration 217: LB = -415, UB = 2642
114.78/115.88	c [61.06] IHS main loop, iteration 218: LB = -415, UB = 2642
114.78/115.88	c [61.43] IHS main loop, iteration 219: LB = -415, UB = 2642
114.78/115.88	c [61.78] IHS main loop, iteration 220: LB = -415, UB = 2642
114.78/115.88	c [64.23] IHS main loop, iteration 221: LB = -415, UB = 2642
114.78/115.88	c [64.63] IHS main loop, iteration 222: LB = -415, UB = 2642
114.78/115.88	c [64.97] IHS main loop, iteration 223: LB = -415, UB = 2642
114.78/115.88	c [65.34] IHS main loop, iteration 224: LB = -415, UB = 2642
114.78/115.88	c [65.68] IHS main loop, iteration 225: LB = -415, UB = 2642
114.78/115.88	c [67.99] IHS main loop, iteration 226: LB = -415, UB = 2642
114.78/115.88	c [68.36] IHS main loop, iteration 227: LB = -415, UB = 2642
114.78/115.88	c [68.75] IHS main loop, iteration 228: LB = -415, UB = 2642
114.78/115.88	c [69.12] IHS main loop, iteration 229: LB = -415, UB = 2642
114.78/115.88	c [69.54] IHS main loop, iteration 230: LB = -415, UB = 2642
114.78/115.88	c [72.45] IHS main loop, iteration 231: LB = -415, UB = 2642
114.78/115.88	c [72.87] IHS main loop, iteration 232: LB = -415, UB = 2642
114.78/115.88	c [73.25] IHS main loop, iteration 233: LB = -415, UB = 2642
114.78/115.88	c [73.62] IHS main loop, iteration 234: LB = -415, UB = 2642
114.78/115.88	c [74.00] IHS main loop, iteration 235: LB = -415, UB = 2642
114.78/115.88	c [76.72] IHS main loop, iteration 236: LB = -415, UB = 2642
114.78/115.88	c [77.14] IHS main loop, iteration 237: LB = -415, UB = 2642
114.78/115.88	c [77.53] IHS main loop, iteration 238: LB = -415, UB = 2642
114.78/115.88	c [77.93] IHS main loop, iteration 239: LB = -415, UB = 2642
114.78/115.88	c [78.30] IHS main loop, iteration 240: LB = -415, UB = 2642
114.78/115.88	c [81.53] IHS main loop, iteration 241: LB = -415, UB = 2642
114.78/115.88	c [81.93] IHS main loop, iteration 242: LB = -415, UB = 2642
114.78/115.88	c [82.33] IHS main loop, iteration 243: LB = -415, UB = 2642
114.78/115.88	c [82.75] IHS main loop, iteration 244: LB = -415, UB = 2642
114.78/115.88	c [83.17] IHS main loop, iteration 245: LB = -415, UB = 2642
114.78/115.88	c [85.94] IHS main loop, iteration 246: LB = -415, UB = 2642
114.78/115.88	c [86.36] IHS main loop, iteration 247: LB = -415, UB = 2642
114.78/115.88	c [86.79] IHS main loop, iteration 248: LB = -415, UB = 2642
114.78/115.88	c [87.21] IHS main loop, iteration 249: LB = -415, UB = 2642
114.78/115.88	c [87.61] IHS main loop, iteration 250: LB = -415, UB = 2642
114.78/115.88	c [90.93] IHS main loop, iteration 251: LB = -415, UB = 2642
114.78/115.88	c [91.32] IHS main loop, iteration 252: LB = -415, UB = 2642
114.78/115.88	c [91.72] IHS main loop, iteration 253: LB = -415, UB = 2642
114.78/115.88	c [92.15] IHS main loop, iteration 254: LB = -415, UB = 2642
114.78/115.88	c [92.59] IHS main loop, iteration 255: LB = -415, UB = 2642
114.78/115.88	c [95.20] IHS main loop, iteration 256: LB = -415, UB = 2642
114.78/115.88	c [95.58] IHS main loop, iteration 257: LB = -415, UB = 2642
114.78/115.88	c [96.00] IHS main loop, iteration 258: LB = -415, UB = 2642
114.78/115.88	c [96.43] IHS main loop, iteration 259: LB = -415, UB = 2642
114.78/115.88	c [96.86] IHS main loop, iteration 260: LB = -415, UB = 2642
114.78/115.88	c [100.54] IHS main loop, iteration 261: LB = -415, UB = 2642
114.78/115.88	c [100.98] IHS main loop, iteration 262: LB = -415, UB = 2642
114.78/115.88	c [101.37] IHS main loop, iteration 263: LB = -415, UB = 2642
114.78/115.88	c [101.82] IHS main loop, iteration 264: LB = -415, UB = 2642
114.78/115.88	c [102.24] IHS main loop, iteration 265: LB = -415, UB = 2642
114.78/115.88	c [106.03] IHS main loop, iteration 266: LB = -415, UB = 2642
114.78/115.88	c [106.46] IHS main loop, iteration 267: LB = -415, UB = 2642
114.78/115.88	c [106.92] IHS main loop, iteration 268: LB = -415, UB = 2642
114.78/115.88	c [107.37] IHS main loop, iteration 269: LB = -415, UB = 2642
114.78/115.88	c [107.86] IHS main loop, iteration 270: LB = -415, UB = 2642
114.78/115.88	c [112.09] IHS main loop, iteration 271: LB = -415, UB = 2642
114.78/115.88	c [112.60] IHS main loop, iteration 272: LB = -415, UB = 2642
230.67/232.43	c [113.03] IHS main loop, iteration 273: LB = -415, UB = 2642
230.67/232.43	c [113.50] IHS main loop, iteration 274: LB = -415, UB = 2642
230.67/232.43	c [113.93] IHS main loop, iteration 275: LB = -415, UB = 2642
230.67/232.43	c [117.89] IHS main loop, iteration 276: LB = -415, UB = 2642
230.67/232.43	c [118.37] IHS main loop, iteration 277: LB = -415, UB = 2642
230.67/232.43	c [118.84] IHS main loop, iteration 278: LB = -415, UB = 2642
230.67/232.43	c [119.35] IHS main loop, iteration 279: LB = -415, UB = 2642
230.67/232.43	c [119.82] IHS main loop, iteration 280: LB = -415, UB = 2642
230.67/232.43	c [124.11] IHS main loop, iteration 281: LB = -415, UB = 2642
230.67/232.43	c [124.56] IHS main loop, iteration 282: LB = -415, UB = 2642
230.67/232.43	c [125.02] IHS main loop, iteration 283: LB = -415, UB = 2642
230.67/232.43	c [125.51] IHS main loop, iteration 284: LB = -415, UB = 2642
230.67/232.43	c [126.00] IHS main loop, iteration 285: LB = -415, UB = 2642
230.67/232.43	c [130.06] IHS main loop, iteration 286: LB = -415, UB = 2642
230.67/232.43	c [130.56] IHS main loop, iteration 287: LB = -415, UB = 2642
230.67/232.43	c [131.04] IHS main loop, iteration 288: LB = -415, UB = 2642
230.67/232.43	c [131.51] IHS main loop, iteration 289: LB = -415, UB = 2642
230.67/232.43	c [132.01] IHS main loop, iteration 290: LB = -415, UB = 2642
230.67/232.43	c [138.06] IHS main loop, iteration 291: LB = -415, UB = 2642
230.67/232.43	c [138.61] IHS main loop, iteration 292: LB = -415, UB = 2642
230.67/232.43	c [139.10] IHS main loop, iteration 293: LB = -415, UB = 2642
230.67/232.43	c [139.58] IHS main loop, iteration 294: LB = -415, UB = 2642
230.67/232.43	c [140.08] IHS main loop, iteration 295: LB = -415, UB = 2642
230.67/232.43	c [146.86] IHS main loop, iteration 296: LB = -415, UB = 2642
230.67/232.43	c [147.37] IHS main loop, iteration 297: LB = -415, UB = 2642
230.67/232.43	c [147.89] IHS main loop, iteration 298: LB = -415, UB = 2642
230.67/232.43	c [148.38] IHS main loop, iteration 299: LB = -415, UB = 2642
230.67/232.43	c [148.86] IHS main loop, iteration 300: LB = -415, UB = 2642
230.67/232.43	c [155.21] IHS main loop, iteration 301: LB = -415, UB = 2642
230.67/232.43	c [155.72] IHS main loop, iteration 302: LB = -415, UB = 2642
230.67/232.43	c [156.30] IHS main loop, iteration 303: LB = -415, UB = 2642
230.67/232.43	c [156.78] IHS main loop, iteration 304: LB = -415, UB = 2642
230.67/232.43	c [157.29] IHS main loop, iteration 305: LB = -415, UB = 2642
230.67/232.43	c [164.28] IHS main loop, iteration 306: LB = -415, UB = 2642
230.67/232.43	c [164.80] IHS main loop, iteration 307: LB = -415, UB = 2642
230.67/232.43	c [165.33] IHS main loop, iteration 308: LB = -415, UB = 2642
230.67/232.43	c [165.83] IHS main loop, iteration 309: LB = -415, UB = 2642
230.67/232.43	c [166.32] IHS main loop, iteration 310: LB = -415, UB = 2642
230.67/232.43	c [173.42] IHS main loop, iteration 311: LB = -415, UB = 2642
230.67/232.43	c [173.97] IHS main loop, iteration 312: LB = -415, UB = 2642
230.67/232.43	c [174.48] IHS main loop, iteration 313: LB = -415, UB = 2642
230.67/232.43	c [174.97] IHS main loop, iteration 314: LB = -415, UB = 2642
230.67/232.43	c [175.51] IHS main loop, iteration 315: LB = -415, UB = 2642
230.67/232.43	c [182.26] IHS main loop, iteration 316: LB = -415, UB = 2642
230.67/232.43	c [182.77] IHS main loop, iteration 317: LB = -415, UB = 2642
230.67/232.43	c [183.31] IHS main loop, iteration 318: LB = -415, UB = 2642
230.67/232.43	c [183.82] IHS main loop, iteration 319: LB = -415, UB = 2642
230.67/232.43	c [184.38] IHS main loop, iteration 320: LB = -415, UB = 2642
230.67/232.43	c [191.13] IHS main loop, iteration 321: LB = -415, UB = 2642
230.67/232.43	c [191.67] IHS main loop, iteration 322: LB = -415, UB = 2642
230.67/232.43	c [192.26] IHS main loop, iteration 323: LB = -415, UB = 2642
230.67/232.43	c [192.77] IHS main loop, iteration 324: LB = -415, UB = 2642
230.67/232.43	c [193.34] IHS main loop, iteration 325: LB = -415, UB = 2642
230.67/232.43	c [203.07] IHS main loop, iteration 326: LB = -415, UB = 2642
230.67/232.43	c [203.62] IHS main loop, iteration 327: LB = -415, UB = 2642
230.67/232.43	c [204.16] IHS main loop, iteration 328: LB = -415, UB = 2642
230.67/232.43	c [204.71] IHS main loop, iteration 329: LB = -415, UB = 2642
230.67/232.43	c [205.26] IHS main loop, iteration 330: LB = -415, UB = 2642
230.67/232.43	c [215.39] IHS main loop, iteration 331: LB = -415, UB = 2642
230.67/232.43	c [216.01] IHS main loop, iteration 332: LB = -415, UB = 2642
230.67/232.43	c [216.53] IHS main loop, iteration 333: LB = -415, UB = 2642
230.67/232.43	c [217.10] IHS main loop, iteration 334: LB = -415, UB = 2642
230.67/232.43	c [217.64] IHS main loop, iteration 335: LB = -415, UB = 2642
230.67/232.43	c [225.87] IHS main loop, iteration 336: LB = -415, UB = 2642
230.67/232.43	c [226.56] IHS main loop, iteration 337: LB = -415, UB = 2642
230.67/232.43	c [227.10] IHS main loop, iteration 338: LB = -415, UB = 2642
463.35/467.32	c [227.69] IHS main loop, iteration 339: LB = -415, UB = 2642
463.35/467.32	c [228.26] IHS main loop, iteration 340: LB = -415, UB = 2642
463.35/467.32	c [237.01] IHS main loop, iteration 341: LB = -415, UB = 2642
463.35/467.32	c [237.56] IHS main loop, iteration 342: LB = -415, UB = 2642
463.35/467.32	c [238.15] IHS main loop, iteration 343: LB = -415, UB = 2642
463.35/467.32	c [238.79] IHS main loop, iteration 344: LB = -415, UB = 2642
463.35/467.32	c [239.36] IHS main loop, iteration 345: LB = -415, UB = 2642
463.35/467.32	c [250.53] IHS main loop, iteration 346: LB = -415, UB = 2642
463.35/467.32	c [251.12] IHS main loop, iteration 347: LB = -415, UB = 2642
463.35/467.32	c [251.66] IHS main loop, iteration 348: LB = -415, UB = 2642
463.35/467.32	c [252.32] IHS main loop, iteration 349: LB = -415, UB = 2642
463.35/467.32	c [252.88] IHS main loop, iteration 350: LB = -415, UB = 2642
463.35/467.32	c [262.61] IHS main loop, iteration 351: LB = -415, UB = 2642
463.35/467.32	c [263.22] IHS main loop, iteration 352: LB = -415, UB = 2642
463.35/467.32	c [263.87] IHS main loop, iteration 353: LB = -415, UB = 2642
463.35/467.32	c [264.44] IHS main loop, iteration 354: LB = -415, UB = 2642
463.35/467.32	c [265.06] IHS main loop, iteration 355: LB = -415, UB = 2642
463.35/467.32	c [276.28] IHS main loop, iteration 356: LB = -415, UB = 2642
463.35/467.32	c [276.88] IHS main loop, iteration 357: LB = -415, UB = 2642
463.35/467.32	c [277.48] IHS main loop, iteration 358: LB = -415, UB = 2642
463.35/467.32	c [278.09] IHS main loop, iteration 359: LB = -415, UB = 2642
463.35/467.32	c [278.80] IHS main loop, iteration 360: LB = -415, UB = 2642
463.35/467.32	c [290.41] IHS main loop, iteration 361: LB = -415, UB = 2642
463.35/467.32	c [291.02] IHS main loop, iteration 362: LB = -415, UB = 2642
463.35/467.32	c [291.61] IHS main loop, iteration 363: LB = -415, UB = 2642
463.35/467.32	c [292.20] IHS main loop, iteration 364: LB = -415, UB = 2642
463.35/467.32	c [292.84] IHS main loop, iteration 365: LB = -415, UB = 2642
463.35/467.32	c [307.44] IHS main loop, iteration 366: LB = -415, UB = 2642
463.35/467.32	c [308.18] IHS main loop, iteration 367: LB = -415, UB = 2642
463.35/467.32	c [308.84] IHS main loop, iteration 368: LB = -415, UB = 2642
463.35/467.32	c [309.48] IHS main loop, iteration 369: LB = -415, UB = 2642
463.35/467.32	c [310.10] IHS main loop, iteration 370: LB = -415, UB = 2642
463.35/467.32	c [324.88] IHS main loop, iteration 371: LB = -415, UB = 2642
463.35/467.32	c [325.52] IHS main loop, iteration 372: LB = -415, UB = 2642
463.35/467.32	c [326.16] IHS main loop, iteration 373: LB = -415, UB = 2642
463.35/467.32	c [326.85] IHS main loop, iteration 374: LB = -415, UB = 2642
463.35/467.32	c [327.54] IHS main loop, iteration 375: LB = -415, UB = 2642
463.35/467.32	c [340.98] IHS main loop, iteration 376: LB = -415, UB = 2642
463.35/467.32	c [341.69] IHS main loop, iteration 377: LB = -415, UB = 2642
463.35/467.32	c [342.42] IHS main loop, iteration 378: LB = -415, UB = 2642
463.35/467.32	c [343.10] IHS main loop, iteration 379: LB = -415, UB = 2642
463.35/467.32	c [343.74] IHS main loop, iteration 380: LB = -415, UB = 2642
463.35/467.32	c [363.04] IHS main loop, iteration 381: LB = -415, UB = 2642
463.35/467.32	c [363.67] IHS main loop, iteration 382: LB = -415, UB = 2642
463.35/467.32	c [364.46] IHS main loop, iteration 383: LB = -415, UB = 2642
463.35/467.32	c [365.09] IHS main loop, iteration 384: LB = -415, UB = 2642
463.35/467.32	c [365.73] IHS main loop, iteration 385: LB = -415, UB = 2642
463.35/467.32	c [382.34] IHS main loop, iteration 386: LB = -415, UB = 2642
463.35/467.32	c [382.98] IHS main loop, iteration 387: LB = -415, UB = 2642
463.35/467.32	c [383.62] IHS main loop, iteration 388: LB = -415, UB = 2642
463.35/467.32	c [384.23] IHS main loop, iteration 389: LB = -415, UB = 2642
463.35/467.32	c [384.90] IHS main loop, iteration 390: LB = -415, UB = 2642
463.35/467.32	c [409.71] IHS main loop, iteration 391: LB = -415, UB = 2642
463.35/467.32	c [410.37] IHS main loop, iteration 392: LB = -415, UB = 2642
463.35/467.32	c [411.02] IHS main loop, iteration 393: LB = -415, UB = 2642
463.35/467.32	c [411.68] IHS main loop, iteration 394: LB = -415, UB = 2642
463.35/467.32	c [412.37] IHS main loop, iteration 395: LB = -415, UB = 2642
463.35/467.32	c [436.92] IHS main loop, iteration 396: LB = -415, UB = 2642
463.35/467.32	c [437.56] IHS main loop, iteration 397: LB = -415, UB = 2642
463.35/467.32	c [438.30] IHS main loop, iteration 398: LB = -415, UB = 2642
463.35/467.32	c [438.94] IHS main loop, iteration 399: LB = -415, UB = 2642
463.35/467.32	c [439.69] IHS main loop, iteration 400: LB = -415, UB = 2642
463.35/467.32	c [455.44] IHS main loop, iteration 401: LB = -415, UB = 2642
463.35/467.32	c [456.12] IHS main loop, iteration 402: LB = -415, UB = 2642
463.35/467.32	c [456.77] IHS main loop, iteration 403: LB = -415, UB = 2642
463.35/467.32	c [457.57] IHS main loop, iteration 404: LB = -415, UB = 2642
1044.83/1054.07	c [458.26] IHS main loop, iteration 405: LB = -415, UB = 2642
1044.83/1054.07	c [483.62] IHS main loop, iteration 406: LB = -415, UB = 2642
1044.83/1054.07	c [484.29] IHS main loop, iteration 407: LB = -415, UB = 2642
1044.83/1054.07	c [485.00] IHS main loop, iteration 408: LB = -415, UB = 2642
1044.83/1054.07	c [485.68] IHS main loop, iteration 409: LB = -415, UB = 2642
1044.83/1054.07	c [486.36] IHS main loop, iteration 410: LB = -415, UB = 2642
1044.83/1054.07	c [511.08] IHS main loop, iteration 411: LB = -415, UB = 2642
1044.83/1054.07	c [511.81] IHS main loop, iteration 412: LB = -415, UB = 2642
1044.83/1054.07	c [512.50] IHS main loop, iteration 413: LB = -415, UB = 2642
1044.83/1054.07	c [513.21] IHS main loop, iteration 414: LB = -415, UB = 2642
1044.83/1054.07	c [513.89] IHS main loop, iteration 415: LB = -415, UB = 2642
1044.83/1054.07	c [541.36] IHS main loop, iteration 416: LB = -415, UB = 2642
1044.83/1054.07	c [542.03] IHS main loop, iteration 417: LB = -415, UB = 2642
1044.83/1054.07	c [542.84] IHS main loop, iteration 418: LB = -415, UB = 2642
1044.83/1054.07	c [543.67] IHS main loop, iteration 419: LB = -415, UB = 2642
1044.83/1054.07	c [544.51] IHS main loop, iteration 420: LB = -415, UB = 2642
1044.83/1054.07	c [573.56] IHS main loop, iteration 421: LB = -415, UB = 2642
1044.83/1054.07	c [574.25] IHS main loop, iteration 422: LB = -415, UB = 2642
1044.83/1054.07	c [575.08] IHS main loop, iteration 423: LB = -415, UB = 2642
1044.83/1054.07	c [575.81] IHS main loop, iteration 424: LB = -415, UB = 2642
1044.83/1054.07	c [576.52] IHS main loop, iteration 425: LB = -415, UB = 2642
1044.83/1054.07	c [606.29] IHS main loop, iteration 426: LB = -415, UB = 2642
1044.83/1054.07	c [607.05] IHS main loop, iteration 427: LB = -415, UB = 2642
1044.83/1054.07	c [607.89] IHS main loop, iteration 428: LB = -415, UB = 2642
1044.83/1054.07	c [608.70] IHS main loop, iteration 429: LB = -415, UB = 2642
1044.83/1054.07	c [609.44] IHS main loop, iteration 430: LB = -415, UB = 2642
1044.83/1054.07	c [650.96] IHS main loop, iteration 431: LB = -415, UB = 2642
1044.83/1054.07	c [651.75] IHS main loop, iteration 432: LB = -415, UB = 2642
1044.83/1054.07	c [652.49] IHS main loop, iteration 433: LB = -415, UB = 2642
1044.83/1054.07	c [653.32] IHS main loop, iteration 434: LB = -415, UB = 2642
1044.83/1054.07	c [654.19] IHS main loop, iteration 435: LB = -415, UB = 2642
1044.83/1054.07	c [695.14] IHS main loop, iteration 436: LB = -415, UB = 2642
1044.83/1054.07	c [695.88] IHS main loop, iteration 437: LB = -415, UB = 2642
1044.83/1054.07	c [696.62] IHS main loop, iteration 438: LB = -415, UB = 2642
1044.83/1054.07	c [697.35] IHS main loop, iteration 439: LB = -415, UB = 2642
1044.83/1054.07	c [698.08] IHS main loop, iteration 440: LB = -415, UB = 2642
1044.83/1054.07	c [746.31] IHS main loop, iteration 441: LB = -415, UB = 2642
1044.83/1054.07	c [747.06] IHS main loop, iteration 442: LB = -415, UB = 2642
1044.83/1054.07	c [747.88] IHS main loop, iteration 443: LB = -415, UB = 2642
1044.83/1054.07	c [748.68] IHS main loop, iteration 444: LB = -415, UB = 2642
1044.83/1054.07	c [749.44] IHS main loop, iteration 445: LB = -415, UB = 2642
1044.83/1054.07	c [805.13] IHS main loop, iteration 446: LB = -415, UB = 2642
1044.83/1054.07	c [805.97] IHS main loop, iteration 447: LB = -415, UB = 2642
1044.83/1054.07	c [806.80] IHS main loop, iteration 448: LB = -415, UB = 2642
1044.83/1054.07	c [807.51] IHS main loop, iteration 449: LB = -415, UB = 2642
1044.83/1054.07	c [808.32] IHS main loop, iteration 450: LB = -415, UB = 2642
1044.83/1054.07	c [851.81] IHS main loop, iteration 451: LB = -415, UB = 2642
1044.83/1054.07	c [852.56] IHS main loop, iteration 452: LB = -415, UB = 2642
1044.83/1054.07	c [853.32] IHS main loop, iteration 453: LB = -415, UB = 2642
1044.83/1054.07	c [854.06] IHS main loop, iteration 454: LB = -415, UB = 2642
1044.83/1054.07	c [855.06] IHS main loop, iteration 455: LB = -415, UB = 2642
1044.83/1054.07	c [903.07] IHS main loop, iteration 456: LB = -415, UB = 2642
1044.83/1054.07	c [903.83] IHS main loop, iteration 457: LB = -415, UB = 2642
1044.83/1054.07	c [904.65] IHS main loop, iteration 458: LB = -415, UB = 2642
1044.83/1054.07	c [905.46] IHS main loop, iteration 459: LB = -415, UB = 2642
1044.83/1054.07	c [906.35] IHS main loop, iteration 460: LB = -415, UB = 2642
1044.83/1054.07	c [965.03] IHS main loop, iteration 461: LB = -415, UB = 2642
1044.83/1054.07	c [965.77] IHS main loop, iteration 462: LB = -415, UB = 2642
1044.83/1054.07	c [966.57] IHS main loop, iteration 463: LB = -415, UB = 2642
1044.83/1054.07	c [967.41] IHS main loop, iteration 464: LB = -415, UB = 2642
1044.83/1054.07	c [968.25] IHS main loop, iteration 465: LB = -415, UB = 2642
1044.83/1054.07	c [1032.24] IHS main loop, iteration 466: LB = -415, UB = 2642
1044.83/1054.07	c [1033.05] IHS main loop, iteration 467: LB = -415, UB = 2642
1044.83/1054.07	c [1033.82] IHS main loop, iteration 468: LB = -415, UB = 2642
1044.83/1054.07	c [1034.60] IHS main loop, iteration 469: LB = -415, UB = 2642
1044.83/1054.07	c [1035.42] IHS main loop, iteration 470: LB = -415, UB = 2642
1789.61/1808.45	c [1095.88] IHS main loop, iteration 471: LB = -415, UB = 2642
1789.61/1808.45	c [1096.71] IHS main loop, iteration 472: LB = -415, UB = 2642
1789.61/1808.45	c [1097.54] IHS main loop, iteration 473: LB = -415, UB = 2642
1789.61/1808.45	c [1098.42] IHS main loop, iteration 474: LB = -415, UB = 2642
1789.61/1808.45	c [1099.25] IHS main loop, iteration 475: LB = -415, UB = 2642
1789.61/1808.45	c [1177.84] IHS main loop, iteration 476: LB = -415, UB = 2642
1789.61/1808.45	c [1178.66] IHS main loop, iteration 477: LB = -415, UB = 2642
1789.61/1808.45	c [1179.49] IHS main loop, iteration 478: LB = -415, UB = 2642
1789.61/1808.45	c [1180.29] IHS main loop, iteration 479: LB = -415, UB = 2642
1789.61/1808.45	c [1181.11] IHS main loop, iteration 480: LB = -415, UB = 2642
1789.61/1808.45	c [1267.90] IHS main loop, iteration 481: LB = -415, UB = 2642
1789.61/1808.45	c [1268.74] IHS main loop, iteration 482: LB = -415, UB = 2642
1789.61/1808.45	c [1269.69] IHS main loop, iteration 483: LB = -415, UB = 2642
1789.61/1808.45	c [1270.49] IHS main loop, iteration 484: LB = -415, UB = 2642
1789.61/1808.45	c [1271.41] IHS main loop, iteration 485: LB = -415, UB = 2642
1789.61/1808.45	c [1340.03] IHS main loop, iteration 486: LB = -415, UB = 2642
1789.61/1808.45	c [1340.88] IHS main loop, iteration 487: LB = -415, UB = 2642
1789.61/1808.45	c [1341.91] IHS main loop, iteration 488: LB = -415, UB = 2642
1789.61/1808.45	c [1342.78] IHS main loop, iteration 489: LB = -415, UB = 2642
1789.61/1808.45	c [1343.79] IHS main loop, iteration 490: LB = -415, UB = 2642
1789.61/1808.45	c [1465.24] IHS main loop, iteration 491: LB = -415, UB = 2642
1789.61/1808.45	c [1466.07] IHS main loop, iteration 492: LB = -415, UB = 2642
1789.61/1808.45	c [1466.94] IHS main loop, iteration 493: LB = -415, UB = 2642
1789.61/1808.45	c [1467.90] IHS main loop, iteration 494: LB = -415, UB = 2642
1789.61/1808.45	c [1468.76] IHS main loop, iteration 495: LB = -415, UB = 2642
1789.61/1808.45	c [1526.45] IHS main loop, iteration 496: LB = -415, UB = 2642
1789.61/1808.45	c [1527.47] IHS main loop, iteration 497: LB = -415, UB = 2642
1789.61/1808.45	c [1528.30] IHS main loop, iteration 498: LB = -415, UB = 2642
1789.61/1808.45	c [1529.19] IHS main loop, iteration 499: LB = -415, UB = 2642
1789.61/1808.45	c [1530.27] IHS main loop, iteration 500: LB = -415, UB = 2642
1789.61/1808.45	c [1593.57] IHS main loop, iteration 501: LB = -415, UB = 2642
1789.61/1808.45	c [1594.50] IHS main loop, iteration 502: LB = -415, UB = 2642
1789.61/1808.45	c [1595.33] IHS main loop, iteration 503: LB = -415, UB = 2642
1789.61/1808.45	c [1596.15] IHS main loop, iteration 504: LB = -415, UB = 2642
1789.61/1808.45	c [1597.07] IHS main loop, iteration 505: LB = -415, UB = 2642
1789.61/1808.45	c [1648.82] IHS main loop, iteration 506: LB = -415, UB = 2642
1789.61/1808.45	c [1649.82] IHS main loop, iteration 507: LB = -415, UB = 2642
1789.61/1808.45	c [1650.76] IHS main loop, iteration 508: LB = -415, UB = 2642
1789.61/1808.45	c [1651.67] IHS main loop, iteration 509: LB = -415, UB = 2642
1789.61/1808.45	c [1652.56] IHS main loop, iteration 510: LB = -415, UB = 2642
1789.61/1808.45	c [1695.81] IHS main loop, iteration 511: LB = -415, UB = 2642
1789.61/1808.45	c [1696.88] IHS main loop, iteration 512: LB = -415, UB = 2642
1789.61/1808.45	c [1697.78] IHS main loop, iteration 513: LB = -415, UB = 2642
1789.61/1808.45	c [1698.65] IHS main loop, iteration 514: LB = -415, UB = 2642
1789.61/1808.45	c [1699.62] IHS main loop, iteration 515: LB = -415, UB = 2642
1789.61/1808.45	c [1736.56] IHS main loop, iteration 516: LB = -415, UB = 2642
1789.61/1808.45	c [1737.48] IHS main loop, iteration 517: LB = -415, UB = 2642
1789.61/1808.45	c [1738.43] IHS main loop, iteration 518: LB = -415, UB = 2642
1789.61/1808.45	c [1739.34] IHS main loop, iteration 519: LB = -415, UB = 2642
1789.61/1808.45	c [1740.48] IHS main loop, iteration 520: LB = -415, UB = 2642
1789.61/1808.45	c [1774.05] LB = UB after SIS unsat
1789.61/1808.45	c  ================= finished solving ================= 
1789.61/1808.45	c
1789.61/1808.45	c instance solved in 1774.05s (optimization: 177.41s, core-extraction: 52.38s, SIS: 1544.11s)
1789.61/1808.45	c iterations: 520, LB = 2642, UB = 2642, result: Res::OPTIMAL
1789.61/1808.45	d ITERATIONS 520
1789.61/1808.45	d SIS 104
1789.61/1808.45	d SIS_SAT 0
1789.61/1808.45	d SIS_UNSAT 1
1789.61/1808.45	d SIS_OUT_OF_BUDGET 103
1789.61/1808.45	d CORES_EXTRACTED 24224
1789.61/1808.45	d CORES_IN_OPTIMIZER 6959
1789.61/1808.45	d CLAUSAL_CORES_IN_OPTIMIZER 4225
1789.61/1808.45	d CARDINALITY_CORES_IN_OPTIMIZER 2734
1789.61/1808.45	d PB_CORES_IN_OPTIMIZER 0
1789.61/1808.45	d NB_HARDENED_RC 0
1789.61/1808.45	d NB_HARDENED_HARDEN 0
1789.61/1808.45	d TIME_EXTRACT_CORES 52.38
1789.61/1808.45	d TIME_OPTIMIZE 177.41
1789.61/1808.45	d TIME_SIS 1544.11
1789.61/1808.45	d TIME_HARDEN 0.00
1789.61/1808.45	d TIME_RC 0.00
1789.61/1808.45	s OPTIMUM FOUND
1789.61/1808.45	o 2642
1789.61/1808.45	v x1 -x2 -x3 -x4 -x5 -x6 x7 -x8 x9 x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 x20 -x21 -x22 x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 x31 -x32 x33 -x34 x35 -x36 x37 -x38 x39 x40 -x41 -x42 -x43 -x44 -x45 -x46 x47 -x48 -x49 -x50 -x51 x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 x61 x62 -x63 -x64 -x65 -x66 -x67 x68 -x69 -x70 -x71 x72 x73 x74 -x75 -x76 x77 -x78 -x79 -x80 -x81 -x82 x83 x84 -x85 x86 -x87 x88 -x89 -x90 -x91 -x92 -x93 -x94 x95 -x96 x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 x105 -x106 x107 -x108 x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 x120 -x121 -x122 -x123 x124 x125 -x126 x127 x128 -x129 -x130 -x131 -x132 -x133 x134 -x135 -x136 -x137 x138 x139 -x140 -x141 -x142 -x143 x144 -x145 -x146 x147 -x148 -x149 x150 x151 x152 x153 x154 -x155 -x156 -x157 x158 -x159 -x160 -x161 -x162 -x163 x164 -x165 -x166 x167 -x168 x169 -x170 x171 x172 -x173 -x174 -x175 x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 x186 -x187 -x188 -x189 x190 -x191 -x192 -x193 -x194 -x195 -x196 x197 -x198 -x199 -x200 x201 x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 x215 -x216 -x217 -x218 x219 x220 -x221 -x222 -x223 -x224 x225 -x226 x227 x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 x236 x237 -x238 -x239 -x240 x241 -x242 x243 -x244 -x245 -x246 x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 x255 x256 x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 x266 -x267 x268 -x269 -x270 -x271 -x272 -x273 x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 x317 x318 x319 -x320 x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 x331 -x332 x333 x334 -x335 -x336 x337 -x338 -x339 -x340 -x341 -x342 -x343 x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 x355 -x356 -x357 x358 -x359 -x360 -x361 -x362 -x363 x364 x365 x366 -x367 -x368 -x369 -x370 x371 -x372 -x373 x374 -x375 -x376 -x377 x378 -x379 -x380 -x381 -x382 -x383 x384 -x385 -x386 -x387 -x388 x389 -x390 -x391 -x392 x393 -x394 x395 -x396 x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 x407 x408 -x409 -x410 -x411 -x412 -x413 x414 -x415 -x416 -x417 -x418 -x419 x420 -x421 x422 -x423 -x424 -x425 x426 x427 -x428 x429 -x430 -x431 x432 x433 x434 -x435 x436 x437 -x438 -x439 -x440 x441 -x442 -x443 -x444 -x445 -x446 -x447 x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 x456 -x457 x458 -x459 -x460 -x461 -x462 -x463 -x464 x465 -x466 -x467 x468 x469 -x470 -x471 -x472 -x473 x474 -x475 x476 -x477 x478 -x479 -x480 -x481 x482 -x483 -x484 -x485 x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 x494 -x495 x496 -x497 -x498 -x499 -x500 x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 x510 -x511 -x512 x513 -x514 -x515 -x516 -x517 -x518 x519 -x520 x521 x522 x523 x524 x525 -x526 x527 -x528 -x529 x530 x531 x532 x533 x534 x535 x536 -x537 x538 -x539 -x540 -x541 -x542 -x543 x544 -x545 -x546 x547 -x548 x549 x550 x551 x552 -x553 -x554 x555 x556 x557 -x558 -x559 -x560 -x561 x562 -x563 -x564 x565 -x566 x567 x568 -x569 -x570 -x571 -x572 x573 x574 -x575 x576 -x577 -x578 -x579 x580 -x581 -x582 -x583 x584 -x585 -x586 x587 x588 -x589 -x590 x591 -x592 -x593 -x594 -x595 x596 -x597 -x598 -x599 x600 -x601 -x602 x603 -x604 -x605 -x606 -x607 -x608 x609 -x610 -x611 -x612 x613 x614 -x615 x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 x627 -x628 x629 -x630 -x631 -x632 -x633 x634 -x635 -x636 -x637 -x638 -x639 x640 x641 -x642 x643 -x644 x645 x646 -x647 -x648 -x649 -x650 x651 x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 x660 -x661 x662 x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 x671 -x672 -x673 -x674 -x675 x676 x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 x687 x688 -x689 -x690 -x691 -x692 x693 x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 x711 -x712 x713 -x714 x715 x716 x717 -x718 x719 -x720 -x721 -x722 x723 -x724 -x725 x726 x727 -x728 -x729 -x730 x731 -x732 x733 -x734 -x735 -x736 -x737 -x738 -x739 x740 x741 x742 -x743 -x744 -x745 -x746 -x747 -x748 x749 -x750 -x751 -x752 -x753 x754 x755 x756 -x757 -x758 -x759 x760 -x761 -x762 -x763 -x764 -x765 x766 -x767 -x768 -x769 -x770 -x771 x772 x773 -x774 -x775 x776 -x777 -x778 -x779 -x780 -x781 x782 x783 x784 -x785 -x786 -x787 x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 x807 x808 x809 -x810 -x811 -x812 x813 x814 -x815 x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 x826 -x827 -x828 x829 -x830 x831 x832 -x833 x834 -x835 -x836 -x837 x838 x839 x840 -x841 -x842 x843 -x844 -x845 x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 x854 -x855 -x856 -x857 x858 -x859 -x860 -x861 x862 x863 -x864 -x865 x866 -x867 -x868 x869 x870 -x871 x872 x873 -x874 -x875 -x876 -x877 x878 x879 x880 -x881 -x882 -x883 -x884 x885 x886 x887 -x888 -x889 -x890 x891 x892 x893 -x894 -x895 x896 -x897 x898 x899 -x900 x901 -x902 x903 x904 x905 -x906 -x907 

Verifier Data

OK	2642

Checking of UNSAT/OPT proofs:

VeriPB + CakePB (PB26)

Proof couldn't be validated
Proof size: 5419603 kiB
Checker CPU time: 11012.8 seconds
Checker wall-clock time: 10926 seconds
Checker maximum virtual size: 57758760 kiB

Checker output:
Fri Jun 26 09:36:35 CEST 2026
extraparms=
-- veripb --
VeriPB commit 4545a10e3ae92a3f2c3189f97d4d7d98f3da947b
Running VeriPB version 3.0.2

thread 'main' (2582038) panicked at src/elaborator.rs:52:49:
called `Result::unwrap()` on an `Err` value: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
-- cakepb --
CakePB commit 904eed45e2cbe9ac26000475bbdd2f99bcbdaad8
CakeML heap space exhausted.
--summary--
UNKNOWN

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

running on 4 cores: 32-35

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

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

CPU governors:
  performance: 32-35

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (117141 MiB free)
  node 1: cores 8-15, 128973 MiB (114767 MiB free)
  node 2: cores 16-23, 129019 MiB (118967 MiB free)
  node 3: cores 24-31, 129003 MiB (120100 MiB free)
  node 4: cores 32-39, 129019 MiB (117016 MiB free)
  node 5: cores 40-47, 129019 MiB (119171 MiB free)
  node 6: cores 48-55, 129019 MiB (117428 MiB free)
  node 7: cores 56-63, 128474 MiB (117299 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=2404223, runsolver pid=2404202
Current StackSize limit: 8192 KiB


[startup+0.100056 s]*
/proc/loadavg: 0.20 8.07 18.18 6/862 2404257
/proc/meminfo: memFree=964398008/1055320708 swapFree=32681640/33554428
[pid=2404223] ppid=2404202 vsize=203784 memory=28472 CPUtime=0.02 cores=32-35
/proc/2404223/stat : 2404223 (hitpbo) R 2404202 2404223 2404015 0 -1 4194304 2236 0 0 0 2 0 0 0 20 0 2 0 176378416 208674816 6912 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 0 0 0 17 32 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
/proc/2404223/statm: 50946 7118 5490 1194 0 16271 0
[pid=2404223/tid=2404256] ppid=2404202 vsize=203784 memory=4034097543 CPUtime=0 cores=32-35
/proc/2404223/task/2404256/stat : 2404256 (hitpbo) S 2404202 2404223 2404015 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 176378426 208674816 6912 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 1 0 0 -1 34 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 203784 KiB
Current children cumulated memory: 28472 KiB

[startup+0.212826 s]*
/proc/loadavg: 0.20 8.07 18.18 16/882 2404286
/proc/meminfo: memFree=964262728/1055320708 swapFree=32681640/33554428
[pid=2404223] ppid=2404202 vsize=206768 memory=34188 CPUtime=0.13 cores=32-35
/proc/2404223/stat : 2404223 (hitpbo) R 2404202 2404223 2404015 0 -1 4194304 3139 0 0 0 12 1 0 0 20 0 2 0 176378416 211730432 8442 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 0 0 0 17 32 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
/proc/2404223/statm: 51692 8547 5506 1194 0 17017 0
[pid=2404223/tid=2404256] ppid=2404202 vsize=206768 memory=3533419160302351669 CPUtime=0 cores=32-35
/proc/2404223/task/2404256/stat : 2404256 (hitpbo) S 2404202 2404223 2404015 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 176378426 211730432 8442 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 1 0 0 -1 34 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 206768 KiB
Current children cumulated memory: 34188 KiB

[startup+0.312734 s]*
/proc/loadavg: 0.20 8.07 18.18 18/883 2404294
/proc/meminfo: memFree=963995540/1055320708 swapFree=32681640/33554428
[pid=2404223] ppid=2404202 vsize=210328 memory=37824 CPUtime=0.23 cores=32-35
/proc/2404223/stat : 2404223 (hitpbo) R 2404202 2404223 2404015 0 -1 4194304 4048 0 0 0 21 2 0 0 20 0 2 0 176378416 215375872 9338 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 0 0 0 17 32 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
/proc/2404223/statm: 52582 9456 5506 1194 0 17907 0
[pid=2404223/tid=2404256] ppid=2404202 vsize=210328 memory=-7525050407577806951 CPUtime=0 cores=32-35
/proc/2404223/task/2404256/stat : 2404256 (hitpbo) S 2404202 2404223 2404015 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 176378426 215375872 9338 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 1 0 0 -1 34 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 210328 KiB
Current children cumulated memory: 37824 KiB

[startup+0.700124 s]
/proc/loadavg: 0.20 8.07 18.18 16/883 2404294
/proc/meminfo: memFree=963854984/1055320708 swapFree=32681640/33554428
[pid=2404223] ppid=2404202 vsize=224296 memory=48504 CPUtime=0.61 cores=32-35
/proc/2404223/stat : 2404223 (hitpbo) R 2404202 2404223 2404015 0 -1 4194304 6903 0 0 0 55 6 0 0 20 0 2 0 176378416 229679104 12098 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 0 0 0 17 32 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
/proc/2404223/statm: 56074 12126 5506 1194 0 21399 0
[pid=2404223/tid=2404256] ppid=2404202 vsize=224296 memory=77928 CPUtime=0 cores=32-35
/proc/2404223/task/2404256/stat : 2404256 (hitpbo) S 2404202 2404223 2404015 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 176378426 229679104 12098 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 1 0 0 -1 34 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 224296 KiB
Current children cumulated memory: 48504 KiB

[startup+1.50013 s]
/proc/loadavg: 0.20 8.07 18.18 16/883 2404294
/proc/meminfo: memFree=963427940/1055320708 swapFree=32681640/33554428
[pid=2404223] ppid=2404202 vsize=244848 memory=64888 CPUtime=1.4 cores=32-35
/proc/2404223/stat : 2404223 (hitpbo) R 2404202 2404223 2404015 0 -1 4194304 10138 0 0 0 131 9 0 0 20 0 2 0 176378416 250724352 16168 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 0 0 0 17 32 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
/proc/2404223/statm: 61212 16222 5506 1194 0 26537 0
[pid=2404223/tid=2404256] ppid=2404202 vsize=244848 memory=10860 CPUtime=0 cores=32-35
/proc/2404223/task/2404256/stat : 2404256 (hitpbo) S 2404202 2404223 2404015 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 176378426 250724352 16168 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 1 0 0 -1 34 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 244848 KiB
Current children cumulated memory: 64888 KiB

[startup+3.11306 s]
/proc/loadavg: 0.20 8.07 18.18 16/883 2404294
/proc/meminfo: memFree=962459552/1055320708 swapFree=32681640/33554428
[pid=2404223] ppid=2404202 vsize=256432 memory=77396 CPUtime=3.01 cores=32-35
/proc/2404223/stat : 2404223 (hitpbo) R 2404202 2404223 2404015 0 -1 4194304 24583 0 0 0 282 19 0 0 20 0 2 0 176378416 262586368 19278 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 0 0 0 17 32 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
/proc/2404223/statm: 64108 19349 5506 1194 0 29433 0
[pid=2404223/tid=2404256] ppid=2404202 vsize=256432 memory=64888 CPUtime=0 cores=32-35
/proc/2404223/task/2404256/stat : 2404256 (hitpbo) S 2404202 2404223 2404015 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 2 0 176378426 262586368 19278 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 1 0 0 -1 34 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
Current children cumulated CPU time: 3.01 s
Current children cumulated vsize: 256432 KiB
Current children cumulated memory: 77396 KiB

[startup+6.30012 s]
/proc/loadavg: 1.46 8.20 18.17 15/883 2404357
/proc/meminfo: memFree=961515896/1055320708 swapFree=32681640/33554428
[pid=2404223] ppid=2404202 vsize=275964 memory=95800 CPUtime=6.19 cores=32-35
/proc/2404223/stat : 2404223 (hitpbo) R 2404202 2404223 2404015 0 -1 4194304 31904 0 0 0 586 33 0 0 20 0 2 0 176378416 282587136 23859 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 0 0 0 17 32 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
/proc/2404223/statm: 68991 23950 5506 1194 0 34316 0
[pid=2404223/tid=2404256] ppid=2404202 vsize=275964 memory=64888 CPUtime=0 cores=32-35
/proc/2404223/task/2404256/stat : 2404256 (hitpbo) S 2404202 2404223 2404015 0 -1 4194368 6 0 0 0 0 0 0 0 20 0 2 0 176378426 282587136 23859 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 1 0 0 -1 34 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
Current children cumulated CPU time: 6.19 s
Current children cumulated vsize: 275964 KiB
Current children cumulated memory: 95800 KiB

[startup+12.7002 s]
/proc/loadavg: 2.63 8.33 18.16 17/894 2404442
/proc/meminfo: memFree=959532788/1055320708 swapFree=32681640/33554428
[pid=2404223] ppid=2404202 vsize=292740 memory=123556 CPUtime=12.56 cores=32-35
/proc/2404223/stat : 2404223 (hitpbo) R 2404202 2404223 2404015 0 -1 4194304 60027 0 0 0 1204 52 0 0 20 0 2 0 176378416 299765760 30817 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 0 0 0 17 32 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
/proc/2404223/statm: 73185 30889 5506 1194 0 38510 0
[pid=2404223/tid=2404256] ppid=2404202 vsize=292740 memory=3458826319273855138 CPUtime=0 cores=32-35
/proc/2404223/task/2404256/stat : 2404256 (hitpbo) S 2404202 2404223 2404015 0 -1 4194368 10 0 0 0 0 0 0 0 20 0 2 0 176378426 299765760 30817 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 1 0 0 -1 34 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
Current children cumulated CPU time: 12.56 s
Current children cumulated vsize: 292740 KiB
Current children cumulated memory: 123556 KiB

[startup+25.5002 s]
/proc/loadavg: 5.67 8.73 18.13 17/896 2404444
/proc/meminfo: memFree=954557936/1055320708 swapFree=32681640/33554428
[pid=2404223] ppid=2404202 vsize=333388 memory=153508 CPUtime=25.06 cores=32-35
/proc/2404223/stat : 2404223 (hitpbo) R 2404202 2404223 2404015 0 -1 4194304 75052 0 0 0 2429 77 0 0 20 0 2 0 176378416 341389312 38310 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 0 0 0 17 32 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
/proc/2404223/statm: 83347 38377 5506 1194 0 48672 0
[pid=2404223/tid=2404256] ppid=2404202 vsize=333388 memory=5200 CPUtime=0 cores=32-35
/proc/2404223/task/2404256/stat : 2404256 (hitpbo) S 2404202 2404223 2404015 0 -1 4194368 11 0 0 0 0 0 0 0 20 0 2 0 176378426 341389312 38310 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 1 0 0 -1 34 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
Current children cumulated CPU time: 25.06 s
Current children cumulated vsize: 333388 KiB
Current children cumulated memory: 153508 KiB

[startup+51.1136 s]
/proc/loadavg: 9.20 9.31 18.07 17/896 2404444
/proc/meminfo: memFree=946733340/1055320708 swapFree=32681640/33554428
[pid=2404223] ppid=2404202 vsize=377524 memory=185976 CPUtime=50.55 cores=32-35
/proc/2404223/stat : 2404223 (hitpbo) R 2404202 2404223 2404015 0 -1 4194304 171578 0 0 0 4933 122 0 0 20 0 2 0 176378416 386584576 46464 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 0 0 0 17 32 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
/proc/2404223/statm: 94381 46494 5506 1194 0 59706 0
[pid=2404223/tid=2404256] ppid=2404202 vsize=377524 memory=177772 CPUtime=0 cores=32-35
/proc/2404223/task/2404256/stat : 2404256 (hitpbo) S 2404202 2404223 2404015 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 2 0 176378426 386584576 46464 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 1 0 0 -1 34 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
Current children cumulated CPU time: 50.55 s
Current children cumulated vsize: 377524 KiB
Current children cumulated memory: 185976 KiB

[startup+102.3 s]
/proc/loadavg: 13.32 10.42 17.99 17/901 2404450
/proc/meminfo: memFree=932397804/1055320708 swapFree=32681640/33554428
[pid=2404223] ppid=2404202 vsize=412824 memory=224516 CPUtime=101.48 cores=32-35
/proc/2404223/stat : 2404223 (hitpbo) R 2404202 2404223 2404015 0 -1 4194304 414534 0 0 0 9941 207 0 0 20 0 2 0 176378416 422731776 56003 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 0 0 0 17 32 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
/proc/2404223/statm: 103206 56129 5506 1194 0 68531 0
[pid=2404223/tid=2404256] ppid=2404202 vsize=412824 memory=224516 CPUtime=0.01 cores=32-35
/proc/2404223/task/2404256/stat : 2404256 (hitpbo) S 2404202 2404223 2404015 0 -1 4194368 17 0 0 0 0 1 0 0 20 0 2 0 176378426 422731776 56003 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 1 0 0 -1 34 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
Current children cumulated CPU time: 101.48 s
Current children cumulated vsize: 412824 KiB
Current children cumulated memory: 224516 KiB

[startup+162.3 s]
/proc/loadavg: 15.13 11.47 17.87 16/903 2404455
/proc/meminfo: memFree=914898096/1055320708 swapFree=32681640/33554428
[pid=2404223] ppid=2404202 vsize=488352 memory=288916 CPUtime=160.86 cores=32-35
/proc/2404223/stat : 2404223 (hitpbo) R 2404202 2404223 2404015 0 -1 4194304 665022 0 0 0 15799 287 0 0 20 0 2 0 176378416 500072448 72224 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 0 0 0 17 32 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
/proc/2404223/statm: 122088 72229 5506 1194 0 87413 0
[pid=2404223/tid=2404256] ppid=2404202 vsize=488352 memory=270904 CPUtime=0.02 cores=32-35
/proc/2404223/task/2404256/stat : 2404256 (hitpbo) S 2404202 2404223 2404015 0 -1 4194368 18 0 0 0 0 2 0 0 20 0 2 0 176378426 500072448 72224 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 1 0 0 -1 34 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
Current children cumulated CPU time: 160.86 s
Current children cumulated vsize: 488352 KiB
Current children cumulated memory: 288916 KiB


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

/proc/2404223/task/2404256/stat : 2404256 (hitpbo) S 2404202 2404223 2404015 0 -1 4194368 26 0 0 0 21 34 0 0 20 0 2 0 176378426 732651520 131568 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 1 0 0 -1 33 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
Current children cumulated CPU time: 1469.27 s
Current children cumulated vsize: 715480 KiB
Current children cumulated memory: 526284 KiB

[startup+1542.3 s]
/proc/loadavg: 16.24 16.37 16.79 17/918 2404583
/proc/meminfo: memFree=589891276/1055320708 swapFree=32681640/33554428
[pid=2404223] ppid=2404202 vsize=720108 memory=531412 CPUtime=1528.09 cores=32-35
/proc/2404223/stat : 2404223 (hitpbo) R 2404202 2404223 2404015 0 -1 4194304 1659998 0 0 0 151591 1218 0 0 20 0 2 0 176378416 737390592 132850 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 0 0 0 17 32 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
/proc/2404223/statm: 180027 132853 5506 1194 0 145352 0
[pid=2404223/tid=2404256] ppid=2404202 vsize=720108 memory=531412 CPUtime=0.57 cores=32-35
/proc/2404223/task/2404256/stat : 2404256 (hitpbo) S 2404202 2404223 2404015 0 -1 4194368 28 0 0 0 22 35 0 0 20 0 2 0 176378426 737390592 132850 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 1 0 0 -1 33 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
Current children cumulated CPU time: 1528.09 s
Current children cumulated vsize: 720108 KiB
Current children cumulated memory: 531412 KiB

[startup+1602.3 s]
/proc/loadavg: 16.24 16.35 16.75 17/919 2404586
/proc/meminfo: memFree=578002688/1055320708 swapFree=32681640/33554428
[pid=2404223] ppid=2404202 vsize=720688 memory=531952 CPUtime=1587.33 cores=32-35
/proc/2404223/stat : 2404223 (hitpbo) R 2404202 2404223 2404015 0 -1 4194304 1731322 0 0 0 157471 1262 0 0 20 0 2 0 176378416 737984512 132913 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 0 0 0 17 32 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
/proc/2404223/statm: 180172 132988 5506 1194 0 145497 0
[pid=2404223/tid=2404256] ppid=2404202 vsize=720688 memory=531412 CPUtime=0.6 cores=32-35
/proc/2404223/task/2404256/stat : 2404256 (hitpbo) S 2404202 2404223 2404015 0 -1 4194368 32 0 0 0 23 37 0 0 20 0 2 0 176378426 737984512 132913 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 1 0 0 -1 33 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
Current children cumulated CPU time: 1587.33 s
Current children cumulated vsize: 720688 KiB
Current children cumulated memory: 531952 KiB

[startup+1662.3 s]
/proc/loadavg: 16.28 16.34 16.72 15/923 2404597
/proc/meminfo: memFree=565946768/1055320708 swapFree=32681640/33554428
[pid=2404223] ppid=2404202 vsize=720348 memory=537756 CPUtime=1646.24 cores=32-35
/proc/2404223/stat : 2404223 (hitpbo) D 2404202 2404223 2404015 0 -1 4194304 1787831 0 0 0 163302 1322 0 0 20 0 2 0 176378416 737636352 134436 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 0 0 0 17 32 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
/proc/2404223/statm: 180087 134439 5506 1194 0 145412 0
[pid=2404223/tid=2404256] ppid=2404202 vsize=720348 memory=531412 CPUtime=0.62 cores=32-35
/proc/2404223/task/2404256/stat : 2404256 (hitpbo) S 2404202 2404223 2404015 0 -1 4194368 33 0 0 0 24 38 0 0 20 0 2 0 176378426 737636352 134436 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 1 0 0 -1 33 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
Current children cumulated CPU time: 1646.24 s
Current children cumulated vsize: 720348 KiB
Current children cumulated memory: 537756 KiB

[startup+1722.3 s]
/proc/loadavg: 16.62 16.41 16.72 17/925 2404603
/proc/meminfo: memFree=554297452/1055320708 swapFree=32681640/33554428
[pid=2404223] ppid=2404202 vsize=720768 memory=540256 CPUtime=1704.99 cores=32-35
/proc/2404223/stat : 2404223 (hitpbo) R 2404202 2404223 2404015 0 -1 4194304 1809394 0 0 0 169090 1409 0 0 20 0 2 0 176378416 738066432 135054 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 0 0 0 17 32 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
/proc/2404223/statm: 180192 135064 5506 1194 0 145517 0
[pid=2404223/tid=2404256] ppid=2404202 vsize=720768 memory=531412 CPUtime=0.64 cores=32-35
/proc/2404223/task/2404256/stat : 2404256 (hitpbo) S 2404202 2404223 2404015 0 -1 4194368 33 0 0 0 25 39 0 0 20 0 2 0 176378426 738066432 135054 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 1 0 0 -1 33 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
Current children cumulated CPU time: 1704.99 s
Current children cumulated vsize: 720768 KiB
Current children cumulated memory: 540256 KiB

[startup+1782.3 s]
/proc/loadavg: 16.43 16.38 16.69 17/922 2404610
/proc/meminfo: memFree=542032552/1055320708 swapFree=32681640/33554428
[pid=2404223] ppid=2404202 vsize=721504 memory=547352 CPUtime=1764 cores=32-35
/proc/2404223/stat : 2404223 (hitpbo) R 2404202 2404223 2404015 0 -1 4194304 1858508 0 0 0 174886 1514 0 0 20 0 2 0 176378416 738820096 136831 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 0 0 0 17 32 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
/proc/2404223/statm: 180376 136838 5506 1194 0 145701 0
[pid=2404223/tid=2404256] ppid=2404202 vsize=721504 memory=566768 CPUtime=0.65 cores=32-35
/proc/2404223/task/2404256/stat : 2404256 (hitpbo) S 2404202 2404223 2404015 0 -1 4194368 33 0 0 0 25 40 0 0 20 0 2 0 176378426 738820096 136831 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 1 0 0 -1 33 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
Current children cumulated CPU time: 1764 s
Current children cumulated vsize: 721504 KiB
Current children cumulated memory: 547352 KiB

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

# cumulated CPU time of all completed processes:  user=1774.07 s, system=15.64 s

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

[startup+1792 s]*
/proc/loadavg: 16.52 16.40 16.70 17/922 2404610
/proc/meminfo: memFree=539890252/1055320708 swapFree=32681640/33554428
[pid=2404223] ppid=2404202 vsize=721504 memory=547352 CPUtime=1773.27 cores=32-35
/proc/2404223/stat : 2404223 (hitpbo) R 2404202 2404223 2404015 0 -1 4194304 1858512 0 0 0 175795 1532 0 0 20 0 2 0 176378416 738820096 136831 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 0 0 0 17 32 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
/proc/2404223/statm: 180376 136838 5506 1194 0 145701 0
[pid=2404223/tid=2404256] ppid=2404202 vsize=721504 memory=-7951520674024546940 CPUtime=0.66 cores=32-35
/proc/2404223/task/2404256/stat : 2404256 (hitpbo) S 2404202 2404223 2404015 0 -1 4194368 33 0 0 0 25 41 0 0 20 0 2 0 176378426 738820096 136831 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 1 0 0 -1 33 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
Current children cumulated CPU time: 1773.27 s
Current children cumulated vsize: 721504 KiB
Current children cumulated memory: 547352 KiB

[startup+1798.4 s]
/proc/loadavg: 16.56 16.41 16.70 16/926 2404614
/proc/meminfo: memFree=538727600/1055320708 swapFree=32681640/33554428
[pid=2404223] ppid=2404202 vsize=721504 memory=547352 CPUtime=1779.64 cores=32-35
/proc/2404223/stat : 2404223 (hitpbo) R 2404202 2404223 2404015 0 -1 4194304 1858513 0 0 0 176420 1544 0 0 20 0 2 0 176378416 738820096 136831 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 0 0 0 17 32 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
/proc/2404223/statm: 180376 136838 5506 1194 0 145701 0
[pid=2404223/tid=2404256] ppid=2404202 vsize=721504 memory=547352 CPUtime=0.66 cores=32-35
/proc/2404223/task/2404256/stat : 2404256 (hitpbo) S 2404202 2404223 2404015 0 -1 4194368 33 0 0 0 25 41 0 0 20 0 2 0 176378426 738820096 136831 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 1 0 0 -1 33 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
Current children cumulated CPU time: 1779.64 s
Current children cumulated vsize: 721504 KiB
Current children cumulated memory: 547352 KiB

[startup+1804.8 s]
/proc/loadavg: 16.59 16.42 16.70 17/927 2404615
/proc/meminfo: memFree=537599544/1055320708 swapFree=32681640/33554428
[pid=2404223] ppid=2404202 vsize=721504 memory=547352 CPUtime=1786.01 cores=32-35
/proc/2404223/stat : 2404223 (hitpbo) R 2404202 2404223 2404015 0 -1 4194304 1858519 0 0 0 177047 1554 0 0 20 0 2 0 176378416 738820096 136831 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 0 0 0 17 32 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
/proc/2404223/statm: 180376 136838 5506 1194 0 145701 0
[pid=2404223/tid=2404256] ppid=2404202 vsize=721504 memory=7456 CPUtime=0.66 cores=32-35
/proc/2404223/task/2404256/stat : 2404256 (hitpbo) S 2404202 2404223 2404015 0 -1 4194368 33 0 0 0 25 41 0 0 20 0 2 0 176378426 738820096 136831 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 1 0 0 -1 33 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
Current children cumulated CPU time: 1786.01 s
Current children cumulated vsize: 721504 KiB
Current children cumulated memory: 547352 KiB

[startup+1806.4 s]
/proc/loadavg: 16.63 16.43 16.70 17/927 2404615
/proc/meminfo: memFree=537232788/1055320708 swapFree=32681640/33554428
[pid=2404223] ppid=2404202 vsize=721504 memory=547352 CPUtime=1787.61 cores=32-35
/proc/2404223/stat : 2404223 (hitpbo) R 2404202 2404223 2404015 0 -1 4194304 1858520 0 0 0 177205 1556 0 0 20 0 2 0 176378416 738820096 136831 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 0 0 0 17 32 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
/proc/2404223/statm: 180376 136838 5506 1194 0 145701 0
[pid=2404223/tid=2404256] ppid=2404202 vsize=721504 memory=0 CPUtime=0.66 cores=32-35
/proc/2404223/task/2404256/stat : 2404256 (hitpbo) S 2404202 2404223 2404015 0 -1 4194368 33 0 0 0 25 41 0 0 20 0 2 0 176378426 738820096 136831 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 1 0 0 -1 33 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
Current children cumulated CPU time: 1787.61 s
Current children cumulated vsize: 721504 KiB
Current children cumulated memory: 547352 KiB

[startup+1808 s]*
/proc/loadavg: 16.63 16.43 16.70 17/927 2404615
/proc/meminfo: memFree=536802076/1055320708 swapFree=32681640/33554428
[pid=2404223] ppid=2404202 vsize=721504 memory=547352 CPUtime=1789.22 cores=32-35
/proc/2404223/stat : 2404223 (hitpbo) R 2404202 2404223 2404015 0 -1 4194304 1858520 0 0 0 177362 1560 0 0 20 0 2 0 176378416 738820096 136831 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 0 0 0 17 32 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
/proc/2404223/statm: 180376 136838 5506 1194 0 145701 0
[pid=2404223/tid=2404256] ppid=2404202 vsize=721504 memory=-7951520674024546940 CPUtime=0.66 cores=32-35
/proc/2404223/task/2404256/stat : 2404256 (hitpbo) S 2404202 2404223 2404015 0 -1 4194368 33 0 0 0 25 41 0 0 20 0 2 0 176378426 738820096 136831 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 1 0 0 -1 33 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
Current children cumulated CPU time: 1789.22 s
Current children cumulated vsize: 721504 KiB
Current children cumulated memory: 547352 KiB

[startup+1808.4 s]
/proc/loadavg: 16.63 16.43 16.70 17/927 2404615
/proc/meminfo: memFree=536802076/1055320708 swapFree=32681640/33554428
[pid=2404223] ppid=2404202 vsize=721504 memory=547352 CPUtime=1789.61 cores=32-35
/proc/2404223/stat : 2404223 (hitpbo) R 2404202 2404223 2404015 0 -1 4194304 1858520 0 0 0 177400 1561 0 0 20 0 2 0 176378416 738820096 136831 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 0 0 0 17 32 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
/proc/2404223/statm: 180376 136838 5506 1194 0 145701 0
[pid=2404223/tid=2404256] ppid=2404202 vsize=721504 memory=4584 CPUtime=0.66 cores=32-35
/proc/2404223/task/2404256/stat : 2404256 (hitpbo) S 2404202 2404223 2404015 0 -1 4194368 33 0 0 0 25 41 0 0 20 0 2 0 176378426 738820096 136831 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 1 0 0 -1 33 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
Current children cumulated CPU time: 1789.61 s
Current children cumulated vsize: 721504 KiB
Current children cumulated memory: 547352 KiB

[startup+1808.6 s]
/proc/loadavg: 16.63 16.43 16.70 17/927 2404615
/proc/meminfo: memFree=536802076/1055320708 swapFree=32681640/33554428
[pid=2404223] ppid=2404202 vsize=721504 memory=547352 CPUtime=1789.68 cores=32-35
/proc/2404223/stat : 2404223 (hitpbo) D 2404202 2404223 2404015 0 -1 4194304 1858566 0 0 0 177406 1562 0 0 20 0 2 0 176378416 738820096 136831 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 0 0 0 17 32 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
/proc/2404223/statm: 180376 136838 5506 1194 0 145701 0
[pid=2404223/tid=2404256] ppid=2404202 vsize=721504 memory=794556 CPUtime=0.66 cores=32-35
/proc/2404223/task/2404256/stat : 2404256 (hitpbo) S 2404202 2404223 2404015 0 -1 4194368 33 0 0 0 25 41 0 0 20 0 2 0 176378426 738820096 136831 18446744073709551615 94867632848896 94867637737885 140722948584000 0 0 0 0 4096 0 1 0 0 -1 33 0 0 0 0 0 94867638667640 94867638728242 94867641081856 140722948589781 140722948589959 140722948589959 140722948595695 0
Current children cumulated CPU time: 1789.68 s
Current children cumulated vsize: 721504 KiB
Current children cumulated memory: 547352 KiB

Child status: 30

Real time (s): 1808.63
CPU time (s): 1789.71
CPU user time (s): 1774.07
CPU system time (s): 15.64
CPU usage (%): 98.9536
Max. virtual memory (cumulated for all children) (KiB): 752308
Max. memory (cumulated for all children) (KiB): 566768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1774.07
system time used= 15.64
maximum resident set size= 571416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1858916
page faults= 0
swaps= 0
block input operations= 0
block output operations= 10839656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 183586
involuntary context switches= 3263


# summary of solver processes directly reported to runsolver:
#   pid: 2404223
#   total CPU time (s): 1789.71
#   total CPU user time (s): 1774.07
#   total CPU system time (s): 15.64

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.37969 second user time and 20.0659 second system time

The end

Launcher Data

Begin job on nodeE010 at 2026-06-26 01:41:46
IDJOB=4795016
IDBENCH=146650
IDSOLVER=3635
FILE ID=nodeE010/4795016-1782430906
RUNJOBID= nodeE010-1782430906-2404038
SLURM_JOB_ID= 12522916
Free space on /tmp= 801140 MiB

SOLVER NAME= HitPBO-PL 2026-06-22 (cert)
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/course-ass/normalized-ws97-5.opb
COMMAND LINE= ./hitpbo BENCHNAME --proof-compatible --prooffile PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4795016-1782430906/watcher-4795016-1782430906 -o /tmp/evaluation-result-4795016-1782430906/solver-4795016-1782430906 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4795016-1782430906/vars-4795016-1782430906 --bin-var /tmp/runsolver-exch-nodeE010-1782430906-2404038 --watchdog 3760 --file-size-limit 100000 ./hitpbo HOME/instance-4795016-1782430906.opb --proof-compatible --prooffile PROOFDIR/proof-4795016-1782430906

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

MD5SUM BENCH= 9e8345160c873e2ecbeb2fceb1264fd1
RANDOM SEED=2039701615

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       1055320708 kB
MemFree:        964463900 kB
MemAvailable:   1046807064 kB
Buffers:              32 kB
Cached:         86125300 kB
SwapCached:         6992 kB
Active:          1583308 kB
Inactive:       84633016 kB
Active(anon):     127444 kB
Inactive(anon):    50240 kB
Active(file):    1455864 kB
Inactive(file): 84582776 kB
Unevictable:        9000 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       32681640 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:           2707880 kB
Writeback:             0 kB
AnonPages:         98804 kB
Mapped:            74752 kB
Shmem:             86692 kB
KReclaimable:    1107296 kB
Slab:            1626048 kB
SReclaimable:    1107296 kB
SUnreclaim:       518752 kB
KernelStack:       13568 kB
PageTables:         4708 kB
SecPageTables:     15560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:    1442176 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      478292 kB
VmallocChunk:          0 kB
Percpu:           116736 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      385476 kB
DirectMap2M:    20908032 kB
DirectMap1G:    1052770304 kB

Free space on /tmp at the end= 798696 MiB
End job on nodeE010 at 2026-06-26 02:11:56