Trace number 4795868

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.05 3664.27

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/sakai/PB25-bnn-verification-20250419/
instances/normalized-bnn_mnist_7_label9_adversarial_norm_2.opb
MD5SUM16f06123d3ad1991a196705c9edf9280
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 benchmark5
Best CPU time to get the best result obtained on this benchmark674.629
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1292
Total number of constraints1189
Number of constraints which are clauses102
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1086
Minimum length of a constraint1
Maximum length of a constraint785
Number of terms in the objective function 684
Biggest coefficient in the objective function 1812134
Number of bits for the biggest coefficient in the objective function 21
Sum of the numbers in the objective function 4835376
Number of bits of the sum of numbers in the objective function 23
Biggest number in a constraint 1812134
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 4835376
Number of bits of the biggest sum of numbers23
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.15	c initialize HitPBO internal solver
0.09/0.15	c HitPBO 1.0.1, e594391-dirty compiled with g++-11.4.0
0.09/0.15	c compiled with: RoundingSat 2
0.09/0.15	c compiled with: Gurobi 12.0.2
0.09/0.15	c compiled with: SCIP 11.0.0
0.09/0.15	c compiled with: PaPILO 3.0.1.0
0.09/0.15	c compiled with: CaDiCaL 3.0.0
0.09/0.15	c >>> reading configuration
0.09/0.15	c   proof-compatible true
0.09/0.15	c   !! Proof-compatible mode enabled. This overrides some parameter values.
0.09/0.15	c   !! Disabled reduced cost fixing (--rc).
0.09/0.15	c   !! Disabled presolve (--presolve).
0.09/0.15	c   !! Disabled core simplification techniques (--cs).
0.09/0.15	c   !! Enabled plain mode in cadical (--cadical-plain).
0.09/0.15	c   !! Set exact-optimizer to "roundingsat-sh" (SIS with non-reified constraints)
0.09/0.15	c   rc false
0.09/0.15	c   ce-oracle "satsolver"
0.09/0.15	c   satsolver "cadical"
0.09/0.15	c   cadical-plain true
0.09/0.15	c   satsolver-pb-backend "roundingsat"
0.09/0.15	c   cs false
0.09/0.15	c   optimizer "gurobi"
0.09/0.15	c   exact-optimizer "roundingsat-sh"
0.09/0.15	c   sis-oracle "roundingsat"
0.09/0.15	c   presolver "papilo"
0.09/0.15	c   presolve false
0.09/0.15	c initialization complete
0.09/0.15	c 
0.09/0.15	c >>> reading input from opb file "HOME/instance-4795868-1782441702.opb"
0.09/0.15	c     instance in the solver, loading instance took 0.04s
0.09/0.15	c 
0.09/0.15	c  ================== start solving  ================== 
0.09/0.15	c [0.00] >>> prepare for solve
0.09/0.15	Error: invalid user locale; possible fix is to set the system environment
0.09/0.15	       variable 'LC_ALL' to a valid locale (e.g., to 'C')
0.09/0.15	c [0.00]     set up proof logging for exact optimizer
0.09/0.15	c [0.02] >>> run constraint seeding
0.09/0.15	c [0.08]     seed 1 constraints and 0 literals
86.35/87.74	c [0.08] IHS main loop, iteration 1: LB = -1812134, UB = 3023243
86.35/87.74	c [0.32] IHS main loop, iteration 2: LB = -1812134, UB = 50
86.35/87.74	c [1.37] IHS main loop, iteration 3: LB = -1812134, UB = 32
86.35/87.74	c [1.57] IHS main loop, iteration 4: LB = -1812134, UB = 32
86.35/87.74	c [2.35] IHS main loop, iteration 5: LB = -1812134, UB = 32
86.35/87.74	c [4.53] IHS main loop, iteration 6: LB = -1812134, UB = 32
86.35/87.74	c [5.14] IHS main loop, iteration 7: LB = -1812134, UB = 32
86.35/87.74	c [5.83] IHS main loop, iteration 8: LB = -1812134, UB = 32
86.35/87.74	c [7.42] IHS main loop, iteration 9: LB = -1812134, UB = 32
86.35/87.74	c [7.82] IHS main loop, iteration 10: LB = -1812134, UB = 32
86.35/87.74	c [9.88] IHS main loop, iteration 11: LB = -1812134, UB = 32
86.35/87.74	c [11.89] IHS main loop, iteration 12: LB = -1812134, UB = 32
86.35/87.74	c [13.23] IHS main loop, iteration 13: LB = -1812134, UB = 32
86.35/87.74	c [13.96] IHS main loop, iteration 14: LB = -1812134, UB = 32
86.35/87.74	c [14.39] IHS main loop, iteration 15: LB = -1812134, UB = 32
86.35/87.74	c [16.37] IHS main loop, iteration 16: LB = -1812134, UB = 32
86.35/87.74	c [18.40] IHS main loop, iteration 17: LB = -1812134, UB = 32
86.35/87.74	c [19.40] IHS main loop, iteration 18: LB = -1812134, UB = 32
86.35/87.74	c [19.84] IHS main loop, iteration 19: LB = -1812134, UB = 32
86.35/87.74	c [20.57] IHS main loop, iteration 20: LB = -1812134, UB = 32
86.35/87.74	c [22.71] IHS main loop, iteration 21: LB = -1812134, UB = 31
86.35/87.74	c [23.14] IHS main loop, iteration 22: LB = -1812134, UB = 31
86.35/87.74	c [23.66] IHS main loop, iteration 23: LB = -1812134, UB = 31
86.35/87.74	c [24.60] IHS main loop, iteration 24: LB = -1812134, UB = 31
86.35/87.74	c [26.16] IHS main loop, iteration 25: LB = -1812134, UB = 31
86.35/87.74	c [26.69] IHS main loop, iteration 26: LB = -1812134, UB = 29
86.35/87.74	c [27.17] IHS main loop, iteration 27: LB = -1812134, UB = 29
86.35/87.74	c [27.91] IHS main loop, iteration 28: LB = -1812134, UB = 29
86.35/87.74	c [28.33] IHS main loop, iteration 29: LB = -1812134, UB = 29
86.35/87.74	c [28.74] IHS main loop, iteration 30: LB = -1812134, UB = 29
86.35/87.74	c [29.55] IHS main loop, iteration 31: LB = -1812134, UB = 27
86.35/87.74	c [29.89] IHS main loop, iteration 32: LB = -1812134, UB = 27
86.35/87.74	c [30.46] IHS main loop, iteration 33: LB = -1812134, UB = 27
86.35/87.74	c [32.56] IHS main loop, iteration 34: LB = -1812134, UB = 27
86.35/87.74	c [33.33] IHS main loop, iteration 35: LB = -1812134, UB = 27
86.35/87.74	c [35.40] IHS main loop, iteration 36: LB = -1812134, UB = 26
86.35/87.74	c [36.91] IHS main loop, iteration 37: LB = -1812134, UB = 26
86.35/87.74	c [38.09] IHS main loop, iteration 38: LB = -1812134, UB = 26
86.35/87.74	c [38.72] IHS main loop, iteration 39: LB = -1812134, UB = 26
86.35/87.74	c [39.73] IHS main loop, iteration 40: LB = -1812134, UB = 26
86.35/87.74	c [40.19] IHS main loop, iteration 41: LB = -1812134, UB = 25
86.35/87.74	c [40.89] IHS main loop, iteration 42: LB = -1812134, UB = 25
86.35/87.74	c [41.62] IHS main loop, iteration 43: LB = -1812134, UB = 25
86.35/87.74	c [44.22] IHS main loop, iteration 44: LB = -1812134, UB = 25
86.35/87.74	c [45.13] IHS main loop, iteration 45: LB = -1812134, UB = 25
86.35/87.74	c [46.76] IHS main loop, iteration 46: LB = -1812134, UB = 24
86.35/87.74	c [47.10] IHS main loop, iteration 47: LB = -1812134, UB = 24
86.35/87.74	c [47.57] IHS main loop, iteration 48: LB = -1812134, UB = 24
86.35/87.74	c [49.31] IHS main loop, iteration 49: LB = -1812134, UB = 24
86.35/87.74	c [50.57] IHS main loop, iteration 50: LB = -1812134, UB = 24
86.35/87.74	c [53.16] IHS main loop, iteration 51: LB = -1812134, UB = 23
86.35/87.74	c [53.54] IHS main loop, iteration 52: LB = -1812134, UB = 23
86.35/87.74	c [54.92] IHS main loop, iteration 53: LB = -1812134, UB = 23
86.35/87.74	c [56.03] IHS main loop, iteration 54: LB = -1812134, UB = 23
86.35/87.74	c [58.78] IHS main loop, iteration 55: LB = -1812134, UB = 23
86.35/87.74	c [61.30] IHS main loop, iteration 56: LB = -1812134, UB = 21
86.35/87.74	c [62.53] IHS main loop, iteration 57: LB = -1812134, UB = 21
86.35/87.74	c [63.55] IHS main loop, iteration 58: LB = -1812134, UB = 21
86.35/87.74	c [64.28] IHS main loop, iteration 59: LB = -1812134, UB = 21
86.35/87.74	c [65.44] IHS main loop, iteration 60: LB = -1812134, UB = 21
86.35/87.74	c [66.96] IHS main loop, iteration 61: LB = -1812134, UB = 20
86.35/87.74	c [68.21] IHS main loop, iteration 62: LB = -1812134, UB = 20
86.35/87.74	c [69.52] IHS main loop, iteration 63: LB = -1812134, UB = 20
86.35/87.74	c [71.92] IHS main loop, iteration 64: LB = -1812134, UB = 20
86.35/87.74	c [74.85] IHS main loop, iteration 65: LB = -1812134, UB = 16
86.35/87.74	c [81.18] IHS main loop, iteration 66: LB = -1812134, UB = 15
86.35/87.74	c [84.96] IHS main loop, iteration 67: LB = -1812134, UB = 15
257.80/262.21	c [87.04] IHS main loop, iteration 68: LB = -1812134, UB = 15
257.80/262.21	c [88.37] IHS main loop, iteration 69: LB = -1812134, UB = 15
257.80/262.21	c [89.61] IHS main loop, iteration 70: LB = -1812134, UB = 15
257.80/262.21	c [92.09] IHS main loop, iteration 71: LB = -1812134, UB = 13
257.80/262.21	c [93.60] IHS main loop, iteration 72: LB = -1812134, UB = 13
257.80/262.21	c [94.74] IHS main loop, iteration 73: LB = -1812134, UB = 13
257.80/262.21	c [95.17] IHS main loop, iteration 74: LB = -1812134, UB = 13
257.80/262.21	c [96.13] IHS main loop, iteration 75: LB = -1812134, UB = 13
257.80/262.21	c [97.02] IHS main loop, iteration 76: LB = -1812134, UB = 12
257.80/262.21	c [99.02] IHS main loop, iteration 77: LB = -1812134, UB = 12
257.80/262.21	c [100.56] IHS main loop, iteration 78: LB = -1812134, UB = 12
257.80/262.21	c [103.85] IHS main loop, iteration 79: LB = -1812134, UB = 12
257.80/262.21	c [105.28] IHS main loop, iteration 80: LB = -1812134, UB = 12
257.80/262.21	c [106.23] IHS main loop, iteration 81: LB = -1812134, UB = 8
257.80/262.21	c [107.41] IHS main loop, iteration 82: LB = -1812134, UB = 8
257.80/262.21	c [108.38] IHS main loop, iteration 83: LB = -1812134, UB = 8
257.80/262.21	c [108.78] IHS main loop, iteration 84: LB = -1812134, UB = 6
257.80/262.21	c [110.30] IHS main loop, iteration 85: LB = -1812134, UB = 6
257.80/262.21	c [113.07] IHS main loop, iteration 86: LB = -1812134, UB = 6
257.80/262.21	c [115.58] IHS main loop, iteration 87: LB = -1812134, UB = 6
257.80/262.21	c [116.79] IHS main loop, iteration 88: LB = -1812134, UB = 6
257.80/262.21	c [117.71] IHS main loop, iteration 89: LB = -1812134, UB = 6
257.80/262.21	c [120.45] IHS main loop, iteration 90: LB = -1812134, UB = 6
257.80/262.21	c [135.52] IHS main loop, iteration 91: LB = -1812134, UB = 6
257.80/262.21	c [136.32] IHS main loop, iteration 92: LB = -1812134, UB = 6
257.80/262.21	c [137.86] IHS main loop, iteration 93: LB = -1812134, UB = 6
257.80/262.21	c [139.24] IHS main loop, iteration 94: LB = -1812134, UB = 6
257.80/262.21	c [140.79] IHS main loop, iteration 95: LB = -1812134, UB = 6
257.80/262.21	c [143.59] IHS main loop, iteration 96: LB = -1812134, UB = 6
257.80/262.21	c [144.13] IHS main loop, iteration 97: LB = -1812134, UB = 6
257.80/262.21	c [145.02] IHS main loop, iteration 98: LB = -1812134, UB = 6
257.80/262.21	c [145.53] IHS main loop, iteration 99: LB = -1812134, UB = 6
257.80/262.21	c [149.23] IHS main loop, iteration 100: LB = -1812134, UB = 6
257.80/262.21	c [152.05] IHS main loop, iteration 101: LB = -1812134, UB = 6
257.80/262.21	c [156.18] IHS main loop, iteration 102: LB = -1812134, UB = 6
257.80/262.21	c [158.71] IHS main loop, iteration 103: LB = -1812134, UB = 6
257.80/262.21	c [160.12] IHS main loop, iteration 104: LB = -1812134, UB = 6
257.80/262.21	c [161.36] IHS main loop, iteration 105: LB = -1812134, UB = 6
257.80/262.21	c [163.51] IHS main loop, iteration 106: LB = -1812134, UB = 6
257.80/262.21	c [166.77] IHS main loop, iteration 107: LB = -1812134, UB = 6
257.80/262.21	c [167.86] IHS main loop, iteration 108: LB = -1812134, UB = 6
257.80/262.21	c [168.66] IHS main loop, iteration 109: LB = -1812134, UB = 6
257.80/262.21	c [169.65] IHS main loop, iteration 110: LB = -1812134, UB = 6
257.80/262.21	c [172.31] IHS main loop, iteration 111: LB = -1812134, UB = 6
257.80/262.21	c [175.57] IHS main loop, iteration 112: LB = -1812134, UB = 6
257.80/262.21	c [177.61] IHS main loop, iteration 113: LB = -1812134, UB = 6
257.80/262.21	c [178.55] IHS main loop, iteration 114: LB = -1812134, UB = 6
257.80/262.21	c [179.58] IHS main loop, iteration 115: LB = -1812134, UB = 6
257.80/262.21	c [186.51] IHS main loop, iteration 116: LB = -1812134, UB = 6
257.80/262.21	c [188.42] IHS main loop, iteration 117: LB = -1812134, UB = 6
257.80/262.21	c [190.57] IHS main loop, iteration 118: LB = -1812134, UB = 6
257.80/262.21	c [195.82] IHS main loop, iteration 119: LB = -1812134, UB = 6
257.80/262.21	c [205.27] IHS main loop, iteration 120: LB = -1812134, UB = 6
257.80/262.21	c [218.06] IHS main loop, iteration 121: LB = -1812134, UB = 6
257.80/262.21	c [223.78] IHS main loop, iteration 122: LB = -1812134, UB = 6
257.80/262.21	c [231.79] IHS main loop, iteration 123: LB = -1812134, UB = 6
257.80/262.21	c [234.59] IHS main loop, iteration 124: LB = -1812134, UB = 6
257.80/262.21	c [236.94] IHS main loop, iteration 125: LB = -1812134, UB = 6
257.80/262.21	c [241.78] IHS main loop, iteration 126: LB = -1812134, UB = 6
257.80/262.21	c [242.74] IHS main loop, iteration 127: LB = -1812134, UB = 6
257.80/262.21	c [243.27] IHS main loop, iteration 128: LB = -1812134, UB = 6
257.80/262.21	c [243.97] IHS main loop, iteration 129: LB = -1812134, UB = 6
257.80/262.21	c [246.15] IHS main loop, iteration 130: LB = -1812134, UB = 6
257.80/262.21	c [253.94] IHS main loop, iteration 131: LB = -1812134, UB = 6
257.80/262.21	c [254.48] IHS main loop, iteration 132: LB = -1812134, UB = 6
441.25/450.15	c [255.48] IHS main loop, iteration 133: LB = -1812134, UB = 6
441.25/450.15	c [257.55] IHS main loop, iteration 134: LB = -1812134, UB = 6
441.25/450.15	c [258.16] IHS main loop, iteration 135: LB = -1812134, UB = 6
441.25/450.15	c [263.99] IHS main loop, iteration 136: LB = -1812134, UB = 6
441.25/450.15	c [264.86] IHS main loop, iteration 137: LB = -1812134, UB = 6
441.25/450.15	c [266.35] IHS main loop, iteration 138: LB = -1812134, UB = 6
441.25/450.15	c [268.78] IHS main loop, iteration 139: LB = -1812134, UB = 6
441.25/450.15	c [270.24] IHS main loop, iteration 140: LB = -1812134, UB = 6
441.25/450.15	c [274.95] IHS main loop, iteration 141: LB = -1812134, UB = 6
441.25/450.15	c [275.91] IHS main loop, iteration 142: LB = -1812134, UB = 6
441.25/450.15	c [276.93] IHS main loop, iteration 143: LB = -1812134, UB = 6
441.25/450.15	c [277.98] IHS main loop, iteration 144: LB = -1812134, UB = 6
441.25/450.15	c [280.41] IHS main loop, iteration 145: LB = -1812134, UB = 6
441.25/450.15	c [283.34] IHS main loop, iteration 146: LB = -1812134, UB = 6
441.25/450.15	c [284.72] IHS main loop, iteration 147: LB = -1812134, UB = 6
441.25/450.15	c [286.19] IHS main loop, iteration 148: LB = -1812134, UB = 6
441.25/450.15	c [287.51] IHS main loop, iteration 149: LB = -1812134, UB = 6
441.25/450.15	c [289.00] IHS main loop, iteration 150: LB = -1812134, UB = 6
441.25/450.15	c [298.78] IHS main loop, iteration 151: LB = -1812134, UB = 6
441.25/450.15	c [304.93] IHS main loop, iteration 152: LB = -1812134, UB = 6
441.25/450.15	c [309.25] IHS main loop, iteration 153: LB = -1812134, UB = 6
441.25/450.15	c [310.01] IHS main loop, iteration 154: LB = -1812134, UB = 6
441.25/450.15	c [312.09] IHS main loop, iteration 155: LB = -1812134, UB = 6
441.25/450.15	c [316.83] IHS main loop, iteration 156: LB = -1812134, UB = 6
441.25/450.15	c [317.93] IHS main loop, iteration 157: LB = -1812134, UB = 6
441.25/450.15	c [319.97] IHS main loop, iteration 158: LB = -1812134, UB = 6
441.25/450.15	c [321.51] IHS main loop, iteration 159: LB = -1812134, UB = 6
441.25/450.15	c [323.74] IHS main loop, iteration 160: LB = -1812134, UB = 6
441.25/450.15	c [326.50] IHS main loop, iteration 161: LB = -1812134, UB = 5
441.25/450.15	c [327.96] IHS main loop, iteration 162: LB = -1812134, UB = 5
441.25/450.15	c [330.08] IHS main loop, iteration 163: LB = -1812134, UB = 5
441.25/450.15	c [336.47] IHS main loop, iteration 164: LB = -1812134, UB = 5
441.25/450.15	c [338.66] IHS main loop, iteration 165: LB = -1812134, UB = 5
441.25/450.15	c [345.94] IHS main loop, iteration 166: LB = -1812134, UB = 5
441.25/450.15	c [347.00] IHS main loop, iteration 167: LB = -1812134, UB = 5
441.25/450.15	c [348.48] IHS main loop, iteration 168: LB = -1812134, UB = 5
441.25/450.15	c [352.26] IHS main loop, iteration 169: LB = -1812134, UB = 5
441.25/450.15	c [353.04] IHS main loop, iteration 170: LB = -1812134, UB = 5
441.25/450.15	c [358.41] IHS main loop, iteration 171: LB = -1812134, UB = 5
441.25/450.15	c [361.18] IHS main loop, iteration 172: LB = -1812134, UB = 5
441.25/450.15	c [362.84] IHS main loop, iteration 173: LB = -1812134, UB = 5
441.25/450.15	c [369.83] IHS main loop, iteration 174: LB = -1812134, UB = 5
441.25/450.15	c [374.86] IHS main loop, iteration 175: LB = -1812134, UB = 5
441.25/450.15	c [389.23] IHS main loop, iteration 176: LB = -1812134, UB = 5
441.25/450.15	c [389.77] IHS main loop, iteration 177: LB = -1812134, UB = 5
441.25/450.15	c [390.67] IHS main loop, iteration 178: LB = -1812134, UB = 5
441.25/450.15	c [392.49] IHS main loop, iteration 179: LB = -1812134, UB = 5
441.25/450.15	c [393.61] IHS main loop, iteration 180: LB = -1812134, UB = 5
441.25/450.15	c [398.78] IHS main loop, iteration 181: LB = -1812134, UB = 5
441.25/450.15	c [401.36] IHS main loop, iteration 182: LB = -1812134, UB = 5
441.25/450.15	c [404.99] IHS main loop, iteration 183: LB = -1812134, UB = 5
441.25/450.15	c [405.93] IHS main loop, iteration 184: LB = -1812134, UB = 5
441.25/450.15	c [407.57] IHS main loop, iteration 185: LB = -1812134, UB = 5
441.25/450.15	c [411.97] IHS main loop, iteration 186: LB = -1812134, UB = 5
441.25/450.15	c [413.16] IHS main loop, iteration 187: LB = -1812134, UB = 5
441.25/450.15	c [414.26] IHS main loop, iteration 188: LB = -1812134, UB = 5
441.25/450.15	c [414.87] IHS main loop, iteration 189: LB = -1812134, UB = 5
441.25/450.15	c [416.46] IHS main loop, iteration 190: LB = -1812134, UB = 5
441.25/450.15	c [423.44] IHS main loop, iteration 191: LB = -1812134, UB = 5
441.25/450.15	c [424.76] IHS main loop, iteration 192: LB = -1812134, UB = 5
441.25/450.15	c [426.47] IHS main loop, iteration 193: LB = -1812134, UB = 5
441.25/450.15	c [427.60] IHS main loop, iteration 194: LB = -1812134, UB = 5
441.25/450.15	c [429.08] IHS main loop, iteration 195: LB = -1812134, UB = 5
441.25/450.15	c [432.91] IHS main loop, iteration 196: LB = -1812134, UB = 5
441.25/450.15	c [436.14] IHS main loop, iteration 197: LB = -1812134, UB = 5
778.22/790.96	c [437.47] IHS main loop, iteration 198: LB = -1812134, UB = 5
778.22/790.96	c [438.85] IHS main loop, iteration 199: LB = -1812134, UB = 5
778.22/790.96	c [441.44] IHS main loop, iteration 200: LB = -1812134, UB = 5
778.22/790.96	c [446.67] IHS main loop, iteration 201: LB = -1812134, UB = 5
778.22/790.96	c [456.03] IHS main loop, iteration 202: LB = -1812134, UB = 5
778.22/790.96	c [459.53] IHS main loop, iteration 203: LB = -1812134, UB = 5
778.22/790.96	c [461.67] IHS main loop, iteration 204: LB = -1812134, UB = 5
778.22/790.96	c [462.68] IHS main loop, iteration 205: LB = -1812134, UB = 5
778.22/790.96	c [471.29] IHS main loop, iteration 206: LB = -1812134, UB = 5
778.22/790.96	c [472.99] IHS main loop, iteration 207: LB = -1812134, UB = 5
778.22/790.96	c [476.70] IHS main loop, iteration 208: LB = -1812134, UB = 5
778.22/790.96	c [477.99] IHS main loop, iteration 209: LB = -1812134, UB = 5
778.22/790.96	c [478.95] IHS main loop, iteration 210: LB = -1812134, UB = 5
778.22/790.96	c [484.08] IHS main loop, iteration 211: LB = -1812134, UB = 5
778.22/790.96	c [484.92] IHS main loop, iteration 212: LB = -1812134, UB = 5
778.22/790.96	c [486.35] IHS main loop, iteration 213: LB = -1812134, UB = 5
778.22/790.96	c [490.39] IHS main loop, iteration 214: LB = -1812134, UB = 5
778.22/790.96	c [496.26] IHS main loop, iteration 215: LB = -1812134, UB = 5
778.22/790.96	c [501.51] IHS main loop, iteration 216: LB = -1812134, UB = 5
778.22/790.96	c [504.47] IHS main loop, iteration 217: LB = -1812134, UB = 5
778.22/790.96	c [505.69] IHS main loop, iteration 218: LB = -1812134, UB = 5
778.22/790.96	c [507.89] IHS main loop, iteration 219: LB = -1812134, UB = 5
778.22/790.96	c [510.00] IHS main loop, iteration 220: LB = -1812134, UB = 5
778.22/790.96	c [515.37] IHS main loop, iteration 221: LB = -1812134, UB = 5
778.22/790.96	c [516.43] IHS main loop, iteration 222: LB = -1812134, UB = 5
778.22/790.96	c [518.48] IHS main loop, iteration 223: LB = -1812134, UB = 5
778.22/790.96	c [521.87] IHS main loop, iteration 224: LB = -1812134, UB = 5
778.22/790.96	c [522.40] IHS main loop, iteration 225: LB = -1812134, UB = 5
778.22/790.96	c [528.40] IHS main loop, iteration 226: LB = -1812134, UB = 5
778.22/790.96	c [534.17] IHS main loop, iteration 227: LB = -1812134, UB = 5
778.22/790.96	c [539.10] IHS main loop, iteration 228: LB = -1812134, UB = 5
778.22/790.96	c [553.01] IHS main loop, iteration 229: LB = -1812134, UB = 5
778.22/790.96	c [599.58] IHS main loop, iteration 230: LB = -1812134, UB = 5
778.22/790.96	c [621.54] IHS main loop, iteration 231: LB = -1812134, UB = 5
778.22/790.96	c [641.81] IHS main loop, iteration 232: LB = -1812134, UB = 5
778.22/790.96	c [642.59] IHS main loop, iteration 233: LB = -1812134, UB = 5
778.22/790.96	c [656.59] IHS main loop, iteration 234: LB = -1812134, UB = 5
778.22/790.96	c [658.58] IHS main loop, iteration 235: LB = -1812134, UB = 5
778.22/790.96	c [664.53] IHS main loop, iteration 236: LB = -1812134, UB = 5
778.22/790.96	c [666.23] IHS main loop, iteration 237: LB = -1812134, UB = 5
778.22/790.96	c [673.46] IHS main loop, iteration 238: LB = -1812134, UB = 5
778.22/790.96	c [674.82] IHS main loop, iteration 239: LB = -1812134, UB = 5
778.22/790.96	c [676.29] IHS main loop, iteration 240: LB = -1812134, UB = 5
778.22/790.96	c [683.27] IHS main loop, iteration 241: LB = -1812134, UB = 5
778.22/790.96	c [684.66] IHS main loop, iteration 242: LB = -1812134, UB = 5
778.22/790.96	c [685.55] IHS main loop, iteration 243: LB = -1812134, UB = 5
778.22/790.96	c [689.36] IHS main loop, iteration 244: LB = -1812134, UB = 5
778.22/790.96	c [697.10] IHS main loop, iteration 245: LB = -1812134, UB = 5
778.22/790.96	c [703.49] IHS main loop, iteration 246: LB = -1812134, UB = 5
778.22/790.96	c [705.25] IHS main loop, iteration 247: LB = -1812134, UB = 5
778.22/790.96	c [707.15] IHS main loop, iteration 248: LB = -1812134, UB = 5
778.22/790.96	c [708.92] IHS main loop, iteration 249: LB = -1812134, UB = 5
778.22/790.96	c [710.26] IHS main loop, iteration 250: LB = -1812134, UB = 5
778.22/790.96	c [716.89] IHS main loop, iteration 251: LB = -1812134, UB = 5
778.22/790.96	c [721.44] IHS main loop, iteration 252: LB = -1812134, UB = 5
778.22/790.96	c [722.38] IHS main loop, iteration 253: LB = -1812134, UB = 5
778.22/790.96	c [725.79] IHS main loop, iteration 254: LB = -1812134, UB = 5
778.22/790.96	c [727.80] IHS main loop, iteration 255: LB = -1812134, UB = 5
778.22/790.96	c [736.91] IHS main loop, iteration 256: LB = -1812134, UB = 5
778.22/790.96	c [741.89] IHS main loop, iteration 257: LB = -1812134, UB = 5
778.22/790.96	c [753.54] IHS main loop, iteration 258: LB = -1812134, UB = 5
778.22/790.96	c [760.13] IHS main loop, iteration 259: LB = -1812134, UB = 5
778.22/790.96	c [761.66] IHS main loop, iteration 260: LB = -1812134, UB = 5
778.22/790.96	c [768.94] IHS main loop, iteration 261: LB = -1812134, UB = 5
778.22/790.96	c [770.58] IHS main loop, iteration 262: LB = -1812134, UB = 5
1139.26/1157.99	c [772.09] IHS main loop, iteration 263: LB = -1812134, UB = 5
1139.26/1157.99	c [776.44] IHS main loop, iteration 264: LB = -1812134, UB = 5
1139.26/1157.99	c [777.60] IHS main loop, iteration 265: LB = -1812134, UB = 5
1139.26/1157.99	c [785.01] IHS main loop, iteration 266: LB = -1812134, UB = 5
1139.26/1157.99	c [786.40] IHS main loop, iteration 267: LB = -1812134, UB = 5
1139.26/1157.99	c [789.19] IHS main loop, iteration 268: LB = -1812134, UB = 5
1139.26/1157.99	c [790.30] IHS main loop, iteration 269: LB = -1812134, UB = 5
1139.26/1157.99	c [791.68] IHS main loop, iteration 270: LB = -1812134, UB = 5
1139.26/1157.99	c [803.87] IHS main loop, iteration 271: LB = -1812134, UB = 5
1139.26/1157.99	c [805.39] IHS main loop, iteration 272: LB = -1812134, UB = 5
1139.26/1157.99	c [810.51] IHS main loop, iteration 273: LB = -1812134, UB = 5
1139.26/1157.99	c [812.67] IHS main loop, iteration 274: LB = -1812134, UB = 5
1139.26/1157.99	c [815.16] IHS main loop, iteration 275: LB = -1812134, UB = 5
1139.26/1157.99	c [822.62] IHS main loop, iteration 276: LB = -1812134, UB = 5
1139.26/1157.99	c [824.84] IHS main loop, iteration 277: LB = -1812134, UB = 5
1139.26/1157.99	c [827.38] IHS main loop, iteration 278: LB = -1812134, UB = 5
1139.26/1157.99	c [828.99] IHS main loop, iteration 279: LB = -1812134, UB = 5
1139.26/1157.99	c [831.88] IHS main loop, iteration 280: LB = -1812134, UB = 5
1139.26/1157.99	c [838.99] IHS main loop, iteration 281: LB = -1812134, UB = 5
1139.26/1157.99	c [850.52] IHS main loop, iteration 282: LB = -1812134, UB = 5
1139.26/1157.99	c [859.87] IHS main loop, iteration 283: LB = -1812134, UB = 5
1139.26/1157.99	c [875.35] IHS main loop, iteration 284: LB = -1812134, UB = 5
1139.26/1157.99	c [877.81] IHS main loop, iteration 285: LB = -1812134, UB = 5
1139.26/1157.99	c [888.21] IHS main loop, iteration 286: LB = -1812134, UB = 5
1139.26/1157.99	c [890.05] IHS main loop, iteration 287: LB = -1812134, UB = 5
1139.26/1157.99	c [891.54] IHS main loop, iteration 288: LB = -1812134, UB = 5
1139.26/1157.99	c [893.79] IHS main loop, iteration 289: LB = -1812134, UB = 5
1139.26/1157.99	c [900.06] IHS main loop, iteration 290: LB = -1812134, UB = 5
1139.26/1157.99	c [909.65] IHS main loop, iteration 291: LB = -1812134, UB = 5
1139.26/1157.99	c [912.96] IHS main loop, iteration 292: LB = -1812134, UB = 5
1139.26/1157.99	c [914.26] IHS main loop, iteration 293: LB = -1812134, UB = 5
1139.26/1157.99	c [924.99] IHS main loop, iteration 294: LB = -1812134, UB = 5
1139.26/1157.99	c [926.36] IHS main loop, iteration 295: LB = -1812134, UB = 5
1139.26/1157.99	c [938.43] IHS main loop, iteration 296: LB = -1812134, UB = 5
1139.26/1157.99	c [940.81] IHS main loop, iteration 297: LB = -1812134, UB = 5
1139.26/1157.99	c [943.06] IHS main loop, iteration 298: LB = -1812134, UB = 5
1139.26/1157.99	c [945.92] IHS main loop, iteration 299: LB = -1812134, UB = 5
1139.26/1157.99	c [948.13] IHS main loop, iteration 300: LB = -1812134, UB = 5
1139.26/1157.99	c [958.89] IHS main loop, iteration 301: LB = -1812134, UB = 5
1139.26/1157.99	c [960.64] IHS main loop, iteration 302: LB = -1812134, UB = 5
1139.26/1157.99	c [964.42] IHS main loop, iteration 303: LB = -1812134, UB = 5
1139.26/1157.99	c [967.14] IHS main loop, iteration 304: LB = -1812134, UB = 5
1139.26/1157.99	c [973.86] IHS main loop, iteration 305: LB = -1812134, UB = 5
1139.26/1157.99	c [987.37] IHS main loop, iteration 306: LB = -1812134, UB = 5
1139.26/1157.99	c [988.88] IHS main loop, iteration 307: LB = -1812134, UB = 5
1139.26/1157.99	c [992.91] IHS main loop, iteration 308: LB = -1812134, UB = 5
1139.26/1157.99	c [995.20] IHS main loop, iteration 309: LB = -1812134, UB = 5
1139.26/1157.99	c [997.95] IHS main loop, iteration 310: LB = -1812134, UB = 5
1139.26/1157.99	c [1010.11] IHS main loop, iteration 311: LB = -1812134, UB = 5
1139.26/1157.99	c [1013.08] IHS main loop, iteration 312: LB = -1812134, UB = 5
1139.26/1157.99	c [1017.10] IHS main loop, iteration 313: LB = -1812134, UB = 5
1139.26/1157.99	c [1023.04] IHS main loop, iteration 314: LB = -1812134, UB = 5
1139.26/1157.99	c [1024.84] IHS main loop, iteration 315: LB = -1812134, UB = 5
1139.26/1157.99	c [1042.44] IHS main loop, iteration 316: LB = -1812134, UB = 5
1139.26/1157.99	c [1047.68] IHS main loop, iteration 317: LB = -1812134, UB = 5
1139.26/1157.99	c [1050.90] IHS main loop, iteration 318: LB = -1812134, UB = 5
1139.26/1157.99	c [1055.16] IHS main loop, iteration 319: LB = -1812134, UB = 5
1139.26/1157.99	c [1056.04] IHS main loop, iteration 320: LB = -1812134, UB = 5
1139.26/1157.99	c [1067.15] IHS main loop, iteration 321: LB = -1812134, UB = 5
1139.26/1157.99	c [1072.11] IHS main loop, iteration 322: LB = -1812134, UB = 5
1139.26/1157.99	c [1074.73] IHS main loop, iteration 323: LB = -1812134, UB = 5
1139.26/1157.99	c [1079.87] IHS main loop, iteration 324: LB = -1812134, UB = 5
1139.26/1157.99	c [1087.61] IHS main loop, iteration 325: LB = -1812134, UB = 5
1139.26/1157.99	c [1108.62] IHS main loop, iteration 326: LB = -1812134, UB = 5
1139.26/1157.99	c [1129.03] IHS main loop, iteration 327: LB = -1812134, UB = 5
1604.50/1629.07	c [1152.06] IHS main loop, iteration 328: LB = -1812134, UB = 5
1604.50/1629.07	c [1156.79] IHS main loop, iteration 329: LB = -1812134, UB = 5
1604.50/1629.07	c [1157.89] IHS main loop, iteration 330: LB = -1812134, UB = 5
1604.50/1629.07	c [1170.45] IHS main loop, iteration 331: LB = -1812134, UB = 5
1604.50/1629.07	c [1173.30] IHS main loop, iteration 332: LB = -1812134, UB = 5
1604.50/1629.07	c [1176.17] IHS main loop, iteration 333: LB = -1812134, UB = 5
1604.50/1629.07	c [1178.36] IHS main loop, iteration 334: LB = -1812134, UB = 5
1604.50/1629.07	c [1180.51] IHS main loop, iteration 335: LB = -1812134, UB = 5
1604.50/1629.07	c [1195.91] IHS main loop, iteration 336: LB = -1812134, UB = 5
1604.50/1629.07	c [1198.29] IHS main loop, iteration 337: LB = -1812134, UB = 5
1604.50/1629.07	c [1200.57] IHS main loop, iteration 338: LB = -1812134, UB = 5
1604.50/1629.07	c [1201.76] IHS main loop, iteration 339: LB = -1812134, UB = 5
1604.50/1629.07	c [1202.98] IHS main loop, iteration 340: LB = -1812134, UB = 5
1604.50/1629.07	c [1218.74] IHS main loop, iteration 341: LB = -1812134, UB = 5
1604.50/1629.07	c [1220.50] IHS main loop, iteration 342: LB = -1812134, UB = 5
1604.50/1629.07	c [1230.93] IHS main loop, iteration 343: LB = -1812134, UB = 5
1604.50/1629.07	c [1233.89] IHS main loop, iteration 344: LB = -1812134, UB = 5
1604.50/1629.07	c [1236.88] IHS main loop, iteration 345: LB = -1812134, UB = 5
1604.50/1629.07	c [1255.65] IHS main loop, iteration 346: LB = -1812134, UB = 5
1604.50/1629.07	c [1257.92] IHS main loop, iteration 347: LB = -1812134, UB = 5
1604.50/1629.07	c [1260.72] IHS main loop, iteration 348: LB = -1812134, UB = 5
1604.50/1629.07	c [1262.90] IHS main loop, iteration 349: LB = -1812134, UB = 5
1604.50/1629.07	c [1265.50] IHS main loop, iteration 350: LB = -1812134, UB = 5
1604.50/1629.07	c [1284.02] IHS main loop, iteration 351: LB = -1812134, UB = 5
1604.50/1629.07	c [1285.99] IHS main loop, iteration 352: LB = -1812134, UB = 5
1604.50/1629.07	c [1287.13] IHS main loop, iteration 353: LB = -1812134, UB = 5
1604.50/1629.07	c [1294.17] IHS main loop, iteration 354: LB = -1812134, UB = 5
1604.50/1629.07	c [1306.07] IHS main loop, iteration 355: LB = -1812134, UB = 5
1604.50/1629.07	c [1322.16] IHS main loop, iteration 356: LB = -1812134, UB = 5
1604.50/1629.07	c [1323.90] IHS main loop, iteration 357: LB = -1812134, UB = 5
1604.50/1629.07	c [1326.38] IHS main loop, iteration 358: LB = -1812134, UB = 5
1604.50/1629.07	c [1327.73] IHS main loop, iteration 359: LB = -1812134, UB = 5
1604.50/1629.07	c [1329.00] IHS main loop, iteration 360: LB = -1812134, UB = 5
1604.50/1629.07	c [1348.00] IHS main loop, iteration 361: LB = -1812134, UB = 5
1604.50/1629.07	c [1351.82] IHS main loop, iteration 362: LB = -1812134, UB = 5
1604.50/1629.07	c [1353.62] IHS main loop, iteration 363: LB = -1812134, UB = 5
1604.50/1629.07	c [1355.90] IHS main loop, iteration 364: LB = -1812134, UB = 5
1604.50/1629.07	c [1360.22] IHS main loop, iteration 365: LB = -1812134, UB = 5
1604.50/1629.07	c [1378.97] IHS main loop, iteration 366: LB = -1812134, UB = 5
1604.50/1629.07	c [1386.06] IHS main loop, iteration 367: LB = -1812134, UB = 5
1604.50/1629.07	c [1389.25] IHS main loop, iteration 368: LB = -1812134, UB = 5
1604.50/1629.07	c [1392.48] IHS main loop, iteration 369: LB = -1812134, UB = 5
1604.50/1629.07	c [1396.33] IHS main loop, iteration 370: LB = -1812134, UB = 5
1604.50/1629.07	c [1418.35] IHS main loop, iteration 371: LB = -1812134, UB = 5
1604.50/1629.07	c [1422.41] IHS main loop, iteration 372: LB = -1812134, UB = 5
1604.50/1629.07	c [1424.23] IHS main loop, iteration 373: LB = -1812134, UB = 5
1604.50/1629.07	c [1425.70] IHS main loop, iteration 374: LB = -1812134, UB = 5
1604.50/1629.07	c [1427.23] IHS main loop, iteration 375: LB = -1812134, UB = 5
1604.50/1629.07	c [1453.58] IHS main loop, iteration 376: LB = -1812134, UB = 5
1604.50/1629.07	c [1456.93] IHS main loop, iteration 377: LB = -1812134, UB = 5
1604.50/1629.07	c [1465.14] IHS main loop, iteration 378: LB = -1812134, UB = 5
1604.50/1629.07	c [1467.05] IHS main loop, iteration 379: LB = -1812134, UB = 5
1604.50/1629.07	c [1473.91] IHS main loop, iteration 380: LB = -1812134, UB = 5
1604.50/1629.07	c [1514.14] IHS main loop, iteration 381: LB = -1812134, UB = 5
1604.50/1629.07	c [1515.55] IHS main loop, iteration 382: LB = -1812134, UB = 5
1604.50/1629.07	c [1517.42] IHS main loop, iteration 383: LB = -1812134, UB = 5
1604.50/1629.07	c [1520.03] IHS main loop, iteration 384: LB = -1812134, UB = 5
1604.50/1629.07	c [1522.40] IHS main loop, iteration 385: LB = -1812134, UB = 5
1604.50/1629.07	c [1550.23] IHS main loop, iteration 386: LB = -1812134, UB = 5
1604.50/1629.07	c [1555.15] IHS main loop, iteration 387: LB = -1812134, UB = 5
1604.50/1629.07	c [1556.72] IHS main loop, iteration 388: LB = -1812134, UB = 5
1604.50/1629.07	c [1559.01] IHS main loop, iteration 389: LB = -1812134, UB = 5
1604.50/1629.07	c [1562.59] IHS main loop, iteration 390: LB = -1812134, UB = 5
1604.50/1629.07	c [1591.22] IHS main loop, iteration 391: LB = -1812134, UB = 5
2483.56/2530.27	c [1595.62] IHS main loop, iteration 392: LB = -1812134, UB = 5
2483.56/2530.27	c [1601.12] IHS main loop, iteration 393: LB = -1812134, UB = 5
2483.56/2530.27	c [1602.75] IHS main loop, iteration 394: LB = -1812134, UB = 5
2483.56/2530.27	c [1604.66] IHS main loop, iteration 395: LB = -1812134, UB = 5
2483.56/2530.27	c [1635.72] IHS main loop, iteration 396: LB = -1812134, UB = 5
2483.56/2530.27	c [1641.44] IHS main loop, iteration 397: LB = -1812134, UB = 5
2483.56/2530.27	c [1645.06] IHS main loop, iteration 398: LB = -1812134, UB = 5
2483.56/2530.27	c [1646.85] IHS main loop, iteration 399: LB = -1812134, UB = 5
2483.56/2530.27	c [1648.48] IHS main loop, iteration 400: LB = -1812134, UB = 5
2483.56/2530.27	c [1678.83] IHS main loop, iteration 401: LB = -1812134, UB = 5
2483.56/2530.27	c [1680.58] IHS main loop, iteration 402: LB = -1812134, UB = 5
2483.56/2530.27	c [1686.51] IHS main loop, iteration 403: LB = -1812134, UB = 5
2483.56/2530.27	c [1693.45] IHS main loop, iteration 404: LB = -1812134, UB = 5
2483.56/2530.27	c [1700.30] IHS main loop, iteration 405: LB = -1812134, UB = 5
2483.56/2530.27	c [1735.54] IHS main loop, iteration 406: LB = -1812134, UB = 5
2483.56/2530.27	c [1737.27] IHS main loop, iteration 407: LB = -1812134, UB = 5
2483.56/2530.27	c [1741.63] IHS main loop, iteration 408: LB = -1812134, UB = 5
2483.56/2530.27	c [1744.76] IHS main loop, iteration 409: LB = -1812134, UB = 5
2483.56/2530.27	c [1750.27] IHS main loop, iteration 410: LB = -1812134, UB = 5
2483.56/2530.27	c [1784.27] IHS main loop, iteration 411: LB = -1812134, UB = 5
2483.56/2530.27	c [1786.23] IHS main loop, iteration 412: LB = -1812134, UB = 5
2483.56/2530.27	c [1788.43] IHS main loop, iteration 413: LB = -1812134, UB = 5
2483.56/2530.27	c [1791.69] IHS main loop, iteration 414: LB = -1812134, UB = 5
2483.56/2530.27	c [1799.36] IHS main loop, iteration 415: LB = -1812134, UB = 5
2483.56/2530.27	c [1833.94] IHS main loop, iteration 416: LB = -1812134, UB = 5
2483.56/2530.27	c [1835.28] IHS main loop, iteration 417: LB = -1812134, UB = 5
2483.56/2530.27	c [1839.51] IHS main loop, iteration 418: LB = -1812134, UB = 5
2483.56/2530.27	c [1841.41] IHS main loop, iteration 419: LB = -1812134, UB = 5
2483.56/2530.27	c [1844.64] IHS main loop, iteration 420: LB = -1812134, UB = 5
2483.56/2530.27	c [1881.98] IHS main loop, iteration 421: LB = -1812134, UB = 5
2483.56/2530.27	c [1884.11] IHS main loop, iteration 422: LB = -1812134, UB = 5
2483.56/2530.27	c [1886.00] IHS main loop, iteration 423: LB = -1812134, UB = 5
2483.56/2530.27	c [1888.97] IHS main loop, iteration 424: LB = -1812134, UB = 5
2483.56/2530.27	c [1891.69] IHS main loop, iteration 425: LB = -1812134, UB = 5
2483.56/2530.27	c [1929.72] IHS main loop, iteration 426: LB = -1812134, UB = 5
2483.56/2530.27	c [1932.21] IHS main loop, iteration 427: LB = -1812134, UB = 5
2483.56/2530.27	c [1937.75] IHS main loop, iteration 428: LB = -1812134, UB = 5
2483.56/2530.27	c [1943.29] IHS main loop, iteration 429: LB = -1812134, UB = 5
2483.56/2530.27	c [1958.11] IHS main loop, iteration 430: LB = -1812134, UB = 5
2483.56/2530.27	c [2044.55] IHS main loop, iteration 431: LB = -1812134, UB = 5
2483.56/2530.27	c [2089.12] IHS main loop, iteration 432: LB = -1812134, UB = 5
2483.56/2530.27	c [2127.41] IHS main loop, iteration 433: LB = -1812134, UB = 5
2483.56/2530.27	c [2141.38] IHS main loop, iteration 434: LB = -1812134, UB = 5
2483.56/2530.27	c [2215.00] IHS main loop, iteration 435: LB = -1812134, UB = 5
2483.56/2530.27	c [2267.13] IHS main loop, iteration 436: LB = -1812134, UB = 5
2483.56/2530.27	c [2295.18] IHS main loop, iteration 437: LB = -1812134, UB = 5
2483.56/2530.27	c [2302.34] IHS main loop, iteration 438: LB = -1812134, UB = 5
2483.56/2530.27	c [2303.94] IHS main loop, iteration 439: LB = -1812134, UB = 5
2483.56/2530.27	c [2305.46] IHS main loop, iteration 440: LB = -1812134, UB = 5
2483.56/2530.27	c [2344.09] IHS main loop, iteration 441: LB = -1812134, UB = 5
2483.56/2530.27	c [2347.60] IHS main loop, iteration 442: LB = -1812134, UB = 5
2483.56/2530.27	c [2349.10] IHS main loop, iteration 443: LB = -1812134, UB = 5
2483.56/2530.27	c [2350.37] IHS main loop, iteration 444: LB = -1812134, UB = 5
2483.56/2530.27	c [2355.47] IHS main loop, iteration 445: LB = -1812134, UB = 5
2483.56/2530.27	c [2397.68] IHS main loop, iteration 446: LB = -1812134, UB = 5
2483.56/2530.27	c [2399.76] IHS main loop, iteration 447: LB = -1812134, UB = 5
2483.56/2530.27	c [2403.60] IHS main loop, iteration 448: LB = -1812134, UB = 5
2483.56/2530.27	c [2406.87] IHS main loop, iteration 449: LB = -1812134, UB = 5
2483.56/2530.27	c [2407.99] IHS main loop, iteration 450: LB = -1812134, UB = 5
2483.56/2530.27	c [2456.26] IHS main loop, iteration 451: LB = -1812134, UB = 5
2483.56/2530.27	c [2461.35] IHS main loop, iteration 452: LB = -1812134, UB = 5
2483.56/2530.27	c [2463.25] IHS main loop, iteration 453: LB = -1812134, UB = 5
2483.56/2530.27	c [2464.34] IHS main loop, iteration 454: LB = -1812134, UB = 5
2483.56/2530.27	c [2465.78] IHS main loop, iteration 455: LB = -1812134, UB = 5
3343.64/3404.43	c [2517.71] IHS main loop, iteration 456: LB = -1812134, UB = 5
3343.64/3404.43	c [2521.66] IHS main loop, iteration 457: LB = -1812134, UB = 5
3343.64/3404.43	c [2522.96] IHS main loop, iteration 458: LB = -1812134, UB = 5
3343.64/3404.43	c [2527.69] IHS main loop, iteration 459: LB = -1812134, UB = 5
3343.64/3404.43	c [2532.87] IHS main loop, iteration 460: LB = -1812134, UB = 5
3343.64/3404.43	c [2565.90] IHS main loop, iteration 461: LB = -1812134, UB = 5
3343.64/3404.43	c [2567.63] IHS main loop, iteration 462: LB = -1812134, UB = 5
3343.64/3404.43	c [2569.63] IHS main loop, iteration 463: LB = -1812134, UB = 5
3343.64/3404.43	c [2571.28] IHS main loop, iteration 464: LB = -1812134, UB = 5
3343.64/3404.43	c [2573.59] IHS main loop, iteration 465: LB = -1812134, UB = 5
3343.64/3404.43	c [2609.47] IHS main loop, iteration 466: LB = -1812134, UB = 5
3343.64/3404.43	c [2613.79] IHS main loop, iteration 467: LB = -1812134, UB = 5
3343.64/3404.43	c [2633.39] IHS main loop, iteration 468: LB = -1812134, UB = 5
3343.64/3404.43	c [2640.53] IHS main loop, iteration 469: LB = -1812134, UB = 5
3343.64/3404.43	c [2642.22] IHS main loop, iteration 470: LB = -1812134, UB = 5
3343.64/3404.43	c [2684.72] IHS main loop, iteration 471: LB = -1812134, UB = 5
3343.64/3404.43	c [2689.55] IHS main loop, iteration 472: LB = -1812134, UB = 5
3343.64/3404.43	c [2691.97] IHS main loop, iteration 473: LB = -1812134, UB = 5
3343.64/3404.43	c [2694.57] IHS main loop, iteration 474: LB = -1812134, UB = 5
3343.64/3404.43	c [2697.02] IHS main loop, iteration 475: LB = -1812134, UB = 5
3343.64/3404.43	c [2747.89] IHS main loop, iteration 476: LB = -1812134, UB = 5
3343.64/3404.43	c [2749.88] IHS main loop, iteration 477: LB = -1812134, UB = 5
3343.64/3404.43	c [2751.41] IHS main loop, iteration 478: LB = -1812134, UB = 5
3343.64/3404.43	c [2754.84] IHS main loop, iteration 479: LB = -1812134, UB = 5
3343.64/3404.43	c [2757.34] IHS main loop, iteration 480: LB = -1812134, UB = 5
3343.64/3404.43	c [2809.23] IHS main loop, iteration 481: LB = -1812134, UB = 5
3343.64/3404.43	c [2810.74] IHS main loop, iteration 482: LB = -1812134, UB = 5
3343.64/3404.43	c [2815.38] IHS main loop, iteration 483: LB = -1812134, UB = 5
3343.64/3404.43	c [2821.33] IHS main loop, iteration 484: LB = -1812134, UB = 5
3343.64/3404.43	c [2824.81] IHS main loop, iteration 485: LB = -1812134, UB = 5
3343.64/3404.43	c [2874.04] IHS main loop, iteration 486: LB = -1812134, UB = 5
3343.64/3404.43	c [2881.71] IHS main loop, iteration 487: LB = -1812134, UB = 5
3343.64/3404.43	c [2885.02] IHS main loop, iteration 488: LB = -1812134, UB = 5
3343.64/3404.43	c [2887.18] IHS main loop, iteration 489: LB = -1812134, UB = 5
3343.64/3404.43	c [2889.41] IHS main loop, iteration 490: LB = -1812134, UB = 5
3343.64/3404.43	c [2939.47] IHS main loop, iteration 491: LB = -1812134, UB = 5
3343.64/3404.43	c [2941.76] IHS main loop, iteration 492: LB = -1812134, UB = 5
3343.64/3404.43	c [2944.13] IHS main loop, iteration 493: LB = -1812134, UB = 5
3343.64/3404.43	c [2953.36] IHS main loop, iteration 494: LB = -1812134, UB = 5
3343.64/3404.43	c [2976.85] IHS main loop, iteration 495: LB = -1812134, UB = 5
3343.64/3404.43	c [3027.92] IHS main loop, iteration 496: LB = -1812134, UB = 5
3343.64/3404.43	c [3031.17] IHS main loop, iteration 497: LB = -1812134, UB = 5
3343.64/3404.43	c [3032.60] IHS main loop, iteration 498: LB = -1812134, UB = 5
3343.64/3404.43	c [3035.11] IHS main loop, iteration 499: LB = -1812134, UB = 5
3343.64/3404.43	c [3037.01] IHS main loop, iteration 500: LB = -1812134, UB = 5
3343.64/3404.43	c [3084.75] IHS main loop, iteration 501: LB = -1812134, UB = 5
3343.64/3404.43	c [3088.47] IHS main loop, iteration 502: LB = -1812134, UB = 5
3343.64/3404.43	c [3095.49] IHS main loop, iteration 503: LB = -1812134, UB = 5
3343.64/3404.43	c [3096.91] IHS main loop, iteration 504: LB = -1812134, UB = 5
3343.64/3404.43	c [3098.95] IHS main loop, iteration 505: LB = -1812134, UB = 5
3343.64/3404.43	c [3159.85] IHS main loop, iteration 506: LB = -1812134, UB = 5
3343.64/3404.43	c [3163.21] IHS main loop, iteration 507: LB = -1812134, UB = 5
3343.64/3404.43	c [3164.59] IHS main loop, iteration 508: LB = -1812134, UB = 5
3343.64/3404.43	c [3166.93] IHS main loop, iteration 509: LB = -1812134, UB = 5
3343.64/3404.43	c [3170.81] IHS main loop, iteration 510: LB = -1812134, UB = 5
3343.64/3404.43	c [3221.05] IHS main loop, iteration 511: LB = -1812134, UB = 5
3343.64/3404.43	c [3225.25] IHS main loop, iteration 512: LB = -1812134, UB = 5
3343.64/3404.43	c [3227.23] IHS main loop, iteration 513: LB = -1812134, UB = 5
3343.64/3404.43	c [3229.16] IHS main loop, iteration 514: LB = -1812134, UB = 5
3343.64/3404.43	c [3232.13] IHS main loop, iteration 515: LB = -1812134, UB = 5
3343.64/3404.43	c [3309.67] IHS main loop, iteration 516: LB = -1812134, UB = 5
3343.64/3404.43	c [3311.99] IHS main loop, iteration 517: LB = -1812134, UB = 5
3343.64/3404.43	c [3313.97] IHS main loop, iteration 518: LB = -1812134, UB = 5
3343.64/3404.43	c [3321.08] IHS main loop, iteration 

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

running on 4 cores: 32-35

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

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

CPU governors:
  performance: 32-35

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (87423 MiB free)
  node 1: cores 8-15, 129019 MiB (99780 MiB free)
  node 2: cores 16-23, 129019 MiB (36139 MiB free)
  node 3: cores 24-31, 129003 MiB (91499 MiB free)
  node 4: cores 32-39, 129019 MiB (104134 MiB free)
  node 5: cores 40-47, 129019 MiB (44869 MiB free)
  node 6: cores 48-55, 129019 MiB (94857 MiB free)
  node 7: cores 56-63, 128429 MiB (106660 MiB free)
  node distances:
     10  12  12  12  32  32  32  32
     12  10  12  12  32  32  32  32
     12  12  10  12  32  32  32  32
     12  12  12  10  32  32  32  32
     32  32  32  32  10  12  12  12
     32  32  32  32  12  10  12  12
     32  32  32  32  12  12  10  12
     32  32  32  32  12  12  12  10

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 63488000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 63539200 KiB
Linux 5.14.0-611.55.1.el9_7.0.3.x86_64
Starting watchdog thread
solver pid=2578795, runsolver pid=2578792
Starting watchdog thread
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 16.27 16.20 16.27 17/903 2578797
/proc/meminfo: memFree=681322308/1055320720 swapFree=33554428/33554428
[pid=2578795] ppid=2578792 vsize=222556 memory=47900 CPUtime=0.09 cores=32-35
/proc/2578795/stat : 2578795 (hitpbo) R 2578792 2578795 2573772 0 -1 4194304 7084 0 0 0 8 1 0 0 20 0 2 0 177458348 227897344 11902 18446744073709551615 94654130106368 94654134995357 140725352319328 0 0 0 0 4096 0 0 0 0 17 33 0 0 0 0 0 94654135925112 94654135985714 94654168678400 140725352323285 140725352323463 140725352323463 140725352329199 0
/proc/2578795/statm: 55639 11975 4284 1194 0 20964 0
[pid=2578795/tid=2578797] ppid=2578792 vsize=222556 memory=448176484133 CPUtime=0 cores=32-35
/proc/2578795/task/2578797/stat : 2578797 (hitpbo) S 2578792 2578795 2573772 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 177458356 227897344 11902 18446744073709551615 94654130106368 94654134995357 140725352319328 0 0 0 0 4096 0 1 0 0 -1 32 0 0 0 0 0 94654135925112 94654135985714 94654168678400 140725352323285 140725352323463 140725352323463 140725352329199 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 222556 KiB
Current children cumulated memory: 47900 KiB

[startup+0.214384 s]*
/proc/loadavg: 16.27 16.20 16.27 17/903 2578797
/proc/meminfo: memFree=681303784/1055320720 swapFree=33554428/33554428
[pid=2578795] ppid=2578792 vsize=230612 memory=59244 CPUtime=0.2 cores=32-35
/proc/2578795/stat : 2578795 (hitpbo) R 2578792 2578795 2573772 0 -1 4194304 9023 0 0 0 19 1 0 0 20 0 2 0 177458348 236146688 14590 18446744073709551615 94654130106368 94654134995357 140725352319328 0 0 0 0 4096 0 0 0 0 17 33 0 0 0 0 0 94654135925112 94654135985714 94654168678400 140725352323285 140725352323463 140725352323463 140725352329199 0
/proc/2578795/statm: 57653 14811 5241 1194 0 22978 0
[pid=2578795/tid=2578797] ppid=2578792 vsize=230612 memory=8386095037794055477 CPUtime=0 cores=32-35
/proc/2578795/task/2578797/stat : 2578797 (hitpbo) S 2578792 2578795 2573772 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 177458356 236146688 14590 18446744073709551615 94654130106368 94654134995357 140725352319328 0 0 0 0 4096 0 1 0 0 -1 32 0 0 0 0 0 94654135925112 94654135985714 94654168678400 140725352323285 140725352323463 140725352323463 140725352329199 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 230612 KiB
Current children cumulated memory: 59244 KiB

[startup+0.313913 s]*
/proc/loadavg: 16.27 16.20 16.27 17/903 2578797
/proc/meminfo: memFree=681292956/1055320720 swapFree=33554428/33554428
[pid=2578795] ppid=2578792 vsize=231340 memory=59276 CPUtime=0.3 cores=32-35
/proc/2578795/stat : 2578795 (hitpbo) R 2578792 2578795 2573772 0 -1 4194304 9214 0 0 0 29 1 0 0 20 0 2 0 177458348 236892160 14590 18446744073709551615 94654130106368 94654134995357 140725352319328 0 0 0 0 4096 0 0 0 0 17 33 0 0 0 0 0 94654135925112 94654135985714 94654168678400 140725352323285 140725352323463 140725352323463 140725352329199 0
/proc/2578795/statm: 57835 14819 5241 1194 0 23160 0
[pid=2578795/tid=2578797] ppid=2578792 vsize=231340 memory=8389771804677338421 CPUtime=0 cores=32-35
/proc/2578795/task/2578797/stat : 2578797 (hitpbo) S 2578792 2578795 2573772 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 177458356 236892160 14590 18446744073709551615 94654130106368 94654134995357 140725352319328 0 0 0 0 4096 0 1 0 0 -1 32 0 0 0 0 0 94654135925112 94654135985714 94654168678400 140725352323285 140725352323463 140725352323463 140725352329199 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 231340 KiB
Current children cumulated memory: 59276 KiB

[startup+0.700124 s]
/proc/loadavg: 16.27 16.20 16.27 18/903 2578797
/proc/meminfo: memFree=681262008/1055320720 swapFree=33554428/33554428
[pid=2578795] ppid=2578792 vsize=231340 memory=60084 CPUtime=0.68 cores=32-35
/proc/2578795/stat : 2578795 (hitpbo) R 2578792 2578795 2573772 0 -1 4194304 9402 0 0 0 65 3 0 0 20 0 2 0 177458348 236892160 14974 18446744073709551615 94654130106368 94654134995357 140725352319328 0 0 0 0 4096 0 0 0 0 17 33 0 0 0 0 0 94654135925112 94654135985714 94654168678400 140725352323285 140725352323463 140725352323463 140725352329199 0
/proc/2578795/statm: 57835 15021 5257 1194 0 23160 0
[pid=2578795/tid=2578797] ppid=2578792 vsize=231340 memory=5692 CPUtime=0 cores=32-35
/proc/2578795/task/2578797/stat : 2578797 (hitpbo) S 2578792 2578795 2573772 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 177458356 236892160 14974 18446744073709551615 94654130106368 94654134995357 140725352319328 0 0 0 0 4096 0 1 0 0 -1 32 0 0 0 0 0 94654135925112 94654135985714 94654168678400 140725352323285 140725352323463 140725352323463 140725352329199 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 231340 KiB
Current children cumulated memory: 60084 KiB

[startup+1.50012 s]
/proc/loadavg: 16.27 16.20 16.27 18/903 2578797
/proc/meminfo: memFree=681206824/1055320720 swapFree=33554428/33554428
[pid=2578795] ppid=2578792 vsize=235156 memory=62208 CPUtime=1.47 cores=32-35
/proc/2578795/stat : 2578795 (hitpbo) R 2578792 2578795 2573772 0 -1 4194304 9798 0 0 0 144 3 0 0 20 0 2 0 177458348 240799744 15486 18446744073709551615 94654130106368 94654134995357 140725352319328 0 0 0 0 4096 0 0 0 0 17 33 0 0 0 0 0 94654135925112 94654135985714 94654168678400 140725352323285 140725352323463 140725352323463 140725352329199 0
/proc/2578795/statm: 58789 15552 5401 1194 0 24114 0
[pid=2578795/tid=2578797] ppid=2578792 vsize=235156 memory=5692 CPUtime=0 cores=32-35
/proc/2578795/task/2578797/stat : 2578797 (hitpbo) S 2578792 2578795 2573772 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 177458356 240799744 15486 18446744073709551615 94654130106368 94654134995357 140725352319328 0 0 0 0 4096 0 1 0 0 -1 32 0 0 0 0 0 94654135925112 94654135985714 94654168678400 140725352323285 140725352323463 140725352323463 140725352329199 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 235156 KiB
Current children cumulated memory: 62208 KiB

[startup+3.11406 s]
/proc/loadavg: 16.33 16.22 16.27 18/903 2578797
/proc/meminfo: memFree=680935380/1055320720 swapFree=33554428/33554428
[pid=2578795] ppid=2578792 vsize=240464 memory=65652 CPUtime=3.08 cores=32-35
/proc/2578795/stat : 2578795 (hitpbo) R 2578792 2578795 2573772 0 -1 4194304 15560 0 0 0 302 6 0 0 20 0 2 0 177458348 246235136 16254 18446744073709551615 94654130106368 94654134995357 140725352319328 0 0 0 0 4096 0 0 0 0 17 33 0 0 0 0 0 94654135925112 94654135985714 94654168678400 140725352323285 140725352323463 140725352323463 140725352329199 0
/proc/2578795/statm: 60116 16413 5465 1194 0 25441 0
[pid=2578795/tid=2578797] ppid=2578792 vsize=240464 memory=0 CPUtime=0 cores=32-35
/proc/2578795/task/2578797/stat : 2578797 (hitpbo) S 2578792 2578795 2573772 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 2 0 177458356 246235136 16254 18446744073709551615 94654130106368 94654134995357 140725352319328 0 0 0 0 4096 0 1 0 0 -1 32 0 0 0 0 0 94654135925112 94654135985714 94654168678400 140725352323285 140725352323463 140725352323463 140725352329199 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 240464 KiB
Current children cumulated memory: 65652 KiB

[startup+6.30012 s]
/proc/loadavg: 16.33 16.22 16.27 18/903 2578797
/proc/meminfo: memFree=680469444/1055320720 swapFree=33554428/33554428
[pid=2578795] ppid=2578792 vsize=247832 memory=77004 CPUtime=6.26 cores=32-35
/proc/2578795/stat : 2578795 (hitpbo) R 2578792 2578795 2573772 0 -1 4194304 21419 0 0 0 613 13 0 0 20 0 2 0 177458348 253779968 19128 18446744073709551615 94654130106368 94654134995357 140725352319328 0 0 0 0 4096 0 0 0 0 17 33 0 0 0 0 0 94654135925112 94654135985714 94654168678400 140725352323285 140725352323463 140725352323463 140725352329199 0
/proc/2578795/statm: 61958 19251 5481 1194 0 27283 0
[pid=2578795/tid=2578797] ppid=2578792 vsize=247832 memory=76508 CPUtime=0 cores=32-35
/proc/2578795/task/2578797/stat : 2578797 (hitpbo) S 2578792 2578795 2573772 0 -1 4194368 8 0 0 0 0 0 0 0 20 0 2 0 177458356 253779968 19128 18446744073709551615 94654130106368 94654134995357 140725352319328 0 0 0 0 4096 0 1 0 0 -1 34 0 0 0 0 0 94654135925112 94654135985714 94654168678400 140725352323285 140725352323463 140725352323463 140725352329199 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 247832 KiB
Current children cumulated memory: 77004 KiB

[startup+12.7001 s]
/proc/loadavg: 16.51 16.26 16.29 18/903 2578797
/proc/meminfo: memFree=679605552/1055320720 swapFree=33554428/33554428
[pid=2578795] ppid=2578792 vsize=251488 memory=79024 CPUtime=12.65 cores=32-35
/proc/2578795/stat : 2578795 (hitpbo) R 2578792 2578795 2573772 0 -1 4194304 29010 0 0 0 1241 24 0 0 20 0 2 0 177458348 257523712 19631 18446744073709551615 94654130106368 94654134995357 140725352319328 0 0 0 0 4096 0 0 0 0 17 33 0 0 0 0 0 94654135925112 94654135985714 94654168678400 140725352323285 140725352323463 140725352323463 140725352329199 0
/proc/2578795/statm: 62872 19756 5481 1194 0 28197 0
[pid=2578795/tid=2578797] ppid=2578792 vsize=251488 memory=76508 CPUtime=0 cores=32-35
/proc/2578795/task/2578797/stat : 2578797 (hitpbo) S 2578792 2578795 2573772 0 -1 4194368 9 0 0 0 0 0 0 0 20 0 2 0 177458356 257523712 19631 18446744073709551615 94654130106368 94654134995357 140725352319328 0 0 0 0 4096 0 1 0 0 -1 34 0 0 0 0 0 94654135925112 94654135985714 94654168678400 140725352323285 140725352323463 140725352323463 140725352329199 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 251488 KiB
Current children cumulated memory: 79024 KiB

[startup+25.5001 s]
/proc/loadavg: 16.58 16.28 16.29 18/903 2578797
/proc/meminfo: memFree=677659712/1055320720 swapFree=33554428/33554428
[pid=2578795] ppid=2578792 vsize=269788 memory=89860 CPUtime=25.42 cores=32-35
/proc/2578795/stat : 2578795 (hitpbo) R 2578792 2578795 2573772 0 -1 4194304 44843 0 0 0 2496 46 0 0 20 0 2 0 177458348 276262912 22240 18446744073709551615 94654130106368 94654134995357 140725352319328 0 0 0 0 4096 0 0 0 0 17 33 0 0 0 0 0 94654135925112 94654135985714 94654168678400 140725352323285 140725352323463 140725352323463 140725352329199 0
/proc/2578795/statm: 67447 22465 5481 1194 0 32772 0
[pid=2578795/tid=2578797] ppid=2578792 vsize=269788 memory=5084 CPUtime=0 cores=32-35
/proc/2578795/task/2578797/stat : 2578797 (hitpbo) S 2578792 2578795 2573772 0 -1 4194368 9 0 0 0 0 0 0 0 20 0 2 0 177458356 276262912 22240 18446744073709551615 94654130106368 94654134995357 140725352319328 0 0 0 0 4096 0 1 0 0 -1 34 0 0 0 0 0 94654135925112 94654135985714 94654168678400 140725352323285 140725352323463 140725352323463 140725352329199 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 269788 KiB
Current children cumulated memory: 89860 KiB

[startup+51.1298 s]
/proc/loadavg: 17.14 16.44 16.35 18/903 2578797
/proc/meminfo: memFree=674036628/1055320720 swapFree=33554428/33554428
[pid=2578795] ppid=2578792 vsize=278812 memory=102776 CPUtime=50.39 cores=32-35
/proc/2578795/stat : 2578795 (hitpbo) R 2578792 2578795 2573772 0 -1 4194304 76793 0 0 0 4950 89 0 0 20 0 2 0 177458348 285503488 25522 18446744073709551615 94654130106368 94654134995357 140725352319328 0 0 0 0 4096 0 0 0 0 17 33 0 0 0 0 0 94654135925112 94654135985714 94654168678400 140725352323285 140725352323463 140725352323463 140725352329199 0
/proc/2578795/statm: 69703 25694 5481 1194 0 35028 0
[pid=2578795/tid=2578797] ppid=2578792 vsize=278812 memory=96184 CPUtime=0 cores=32-35
/proc/2578795/task/2578797/stat : 2578797 (hitpbo) S 2578792 2578795 2573772 0 -1 4194368 9 0 0 0 0 0 0 0 20 0 2 0 177458356 285503488 25522 18446744073709551615 94654130106368 94654134995357 140725352319328 0 0 0 0 4096 0 1 0 0 -1 34 0 0 0 0 0 94654135925112 94654135985714 94654168678400 140725352323285 140725352323463 140725352323463 140725352329199 0
Current children cumulated CPU time: 50.39 s
Current children cumulated vsize: 278812 KiB
Current children cumulated memory: 102776 KiB

[startup+102.3 s]
/proc/loadavg: 17.11 16.57 16.40 17/898 2578806
/proc/meminfo: memFree=667281488/1055320720 swapFree=33554428/33554428
[pid=2578795] ppid=2578792 vsize=301476 memory=117492 CPUtime=100.54 cores=32-35
/proc/2578795/stat : 2578795 (hitpbo) R 2578792 2578795 2573772 0 -1 4194304 95066 0 0 0 9892 162 0 0 20 0 2 0 177458348 308711424 29179 18446744073709551615 94654130106368 94654134995357 140725352319328 0 0 0 0 4096 0 0 0 0 17 33 0 0 0 0 0 94654135925112 94654135985714 94654168678400 140725352323285 140725352323463 140725352323463 140725352329199 0
/proc/2578795/statm: 75369 29373 5481 1194 0 40694 0
[pid=2578795/tid=2578797] ppid=2578792 vsize=301476 memory=185900 CPUtime=0.01 cores=32-35
/proc/2578795/task/2578797/stat : 2578797 (hitpbo) S 2578792 2578795 2573772 0 -1 4194368 9 0 0 0 0 1 0 0 20 0 2 0 177458356 308711424 29179 18446744073709551615 94654130106368 94654134995357 140725352319328 0 0 0 0 4096 0 1 0 0 -1 34 0 0 0 0 0 94654135925112 94654135985714 94654168678400 140725352323285 140725352323463 140725352323463 140725352329199 0
Current children cumulated CPU time: 100.54 s
Current children cumulated vsize: 301476 KiB
Current children cumulated memory: 117492 KiB

[startup+162.3 s]
/proc/loadavg: 16.45 16.48 16.38 18/898 2578927
/proc/meminfo: memFree=663161300/1055320720 swapFree=33554428/33554428
[pid=2578795] ppid=2578792 vsize=313784 memory=136952 CPUtime=160.07 cores=32-35
/proc/2578795/stat : 2578795 (hitpbo) R 2578792 2578795 2573772 0 -1 4194304 110627 0 0 0 15776 231 0 0 20 0 2 0 177458348 321314816 34132 18446744073709551615 94654130106368 94654134995357 140725352319328 0 0 0 0 4096 0 0 0 0 17 33 0 0 0 0 0 94654135925112 94654135985714 94654168678400 140725352323285 140725352323463 140725352323463 140725352329199 0
/proc/2578795/statm: 78446 34238 5481 1194 0 43771 0
[pid=2578795/tid=2578797] ppid=2578792 vsize=313784 memory=5896 CPUtime=0.02 cores=32-35
/proc/2578795/task/2578797/stat : 2578797 (hitpbo) S 2578792 2578795 2573772 0 -1 4194368 9 0 0 0 0 2 0 0 20 0 2 0 177458356 321314816 34132 18446744073709551615 94654130106368 94654134995357 140725352319328 0 0 0 0 4096 0 1 0 0 -1 34 0 0 0 0 0 94654135925112 94654135985714 94654168678400 140725352323285 140725352323463 140725352323463 140725352329199 0
Current children cumulated CPU time: 160.07 s

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

[pid=2578795/tid=2578797] ppid=2578792 vsize=469160 memory=15556 CPUtime=0.64 cores=32-35
/proc/2578795/task/2578797/stat : 2578797 (hitpbo) S 2578792 2578795 2573772 0 -1 4194368 43 0 0 0 4 60 0 0 20 0 2 0 177458356 480419840 66243 18446744073709551615 94654130106368 94654134995357 140725352319328 0 0 0 0 4096 0 1 0 0 -1 34 0 0 0 0 0 94654135925112 94654135985714 94654168678400 140725352323285 140725352323463 140725352323463 140725352329199 0
Current children cumulated CPU time: 3107.84 s
Current children cumulated vsize: 469160 KiB
Current children cumulated memory: 266168 KiB

[startup+3222.3 s]
/proc/loadavg: 2.00 2.22 4.97 3/801 2579658
/proc/meminfo: memFree=845775512/1055320720 swapFree=33554428/33554428
[pid=2578795] ppid=2578792 vsize=469200 memory=266208 CPUtime=3167.31 cores=32-35
/proc/2578795/stat : 2578795 (hitpbo) R 2578792 2578795 2573772 0 -1 4194304 898076 0 0 0 314568 2163 0 0 20 0 2 0 177458348 480460800 66254 18446744073709551615 94654130106368 94654134995357 140725352319328 0 0 0 0 4096 0 0 0 0 17 33 0 0 0 0 0 94654135925112 94654135985714 94654168678400 140725352323285 140725352323463 140725352323463 140725352329199 0
/proc/2578795/statm: 117300 66552 5609 1194 0 82625 0
[pid=2578795/tid=2578797] ppid=2578792 vsize=469200 memory=15556 CPUtime=0.65 cores=32-35
/proc/2578795/task/2578797/stat : 2578797 (hitpbo) S 2578792 2578795 2573772 0 -1 4194368 43 0 0 0 5 60 0 0 20 0 2 0 177458356 480460800 66254 18446744073709551615 94654130106368 94654134995357 140725352319328 0 0 0 0 4096 0 1 0 0 -1 34 0 0 0 0 0 94654135925112 94654135985714 94654168678400 140725352323285 140725352323463 140725352323463 140725352329199 0
Current children cumulated CPU time: 3167.31 s
Current children cumulated vsize: 469200 KiB
Current children cumulated memory: 266208 KiB

[startup+3282.3 s]
/proc/loadavg: 2.00 2.18 4.78 3/801 2579659
/proc/meminfo: memFree=845040316/1055320720 swapFree=33554428/33554428
[pid=2578795] ppid=2578792 vsize=469228 memory=266236 CPUtime=3226.7 cores=32-35
/proc/2578795/stat : 2578795 (hitpbo) R 2578792 2578795 2573772 0 -1 4194304 940742 0 0 0 320472 2198 0 0 20 0 2 0 177458348 480489472 66260 18446744073709551615 94654130106368 94654134995357 140725352319328 0 0 0 0 4096 0 0 0 0 17 33 0 0 0 0 0 94654135925112 94654135985714 94654168678400 140725352323285 140725352323463 140725352323463 140725352329199 0
/proc/2578795/statm: 117307 66559 5609 1194 0 82632 0
[pid=2578795/tid=2578797] ppid=2578792 vsize=469228 memory=15556 CPUtime=0.66 cores=32-35
/proc/2578795/task/2578797/stat : 2578797 (hitpbo) S 2578792 2578795 2573772 0 -1 4194368 43 0 0 0 5 61 0 0 20 0 2 0 177458356 480489472 66260 18446744073709551615 94654130106368 94654134995357 140725352319328 0 0 0 0 4096 0 1 0 0 -1 34 0 0 0 0 0 94654135925112 94654135985714 94654168678400 140725352323285 140725352323463 140725352323463 140725352329199 0
Current children cumulated CPU time: 3226.7 s
Current children cumulated vsize: 469228 KiB
Current children cumulated memory: 266236 KiB

[startup+3342.3 s]
/proc/loadavg: 2.00 2.14 4.60 3/803 2579662
/proc/meminfo: memFree=844344808/1055320720 swapFree=33554428/33554428
[pid=2578795] ppid=2578792 vsize=554408 memory=338376 CPUtime=3284.02 cores=32-35
/proc/2578795/stat : 2578795 (hitpbo) R 2578792 2578795 2573772 0 -1 4194304 983619 0 0 0 326173 2229 0 0 20 0 2 0 177458348 567713792 84295 18446744073709551615 94654130106368 94654134995357 140725352319328 0 0 0 0 4096 0 0 0 0 17 33 0 0 0 0 0 94654135925112 94654135985714 94654168678400 140725352323285 140725352323463 140725352323463 140725352329199 0
/proc/2578795/statm: 138602 84594 5609 1194 0 103927 0
[pid=2578795/tid=2578797] ppid=2578792 vsize=554408 memory=332232 CPUtime=0.67 cores=32-35
/proc/2578795/task/2578797/stat : 2578797 (hitpbo) S 2578792 2578795 2573772 0 -1 4194368 43 0 0 0 5 62 0 0 20 0 2 0 177458356 567713792 84295 18446744073709551615 94654130106368 94654134995357 140725352319328 0 0 0 0 4096 0 1 0 0 -1 34 0 0 0 0 0 94654135925112 94654135985714 94654168678400 140725352323285 140725352323463 140725352323463 140725352329199 0
Current children cumulated CPU time: 3284.02 s
Current children cumulated vsize: 554408 KiB
Current children cumulated memory: 338376 KiB

[startup+3402.3 s]
/proc/loadavg: 2.00 2.12 4.44 3/803 2579664
/proc/meminfo: memFree=843794780/1055320720 swapFree=33554428/33554428
[pid=2578795] ppid=2578792 vsize=567448 memory=378160 CPUtime=3341.54 cores=32-35
/proc/2578795/stat : 2578795 (hitpbo) R 2578792 2578795 2573772 0 -1 4194304 992484 0 0 0 331901 2253 0 0 20 0 2 0 177458348 581066752 94191 18446744073709551615 94654130106368 94654134995357 140725352319328 0 0 0 0 4096 0 0 0 0 17 33 0 0 0 0 0 94654135925112 94654135985714 94654168678400 140725352323285 140725352323463 140725352323463 140725352329199 0
/proc/2578795/statm: 141862 94540 5609 1194 0 107187 0
[pid=2578795/tid=2578797] ppid=2578792 vsize=567448 memory=346568 CPUtime=0.69 cores=32-35
/proc/2578795/task/2578797/stat : 2578797 (hitpbo) S 2578792 2578795 2573772 0 -1 4194368 46 0 0 0 5 64 0 0 20 0 2 0 177458356 581066752 94191 18446744073709551615 94654130106368 94654134995357 140725352319328 0 0 0 0 4096 0 1 0 0 -1 32 0 0 0 0 0 94654135925112 94654135985714 94654168678400 140725352323285 140725352323463 140725352323463 140725352329199 0
Current children cumulated CPU time: 3341.54 s
Current children cumulated vsize: 567448 KiB
Current children cumulated memory: 378160 KiB

[startup+3462.3 s]
/proc/loadavg: 2.00 2.09 4.28 3/802 2579665
/proc/meminfo: memFree=843282084/1055320720 swapFree=33554428/33554428
[pid=2578795] ppid=2578792 vsize=617148 memory=386948 CPUtime=3401.16 cores=32-35
/proc/2578795/stat : 2578795 (hitpbo) R 2578792 2578795 2573772 0 -1 4194304 1000003 0 0 0 337839 2277 0 0 20 0 2 0 177458348 631959552 96438 18446744073709551615 94654130106368 94654134995357 140725352319328 0 0 0 0 4096 0 0 0 0 17 33 0 0 0 0 0 94654135925112 94654135985714 94654168678400 140725352323285 140725352323463 140725352323463 140725352329199 0
/proc/2578795/statm: 154287 96737 5609 1194 0 119612 0
[pid=2578795/tid=2578797] ppid=2578792 vsize=617148 memory=384900 CPUtime=0.7 cores=32-35
/proc/2578795/task/2578797/stat : 2578797 (hitpbo) S 2578792 2578795 2573772 0 -1 4194368 46 0 0 0 5 65 0 0 20 0 2 0 177458356 631959552 96438 18446744073709551615 94654130106368 94654134995357 140725352319328 0 0 0 0 4096 0 1 0 0 -1 32 0 0 0 0 0 94654135925112 94654135985714 94654168678400 140725352323285 140725352323463 140725352323463 140725352329199 0
Current children cumulated CPU time: 3401.16 s
Current children cumulated vsize: 617148 KiB
Current children cumulated memory: 386948 KiB

[startup+3522.3 s]
/proc/loadavg: 2.00 2.07 4.14 3/798 2579666
/proc/meminfo: memFree=842763600/1055320720 swapFree=33554428/33554428
[pid=2578795] ppid=2578792 vsize=620812 memory=390832 CPUtime=3460.96 cores=32-35
/proc/2578795/stat : 2578795 (hitpbo) R 2578792 2578795 2573772 0 -1 4194304 1000658 0 0 0 343791 2305 0 0 20 0 2 0 177458348 635711488 97397 18446744073709551615 94654130106368 94654134995357 140725352319328 0 0 0 0 4096 0 0 0 0 17 33 0 0 0 0 0 94654135925112 94654135985714 94654168678400 140725352323285 140725352323463 140725352323463 140725352329199 0
/proc/2578795/statm: 155203 97708 5609 1194 0 120528 0
[pid=2578795/tid=2578797] ppid=2578792 vsize=620812 memory=15556 CPUtime=0.71 cores=32-35
/proc/2578795/task/2578797/stat : 2578797 (hitpbo) S 2578792 2578795 2573772 0 -1 4194368 47 0 0 0 5 66 0 0 20 0 2 0 177458356 635711488 97397 18446744073709551615 94654130106368 94654134995357 140725352319328 0 0 0 0 4096 0 1 0 0 -1 32 0 0 0 0 0 94654135925112 94654135985714 94654168678400 140725352323285 140725352323463 140725352323463 140725352329199 0
Current children cumulated CPU time: 3460.96 s
Current children cumulated vsize: 620812 KiB
Current children cumulated memory: 390832 KiB

[startup+3582.3 s]
/proc/loadavg: 2.00 2.06 4.00 3/798 2579667
/proc/meminfo: memFree=842128972/1055320720 swapFree=33554428/33554428
[pid=2578795] ppid=2578792 vsize=620812 memory=390832 CPUtime=3520.56 cores=32-35
/proc/2578795/stat : 2578795 (hitpbo) R 2578792 2578795 2573772 0 -1 4194304 1001053 0 0 0 349720 2336 0 0 20 0 2 0 177458348 635711488 97397 18446744073709551615 94654130106368 94654134995357 140725352319328 0 0 0 0 4096 0 0 0 0 17 33 0 0 0 0 0 94654135925112 94654135985714 94654168678400 140725352323285 140725352323463 140725352323463 140725352329199 0
/proc/2578795/statm: 155203 97708 5609 1194 0 120528 0
[pid=2578795/tid=2578797] ppid=2578792 vsize=620812 memory=185952 CPUtime=0.72 cores=32-35
/proc/2578795/task/2578797/stat : 2578797 (hitpbo) S 2578792 2578795 2573772 0 -1 4194368 47 0 0 0 5 67 0 0 20 0 2 0 177458356 635711488 97397 18446744073709551615 94654130106368 94654134995357 140725352319328 0 0 0 0 4096 0 1 0 0 -1 32 0 0 0 0 0 94654135925112 94654135985714 94654168678400 140725352323285 140725352323463 140725352323463 140725352329199 0
Current children cumulated CPU time: 3520.56 s
Current children cumulated vsize: 620812 KiB
Current children cumulated memory: 390832 KiB

[startup+3642.3 s]
/proc/loadavg: 2.00 2.04 3.87 3/796 2579672
/proc/meminfo: memFree=841514924/1055320720 swapFree=33554428/33554428
[pid=2578795] ppid=2578792 vsize=621112 memory=391084 CPUtime=3580.18 cores=32-35
/proc/2578795/stat : 2578795 (hitpbo) R 2578792 2578795 2573772 0 -1 4194304 1009425 0 0 0 355652 2366 0 0 20 0 2 0 177458348 636018688 97397 18446744073709551615 94654130106368 94654134995357 140725352319328 0 0 0 0 4096 0 0 0 0 17 33 0 0 0 0 0 94654135925112 94654135985714 94654168678400 140725352323285 140725352323463 140725352323463 140725352329199 0
/proc/2578795/statm: 155278 97771 5609 1194 0 120603 0
[pid=2578795/tid=2578797] ppid=2578792 vsize=621112 memory=390832 CPUtime=0.74 cores=32-35
/proc/2578795/task/2578797/stat : 2578797 (hitpbo) S 2578792 2578795 2573772 0 -1 4194368 47 0 0 0 5 69 0 0 20 0 2 0 177458356 636018688 97397 18446744073709551615 94654130106368 94654134995357 140725352319328 0 0 0 0 4096 0 1 0 0 -1 32 0 0 0 0 0 94654135925112 94654135985714 94654168678400 140725352323285 140725352323463 140725352323463 140725352329199 0
Current children cumulated CPU time: 3580.18 s
Current children cumulated vsize: 621112 KiB
Current children cumulated memory: 391084 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3662.3 s]
/proc/loadavg: 2.00 2.04 3.83 2/795 2579672
/proc/meminfo: memFree=841284532/1055320720 swapFree=33554428/33554428
[pid=2578795] ppid=2578792 vsize=621112 memory=391488 CPUtime=3600.02 cores=32-35
/proc/2578795/stat : 2578795 (hitpbo) R 2578792 2578795 2573772 0 -1 4194304 1009438 0 0 0 357629 2373 0 0 20 0 2 0 177458348 636018688 97397 18446744073709551615 94654130106368 94654134995357 140725352319328 0 0 0 0 4096 0 0 0 0 17 33 0 0 0 0 0 94654135925112 94654135985714 94654168678400 140725352323285 140725352323463 140725352323463 140725352329199 0
/proc/2578795/statm: 155278 97872 5609 1194 0 120603 0
[pid=2578795/tid=2578797] ppid=2578792 vsize=621112 memory=390832 CPUtime=0.74 cores=32-35
/proc/2578795/task/2578797/stat : 2578797 (hitpbo) S 2578792 2578795 2573772 0 -1 4194368 47 0 0 0 5 69 0 0 20 0 2 0 177458356 636018688 97397 18446744073709551615 94654130106368 94654134995357 140725352319328 0 0 0 0 4096 0 1 0 0 -1 32 0 0 0 0 0 94654135925112 94654135985714 94654168678400 140725352323285 140725352323463 140725352323463 140725352329199 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 621112 KiB
Current children cumulated memory: 391488 KiB

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

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

# cumulated CPU time of all completed processes:  user=3576.3 s, system=23.7458 s

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

[startup+3662.4 s]*
/proc/loadavg: 2.00 2.04 3.82 1/794 2579672
/proc/meminfo: memFree=841617740/1055320720 swapFree=33554428/33554428
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3663.2 s]
/proc/loadavg: 2.00 2.04 3.82 1/794 2579672
/proc/meminfo: memFree=841618020/1055320720 swapFree=33554428/33554428
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3664 s]*
/proc/loadavg: 2.00 2.04 3.82 1/794 2579672
/proc/meminfo: memFree=841618296/1055320720 swapFree=33554428/33554428
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3664.2 s]
/proc/loadavg: 2.00 2.04 3.82 1/794 2579672
/proc/meminfo: memFree=841618296/1055320720 swapFree=33554428/33554428
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3664.27
CPU time (s): 3600.05
CPU user time (s): 3576.3
CPU system time (s): 23.7458
CPU usage (%): 98.2471
Max. virtual memory (cumulated for all children) (KiB): 621112
Max. memory (cumulated for all children) (KiB): 391488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3576.3
system time used= 23.7458
maximum resident set size= 389588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1009438
page faults= 0
swaps= 0
block input operations= 0
block output operations= 83321136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 367065
involuntary context switches= 5305


# summary of solver processes directly reported to runsolver:
#   pid: 2578795
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3576.3
#   total CPU system time (s): 23.7458

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.7568 second user time and 37.3511 second system time

The end

Launcher Data

Begin job on nodeE001 at 2026-06-26 04:41:42
IDJOB=4795868
IDBENCH=180358
IDSOLVER=3635
FILE ID=nodeE001/4795868-1782441702
RUNJOBID= nodeE001-1782432253-2573790
SLURM_JOB_ID= 12522920
Free space on /tmp= 797584 MiB

SOLVER NAME= HitPBO-PL 2026-06-22 (cert)
BENCH NAME= PB25/normalized-PB25/OPT-LIN/sakai/PB25-bnn-verification-20250419/instances/normalized-bnn_mnist_7_label9_adversarial_norm_2.opb
COMMAND LINE= ./hitpbo BENCHNAME --proof-compatible --prooffile PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4795868-1782441702/watcher-4795868-1782441702 -o /tmp/evaluation-result-4795868-1782441702/solver-4795868-1782441702 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4795868-1782441702/vars-4795868-1782441702 --bin-var /tmp/runsolver-exch-nodeE001-1782432253-2573790 --watchdog 3760 --file-size-limit 100000 ./hitpbo HOME/instance-4795868-1782441702.opb --proof-compatible --prooffile PROOFDIR/proof-4795868-1782441702

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

MD5SUM BENCH= 16f06123d3ad1991a196705c9edf9280
RANDOM SEED=917797257

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 60
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3578.442
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.23
TLB size	: 192 4K pages
clflush size	: 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.23
TLB size	: 192 4K pages
clflush size	: 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.23
TLB size	: 192 4K pages
clflush size	: 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.23
TLB size	: 192 4K pages
clflush 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:       1055320720 kB
MemFree:        681336588 kB
MemAvailable:   1016471608 kB
Buffers:            3352 kB
Cached:         339150124 kB
SwapCached:            0 kB
Active:         32237352 kB
Inactive:       337273796 kB
Active(anon):   31253556 kB
Inactive(anon):        0 kB
Active(file):     983796 kB
Inactive(file): 337273796 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:           2251252 kB
Writeback:             0 kB
AnonPages:      30306200 kB
Mapped:           410608 kB
Shmem:            896048 kB
KReclaimable:    2044216 kB
Slab:            2715028 kB
SReclaimable:    2044216 kB
SUnreclaim:       670812 kB
KernelStack:       15376 kB
PageTables:        69748 kB
SecPageTables:     15300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214788 kB
Committed_AS:   37290932 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      479508 kB
VmallocChunk:          0 kB
Percpu:           120576 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5943296 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:      444868 kB
DirectMap2M:    19800064 kB
DirectMap1G:    1053818880 kB

Free space on /tmp at the end= 799768 MiB
End job on nodeE001 at 2026-06-26 05:42:47