Trace number 4805814

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
HitPBO-PL 2026-06-22 (cert)? (TO) 3600.07 3627.7

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/injcomp/injcomp_opt_4layers_maxall_lastlayerdecr1/
normalized-injcomp_opt_4layers_maxall_lastlayerdecr1_size_22.opb
MD5SUMa59d3ae518abf8a96f6b79c4170ec7af
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 benchmark-64
Best CPU time to get the best result obtained on this benchmark0.011691
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2420
Total number of constraints1099
Number of constraints which are clauses990
Number of constraints which are cardinality constraints (but not clauses)65
Number of constraints which are nor clauses,nor cardinality constraints44
Minimum length of a constraint3
Maximum length of a constraint23
Number of terms in the objective function 1430
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1430
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 22
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 1430
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.02	c initialize HitPBO internal solver
0.00/0.02	c HitPBO 1.0.1, e594391-dirty compiled with g++-11.4.0
0.00/0.02	c compiled with: RoundingSat 2
0.00/0.02	c compiled with: Gurobi 12.0.2
0.00/0.02	c compiled with: SCIP 11.0.0
0.00/0.02	c compiled with: PaPILO 3.0.1.0
0.00/0.02	c compiled with: CaDiCaL 3.0.0
0.00/0.02	c >>> reading configuration
0.00/0.02	c   proof-compatible true
0.00/0.02	c   !! Proof-compatible mode enabled. This overrides some parameter values.
0.00/0.02	c   !! Disabled reduced cost fixing (--rc).
0.00/0.02	c   !! Disabled presolve (--presolve).
0.00/0.02	c   !! Disabled core simplification techniques (--cs).
0.00/0.02	c   !! Enabled plain mode in cadical (--cadical-plain).
0.00/0.02	c   !! Set exact-optimizer to "roundingsat-sh" (SIS with non-reified constraints)
0.00/0.02	c   rc false
0.00/0.02	c   ce-oracle "satsolver"
0.00/0.02	c   satsolver "cadical"
0.00/0.02	c   cadical-plain true
0.00/0.02	c   satsolver-pb-backend "roundingsat"
0.00/0.02	c   cs false
0.00/0.02	c   optimizer "gurobi"
0.00/0.02	c   exact-optimizer "roundingsat-sh"
0.00/0.02	c   sis-oracle "roundingsat"
0.00/0.02	c   presolver "papilo"
0.00/0.02	c   presolve false
0.00/0.02	c initialization complete
0.00/0.02	c 
0.00/0.02	c >>> reading input from opb file "HOME/instance-4805814-1782828990.opb"
0.00/0.02	c     instance in the solver, loading instance took 0s
0.00/0.02	c 
0.00/0.02	c  ================== start solving  ================== 
0.00/0.02	c [0.00] >>> prepare for solve
0.00/0.02	Error: invalid user locale; possible fix is to set the system environment
0.00/0.02	       variable 'LC_ALL' to a valid locale (e.g., to 'C')
0.00/0.02	c [0.00]     set up proof logging for exact optimizer
0.00/0.02	c [0.00] >>> run constraint seeding
0.00/0.02	c [0.00]     seed 65 constraints and 0 literals
11.53/11.64	c [0.00] IHS main loop, iteration 1: LB = -1430, UB = 1
11.53/11.64	c [0.02] IHS main loop, iteration 2: LB = -1430, UB = -58
11.53/11.64	c [0.02] IHS main loop, iteration 3: LB = -1430, UB = -61
11.53/11.64	c [0.02] IHS main loop, iteration 4: LB = -1430, UB = -62
11.53/11.64	c [0.03] IHS main loop, iteration 5: LB = -1430, UB = -62
11.53/11.64	c [0.10] IHS main loop, iteration 6: LB = -1430, UB = -63
11.53/11.64	c [0.11] IHS main loop, iteration 7: LB = -1430, UB = -63
11.53/11.64	c [0.12] IHS main loop, iteration 8: LB = -1430, UB = -63
11.53/11.64	c [0.13] IHS main loop, iteration 9: LB = -1430, UB = -63
11.53/11.64	c [0.14] IHS main loop, iteration 10: LB = -1430, UB = -63
11.53/11.64	c [0.16] IHS main loop, iteration 11: LB = -1430, UB = -64
11.53/11.64	c [0.19] IHS main loop, iteration 12: LB = -1430, UB = -64
11.53/11.64	c [0.20] IHS main loop, iteration 13: LB = -1430, UB = -64
11.53/11.64	c [0.26] IHS main loop, iteration 14: LB = -1430, UB = -64
11.53/11.64	c [0.27] IHS main loop, iteration 15: LB = -1430, UB = -64
11.53/11.64	c [0.66] IHS main loop, iteration 16: LB = -1430, UB = -64
11.53/11.64	c [0.68] IHS main loop, iteration 17: LB = -1430, UB = -64
11.53/11.64	c [0.75] IHS main loop, iteration 18: LB = -1430, UB = -64
11.53/11.64	c [0.77] IHS main loop, iteration 19: LB = -1430, UB = -64
11.53/11.64	c [0.79] IHS main loop, iteration 20: LB = -1430, UB = -64
11.53/11.64	c [1.07] IHS main loop, iteration 21: LB = -1430, UB = -64
11.53/11.64	c [1.08] IHS main loop, iteration 22: LB = -1430, UB = -64
11.53/11.64	c [1.09] IHS main loop, iteration 23: LB = -1430, UB = -64
11.53/11.64	c [1.12] IHS main loop, iteration 24: LB = -1430, UB = -64
11.53/11.64	c [1.15] IHS main loop, iteration 25: LB = -1430, UB = -64
11.53/11.64	c [1.36] IHS main loop, iteration 26: LB = -1430, UB = -64
11.53/11.64	c [1.53] IHS main loop, iteration 27: LB = -1430, UB = -64
11.53/11.64	c [1.57] IHS main loop, iteration 28: LB = -1430, UB = -64
11.53/11.64	c [1.64] IHS main loop, iteration 29: LB = -1430, UB = -64
11.53/11.64	c [1.72] IHS main loop, iteration 30: LB = -1430, UB = -64
11.53/11.64	c [2.03] IHS main loop, iteration 31: LB = -1430, UB = -64
11.53/11.64	c [2.57] IHS main loop, iteration 32: LB = -1430, UB = -64
11.53/11.64	c [2.66] IHS main loop, iteration 33: LB = -1430, UB = -64
11.53/11.64	c [2.75] IHS main loop, iteration 34: LB = -1430, UB = -64
11.53/11.64	c [2.81] IHS main loop, iteration 35: LB = -1430, UB = -64
11.53/11.64	c [3.17] IHS main loop, iteration 36: LB = -1430, UB = -64
11.53/11.64	c [3.25] IHS main loop, iteration 37: LB = -1430, UB = -64
11.53/11.64	c [3.29] IHS main loop, iteration 38: LB = -1430, UB = -64
11.53/11.64	c [3.33] IHS main loop, iteration 39: LB = -1430, UB = -64
11.53/11.64	c [3.43] IHS main loop, iteration 40: LB = -1430, UB = -64
11.53/11.64	c [3.82] IHS main loop, iteration 41: LB = -1430, UB = -64
11.53/11.64	c [3.86] IHS main loop, iteration 42: LB = -1430, UB = -64
11.53/11.64	c [3.91] IHS main loop, iteration 43: LB = -1430, UB = -64
11.53/11.64	c [3.98] IHS main loop, iteration 44: LB = -1430, UB = -64
11.53/11.64	c [4.04] IHS main loop, iteration 45: LB = -1430, UB = -64
11.53/11.64	c [4.52] IHS main loop, iteration 46: LB = -1430, UB = -64
11.53/11.64	c [4.70] IHS main loop, iteration 47: LB = -1430, UB = -64
11.53/11.64	c [4.79] IHS main loop, iteration 48: LB = -1430, UB = -64
11.53/11.64	c [4.89] IHS main loop, iteration 49: LB = -1430, UB = -64
11.53/11.64	c [4.99] IHS main loop, iteration 50: LB = -1430, UB = -64
11.53/11.64	c [5.57] IHS main loop, iteration 51: LB = -1430, UB = -64
11.53/11.64	c [5.66] IHS main loop, iteration 52: LB = -1430, UB = -64
11.53/11.64	c [5.71] IHS main loop, iteration 53: LB = -1430, UB = -64
11.53/11.64	c [5.80] IHS main loop, iteration 54: LB = -1430, UB = -64
11.53/11.64	c [5.85] IHS main loop, iteration 55: LB = -1430, UB = -64
11.53/11.64	c [6.71] IHS main loop, iteration 56: LB = -1430, UB = -64
11.53/11.64	c [6.79] IHS main loop, iteration 57: LB = -1430, UB = -64
11.53/11.64	c [6.86] IHS main loop, iteration 58: LB = -1430, UB = -64
11.53/11.64	c [6.94] IHS main loop, iteration 59: LB = -1430, UB = -64
11.53/11.64	c [7.00] IHS main loop, iteration 60: LB = -1430, UB = -64
11.53/11.64	c [8.00] IHS main loop, iteration 61: LB = -1430, UB = -64
11.53/11.64	c [8.21] IHS main loop, iteration 62: LB = -1430, UB = -64
11.53/11.64	c [8.28] IHS main loop, iteration 63: LB = -1430, UB = -64
11.53/11.64	c [8.43] IHS main loop, iteration 64: LB = -1430, UB = -64
11.53/11.64	c [8.61] IHS main loop, iteration 65: LB = -1430, UB = -64
11.53/11.64	c [11.12] IHS main loop, iteration 66: LB = -1430, UB = -64
11.53/11.64	c [11.18] IHS main loop, iteration 67: LB = -1430, UB = -64
11.53/11.64	c [11.23] IHS main loop, iteration 68: LB = -1430, UB = -64
11.53/11.64	c [11.29] IHS main loop, iteration 69: LB = -1430, UB = -64
11.53/11.64	c [11.36] IHS main loop, iteration 70: LB = -1430, UB = -64
41.11/41.36	c [12.39] IHS main loop, iteration 71: LB = -1430, UB = -64
41.11/41.36	c [12.45] IHS main loop, iteration 72: LB = -1430, UB = -64
41.11/41.36	c [12.50] IHS main loop, iteration 73: LB = -1430, UB = -64
41.11/41.36	c [12.57] IHS main loop, iteration 74: LB = -1430, UB = -64
41.11/41.36	c [12.69] IHS main loop, iteration 75: LB = -1430, UB = -64
41.11/41.36	c [14.22] IHS main loop, iteration 76: LB = -1430, UB = -64
41.11/41.36	c [14.28] IHS main loop, iteration 77: LB = -1430, UB = -64
41.11/41.36	c [14.35] IHS main loop, iteration 78: LB = -1430, UB = -64
41.11/41.36	c [14.42] IHS main loop, iteration 79: LB = -1430, UB = -64
41.11/41.36	c [14.49] IHS main loop, iteration 80: LB = -1430, UB = -64
41.11/41.36	c [17.40] IHS main loop, iteration 81: LB = -1430, UB = -64
41.11/41.36	c [17.46] IHS main loop, iteration 82: LB = -1430, UB = -64
41.11/41.36	c [17.53] IHS main loop, iteration 83: LB = -1430, UB = -64
41.11/41.36	c [17.60] IHS main loop, iteration 84: LB = -1430, UB = -64
41.11/41.36	c [17.68] IHS main loop, iteration 85: LB = -1430, UB = -64
41.11/41.36	c [18.59] IHS main loop, iteration 86: LB = -1430, UB = -64
41.11/41.36	c [18.67] IHS main loop, iteration 87: LB = -1430, UB = -64
41.11/41.36	c [18.86] IHS main loop, iteration 88: LB = -1430, UB = -64
41.11/41.36	c [18.94] IHS main loop, iteration 89: LB = -1430, UB = -64
41.11/41.36	c [19.04] IHS main loop, iteration 90: LB = -1430, UB = -64
41.11/41.36	c [20.65] IHS main loop, iteration 91: LB = -1430, UB = -64
41.11/41.36	c [20.85] IHS main loop, iteration 92: LB = -1430, UB = -64
41.11/41.36	c [20.92] IHS main loop, iteration 93: LB = -1430, UB = -64
41.11/41.36	c [20.99] IHS main loop, iteration 94: LB = -1430, UB = -64
41.11/41.36	c [21.04] IHS main loop, iteration 95: LB = -1430, UB = -64
41.11/41.36	c [22.58] IHS main loop, iteration 96: LB = -1430, UB = -64
41.11/41.36	c [22.74] IHS main loop, iteration 97: LB = -1430, UB = -64
41.11/41.36	c [22.82] IHS main loop, iteration 98: LB = -1430, UB = -64
41.11/41.36	c [22.89] IHS main loop, iteration 99: LB = -1430, UB = -64
41.11/41.36	c [22.96] IHS main loop, iteration 100: LB = -1430, UB = -64
41.11/41.36	c [23.88] IHS main loop, iteration 101: LB = -1430, UB = -64
41.11/41.36	c [24.00] IHS main loop, iteration 102: LB = -1430, UB = -64
41.11/41.36	c [24.08] IHS main loop, iteration 103: LB = -1430, UB = -64
41.11/41.36	c [24.16] IHS main loop, iteration 104: LB = -1430, UB = -64
41.11/41.36	c [24.23] IHS main loop, iteration 105: LB = -1430, UB = -64
41.11/41.36	c [25.08] IHS main loop, iteration 106: LB = -1430, UB = -64
41.11/41.36	c [25.15] IHS main loop, iteration 107: LB = -1430, UB = -64
41.11/41.36	c [25.22] IHS main loop, iteration 108: LB = -1430, UB = -64
41.11/41.36	c [25.29] IHS main loop, iteration 109: LB = -1430, UB = -64
41.11/41.36	c [25.36] IHS main loop, iteration 110: LB = -1430, UB = -64
41.11/41.36	c [26.36] IHS main loop, iteration 111: LB = -1430, UB = -64
41.11/41.36	c [26.47] IHS main loop, iteration 112: LB = -1430, UB = -64
41.11/41.36	c [26.61] IHS main loop, iteration 113: LB = -1430, UB = -64
41.11/41.36	c [26.72] IHS main loop, iteration 114: LB = -1430, UB = -64
41.11/41.36	c [27.14] IHS main loop, iteration 115: LB = -1430, UB = -64
41.11/41.36	c [29.83] IHS main loop, iteration 116: LB = -1430, UB = -64
41.11/41.36	c [29.92] IHS main loop, iteration 117: LB = -1430, UB = -64
41.11/41.36	c [30.01] IHS main loop, iteration 118: LB = -1430, UB = -64
41.11/41.36	c [30.10] IHS main loop, iteration 119: LB = -1430, UB = -64
41.11/41.36	c [30.18] IHS main loop, iteration 120: LB = -1430, UB = -64
41.11/41.36	c [31.55] IHS main loop, iteration 121: LB = -1430, UB = -64
41.11/41.36	c [31.88] IHS main loop, iteration 122: LB = -1430, UB = -64
41.11/41.36	c [31.98] IHS main loop, iteration 123: LB = -1430, UB = -64
41.11/41.36	c [32.06] IHS main loop, iteration 124: LB = -1430, UB = -64
41.11/41.36	c [32.15] IHS main loop, iteration 125: LB = -1430, UB = -64
41.11/41.36	c [34.45] IHS main loop, iteration 126: LB = -1430, UB = -64
41.11/41.36	c [34.55] IHS main loop, iteration 127: LB = -1430, UB = -64
41.11/41.36	c [34.66] IHS main loop, iteration 128: LB = -1430, UB = -64
41.11/41.36	c [34.75] IHS main loop, iteration 129: LB = -1430, UB = -64
41.11/41.36	c [34.83] IHS main loop, iteration 130: LB = -1430, UB = -64
41.11/41.36	c [37.61] IHS main loop, iteration 131: LB = -1430, UB = -64
41.11/41.36	c [37.76] IHS main loop, iteration 132: LB = -1430, UB = -64
41.11/41.36	c [37.85] IHS main loop, iteration 133: LB = -1430, UB = -64
41.11/41.36	c [37.94] IHS main loop, iteration 134: LB = -1430, UB = -64
41.11/41.36	c [38.03] IHS main loop, iteration 135: LB = -1430, UB = -64
41.11/41.36	c [40.43] IHS main loop, iteration 136: LB = -1430, UB = -64
41.11/41.36	c [40.52] IHS main loop, iteration 137: LB = -1430, UB = -64
41.11/41.36	c [40.61] IHS main loop, iteration 138: LB = -1430, UB = -64
88.23/88.60	c [40.70] IHS main loop, iteration 139: LB = -1430, UB = -64
88.23/88.60	c [40.79] IHS main loop, iteration 140: LB = -1430, UB = -64
88.23/88.60	c [42.21] IHS main loop, iteration 141: LB = -1430, UB = -64
88.23/88.60	c [42.31] IHS main loop, iteration 142: LB = -1430, UB = -64
88.23/88.60	c [42.41] IHS main loop, iteration 143: LB = -1430, UB = -64
88.23/88.60	c [42.49] IHS main loop, iteration 144: LB = -1430, UB = -64
88.23/88.60	c [42.63] IHS main loop, iteration 145: LB = -1430, UB = -64
88.23/88.60	c [44.78] IHS main loop, iteration 146: LB = -1430, UB = -64
88.23/88.60	c [44.88] IHS main loop, iteration 147: LB = -1430, UB = -64
88.23/88.60	c [44.98] IHS main loop, iteration 148: LB = -1430, UB = -64
88.23/88.60	c [45.07] IHS main loop, iteration 149: LB = -1430, UB = -64
88.23/88.60	c [45.17] IHS main loop, iteration 150: LB = -1430, UB = -64
88.23/88.60	c [47.48] IHS main loop, iteration 151: LB = -1430, UB = -64
88.23/88.60	c [47.59] IHS main loop, iteration 152: LB = -1430, UB = -64
88.23/88.60	c [47.69] IHS main loop, iteration 153: LB = -1430, UB = -64
88.23/88.60	c [47.79] IHS main loop, iteration 154: LB = -1430, UB = -64
88.23/88.60	c [47.90] IHS main loop, iteration 155: LB = -1430, UB = -64
88.23/88.60	c [50.33] IHS main loop, iteration 156: LB = -1430, UB = -64
88.23/88.60	c [50.46] IHS main loop, iteration 157: LB = -1430, UB = -64
88.23/88.60	c [50.56] IHS main loop, iteration 158: LB = -1430, UB = -64
88.23/88.60	c [50.66] IHS main loop, iteration 159: LB = -1430, UB = -64
88.23/88.60	c [50.75] IHS main loop, iteration 160: LB = -1430, UB = -64
88.23/88.60	c [54.25] IHS main loop, iteration 161: LB = -1430, UB = -64
88.23/88.60	c [54.38] IHS main loop, iteration 162: LB = -1430, UB = -64
88.23/88.60	c [54.49] IHS main loop, iteration 163: LB = -1430, UB = -64
88.23/88.60	c [54.60] IHS main loop, iteration 164: LB = -1430, UB = -64
88.23/88.60	c [54.70] IHS main loop, iteration 165: LB = -1430, UB = -64
88.23/88.60	c [58.40] IHS main loop, iteration 166: LB = -1430, UB = -64
88.23/88.60	c [58.51] IHS main loop, iteration 167: LB = -1430, UB = -64
88.23/88.60	c [58.64] IHS main loop, iteration 168: LB = -1430, UB = -64
88.23/88.60	c [58.78] IHS main loop, iteration 169: LB = -1430, UB = -64
88.23/88.60	c [58.86] IHS main loop, iteration 170: LB = -1430, UB = -64
88.23/88.60	c [62.69] IHS main loop, iteration 171: LB = -1430, UB = -64
88.23/88.60	c [62.93] IHS main loop, iteration 172: LB = -1430, UB = -64
88.23/88.60	c [63.03] IHS main loop, iteration 173: LB = -1430, UB = -64
88.23/88.60	c [63.12] IHS main loop, iteration 174: LB = -1430, UB = -64
88.23/88.60	c [63.23] IHS main loop, iteration 175: LB = -1430, UB = -64
88.23/88.60	c [64.94] IHS main loop, iteration 176: LB = -1430, UB = -64
88.23/88.60	c [65.10] IHS main loop, iteration 177: LB = -1430, UB = -64
88.23/88.60	c [65.22] IHS main loop, iteration 178: LB = -1430, UB = -64
88.23/88.60	c [65.32] IHS main loop, iteration 179: LB = -1430, UB = -64
88.23/88.60	c [65.47] IHS main loop, iteration 180: LB = -1430, UB = -64
88.23/88.60	c [68.44] IHS main loop, iteration 181: LB = -1430, UB = -64
88.23/88.60	c [68.55] IHS main loop, iteration 182: LB = -1430, UB = -64
88.23/88.60	c [68.64] IHS main loop, iteration 183: LB = -1430, UB = -64
88.23/88.60	c [68.77] IHS main loop, iteration 184: LB = -1430, UB = -64
88.23/88.60	c [68.97] IHS main loop, iteration 185: LB = -1430, UB = -64
88.23/88.60	c [72.74] IHS main loop, iteration 186: LB = -1430, UB = -64
88.23/88.60	c [72.84] IHS main loop, iteration 187: LB = -1430, UB = -64
88.23/88.60	c [73.01] IHS main loop, iteration 188: LB = -1430, UB = -64
88.23/88.60	c [73.15] IHS main loop, iteration 189: LB = -1430, UB = -64
88.23/88.60	c [73.26] IHS main loop, iteration 190: LB = -1430, UB = -64
88.23/88.60	c [76.38] IHS main loop, iteration 191: LB = -1430, UB = -64
88.23/88.60	c [76.49] IHS main loop, iteration 192: LB = -1430, UB = -64
88.23/88.60	c [76.59] IHS main loop, iteration 193: LB = -1430, UB = -64
88.23/88.60	c [76.70] IHS main loop, iteration 194: LB = -1430, UB = -64
88.23/88.60	c [76.82] IHS main loop, iteration 195: LB = -1430, UB = -64
88.23/88.60	c [80.52] IHS main loop, iteration 196: LB = -1430, UB = -64
88.23/88.60	c [80.64] IHS main loop, iteration 197: LB = -1430, UB = -64
88.23/88.60	c [80.75] IHS main loop, iteration 198: LB = -1430, UB = -64
88.23/88.60	c [80.91] IHS main loop, iteration 199: LB = -1430, UB = -64
88.23/88.60	c [81.05] IHS main loop, iteration 200: LB = -1430, UB = -64
88.23/88.60	c [86.67] IHS main loop, iteration 201: LB = -1430, UB = -64
88.23/88.60	c [86.98] IHS main loop, iteration 202: LB = -1430, UB = -64
88.23/88.60	c [87.08] IHS main loop, iteration 203: LB = -1430, UB = -64
88.23/88.60	c [87.18] IHS main loop, iteration 204: LB = -1430, UB = -64
88.23/88.60	c [87.33] IHS main loop, iteration 205: LB = -1430, UB = -64
257.05/258.35	c [91.51] IHS main loop, iteration 206: LB = -1430, UB = -64
257.05/258.35	c [91.62] IHS main loop, iteration 207: LB = -1430, UB = -64
257.05/258.35	c [91.73] IHS main loop, iteration 208: LB = -1430, UB = -64
257.05/258.35	c [91.83] IHS main loop, iteration 209: LB = -1430, UB = -64
257.05/258.35	c [91.93] IHS main loop, iteration 210: LB = -1430, UB = -64
257.05/258.35	c [99.94] IHS main loop, iteration 211: LB = -1430, UB = -64
257.05/258.35	c [100.04] IHS main loop, iteration 212: LB = -1430, UB = -64
257.05/258.35	c [100.14] IHS main loop, iteration 213: LB = -1430, UB = -64
257.05/258.35	c [100.24] IHS main loop, iteration 214: LB = -1430, UB = -64
257.05/258.35	c [100.38] IHS main loop, iteration 215: LB = -1430, UB = -64
257.05/258.35	c [107.65] IHS main loop, iteration 216: LB = -1430, UB = -64
257.05/258.35	c [107.76] IHS main loop, iteration 217: LB = -1430, UB = -64
257.05/258.35	c [107.86] IHS main loop, iteration 218: LB = -1430, UB = -64
257.05/258.35	c [107.96] IHS main loop, iteration 219: LB = -1430, UB = -64
257.05/258.35	c [108.07] IHS main loop, iteration 220: LB = -1430, UB = -64
257.05/258.35	c [118.27] IHS main loop, iteration 221: LB = -1430, UB = -64
257.05/258.35	c [118.39] IHS main loop, iteration 222: LB = -1430, UB = -64
257.05/258.35	c [118.49] IHS main loop, iteration 223: LB = -1430, UB = -64
257.05/258.35	c [118.60] IHS main loop, iteration 224: LB = -1430, UB = -64
257.05/258.35	c [118.70] IHS main loop, iteration 225: LB = -1430, UB = -64
257.05/258.35	c [126.51] IHS main loop, iteration 226: LB = -1430, UB = -64
257.05/258.35	c [126.62] IHS main loop, iteration 227: LB = -1430, UB = -64
257.05/258.35	c [126.73] IHS main loop, iteration 228: LB = -1430, UB = -64
257.05/258.35	c [126.84] IHS main loop, iteration 229: LB = -1430, UB = -64
257.05/258.35	c [127.03] IHS main loop, iteration 230: LB = -1430, UB = -64
257.05/258.35	c [138.89] IHS main loop, iteration 231: LB = -1430, UB = -64
257.05/258.35	c [139.02] IHS main loop, iteration 232: LB = -1430, UB = -64
257.05/258.35	c [139.14] IHS main loop, iteration 233: LB = -1430, UB = -64
257.05/258.35	c [139.25] IHS main loop, iteration 234: LB = -1430, UB = -64
257.05/258.35	c [139.37] IHS main loop, iteration 235: LB = -1430, UB = -64
257.05/258.35	c [152.30] IHS main loop, iteration 236: LB = -1430, UB = -64
257.05/258.35	c [152.43] IHS main loop, iteration 237: LB = -1430, UB = -64
257.05/258.35	c [152.54] IHS main loop, iteration 238: LB = -1430, UB = -64
257.05/258.35	c [152.65] IHS main loop, iteration 239: LB = -1430, UB = -64
257.05/258.35	c [152.76] IHS main loop, iteration 240: LB = -1430, UB = -64
257.05/258.35	c [162.42] IHS main loop, iteration 241: LB = -1430, UB = -64
257.05/258.35	c [162.54] IHS main loop, iteration 242: LB = -1430, UB = -64
257.05/258.35	c [162.66] IHS main loop, iteration 243: LB = -1430, UB = -64
257.05/258.35	c [162.77] IHS main loop, iteration 244: LB = -1430, UB = -64
257.05/258.35	c [162.89] IHS main loop, iteration 245: LB = -1430, UB = -64
257.05/258.35	c [177.73] IHS main loop, iteration 246: LB = -1430, UB = -64
257.05/258.35	c [177.85] IHS main loop, iteration 247: LB = -1430, UB = -64
257.05/258.35	c [177.96] IHS main loop, iteration 248: LB = -1430, UB = -64
257.05/258.35	c [178.08] IHS main loop, iteration 249: LB = -1430, UB = -64
257.05/258.35	c [178.20] IHS main loop, iteration 250: LB = -1430, UB = -64
257.05/258.35	c [194.23] IHS main loop, iteration 251: LB = -1430, UB = -64
257.05/258.35	c [194.35] IHS main loop, iteration 252: LB = -1430, UB = -64
257.05/258.35	c [194.47] IHS main loop, iteration 253: LB = -1430, UB = -64
257.05/258.35	c [194.57] IHS main loop, iteration 254: LB = -1430, UB = -64
257.05/258.35	c [194.68] IHS main loop, iteration 255: LB = -1430, UB = -64
257.05/258.35	c [211.00] IHS main loop, iteration 256: LB = -1430, UB = -64
257.05/258.35	c [211.11] IHS main loop, iteration 257: LB = -1430, UB = -64
257.05/258.35	c [211.25] IHS main loop, iteration 258: LB = -1430, UB = -64
257.05/258.35	c [211.40] IHS main loop, iteration 259: LB = -1430, UB = -64
257.05/258.35	c [211.51] IHS main loop, iteration 260: LB = -1430, UB = -64
257.05/258.35	c [229.24] IHS main loop, iteration 261: LB = -1430, UB = -64
257.05/258.35	c [229.37] IHS main loop, iteration 262: LB = -1430, UB = -64
257.05/258.35	c [229.50] IHS main loop, iteration 263: LB = -1430, UB = -64
257.05/258.35	c [229.62] IHS main loop, iteration 264: LB = -1430, UB = -64
257.05/258.35	c [229.75] IHS main loop, iteration 265: LB = -1430, UB = -64
257.05/258.35	c [242.29] IHS main loop, iteration 266: LB = -1430, UB = -64
257.05/258.35	c [242.43] IHS main loop, iteration 267: LB = -1430, UB = -64
257.05/258.35	c [242.56] IHS main loop, iteration 268: LB = -1430, UB = -64
257.05/258.35	c [242.67] IHS main loop, iteration 269: LB = -1430, UB = -64
257.05/258.35	c [242.80] IHS main loop, iteration 270: LB = -1430, UB = -64
257.05/258.35	c [255.45] IHS main loop, iteration 271: LB = -1430, UB = -64
475.38/479.28	c [255.58] IHS main loop, iteration 272: LB = -1430, UB = -64
475.38/479.28	c [255.70] IHS main loop, iteration 273: LB = -1430, UB = -64
475.38/479.28	c [255.82] IHS main loop, iteration 274: LB = -1430, UB = -64
475.38/479.28	c [255.96] IHS main loop, iteration 275: LB = -1430, UB = -64
475.38/479.28	c [269.86] IHS main loop, iteration 276: LB = -1430, UB = -64
475.38/479.28	c [269.99] IHS main loop, iteration 277: LB = -1430, UB = -64
475.38/479.28	c [270.12] IHS main loop, iteration 278: LB = -1430, UB = -64
475.38/479.28	c [270.26] IHS main loop, iteration 279: LB = -1430, UB = -64
475.38/479.28	c [270.40] IHS main loop, iteration 280: LB = -1430, UB = -64
475.38/479.28	c [289.14] IHS main loop, iteration 281: LB = -1430, UB = -64
475.38/479.28	c [289.32] IHS main loop, iteration 282: LB = -1430, UB = -64
475.38/479.28	c [289.45] IHS main loop, iteration 283: LB = -1430, UB = -64
475.38/479.28	c [289.59] IHS main loop, iteration 284: LB = -1430, UB = -64
475.38/479.28	c [289.74] IHS main loop, iteration 285: LB = -1430, UB = -64
475.38/479.28	c [302.92] IHS main loop, iteration 286: LB = -1430, UB = -64
475.38/479.28	c [303.06] IHS main loop, iteration 287: LB = -1430, UB = -64
475.38/479.28	c [303.20] IHS main loop, iteration 288: LB = -1430, UB = -64
475.38/479.28	c [303.34] IHS main loop, iteration 289: LB = -1430, UB = -64
475.38/479.28	c [303.47] IHS main loop, iteration 290: LB = -1430, UB = -64
475.38/479.28	c [317.20] IHS main loop, iteration 291: LB = -1430, UB = -64
475.38/479.28	c [317.33] IHS main loop, iteration 292: LB = -1430, UB = -64
475.38/479.28	c [317.45] IHS main loop, iteration 293: LB = -1430, UB = -64
475.38/479.28	c [317.59] IHS main loop, iteration 294: LB = -1430, UB = -64
475.38/479.28	c [317.73] IHS main loop, iteration 295: LB = -1430, UB = -64
475.38/479.28	c [333.01] IHS main loop, iteration 296: LB = -1430, UB = -64
475.38/479.28	c [333.16] IHS main loop, iteration 297: LB = -1430, UB = -64
475.38/479.28	c [333.30] IHS main loop, iteration 298: LB = -1430, UB = -64
475.38/479.28	c [333.44] IHS main loop, iteration 299: LB = -1430, UB = -64
475.38/479.28	c [333.58] IHS main loop, iteration 300: LB = -1430, UB = -64
475.38/479.28	c [349.77] IHS main loop, iteration 301: LB = -1430, UB = -64
475.38/479.28	c [349.95] IHS main loop, iteration 302: LB = -1430, UB = -64
475.38/479.28	c [350.08] IHS main loop, iteration 303: LB = -1430, UB = -64
475.38/479.28	c [350.22] IHS main loop, iteration 304: LB = -1430, UB = -64
475.38/479.28	c [350.35] IHS main loop, iteration 305: LB = -1430, UB = -64
475.38/479.28	c [365.27] IHS main loop, iteration 306: LB = -1430, UB = -64
475.38/479.28	c [365.41] IHS main loop, iteration 307: LB = -1430, UB = -64
475.38/479.28	c [365.55] IHS main loop, iteration 308: LB = -1430, UB = -64
475.38/479.28	c [365.76] IHS main loop, iteration 309: LB = -1430, UB = -64
475.38/479.28	c [365.92] IHS main loop, iteration 310: LB = -1430, UB = -64
475.38/479.28	c [379.52] IHS main loop, iteration 311: LB = -1430, UB = -64
475.38/479.28	c [379.67] IHS main loop, iteration 312: LB = -1430, UB = -64
475.38/479.28	c [379.81] IHS main loop, iteration 313: LB = -1430, UB = -64
475.38/479.28	c [379.95] IHS main loop, iteration 314: LB = -1430, UB = -64
475.38/479.28	c [380.32] IHS main loop, iteration 315: LB = -1430, UB = -64
475.38/479.28	c [393.69] IHS main loop, iteration 316: LB = -1430, UB = -64
475.38/479.28	c [393.84] IHS main loop, iteration 317: LB = -1430, UB = -64
475.38/479.28	c [393.99] IHS main loop, iteration 318: LB = -1430, UB = -64
475.38/479.28	c [394.14] IHS main loop, iteration 319: LB = -1430, UB = -64
475.38/479.28	c [394.28] IHS main loop, iteration 320: LB = -1430, UB = -64
475.38/479.28	c [409.66] IHS main loop, iteration 321: LB = -1430, UB = -64
475.38/479.28	c [409.81] IHS main loop, iteration 322: LB = -1430, UB = -64
475.38/479.28	c [409.96] IHS main loop, iteration 323: LB = -1430, UB = -64
475.38/479.28	c [410.15] IHS main loop, iteration 324: LB = -1430, UB = -64
475.38/479.28	c [410.31] IHS main loop, iteration 325: LB = -1430, UB = -64
475.38/479.28	c [427.61] IHS main loop, iteration 326: LB = -1430, UB = -64
475.38/479.28	c [427.76] IHS main loop, iteration 327: LB = -1430, UB = -64
475.38/479.28	c [427.92] IHS main loop, iteration 328: LB = -1430, UB = -64
475.38/479.28	c [428.07] IHS main loop, iteration 329: LB = -1430, UB = -64
475.38/479.28	c [428.23] IHS main loop, iteration 330: LB = -1430, UB = -64
475.38/479.28	c [449.76] IHS main loop, iteration 331: LB = -1430, UB = -64
475.38/479.28	c [449.92] IHS main loop, iteration 332: LB = -1430, UB = -64
475.38/479.28	c [450.08] IHS main loop, iteration 333: LB = -1430, UB = -64
475.38/479.28	c [450.23] IHS main loop, iteration 334: LB = -1430, UB = -64
475.38/479.28	c [450.39] IHS main loop, iteration 335: LB = -1430, UB = -64
475.38/479.28	c [472.34] IHS main loop, iteration 336: LB = -1430, UB = -64
475.38/479.28	c [472.52] IHS main loop, iteration 337: LB = -1430, UB = -64
909.69/917.36	c [472.68] IHS main loop, iteration 338: LB = -1430, UB = -64
909.69/917.36	c [472.84] IHS main loop, iteration 339: LB = -1430, UB = -64
909.69/917.36	c [473.01] IHS main loop, iteration 340: LB = -1430, UB = -64
909.69/917.36	c [488.69] IHS main loop, iteration 341: LB = -1430, UB = -64
909.69/917.36	c [488.85] IHS main loop, iteration 342: LB = -1430, UB = -64
909.69/917.36	c [489.02] IHS main loop, iteration 343: LB = -1430, UB = -64
909.69/917.36	c [489.18] IHS main loop, iteration 344: LB = -1430, UB = -64
909.69/917.36	c [489.34] IHS main loop, iteration 345: LB = -1430, UB = -64
909.69/917.36	c [505.38] IHS main loop, iteration 346: LB = -1430, UB = -64
909.69/917.36	c [505.55] IHS main loop, iteration 347: LB = -1430, UB = -64
909.69/917.36	c [505.71] IHS main loop, iteration 348: LB = -1430, UB = -64
909.69/917.36	c [505.88] IHS main loop, iteration 349: LB = -1430, UB = -64
909.69/917.36	c [506.04] IHS main loop, iteration 350: LB = -1430, UB = -64
909.69/917.36	c [526.02] IHS main loop, iteration 351: LB = -1430, UB = -64
909.69/917.36	c [526.20] IHS main loop, iteration 352: LB = -1430, UB = -64
909.69/917.36	c [526.39] IHS main loop, iteration 353: LB = -1430, UB = -64
909.69/917.36	c [526.54] IHS main loop, iteration 354: LB = -1430, UB = -64
909.69/917.36	c [526.71] IHS main loop, iteration 355: LB = -1430, UB = -64
909.69/917.36	c [553.82] IHS main loop, iteration 356: LB = -1430, UB = -64
909.69/917.36	c [554.01] IHS main loop, iteration 357: LB = -1430, UB = -64
909.69/917.36	c [554.17] IHS main loop, iteration 358: LB = -1430, UB = -64
909.69/917.36	c [554.34] IHS main loop, iteration 359: LB = -1430, UB = -64
909.69/917.36	c [554.79] IHS main loop, iteration 360: LB = -1430, UB = -64
909.69/917.36	c [579.40] IHS main loop, iteration 361: LB = -1430, UB = -64
909.69/917.36	c [579.58] IHS main loop, iteration 362: LB = -1430, UB = -64
909.69/917.36	c [579.80] IHS main loop, iteration 363: LB = -1430, UB = -64
909.69/917.36	c [579.99] IHS main loop, iteration 364: LB = -1430, UB = -64
909.69/917.36	c [580.16] IHS main loop, iteration 365: LB = -1430, UB = -64
909.69/917.36	c [605.07] IHS main loop, iteration 366: LB = -1430, UB = -64
909.69/917.36	c [605.23] IHS main loop, iteration 367: LB = -1430, UB = -64
909.69/917.36	c [605.41] IHS main loop, iteration 368: LB = -1430, UB = -64
909.69/917.36	c [605.79] IHS main loop, iteration 369: LB = -1430, UB = -64
909.69/917.36	c [605.97] IHS main loop, iteration 370: LB = -1430, UB = -64
909.69/917.36	c [629.16] IHS main loop, iteration 371: LB = -1430, UB = -64
909.69/917.36	c [629.34] IHS main loop, iteration 372: LB = -1430, UB = -64
909.69/917.36	c [629.50] IHS main loop, iteration 373: LB = -1430, UB = -64
909.69/917.36	c [629.68] IHS main loop, iteration 374: LB = -1430, UB = -64
909.69/917.36	c [629.86] IHS main loop, iteration 375: LB = -1430, UB = -64
909.69/917.36	c [668.73] IHS main loop, iteration 376: LB = -1430, UB = -64
909.69/917.36	c [668.98] IHS main loop, iteration 377: LB = -1430, UB = -64
909.69/917.36	c [669.15] IHS main loop, iteration 378: LB = -1430, UB = -64
909.69/917.36	c [669.33] IHS main loop, iteration 379: LB = -1430, UB = -64
909.69/917.36	c [669.53] IHS main loop, iteration 380: LB = -1430, UB = -64
909.69/917.36	c [711.92] IHS main loop, iteration 381: LB = -1430, UB = -64
909.69/917.36	c [712.11] IHS main loop, iteration 382: LB = -1430, UB = -64
909.69/917.36	c [712.28] IHS main loop, iteration 383: LB = -1430, UB = -64
909.69/917.36	c [712.46] IHS main loop, iteration 384: LB = -1430, UB = -64
909.69/917.36	c [712.64] IHS main loop, iteration 385: LB = -1430, UB = -64
909.69/917.36	c [749.48] IHS main loop, iteration 386: LB = -1430, UB = -64
909.69/917.36	c [749.68] IHS main loop, iteration 387: LB = -1430, UB = -64
909.69/917.36	c [749.86] IHS main loop, iteration 388: LB = -1430, UB = -64
909.69/917.36	c [750.52] IHS main loop, iteration 389: LB = -1430, UB = -64
909.69/917.36	c [750.91] IHS main loop, iteration 390: LB = -1430, UB = -64
909.69/917.36	c [791.87] IHS main loop, iteration 391: LB = -1430, UB = -64
909.69/917.36	c [792.05] IHS main loop, iteration 392: LB = -1430, UB = -64
909.69/917.36	c [792.22] IHS main loop, iteration 393: LB = -1430, UB = -64
909.69/917.36	c [792.40] IHS main loop, iteration 394: LB = -1430, UB = -64
909.69/917.36	c [792.57] IHS main loop, iteration 395: LB = -1430, UB = -64
909.69/917.36	c [849.19] IHS main loop, iteration 396: LB = -1430, UB = -64
909.69/917.36	c [849.37] IHS main loop, iteration 397: LB = -1430, UB = -64
909.69/917.36	c [849.54] IHS main loop, iteration 398: LB = -1430, UB = -64
909.69/917.36	c [849.72] IHS main loop, iteration 399: LB = -1430, UB = -64
909.69/917.36	c [849.90] IHS main loop, iteration 400: LB = -1430, UB = -64
909.69/917.36	c [904.21] IHS main loop, iteration 401: LB = -1430, UB = -64
909.69/917.36	c [904.39] IHS main loop, iteration 402: LB = -1430, UB = -64
909.69/917.36	c [904.57] IHS main loop, iteration 403: LB = -1430, UB = -64
1647.13/1659.92	c [904.75] IHS main loop, iteration 404: LB = -1430, UB = -64
1647.13/1659.92	c [904.94] IHS main loop, iteration 405: LB = -1430, UB = -64
1647.13/1659.92	c [950.49] IHS main loop, iteration 406: LB = -1430, UB = -64
1647.13/1659.92	c [950.66] IHS main loop, iteration 407: LB = -1430, UB = -64
1647.13/1659.92	c [950.84] IHS main loop, iteration 408: LB = -1430, UB = -64
1647.13/1659.92	c [951.03] IHS main loop, iteration 409: LB = -1430, UB = -64
1647.13/1659.92	c [951.69] IHS main loop, iteration 410: LB = -1430, UB = -64
1647.13/1659.92	c [1001.27] IHS main loop, iteration 411: LB = -1430, UB = -64
1647.13/1659.92	c [1001.46] IHS main loop, iteration 412: LB = -1430, UB = -64
1647.13/1659.92	c [1001.65] IHS main loop, iteration 413: LB = -1430, UB = -64
1647.13/1659.92	c [1001.84] IHS main loop, iteration 414: LB = -1430, UB = -64
1647.13/1659.92	c [1002.03] IHS main loop, iteration 415: LB = -1430, UB = -64
1647.13/1659.92	c [1050.85] IHS main loop, iteration 416: LB = -1430, UB = -64
1647.13/1659.92	c [1051.05] IHS main loop, iteration 417: LB = -1430, UB = -64
1647.13/1659.92	c [1051.25] IHS main loop, iteration 418: LB = -1430, UB = -64
1647.13/1659.92	c [1051.46] IHS main loop, iteration 419: LB = -1430, UB = -64
1647.13/1659.92	c [1051.65] IHS main loop, iteration 420: LB = -1430, UB = -64
1647.13/1659.92	c [1103.43] IHS main loop, iteration 421: LB = -1430, UB = -64
1647.13/1659.92	c [1103.63] IHS main loop, iteration 422: LB = -1430, UB = -64
1647.13/1659.92	c [1103.85] IHS main loop, iteration 423: LB = -1430, UB = -64
1647.13/1659.92	c [1104.03] IHS main loop, iteration 424: LB = -1430, UB = -64
1647.13/1659.92	c [1104.24] IHS main loop, iteration 425: LB = -1430, UB = -64
1647.13/1659.92	c [1159.47] IHS main loop, iteration 426: LB = -1430, UB = -64
1647.13/1659.92	c [1159.66] IHS main loop, iteration 427: LB = -1430, UB = -64
1647.13/1659.92	c [1159.87] IHS main loop, iteration 428: LB = -1430, UB = -64
1647.13/1659.92	c [1160.07] IHS main loop, iteration 429: LB = -1430, UB = -64
1647.13/1659.92	c [1160.27] IHS main loop, iteration 430: LB = -1430, UB = -64
1647.13/1659.92	c [1225.70] IHS main loop, iteration 431: LB = -1430, UB = -64
1647.13/1659.92	c [1225.90] IHS main loop, iteration 432: LB = -1430, UB = -64
1647.13/1659.92	c [1226.09] IHS main loop, iteration 433: LB = -1430, UB = -64
1647.13/1659.92	c [1226.30] IHS main loop, iteration 434: LB = -1430, UB = -64
1647.13/1659.92	c [1226.53] IHS main loop, iteration 435: LB = -1430, UB = -64
1647.13/1659.92	c [1307.51] IHS main loop, iteration 436: LB = -1430, UB = -64
1647.13/1659.92	c [1307.72] IHS main loop, iteration 437: LB = -1430, UB = -64
1647.13/1659.92	c [1307.92] IHS main loop, iteration 438: LB = -1430, UB = -64
1647.13/1659.92	c [1308.18] IHS main loop, iteration 439: LB = -1430, UB = -64
1647.13/1659.92	c [1308.38] IHS main loop, iteration 440: LB = -1430, UB = -64
1647.13/1659.92	c [1369.73] IHS main loop, iteration 441: LB = -1430, UB = -64
1647.13/1659.92	c [1369.93] IHS main loop, iteration 442: LB = -1430, UB = -64
1647.13/1659.92	c [1370.13] IHS main loop, iteration 443: LB = -1430, UB = -64
1647.13/1659.92	c [1370.33] IHS main loop, iteration 444: LB = -1430, UB = -64
1647.13/1659.92	c [1370.53] IHS main loop, iteration 445: LB = -1430, UB = -64
1647.13/1659.92	c [1420.01] IHS main loop, iteration 446: LB = -1430, UB = -64
1647.13/1659.92	c [1420.22] IHS main loop, iteration 447: LB = -1430, UB = -64
1647.13/1659.92	c [1420.43] IHS main loop, iteration 448: LB = -1430, UB = -64
1647.13/1659.92	c [1420.63] IHS main loop, iteration 449: LB = -1430, UB = -64
1647.13/1659.92	c [1420.84] IHS main loop, iteration 450: LB = -1430, UB = -64
1647.13/1659.92	c [1467.61] IHS main loop, iteration 451: LB = -1430, UB = -64
1647.13/1659.92	c [1467.85] IHS main loop, iteration 452: LB = -1430, UB = -64
1647.13/1659.92	c [1468.73] IHS main loop, iteration 453: LB = -1430, UB = -64
1647.13/1659.92	c [1468.95] IHS main loop, iteration 454: LB = -1430, UB = -64
1647.13/1659.92	c [1469.19] IHS main loop, iteration 455: LB = -1430, UB = -64
1647.13/1659.92	c [1518.98] IHS main loop, iteration 456: LB = -1430, UB = -64
1647.13/1659.92	c [1519.34] IHS main loop, iteration 457: LB = -1430, UB = -64
1647.13/1659.92	c [1519.57] IHS main loop, iteration 458: LB = -1430, UB = -64
1647.13/1659.92	c [1519.81] IHS main loop, iteration 459: LB = -1430, UB = -64
1647.13/1659.92	c [1520.07] IHS main loop, iteration 460: LB = -1430, UB = -64
1647.13/1659.92	c [1578.96] IHS main loop, iteration 461: LB = -1430, UB = -64
1647.13/1659.92	c [1579.18] IHS main loop, iteration 462: LB = -1430, UB = -64
1647.13/1659.92	c [1579.43] IHS main loop, iteration 463: LB = -1430, UB = -64
1647.13/1659.92	c [1579.67] IHS main loop, iteration 464: LB = -1430, UB = -64
1647.13/1659.92	c [1579.91] IHS main loop, iteration 465: LB = -1430, UB = -64
1647.13/1659.92	c [1637.67] IHS main loop, iteration 466: LB = -1430, UB = -64
1647.13/1659.92	c [1637.90] IHS main loop, iteration 467: LB = -1430, UB = -64
1647.13/1659.92	c [1638.13] IHS main loop, iteration 468: LB = -1430, UB = -64
2787.60/2809.17	c [1638.40] IHS main loop, iteration 469: LB = -1430, UB = -64
2787.60/2809.17	c [1638.63] IHS main loop, iteration 470: LB = -1430, UB = -64
2787.60/2809.17	c [1695.56] IHS main loop, iteration 471: LB = -1430, UB = -64
2787.60/2809.17	c [1695.81] IHS main loop, iteration 472: LB = -1430, UB = -64
2787.60/2809.17	c [1696.04] IHS main loop, iteration 473: LB = -1430, UB = -64
2787.60/2809.17	c [1696.28] IHS main loop, iteration 474: LB = -1430, UB = -64
2787.60/2809.17	c [1696.54] IHS main loop, iteration 475: LB = -1430, UB = -64
2787.60/2809.17	c [1758.53] IHS main loop, iteration 476: LB = -1430, UB = -64
2787.60/2809.17	c [1758.75] IHS main loop, iteration 477: LB = -1430, UB = -64
2787.60/2809.17	c [1758.97] IHS main loop, iteration 478: LB = -1430, UB = -64
2787.60/2809.17	c [1759.19] IHS main loop, iteration 479: LB = -1430, UB = -64
2787.60/2809.17	c [1759.40] IHS main loop, iteration 480: LB = -1430, UB = -64
2787.60/2809.17	c [1828.39] IHS main loop, iteration 481: LB = -1430, UB = -64
2787.60/2809.17	c [1828.60] IHS main loop, iteration 482: LB = -1430, UB = -64
2787.60/2809.17	c [1828.82] IHS main loop, iteration 483: LB = -1430, UB = -64
2787.60/2809.17	c [1829.04] IHS main loop, iteration 484: LB = -1430, UB = -64
2787.60/2809.17	c [1829.26] IHS main loop, iteration 485: LB = -1430, UB = -64
2787.60/2809.17	c [1893.78] IHS main loop, iteration 486: LB = -1430, UB = -64
2787.60/2809.17	c [1894.00] IHS main loop, iteration 487: LB = -1430, UB = -64
2787.60/2809.17	c [1894.22] IHS main loop, iteration 488: LB = -1430, UB = -64
2787.60/2809.17	c [1894.48] IHS main loop, iteration 489: LB = -1430, UB = -64
2787.60/2809.17	c [1894.71] IHS main loop, iteration 490: LB = -1430, UB = -64
2787.60/2809.17	c [1959.10] IHS main loop, iteration 491: LB = -1430, UB = -64
2787.60/2809.17	c [1959.34] IHS main loop, iteration 492: LB = -1430, UB = -64
2787.60/2809.17	c [1959.58] IHS main loop, iteration 493: LB = -1430, UB = -64
2787.60/2809.17	c [1959.94] IHS main loop, iteration 494: LB = -1430, UB = -64
2787.60/2809.17	c [1960.16] IHS main loop, iteration 495: LB = -1430, UB = -64
2787.60/2809.17	c [2045.16] IHS main loop, iteration 496: LB = -1430, UB = -64
2787.60/2809.17	c [2045.39] IHS main loop, iteration 497: LB = -1430, UB = -64
2787.60/2809.17	c [2045.62] IHS main loop, iteration 498: LB = -1430, UB = -64
2787.60/2809.17	c [2045.87] IHS main loop, iteration 499: LB = -1430, UB = -64
2787.60/2809.17	c [2046.10] IHS main loop, iteration 500: LB = -1430, UB = -64
2787.60/2809.17	c [2135.23] IHS main loop, iteration 501: LB = -1430, UB = -64
2787.60/2809.17	c [2135.46] IHS main loop, iteration 502: LB = -1430, UB = -64
2787.60/2809.17	c [2135.69] IHS main loop, iteration 503: LB = -1430, UB = -64
2787.60/2809.17	c [2135.93] IHS main loop, iteration 504: LB = -1430, UB = -64
2787.60/2809.17	c [2136.17] IHS main loop, iteration 505: LB = -1430, UB = -64
2787.60/2809.17	c [2219.59] IHS main loop, iteration 506: LB = -1430, UB = -64
2787.60/2809.17	c [2219.83] IHS main loop, iteration 507: LB = -1430, UB = -64
2787.60/2809.17	c [2220.09] IHS main loop, iteration 508: LB = -1430, UB = -64
2787.60/2809.17	c [2220.34] IHS main loop, iteration 509: LB = -1430, UB = -64
2787.60/2809.17	c [2220.59] IHS main loop, iteration 510: LB = -1430, UB = -64
2787.60/2809.17	c [2309.12] IHS main loop, iteration 511: LB = -1430, UB = -64
2787.60/2809.17	c [2309.36] IHS main loop, iteration 512: LB = -1430, UB = -64
2787.60/2809.17	c [2309.62] IHS main loop, iteration 513: LB = -1430, UB = -64
2787.60/2809.17	c [2309.93] IHS main loop, iteration 514: LB = -1430, UB = -64
2787.60/2809.17	c [2310.18] IHS main loop, iteration 515: LB = -1430, UB = -64
2787.60/2809.17	c [2406.40] IHS main loop, iteration 516: LB = -1430, UB = -64
2787.60/2809.17	c [2406.63] IHS main loop, iteration 517: LB = -1430, UB = -64
2787.60/2809.17	c [2406.87] IHS main loop, iteration 518: LB = -1430, UB = -64
2787.60/2809.17	c [2407.14] IHS main loop, iteration 519: LB = -1430, UB = -64
2787.60/2809.17	c [2407.38] IHS main loop, iteration 520: LB = -1430, UB = -64
2787.60/2809.17	c [2515.30] IHS main loop, iteration 521: LB = -1430, UB = -64
2787.60/2809.17	c [2515.54] IHS main loop, iteration 522: LB = -1430, UB = -64
2787.60/2809.17	c [2515.78] IHS main loop, iteration 523: LB = -1430, UB = -64
2787.60/2809.17	c [2516.03] IHS main loop, iteration 524: LB = -1430, UB = -64
2787.60/2809.17	c [2516.27] IHS main loop, iteration 525: LB = -1430, UB = -64
2787.60/2809.17	c [2628.02] IHS main loop, iteration 526: LB = -1430, UB = -64
2787.60/2809.17	c [2628.27] IHS main loop, iteration 527: LB = -1430, UB = -64
2787.60/2809.17	c [2628.52] IHS main loop, iteration 528: LB = -1430, UB = -64
2787.60/2809.17	c [2628.76] IHS main loop, iteration 529: LB = -1430, UB = -64
2787.60/2809.17	c [2629.01] IHS main loop, iteration 530: LB = -1430, UB = -64
2787.60/2809.17	c [2771.05] IHS main loop, iteration 531: LB = -1430, UB = -64
2787.60/2809.17	c [2771.30] IHS main loop, iteration 532: LB = -1430, UB = -64
2787.60/2809.17	c [2771.55] IHS main loop, iteration 533: LB = -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

running on 4 cores: 56-59

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

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

CPU governors:
  performance: 56-59

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (103629 MiB free)
  node 1: cores 8-15, 129019 MiB (103581 MiB free)
  node 2: cores 16-23, 128973 MiB (113176 MiB free)
  node 3: cores 24-31, 129003 MiB (110815 MiB free)
  node 4: cores 32-39, 129019 MiB (107550 MiB free)
  node 5: cores 40-47, 129019 MiB (111161 MiB free)
  node 6: cores 48-55, 129019 MiB (113345 MiB free)
  node 7: cores 56-63, 128474 MiB (101774 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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=2380251, runsolver pid=2380248

[startup+0.100062 s]*
/proc/loadavg: 7.89 4.96 4.89 19/897 2380253
/proc/meminfo: memFree=885766356/1055320704 swapFree=33554428/33554428
[pid=2380251] ppid=2380248 vsize=206444 memory=34200 CPUtime=0.09 cores=56-59
/proc/2380251/stat : 2380251 (hitpbo) R 2380248 2380251 2378988 0 -1 4194304 2862 0 0 0 8 1 0 0 20 0 2 0 216186925 211398656 8344 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 0 0 0 17 56 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
/proc/2380251/statm: 51611 8550 5233 1194 0 16936 0
[pid=2380251/tid=2380253] ppid=2380248 vsize=206444 memory=448176484133 CPUtime=0 cores=56-59
/proc/2380251/task/2380253/stat : 2380253 (hitpbo) S 2380248 2380251 2378988 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 216186927 211398656 8344 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 1 0 0 -1 57 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 206444 KiB
Current children cumulated memory: 34200 KiB

[startup+0.213973 s]*
/proc/loadavg: 7.89 4.96 4.89 17/897 2380253
/proc/meminfo: memFree=885748728/1055320704 swapFree=33554428/33554428
[pid=2380251] ppid=2380248 vsize=208904 memory=36424 CPUtime=0.21 cores=56-59
/proc/2380251/stat : 2380251 (hitpbo) R 2380248 2380251 2378988 0 -1 4194304 3418 0 0 0 19 2 0 0 20 0 2 0 216186925 213917696 8856 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 0 0 0 17 56 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
/proc/2380251/statm: 52226 9106 5233 1194 0 17551 0
[pid=2380251/tid=2380253] ppid=2380248 vsize=208904 memory=8386095037794055477 CPUtime=0 cores=56-59
/proc/2380251/task/2380253/stat : 2380253 (hitpbo) S 2380248 2380251 2378988 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 216186927 213917696 8856 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 1 0 0 -1 57 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 208904 KiB
Current children cumulated memory: 36424 KiB

[startup+0.312832 s]*
/proc/loadavg: 7.89 4.96 4.89 17/897 2380253
/proc/meminfo: memFree=885733796/1055320704 swapFree=33554428/33554428
[pid=2380251] ppid=2380248 vsize=210076 memory=37816 CPUtime=0.3 cores=56-59
/proc/2380251/stat : 2380251 (hitpbo) R 2380248 2380251 2378988 0 -1 4194304 3766 0 0 0 28 2 0 0 20 0 2 0 216186925 215117824 9240 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 0 0 0 17 56 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
/proc/2380251/statm: 52519 9454 5233 1194 0 17844 0
[pid=2380251/tid=2380253] ppid=2380248 vsize=210076 memory=8389771804677338421 CPUtime=0 cores=56-59
/proc/2380251/task/2380253/stat : 2380253 (hitpbo) S 2380248 2380251 2378988 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 216186927 215117824 9240 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 1 0 0 -1 57 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 210076 KiB
Current children cumulated memory: 37816 KiB

[startup+0.700118 s]
/proc/loadavg: 7.89 4.96 4.89 17/897 2380253
/proc/meminfo: memFree=885707108/1055320704 swapFree=33554428/33554428
[pid=2380251] ppid=2380248 vsize=217216 memory=43064 CPUtime=0.68 cores=56-59
/proc/2380251/stat : 2380251 (hitpbo) R 2380248 2380251 2378988 0 -1 4194304 5078 0 0 0 65 3 0 0 20 0 2 0 216186925 222429184 10520 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 0 0 0 17 56 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
/proc/2380251/statm: 54304 10766 5233 1194 0 19629 0
[pid=2380251/tid=2380253] ppid=2380248 vsize=217216 memory=4984 CPUtime=0 cores=56-59
/proc/2380251/task/2380253/stat : 2380253 (hitpbo) S 2380248 2380251 2378988 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 216186927 222429184 10520 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 1 0 0 -1 57 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 217216 KiB
Current children cumulated memory: 43064 KiB

[startup+1.50013 s]
/proc/loadavg: 7.89 4.96 4.89 17/897 2380253
/proc/meminfo: memFree=885637508/1055320704 swapFree=33554428/33554428
[pid=2380251] ppid=2380248 vsize=224392 memory=52476 CPUtime=1.48 cores=56-59
/proc/2380251/stat : 2380251 (hitpbo) R 2380248 2380251 2378988 0 -1 4194304 7692 0 0 0 142 6 0 0 20 0 2 0 216186925 229777408 12899 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 0 0 0 17 56 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
/proc/2380251/statm: 56098 13119 5233 1194 0 21423 0
[pid=2380251/tid=2380253] ppid=2380248 vsize=224392 memory=4984 CPUtime=0 cores=56-59
/proc/2380251/task/2380253/stat : 2380253 (hitpbo) S 2380248 2380251 2378988 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 216186927 229777408 12899 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 1 0 0 -1 57 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 224392 KiB
Current children cumulated memory: 52476 KiB

[startup+3.11384 s]
/proc/loadavg: 7.89 4.96 4.89 17/897 2380253
/proc/meminfo: memFree=885349484/1055320704 swapFree=33554428/33554428
[pid=2380251] ppid=2380248 vsize=236396 memory=65328 CPUtime=3.08 cores=56-59
/proc/2380251/stat : 2380251 (hitpbo) R 2380248 2380251 2378988 0 -1 4194304 17132 0 0 0 298 10 0 0 20 0 2 0 216186925 242069504 16140 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 0 0 0 17 56 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
/proc/2380251/statm: 59099 16332 5233 1194 0 24424 0
[pid=2380251/tid=2380253] ppid=2380248 vsize=236396 memory=0 CPUtime=0 cores=56-59
/proc/2380251/task/2380253/stat : 2380253 (hitpbo) S 2380248 2380251 2378988 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 2 0 216186927 242069504 16140 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 1 0 0 -1 57 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 236396 KiB
Current children cumulated memory: 65328 KiB

[startup+6.30012 s]
/proc/loadavg: 8.54 5.14 4.95 17/895 2380267
/proc/meminfo: memFree=885027148/1055320704 swapFree=33554428/33554428
[pid=2380251] ppid=2380248 vsize=250816 memory=80180 CPUtime=6.26 cores=56-59
/proc/2380251/stat : 2380251 (hitpbo) R 2380248 2380251 2378988 0 -1 4194304 20430 0 0 0 609 17 0 0 20 0 2 0 216186925 256835584 19858 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 0 0 0 17 56 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
/proc/2380251/statm: 62704 20045 5473 1194 0 28029 0
[pid=2380251/tid=2380253] ppid=2380248 vsize=250816 memory=79404 CPUtime=0 cores=56-59
/proc/2380251/task/2380253/stat : 2380253 (hitpbo) S 2380248 2380251 2378988 0 -1 4194368 6 0 0 0 0 0 0 0 20 0 2 0 216186927 256835584 19858 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 1 0 0 -1 57 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 250816 KiB
Current children cumulated memory: 80180 KiB

[startup+12.7001 s]
/proc/loadavg: 9.22 5.34 5.01 17/899 2380355
/proc/meminfo: memFree=884049792/1055320704 swapFree=33554428/33554428
[pid=2380251] ppid=2380248 vsize=268768 memory=92212 CPUtime=12.64 cores=56-59
/proc/2380251/stat : 2380251 (hitpbo) R 2380248 2380251 2378988 0 -1 4194304 29514 0 0 0 1240 24 0 0 20 0 2 0 216186925 275218432 22882 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 0 0 0 17 56 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
/proc/2380251/statm: 67192 23053 5473 1194 0 32517 0
[pid=2380251/tid=2380253] ppid=2380248 vsize=268768 memory=15628 CPUtime=0 cores=56-59
/proc/2380251/task/2380253/stat : 2380253 (hitpbo) S 2380248 2380251 2378988 0 -1 4194368 7 0 0 0 0 0 0 0 20 0 2 0 216186927 275218432 22882 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 1 0 0 -1 57 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 268768 KiB
Current children cumulated memory: 92212 KiB

[startup+25.5001 s]
/proc/loadavg: 10.72 5.86 5.19 17/900 2380356
/proc/meminfo: memFree=882755104/1055320704 swapFree=33554428/33554428
[pid=2380251] ppid=2380248 vsize=276872 memory=100276 CPUtime=25.39 cores=56-59
/proc/2380251/stat : 2380251 (hitpbo) R 2380248 2380251 2378988 0 -1 4194304 40131 0 0 0 2500 39 0 0 20 0 2 0 216186925 283516928 24930 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 0 0 0 17 56 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
/proc/2380251/statm: 69218 25069 5473 1194 0 34543 0
[pid=2380251/tid=2380253] ppid=2380248 vsize=276872 memory=5064 CPUtime=0 cores=56-59
/proc/2380251/task/2380253/stat : 2380253 (hitpbo) S 2380248 2380251 2378988 0 -1 4194368 10 0 0 0 0 0 0 0 20 0 2 0 216186927 283516928 24930 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 1 0 0 -1 57 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 276872 KiB
Current children cumulated memory: 100276 KiB

[startup+51.1133 s]
/proc/loadavg: 12.68 6.71 5.49 16/897 2380366
/proc/meminfo: memFree=881313596/1055320704 swapFree=33554428/33554428
[pid=2380251] ppid=2380248 vsize=295128 memory=116516 CPUtime=50.88 cores=56-59
/proc/2380251/stat : 2380251 (hitpbo) R 2380248 2380251 2378988 0 -1 4194304 67502 0 0 0 5023 65 0 0 20 0 2 0 216186925 302211072 28925 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 0 0 0 17 56 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
/proc/2380251/statm: 73782 29129 5473 1194 0 39107 0
[pid=2380251/tid=2380253] ppid=2380248 vsize=295128 memory=115372 CPUtime=0 cores=56-59
/proc/2380251/task/2380253/stat : 2380253 (hitpbo) S 2380248 2380251 2378988 0 -1 4194368 10 0 0 0 0 0 0 0 20 0 2 0 216186927 302211072 28925 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 1 0 0 -1 57 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
Current children cumulated CPU time: 50.88 s
Current children cumulated vsize: 295128 KiB
Current children cumulated memory: 116516 KiB

[startup+102.3 s]
/proc/loadavg: 14.56 8.15 6.04 17/905 2380411
/proc/meminfo: memFree=876566660/1055320704 swapFree=33554428/33554428
[pid=2380251] ppid=2380248 vsize=334684 memory=148732 CPUtime=101.84 cores=56-59
/proc/2380251/stat : 2380251 (hitpbo) R 2380248 2380251 2378988 0 -1 4194304 98456 0 0 0 10084 100 0 0 20 0 2 0 216186925 342716416 36921 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 0 0 0 17 56 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
/proc/2380251/statm: 83671 37183 5505 1194 0 48996 0
[pid=2380251/tid=2380253] ppid=2380248 vsize=334684 memory=15628 CPUtime=0.01 cores=56-59
/proc/2380251/task/2380253/stat : 2380253 (hitpbo) S 2380248 2380251 2378988 0 -1 4194368 13 0 0 0 0 1 0 0 20 0 2 0 216186927 342716416 36921 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 1 0 0 -1 57 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
Current children cumulated CPU time: 101.84 s
Current children cumulated vsize: 334684 KiB
Current children cumulated memory: 148732 KiB

[startup+162.3 s]
/proc/loadavg: 16.21 9.79 6.74 17/907 2380414
/proc/meminfo: memFree=871939652/1055320704 swapFree=33554428/33554428
[pid=2380251] ppid=2380248 vsize=351048 memory=168972 CPUtime=161.56 cores=56-59
/proc/2380251/stat : 2380251 (hitpbo) R 2380248 2380251 2378988 0 -1 4194304 118383 0 0 0 16031 125 0 0 20 0 2 0 216186925 359473152 41976 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 0 0 0 17 56 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
/proc/2380251/statm: 87762 42243 5505 1194 0 53087 0
[pid=2380251/tid=2380253] ppid=2380248 vsize=351048 memory=168968 CPUtime=0.02 cores=56-59
/proc/2380251/task/2380253/stat : 2380253 (hitpbo) S 2380248 2380251 2378988 0 -1 4194368 13 0 0 0 0 2 0 0 20 0 2 0 216186927 359473152 41976 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 1 0 0 -1 57 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
Current children cumulated CPU time: 161.56 s

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

/proc/meminfo: memFree=759089304/1055320704 swapFree=33554428/33554428
[pid=2380251] ppid=2380248 vsize=500400 memory=283548 CPUtime=2959.59 cores=56-59
/proc/2380251/stat : 2380251 (hitpbo) R 2380248 2380251 2378988 0 -1 4194304 486688 0 0 0 294251 1708 0 0 20 0 2 0 216186925 512409600 70609 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 0 0 0 17 56 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
/proc/2380251/statm: 125100 70887 5553 1194 0 90425 0
[pid=2380251/tid=2380253] ppid=2380248 vsize=500400 memory=283548 CPUtime=0.65 cores=56-59
/proc/2380251/task/2380253/stat : 2380253 (hitpbo) S 2380248 2380251 2378988 0 -1 4194368 50 0 0 0 28 37 0 0 20 0 2 0 216186927 512409600 70609 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 1 0 0 -1 58 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
Current children cumulated CPU time: 2959.59 s
Current children cumulated vsize: 500400 KiB
Current children cumulated memory: 283548 KiB

[startup+3042.3 s]
/proc/loadavg: 16.00 16.06 15.75 17/903 2380951
/proc/meminfo: memFree=756187408/1055320704 swapFree=33554428/33554428
[pid=2380251] ppid=2380248 vsize=500400 memory=293788 CPUtime=3019.2 cores=56-59
/proc/2380251/stat : 2380251 (hitpbo) R 2380248 2380251 2378988 0 -1 4194304 499988 0 0 0 300184 1736 0 0 20 0 2 0 216186925 512409600 73174 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 0 0 0 17 56 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
/proc/2380251/statm: 125100 73447 5553 1194 0 90425 0
[pid=2380251/tid=2380253] ppid=2380248 vsize=500400 memory=289692 CPUtime=0.67 cores=56-59
/proc/2380251/task/2380253/stat : 2380253 (hitpbo) S 2380248 2380251 2378988 0 -1 4194368 53 0 0 0 29 38 0 0 20 0 2 0 216186927 512409600 73174 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 1 0 0 -1 57 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
Current children cumulated CPU time: 3019.2 s
Current children cumulated vsize: 500400 KiB
Current children cumulated memory: 293788 KiB

[startup+3102.3 s]
/proc/loadavg: 16.00 16.05 15.77 18/902 2380952
/proc/meminfo: memFree=753703020/1055320704 swapFree=33554428/33554428
[pid=2380251] ppid=2380248 vsize=500400 memory=293788 CPUtime=3078.82 cores=56-59
/proc/2380251/stat : 2380251 (hitpbo) R 2380248 2380251 2378988 0 -1 4194304 512689 0 0 0 306118 1764 0 0 20 0 2 0 216186925 512409600 73174 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 0 0 0 17 56 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
/proc/2380251/statm: 125100 73447 5553 1194 0 90425 0
[pid=2380251/tid=2380253] ppid=2380248 vsize=500400 memory=293788 CPUtime=0.69 cores=56-59
/proc/2380251/task/2380253/stat : 2380253 (hitpbo) S 2380248 2380251 2378988 0 -1 4194368 54 0 0 0 30 39 0 0 20 0 2 0 216186927 512409600 73174 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 1 0 0 -1 57 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
Current children cumulated CPU time: 3078.82 s
Current children cumulated vsize: 500400 KiB
Current children cumulated memory: 293788 KiB

[startup+3162.3 s]
/proc/loadavg: 16.53 16.18 15.83 17/898 2380953
/proc/meminfo: memFree=751242880/1055320704 swapFree=33554428/33554428
[pid=2380251] ppid=2380248 vsize=504564 memory=296872 CPUtime=3138.42 cores=56-59
/proc/2380251/stat : 2380251 (hitpbo) R 2380248 2380251 2378988 0 -1 4194304 524581 0 0 0 312047 1795 0 0 20 0 2 0 216186925 516673536 73942 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 0 0 0 17 56 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
/proc/2380251/statm: 126141 74218 5553 1194 0 91466 0
[pid=2380251/tid=2380253] ppid=2380248 vsize=504564 memory=296872 CPUtime=0.7 cores=56-59
/proc/2380251/task/2380253/stat : 2380253 (hitpbo) S 2380248 2380251 2378988 0 -1 4194368 57 0 0 0 31 39 0 0 20 0 2 0 216186927 516673536 73942 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 1 0 0 -1 58 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
Current children cumulated CPU time: 3138.42 s
Current children cumulated vsize: 504564 KiB
Current children cumulated memory: 296872 KiB

[startup+3222.3 s]
/proc/loadavg: 16.42 16.23 15.88 17/897 2380959
/proc/meminfo: memFree=748501864/1055320704 swapFree=33554428/33554428
[pid=2380251] ppid=2380248 vsize=504564 memory=296872 CPUtime=3197.98 cores=56-59
/proc/2380251/stat : 2380251 (hitpbo) R 2380248 2380251 2378988 0 -1 4194304 537404 0 0 0 317965 1833 0 0 20 0 2 0 216186925 516673536 73942 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 0 0 0 17 56 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
/proc/2380251/statm: 126141 74218 5553 1194 0 91466 0
[pid=2380251/tid=2380253] ppid=2380248 vsize=504564 memory=296872 CPUtime=0.71 cores=56-59
/proc/2380251/task/2380253/stat : 2380253 (hitpbo) S 2380248 2380251 2378988 0 -1 4194368 58 0 0 0 32 39 0 0 20 0 2 0 216186927 516673536 73942 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 1 0 0 -1 58 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
Current children cumulated CPU time: 3197.98 s
Current children cumulated vsize: 504564 KiB
Current children cumulated memory: 296872 KiB

[startup+3282.3 s]
/proc/loadavg: 16.66 16.30 15.93 17/900 2380964
/proc/meminfo: memFree=745782520/1055320704 swapFree=33554428/33554428
[pid=2380251] ppid=2380248 vsize=504564 memory=296872 CPUtime=3257.65 cores=56-59
/proc/2380251/stat : 2380251 (hitpbo) R 2380248 2380251 2378988 0 -1 4194304 548677 0 0 0 323897 1868 0 0 20 0 2 0 216186925 516673536 73942 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 0 0 0 17 57 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
/proc/2380251/statm: 126141 74218 5553 1194 0 91466 0
[pid=2380251/tid=2380253] ppid=2380248 vsize=504564 memory=296872 CPUtime=0.73 cores=56-59
/proc/2380251/task/2380253/stat : 2380253 (hitpbo) S 2380248 2380251 2378988 0 -1 4194368 58 0 0 0 33 40 0 0 20 0 2 0 216186927 516673536 73942 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 1 0 0 -1 56 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
Current children cumulated CPU time: 3257.65 s
Current children cumulated vsize: 504564 KiB
Current children cumulated memory: 296872 KiB

[startup+3342.3 s]
/proc/loadavg: 17.55 16.63 16.06 18/904 2380973
/proc/meminfo: memFree=743271520/1055320704 swapFree=33554428/33554428
[pid=2380251] ppid=2380248 vsize=504564 memory=298920 CPUtime=3317.26 cores=56-59
/proc/2380251/stat : 2380251 (hitpbo) R 2380248 2380251 2378988 0 -1 4194304 563149 0 0 0 329832 1894 0 0 20 0 2 0 216186925 516673536 74457 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 0 0 0 17 56 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
/proc/2380251/statm: 126141 74730 5553 1194 0 91466 0
[pid=2380251/tid=2380253] ppid=2380248 vsize=504564 memory=167428 CPUtime=0.75 cores=56-59
/proc/2380251/task/2380253/stat : 2380253 (hitpbo) S 2380248 2380251 2378988 0 -1 4194368 62 0 0 0 33 42 0 0 20 0 2 0 216186927 516673536 74457 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 1 0 0 -1 57 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
Current children cumulated CPU time: 3317.26 s
Current children cumulated vsize: 504564 KiB
Current children cumulated memory: 298920 KiB

[startup+3402.3 s]
/proc/loadavg: 17.05 16.67 16.11 17/906 2380976
/proc/meminfo: memFree=740560736/1055320704 swapFree=33554428/33554428
[pid=2380251] ppid=2380248 vsize=504564 memory=300968 CPUtime=3376.91 cores=56-59
/proc/2380251/stat : 2380251 (hitpbo) R 2380248 2380251 2378988 0 -1 4194304 574342 0 0 0 335769 1922 0 0 20 0 2 0 216186925 516673536 74969 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 0 0 0 17 56 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
/proc/2380251/statm: 126141 75242 5553 1194 0 91466 0
[pid=2380251/tid=2380253] ppid=2380248 vsize=504564 memory=15628 CPUtime=0.76 cores=56-59
/proc/2380251/task/2380253/stat : 2380253 (hitpbo) S 2380248 2380251 2378988 0 -1 4194368 63 0 0 0 34 42 0 0 20 0 2 0 216186927 516673536 74969 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 1 0 0 -1 57 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
Current children cumulated CPU time: 3376.91 s
Current children cumulated vsize: 504564 KiB
Current children cumulated memory: 300968 KiB

[startup+3462.3 s]
/proc/loadavg: 16.38 16.54 16.10 17/906 2380977
/proc/meminfo: memFree=738330312/1055320704 swapFree=33554428/33554428
[pid=2380251] ppid=2380248 vsize=504564 memory=300968 CPUtime=3436.56 cores=56-59
/proc/2380251/stat : 2380251 (hitpbo) R 2380248 2380251 2378988 0 -1 4194304 575211 0 0 0 341708 1948 0 0 20 0 2 0 216186925 516673536 74969 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 0 0 0 17 56 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
/proc/2380251/statm: 126141 75242 5553 1194 0 91466 0
[pid=2380251/tid=2380253] ppid=2380248 vsize=504564 memory=15628 CPUtime=0.79 cores=56-59
/proc/2380251/task/2380253/stat : 2380253 (hitpbo) S 2380248 2380251 2378988 0 -1 4194368 63 0 0 0 35 44 0 0 20 0 2 0 216186927 516673536 74969 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 1 0 0 -1 57 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
Current children cumulated CPU time: 3436.56 s
Current children cumulated vsize: 504564 KiB
Current children cumulated memory: 300968 KiB

[startup+3522.3 s]
/proc/loadavg: 16.18 16.45 16.10 17/904 2380979
/proc/meminfo: memFree=735628232/1055320704 swapFree=33554428/33554428
[pid=2380251] ppid=2380248 vsize=511032 memory=308772 CPUtime=3496.16 cores=56-59
/proc/2380251/stat : 2380251 (hitpbo) R 2380248 2380251 2378988 0 -1 4194304 586802 0 0 0 347641 1975 0 0 20 0 2 0 216186925 523296768 76910 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 0 0 0 17 56 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
/proc/2380251/statm: 127758 77193 5553 1194 0 93083 0
[pid=2380251/tid=2380253] ppid=2380248 vsize=511032 memory=306172 CPUtime=0.8 cores=56-59
/proc/2380251/task/2380253/stat : 2380253 (hitpbo) S 2380248 2380251 2378988 0 -1 4194368 63 0 0 0 36 44 0 0 20 0 2 0 216186927 523296768 76910 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 1 0 0 -1 58 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
Current children cumulated CPU time: 3496.16 s
Current children cumulated vsize: 511032 KiB
Current children cumulated memory: 308772 KiB

[startup+3582.3 s]
/proc/loadavg: 16.06 16.37 16.09 17/904 2380984
/proc/meminfo: memFree=732845576/1055320704 swapFree=33554428/33554428
[pid=2380251] ppid=2380248 vsize=511032 memory=310820 CPUtime=3555.04 cores=56-59
/proc/2380251/stat : 2380251 (hitpbo) R 2380248 2380251 2378988 0 -1 4194304 596662 0 0 0 353506 1998 0 0 20 0 2 0 216186925 523296768 77422 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 0 0 0 17 56 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
/proc/2380251/statm: 127758 77705 5553 1194 0 93083 0
[pid=2380251/tid=2380253] ppid=2380248 vsize=511032 memory=15628 CPUtime=0.82 cores=56-59
/proc/2380251/task/2380253/stat : 2380253 (hitpbo) S 2380248 2380251 2378988 0 -1 4194368 65 0 0 0 37 45 0 0 20 0 2 0 216186927 523296768 77422 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 1 0 0 -1 57 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
Current children cumulated CPU time: 3555.04 s
Current children cumulated vsize: 511032 KiB
Current children cumulated memory: 310820 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3627.6 s]
/proc/loadavg: 16.09 16.33 16.09 15/894 2381513
/proc/meminfo: memFree=812174756/1055320704 swapFree=33554428/33554428
[pid=2380251] ppid=2380248 vsize=511032 memory=310992 CPUtime=3600.04 cores=56-59
/proc/2380251/stat : 2380251 (hitpbo) R 2380248 2380251 2378988 0 -1 4194304 597665 0 0 0 357980 2024 0 0 20 0 2 0 216186925 523296768 77422 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 0 0 0 17 56 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
/proc/2380251/statm: 127758 77748 5553 1194 0 93083 0
[pid=2380251/tid=2380253] ppid=2380248 vsize=511032 memory=4984 CPUtime=0.83 cores=56-59
/proc/2380251/task/2380253/stat : 2380253 (hitpbo) S 2380248 2380251 2378988 0 -1 4194368 65 0 0 0 38 45 0 0 20 0 2 0 216186927 523296768 77422 18446744073709551615 94656640225280 94656645114269 140721165828320 0 0 0 0 4096 0 1 0 0 -1 58 0 0 0 0 0 94656646044024 94656646104626 94656651739136 140721165834453 140721165834631 140721165834631 140721165840367 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 511032 KiB
Current children cumulated memory: 310992 KiB

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

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

# cumulated CPU time of all completed processes:  user=3579.81 s, system=20.2658 s

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3627.7
CPU time (s): 3600.07
CPU user time (s): 3579.81
CPU system time (s): 20.2658
CPU usage (%): 99.2384
Max. virtual memory (cumulated for all children) (KiB): 511032
Max. memory (cumulated for all children) (KiB): 310992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3579.81
system time used= 20.2658
maximum resident set size= 309688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 597667
page faults= 0
swaps= 0
block input operations= 0
block output operations= 23336288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 364435
involuntary context switches= 7167


# summary of solver processes directly reported to runsolver:
#   pid: 2380251
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3579.81
#   total CPU system time (s): 20.2658

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8584 second user time and 39.2944 second system time

The end

Launcher Data

Begin job on nodeE005 at 2026-06-30 16:16:30
IDJOB=4805814
IDBENCH=177266
IDSOLVER=3635
FILE ID=nodeE005/4805814-1782828990
RUNJOBID= nodeE005-1782828966-2379012
SLURM_JOB_ID= 12541390
Free space on /tmp= 795632 MiB

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

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

MD5SUM BENCH= a59d3ae518abf8a96f6b79c4170ec7af
RANDOM SEED=1615897634

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 63
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 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:       1055320704 kB
MemFree:        885798676 kB
MemAvailable:   1044183656 kB
Buffers:            2348 kB
Cached:         163010208 kB
SwapCached:            0 kB
Active:          4240096 kB
Inactive:       161227216 kB
Active(anon):    3322276 kB
Inactive(anon):        0 kB
Active(file):     917820 kB
Inactive(file): 161227216 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:           4918868 kB
Writeback:             0 kB
AnonPages:       2458620 kB
Mapped:           383500 kB
Shmem:            866792 kB
KReclaimable:    1514712 kB
Slab:            2175412 kB
SReclaimable:    1514712 kB
SUnreclaim:       660700 kB
KernelStack:       15264 kB
PageTables:        13112 kB
SecPageTables:     15324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:    5043364 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      478448 kB
VmallocChunk:          0 kB
Percpu:           130304 kB
HardwareCorrupted:     0 kB
AnonHugePages:    593920 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      401860 kB
DirectMap2M:    19843072 kB
DirectMap1G:    1053818880 kB

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