Trace number 4830642

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 NameAnswerCPU timeWall clock time
SCIP-NaPS scip-naps-1.00a2SAT 18.7156 18.7125

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army10.14bt.opb
MD5SUM3a50fcae898f788b3960bca00975c98a
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.105785
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables316
Total number of constraints686
Number of constraints which are clauses477
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints207
Minimum length of a constraint1
Maximum length of a constraint100
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 114
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

18.58/18.68	c scip-naps version 1.00a2
18.58/18.68	c Command: HOME/scip-naps.py --pbsolver HOME/naps_release --sciptime=500 --dec HOME/instance-4830642-1783286223.opb
18.58/18.68	c Solving mode: decision
18.58/18.68	c SCIP version 10.0.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 8.0.2] [GitHash: NoGitInfo]
18.58/18.68	c Copyright (c) 2002-2026 Zuse Institute Berlin (ZIB)
18.58/18.68	c original problem has 316 variables (316 bin, 0 int, 0 cont) and 686 constraints
18.58/18.68	c presolving:
18.58/18.68	c (round 1, fast)       1 del vars, 1 del conss, 0 add conss, 1 chg bounds, 0 chg sides, 1 chg coeffs, 0 upgd conss, 0 impls, 167 clqs, 0 implints
18.58/18.68	c (round 2, fast)       13 del vars, 15 del conss, 0 add conss, 13 chg bounds, 0 chg sides, 1 chg coeffs, 0 upgd conss, 0 impls, 153 clqs, 0 implints
18.58/18.68	c (round 3, fast)       13 del vars, 27 del conss, 0 add conss, 13 chg bounds, 0 chg sides, 1 chg coeffs, 0 upgd conss, 0 impls, 153 clqs, 0 implints
18.58/18.68	c (round 4, medium)     15 del vars, 27 del conss, 0 add conss, 13 chg bounds, 0 chg sides, 1 chg coeffs, 0 upgd conss, 0 impls, 149 clqs, 0 implints
18.58/18.68	c (round 5, fast)       15 del vars, 31 del conss, 0 add conss, 13 chg bounds, 0 chg sides, 1 chg coeffs, 0 upgd conss, 0 impls, 167 clqs, 0 implints
18.58/18.68	c (round 6, exhaustive) 15 del vars, 31 del conss, 0 add conss, 13 chg bounds, 0 chg sides, 1 chg coeffs, 655 upgd conss, 0 impls, 167 clqs, 0 implints
18.58/18.68	c (round 7, medium)     21 del vars, 225 del conss, 766 add conss, 13 chg bounds, 6 chg sides, 21 chg coeffs, 655 upgd conss, 0 impls, 901 clqs, 0 implints
18.58/18.68	c (round 8, fast)       21 del vars, 235 del conss, 766 add conss, 13 chg bounds, 6 chg sides, 23 chg coeffs, 655 upgd conss, 0 impls, 901 clqs, 0 implints
18.58/18.68	c (round 9, exhaustive) 21 del vars, 1096 del conss, 873 add conss, 13 chg bounds, 6 chg sides, 23 chg coeffs, 655 upgd conss, 0 impls, 901 clqs, 0 implints
18.58/18.68	c (round 10, exhaustive) 21 del vars, 1102 del conss, 873 add conss, 13 chg bounds, 6 chg sides, 23 chg coeffs, 655 upgd conss, 0 impls, 901 clqs, 0 implints
18.58/18.68	c (round 11, exhaustive) 21 del vars, 1102 del conss, 873 add conss, 13 chg bounds, 6 chg sides, 125 chg coeffs, 655 upgd conss, 0 impls, 901 clqs, 0 implints
18.58/18.68	c    (0.0s) probing cycle finished: starting next cycle
18.58/18.68	c (round 12, exhaustive) 37 del vars, 1102 del conss, 873 add conss, 13 chg bounds, 6 chg sides, 125 chg coeffs, 655 upgd conss, 0 impls, 3556 clqs, 0 implints
18.58/18.68	c (round 13, fast)       37 del vars, 1124 del conss, 873 add conss, 13 chg bounds, 6 chg sides, 180 chg coeffs, 656 upgd conss, 0 impls, 3556 clqs, 0 implints
18.58/18.68	c (round 14, exhaustive) 37 del vars, 1124 del conss, 873 add conss, 13 chg bounds, 6 chg sides, 183 chg coeffs, 656 upgd conss, 0 impls, 3556 clqs, 0 implints
18.58/18.68	c (round 15, exhaustive) 37 del vars, 1125 del conss, 882 add conss, 13 chg bounds, 6 chg sides, 183 chg coeffs, 656 upgd conss, 0 impls, 3556 clqs, 0 implints
18.58/18.68	c (round 16, exhaustive) 37 del vars, 1125 del conss, 882 add conss, 13 chg bounds, 6 chg sides, 187 chg coeffs, 656 upgd conss, 0 impls, 3556 clqs, 0 implints
18.58/18.68	c    (0.0s) probing: 51/279 (18.3%) - 12 fixings, 4 aggregations, 3807 implications, 0 bound changes
18.58/18.68	c    (0.0s) probing aborted: 50/50 successive totally useless probings
18.58/18.68	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
18.58/18.68	c    (0.0s) no symmetry present (symcode time: 0.00)
18.58/18.68	c presolving (17 rounds: 17 fast, 11 medium, 9 exhaustive):
18.58/18.68	c  37 deleted vars, 1125 deleted constraints, 882 added constraints, 13 tightened bounds, 0 added holes, 6 changed sides, 187 changed coefficients
18.58/18.68	c  0 implications, 3556 cliques, 0 implied integral variables (0 bin, 0 int, 0 cont)
18.58/18.68	c presolved problem has 279 variables (279 bin, 0 int, 0 cont) and 442 constraints
18.58/18.68	c       9 constraints of type <knapsack>
18.58/18.68	c     142 constraints of type <setppc>
18.58/18.68	c     101 constraints of type <and>
18.58/18.68	c     190 constraints of type <logicor>
18.58/18.68	c transformed objective value is always integral (scale: 1)
18.58/18.68	c Presolving Time: 0.02
18.58/18.68	c 
18.58/18.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
18.58/18.68	c   0.0s|     1 |     0 |   531 |     - |  8411k |   0 | 279 | 478 | 543 |   0 |  0 |  36 |   0 | 0.000000e+00 |      --      |    Inf | unknown
18.58/18.68	c   0.2s|     1 |     0 |  3892 |     - |    17M |   0 | 279 | 600 | 588 |  45 |  1 |  40 |   0 | 0.000000e+00 |      --      |    Inf | unknown
18.58/18.68	c   0.2s|     1 |     0 |  4371 |     - |    24M |   0 | 279 | 605 | 633 |  90 |  2 |  45 |   0 | 0.000000e+00 |      --      |    Inf | unknown
18.58/18.68	c   0.3s|     1 |     0 |  4629 |     - |    31M |   0 | 279 | 606 | 678 | 135 |  3 |  46 |   0 | 0.000000e+00 |      --      |    Inf | unknown
18.58/18.68	c   0.3s|     1 |     0 |  4851 |     - |    38M |   0 | 279 | 610 | 726 | 183 |  4 |  50 |   0 | 0.000000e+00 |      --      |    Inf | unknown
18.58/18.68	c   0.3s|     1 |     0 |  5104 |     - |    44M |   0 | 279 | 611 | 767 | 224 |  5 |  51 |   0 | 0.000000e+00 |      --      |    Inf | unknown
18.58/18.68	c   0.3s|     1 |     0 |  5304 |     - |    51M |   0 | 279 | 612 | 800 | 257 |  6 |  52 |   0 | 0.000000e+00 |      --      |    Inf | unknown
18.58/18.68	c   0.4s|     1 |     0 |  5473 |     - |    55M |   0 | 279 | 614 | 828 | 285 |  7 |  54 |   0 | 0.000000e+00 |      --      |    Inf | unknown
18.58/18.68	c   0.4s|     1 |     0 |  5595 |     - |    60M |   0 | 279 | 618 | 854 | 311 |  8 |  58 |   0 | 0.000000e+00 |      --      |    Inf | unknown
18.58/18.68	c   0.4s|     1 |     0 |  5762 |     - |    68M |   0 | 279 | 619 | 868 | 325 |  9 |  59 |   0 | 0.000000e+00 |      --      |    Inf | unknown
18.58/18.68	c   0.5s|     1 |     0 |  5846 |     - |    74M |   0 | 279 | 619 | 884 | 341 | 10 |  59 |   0 | 0.000000e+00 |      --      |    Inf | unknown
18.58/18.68	c   0.5s|     1 |     0 |  5893 |     - |    75M |   0 | 279 | 624 | 898 | 355 | 11 |  64 |   0 | 0.000000e+00 |      --      |    Inf | unknown
18.58/18.68	c   0.6s|     1 |     2 |  6938 |     - |    75M |   0 | 279 | 629 | 898 | 355 | 11 |  71 |  11 | 0.000000e+00 |      --      |    Inf | unknown
18.58/18.68	c   1.4s|   100 |    23 | 12732 |  69.1 |    81M |  17 | 279 | 650 | 907 | 918 |  2 |  92 |  11 | 0.000000e+00 |      --      |    Inf | unknown
18.58/18.68	c   1.7s|   200 |    21 | 16314 |  52.4 |    85M |  19 | 279 | 664 |   0 |1058 |  0 | 107 |  11 | 0.000000e+00 |      --      |    Inf |   0.85%
18.58/18.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
18.58/18.68	c   1.8s|   300 |    23 | 20115 |  47.6 |    87M |  20 | 279 | 708 | 915 |1290 |  1 | 151 |  11 | 0.000000e+00 |      --      |    Inf |   1.19%
18.58/18.68	c   2.1s|   400 |    23 | 23028 |  42.9 |    91M |  20 | 279 | 732 | 899 |1458 |  0 | 175 |  11 | 0.000000e+00 |      --      |    Inf |   1.56%
18.58/18.68	c   2.2s|   500 |    27 | 25826 |  39.9 |    92M |  20 | 279 | 774 | 969 |1615 |  1 | 217 |  11 | 0.000000e+00 |      --      |    Inf |   1.70%
18.58/18.68	c   2.4s|   600 |    27 | 29102 |  38.7 |    95M |  20 | 279 | 818 | 962 |1828 |  2 | 261 |  11 | 0.000000e+00 |      --      |    Inf |   1.77%
18.58/18.68	c   2.6s|   700 |    23 | 31826 |  37.1 |    95M |  20 | 279 | 848 |   0 |1961 |  0 | 291 |  11 | 0.000000e+00 |      --      |    Inf |   1.84%
18.58/18.68	c   2.8s|   800 |    19 | 34571 |  35.9 |    95M |  20 | 279 | 874 | 912 |2049 |  0 | 317 |  11 | 0.000000e+00 |      --      |    Inf |   1.89%
18.58/18.68	c   3.0s|   900 |    19 | 37781 |  35.5 |    92M |  20 | 279 | 924 | 915 |2288 |  0 | 368 |  11 | 0.000000e+00 |      --      |    Inf |   1.93%
18.58/18.68	c   3.3s|  1000 |    23 | 41798 |  35.9 |    92M |  31 | 279 | 978 | 947 |2576 |  2 | 423 |  11 | 0.000000e+00 |      --      |    Inf |   1.94%
18.58/18.68	c   3.5s|  1100 |    21 | 45633 |  36.2 |    92M |  34 | 279 |1035 |   0 |2831 |  0 | 481 |  11 | 0.000000e+00 |      --      |    Inf |   2.73%
18.58/18.68	c   3.8s|  1200 |    23 | 49349 |  36.2 |    91M |  34 | 279 |1097 | 976 |3093 |  0 | 543 |  11 | 0.000000e+00 |      --      |    Inf |   3.12%
18.58/18.68	c   4.1s|  1300 |    33 | 53450 |  36.6 |    90M |  34 | 279 |1168 | 919 |3391 |  1 | 614 |  11 | 0.000000e+00 |      --      |    Inf |   4.03%
18.58/18.68	c   4.2s|  1400 |    25 | 56324 |  36.0 |    91M |  34 | 279 |1191 | 886 |3594 |  2 | 637 |  11 | 0.000000e+00 |      --      |    Inf |   4.42%
18.58/18.68	c   4.6s|  1500 |    31 | 58930 |  35.4 |    91M |  34 | 279 |1205 | 903 |3801 |  2 | 651 |  11 | 0.000000e+00 |      --      |    Inf |   5.68%
18.58/18.68	c   5.0s|  1600 |    33 | 62447 |  35.4 |    92M |  34 | 279 |1231 | 909 |4128 |  2 | 678 |  11 | 0.000000e+00 |      --      |    Inf |   6.19%
18.58/18.68	c   5.4s|  1700 |    29 | 65680 |  35.2 |    95M |  34 | 279 |1234 |   0 |4403 |  0 | 681 |  11 | 0.000000e+00 |      --      |    Inf |   7.20%
18.58/18.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
18.58/18.68	c   5.6s|  1800 |    31 | 67770 |  34.4 |    96M |  34 | 279 |1250 | 921 |4538 |  1 | 697 |  11 | 0.000000e+00 |      --      |    Inf |   7.44%
18.58/18.68	c   5.9s|  1900 |    27 | 71040 |  34.3 |    96M |  34 | 279 |1275 | 967 |4791 |  1 | 729 |  11 | 0.000000e+00 |      --      |    Inf |   7.93%
18.58/18.68	c   6.1s|  2000 |    25 | 73529 |  33.8 |    96M |  34 | 279 |1324 | 915 |4910 |  0 | 784 |  11 | 0.000000e+00 |      --      |    Inf |   8.07%
18.58/18.68	c   6.3s|  2100 |    25 | 76004 |  33.4 |    96M |  34 | 279 |1343 | 932 |5045 |  1 | 803 |  11 | 0.000000e+00 |      --      |    Inf |   8.13%
18.58/18.68	c   6.4s|  2200 |    29 | 78346 |  32.9 |    96M |  34 | 279 |1351 | 926 |5177 |  2 | 811 |  11 | 0.000000e+00 |      --      |    Inf |   8.16%
18.58/18.68	c   6.5s|  2300 |    29 | 80394 |  32.4 |    96M |  34 | 279 |1355 | 931 |5262 |  1 | 817 |  11 | 0.000000e+00 |      --      |    Inf |   8.16%
18.58/18.68	c   6.5s|  2400 |    27 | 82250 |  31.8 |    96M |  34 | 279 |1357 | 935 |5340 |  0 | 821 |  11 | 0.000000e+00 |      --      |    Inf |   8.17%
18.58/18.68	c   6.6s|  2500 |    25 | 85000 |  31.7 |    96M |  34 | 279 |1415 |   0 |5525 |  0 | 893 |  11 | 0.000000e+00 |      --      |    Inf |   8.19%
18.58/18.68	c   6.7s|  2600 |    27 | 87655 |  31.5 |    96M |  34 | 279 |1452 | 922 |5698 |  0 | 934 |  11 | 0.000000e+00 |      --      |    Inf |   8.19%
18.58/18.68	c   6.8s|  2700 |    27 | 89684 |  31.0 |    96M |  34 | 279 |1474 | 919 |5800 |  1 | 959 |  11 | 0.000000e+00 |      --      |    Inf |   8.22%
18.58/18.68	c   7.0s|  2800 |    29 | 91942 |  30.7 |    96M |  34 | 279 |1489 | 931 |5995 |  2 | 976 |  11 | 0.000000e+00 |      --      |    Inf |   9.79%
18.58/18.68	c   7.1s|  2900 |    27 | 94731 |  30.6 |    96M |  34 | 279 |1487 | 981 |6159 |  0 | 986 |  11 | 0.000000e+00 |      --      |    Inf |  12.14%
18.58/18.68	c   7.2s|  3000 |    25 | 97240 |  30.5 |    96M |  34 | 279 |1504 | 936 |6255 |  0 |1009 |  11 | 0.000000e+00 |      --      |    Inf |  12.15%
18.58/18.68	c   7.4s|  3100 |    27 | 99981 |  30.4 |    96M |  34 | 279 |1526 |   0 |6419 |  0 |1051 |  11 | 0.000000e+00 |      --      |    Inf |  12.41%
18.58/18.68	c   7.6s|  3200 |    29 |103500 |  30.5 |    96M |  34 | 279 |1559 |1089 |6743 |  2 |1096 |  11 | 0.000000e+00 |      --      |    Inf |  13.35%
18.58/18.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
18.58/18.68	c   7.8s|  3300 |    31 |106209 |  30.4 |    97M |  34 | 279 |1578 |   0 |6846 |  0 |1119 |  11 | 0.000000e+00 |      --      |    Inf |  13.61%
18.58/18.68	c   7.9s|  3400 |    39 |108745 |  30.3 |    99M |  34 | 279 |1665 |1084 |6911 |  1 |1207 |  11 | 0.000000e+00 |      --      |    Inf |  13.65%
18.58/18.68	c   8.0s|  3500 |    31 |110723 |  30.0 |    99M |  34 | 279 |1703 |1086 |6963 |  1 |1246 |  11 | 0.000000e+00 |      --      |    Inf |  13.68%
18.58/18.68	c   8.0s|  3600 |    27 |112330 |  29.6 |    99M |  34 | 279 |1747 |   0 |7042 |  0 |1303 |  11 | 0.000000e+00 |      --      |    Inf |  13.69%
18.58/18.68	c   8.2s|  3700 |    33 |114510 |  29.4 |    99M |  34 | 279 |1798 | 946 |7220 |  1 |1404 |  11 | 0.000000e+00 |      --      |    Inf |  13.99%
18.58/18.68	c   8.3s|  3800 |    31 |116699 |  29.2 |    99M |  34 | 279 |1855 |1073 |7345 |  1 |1498 |  11 | 0.000000e+00 |      --      |    Inf |  14.07%
18.58/18.68	c   8.4s|  3900 |    29 |119173 |  29.1 |    99M |  34 | 279 |1887 |   0 |7520 |  0 |1561 |  11 | 0.000000e+00 |      --      |    Inf |  15.28%
18.58/18.68	c   8.5s|  4000 |    31 |120868 |  28.8 |   100M |  34 | 279 |1918 | 948 |7644 |  0 |1622 |  11 | 0.000000e+00 |      --      |    Inf |  15.43%
18.58/18.68	c   8.7s|  4100 |    33 |124190 |  28.9 |   100M |  34 | 279 |1911 | 927 |7878 |  2 |1651 |  11 | 0.000000e+00 |      --      |    Inf |  15.94%
18.58/18.68	c   8.9s|  4200 |    35 |128336 |  29.2 |   100M |  34 | 279 |1917 | 932 |8086 |  1 |1694 |  11 | 0.000000e+00 |      --      |    Inf |  16.03%
18.58/18.68	c   8.9s|  4300 |    35 |130400 |  29.0 |   100M |  34 | 279 |1947 | 968 |8136 |  1 |1735 |  11 | 0.000000e+00 |      --      |    Inf |  16.04%
18.58/18.68	c   9.0s|  4400 |    35 |132369 |  28.8 |   100M |  34 | 279 |1988 | 947 |8232 |  0 |1793 |  11 | 0.000000e+00 |      --      |    Inf |  16.06%
18.58/18.68	c   9.1s|  4500 |    35 |136270 |  29.0 |   100M |  34 | 279 |2013 |   0 |8481 |  0 |1835 |  11 | 0.000000e+00 |      --      |    Inf |  17.24%
18.58/18.68	c   9.4s|  4600 |    41 |138880 |  28.9 |   100M |  34 | 279 |2008 | 922 |8691 |  1 |1911 |  11 | 0.000000e+00 |      --      |    Inf |  19.01%
18.58/18.68	c   9.5s|  4700 |    41 |141837 |  28.9 |   100M |  34 | 279 |2009 | 919 |8845 |  0 |1939 |  11 | 0.000000e+00 |      --      |    Inf |  19.03%
18.58/18.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
18.58/18.68	c   9.6s|  4800 |    43 |144495 |  28.9 |   100M |  34 | 279 |2021 | 978 |8979 |  2 |1977 |  11 | 0.000000e+00 |      --      |    Inf |  19.12%
18.58/18.68	c   9.7s|  4900 |    39 |146474 |  28.7 |   100M |  34 | 279 |2050 | 970 |9026 |  1 |2023 |  11 | 0.000000e+00 |      --      |    Inf |  19.15%
18.58/18.68	c   9.8s|  5000 |    39 |149634 |  28.8 |   100M |  34 | 279 |2073 | 963 |9205 |  0 |2069 |  11 | 0.000000e+00 |      --      |    Inf |  19.20%
18.58/18.68	c   9.9s|  5100 |    41 |152495 |  28.8 |   100M |  34 | 279 |2064 | 924 |9346 |  1 |2099 |  11 | 0.000000e+00 |      --      |    Inf |  20.05%
18.58/18.68	c  10.2s|  5200 |    39 |155198 |  28.7 |   101M |  34 | 279 |2067 |1096 |9428 |  2 |2117 |  11 | 0.000000e+00 |      --      |    Inf |  20.47%
18.58/18.68	c  10.3s|  5300 |    40 |158326 |  28.8 |   101M |  34 | 279 |2064 | 937 |9572 |  2 |2127 |  11 | 0.000000e+00 |      --      |    Inf |  20.77%
18.58/18.68	c  10.4s|  5400 |    38 |160546 |  28.6 |   101M |  34 | 279 |2104 | 923 |9672 |  1 |2192 |  11 | 0.000000e+00 |      --      |    Inf |  20.79%
18.58/18.68	c  10.5s|  5500 |    38 |162907 |  28.6 |   101M |  34 | 279 |2136 | 930 |9790 |  1 |2234 |  11 | 0.000000e+00 |      --      |    Inf |  20.80%
18.58/18.68	c  10.6s|  5600 |    38 |165481 |  28.5 |   101M |  34 | 279 |2161 | 923 |9992 |  0 |2278 |  11 | 0.000000e+00 |      --      |    Inf |  20.80%
18.58/18.68	c  10.7s|  5700 |    38 |167762 |  28.4 |   101M |  34 | 279 |2179 |   0 |  10k|  0 |2301 |  11 | 0.000000e+00 |      --      |    Inf |  20.85%
18.58/18.68	c  10.7s|  5800 |    40 |169687 |  28.2 |   101M |  34 | 279 |2233 | 911 |  10k|  0 |2361 |  11 | 0.000000e+00 |      --      |    Inf |  20.90%
18.58/18.68	c  10.8s|  5900 |    40 |171428 |  28.1 |   101M |  34 | 279 |2295 |   0 |  10k|  0 |2427 |  11 | 0.000000e+00 |      --      |    Inf |  20.90%
18.58/18.68	c  10.9s|  6000 |    38 |173687 |  28.0 |   101M |  34 | 279 |2324 | 908 |  10k|  1 |2468 |  11 | 0.000000e+00 |      --      |    Inf |  23.39%
18.58/18.68	c  11.0s|  6100 |    42 |176370 |  28.0 |   101M |  34 | 279 |2329 |   0 |  10k|  0 |2482 |  11 | 0.000000e+00 |      --      |    Inf |  23.44%
18.58/18.68	c  11.1s|  6200 |    44 |178677 |  27.9 |   101M |  34 | 279 |2340 | 923 |  10k|  0 |2498 |  11 | 0.000000e+00 |      --      |    Inf |  23.45%
18.58/18.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
18.58/18.68	c  11.2s|  6300 |    46 |181202 |  27.8 |   101M |  34 | 279 |2364 | 934 |  10k|  2 |2527 |  11 | 0.000000e+00 |      --      |    Inf |  23.46%
18.58/18.68	c  11.3s|  6400 |    42 |183485 |  27.8 |   101M |  34 | 279 |2387 | 941 |  10k|  2 |2551 |  11 | 0.000000e+00 |      --      |    Inf |  23.46%
18.58/18.68	c  11.3s|  6500 |    42 |185990 |  27.7 |   101M |  35 | 279 |2400 | 931 |  11k|  0 |2568 |  11 | 0.000000e+00 |      --      |    Inf |  23.48%
18.58/18.68	c  11.5s|  6600 |    44 |190381 |  28.0 |   101M |  35 | 279 |2390 | 913 |  11k|  0 |2575 |  11 | 0.000000e+00 |      --      |    Inf |  23.52%
18.58/18.68	c  11.8s|  6700 |    46 |194052 |  28.1 |   101M |  35 | 279 |2356 | 964 |  11k|  1 |2593 |  11 | 0.000000e+00 |      --      |    Inf |  24.28%
18.58/18.68	c  12.0s|  6800 |    44 |197181 |  28.1 |   102M |  35 | 279 |2336 |   0 |  11k|  0 |2631 |  11 | 0.000000e+00 |      --      |    Inf |  24.66%
18.58/18.68	c  12.2s|  6900 |    47 |200664 |  28.2 |   102M |  35 | 279 |2304 | 930 |  11k|  2 |2637 |  11 | 0.000000e+00 |      --      |    Inf |  25.77%
18.58/18.68	c  12.4s|  7000 |    45 |204439 |  28.4 |   102M |  35 | 279 |2284 | 941 |  12k|  1 |2658 |  11 | 0.000000e+00 |      --      |    Inf |  27.34%
18.58/18.68	c  12.6s|  7100 |    43 |207587 |  28.4 |   103M |  35 | 279 |2249 | 907 |  12k|  1 |2696 |  11 | 0.000000e+00 |      --      |    Inf |  28.30%
18.58/18.68	c  12.7s|  7200 |    45 |210642 |  28.4 |   103M |  35 | 279 |2171 |1100 |  12k|  0 |2773 |  11 | 0.000000e+00 |      --      |    Inf |  28.59%
18.58/18.68	c  12.8s|  7300 |    43 |213651 |  28.5 |   103M |  35 | 279 |2135 | 933 |  12k|  2 |2804 |  11 | 0.000000e+00 |      --      |    Inf |  28.61%
18.58/18.68	c  13.0s|  7400 |    43 |216355 |  28.4 |   103M |  35 | 279 |2105 |   0 |  12k|  0 |2851 |  11 | 0.000000e+00 |      --      |    Inf |  28.80%
18.58/18.68	c  13.1s|  7500 |    45 |219566 |  28.5 |   103M |  35 | 279 |2001 |1065 |  12k|  0 |2909 |  11 | 0.000000e+00 |      --      |    Inf |  28.88%
18.58/18.68	c  13.2s|  7600 |    43 |222474 |  28.5 |   103M |  35 | 279 |1902 |   0 |  12k|  0 |2934 |  11 | 0.000000e+00 |      --      |    Inf |  29.29%
18.58/18.68	c  13.3s|  7700 |    45 |225105 |  28.5 |   103M |  35 | 279 |1833 |1065 |  13k|  1 |2973 |  11 | 0.000000e+00 |      --      |    Inf |  29.31%
18.58/18.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
18.58/18.68	c  13.6s|  7800 |    43 |228318 |  28.5 |   103M |  35 | 279 |1823 |   0 |  13k|  0 |3016 |  11 | 0.000000e+00 |      --      |    Inf |  29.72%
18.58/18.68	c  13.7s|  7900 |    41 |231596 |  28.6 |   103M |  35 | 279 |1797 | 919 |  13k|  0 |3038 |  11 | 0.000000e+00 |      --      |    Inf |  30.44%
18.58/18.68	c  14.0s|  8000 |    41 |234364 |  28.6 |   104M |  35 | 279 |1822 | 926 |  13k|  0 |3077 |  11 | 0.000000e+00 |      --      |    Inf |  31.27%
18.58/18.68	c  14.1s|  8100 |    39 |237797 |  28.6 |   104M |  35 | 279 |1849 |   0 |  13k|  0 |3110 |  11 | 0.000000e+00 |      --      |    Inf |  31.45%
18.58/18.68	c  14.2s|  8200 |    39 |240548 |  28.6 |   104M |  35 | 279 |1868 | 923 |  13k|  2 |3151 |  11 | 0.000000e+00 |      --      |    Inf |  31.47%
18.58/18.68	c  14.4s|  8300 |    37 |243242 |  28.6 |   104M |  35 | 279 |1874 | 977 |  14k|  2 |3181 |  11 | 0.000000e+00 |      --      |    Inf |  31.59%
18.58/18.68	c  14.4s|  8400 |    37 |245733 |  28.6 |   104M |  35 | 279 |1891 |1002 |  14k|  0 |3209 |  11 | 0.000000e+00 |      --      |    Inf |  31.61%
18.58/18.68	c  14.5s|  8500 |    37 |248536 |  28.5 |   104M |  35 | 279 |1912 | 991 |  14k|  1 |3242 |  11 | 0.000000e+00 |      --      |    Inf |  31.62%
18.58/18.68	c  14.6s|  8600 |    35 |251723 |  28.6 |   104M |  35 | 279 |1927 |   0 |  14k|  0 |3290 |  11 | 0.000000e+00 |      --      |    Inf |  31.62%
18.58/18.68	c  14.8s|  8700 |    33 |253953 |  28.5 |   104M |  35 | 279 |1934 | 900 |  14k|  2 |3325 |  11 | 0.000000e+00 |      --      |    Inf |  32.42%
18.58/18.68	c  15.1s|  8800 |    37 |257037 |  28.5 |   104M |  35 | 279 |1971 | 943 |  14k|  1 |3368 |  11 | 0.000000e+00 |      --      |    Inf |  33.79%
18.58/18.68	c  15.4s|  8900 |    35 |259668 |  28.5 |   104M |  35 | 279 |1989 | 941 |  15k|  0 |3395 |  11 | 0.000000e+00 |      --      |    Inf |  34.62%
18.58/18.68	c  15.5s|  9000 |    37 |262352 |  28.5 |   104M |  35 | 279 |2005 | 951 |  15k|  1 |3417 |  11 | 0.000000e+00 |      --      |    Inf |  34.89%
18.58/18.68	c  15.6s|  9100 |    37 |264267 |  28.4 |   104M |  35 | 279 |2039 | 961 |  15k|  1 |3452 |  11 | 0.000000e+00 |      --      |    Inf |  34.95%
18.58/18.68	c  15.7s|  9200 |    35 |266337 |  28.3 |   104M |  35 | 279 |2053 | 973 |  15k|  0 |3468 |  11 | 0.000000e+00 |      --      |    Inf |  34.97%
18.58/18.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
18.58/18.68	c  15.8s|  9300 |    37 |269194 |  28.3 |   104M |  35 | 279 |2087 | 972 |  15k|  2 |3504 |  11 | 0.000000e+00 |      --      |    Inf |  35.06%
18.58/18.68	c  15.9s|  9400 |    37 |271741 |  28.3 |   104M |  35 | 279 |2099 | 929 |  15k|  2 |3518 |  11 | 0.000000e+00 |      --      |    Inf |  35.11%
18.58/18.68	c  16.0s|  9500 |    37 |274991 |  28.3 |   104M |  35 | 279 |2103 | 942 |  15k|  1 |3522 |  11 | 0.000000e+00 |      --      |    Inf |  35.14%
18.58/18.68	c  16.1s|  9600 |    37 |278414 |  28.4 |   104M |  35 | 279 |2105 | 947 |  15k|  1 |3526 |  11 | 0.000000e+00 |      --      |    Inf |  35.16%
18.58/18.68	c  16.3s|  9700 |    33 |283591 |  28.6 |   104M |  35 | 279 |2111 |   0 |  16k|  0 |3533 |  11 | 0.000000e+00 |      --      |    Inf |  35.90%
18.58/18.68	c  16.5s|  9800 |    33 |286657 |  28.7 |   107M |  35 | 279 |2099 | 969 |  16k|  2 |3575 |  11 | 0.000000e+00 |      --      |    Inf |  36.22%
18.58/18.68	c  16.6s|  9900 |    36 |288861 |  28.6 |   107M |  35 | 279 |2116 | 949 |  16k|  1 |3622 |  11 | 0.000000e+00 |      --      |    Inf |  36.28%
18.58/18.68	c  16.7s| 10000 |    36 |290836 |  28.5 |   107M |  35 | 279 |2153 |   0 |  16k|  0 |3678 |  11 | 0.000000e+00 |      --      |    Inf |  36.31%
18.58/18.68	c  16.8s| 10100 |    36 |293470 |  28.5 |   107M |  35 | 279 |2182 | 970 |  16k|  0 |3714 |  11 | 0.000000e+00 |      --      |    Inf |  36.35%
18.58/18.68	c  16.9s| 10200 |    34 |295624 |  28.4 |   107M |  35 | 279 |2207 |1010 |  16k|  1 |3746 |  11 | 0.000000e+00 |      --      |    Inf |  36.36%
18.58/18.68	c  16.9s| 10300 |    36 |297040 |  28.3 |   107M |  35 | 279 |2257 |1011 |  16k|  2 |3797 |  11 | 0.000000e+00 |      --      |    Inf |  36.38%
18.58/18.68	c  17.0s| 10400 |    34 |299012 |  28.2 |   107M |  35 | 279 |2281 | 954 |  16k|  2 |3824 |  11 | 0.000000e+00 |      --      |    Inf |  36.40%
18.58/18.68	c  17.1s| 10500 |    34 |301466 |  28.2 |   107M |  35 | 279 |2311 | 961 |  17k|  2 |3858 |  11 | 0.000000e+00 |      --      |    Inf |  36.50%
18.58/18.68	c  17.2s| 10600 |    30 |303556 |  28.1 |   107M |  35 | 279 |2341 | 985 |  17k|  0 |3893 |  11 | 0.000000e+00 |      --      |    Inf |  36.52%
18.58/18.68	c  17.5s| 10700 |    35 |307196 |  28.2 |   107M |  35 | 279 |2336 | 957 |  17k|  2 |3945 |  11 | 0.000000e+00 |      --      |    Inf |  37.87%
18.58/18.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
18.58/18.68	c  17.6s| 10800 |    37 |310707 |  28.2 |   107M |  35 | 279 |2314 | 954 |  17k|  1 |3961 |  11 | 0.000000e+00 |      --      |    Inf |  39.37%
18.58/18.68	c  17.7s| 10900 |    35 |315281 |  28.4 |   107M |  35 | 279 |2307 | 940 |  18k|  2 |4012 |  11 | 0.000000e+00 |      --      |    Inf |  39.96%
18.58/18.68	c  17.9s| 11000 |    35 |318117 |  28.4 |   107M |  35 | 279 |2311 | 909 |  18k|  1 |4055 |  11 | 0.000000e+00 |      --      |    Inf |  40.18%
18.58/18.68	c  18.0s| 11100 |    39 |321862 |  28.5 |   107M |  35 | 279 |2324 | 979 |  18k|  1 |4158 |  11 | 0.000000e+00 |      --      |    Inf |  40.86%
18.58/18.68	c  18.1s| 11200 |    39 |324019 |  28.4 |   107M |  35 | 279 |2194 | 982 |  18k|  2 |4224 |  11 | 0.000000e+00 |      --      |    Inf |  40.87%
18.58/18.68	c  18.2s| 11300 |    39 |326710 |  28.4 |   107M |  35 | 279 |2160 | 988 |  18k|  1 |4251 |  11 | 0.000000e+00 |      --      |    Inf |  40.87%
18.58/18.68	c  18.3s| 11400 |    39 |329924 |  28.4 |   107M |  35 | 279 |2139 |   0 |  18k|  0 |4337 |  11 | 0.000000e+00 |      --      |    Inf |  40.94%
18.58/18.68	c  18.4s| 11500 |    39 |333231 |  28.5 |   107M |  35 | 279 |2084 |   0 |  19k|  0 |4383 |  11 | 0.000000e+00 |      --      |    Inf |  40.95%
18.58/18.68	c *18.4s| 11546 |     0 |334392 |  28.5 |    LP  |  35 | 279 |2096 | 986 |  19k|  1 |4408 |  11 | 0.000000e+00 | 0.000000e+00 |   0.00%| 100.00%
18.58/18.68	c 
18.58/18.68	c SCIP Status        : problem is solved [optimal solution found]
18.58/18.68	c Solving Time (sec) : 18.42
18.58/18.68	c Solving Nodes      : 11546
18.58/18.68	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
18.58/18.68	c Dual Bound         : +0.00000000000000e+00
18.58/18.68	c Gap                : 0.00 %
18.58/18.68	c All original constraints are satisfied.
18.58/18.68	c SCIP's best solution is verified feasible for the original problem.
18.58/18.68	c SCIP found a feasible solution.
18.58/18.68	s SATISFIABLE
18.58/18.68	v x1 -x3 -x5 x7 x9 x11 -x13 -x15 x17 -x19 -x21 -x23 -x25 x27 x29 x31 -x33 -x35 -x37 -x39 -x41 -x43 -x45 -x47 -x49 -x51 -x53 -x55 -x57 -x59 x61 -x63 -x65 x67 -x69 x71 -x73 -x75 -x77 -x79 x81 -x83 -x85 -x87 x89 -x91 -x93 -x95 x97 -x99 -x101 -x103 -x105 -x107 -x109 -x111 -x113 -x115 -x117 -x119 -x121 -x123 -x125 -x127 -x129 -x131 -x133 -x135 -x137 -x139 -x141 -x143 -x145 -x147 -x149 -x151 -x153 -x155 -x157 -x159 -x161 -x163 -x165 -x167 -x169 -x171 -x173 -x175 -x177 -x179 -x181 -x183 -x185 -x187 -x189 -x191 -x193 -x195 -x197 -x199 -x2 -x4 -x6 -x8 -x10 -x12 -x14 -x16 -x18 -x20 -x22 -x24 -x26 -x28 -x30 -x32 -x34 -x36 -x38 -x40 -x42 -x44 -x46 -x48 -x50 -x52 -x54 -x56 -x58 x60 -x62 -x64 -x66 -x68 -x70 -x72 -x74 -x76 -x78 -x80 -x82 -x84 -x86 -x88 -x90 -x92 -x94 -x96 -x98 -x100 -x102 -x104 -x106 -x108 -x110 -x112 x114 -x116 -x118 -x120 -x122 x124 -x126 -x128 -x130 -x132 -x134 x136 -x138 -x140 -x142 -x144 x146 -x148 -x150 -x152 x154 -x156 -x158 -x160 -x162 x164 x166 -x168 -x170 -x172 x174 x176 -x178 x180 -x182 x184 x186 -x188 -x190 -x192 -x194 x196 -x198 -x200 x202 -x201 x204 -x203 -x206 x205 x208 -x207 x210 -x209 -x212 x211 -x214 x213 -x216 x215 -x218 x217 -x220 x219 x222 -x221 -x224 x223 -x226 x225 x228 -x227 x230 -x229 x232 -x231 -x234 x233 -x236 x235 x238 -x237 -x240 x239 x242 -x241 -x244 x243 -x246 x245 x248 -x247 x250 -x249 -x252 x251 -x254 x253 -x256 x255 -x258 x257 -x260 -x259 x262 -x261 -x264 -x263 -x266 -x265 x268 -x267 x270 -x269 x272 -x271 x274 -x273 -x276 x275 x278 -x277 -x280 x279 -x282 x281 -x284 x283 x286 -x285 -x288 x287 -x290 x289 -x292 x291 -x294 x293 -x296 x295 -x298 -x297 -x300 -x299 x302 -x301 -x304 x303 -x306 -x305 x308 -x307 x310 -x309 x312 -x311 x314 -x313 -x316 x315

Verifier Data

OK	0

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-4830642-1783286223/watcher-4830642-1783286223 -o /tmp/evaluation-result-4830642-1783286223/solver-4830642-1783286223 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4830642-1783286223/vars-4830642-1783286223 --bin-var /tmp/runsolver-exch-nodeE008-1783286167-2797433 --watchdog 3760 ./scip-naps.sh HOME/instance-4830642-1783286223.opb 

running on 4 cores: 20-23

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 0,3,5-7,9-10,16-17,24-25,27-29,33-34,36,38,40,42,45-46,52-53,58
  3550 MHz: 41,43,54-55,60,63
  3600 MHz: 1-2,4,8,11-15,18-23,26,30-32,35,37,39,44,47-51,56-57,59,61-62
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 20-23

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (108142 MiB free)
  node 1: cores 8-15, 129019 MiB (114094 MiB free)
  node 2: cores 16-23, 128973 MiB (112101 MiB free)
  node 3: cores 24-31, 129003 MiB (112083 MiB free)
  node 4: cores 32-39, 129019 MiB (85361 MiB free)
  node 5: cores 40-47, 129019 MiB (105955 MiB free)
  node 6: cores 48-55, 129019 MiB (109664 MiB free)
  node 7: cores 56-63, 128474 MiB (102705 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 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=2798316, runsolver pid=2798297
Current StackSize limit: 8192 KiB


[startup+0.100055 s]*
/proc/loadavg: 9.45 2.65 0.91 17/929 2798325
/proc/meminfo: memFree=870502964/1055320708 swapFree=33553916/33554428
[pid=2798316] ppid=2798297 vsize=4192 memory=3152 CPUtime=0 cores=20-23
/proc/2798316/stat : 2798316 (scip-naps.sh) S 2798297 2798316 2797411 0 -1 4194304 264 330 0 0 0 0 0 0 20 0 1 0 261910110 4292608 640 18446744073709551615 93995363938304 93995364832837 140723772469152 0 0 0 65536 4 65538 1 0 0 17 20 0 0 0 0 0 93995365071888 93995365119632 93995369394176 140723772471589 140723772471681 140723772471681 140723772477417 0
/proc/2798316/statm: 1048 788 710 219 0 110 0
[pid=2798325] ppid=2798316 vsize=20000 memory=14796 CPUtime=0.02 cores=20-23
/proc/2798325/stat : 2798325 (python3) D 2798316 2798316 2797411 0 -1 4194304 2072 0 0 0 2 0 0 0 20 0 1 0 261910114 20480000 3584 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 2 1 0 0 17 22 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
/proc/2798325/statm: 5000 3699 1832 753 0 2464 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 24192 KiB
Current children cumulated memory: 17948 KiB

[startup+0.212792 s]*
/proc/loadavg: 9.45 2.65 0.91 18/941 2798337
/proc/meminfo: memFree=870479156/1055320708 swapFree=33553916/33554428
[pid=2798316] ppid=2798297 vsize=4192 memory=3152 CPUtime=0 cores=20-23
/proc/2798316/stat : 2798316 (scip-naps.sh) S 2798297 2798316 2797411 0 -1 4194304 264 330 0 0 0 0 0 0 20 0 1 0 261910110 4292608 640 18446744073709551615 93995363938304 93995364832837 140723772469152 0 0 0 65536 4 65538 1 0 0 17 20 0 0 0 0 0 93995365071888 93995365119632 93995369394176 140723772471589 140723772471681 140723772471681 140723772477417 0
/proc/2798316/statm: 1048 788 710 219 0 110 0
[pid=2798325] ppid=2798316 vsize=243640 memory=33532 CPUtime=0.29 cores=20-23
/proc/2798325/stat : 2798325 (python3) D 2798316 2798316 2797411 0 -1 4194304 4486 0 0 0 28 1 0 0 20 0 4 0 261910114 249487360 8192 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 2 0 0 0 17 22 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
/proc/2798325/statm: 60910 8383 4328 753 0 40808 0
[pid=2798325/tid=2798335] ppid=2798316 vsize=243640 memory=822347486 CPUtime=0.07 cores=20-23
/proc/2798325/task/2798335/stat : 2798335 (python3) S 2798316 2798316 2797411 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 261910124 249487360 8192 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 2 1 0 0 -1 21 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
[pid=2798325/tid=2798336] ppid=2798316 vsize=243640 memory=2362 CPUtime=0.07 cores=20-23
/proc/2798325/task/2798336/stat : 2798336 (python3) S 2798316 2798316 2797411 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 261910124 249487360 8192 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 2 1 0 0 -1 20 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
[pid=2798325/tid=2798337] ppid=2798316 vsize=243640 memory=54100247183884 CPUtime=0.07 cores=20-23
/proc/2798325/task/2798337/stat : 2798337 (python3) S 2798316 2798316 2797411 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 261910124 249487360 8192 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 2 1 0 0 -1 22 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 247832 KiB
Current children cumulated memory: 36684 KiB

[startup+0.312601 s]*
/proc/loadavg: 9.45 2.65 0.91 17/941 2798337
/proc/meminfo: memFree=870429888/1055320708 swapFree=33553916/33554428
[pid=2798316] ppid=2798297 vsize=4192 memory=3152 CPUtime=0 cores=20-23
/proc/2798316/stat : 2798316 (scip-naps.sh) S 2798297 2798316 2797411 0 -1 4194304 264 330 0 0 0 0 0 0 20 0 1 0 261910110 4292608 640 18446744073709551615 93995363938304 93995364832837 140723772469152 0 0 0 65536 4 65538 1 0 0 17 20 0 0 0 0 0 93995365071888 93995365119632 93995369394176 140723772471589 140723772471681 140723772471681 140723772477417 0
/proc/2798316/statm: 1048 788 710 219 0 110 0
[pid=2798325] ppid=2798316 vsize=257092 memory=56204 CPUtime=0.38 cores=20-23
/proc/2798325/stat : 2798325 (python3) R 2798316 2798316 2797411 0 -1 4194304 7223 0 0 0 37 1 0 0 20 0 4 0 261910114 263262208 13952 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 16386 0 0 0 17 22 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
/proc/2798325/statm: 64273 14051 7463 753 0 44125 0
[pid=2798325/tid=2798335] ppid=2798316 vsize=257092 memory=822347486 CPUtime=0.07 cores=20-23
/proc/2798325/task/2798335/stat : 2798335 (python3) S 2798316 2798316 2797411 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 261910124 263262208 13952 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 16386 1 0 0 -1 21 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
[pid=2798325/tid=2798336] ppid=2798316 vsize=257092 memory=2362 CPUtime=0.07 cores=20-23
/proc/2798325/task/2798336/stat : 2798336 (python3) S 2798316 2798316 2797411 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 261910124 263262208 13952 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 16386 1 0 0 -1 20 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
[pid=2798325/tid=2798337] ppid=2798316 vsize=257092 memory=54100247183884 CPUtime=0.07 cores=20-23
/proc/2798325/task/2798337/stat : 2798337 (python3) S 2798316 2798316 2797411 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 261910124 263262208 13952 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 16386 1 0 0 -1 22 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 261284 KiB
Current children cumulated memory: 59356 KiB

[startup+0.700195 s]
/proc/loadavg: 9.45 2.65 0.91 17/941 2798337
/proc/meminfo: memFree=870311108/1055320708 swapFree=33553916/33554428
[pid=2798316] ppid=2798297 vsize=4192 memory=3152 CPUtime=0 cores=20-23
/proc/2798316/stat : 2798316 (scip-naps.sh) S 2798297 2798316 2797411 0 -1 4194304 264 330 0 0 0 0 0 0 20 0 1 0 261910110 4292608 640 18446744073709551615 93995363938304 93995364832837 140723772469152 0 0 0 65536 4 65538 1 0 0 17 20 0 0 0 0 0 93995365071888 93995365119632 93995369394176 140723772471589 140723772471681 140723772471681 140723772477417 0
/proc/2798316/statm: 1048 788 710 219 0 110 0
[pid=2798325] ppid=2798316 vsize=319844 memory=115040 CPUtime=0.75 cores=20-23
/proc/2798325/stat : 2798325 (python3) R 2798316 2798316 2797411 0 -1 4194304 21918 0 0 0 73 2 0 0 20 0 4 0 261910114 327520256 28672 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 16386 0 0 0 17 22 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
/proc/2798325/statm: 79961 28760 7478 753 0 59813 0
[pid=2798325/tid=2798335] ppid=2798316 vsize=319844 memory=96020 CPUtime=0.07 cores=20-23
/proc/2798325/task/2798335/stat : 2798335 (python3) S 2798316 2798316 2797411 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 261910124 327520256 28672 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 16386 1 0 0 -1 21 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
[pid=2798325/tid=2798336] ppid=2798316 vsize=319844 memory=93932 CPUtime=0.07 cores=20-23
/proc/2798325/task/2798336/stat : 2798336 (python3) S 2798316 2798316 2797411 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 261910124 327520256 28672 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 16386 1 0 0 -1 20 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
[pid=2798325/tid=2798337] ppid=2798316 vsize=319844 memory=0 CPUtime=0.07 cores=20-23
/proc/2798325/task/2798337/stat : 2798337 (python3) S 2798316 2798316 2797411 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 261910124 327520256 28672 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 16386 1 0 0 -1 22 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
Current children cumulated CPU time: 0.75 s
Current children cumulated vsize: 324036 KiB
Current children cumulated memory: 118192 KiB

[startup+1.50015 s]
/proc/loadavg: 9.45 2.65 0.91 19/941 2798337
/proc/meminfo: memFree=870174284/1055320708 swapFree=33553916/33554428
[pid=2798316] ppid=2798297 vsize=4192 memory=3152 CPUtime=0 cores=20-23
/proc/2798316/stat : 2798316 (scip-naps.sh) S 2798297 2798316 2797411 0 -1 4194304 264 330 0 0 0 0 0 0 20 0 1 0 261910110 4292608 640 18446744073709551615 93995363938304 93995364832837 140723772469152 0 0 0 65536 4 65538 1 0 0 17 20 0 0 0 0 0 93995365071888 93995365119632 93995369394176 140723772471589 140723772471681 140723772471681 140723772477417 0
/proc/2798316/statm: 1048 788 710 219 0 110 0
[pid=2798325] ppid=2798316 vsize=328748 memory=123284 CPUtime=1.55 cores=20-23
/proc/2798325/stat : 2798325 (python3) R 2798316 2798316 2797411 0 -1 4194304 31753 0 0 0 152 3 0 0 20 0 4 0 261910114 336637952 30671 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 16386 0 0 0 17 22 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
/proc/2798325/statm: 82187 30821 7493 753 0 62039 0
[pid=2798325/tid=2798335] ppid=2798316 vsize=328748 memory=93932 CPUtime=0.07 cores=20-23
/proc/2798325/task/2798335/stat : 2798335 (python3) S 2798316 2798316 2797411 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 261910124 336637952 30671 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 16386 1 0 0 -1 21 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
[pid=2798325/tid=2798336] ppid=2798316 vsize=328748 memory=0 CPUtime=0.07 cores=20-23
/proc/2798325/task/2798336/stat : 2798336 (python3) S 2798316 2798316 2797411 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 261910124 336637952 30671 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 16386 1 0 0 -1 20 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
[pid=2798325/tid=2798337] ppid=2798316 vsize=328748 memory=3458821929799254684 CPUtime=0.07 cores=20-23
/proc/2798325/task/2798337/stat : 2798337 (python3) S 2798316 2798316 2797411 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 261910124 336637952 30671 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 16386 1 0 0 -1 22 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
Current children cumulated CPU time: 1.55 s
Current children cumulated vsize: 332940 KiB
Current children cumulated memory: 126436 KiB

[startup+3.11371 s]
/proc/loadavg: 9.98 2.87 0.99 16/933 2798345
/proc/meminfo: memFree=870112612/1055320708 swapFree=33553916/33554428
[pid=2798316] ppid=2798297 vsize=4192 memory=3152 CPUtime=0 cores=20-23
/proc/2798316/stat : 2798316 (scip-naps.sh) S 2798297 2798316 2797411 0 -1 4194304 264 330 0 0 0 0 0 0 20 0 1 0 261910110 4292608 640 18446744073709551615 93995363938304 93995364832837 140723772469152 0 0 0 65536 4 65538 1 0 0 17 20 0 0 0 0 0 93995365071888 93995365119632 93995369394176 140723772471589 140723772471681 140723772471681 140723772477417 0
/proc/2798316/statm: 1048 788 710 219 0 110 0
[pid=2798325] ppid=2798316 vsize=349480 memory=143856 CPUtime=3.15 cores=20-23
/proc/2798325/stat : 2798325 (python3) R 2798316 2798316 2797411 0 -1 4194304 39840 0 0 0 312 3 0 0 20 0 4 0 261910114 357867520 35887 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 16386 0 0 0 17 22 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
/proc/2798325/statm: 87370 35964 7493 753 0 67222 0
[pid=2798325/tid=2798335] ppid=2798316 vsize=349480 memory=4852 CPUtime=0.07 cores=20-23
/proc/2798325/task/2798335/stat : 2798335 (python3) S 2798316 2798316 2797411 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 261910124 357867520 35887 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 16386 1 0 0 -1 21 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
[pid=2798325/tid=2798336] ppid=2798316 vsize=349480 memory=143820 CPUtime=0.07 cores=20-23
/proc/2798325/task/2798336/stat : 2798336 (python3) S 2798316 2798316 2797411 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 261910124 357867520 35887 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 16386 1 0 0 -1 20 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
[pid=2798325/tid=2798337] ppid=2798316 vsize=349480 memory=3458821929799254684 CPUtime=0.07 cores=20-23
/proc/2798325/task/2798337/stat : 2798337 (python3) S 2798316 2798316 2797411 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 261910124 357867520 35887 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 16386 1 0 0 -1 22 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
Current children cumulated CPU time: 3.15 s
Current children cumulated vsize: 353672 KiB
Current children cumulated memory: 147008 KiB

[startup+6.30016 s]
/proc/loadavg: 9.98 2.87 0.99 17/943 2798394
/proc/meminfo: memFree=869997024/1055320708 swapFree=33553916/33554428
[pid=2798316] ppid=2798297 vsize=4192 memory=3152 CPUtime=0 cores=20-23
/proc/2798316/stat : 2798316 (scip-naps.sh) S 2798297 2798316 2797411 0 -1 4194304 264 330 0 0 0 0 0 0 20 0 1 0 261910110 4292608 640 18446744073709551615 93995363938304 93995364832837 140723772469152 0 0 0 65536 4 65538 1 0 0 17 20 0 0 0 0 0 93995365071888 93995365119632 93995369394176 140723772471589 140723772471681 140723772471681 140723772477417 0
/proc/2798316/statm: 1048 788 710 219 0 110 0
[pid=2798325] ppid=2798316 vsize=350392 memory=144084 CPUtime=6.33 cores=20-23
/proc/2798325/stat : 2798325 (python3) R 2798316 2798316 2797411 0 -1 4194304 49664 0 0 0 629 4 0 0 20 0 4 0 261910114 358801408 35887 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 16386 0 0 0 17 22 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
/proc/2798325/statm: 87598 36021 7493 753 0 67450 0
[pid=2798325/tid=2798335] ppid=2798316 vsize=350392 memory=-6231271660153173879 CPUtime=0.07 cores=20-23
/proc/2798325/task/2798335/stat : 2798335 (python3) S 2798316 2798316 2797411 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 261910124 358801408 35887 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 16386 1 0 0 -1 21 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
[pid=2798325/tid=2798336] ppid=2798316 vsize=350392 memory=0 CPUtime=0.07 cores=20-23
/proc/2798325/task/2798336/stat : 2798336 (python3) S 2798316 2798316 2797411 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 261910124 358801408 35887 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 16386 1 0 0 -1 20 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
[pid=2798325/tid=2798337] ppid=2798316 vsize=350392 memory=0 CPUtime=0.07 cores=20-23
/proc/2798325/task/2798337/stat : 2798337 (python3) S 2798316 2798316 2797411 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 261910124 358801408 35887 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 16386 1 0 0 -1 22 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
Current children cumulated CPU time: 6.33 s
Current children cumulated vsize: 354584 KiB
Current children cumulated memory: 147236 KiB

[startup+12.7001 s]
/proc/loadavg: 10.46 3.09 1.07 17/943 2798394
/proc/meminfo: memFree=869962340/1055320708 swapFree=33553916/33554428
[pid=2798316] ppid=2798297 vsize=4192 memory=3152 CPUtime=0 cores=20-23
/proc/2798316/stat : 2798316 (scip-naps.sh) S 2798297 2798316 2797411 0 -1 4194304 264 330 0 0 0 0 0 0 20 0 1 0 261910110 4292608 640 18446744073709551615 93995363938304 93995364832837 140723772469152 0 0 0 65536 4 65538 1 0 0 17 20 0 0 0 0 0 93995365071888 93995365119632 93995369394176 140723772471589 140723772471681 140723772471681 140723772477417 0
/proc/2798316/statm: 1048 788 710 219 0 110 0
[pid=2798325] ppid=2798316 vsize=352092 memory=145700 CPUtime=12.71 cores=20-23
/proc/2798325/stat : 2798325 (python3) R 2798316 2798316 2797411 0 -1 4194304 58421 0 0 0 1267 4 0 0 20 0 4 0 261910114 360542208 36344 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 16386 0 0 0 17 22 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
/proc/2798325/statm: 88023 36425 7493 753 0 67875 0
[pid=2798325/tid=2798335] ppid=2798316 vsize=352092 memory=0 CPUtime=0.07 cores=20-23
/proc/2798325/task/2798335/stat : 2798335 (python3) S 2798316 2798316 2797411 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 261910124 360542208 36344 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 16386 1 0 0 -1 21 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
[pid=2798325/tid=2798336] ppid=2798316 vsize=352092 memory=3152 CPUtime=0.07 cores=20-23
/proc/2798325/task/2798336/stat : 2798336 (python3) S 2798316 2798316 2797411 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 261910124 360542208 36344 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 16386 1 0 0 -1 20 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
[pid=2798325/tid=2798337] ppid=2798316 vsize=352092 memory=145524 CPUtime=0.07 cores=20-23
/proc/2798325/task/2798337/stat : 2798337 (python3) S 2798316 2798316 2797411 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 261910124 360542208 36344 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 16386 1 0 0 -1 22 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
Current children cumulated CPU time: 12.71 s
Current children cumulated vsize: 356284 KiB
Current children cumulated memory: 148852 KiB

[startup+18.7125 s]
# the end of solver process 2798316 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=18.654 s, system=0.06162 s

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

[startup+12.8002 s]
/proc/loadavg: 10.46 3.09 1.07 17/943 2798394
/proc/meminfo: memFree=869962340/1055320708 swapFree=33553916/33554428
[pid=2798316] ppid=2798297 vsize=4192 memory=3152 CPUtime=0 cores=20-23
/proc/2798316/stat : 2798316 (scip-naps.sh) S 2798297 2798316 2797411 0 -1 4194304 264 330 0 0 0 0 0 0 20 0 1 0 261910110 4292608 640 18446744073709551615 93995363938304 93995364832837 140723772469152 0 0 0 65536 4 65538 1 0 0 17 20 0 0 0 0 0 93995365071888 93995365119632 93995369394176 140723772471589 140723772471681 140723772471681 140723772477417 0
/proc/2798316/statm: 1048 788 710 219 0 110 0
[pid=2798325] ppid=2798316 vsize=352416 memory=145848 CPUtime=12.81 cores=20-23
/proc/2798325/stat : 2798325 (python3) R 2798316 2798316 2797411 0 -1 4194304 58572 0 0 0 1277 4 0 0 20 0 4 0 261910114 360873984 36344 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 16386 0 0 0 17 22 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
/proc/2798325/statm: 88104 36462 7493 753 0 67956 0
[pid=2798325/tid=2798335] ppid=2798316 vsize=352416 memory=15392 CPUtime=0.07 cores=20-23
/proc/2798325/task/2798335/stat : 2798335 (python3) S 2798316 2798316 2797411 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 261910124 360873984 36344 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 16386 1 0 0 -1 21 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
[pid=2798325/tid=2798336] ppid=2798316 vsize=352416 memory=3152 CPUtime=0.07 cores=20-23
/proc/2798325/task/2798336/stat : 2798336 (python3) S 2798316 2798316 2797411 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 261910124 360873984 36344 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 16386 1 0 0 -1 20 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
[pid=2798325/tid=2798337] ppid=2798316 vsize=352416 memory=3989099002727262063 CPUtime=0.07 cores=20-23
/proc/2798325/task/2798337/stat : 2798337 (python3) S 2798316 2798316 2797411 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 261910124 360873984 36344 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 16386 1 0 0 -1 22 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
Current children cumulated CPU time: 12.81 s
Current children cumulated vsize: 356608 KiB
Current children cumulated memory: 149000 KiB

[startup+16.0001 s]*
/proc/loadavg: 10.91 3.30 1.15 17/943 2798394
/proc/meminfo: memFree=869924244/1055320708 swapFree=33553916/33554428
[pid=2798316] ppid=2798297 vsize=4192 memory=3152 CPUtime=0 cores=20-23
/proc/2798316/stat : 2798316 (scip-naps.sh) S 2798297 2798316 2797411 0 -1 4194304 264 330 0 0 0 0 0 0 20 0 1 0 261910110 4292608 640 18446744073709551615 93995363938304 93995364832837 140723772469152 0 0 0 65536 4 65538 1 0 0 17 20 0 0 0 0 0 93995365071888 93995365119632 93995369394176 140723772471589 140723772471681 140723772471681 140723772477417 0
/proc/2798316/statm: 1048 788 710 219 0 110 0
[pid=2798325] ppid=2798316 vsize=354068 memory=146276 CPUtime=16 cores=20-23
/proc/2798325/stat : 2798325 (python3) R 2798316 2798316 2797411 0 -1 4194304 59753 0 0 0 1596 4 0 0 20 0 4 0 261910114 362565632 36472 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 16386 0 0 0 17 22 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
/proc/2798325/statm: 88517 36569 7493 753 0 68369 0
[pid=2798325/tid=2798335] ppid=2798316 vsize=354068 memory=280215344539332 CPUtime=0.07 cores=20-23
/proc/2798325/task/2798335/stat : 2798335 (python3) S 2798316 2798316 2797411 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 261910124 362565632 36472 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 16386 1 0 0 -1 21 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
[pid=2798325/tid=2798336] ppid=2798316 vsize=354068 memory=0 CPUtime=0.07 cores=20-23
/proc/2798325/task/2798336/stat : 2798336 (python3) S 2798316 2798316 2797411 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 261910124 362565632 36472 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 16386 1 0 0 -1 20 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
[pid=2798325/tid=2798337] ppid=2798316 vsize=354068 memory=-6231271660035733367 CPUtime=0.07 cores=20-23
/proc/2798325/task/2798337/stat : 2798337 (python3) S 2798316 2798316 2797411 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 261910124 362565632 36472 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 16386 1 0 0 -1 22 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
Current children cumulated CPU time: 16 s
Current children cumulated vsize: 358260 KiB
Current children cumulated memory: 149428 KiB

[startup+17.6001 s]
/proc/loadavg: 10.91 3.30 1.15 17/943 2798394
/proc/meminfo: memFree=869891540/1055320708 swapFree=33553916/33554428
[pid=2798316] ppid=2798297 vsize=4192 memory=3152 CPUtime=0 cores=20-23
/proc/2798316/stat : 2798316 (scip-naps.sh) S 2798297 2798316 2797411 0 -1 4194304 264 330 0 0 0 0 0 0 20 0 1 0 261910110 4292608 640 18446744073709551615 93995363938304 93995364832837 140723772469152 0 0 0 65536 4 65538 1 0 0 17 20 0 0 0 0 0 93995365071888 93995365119632 93995369394176 140723772471589 140723772471681 140723772471681 140723772477417 0
/proc/2798316/statm: 1048 788 710 219 0 110 0
[pid=2798325] ppid=2798316 vsize=359180 memory=150856 CPUtime=17.59 cores=20-23
/proc/2798325/stat : 2798325 (python3) R 2798316 2798316 2797411 0 -1 4194304 61629 0 0 0 1755 4 0 0 20 0 4 0 261910114 367800320 37624 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 16386 0 0 0 17 22 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
/proc/2798325/statm: 89795 37714 7493 753 0 69647 0
[pid=2798325/tid=2798335] ppid=2798316 vsize=359180 memory=3152 CPUtime=0.07 cores=20-23
/proc/2798325/task/2798335/stat : 2798335 (python3) S 2798316 2798316 2797411 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 261910124 367800320 37624 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 16386 1 0 0 -1 21 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
[pid=2798325/tid=2798336] ppid=2798316 vsize=359180 memory=145908 CPUtime=0.07 cores=20-23
/proc/2798325/task/2798336/stat : 2798336 (python3) S 2798316 2798316 2797411 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 261910124 367800320 37624 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 16386 1 0 0 -1 20 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
[pid=2798325/tid=2798337] ppid=2798316 vsize=359180 memory=5784 CPUtime=0.07 cores=20-23
/proc/2798325/task/2798337/stat : 2798337 (python3) S 2798316 2798316 2797411 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 261910124 367800320 37624 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 16386 1 0 0 -1 22 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
Current children cumulated CPU time: 17.59 s
Current children cumulated vsize: 363372 KiB
Current children cumulated memory: 154008 KiB

[startup+18.4001 s]
/proc/loadavg: 11.31 3.51 1.23 17/943 2798394
/proc/meminfo: memFree=869889484/1055320708 swapFree=33553916/33554428
[pid=2798316] ppid=2798297 vsize=4192 memory=3152 CPUtime=0 cores=20-23
/proc/2798316/stat : 2798316 (scip-naps.sh) S 2798297 2798316 2797411 0 -1 4194304 264 330 0 0 0 0 0 0 20 0 1 0 261910110 4292608 640 18446744073709551615 93995363938304 93995364832837 140723772469152 0 0 0 65536 4 65538 1 0 0 17 20 0 0 0 0 0 93995365071888 93995365119632 93995369394176 140723772471589 140723772471681 140723772471681 140723772477417 0
/proc/2798316/statm: 1048 788 710 219 0 110 0
[pid=2798325] ppid=2798316 vsize=359180 memory=150856 CPUtime=18.38 cores=20-23
/proc/2798325/stat : 2798325 (python3) R 2798316 2798316 2797411 0 -1 4194304 61669 0 0 0 1834 4 0 0 20 0 4 0 261910114 367800320 37624 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 16386 0 0 0 17 22 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
/proc/2798325/statm: 89795 37714 7493 753 0 69647 0
[pid=2798325/tid=2798335] ppid=2798316 vsize=359180 memory=-6231271660153173879 CPUtime=0.07 cores=20-23
/proc/2798325/task/2798335/stat : 2798335 (python3) S 2798316 2798316 2797411 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 261910124 367800320 37624 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 16386 1 0 0 -1 21 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
[pid=2798325/tid=2798336] ppid=2798316 vsize=359180 memory=219899232574 CPUtime=0.07 cores=20-23
/proc/2798325/task/2798336/stat : 2798336 (python3) S 2798316 2798316 2797411 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 261910124 367800320 37624 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 16386 1 0 0 -1 20 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
[pid=2798325/tid=2798337] ppid=2798316 vsize=359180 memory=3458817518834287025 CPUtime=0.07 cores=20-23
/proc/2798325/task/2798337/stat : 2798337 (python3) S 2798316 2798316 2797411 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 261910124 367800320 37624 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 16386 1 0 0 -1 22 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
Current children cumulated CPU time: 18.38 s
Current children cumulated vsize: 363372 KiB
Current children cumulated memory: 154008 KiB

[startup+18.6001 s]
/proc/loadavg: 11.31 3.51 1.23 17/943 2798394
/proc/meminfo: memFree=869889484/1055320708 swapFree=33553916/33554428
[pid=2798316] ppid=2798297 vsize=4192 memory=3152 CPUtime=0 cores=20-23
/proc/2798316/stat : 2798316 (scip-naps.sh) S 2798297 2798316 2797411 0 -1 4194304 264 330 0 0 0 0 0 0 20 0 1 0 261910110 4292608 640 18446744073709551615 93995363938304 93995364832837 140723772469152 0 0 0 65536 4 65538 1 0 0 17 20 0 0 0 0 0 93995365071888 93995365119632 93995369394176 140723772471589 140723772471681 140723772471681 140723772477417 0
/proc/2798316/statm: 1048 788 710 219 0 110 0
[pid=2798325] ppid=2798316 vsize=359180 memory=150856 CPUtime=18.58 cores=20-23
/proc/2798325/stat : 2798325 (python3) R 2798316 2798316 2797411 0 -1 4194304 61744 0 0 0 1854 4 0 0 20 0 4 0 261910114 367800320 37624 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 16386 0 0 0 17 22 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
/proc/2798325/statm: 89795 37714 7493 753 0 69647 0
[pid=2798325/tid=2798335] ppid=2798316 vsize=359180 memory=29368289 CPUtime=0.07 cores=20-23
/proc/2798325/task/2798335/stat : 2798335 (python3) S 2798316 2798316 2797411 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 261910124 367800320 37624 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 16386 1 0 0 -1 21 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
[pid=2798325/tid=2798336] ppid=2798316 vsize=359180 memory=30850886 CPUtime=0.07 cores=20-23
/proc/2798325/task/2798336/stat : 2798336 (python3) S 2798316 2798316 2797411 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 261910124 367800320 37624 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 16386 1 0 0 -1 20 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
[pid=2798325/tid=2798337] ppid=2798316 vsize=359180 memory=30932142 CPUtime=0.07 cores=20-23
/proc/2798325/task/2798337/stat : 2798337 (python3) S 2798316 2798316 2797411 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 261910124 367800320 37624 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 16386 1 0 0 -1 22 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
Current children cumulated CPU time: 18.58 s
Current children cumulated vsize: 363372 KiB
Current children cumulated memory: 154008 KiB

[startup+18.7001 s]
/proc/loadavg: 11.31 3.51 1.23 17/943 2798394
/proc/meminfo: memFree=869889484/1055320708 swapFree=33553916/33554428
[pid=2798316] ppid=2798297 vsize=4192 memory=3152 CPUtime=0 cores=20-23
/proc/2798316/stat : 2798316 (scip-naps.sh) S 2798297 2798316 2797411 0 -1 4194304 264 330 0 0 0 0 0 0 20 0 1 0 261910110 4292608 640 18446744073709551615 93995363938304 93995364832837 140723772469152 0 0 0 65536 4 65538 1 0 0 17 20 0 0 0 0 0 93995365071888 93995365119632 93995369394176 140723772471589 140723772471681 140723772471681 140723772477417 0
/proc/2798316/statm: 1048 788 710 219 0 110 0
[pid=2798325] ppid=2798316 vsize=352000 memory=146040 CPUtime=18.69 cores=20-23
/proc/2798325/stat : 2798325 (python3) R 2798316 2798316 2797411 0 -1 4194304 65799 0 0 0 1864 5 0 0 20 0 4 0 261910114 360448000 36392 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 0 0 0 0 17 22 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
/proc/2798325/statm: 88000 36510 7539 753 0 67852 0
[pid=2798325/tid=2798335] ppid=2798316 vsize=352000 memory=0 CPUtime=0.07 cores=20-23
/proc/2798325/task/2798335/stat : 2798335 (python3) S 2798316 2798316 2797411 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 261910124 360448000 36392 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 0 1 0 0 -1 21 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
[pid=2798325/tid=2798336] ppid=2798316 vsize=352000 memory=145880 CPUtime=0.07 cores=20-23
/proc/2798325/task/2798336/stat : 2798336 (python3) S 2798316 2798316 2797411 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 261910124 360448000 36392 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 0 1 0 0 -1 20 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
[pid=2798325/tid=2798337] ppid=2798316 vsize=352000 memory=-6231271660153173879 CPUtime=0.07 cores=20-23
/proc/2798325/task/2798337/stat : 2798337 (python3) S 2798316 2798316 2797411 0 -1 4194368 1 0 0 0 7 0 0 0 20 0 4 0 261910124 360448000 36392 18446744073709551615 4321280 7402577 140733095841712 0 0 0 0 16781312 0 1 0 0 -1 22 0 0 0 0 0 9420256 10002664 18444288 140733095843991 140733095844194 140733095844194 140733095849930 0
Current children cumulated CPU time: 18.69 s
Current children cumulated vsize: 356192 KiB
Current children cumulated memory: 149192 KiB

Child status: 0

Real time (s): 18.7125
CPU time (s): 18.7156
CPU user time (s): 18.654
CPU system time (s): 0.06162
CPU usage (%): 100.016
Max. virtual memory (cumulated for all children) (KiB): 363372
Max. memory (cumulated for all children) (KiB): 154008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.654
system time used= 0.06162
maximum resident set size= 150496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66600
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 916
involuntary context switches= 88


# summary of solver processes directly reported to runsolver:
#   pid: 2798316
#   total CPU time (s): 18.7156
#   total CPU user time (s): 18.654
#   total CPU system time (s): 0.06162

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.104293 second user time and 0.23626 second system time

The end

Launcher Data

Begin job on nodeE008 at 2026-07-05 23:17:03
IDJOB=4830642
IDBENCH=147875
IDSOLVER=3664
FILE ID=nodeE008/4830642-1783286223
RUNJOBID= nodeE008-1783286167-2797433
SLURM_JOB_ID= 12568085
Free space on /tmp= 794564 MiB

SOLVER NAME= SCIP-NaPS scip-naps-1.00a2
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/armies/normalized-army10.14bt.opb
COMMAND LINE= ./scip-naps.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4830642-1783286223/watcher-4830642-1783286223 -o /tmp/evaluation-result-4830642-1783286223/solver-4830642-1783286223 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4830642-1783286223/vars-4830642-1783286223 --bin-var /tmp/runsolver-exch-nodeE008-1783286167-2797433 --watchdog 3760  ./scip-naps.sh HOME/instance-4830642-1783286223.opb

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

MD5SUM BENCH= 3a50fcae898f788b3960bca00975c98a
RANDOM SEED=820792093

nodeE008 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		: 3588.535
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		: 3590.071
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		: 3578.831
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 65
cpu cores	: 32
apicid		: 65
initial apicid	: 65
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 67
cpu cores	: 32
apicid		: 67
initial apicid	: 67
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3598.144
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		: 3592.392
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		: 3597.053
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		: 3598.928
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		: 3597.889
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 49
cpu cores	: 32
apicid		: 49
initial apicid	: 49
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3587.311
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		: 3587.408
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		: 3569.432
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		: 3571.620
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		: 3571.395
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 17
cpu cores	: 32
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3582.626
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 80
cpu cores	: 32
apicid		: 80
initial apicid	: 80
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3586.114
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		: 3577.710
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		: 3581.521
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 1
cpu cores	: 32
apicid		: 129
initial apicid	: 129
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3578.680
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		: 3577.448
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		: 3576.926
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		: 3570.817
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		: 3567.277
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		: 3594.671
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.967
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		: 3586.732
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		: 3591.592
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 50
cpu cores	: 32
apicid		: 178
initial apicid	: 178
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3585.601
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		: 2493.659
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		: 3568.061
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		: 3586.487
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		: 3587.182
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		: 3581.781
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		: 3584.126
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		: 3573.438
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		: 3575.374
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		: 3574.184
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:       1055320708 kB
MemFree:        870471692 kB
MemAvailable:   1031998136 kB
Buffers:            2840 kB
Cached:         166037484 kB
SwapCached:           12 kB
Active:         18326032 kB
Inactive:       162396404 kB
Active(anon):   15542864 kB
Inactive(anon):    66848 kB
Active(file):    2783168 kB
Inactive(file): 162329556 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33553916 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             60596 kB
Writeback:            80 kB
AnonPages:      14687152 kB
Mapped:           212772 kB
Shmem:            927592 kB
KReclaimable:    1723000 kB
Slab:            2319404 kB
SReclaimable:    1723000 kB
SUnreclaim:       596404 kB
KernelStack:       15936 kB
PageTables:        37400 kB
SecPageTables:     15316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:   19270516 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      479428 kB
VmallocChunk:          0 kB
Percpu:           123136 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4018176 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:      397764 kB
DirectMap2M:    22992896 kB
DirectMap1G:    1050673152 kB

Free space on /tmp at the end= 794504 MiB
End job on nodeE008 at 2026-07-05 23:17:22