Trace number 4820773

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
UWrMaxSat-SCIP 2.0.4SAT (TO)0 3600.01 3613.6

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/multverif/
diagcomm_greater/normalized-mult_diagcomm_opt_greater_teq_nbits_38.opb
MD5SUM0a1ada2ecb75797a09790024dcad861b
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/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 benchmark298.856
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8816
Total number of constraints13148
Number of constraints which are clauses8664
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints4484
Minimum length of a constraint2
Maximum length of a constraint5
Number of terms in the objective function 152
Biggest coefficient in the objective function 37778931862957161709568
Number of bits for the biggest coefficient in the objective function 76
Sum of the numbers in the objective function 151115727451828646838270
Number of bits of the sum of numbers in the objective function 77
Biggest number in a constraint 37778931862957161709568
Number of bits of the biggest number in a constraint 76
Biggest sum of numbers in a constraint 151115727451828646838270
Number of bits of the biggest sum of numbers77
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c UWrMaxSat version 2.0.0 -- a MaxSAT and pseudo-Boolean solver
0.00/0.00	c Copyright (c) Marek Piotrów et al. (see option -h)
0.00/0.00	c Using cadical-2.1.3-f13d744 SAT solver by Armin Biere et al. (2016 - )
0.00/0.00	c Setting memory limit to 62000MB.
0.00/0.00	c Parsing PB file...
0.00/0.06	c Converting 17632 PB-constraints to clauses...
0.00/0.10	o 0
0.00/0.10	c Generalized BMO splitting point(s) found and can be used.
0.00/0.10	c ============================[  Problem Statistics ]============================
0.00/0.10	c |  Number of variables:         14440                                         |
0.00/0.10	c |  Number of clauses:           56618 (incl.          150 soft in queue)      |
0.00/0.10	c ===============================================================================
423.88/425.71	c Switching to binary search ... (after 423.493 s and 5000000 conflicts) with 152 goal literals and 0 assumptions
423.88/425.71	c Processing the first GBMO subgoal with 150 literals (linear search)
3600.00/3613.60	c *** TERMINATED by signal 15 ***
3600.00/3613.60	c _______________________________________________________________________________
3600.00/3613.60	c 
3600.00/3613.60	c _______________________________________________________________________________
3600.00/3613.60	c 
3600.00/3613.60	c [CDCL] --- [ run-time profiling ] ------------------------------------------
3600.00/3613.60	c [CDCL] 
3600.00/3613.60	c [CDCL] process time taken by individual solving procedures
3600.00/3613.60	c [CDCL] (percentage relative to process time for solving)
3600.00/3613.60	c [CDCL] 
3600.00/3613.60	c [CDCL]      3579.19   99.42% search
3600.00/3613.60	c [CDCL]      2053.17   57.03% unstable
3600.00/3613.60	c [CDCL]      1499.83   41.66% stable
3600.00/3613.60	c [CDCL]        26.18    0.73% walk
3600.00/3613.60	c [CDCL]        20.71    0.58% simplify
3600.00/3613.60	c [CDCL]         9.78    0.27% vivify
3600.00/3613.60	c [CDCL]         6.33    0.18% subsume
3600.00/3613.60	c [CDCL]         1.93    0.05% probe
3600.00/3613.60	c [CDCL]         0.75    0.02% ternary
3600.00/3613.60	c [CDCL]         0.57    0.02% elim
3600.00/3613.60	c [CDCL]         0.00    0.00% preprocess
3600.00/3613.60	c [CDCL]         0.00    0.00% lucky
3600.00/3613.60	c [CDCL]         0.00    0.00% parse
3600.00/3613.60	c [CDCL]   =================================
3600.00/3613.60	c [CDCL]      3599.90  100.00% solve
3600.00/3613.60	c [CDCL] 
3600.00/3613.60	c [CDCL] last line shows process time for solving
3600.00/3613.60	c [CDCL] (percentage relative to total process time)
3600.00/3613.60	c [CDCL] 
3600.00/3613.60	c [CDCL] --- [ statistics ] --------------------------------------------------
3600.00/3613.60	c [CDCL] 
3600.00/3613.60	c [CDCL] chronological:           2609118        15.11 %  of conflicts
3600.00/3613.60	c [CDCL] conflicts:              17262216      4795.20    per second
3600.00/3613.60	c [CDCL] decisions:              25436557      7065.92    per second
3600.00/3613.60	c [CDCL] eliminated:                 9075        46.86 %  of all variables
3600.00/3613.60	c [CDCL] ext.prop. calls:               6        42.86 %  of queries
3600.00/3613.60	c [CDCL] ext.clause calls:              6        42.86 %  of queries
3600.00/3613.60	c [CDCL] ext.final check:               0         0.00 %  of queries
3600.00/3613.60	c [CDCL] fixed:                      4484        23.16 %  of all variables
3600.00/3613.60	c [CDCL] learned:                17019053        98.59 %  per conflict
3600.00/3613.60	c [CDCL] lucky:                         1       100.00 %  of tried
3600.00/3613.60	c [CDCL] learned_lits:         3260463062       100.00 %  learned literals
3600.00/3613.60	c [CDCL] minimized:                     0         0.00 %  learned literals
3600.00/3613.60	c [CDCL] shrunken:             1270805411        38.98 %  learned literals
3600.00/3613.60	c [CDCL] minishrunken:          819622862        25.14 %  learned literals
3600.00/3613.60	c [CDCL] otfs:                      37452         0.22 %  of conflict
3600.00/3613.60	c [CDCL] propagations:        12816292363         3.56 M  per second
3600.00/3613.60	c [CDCL] reduced:                15043280        87.15 %  per conflict
3600.00/3613.60	c [CDCL] rephased:                    185     93309.28    interval
3600.00/3613.60	c [CDCL] restarts:                 596223        28.95    interval
3600.00/3613.60	c [CDCL] stabilizing:                  13        55.19 %  of conflicts
3600.00/3613.60	c [CDCL] subsumed:                1560977         9.08 %  of all clauses
3600.00/3613.60	c [CDCL] strengthened:             227072         1.32 %  of all clauses
3600.00/3613.60	c [CDCL] ternary:                    5737         0.52 %  of resolved
3600.00/3613.60	c [CDCL] vivified:                  13563         0.08 %  of all clauses
3600.00/3613.60	c [CDCL] walked:                       59    292579.93    interval
3600.00/3613.60	c [CDCL] weakened:                  48009         2.75    average size
3600.00/3613.60	c [CDCL] 
3600.00/3613.60	c [CDCL] seconds are measured in process time for solving
3600.00/3613.60	c =======================[ UWrMaxSat resources usage ]===========================
3600.00/3613.60	c Memory used            : 287.00 MB
3600.00/3613.60	c CPU time               : 3597.71 s
3600.00/3613.60	c Constr Enc: Srt/BDD/Add: 4484 0 0
3600.00/3613.60	c OptExp Enc: Srt/BDD/Add: 1 0 0
3600.00/3613.60	c _______________________________________________________________________________
3600.00/3613.60	c _______________________________________________________________________________
3600.00/3613.60	
3600.00/3613.60	v -x8665 -x8741 -x8666 -x8742 -x8667 -x8743 -x8668 -x8744 -x8669 -x8745 -x8670 -x8746 -x8671 -x8747 -x8672 -x8748 -x8673 -x8749 -x8674 -x8750 -x8675 -x8751 -x8676 -x8752 -x8677 -x8753 -x8678 -x8754 -x8679 -x8755 -x8680 -x8756 -x8681 -x8757 -x8682 -x8758 -x8683 -x8759 -x8684 -x8760 -x8685 -x8761 -x8686 -x8762 -x8687 -x8763 -x8688 -x8764 -x8689 -x8765 -x8690 -x8766 -x8691 -x8767 -x8692 -x8768 -x8693 -x8769 -x8694 -x8770 -x8695 -x8771 -x8696 -x8772 -x8697 -x8773 -x8698 -x8774 -x8699 -x8775 -x8700 -x8776 -x8701 -x8777 -x8702 -x8778 -x8703 -x8779 -x8704 -x8780 -x8705 -x8781 -x8706 -x8782 -x8707 -x8783 -x8708 -x8784 -x8709 -x8785 -x8710 -x8786 -x8711 -x8787 -x8712 -x8788 -x8713 -x8789 -x8714 -x8790 -x8715 -x8791 -x8716 -x8792 -x8717 -x8793 -x8718 -x8794 -x8719 -x8795 -x8720 -x8796 -x8721 -x8797 -x8722 -x8798 -x8723 -x8799 -x8724 -x8800 -x8725 -x8801 -x8726 -x8802 -x8727 -x8803 -x8728 -x8804 -x8729 -x8805 -x8730 -x8806 -x8731 -x8807 -x8732 -x8808 -x8733 -x8809 -x8734 -x8810 -x8735 -x8811 -x8736 -x8812 -x8737 -x8813 -x8738 -x8814 -x8739 -x8815 -x8740 -x8816 -x77 -x1 -x39 -x5777 -x1521 -x7221 -x115 -x2 -x78 -x40 -x5815 -x2965 -x5778 -x1559 -x1522 -x7259 -x4371 -x7222 -x153 -x3 -x116 -x79 -x41 -x5853 -x3002 -x5816 -x2966 -x5779 -x1597 -x1560 -x1523 -x7297 -x4408 -x7260 -x4372 -x7223 -x191 -x4 -x154 -x117 -x80 -x42 -x5891 -x3039 -x5854 -x3003 -x5817 -x2967 -x5780 -x1635 -x1598 -x1561 -x1524 -x7335 -x4445 -x7298 -x4409 -x7261 -x4373 -x7224 -x229 -x5 -x192 -x155 -x118 -x81 -x43 -x5929 -x3076 -x5892 -x3040 -x5855 -x3004 -x5818 -x2968 -x5781 -x1673 -x1636 -x1599 -x1562 -x1525 -x7373 -x4482 -x7336 -x4446 -x7299 -x4410 -x7262 -x4374 -x7225 -x267 -x6 -x230 -x193 -x156 -x119 -x82 -x44 -x5967 -x3113 -x5930 -x3077 -x5893 -x3041 -x5856 -x3005 -x5819 -x2969 -x5782 -x1711 -x1674 -x1637 -x1600 -x1563 -x1526 -x7411 -x4519 -x7374 -x4483 -x7337 -x4447 -x7300 -x4411 -x7263 -x4375 -x7226 -x305 -x7 -x268 -x231 -x194 -x157 -x120 -x83 -x45 -x6005 -x3150 -x5968 -x3114 -x5931 -x3078 -x5894 -x3042 -x5857 -x3006 -x5820 -x2970 -x5783 -x1749 -x1712 -x1675 -x1638 -x1601 -x1564 -x1527 -x7449 -x4556 -x7412 -x4520 -x7375 -x4484 -x7338 -x4448 -x7301 -x4412 -x7264 -x4376 -x7227 -x343 -x8 -x306 -x269 -x232 -x195 -x158 -x121 -x84 -x46 -x6043 -x3187 -x6006 -x3151 -x5969 -x3115 -x5932 -x3079 -x5895 -x3043 -x5858 -x3007 -x5821 -x2971 -x5784 -x1787 -x1750 -x1713 -x1676 -x1639 -x1602 -x1565 -x1528 -x7487 -x4593 -x7450 -x4557 -x7413 -x4521 -x7376 -x4485 -x7339 -x4449 -x7302 -x4413 -x7265 -x4377 -x7228 -x381 -x9 -x344 -x307 -x270 -x233 -x196 -x159 -x122 -x85 -x47 -x6081 -x3224 -x6044 -x3188 -x6007 -x3152 -x5970 -x3116 -x5933 -x3080 -x5896 -x3044 -x5859 -x3008 -x5822 -x2972 -x5785 -x1825 -x1788 -x1751 -x1714 -x1677 -x1640 -x1603 -x1566 -x1529 -x7525 -x4630 -x7488 -x4594 -x7451 -x4558 -x7414 -x4522 -x7377 -x4486 -x7340 -x4450 -x7303 -x4414 -x7266 -x4378 -x7229 -x419 -x10 -x382 -x345 -x308 -x271 -x234 -x197 -x160 -x123 -x86 -x48 -x6119 -x3261 -x6082 -x3225 -x6045 -x3189 -x6008 -x3153 -x5971 -x3117 -x5934 -x3081 -x5897 -x3045 -x5860 -x3009 -x5823 -x2973 -x5786 -x1863 -x1826 -x1789 -x1752 -x1715 -x1678 -x1641 -x1604 -x1567 -x1530 -x7563 -x4667 -x7526 -x4631 -x7489 -x4595 -x7452 -x4559 -x7415 -x4523 -x7378 -x4487 -x7341 -x4451 -x7304 -x4415 -x7267 -x4379 -x7230 -x457 -x11 -x420 -x383 -x346 -x309 -x272 -x235 -x198 -x161 -x124 -x87 -x49 -x6157 -x3298 -x6120 -x3262 -x6083 -x3226 -x6046 -x3190 -x6009 -x3154 -x5972 -x3118 -x5935 -x3082 -x5898 -x3046 -x5861 -x3010 -x5824 -x2974 -x5787 -x1901 -x1864 -x1827 -x1790 -x1753 -x1716 -x1679 -x1642 -x1605 -x1568 -x1531 -x7601 -x4704 -x7564 -x4668 -x7527 -x4632 -x7490 -x4596 -x7453 -x4560 -x7416 -x4524 -x7379 -x4488 -x7342 -x4452 -x7305 -x4416 -x7268 -x4380 -x7231 -x495 -x12 -x458 -x421 -x384 -x347 -x310 -x273 -x236 -x199 -x162 -x125 -x88 -x50 -x6195 -x3335 -x6158 -x3299 -x6121 -x3263 -x6084 -x3227 -x6047 -x3191 -x6010 -x3155 -x5973 -x3119 -x5936 -x3083 -x5899 -x3047 -x5862 -x3011 -x5825 -x2975 -x5788 -x1939 -x1902 -x1865 -x1828 -x1791 -x1754 -x1717 -x1680 -x1643 -x1606 -x1569 -x1532 -x7639 -x4741 -x7602 -x4705 -x7565 -x4669 -x7528 -x4633 -x7491 -x4597 -x7454 -x4561 -x7417 -x4525 -x7380 -x4489 -x7343 -x4453 -x7306 -x4417 -x7269 -x4381 -x7232 -x533 -x13 -x496 -x459 -x422 -x385 -x348 -x311 -x274 -x237 -x200 -x163 -x126 -x89 -x51 -x6233 -x3372 -x6196 -x3336 -x6159 -x3300 -x6122 -x3264 -x6085 -x3228 -x6048 -x3192 -x6011 -x3156 -x5974 -x3120 -x5937 -x3084 -x5900 -x3048 -x5863 -x3012 -x5826 -x2976 -x5789 -x1977 -x1940 -x1903 -x1866 -x1829 -x1792 -x1755 -x1718 -x1681 -x1644 -x1607 -x1570 -x1533 -x7677 -x4778 -x7640 -x4742 -x7603 -x4706 -x7566 -x4670 -x7529 -x4634 -x7492 -x4598 -x7455 -x4562 -x7418 -x4526 -x7381 -x4490 -x7344 -x4454 -x7307 -x4418 -x7270 -x4382 -x7233 -x571 -x14 -x534 -x497 -x460 -x423 -x386 -x349 -x312 -x275 -x238 -x201 -x164 -x127 -x90 -x52 -x6271 -x3409 -x6234 -x3373 -x6197 -x3337 -x6160 -x3301 -x6123 -x3265 -x6086 -x3229 -x6049 -x3193 -x6012 -x3157 -x5975 -x3121 -x5938 -x3085 -x5901 -x3049 -x5864 -x3013 -x5827 -x2977 -x5790 -x2015 -x1978 -x1941 -x1904 -x1867 -x1830 -x1793 -x1756 -x1719 -x1682 -x1645 -x1608 -x1571 -x1534 -x7715 -x4815 -x7678 -x4779 -x7641 -x4743 -x7604 -x4707 -x7567 -x4671 -x7530 -x4635 -x7493 -x4599 -x7456 -x4563 -x7419 -x4527 -x7382 -x4491 -x7345 -x4455 -x7308 -x4419 -x7271 -x4383 -x7234 -x609 -x15 -x572 -x535 -x498 -x461 -x424 -x387 -x350 -x313 -x276 -x239 -x202 -x165 -x128 -x91 -x53 -x6309 -x3446 -x6272 -x3410 -x6235 -x3374 -x6198 -x3338 -x6161 -x3302 -x6124 -x3266 -x6087 -x3230 -x6050 -x3194 -x6013 -x3158 -x5976 -x3122 -x5939 -x3086 -x5902 -x3050 -x5865 -x3014 -x5828 -x2978 -x5791 -x2053 -x2016 -x1979 -x1942 -x1905 -x1868 -x1831 -x1794 -x1757 -x1720 -x1683 -x1646 -x1609 -x1572 -x1535 -x7753 -x4852 -x7716 -x4816 -x7679 -x4780 -x7642 -x4744 -x7605 -x4708 -x7568 -x4672 -x7531 -x4636 -x7494 -x4600 -x7457 -x4564 -x7420 -x4528 -x7383 -x4492 -x7346 -x4456 -x7309 -x4420 -x7272 -x4384 -x7235 -x647 -x16 -x610 -x573 -x536 -x499 -x462 -x425 -x388 -x351 -x314 -x277 -x240 -x203 -x166 -x129 -x92 -x54 -x6347 -x3483 -x6310 -x3447 -x6273 -x3411 -x6236 -x3375 -x6199 -x3339 -x6162 -x3303 -x6125 -x3267 -x6088 -x3231 -x6051 -x3195 -x6014 -x3159 -x5977 -x3123 -x5940 -x3087 -x5903 -x3051 -x5866 -x3015 -x5829 -x2979 -x5792 -x2091 -x2054 -x2017 -x1980 -x1943 -x1906 -x1869 -x1832 -x1795 -x1758 -x1721 -x1684 -x1647 -x1610 -x1573 -x1536 -x7791 -x4889 -x7754 -x4853 -x7717 -x4817 -x7680 -x4781 -x7643 -x4745 -x7606 -x4709 -x7569 -x4673 -x7532 -x4637 -x7495 -x4601 -x7458 -x4565 -x7421 -x4529 -x7384 -x4493 -x7347 -x4457 -x7310 -x4421 -x7273 -x4385 -x7236 -x685 -x17 -x648 -x611 -x574 -x537 -x500 -x463 -x426 -x389 -x352 -x315 -x278 -x241 -x204 -x167 -x130 -x93 -x55 -x6385 -x3520 -x6348 -x3484 -x6311 -x3448 -x6274 -x3412 -x6237 -x3376 -x6200 -x3340 -x6163 -x3304 -x6126 -x3268 -x6089 -x3232 -x6052 -x3196 -x6015 -x3160 -x5978 -x3124 -x5941 -x3088 -x5904 -x3052 -x5867 -x3016 -x5830 -x2980 -x5793 -x2129 -x2092 -x2055 -x2018 -x1981 -x1944 -x1907 -x1870 -x1833 -x1796 -x1759 -x1722 -x1685 -x1648 -x1611 -x1574 -x1537 -x7829 -x4926 -x7792 -x4890 -x7755 -x4854 -x7718 -x4818 -x7681 -x4782 -x7644 -x4746 -x7607 -x4710 -x7570 -x4674 -x7533 -x4638 -x7496 -x4602 -x7459 -x4566 -x7422 -x4530 -x7385 -x4494 -x7348 -x4458 -x7311 -x4422 -x7274 -x4386 -x7237 -x723 -x18 -x686 -x649 -x612 -x575 -x538 -x501 -x464 -x427 -x390 -x353 -x316 -x279 -x242 -x205 -x168 -x131 -x94 -x56 -x6423 -x3557 -x6386 -x3521 -x6349 -x3485 -x6312 -x3449 -x6275 -x3413 -x6238 -x3377 -x6201 -x3341 -x6164 -x3305 -x6127 -x3269 -x6090 -x3233 -x6053 -x3197 -x6016 -x3161 -x5979 -x3125 -x5942 -x3089 -x5905 -x3053 -x5868 -x3017 -x5831 -x2981 -x5794 -x2167 -x2130 -x2093 -x2056 -x2019 -x1982 -x1945 -x1908 -x1871 -x1834 -x1797 -x1760 -x1723 -x1686 -x1649 -x1612 -x1575 -x1538 -x7867 -x4963 -x7830 -x4927 -x7793 -x4891 -x7756 -x4855 -x7719 -x4819 -x7682 -x4783 -x7645 -x4747 -x7608 -x4711 -x7571 -x4675 -x7534 -x4639 -x7497 -x4603 -x7460 -x4567 -x7423 -x4531 -x7386 -x4495 -x7349 -x4459 -x7312 -x4423 -x7275 -x4387 -x7238 -x761 -x19 -x724 -x687 -x650 -x613 -x576 -x539 -x502 -x465 -x428 -x391 -x354 -x317 -x280 -x243 -x206 -x169 -x132 -x95 -x57 -x6461 -x3594 -x6424 -x3558 -x6387 -x3522 -x6350 -x3486 -x6313 -x3450 -x6276 -x3414 -x6239 -x3378 -x6202 -x3342 -x6165 -x3306 -x6128 -x3270 -x6091 -x3234 -x6054 -x3198 -x6017 -x3162 -x5980 -x3126 -x5943 -x3090 -x5906 -x3054 -x5869 -x3018 -x5832 -x2982 -x5795 -x2205 -x2168 -x2131 -x2094 -x2057 -x2020 -x1983 -x1946 -x1909 -x1872 -x1835 -x1798 -x1761 -x1724 -x1687 -x1650 -x1613 -x1576 -x1539 -x7905 -x5000 -x7868 -x4964 -x7831 -x4928 -x7794 -x4892 -x7757 -x4856 -x7720 -x4820 -x7683 -x4784 -x7646 -x4748 -x7609 -x4712 -x7572 -x4676 -x7535 -x4640 -x7498 -x4604 -x7461 -x4568 -x7424 -x4532 -x7387 -x4496 -x7350 -x4460 -x7313 -x4424 -x7276 -x4388 -x7239 -x799 -x20 -x762 -x725 -x688 -x651 -x614 -x577 -x540 -x503 -x466 -x429 -x392 -x355 -x318 -x281 -x244 -x207 -x170 -x133 -x96 -x58 -x6499 -x3631 -x6462 -x3595 -x6425 -x3559 -x6388 -x3523 -x6351 -x3487 -x6314 -x3451 -x6277 -x3415 -x6240 -x3379 -x6203 -x3343 -x6166 -x3307 -x6129 -x3271 -x6092 -x3235 -x6055 -x3199 -x6018 -x3163 -x5981 -x3127 -x5944 -x3091 -x5907 -x3055 -x5870 -x3019 -x5833 -x2983 -x5796 -x2243 -x2206 -x2169 -x2132 -x2095 -x2058 -x2021 -x1984 -x1947 -x1910 -x1873 -x1836 -x1799 -x1762 -x1725 -x1688 -x1651 -x1614 -x1577 -x1540 -x7943 -x5037 -x7906 -x5001 -x7869 -x4965 -x7832 -x4929 -x7795 -x4893 -x7758 -x4857 -x7721 -x4821 -x7684 -x4785 -x7647 -x4749 -x7610 -x4713 -x7573 -x4677 -x7536 -x4641 -x7499 -x4605 -x7462 -x4569 -x7425 -x4533 -x7388 -x4497 -x7351 -x4461 -x7314 -x4425 -x7277 -x4389 -x7240 -x837 -x21 -x800 -x763 -x726 -x689 -x652 -x615 -x578 -x541 -x504 -x467 -x430 -x393 -x356 -x319 -x282 -x245 -x208 -x171 -x134 -x97 -x59 -x6537 -x3668 -x6500 -x3632 -x6463 -x3596 -x6426 -x3560 -x6389 -x3524 -x6352 -x3488 -x6315 -x3452 -x6278 -x3416 -x6241 -x3380 -x6204 -x3344 -x6167 -x3308 -x6130 -x3272 -x6093 -x3236 -x6056 -x3200 -x6019 -x3164 -x5982 -x3128 -x5945 -x3092 -x5908 -x3056 -x5871 -x3020 -x5834 -x2984 -x5797 -x2281 -x2244 -x2207 -x2170 -x2133 -x2096 -x2059 -x2022 -x1985 -x1948 -x1911 -x1874 -x1837 -x1800 -x1763 -x1726 -x1689 -x1652 -x1615 -x1578 -x1541 -x7981 -x5074 -x7944 -x5038 -x7907 -x5002 -x7870 -x4966 -x7833 -x4930 -x7796 -x4894 -x7759 -x4858 -x7722 -x4822 -x7685 -x4786 -x7648 -x4750 -x7611 -x4714 -x7574 -x4678 -x7537 -x4642 -x7500 -x4606 -x7463 -x4570 -x7426 -x4534 -x7389 -x4498 -x7352 -x4462 -x7315 -x4426 -x7278 -x4390 -x7241 -x875 -x22 -x838 -x801 -x764 -x727 -x690 -x653 -x616 -x579 -x542 -x505 -x468 -x431 -x394 -x357 -x320 -x283 -x246 -x209 -x172 -x135 -x98 -x60 -x6575 -x3705 -x6538 -x3669 -x6501 -x3633 -x6464 -x3597 -x6427 -x3561 -x6390 -x3525 -x6353 -x3489 -x6316 -x3453 -x6279 -x3417 -x6242 -x3381 -x6205 -x3345 -x6168 -x3309 -x6131 -x3273 -x6094 -x3237 -x6057 -x3201 -x6020 -x3165 -x5983 -x3129 -x5946 -x3093 -x5909 -x3057 -x5872 -x3021 -x5835 -x2985 -x5798 -x2319 -x2282 -x2245 -x2208 -x2171 -x2134 -x2097 -x2060 -x2023 -x1986 -x1949 -x1912 -x1875 -x1838 -x1801 -x1764 -x1727 -x1690 -x1653 -x1616 -x1579 -x1542 -x8019 -x5111 -x7982 -x5075 -x7945 -x5039 -x7908 -x5003 -x7871 -x4967 -x7834 -x4931 -x7797 -x4895 -x7760 -x4859 -x7723 -x4823 -x7686 -x4787 -x7649 -x4751 -x7612 -x4715 -x7575 -x4679 -x7538 -x4643 -x7501 -x4607 -x7464 -x4571 -x7427 -x4535 -x7390 -x4499 -x7353 -x4463 -x7316 -x4427 -x7279 -x4391 -x7242 -x913 -x23 -x876 -x839 -x802 -x765 -x728 -x691 -x654 -x617 -x580 -x543 -x506 -x469 -x432 -x395 -x358 -x321 -x284 -x247 -x210 -x173 -x136 -x99 -x61 -x6613 -x3742 -x6576 -x3706 -x6539 -x3670 -x6502 -x3634 -x6465 -x3598 -x6428 -x3562 -x6391 -x3526 -x6354 -x3490 -x6317 -x3454 -x6280 -x3418 -x6243 -x3382 -x6206 -x3346 -x6169 -x3310 -x6132 -x3274 -x6095 -x3238 -x6058 -x3202 -x6021 -x3166 -x5984 -x3130 -x5947 -x3094 -x5910 -x3058 -x5873 -x3022 -x5836 -x2986 -x5799 -x2357 -x2320 -x2283 -x2246 -x2209 -x2172 -x2135 -x2098 -x2061 -x2024 -x1987 -x1950 -x1913 -x1876 -x1839 -x1802 -x1765 -x1728 -x1691 -x1654 -x1617 -x1580 -x1543 -x8057 -x5148 -x8020 -x5112 -x7983 -x5076 -x7946 -x5040 -x7909 -x5004 -x7872 -x4968 -x7835 -x4932 -x7798 -x4896 -x7761 -x4860 -x7724 -x4824 -x7687 -x4788 -x7650 -x4752 -x7613 -x4716 -x7576 -x4680 -x7539 -x4644 -x7502 -x4608 -x7465 -x4572 -x7428 -x4536 -x7391 -x4500 -x7354 -x4464 -x7317 -x4428 -x7280 -x4392 -x7243 -x951 -x24 -x914 -x877 -x840 -x803 -x766 -x729 -x692 -x655 -x618 -x581 -x544 -x507 -x470 -x433 -x396 -x359 -x322 -x285 -x248 -x211 -x174 -x137 -x100 -x62 -x6651 -x3779 -x6614 -x3743 -x6577 -x3707 -x6540 -x3671 -x6503 -x3635 -x6466 -x3599 -x6429 -x3563 -x6392 -x3527 -x6355 -x3491 -x6318 -x3455 -x6281 -x3419 -x6244 -x3383 -x6207 -x3347 -x6170 -x3311 -x6133 -x3275 -x6096 -x3239 -x6059 -x3203 -x6022 -x3167 -x5985 -x3131 -x5948 -x3095 -x5911 -x3059 -x5874 -x3023 -x5837 -x2987 -x5800 -x2395 -x2358 -x2321 -x2284 -x2247 -x2210 -x2173 -x2136 -x2099 -x2062 -x2025 -x1988 -x1951 -x1914 -x1877 -x1840 -x1803 -x1766 -x1729 -x1692 -x1655 -x1618 -x1581 -x1544 -x8095 -x5185 -x8058 -x5149 -x8021 -x5113 -x7984 -x5077 -x7947 -x5041 -x7910 -x5005 -x7873 -x4969 -x7836 -x4933 -x7799 -x4897 -x7762 -x4861 -x7725 -x4825 -x7688 -x4789 -x7651 -x4753 -x7614 -x4717 -x7577 -x4681 -x7540 -x4645 -x7503 -x4609 -x7466 -x4573 -x7429 -x4537 -x7392 -x4501 -x7355 -x4465 -x7318 -x4429 -x7281 -x4393 -x7244 -x989 -x25 -x952 -x915 -x878 -x841 -x804 -x767 -x730 -x693 -x656 -x619 -x582 -x545 -x508 -x471 -x434 -x397 -x360 -x323 -x286 -x249 -x212 -x175 -x138 -x101 -x63 -x6689 -x3816 -x6652 -x3780 -x6615 -x3744 -x6578 -x3708 -x6541 -x3672 -x6504 -x3636 -x6467 -x3600 -x6430 -x3564 -x6393 -x3528 -x6356 -x3492 -x6319 -x3456 -x6282 -x3420 -x6245 -x3384 -x6208 -x3348 -x6171 -x3312 -x6134 -x3276 -x6097 -x3240 -x6060 -x3204 -x6023 -x3168 -x5986 -x3132 -x5949 -x3096 -x5912 -x3060 -x5875 -x3024 -x5838 -x2988 -x5801 -x2433 -x2396 -x2359 -x2322 -x2285 -x2248 -x2211 -x2174 -x2137 -x2100 -x2063 -x2026 -x1989 -x1952 -x1915 -x1878 -x1841 -x1804 -x1767 -x1730 -x1693 -x1656 -x1619 -x1582 -x1545 -x8133 -x5222 -x8096 -x5186 -x8059 -x5150 -x8022 -x5114 -x7985 -x5078 -x7948 -x5042 -x7911 -x5006 -x7874 -x4970 -x7837 -x4934 -x7800 -x4898 -x7763 -x4862 -x7726 -x4826 -x7689 -x4790 -x7652 -x4754 -x7615 -x4718 -x7578 -x4682 -x7541 -x4646 -x7504 -x4610 -x7467 -x4574 -x7430 -x4538 -x7393 -x4502 -x7356 -x4466 -x7319 -x4430 -x7282 -x4394 -x7245 -x1027 -x26 -x990 -x953 -x916 -x879 -x842 -x805 -x768 -x731 -x694 -x657 -x620 -x583 -x546 -x509 -x472 -x435 -x398 -x361 -x324 -x287 -x250 -x213 -x176 -x139 -x102 -x64 -x6727 -x3853 -x6690 -x3817 -x6653 -x3781 -x6616 -x3745 -x6579 -x3709 -x6542 -x3673 -x6505 -x3637 -x6468 -x3601 -x6431 -x3565 -x6394 -x3529 -x6357 -x3493 -x6320 -x3457 -x6283 -x3421 -x6246 -x3385 -x6209 -x3349 -x6172 -x3313 -x6135 -x3277 -x6098 -x3241 -x6061 -x3205 -x6024 -x3169 -x5987 -x3133 -x5950 -x3097 -x5913 -x3061 -x5876 -x3025 -x5839 -x2989 -x5802 -x2471 -x2434 -x2397 -x2360 -x2323 -x2286 -x2249 -x2212 -x2175 -x2138 -x2101 -x2064 -x2027 -x1990 -x1953 -x1916 -x1879 -x1842 -x1805 -x1768 -x1731 -x1694 -x1657 -x1620 -x1583 -x1546 -x8171 -x5259 -x8134 -x5223 -x8097 -x5187 -x8060 -x5151 -x8023 -x5115 -x7986 -x5079 -x7949 -x5043 -x7912 -x5007 -x7875 -x4971 -x7838 -x4935 -x7801 -x4899 -x7764 -x4863 -x7727 -x4827 -x7690 -x4791 -x7653 -x4755 -x7616 -x4719 -x7579 -x4683 -x7542 -x4647 -x7505 -x4611 -x7468 -x4575 -x7431 -x4539 -x7394 -x4503 -x7357 -x4467 -x7320 -x4431 -x7283 -x4395 -x7246 -x1065 -x27 -x1028 -x991 -x954 -x917 -x880 -x843 -x806 -x769 -x732 -x695 -x658 -x621 -x584 -x547 -x510 -x473 -x436 -x399 -x362 -x325 -x288 -x251 -x214 -x177 -x140 -x103 -x65 -x6765 -x3890 -x6728 -x3854 -x6691 -x3818 -x6654 -x3782 -x6617 -x3746 -x6580 -x3710 -x6543 -x3674 -x6506 -x3638 -x6469 -x3602 -x6432 -x3566 -x6395 -x3530 -x6358 -x3494 -x6321 -x3458 -x6284 -x3422 -x6247 -x3386 -x6210 -x3350 -x6173 -x3314 -x6136 -x3278 -x6099 -x3242 -x6062 -x3206 -x6025 -x3170 -x5988 -x3134 -x5951 -x3098 -x5914 -x3062 -x5877 -x3026 -x5840 -x2990 -x5803 -x2509 -x2472 -x2435 -x2398 -x2361 -x2324 -x2287 -x2250 -x2213 -x2176 -x2139 -x2102 -x2065 -x2028 -x1991 -x1954 -x1917 -x1880 -x1843 -x1806 -x1769 -x1732 -x1695 -x1658 -x1621 -x1584 -x1547 -x8209 -x5296 -x8172 -x5260 -x8135 -x5224 -x8098 -x5188 -x8061 -x5152 -x8024 -x5116 -x7987 -x5080 -x7950 -x5044 -x7913 -x5008 -x7876 -x4972 -x7839 -x4936 -x7802 -x4900 -x7765 -x4864 -x7728 -x4828 -x7691 -x4792 -x7654 -x4756 -x7617 -x4720 -x7580 -x4684 -x7543 -x4648 -x7506 -x4612 -x7469 -x4576 -x7432 -x4540 -x7395 -x4504 -x7358 -x4468 -x7321 -x4432 -x7284 -x4396 -x7247 -x1103 -x28 -x1066 -x1029 -x992 -x955 -x918 -x881 -x844 -x807 -x770 -x733 -x696 -x659 -x622 -x585 -x548 -x511 -x474 -x437 -x400 -x363 -x326 -x289 -x252 -x215 -x178 -x141 -x104 -x66 -x6803 -x3927 -x6766 -x3891 -x6729 -x3855 -x6692 -x3819 -x6655 -x3783 -x6618 -x3747 -x6581 -x3711 -x6544 -x3675 -x6507 -x3639 -x6470 -x3603 -x6433 -x3567 -x6396 -x3531 -x6359 -x3495 -x6322 -x3459 -x6285 -x3423 -x6248 -x3387 -x6211 -x3351 -x6174 -x3315 -x6137 -x3279 -x6100 -x3243 -x6063 -x3207 -x6026 -x3171 -x5989 -x3135 -x5952 -x3099 -x5915 -x3063 -x5878 -x3027 -x5841 -x2991 -x5804 -x2547 -x2510 -x2473 -x2436 -x2399 -x2362 -x2325 -x2288 -x2251 -x2214 -x2177 -x2140 -x2103 -x2066 -x2029 -x1992 -x1955 -x1918 -x1881 -x1844 -x1807 -x1770 -x1733 -x1696 -x1659 -x1622 -x1585 -x1548 -x8247 -x5333 -x8210 -x5297 -x8173 -x5261 -x8136 -x5225 -x8099 -x5189 -x8062 -x5153 -x8025 -x5117 -x7988 -x5081 -x7951 -x5045 -x7914 -x5009 -x7877 -x4973 -x7840 -x4937 -x7803 -x4901 -x7766 -x4865 -x7729 -x4829 -x7692 -x4793 -x7655 -x4757 -x7618 -x4721 -x7581 -x4685 -x7544 -x4649 -x7507 -x4613 -x7470 -x4577 -x7433 -x4541 -x7396 -x4505 -x7359 -x4469 -x7322 -x4433 -x7285 -x4397 -x7248 -x1141 -x29 -x1104 -x1067 -x1030 -x993 -x956 -x919 -x882 -x845 -x808 -x771 -x734 -x697 -x660 -x623 -x586 -x549 -x512 -x475 -x438 -x401 -x364 -x327 -x290 -x253 -x216 -x179 -x142 -x105 -x67 -x6841 -x3964 -x6804 -x3928 -x6767 -x3892 -x6730 -x3856 -x6693 -x3820 -x6656 -x3784 -x6619 -x3748 -x6582 -x3712 -x6545 -x3676 -x6508 -x3640 -x6471 -x3604 -x6434 -x3568 -x6397 -x3532 -x6360 -x3496 -x6323 -x3460 -x6286 -x3424 -x6249 -x3388 -x6212 -x3352 -x6175 -x3316 -x6138 -x3280 -x6101 -x3244 -x6064 -x3208 -x6027 -x3172 -x5990 -x3136 -x5953 -x3100 -x5916 -x3064 -x5879 -x3028 -x5842 -x2992 -x5805 -x2585 -x2548 -x2511 -x2474 -x2437 -x2400 -x2363 -x2326 -x2289 -x2252 -x2215 -x2178 -x2141 -x2104 -x2067 -x2030 -x1993 -x1956 -x1919 -x1882 -x1845 -x1808 -x1771 -x1734 -x1697 -x1660 -x1623 -x1586 -x1549 -x8285 -x5370 -x8248 -x5334 -x8211 -x5298 -x8174 -x5262 -x8137 -x5226 -x8100 -x5190 -x8063 -x5154 -x8026 -x5118 -x7989 -x5082 -x7952 -x5046 -x7915 -x5010 -x7878 -x4974 -x7841 -x4938 -x7804 -x4902 -x7767 -x4866 -x7730 -x4830 -x7693 -x4794 -x7656 -x4758 -x7619 -x4722 -x7582 -x4686 -x7545 -x4650 -x7508 -x4614 -x7471 -x4578 -x7434 -x4542 -x7397 -x4506 -x7360 -x4470 -x7323 -x4434 -x7286 -x4398 -x7249 -x1179 -x30 -x1142 -x1105 -x1068 -x1031 -x994 -x957 -x920 -x883 -x846 -x809 -x772 -x735 -x698 -x661 -x624 -x587 -x550 -x513 -x476 -x439 -x402 -x365 -x328 -x291 -x254 -x217 -x180 -x143 -x106 -x68 -x6879 -x4001 -x6842 -x3965 -x6805 -x3929 -x6768 -x3893 -x6731 -x3857 -x6694 -x3821 -x6657 -x3785 -x6620 -x3749 -x6583 -x3713 -x6546 -x3677 -x6509 -x3641 -x6472 -x3605 -x6435 -x3569 -x6398 -x3533 -x6361 -x3497 -x6324 -x3461 -x6287 -x3425 -x6250 -x3389 -x6213 -x3353 -x6176 -x3317 -x6139 -x3281 -x6102 -x3245 -x6065 -x3209 -x6028 -x3173 -x5991 -x3137 -x5954 -x3101 -x5917 -x3065 -x5880 -x3029 -x5843 -x2993 -x5806 -x2623 -x2586 -x2549 -x2512 -x2475 -x2438 -x2401 -x2364 -x2327 -x2290 -x2253 -x2216 -x2179 -x2142 -x2105 -x2068 -x2031 -x1994 -x1957 -x1920 -x1883 -x1846 -x1809 -x1772 -x1735 -x1698 -x1661 -x1624 -x1587 -x1550 -x8323 -x5407 -x8286 -x5371 -x8249 -x5335 -x8212 -x5299 -x8175 -x5263 -x8138 -x5227 -x8101 -x5191 -x8064 -x5155 -x8027 -x5119 -x7990 -x5083 -x7953 -x5047 -x7916 -x5011 -x7879 -x4975 -x7842 -x4939 -x7805 -x4903 -x7768 -x4867 -x7731 -x4831 -x7694 -x4795 -x7657 -x4759 -x7620 -x4723 -x7583 -x4687 -x7546 -x4651 -x7509 -x4615 -x7472 -x4579 -x7435 -x4543 -x7398 -x4507 -x7361 -x4471 -x7324 -x4435 -x7287 -x4399 -x7250 -x1217 -x31 -x1180 -x1143 -x1106 -x1069 -x1032 -x995 -x958 -x921 -x884 -x847 -x810 -x773 -x736 -x699 -x662 -x625 -x588 -x551 -x514 -x477 -x440 -x403 -x366 -x329 -x292 -x255 -x218 -x181 -x144 -x107 -x69 -x6917 -x4038 -x6880 -x4002 -x6843 -x3966 -x6806 -x3930 -x6769 -x3894 -x6732 -x3858 -x6695 -x3822 -x6658 -x3786 -x6621 -x3750 -x6584 -x3714 -x6547 -x3678 -x6510 -x3642 -x6473 -x3606 -x6436 -x3570 -x6399 -x3534 -x6362 -x3498 -x6325 -x3462 -x6288 -x3426 -x6251 -x3390 -x6214 -x3354 -x6177 -x3318 -x6140 -x3282 -x6103 -x3246 -x6066 -x3210 -x6029 -x3174 -x5992 -x3138 -x5955 -x3102 -x5918 -x3066 -x5881 -x3030 -x5844 -x2994 -x5807 -x2661 -x2624 -x2587 -x2550 -x2513 -x2476 -x2439 -x2402 -x2365 -x2328 -x2291 -x2254 -x2217 -x2180 -x2143 -x2106 -x2069 -x2032 -x1995 -x1958 -x1921 -x1884 -x1847 -x1810 -x1773 -x1736 -x1699 -x1662 -x1625 -x1588 -x1551 -x8361 -x5444 -x8324 -x5408 -x8287 -x5372 -x8250 -x5336 -x8213 -x5300 -x8176 -x5264 -x8139 -x5228 -x8102 -x5192 -x8065 -x5156 -x8028 -x5120 -x7991 -x5084 -x7954 -x5048 -x7917 -x5012 -x7880 -x4976 -x7843 -x4940 -x7806 -x4904 -x7769 -x4868 -x7732 -x4832 -x7695 -x4796 -x7658 -x4760 -x7621 -x4724 -x7584 -x4688 -x7547 -x4652 -x7510 -x4616 -x7473 -x4580 -x7436 -x4544 -x7399 -x4508 -x7362 -x4472 -x7325 -x4436 -x7288 -x4400 -x7251 -x1255 -x32 -x1218 -x1181 -x1144 -x1107 -x1070 -x1033 -x996 -x959 -x922 -x885 -x848 -x811 -x774 -x737 -x700 -x663 -x626 -x589 -x552 -x515 -x478 -x441 -x404 -x367 -x330 -x293 -x256 -x219 -x182 -x145 -x108 -x70 -x6955 -x4075 -x6918 -x4039 -x6881 -x4003 -x6844 -x3967 -x6807 -x3931 -x6770 -x3895 -x6733 -x3859 -x6696 -x3823 -x6659 -x3787 -x6622 -x3751 -x6585 -x3715 -x6548 -x3679 -x6511 -x3643 -x6474 -x3607 -x6437 -x3571 -x6400 -x3535 -x6363 -x3499 -x6326 -x3463 -x6289 -x3427 -x6252 -x3391 -x6215 -x3355 -x6178 -x3319 -x6141 -x3283 -x6104 -x3247 -x6067 -x3211 -x6030 -x3175 -x5993 -x3139 -x5956 -x3103 -x5919 -x3067 -x5882 -x3031 -x5845 -x2995 -x5808 -x2699 -x2662 -x2625 -x2588 -x2551 -x2514 -x2477 -x2440 -x2403 -x2366 -x2329 -x2292 -x2255 -x2218 -x2181 -x2144 -x2107 -x2070 -x2033 -x1996 -x1959 -x1922 -x1885 -x1848 -x1811 -x1774 -x1737 -x1700 -x1663 -x1626 -x1589 -x1552 -x8399 -x5481 -x8362 -x5445 -x8325 -x5409 -x8288 -x5373 -x8251 -x5337 -x8214 -x5301 -x8177 -x5265 -x8140 -x5229 -x8103 -x5193 -x8066 -x5157 -x8029 -x5121 -x7992 -x5085 -x7955 -x5049 -x7918 -x5013 -x7881 -x4977 -x7844 -x4941 -x7807 -x4905 -x7770 -x4869 -x7733 -x4833 -x7696 -x4797 -x7659 -x4761 -x7622 -x4725 -x7585 -x4689 -x7548 -x4653 -x7511 -x4617 -x7474 -x4581 -x7437 -x4545 -x7400 -x4509 -x7363 -x4473 -x7326 -x4437 -x7289 -x4401 -x7252 -x1293 -x33 -x1256 -x1219 -x1182 -x1145 -x1108 -x1071 -x1034 -x997 -x960 -x923 -x886 -x849 -x812 -x775 -x738 -x701 -x664 -x627 -x590 -x553 -x516 -x479 -x442 -x405 -x368 -x331 -x294 -x257 -x220 -x183 -x146 -x109 -x71 -x6993 -x4112 -x6956 -x4076 -x6919 -x4040 -x6882 -x4004 -x6845 -x3968 -x6808 -x3932 -x6771 -x3896 -x6734 -x3860 -x6697 -x3824 -x6660 -x3788 -x6623 -x3752 -x6586 -x3716 -x6549 -x3680 -x6512 -x3644 -x6475 -x3608 -x6438 -x3572 -x6401 -x3536 -x6364 -x3500 -x6327 -x3464 -x6290 -x3428 -x6253 -x3392 -x6216 -x3356 -x6179 -x3320 -x6142 -x3284 -x6105 -x3248 -x6068 -x3212 -x6031 -x3176 -x5994 -x3140 -x5957 -x3104 -x5920 -x3068 -x5883 -x3032 -x5846 -x2996 -x5809 -x2737 -x2700 -x2663 -x2626 -x2589 -x2552 -x2515 -x2478 -x2441 -x2404 -x2367 -x2330 -x2293 -x2256 -x2219 -x2182 -x2145 -x2108 -x2071 -x2034 -x1997 -x1960 -x1923 -x1886 -x1849 -x1812 -x1775 -x1738 -x1701 -x1664 -x1627 -x1590 -x1553 -x8437 -x5518 -x8400 -x5482 -x8363 -x5446 -x8326 -x5410 -x8289 -x5374 -x8252 -x5338 -x8215 -x5302 -x8178 -x5266 -x8141 -x5230 -x8104 -x5194 -x8067 -x5158 -x8030 -x5122 -x7993 -x5086 -x7956 -x5050 -x7919 -x5014 -x7882 -x4978 -x7845 -x4942 -x7808 -x4906 -x7771 -x4870 -x7734 -x4834 -x7697 -x4798 -x7660 -x4762 -x7623 -x4726 -x7586 -x4690 -x7549 -x4654 -x7512 -x4618 -x7475 -x4582 -x7438 -x4546 -x7401 -x4510 -x7364 -x4474 -x7327 -x4438 -x7290 -x4402 -x7253 -x1331 -x34 -x1294 -x1257 -x1220 -x1183 -x1146 -x1109 -x1072 -x1035 -x998 -x961 -x924 -x887 -x850 -x813 -x776 -x739 -x702 -x665 -x628 -x591 -x554 -x517 -x480 -x443 -x406 -x369 -x332 -x295 -x258 -x221 -x184 -x147 -x110 -x72 -x7031 -x4149 -x6994 -x4113 -x6957 -x4077 -x6920 -x4041 -x6883 -x4005 -x6846 -x3969 -x6809 -x3933 -x6772 -x3897 -x6735 -x3861 -x6698 -x3825 -x6661 -x3789 -x6624 -x3753 -x6587 -x3717 -x6550 -x3681 -x6513 -x3645 -x6476 -x3609 -x6439 -x3573 -x6402 -x3537 -x6365 -x3501 -x6328 -x3465 -x6291 -x3429 -x6254 -x3393 -x6217 -x3357 -x6180 -x3321 -x6143 -x3285 -x6106 -x3249 -x6069 -x3213 -x6032 -x3177 -x5995 -x3141 -x5958 -x3105 -x5921 -x3069 -x5884 -x3033 -x5847 -x2997 -x5810 -x2775 -x2738 -x2701 -x2664 -x2627 -x2590 -x2553 -x2516 -x2479 -x2442 -x2405 -x2368 -x2331 -x2294 -x2257 -x2220 -x2183 -x2146 -x2109 -x2072 -x2035 -x1998 -x1961 -x1924 -x1887 -x1850 -x1813 -x1776 -x1739 -x1702 -x1665 -x1628 -x1591 -x1554 -x8475 -x5555 -x8438 -x5519 -x8401 -x5483 -x8364 -x5447 -x8327 -x5411 -x8290 -x5375 -x8253 -x5339 -x8216 -x5303 -x8179 -x5267 -x8142 -x5231 -x8105 -x5195 -x8068 -x5159 -x8031 -x5123 -x7994 -x5087 -x7957 -x5051 -x7920 -x5015 -x7883 -x4979 -x7846 -x4943 -x7809 -x4907 -x7772 -x4871 -x7735 -x4835 -x7698 -x4799 -x7661 -x4763 -x7624 -x4727 -x7587 -x4691 -x7550 -x4655 -x7513 -x4619 -x7476 -x4583 -x7439 -x4547 -x7402 -x4511 -x7365 -x4475 -x7328 -x4439 -x7291 -x4403 -x7254 -x1369 -x35 -x1332 -x1295 -x1258 -x1221 -x1184 -x1147 -x1110 -x1073 -x1036 -x999 -x962 -x925 -x888 -x851 -x814 -x777 -x740 -x703 -x666 -x629 -x592 -x555 -x518 -x481 -x444 -x407 -x370 -x333 -x296 -x259 -x222 -x185 -x148 -x111 -x73 -x7069 -x4186 -x7032 -x4150 -x6995 -x4114 -x6958 -x4078 -x6921 -x4042 -x6884 -x4006 -x6847 -x3970 -x6810 -x3934 -x6773 -x3898 -x6736 -x3862 -x6699 -x3826 -x6662 -x3790 -x6625 -x3754 -x6588 -x3718 -x6551 -x3682 -x6514 -x3646 -x6477 -x3610 -x6440 -x3574 -x6403 -x3538 -x6366 -x3502 -x6329 -x3466 -x6292 -x3430 -x6255 -x3394 -x6218 -x3358 -x6181 -x3322 -x6144 -x3286 -x6107 -x3250 -x6070 -x3214 -x6033 -x3178 -x5996 -x3142 -x5959 -x3106 -x5922 -x3070 -x5885 -x3034 -x5848 -x2998 -x5811 -x2813 -x2776 -x2739 -x2702 -x2665 -x2628 -x2591 -x2554 -x2517 -x2480 -x2443 -x2406 -x2369 -x2332 -x2295 -x2258 -x2221 -x2184 -x2147 -x2110 -x2073 -x2036 -x1999 -x1962 -x1925 -x1888 -x1851 -x1814 -x1777 -x1740 -x1703 -x1666 -x1629 -x1592 -x1555 -x8513 -x5592 -x8476 -x5556 -x8439 -x5520 -x8402 -x5484 -x8365 -x5448 -x8328 -x5412 -x8291 -x5376 -x8254 -x5340 -x8217 -x5304 -x8180 -x5268 -x8143 -x5232 -x8106 -x5196 -x8069 -x5160 -x8032 -x5124 -x7995 -x5088 -x7958 -x5052 -x7921 -x5016 -x7884 -x4980 -x7847 -x4944 -x7810 -x4908 -x7773 -x4872 -x7736 -x4836 -x7699 -x4800 -x7662 -x4764 -x7625 -x4728 -x7588 -x4692 -x7551 -x4656 -x7514 -x4620 -x7477 -x4584 -x7440 -x4548 -x7403 -x4512 -x7366 -x4476 -x7329 -x4440 -x7292 -x4404 -x7255 -x1407 -x36 -x1370 -x1333 -x1296 -x1259 -x1222 -x1185 -x1148 -x1111 -x1074 -x1037 -x1000 -x963 -x926 -x889 -x852 -x815 -x778 -x741 -x704 -x667 -x630 -x593 -x556 -x519 -x482 -x445 -x408 -x371 -x334 -x297 -x260 -x223 -x186 -x149 -x112 -x74 -x7107 -x4223 -x7070 -x4187 -x7033 -x4151 -x6996 -x4115 -x6959 -x4079 -x6922 -x4043 -x6885 -x4007 -x6848 -x3971 -x6811 -x3935 -x6774 -x3899 -x6737 -x3863 -x6700 -x3827 -x6663 -x3791 -x6626 -x3755 -x6589 -x3719 -x6552 -x3683 -x6515 -x3647 -x6478 -x3611 -x6441 -x3575 -x6404 -x3539 -x6367 -x3503 -x6330 -x3467 -x6293 -x3431 -x6256 -x3395 -x6219 -x3359 -x6182 -x3323 -x6145 -x3287 -x6108 -x3251 -x6071 -x3215 -x6034 -x3179 -x5997 -x3143 -x5960 -x3107 -x5923 -x3071 -x5886 -x3035 -x5849 -x2999 -x5812 -x2851 -x2814 -x2777 -x2740 -x2703 -x2666 -x2629 -x2592 -x2555 -x2518 -x2481 -x2444 -x2407 -x2370 -x2333 -x2296 -x2259 -x2222 -x2185 -x2148 -x2111 -x2074 -x2037 -x2000 -x1963 -x1926 -x1889 -x1852 -x1815 -x1778 -x1741 -x1704 -x1667 -x1630 -x1593 -x1556 -x8551 -x5629 -x8514 -x5593 -x8477 -x5557 -x8440 -x5521 -x8403 -x5485 -x8366 -x5449 -x8329 -x5413 -x8292 -x5377 -x8255 -x5341 -x8218 -x5305 -x8181 -x5269 -x8144 -x5233 -x8107 -x5197 -x8070 -x5161 -x8033 -x5125 -x7996 -x5089 -x7959 -x5053 -x7922 -x5017 -x7885 -x4981 -x7848 -x4945 -x7811 -x4909 -x7774 -x4873 -x7737 -x4837 -x7700 -x4801 -x7663 -x4765 -x7626 -x4729 -x7589 -x4693 -x7552 -x4657 -x7515 -x4621 -x7478 -x4585 -x7441 -x4549 -x7404 -x4513 -x7367 -x4477 -x7330 -x4441 -x7293 -x4405 -x7256 -x1445 -x37 -x1408 -x1371 -x1334 -x1297 -x1260 -x1223 -x1186 -x1149 -x1112 -x1075 -x1038 -x1001 -x964 -x927 -x890 -x853 -x816 -x779 -x742 -x705 -x668 -x631 -x594 -x557 -x520 -x483 -x446 -x409 -x372 -x335 -x298 -x261 -x224 -x187 -x150 -x113 -x75 -x7145 -x4260 -x7108 -x4224 -x7071 -x4188 -x7034 -x4152 -x6997 -x4116 -x6960 -x4080 -x6923 -x4044 -x6886 -x4008 -x6849 -x3972 -x6812 -x3936 -x6775 -x3900 -x6738 -x3864 -x6701 -x3828 -x6664 -x3792 -x6627 -x3756 -x6590 -x3720 -x6553 -x3684 -x6516 -x3648 -x6479 -x3612 -x6442 -x3576 -x6405 -x3540 -x6368 -x3504 -x6331 -x3468 -x6294 -x3432 -x6257 -x3396 -x6220 -x3360 -x6183 -x3324 -x6146 -x3288 -x6109 -x3252 -x6072 -x3216 -x6035 -x3180 -x5998 -x3144 -x5961 -x3108 -x5924 -x3072 -x5887 -x3036 -x5850 -x3000 -x5813 -x2889 -x2852 -x2815 -x2778 -x2741 -x2704 -x2667 -x2630 -x2593 -x2556 -x2519 -x2482 -x2445 -x2408 -x2371 -x2334 -x2297 -x2260 -x2223 -x2186 -x2149 -x2112 -x2075 -x2038 -x2001 -x1964 -x1927 -x1890 -x1853 -x1816 -x1779 -x1742 -x1705 -x1668 -x1631 -x1594 -x1557 -x8589 -x5666 -x8552 -x5630 -x8515 -x5594 -x8478 -x5558 -x8441 -x5522 -x8404 -x5486 -x8367 -x5450 -x8330 -x5414 -x8293 -x5378 -x8256 -x5342 -x8219 -x5306 -x8182 -x5270 -x8145 -x5234 -x8108 -x5198 -x8071 -x5162 -x8034 -x5126 -x7997 -x5090 -x7960 -x5054 -x7923 -x5018 -x7886 -x4982 -x7849 -x4946 -x7812 -x4910 -x7775 -x4874 -x7738 -x4838 -x7701 -x4802 -x7664 -x4766 -x7627 -x4730 -x7590 -x4694 -x7553 -x4658 -x7516 -x4622 -x7479 -x4586 -x7442 -x4550 -x7405 -x4514 -x7368 -x4478 -x7331 -x4442 -x7294 -x4406 -x7257 -x1483 -x38 -x1446 -x1409 -x1372 -x1335 -x1298 -x1261 -x1224 -x1187 -x1150 -x1113 -x1076 -x1039 -x1002 -x965 -x928 -x891 -x854 -x817 -x780 -x743 -x706 -x669 -x632 -x595 -x558 -x521 -x484 -x447 -x410 -x373 -x336 -x299 -x262 -x225 -x188 -x151 -x114 -x76 -x7183 -x4297 -x7146 -x4261 -x7109 -x4225 -x7072 -x4189 -x7035 -x4153 -x6998 -x4117 -x6961 -x4081 -x6924 -x4045 -x6887 -x4009 -x6850 -x3973 -x6813 -x3937 -x6776 -x3901 -x6739 -x3865 -x6702 -x3829 -x6665 -x3793 -x6628 -x3757 -x6591 -x3721 -x6554 -x3685 -x6517 -x3649 -x6480 -x3613 -x6443 -x3577 -x6406 -x3541 -x6369 -x3505 -x6332 -x3469 -x6295 -x3433 -x6258 -x3397 -x6221 -x3361 -x6184 -x3325 -x6147 -x3289 -x6110 -x3253 -x6073 -x3217 -x6036 -x3181 -x5999 -x3145 -x5962 -x3109 -x5925 -x3073 -x5888 -x3037 -x5851 -x3001 -x5814 -x2927 -x2890 -x2853 -x2816 -x2779 -x2742 -x2705 -x2668 -x2631 -x2594 -x2557 -x2520 -x2483 -x2446 -x2409 -x2372 -x2335 -x2298 -x2261 -x2224 -x2187 -x2150 -x2113 -x2076 -x2039 -x2002 -x1965 -x1928 -x1891 -x1854 -x1817 -x1780 -x1743 -x1706 -x1669 -x1632 -x1595 -x1558 -x8627 -x5703 -x8590 -x5667 -x8553 -x5631 -x8516 -x5595 -x8479 -x5559 -x8442 -x5523 -x8405 -x5487 -x8368 -x5451 -x8331 -x5415 -x8294 -x5379 -x8257 -x5343 -x8220 -x5307 -x8183 -x5271 -x8146 -x5235 -x8109 -x5199 -x8072 -x5163 -x8035 -x5127 -x7998 -x5091 -x7961 -x5055 -x7924 -x5019 -x7887 -x4983 -x7850 -x4947 -x7813 -x4911 -x7776 -x4875 -x7739 -x4839 -x7702 -x4803 -x7665 -x4767 -x7628 -x4731 -x7591 -x4695 -x7554 -x4659 -x7517 -x4623 -x7480 -x4587 -x7443 -x4551 -x7406 -x4515 -x7369 -x4479 -x7332 -x4443 -x7295 -x4407 -x7258 -x1484 -x1447 -x1410 -x1373 -x1336 -x1299 -x1262 -x1225 -x1188 -x1151 -x1114 -x1077 -x1040 -x1003 -x966 -x929 -x892 -x855 -x818 -x781 -x744 -x707 -x670 -x633 -x596 -x559 -x522 -x485 -x448 -x411 -x374 -x337 -x300 -x263 -x226 -x189 -x152 -x4334 -x7184 -x4298 -x7147 -x4262 -x7110 -x4226 -x7073 -x4190 -x7036 -x4154 -x6999 -x4118 -x6962 -x4082 -x6925 -x4046 -x6888 -x4010 -x6851 -x3974 -x6814 -x3938 -x6777 -x3902 -x6740 -x3866 -x6703 -x3830 -x6666 -x3794 -x6629 -x3758 -x6592 -x3722 -x6555 -x3686 -x6518 -x3650 -x6481 -x3614 -x6444 -x3578 -x6407 -x3542 -x6370 -x3506 -x6333 -x3470 -x6296 -x3434 -x6259 -x3398 -x6222 -x3362 -x6185 -x3326 -x6148 -x3290 -x6111 -x3254 -x6074 -x3218 -x6037 -x3182 -x6000 -x3146 -x5963 -x3110 -x5926 -x3074 -x5889 -x3038 -x5852 -x2928 -x2891 -x2854 -x2817 -x2780 -x2743 -x2706 -x2669 -x2632 -x2595 -x2558 -x2521 -x2484 -x2447 -x2410 -x2373 -x2336 -x2299 -x2262 -x2225 -x2188 -x2151 -x2114 -x2077 -x2040 -x2003 -x1966 -x1929 -x1892 -x1855 -x1818 -x1781 -x1744 -x1707 -x1670 -x1633 -x1596 -x5740 -x8628 -x5704 -x8591 -x5668 -x8554 -x5632 -x8517 -x5596 -x8480 -x5560 -x8443 -x5524 -x8406 -x5488 -x8369 -x5452 -x8332 -x5416 -x8295 -x5380 -x8258 -x5344 -x8221 -x5308 -x8184 -x5272 -x8147 -x5236 -x8110 -x5200 -x8073 -x5164 -x8036 -x5128 -x7999 -x5092 -x7962 -x5056 -x7925 -x5020 -x7888 -x4984 -x7851 -x4948 -x7814 -x4912 -x7777 -x4876 -x7740 -x4840 -x7703 -x4804 -x7666 -x4768 -x7629 -x4732 -x7592 -x4696 -x7555 -x4660 -x7518 -x4624 -x7481 -x4588 -x7444 -x4552 -x7407 -x4516 -x7370 -x4480 -x7333 -x4444 -x7296 -x1485 -x1448 -x1411 -x1374 -x1337 -x1300 -x1263 -x1226 -x1189 -x1152 -x1115 -x1078 -x1041 -x1004 -x967 -x930 -x893 -x856 -x819 -x782 -x745 -x708 -x671 -x634 -x597 -x560 -x523 -x486 -x449 -x412 -x375 -x338 -x301 -x264 -x227 -x190 -x4335 -x7185 -x4299 -x7148 -x4263 -x7111 -x4227 -x7074 -x4191 -x7037 -x4155 -x7000 -x4119 -x6963 -x4083 -x6926 -x4047 -x6889 -x4011 -x6852 -x3975 -x6815 -x3939 -x6778 -x3903 -x6741 -x3867 -x6704 -x3831 -x6667 -x3795 -x6630 -x3759 -x6593 -x3723 -x6556 -x3687 -x6519 -x3651 -x6482 -x3615 -x6445 -x3579 -x6408 -x3543 -x6371 -x3507 -x6334 -x3471 -x6297 -x3435 -x6260 -x3399 -x6223 -x3363 -x6186 -x3327 -x6149 -x3291 -x6112 -x3255 -x6075 -x3219 -x6038 -x3183 -x6001 -x3147 -x5964 -x3111 -x5927 -x3075 -x5890 -x2929 -x2892 -x2855 -x2818 -x2781 -x2744 -x2707 -x2670 -x2633 -x2596 -x2559 -x2522 -x2485 -x2448 -x2411 -x2374 -x2337 -x2300 -x2263 -x2226 -x2189 -x2152 -x2115 -x2078 -x2041 -x2004 -x1967 -x1930 -x1893 -x1856 -x1819 -x1782 -x1745 -x1708 -x1671 -x1634 -x5741 -x8629 -x5705 -x8592 -x5669 -x8555 -x5633 -x8518 -x5597 -x8481 -x5561 -x8444 -x5525 -x8407 -x5489 -x8370 -x5453 -x8333 -x5417 -x8296 -x5381 -x8259 -x5345 -x8222 -x5309 -x8185 -x5273 -x8148 -x5237 -x8111 -x5201 -x8074 -x5165 -x8037 -x5129 -x8000 -x5093 -x7963 -x5057 -x7926 -x5021 -x7889 -x4985 -x7852 -x4949 -x7815 -x4913 -x7778 -x4877 -x7741 -x4841 -x7704 -x4805 -x7667 -x4769 -x7630 -x4733 -x7593 -x4697 -x7556 -x4661 -x7519 -x4625 -x7482 -x4589 -x7445 -x4553 -x7408 -x4517 -x7371 -x4481 -x7334 -x1486 -x1449 -x1412 -x1375 -x1338 -x1301 -x1264 -x1227 -x1190 -x1153 -x1116 -x1079 -x1042 -x1005 -x968 -x931 -x894 -x857 -x820 -x783 -x746 -x709 -x672 -x635 -x598 -x561 -x524 -x487 -x450 -x413 -x376 -x339 -x302 -x265 -x228 -x4336 -x7186 -x4300 -x7149 -x4264 -x7112 -x4228 -x7075 -x4192 -x7038 -x4156 -x7001 -x4120 -x6964 -x4084 -x6927 -x4048 -x6890 -x4012 -x6853 -x3976 -x6816 -x3940 -x6779 -x3904 -x6742 -x3868 -x6705 -x3832 -x6668 -x3796 -x6631 -x3760 -x6594 -x3724 -x6557 -x3688 -x6520 -x3652 -x6483 -x3616 -x6446 -x3580 -x6409 -x3544 -x6372 -x3508 -x6335 -x3472 -x6298 -x3436 -x6261 -x3400 -x6224 -x3364 -x6187 -x3328 -x6150 -x3292 -x6113 -x3256 -x6076 -x3220 -x6039 -x3184 -x6002 -x3148 -x5965 -x3112 -x5928 -x2930 -x2893 -x2856 -x2819 -x2782 -x2745 -x2708 -x2671 -x2634 -x2597 -x2560 -x2523 -x2486 -x2449 -x2412 -x2375 -x2338 -x2301 -x2264 -x2227 -x2190 -x2153 -x2116 -x2079 -x2042 -x2005 -x1968 -x1931 -x1894 -x1857 -x1820 -x1783 -x1746 -x1709 -x1672 -x5742 -x8630 -x5706 -x8593 -x5670 -x8556 -x5634 -x8519 -x5598 -x8482 -x5562 -x8445 -x5526 -x8408 -x5490 -x8371 -x5454 -x8334 -x5418 -x8297 -x5382 -x8260 -x5346 -x8223 -x5310 -x8186 -x5274 -x8149 -x5238 -x8112 -x5202 -x8075 -x5166 -x8038 -x5130 -x8001 -x5094 -x7964 -x5058 -x7927 -x5022 -x7890 -x4986 -x7853 -x4950 -x7816 -x4914 -x7779 -x4878 -x7742 -x4842 -x7705 -x4806 -x7668 -x4770 -x7631 -x4734 -x7594 -x4698 -x7557 -x4662 -x7520 -x4626 -x7483 -x4590 -x7446 -x4554 -x7409 -x4518 -x7372 -x1487 -x1450 -x1413 -x1376 -x1339 -x1302 -x1265 -x1228 -x1191 -x1154 -x1117 -x1080 -x1043 -x1006 -x969 -x932 -x895 -x858 -x821 -x784 -x747 -x710 -x673 -x636 -x599 -x562 -x525 -x488 -x451 -x414 -x377 -x340 -x303 -x266 -x4337 -x7187 -x4301 -x7150 -x4265 -x7113 -x4229 -x7076 -x4193 -x7039 -x4157 -x7002 -x4121 -x6965 -x4085 -x6928 -x4049 -x6891 -x4013 -x6854 -x3977 -x6817 -x3941 -x6780 -x3905 -x6743 -x3869 -x6706 -x3833 -x6669 -x3797 -x6632 -x3761 -x6595 -x3725 -x6558 -x3689 -x6521 -x3653 -x6484 -x3617 -x6447 -x3581 -x6410 -x3545 -x6373 -x3509 -x6336 -x3473 -x6299 -x3437 -x6262 -x3401 -x6225 -x3365 -x6188 -x3329 -x6151 -x3293 -x6114 -x3257 -x6077 -x3221 -x6040 -x3185 -x6003 -x3149 -x5966 -x2931 -x2894 -x2857 -x2820 -x2783 -x2746 -x2709 -x2672 -x2635 -x2598 -x2561 -x2524 -x2487 -x2450 -x2413 -x2376 -x2339 -x2302 -x2265 -x2228 -x2191 -x2154 -x2117 -x2080 -x2043 -x2006 -x1969 -x1932 -x1895 -x1858 -x1821 -x1784 -x1747 -x1710 -x5743 -x8631 -x5707 -x8594 -x5671 -x8557 -x5635 -x8520 -x5599 -x8483 -x5563 -x8446 -x5527 -x8409 -x5491 -x8372 -x5455 -x8335 -x5419 -x8298 -x5383 -x8261 -x5347 -x8224 -x5311 -x8187 -x5275 -x8150 -x5239 -x8113 -x5203 -x8076 -x5167 -x8039 -x5131 -x8002 -x5095 -x7965 -x5059 -x7928 -x5023 -x7891 -x4987 -x7854 -x4951 -x7817 -x4915 -x7780 -x4879 -x7743 -x4843 -x7706 -x4807 -x7669 -x4771 -x7632 -x4735 -x7595 -x4699 -x7558 -x4663 -x7521 -x4627 -x7484 -x4591 -x7447 -x4555 -x7410 -x1488 -x1451 -x1414 -x1377 -x1340 -x1303 -x1266 -x1229 -x1192 -x1155 -x1118 -x1081 -x1044 -x1007 -x970 -x933 -x896 -x859 -x822 -x785 -x748 -x711 -x674 -x637 -x600 -x563 -x526 -x489 -x452 -x415 -x378 -x341 -x304 -x4338 -x7188 -x4302 -x7151 -x4266 -x7114 -x4230 -x7077 -x4194 -x7040 -x4158 -x7003 -x4122 -x6966 -x4086 -x6929 -x4050 -x6892 -x4014 -x6855 -x3978 -x6818 -x3942 -x6781 -x3906 -x6744 -x3870 -x6707 -x3834 -x6670 -x3798 -x6633 -x3762 -x6596 -x3726 -x6559 -x3690 -x6522 -x3654 -x6485 -x3618 -x6448 -x3582 -x6411 -x3546 -x6374 -x3510 -x6337 -x3474 -x6300 -x3438 -x6263 -x3402 -x6226 -x3366 -x6189 -x3330 -x6152 -x3294 -x6115 -x3258 -x6078 -x3222 -x6041 -x3186 -x6004 -x2932 -x2895 -x2858 -x2821 -x2784 -x2747 -x2710 -x2673 -x2636 -x2599 -x2562 -x2525 -x2488 -x2451 -x2414 -x2377 -x2340 -x2303 -x2266 -x2229 -x2192 -x2155 -x2118 -x2081 -x2044 -x2007 -x1970 -x1933 -x1896 -x1859 -x1822 -x1785 -x1748 -x5744 -x8632 -x5708 -x8595 -x5672 -x8558 -x5636 -x8521 -x5600 -x8484 -x5564 -x8447 -x5528 -x8410 -x5492 -x8373 -x5456 -x8336 -x5420 -x8299 -x5384 -x8262 -x5348 -x8225 -x5312 -x8188 -x5276 -x8151 -x5240 -x8114 -x5204 -x8077 -x5168 -x8040 -x5132 -x8003 -x5096 -x7966 -x5060 -x7929 -x5024 -x7892 -x4988 -x7855 -x4952 -x7818 -x4916 -x7781 -x4880 -x7744 -x4844 -x7707 -x4808 -x7670 -x4772 -x7633 -x4736 -x7596 -x4700 -x7559 -x4664 -x7522 -x4628 -x7485 -x4592 -x7448 -x1489 -x1452 -x1415 -x1378 -x1341 -x1304 -x1267 -x1230 -x1193 -x1156 -x1119 -x1082 -x1045 -x1008 -x971 -x934 -x897 -x860 -x823 -x786 -x749 -x712 -x675 -x638 -x601 -x564 -x527 -x490 -x453 -x416 -x379 -x342 -x4339 -x7189 -x4303 -x7152 -x4267 -x7115 -x4231 -x7078 -x4195 -x7041 -x4159 -x7004 -x4123 -x6967 -x4087 -x6930 -x4051 -x6893 -x4015 -x6856 -x3979 -x6819 -x3943 -x6782 -x3907 -x6745 -x3871 -x6708 -x3835 -x6671 -x3799 -x6634 -x3763 -x6597 -x3727 -x6560 -x3691 -x6523 -x3655 -x6486 -x3619 -x6449 -x3583 -x6412 -x3547 -x6375 -x3511 -x6338 -x3475 -x6301 -x3439 -x6264 -x3403 -x6227 -x3367 -x6190 -x3331 -x6153 -x3295 -x6116 -x3259 -x6079 -x3223 -x6042 -x2933 -x2896 -x2859 -x2822 -x2785 -x2748 -x2711 -x2674 -x2637 -x2600 -x2563 -x2526 -x2489 -x2452 -x2415 -x2378 -x2341 -x2304 -x2267 -x2230 -x2193 -x2156 -x2119 -x2082 -x2045 -x2008 -x1971 -x1934 -x1897 -x1860 -x1823 -x1786 -x5745 -x8633 -x5709 -x8596 -x5673 -x8559 -x5637 -x8522 -x5601 -x8485 -x5565 -x8448 -x5529 -x8411 -x5493 -x8374 -x5457 -x8337 -x5421 -x8300 -x5385 -x8263 -x5349 -x8226 -x5313 -x8189 -x5277 -x8152 -x5241 -x8115 -x5205 -x8078 -x5169 -x8041 -x5133 -x8004 -x5097 -x7967 -x5061 -x7930 -x5025 -x7893 -x4989 -x7856 -x4953 -x7819 -x4917 -x7782 -x4881 -x7745 -x4845 -x7708 -x4809 -x7671 -x4773 -x7634 -x4737 -x7597 -x4701 -x7560 -x4665 -x7523 -x4629 -x7486 -x1490 -x1453 -x1416 -x1379 -x1342 -x1305 -x1268 -x1231 -x1194 -x1157 -x1120 -x1083 -x1046 -x1009 -x972 -x935 -x898 -x861 -x824 -x787 -x750 -x713 -x676 -x639 -x602 -x565 -x528 -x491 -x454 -x417 -x380 -x4340 -x7190 -x4304 -x7153 -x4268 -x7116 -x4232 -x7079 -x4196 -x7042 -x4160 -x7005 -x4124 -x6968 -x4088 -x6931 -x4052 -x6894 -x4016 -x6857 -x3980 -x6820 -x3944 -x6783 -x3908 -x6746 -x3872 -x6709 -x3836 -x6672 -x3800 -x6635 -x3764 -x6598 -x3728 -x6561 -x3692 -x6524 -x3656 -x6487 -x3620 -x6450 -x3584 -x6413 -x3548 -x6376 -x3512 -x6339 -x3476 -x6302 -x3440 -x6265 -x3404 -x6228 -x3368 -x6191 -x3332 -x6154 -x3296 -x6117 -x3260 -x6080 -x2934 -x2897 -x2860 -x2823 -x2786 -x2749 -x2712 -x2675 -x2638 -x2601 -x2564 -x2527 -x2490 -x2453 -x2416 -x2379 -x2342 -x2305 -x2268 -x2231 -x2194 -x2157 -x2120 -x2083 -x2046 -x2009 -x1972 -x1935 -x1898 -x1861 -x1824 -x5746 -x8634 -x5710 -x8597 -x5674 -x8560 -x5638 -x8523 -x5602 -x8486 -x5566 -x8449 -x5530 -x8412 -x5494 -x8375 -x5458 -x8338 -x5422 -x8301 -x5386 -x8264 -x5350 -x8227 -x5314 -x8190 -x5278 -x8153 -x5242 -x8116 -x5206 -x8079 -x5170 -x8042 -x5134 -x8005 -x5098 -x7968 -x5062 -x7931 -x5026 -x7894 -x4990 -x7857 -x4954 -x7820 -x4918 -x7783 -x4882 -x7746 -x4846 -x7709 -x4810 -x7672 -x4774 -x7635 -x4738 -x7598 -x4702 -x7561 -x4666 -x7524 -x1491 -x1454 -x1417 -x1380 -x1343 -x1306 -x1269 -x1232 -x1195 -x1158 -x1121 -x1084 -x1047 -x1010 -x973 -x936 -x899 -x862 -x825 -x788 -x751 -x714 -x677 -x640 -x603 -x566 -x529 -x492 -x455 -x418 -x4341 -x7191 -x4305 -x7154 -x4269 -x7117 -x4233 -x7080 -x4197 -x7043 -x4161 -x7006 -x4125 -x6969 -x4089 -x6932 -x4053 -x6895 -x4017 -x6858 -x3981 -x6821 -x3945 -x6784 -x3909 -x6747 -x3873 -x6710 -x3837 -x6673 -x3801 -x6636 -x3765 -x6599 -x3729 -x6562 -x3693 -x6525 -x3657 -x6488 -x3621 -x6451 -x3585 -x6414 -x3549 -x6377 -x3513 -x6340 -x3477 -x6303 -x3441 -x6266 -x3405 -x6229 -x3369 -x6192 -x3333 -x6155 -x3297 -x6118 -x2935 -x2898 -x2861 -x2824 -x2787 -x2750 -x2713 -x2676 -x2639 -x2602 -x2565 -x2528 -x2491 -x2454 -x2417 -x2380 -x2343 -x2306 -x2269 -x2232 -x2195 -x2158 -x2121 -x2084 -x2047 -x2010 -x1973 -x1936 -x1899 -x1862 -x5747 -x8635 -x5711 -x8598 -x5675 -x8561 -x5639 -x8524 -x5603 -x8487 -x5567 -x8450 -x5531 -x8413 -x5495 -x8376 -x5459 -x8339 -x5423 -x8302 -x5387 -x8265 -x5351 -x8228 -x5315 -x8191 -x5279 -x8154 -x5243 -x8117 -x5207 -x8080 -x5171 -x8043 -x5135 -x8006 -x5099 -x7969 -x5063 -x7932 -x5027 -x7895 -x4991 -x7858 -x4955 -x7821 -x4919 -x7784 -x4883 -x7747 -x4847 -x7710 -x4811 -x7673 -x4775 -x7636 -x4739 -x7599 -x4703 -x7562 -x1492 -x1455 -x1418 -x1381 -x1344 -x1307 -x1270 -x1233 -x1196 -x1159 -x1122 -x1085 -x1048 -x1011 -x974 -x937 -x900 -x863 -x826 -x789 -x752 -x715 -x678 -x641 -x604 -x567 -x530 -x493 -x456 -x4342 -x7192 -x4306 -x7155 -x4270 -x7118 -x4234 -x7081 -x4198 -x7044 -x4162 -x7007 -x4126 -x6970 -x4090 -x6933 -x4054 -x6896 -x4018 -x6859 -x3982 -x6822 -x3946 -x6785 -x3910 -x6748 -x3874 -x6711 -x3838 -x6674 -x3802 -x6637 -x3766 -x6600 -x3730 -x6563 -x3694 -x6526 -x3658 -x6489 -x3622 -x6452 -x3586 -x6415 -x3550 -x6378 -x3514 -x6341 -x3478 -x6304 -x3442 -x6267 -x3406 -x6230 -x3370 -x6193 -x3334 -x6156 -x2936 -x2899 -x2862 -x2825 -x2788 -x2751 -x2714 -x2677 -x2640 -x2603 -x2566 -x2529 -x2492 -x2455 -x2418 -x2381 -x2344 -x2307 -x2270 -x2233 -x2196 -x2159 -x2122 -x2085 -x2048 -x2011 -x1974 -x1937 -x1900 -x5748 -x8636 -x5712 -x8599 -x5676 -x8562 -x5640 -x8525 -x5604 -x8488 -x5568 -x8451 -x5532 -x8414 -x5496 -x8377 -x5460 -x8340 -x5424 -x8303 -x5388 -x8266 -x5352 -x8229 -x5316 -x8192 -x5280 -x8155 -x5244 -x8118 -x5208 -x8081 -x5172 -x8044 -x5136 -x8007 -x5100 -x7970 -x5064 -x7933 -x5028 -x7896 -x4992 -x7859 -x4956 -x7822 -x4920 -x7785 -x4884 -x7748 -x4848 -x7711 -x4812 -x7674 -x4776 -x7637 -x4740 -x7600 -x1493 -x1456 -x1419 -x1382 -x1345 -x1308 -x1271 -x1234 -x1197 -x1160 -x1123 -x1086 -x1049 -x1012 -x975 -x938 -x901 -x864 -x827 -x790 -x753 -x716 -x679 -x642 -x605 -x568 -x531 -x494 -x4343 -x7193 -x4307 -x7156 -x4271 -x7119 -x4235 -x7082 -x4199 -x7045 -x4163 -x7008 -x4127 -x6971 -x4091 -x6934 -x4055 -x6897 -x4019 -x6860 -x3983 -x6823 -x3947 -x6786 -x3911 -x6749 -x3875 -x6712 -x3839 -x6675 -x3803 -x6638 -x3767 -x6601 -x3731 -x6564 -x3695 -x6527 -x3659 -x6490 -x3623 -x6453 -x3587 -x6416 -x3551 -x6379 -x3515 -x6342 -x3479 -x6305 -x3443 -x6268 -x3407 -x6231 -x3371 -x6194 -x2937 -x2900 -x2863 -x2826 -x2789 -x2752 -x2715 -x2678 -x2641 -x2604 -x2567 -x2530 -x2493 -x2456 -x2419 -x2382 -x2345 -x2308 -x2271 -x2234 -x2197 -x2160 -x2123 -x2086 -x2049 -x2012 -x1975 -x1938 -x5749 -x8637 -x5713 -x8600 -x5677 -x8563 -x5641 -x8526 -x5605 -x8489 -x5569 -x8452 -x5533 -x8415 -x5497 -x8378 -x5461 -x8341 -x5425 -x8304 -x5389 -x8267 -x5353 -x8230 -x5317 -x8193 -x5281 -x8156 -x5245 -x8119 -x5209 -x8082 -x5173 -x8045 -x5137 -x8008 -x5101 -x7971 -x5065 -x7934 -x5029 -x7897 -x4993 -x7860 -x4957 -x7823 -x4921 -x7786 -x4885 -x7749 -x4849 -x7712 -x4813 -x7675 -x4777 -x7638 -x1494 -x1457 -x1420 -x1383 -x1346 -x1309 -x1272 -x1235 -x1198 -x1161 -x1124 -x1087 -x1050 -x1013 -x976 -x939 -x902 -x865 -x828 -x791 -x754 -x717 -x680 -x643 -x606 -x569 -x532 -x4344 -x7194 -x4308 -x7157 -x4272 -x7120 -x4236 -x7083 -x4200 -x7046 -x4164 -x7009 -x4128 -x6972 -x4092 -x6935 -x4056 -x6898 -x4020 -x6861 -x3984 -x6824 -x3948 -x6787 -x3912 -x6750 -x3876 -x6713 -x3840 -x6676 -x3804 -x6639 -x3768 -x6602 -x3732 -x6565 -x3696 -x6528 -x3660 -x6491 -x3624 -x6454 -x3588 -x6417 -x3552 -x6380 -x3516 -x6343 -x3480 -x6306 -x3444 -x6269 -x3408 -x6232 -x2938 -x2901 -x2864 -x2827 -x2790 -x2753 -x2716 -x2679 -x2642 -x2605 -x2568 -x2531 -x2494 -x2457 -x2420 -x2383 -x2346 -x2309 -x2272 -x2235 -x2198 -x2161 -x2124 -x2087 -x2050 -x2013 -x1976 -x5750 -x8638 -x5714 -x8601 -x5678 -x8564 -x5642 -x8527 -x5606 -x8490 -x5570 -x8453 -x5534 -x8416 -x5498 -x8379 -x5462 -x8342 -x5426 -x8305 -x5390 -x8268 -x5354 -x8231 -x5318 -x8194 -x5282 -x8157 -x5246 -x8120 -x5210 -x8083 -x5174 -x8046 -x5138 -x8009 -x5102 -x7972 -x5066 -x7935 -x5030 -x7898 -x4994 -x7861 -x4958 -x7824 -x4922 -x7787 -x4886 -x7750 -x4850 -x7713 -x4814 -x7676 -x1495 -x1458 -x1421 -x1384 -x1347 -x1310 -x1273 -x1236 -x1199 -x1162 -x1125 -x1088 -x1051 -x1014 -x977 -x940 -x903 -x866 -x829 -x792 -x755 -x718 -x681 -x644 -x607 -x570 -x4345 -x7195 -x4309 -x7158 -x4273 -x7121 -x4237 -x7084 -x4201 -x7047 -x4165 -x7010 -x4129 -x6973 -x4093 -x6936 -x4057 -x6899 -x4021 -x6862 -x3985 -x6825 -x3949 -x6788 -x3913 -x6751 -x3877 -x6714 -x3841 -x6677 -x3805 -x6640 -x3769 -x6603 -x3733 -x6566 -x3697 -x6529 -x3661 -x6492 -x3625 -x6455 -x3589 -x6418 -x3553 -x6381 -x3517 -x6344 -x3481 -x6307 -x3445 -x6270 -x2939 -x2902 -x2865 -x2828 -x2791 -x2754 -x2717 -x2680 -x2643 -x2606 -x2569 -x2532 -x2495 -x2458 -x2421 -x2384 -x2347 -x2310 -x2273 -x2236 -x2199 -x2162 -x2125 -x2088 -x2051 -x2014 -x5751 -x8639 -x5715 -x8602 -x5679 -x8565 -x5643 -x8528 -x5607 -x8491 -x5571 -x8454 -x5535 -x8417 -x5499 -x8380 -x5463 -x8343 -x5427 -x8306 -x5391 -x8269 -x5355 -x8232 -x5319 -x8195 -x5283 -x8158 -x5247 -x8121 -x5211 -x8084 -x5175 -x8047 -x5139 -x8010 -x5103 -x7973 -x5067 -x7936 -x5031 -x7899 -x4995 -x7862 -x4959 -x7825 -x4923 -x7788 -x4887 -x7751 -x4851 -x7714 -x1496 -x1459 -x1422 -x1385 -x1348 -x1311 -x1274 -x1237 -x1200 -x1163 -x1126 -x1089 -x1052 -x1015 -x978 -x941 -x904 -x867 -x830 -x793 -x756 -x719 -x682 -x645 -x608 -x4346 -x7196 -x4310 -x7159 -x4274 -x7122 -x4238 -x7085 -x4202 -x7048 -x4166 -x7011 -x4130 -x6974 -x4094 -x6937 -x4058 -x6900 -x4022 -x6863 -x3986 -x6826 -x3950 -x6789 -x3914 -x6752 -x3878 -x6715 -x3842 -x6678 -x3806 -x6641 -x3770 -x6604 -x3734 -x6567 -x3698 -x6530 -x3662 -x6493 -x3626 -x6456 -x3590 -x6419 -x3554 -x6382 -x3518 -x6345 -x3482 -x6308 -x2940 -x2903 -x2866 -x2829 -x2792 -x2755 -x2718 -x2681 -x2644 -x2607 -x2570 -x2533 -x2496 -x2459 -x2422 -x2385 -x2348 -x2311 -x2274 -x2237 -x2200 -x2163 -x2126 -x2089 -x2052 -x5752 -x8640 -x5716 -x8603 -x5680 -x8566 -x5644 -x8529 -x5608 -x8492 -x5572 -x8455 -x5536 -x8418 -x5500 -x8381 -x5464 -x8344 -x5428 -x8307 -x5392 -x8270 -x5356 -x8233 -x5320 -x8196 -x5284 -x8159 -x5248 -x8122 -x5212 -x8085 -x5176 -x8048 -x5140 -x8011 -x5104 -x7974 -x5068 -x7937 -x5032 -x7900 -x4996 -x7863 -x4960 -x7826 -x4924 -x7789 -x4888 -x7752 -x1497 -x1460 -x1423 -x1386 -x1349 -x1312 -x1275 -x1238 -x1201 -x1164 -x1127 -x1090 -x1053 -x1016 -x979 -x942 -x905 -x868 -x831 -x794 -x757 -x720 -x683 -x646 -x4347 -x7197 -x4311 -x7160 -x4275 -x7123 -x4239 -x7086 -x4203 -x7049 -x4167 -x7012 -x4131 -x6975 -x4095 -x6938 -x4059 -x6901 -x4023 -x6864 -x3987 -x6827 -x3951 -x6790 -x3915 -x6753 -x3879 -x6716 -x3843 -x6679 -x3807 -x6642 -x3771 -x6605 -x3735 -x6568 -x3699 -x6531 -x3663 -x6494 -x3627 -x6457 -x3591 -x6420 -x3555 -x6383 -x3519 -x6346 -x2941 -x2904 -x2867 -x2830 -x2793 -x2756 -x2719 -x2682 -x2645 -x2608 -x2571 -x2534 -x2497 -x2460 -x2423 -x2386 -x2349 -x2312 -x2275 -x2238 -x2201 -x2164 -x2127 -x2090 -x5753 -x8641 -x5717 -x8604 -x5681 -x8567 -x5645 -x8530 -x5609 -x8493 -x5573 -x8456 -x5537 -x8419 -x5501 -x8382 -x5465 -x8345 -x5429 -x8308 -x5393 -x8271 -x5357 -x8234 -x5321 -x8197 -x5285 -x8160 -x5249 -x8123 -x5213 -x8086 -x5177 -x8049 -x5141 -x8012 -x5105 -x7975 -x5069 -x7938 -x5033 -x7901 -x4997 -x7864 -x4961 -x7827 -x4925 -x7790 -x1498 -x1461 -x1424 -x1387 -x1350 -x1313 -x1276 -x1239 -x1202 -x1165 -x1128 -x1091 -x1054 -x1017 -x980 -x943 -x906 -x869 -x832 -x795 -x758 -x721 -x684 -x4348 -x7198 -x4312 -x7161 -x4276 -x7124 -x4240 -x7087 -x4204 -x7050 -x4168 -x7013 -x4132 -x6976 -x4096 -x6939 -x4060 -x6902 -x4024 -x6865 -x3988 -x6828 -x3952 -x6791 -x3916 -x6754 -x3880 -x6717 -x3844 -x6680 -x3808 -x6643 -x3772 -x6606 -x3736 -x6569 -x3700 -x6532 -x3664 -x6495 -x3628 -x6458 -x3592 -x6421 -x3556 -x6384 -x2942 -x2905 -x2868 -x2831 -x2794 -x2757 -x2720 -x2683 -x2646 -x2609 -x2572 -x2535 -x2498 -x2461 -x2424 -x2387 -x2350 -x2313 -x2276 -x2239 -x2202 -x2165 -x2128 -x5754 -x8642 -x5718 -x8605 -x5682 -x8568 -x5646 -x8531 -x5610 -x8494 -x5574 -x8457 -x5538 -x8420 -x5502 -x8383 -x5466 -x8346 -x5430 -x8309 -x5394 -x8272 -x5358 -x8235 -x5322 -x8198 -x5286 -x8161 -x5250 -x8124 -x5214 -x8087 -x5178 -x8050 -x5142 -x8013 -x5106 -x7976 -x5070 -x7939 -x5034 -x7902 -x4998 
3600.00/3613.60	v -x7865 -x4962 -x7828 -x1499 -x1462 -x1425 -x1388 -x1351 -x1314 -x1277 -x1240 -x1203 -x1166 -x1129 -x1092 -x1055 -x1018 -x981 -x944 -x907 -x870 -x833 -x796 -x759 -x722 -x4349 -x7199 -x4313 -x7162 -x4277 -x7125 -x4241 -x7088 -x4205 -x7051 -x4169 -x7014 -x4133 -x6977 -x4097 -x6940 -x4061 -x6903 -x4025 -x6866 -x3989 -x6829 -x3953 -x6792 -x3917 -x6755 -x3881 -x6718 -x3845 -x6681 -x3809 -x6644 -x3773 -x6607 -x3737 -x6570 -x3701 -x6533 -x3665 -x6496 -x3629 -x6459 -x3593 -x6422 -x2943 -x2906 -x2869 -x2832 -x2795 -x2758 -x2721 -x2684 -x2647 -x2610 -x2573 -x2536 -x2499 -x2462 -x2425 -x2388 -x2351 -x2314 -x2277 -x2240 -x2203 -x2166 -x5755 -x8643 -x5719 -x8606 -x5683 -x8569 -x5647 -x8532 -x5611 -x8495 -x5575 -x8458 -x5539 -x8421 -x5503 -x8384 -x5467 -x8347 -x5431 -x8310 -x5395 -x8273 -x5359 -x8236 -x5323 -x8199 -x5287 -x8162 -x5251 -x8125 -x5215 -x8088 -x5179 -x8051 -x5143 -x8014 -x5107 -x7977 -x5071 -x7940 -x5035 -x7903 -x4999 -x7866 -x1500 -x1463 -x1426 -x1389 -x1352 -x1315 -x1278 -x1241 -x1204 -x1167 -x1130 -x1093 -x1056 -x1019 -x982 -x945 -x908 -x871 -x834 -x797 -x760 -x4350 -x7200 -x4314 -x7163 -x4278 -x7126 -x4242 -x7089 -x4206 -x7052 -x4170 -x7015 -x4134 -x6978 -x4098 -x6941 -x4062 -x6904 -x4026 -x6867 -x3990 -x6830 -x3954 -x6793 -x3918 -x6756 -x3882 -x6719 -x3846 -x6682 -x3810 -x6645 -x3774 -x6608 -x3738 -x6571 -x3702 -x6534 -x3666 -x6497 -x3630 -x6460 -x2944 -x2907 -x2870 -x2833 -x2796 -x2759 -x2722 -x2685 -x2648 -x2611 -x2574 -x2537 -x2500 -x2463 -x2426 -x2389 -x2352 -x2315 -x2278 -x2241 -x2204 -x5756 -x8644 -x5720 -x8607 -x5684 -x8570 -x5648 -x8533 -x5612 -x8496 -x5576 -x8459 -x5540 -x8422 -x5504 -x8385 -x5468 -x8348 -x5432 -x8311 -x5396 -x8274 -x5360 -x8237 -x5324 -x8200 -x5288 -x8163 -x5252 -x8126 -x5216 -x8089 -x5180 -x8052 -x5144 -x8015 -x5108 -x7978 -x5072 -x7941 -x5036 -x7904 -x1501 -x1464 -x1427 -x1390 -x1353 -x1316 -x1279 -x1242 -x1205 -x1168 -x1131 -x1094 -x1057 -x1020 -x983 -x946 -x909 -x872 -x835 -x798 -x4351 -x7201 -x4315 -x7164 -x4279 -x7127 -x4243 -x7090 -x4207 -x7053 -x4171 -x7016 -x4135 -x6979 -x4099 -x6942 -x4063 -x6905 -x4027 -x6868 -x3991 -x6831 -x3955 -x6794 -x3919 -x6757 -x3883 -x6720 -x3847 -x6683 -x3811 -x6646 -x3775 -x6609 -x3739 -x6572 -x3703 -x6535 -x3667 -x6498 -x2945 -x2908 -x2871 -x2834 -x2797 -x2760 -x2723 -x2686 -x2649 -x2612 -x2575 -x2538 -x2501 -x2464 -x2427 -x2390 -x2353 -x2316 -x2279 -x2242 -x5757 -x8645 -x5721 -x8608 -x5685 -x8571 -x5649 -x8534 -x5613 -x8497 -x5577 -x8460 -x5541 -x8423 -x5505 -x8386 -x5469 -x8349 -x5433 -x8312 -x5397 -x8275 -x5361 -x8238 -x5325 -x8201 -x5289 -x8164 -x5253 -x8127 -x5217 -x8090 -x5181 -x8053 -x5145 -x8016 -x5109 -x7979 -x5073 -x7942 -x1502 -x1465 -x1428 -x1391 -x1354 -x1317 -x1280 -x1243 -x1206 -x1169 -x1132 -x1095 -x1058 -x1021 -x984 -x947 -x910 -x873 -x836 -x4352 -x7202 -x4316 -x7165 -x4280 -x7128 -x4244 -x7091 -x4208 -x7054 -x4172 -x7017 -x4136 -x6980 -x4100 -x6943 -x4064 -x6906 -x4028 -x6869 -x3992 -x6832 -x3956 -x6795 -x3920 -x6758 -x3884 -x6721 -x3848 -x6684 -x3812 -x6647 -x3776 -x6610 -x3740 -x6573 -x3704 -x6536 -x2946 -x2909 -x2872 -x2835 -x2798 -x2761 -x2724 -x2687 -x2650 -x2613 -x2576 -x2539 -x2502 -x2465 -x2428 -x2391 -x2354 -x2317 -x2280 -x5758 -x8646 -x5722 -x8609 -x5686 -x8572 -x5650 -x8535 -x5614 -x8498 -x5578 -x8461 -x5542 -x8424 -x5506 -x8387 -x5470 -x8350 -x5434 -x8313 -x5398 -x8276 -x5362 -x8239 -x5326 -x8202 -x5290 -x8165 -x5254 -x8128 -x5218 -x8091 -x5182 -x8054 -x5146 -x8017 -x5110 -x7980 -x1503 -x1466 -x1429 -x1392 -x1355 -x1318 -x1281 -x1244 -x1207 -x1170 -x1133 -x1096 -x1059 -x1022 -x985 -x948 -x911 -x874 -x4353 -x7203 -x4317 -x7166 -x4281 -x7129 -x4245 -x7092 -x4209 -x7055 -x4173 -x7018 -x4137 -x6981 -x4101 -x6944 -x4065 -x6907 -x4029 -x6870 -x3993 -x6833 -x3957 -x6796 -x3921 -x6759 -x3885 -x6722 -x3849 -x6685 -x3813 -x6648 -x3777 -x6611 -x3741 -x6574 -x2947 -x2910 -x2873 -x2836 -x2799 -x2762 -x2725 -x2688 -x2651 -x2614 -x2577 -x2540 -x2503 -x2466 -x2429 -x2392 -x2355 -x2318 -x5759 -x8647 -x5723 -x8610 -x5687 -x8573 -x5651 -x8536 -x5615 -x8499 -x5579 -x8462 -x5543 -x8425 -x5507 -x8388 -x5471 -x8351 -x5435 -x8314 -x5399 -x8277 -x5363 -x8240 -x5327 -x8203 -x5291 -x8166 -x5255 -x8129 -x5219 -x8092 -x5183 -x8055 -x5147 -x8018 -x1504 -x1467 -x1430 -x1393 -x1356 -x1319 -x1282 -x1245 -x1208 -x1171 -x1134 -x1097 -x1060 -x1023 -x986 -x949 -x912 -x4354 -x7204 -x4318 -x7167 -x4282 -x7130 -x4246 -x7093 -x4210 -x7056 -x4174 -x7019 -x4138 -x6982 -x4102 -x6945 -x4066 -x6908 -x4030 -x6871 -x3994 -x6834 -x3958 -x6797 -x3922 -x6760 -x3886 -x6723 -x3850 -x6686 -x3814 -x6649 -x3778 -x6612 -x2948 -x2911 -x2874 -x2837 -x2800 -x2763 -x2726 -x2689 -x2652 -x2615 -x2578 -x2541 -x2504 -x2467 -x2430 -x2393 -x2356 -x5760 -x8648 -x5724 -x8611 -x5688 -x8574 -x5652 -x8537 -x5616 -x8500 -x5580 -x8463 -x5544 -x8426 -x5508 -x8389 -x5472 -x8352 -x5436 -x8315 -x5400 -x8278 -x5364 -x8241 -x5328 -x8204 -x5292 -x8167 -x5256 -x8130 -x5220 -x8093 -x5184 -x8056 -x1505 -x1468 -x1431 -x1394 -x1357 -x1320 -x1283 -x1246 -x1209 -x1172 -x1135 -x1098 -x1061 -x1024 -x987 -x950 -x4355 -x7205 -x4319 -x7168 -x4283 -x7131 -x4247 -x7094 -x4211 -x7057 -x4175 -x7020 -x4139 -x6983 -x4103 -x6946 -x4067 -x6909 -x4031 -x6872 -x3995 -x6835 -x3959 -x6798 -x3923 -x6761 -x3887 -x6724 -x3851 -x6687 -x3815 -x6650 -x2949 -x2912 -x2875 -x2838 -x2801 -x2764 -x2727 -x2690 -x2653 -x2616 -x2579 -x2542 -x2505 -x2468 -x2431 -x2394 -x5761 -x8649 -x5725 -x8612 -x5689 -x8575 -x5653 -x8538 -x5617 -x8501 -x5581 -x8464 -x5545 -x8427 -x5509 -x8390 -x5473 -x8353 -x5437 -x8316 -x5401 -x8279 -x5365 -x8242 -x5329 -x8205 -x5293 -x8168 -x5257 -x8131 -x5221 -x8094 -x1506 -x1469 -x1432 -x1395 -x1358 -x1321 -x1284 -x1247 -x1210 -x1173 -x1136 -x1099 -x1062 -x1025 -x988 -x4356 -x7206 -x4320 -x7169 -x4284 -x7132 -x4248 -x7095 -x4212 -x7058 -x4176 -x7021 -x4140 -x6984 -x4104 -x6947 -x4068 -x6910 -x4032 -x6873 -x3996 -x6836 -x3960 -x6799 -x3924 -x6762 -x3888 -x6725 -x3852 -x6688 -x2950 -x2913 -x2876 -x2839 -x2802 -x2765 -x2728 -x2691 -x2654 -x2617 -x2580 -x2543 -x2506 -x2469 -x2432 -x5762 -x8650 -x5726 -x8613 -x5690 -x8576 -x5654 -x8539 -x5618 -x8502 -x5582 -x8465 -x5546 -x8428 -x5510 -x8391 -x5474 -x8354 -x5438 -x8317 -x5402 -x8280 -x5366 -x8243 -x5330 -x8206 -x5294 -x8169 -x5258 -x8132 -x1507 -x1470 -x1433 -x1396 -x1359 -x1322 -x1285 -x1248 -x1211 -x1174 -x1137 -x1100 -x1063 -x1026 -x4357 -x7207 -x4321 -x7170 -x4285 -x7133 -x4249 -x7096 -x4213 -x7059 -x4177 -x7022 -x4141 -x6985 -x4105 -x6948 -x4069 -x6911 -x4033 -x6874 -x3997 -x6837 -x3961 -x6800 -x3925 -x6763 -x3889 -x6726 -x2951 -x2914 -x2877 -x2840 -x2803 -x2766 -x2729 -x2692 -x2655 -x2618 -x2581 -x2544 -x2507 -x2470 -x5763 -x8651 -x5727 -x8614 -x5691 -x8577 -x5655 -x8540 -x5619 -x8503 -x5583 -x8466 -x5547 -x8429 -x5511 -x8392 -x5475 -x8355 -x5439 -x8318 -x5403 -x8281 -x5367 -x8244 -x5331 -x8207 -x5295 -x8170 -x1508 -x1471 -x1434 -x1397 -x1360 -x1323 -x1286 -x1249 -x1212 -x1175 -x1138 -x1101 -x1064 -x4358 -x7208 -x4322 -x7171 -x4286 -x7134 -x4250 -x7097 -x4214 -x7060 -x4178 -x7023 -x4142 -x6986 -x4106 -x6949 -x4070 -x6912 -x4034 -x6875 -x3998 -x6838 -x3962 -x6801 -x3926 -x6764 -x2952 -x2915 -x2878 -x2841 -x2804 -x2767 -x2730 -x2693 -x2656 -x2619 -x2582 -x2545 -x2508 -x5764 -x8652 -x5728 -x8615 -x5692 -x8578 -x5656 -x8541 -x5620 -x8504 -x5584 -x8467 -x5548 -x8430 -x5512 -x8393 -x5476 -x8356 -x5440 -x8319 -x5404 -x8282 -x5368 -x8245 -x5332 -x8208 -x1509 -x1472 -x1435 -x1398 -x1361 -x1324 -x1287 -x1250 -x1213 -x1176 -x1139 -x1102 -x4359 -x7209 -x4323 -x7172 -x4287 -x7135 -x4251 -x7098 -x4215 -x7061 -x4179 -x7024 -x4143 -x6987 -x4107 -x6950 -x4071 -x6913 -x4035 -x6876 -x3999 -x6839 -x3963 -x6802 -x2953 -x2916 -x2879 -x2842 -x2805 -x2768 -x2731 -x2694 -x2657 -x2620 -x2583 -x2546 -x5765 -x8653 -x5729 -x8616 -x5693 -x8579 -x5657 -x8542 -x5621 -x8505 -x5585 -x8468 -x5549 -x8431 -x5513 -x8394 -x5477 -x8357 -x5441 -x8320 -x5405 -x8283 -x5369 -x8246 -x1510 -x1473 -x1436 -x1399 -x1362 -x1325 -x1288 -x1251 -x1214 -x1177 -x1140 -x4360 -x7210 -x4324 -x7173 -x4288 -x7136 -x4252 -x7099 -x4216 -x7062 -x4180 -x7025 -x4144 -x6988 -x4108 -x6951 -x4072 -x6914 -x4036 -x6877 -x4000 -x6840 -x2954 -x2917 -x2880 -x2843 -x2806 -x2769 -x2732 -x2695 -x2658 -x2621 -x2584 -x5766 -x8654 -x5730 -x8617 -x5694 -x8580 -x5658 -x8543 -x5622 -x8506 -x5586 -x8469 -x5550 -x8432 -x5514 -x8395 -x5478 -x8358 -x5442 -x8321 -x5406 -x8284 -x1511 -x1474 -x1437 -x1400 -x1363 -x1326 -x1289 -x1252 -x1215 -x1178 -x4361 -x7211 -x4325 -x7174 -x4289 -x7137 -x4253 -x7100 -x4217 -x7063 -x4181 -x7026 -x4145 -x6989 -x4109 -x6952 -x4073 -x6915 -x4037 -x6878 -x2955 -x2918 -x2881 -x2844 -x2807 -x2770 -x2733 -x2696 -x2659 -x2622 -x5767 -x8655 -x5731 -x8618 -x5695 -x8581 -x5659 -x8544 -x5623 -x8507 -x5587 -x8470 -x5551 -x8433 -x5515 -x8396 -x5479 -x8359 -x5443 -x8322 -x1512 -x1475 -x1438 -x1401 -x1364 -x1327 -x1290 -x1253 -x1216 -x4362 -x7212 -x4326 -x7175 -x4290 -x7138 -x4254 -x7101 -x4218 -x7064 -x4182 -x7027 -x4146 -x6990 -x4110 -x6953 -x4074 -x6916 -x2956 -x2919 -x2882 -x2845 -x2808 -x2771 -x2734 -x2697 -x2660 -x5768 -x8656 -x5732 -x8619 -x5696 -x8582 -x5660 -x8545 -x5624 -x8508 -x5588 -x8471 -x5552 -x8434 -x5516 -x8397 -x5480 -x8360 -x1513 -x1476 -x1439 -x1402 -x1365 -x1328 -x1291 -x1254 -x4363 -x7213 -x4327 -x7176 -x4291 -x7139 -x4255 -x7102 -x4219 -x7065 -x4183 -x7028 -x4147 -x6991 -x4111 -x6954 -x2957 -x2920 -x2883 -x2846 -x2809 -x2772 -x2735 -x2698 -x5769 -x8657 -x5733 -x8620 -x5697 -x8583 -x5661 -x8546 -x5625 -x8509 -x5589 -x8472 -x5553 -x8435 -x5517 -x8398 -x1514 -x1477 -x1440 -x1403 -x1366 -x1329 -x1292 -x4364 -x7214 -x4328 -x7177 -x4292 -x7140 -x4256 -x7103 -x4220 -x7066 -x4184 -x7029 -x4148 -x6992 -x2958 -x2921 -x2884 -x2847 -x2810 -x2773 -x2736 -x5770 -x8658 -x5734 -x8621 -x5698 -x8584 -x5662 -x8547 -x5626 -x8510 -x5590 -x8473 -x5554 -x8436 -x1515 -x1478 -x1441 -x1404 -x1367 -x1330 -x4365 -x7215 -x4329 -x7178 -x4293 -x7141 -x4257 -x7104 -x4221 -x7067 -x4185 -x7030 -x2959 -x2922 -x2885 -x2848 -x2811 -x2774 -x5771 -x8659 -x5735 -x8622 -x5699 -x8585 -x5663 -x8548 -x5627 -x8511 -x5591 -x8474 -x1516 -x1479 -x1442 -x1405 -x1368 -x4366 -x7216 -x4330 -x7179 -x4294 -x7142 -x4258 -x7105 -x4222 -x7068 -x2960 -x2923 -x2886 -x2849 -x2812 -x5772 -x8660 -x5736 -x8623 -x5700 -x8586 -x5664 -x8549 -x5628 -x8512 -x1517 -x1480 -x1443 -x1406 -x4367 -x7217 -x4331 -x7180 -x4295 -x7143 -x4259 -x7106 -x2961 -x2924 -x2887 -x2850 -x5773 -x8661 -x5737 -x8624 -x5701 -x8587 -x5665 -x8550 -x1518 -x1481 -x1444 -x4368 -x7218 -x4332 -x7181 -x4296 -x7144 -x2962 -x2925 -x2888 -x5774 -x8662 -x5738 -x8625 -x5702 -x8588 -x1519 -x1482 -x4369 -x7219 -x4333 -x7182 -x2963 -x2926 -x5775 -x8663 -x5739 -x8626 -x1520 -x4370 -x7220 -x2964 -x5776 -x8664
3600.00/3613.60	s SATISFIABLE

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-4820773-1783001006/watcher-4820773-1783001006 -o /tmp/evaluation-result-4820773-1783001006/solver-4820773-1783001006 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4820773-1783001006/vars-4820773-1783001006 --bin-var /tmp/runsolver-exch-nodeE004-1782995844-2619517 --watchdog 3760 ./uwrmaxsat -no-par -scip-cpu=900 -scip-cpu-add=500 -mem-lim=62000 HOME/instance-4820773-1783001006.opb 

running on 4 cores: 60-63

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

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

CPU governors:
  performance: 60-63

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (109257 MiB free)
  node 1: cores 8-15, 129019 MiB (109827 MiB free)
  node 2: cores 16-23, 129019 MiB (122496 MiB free)
  node 3: cores 24-31, 128957 MiB (114053 MiB free)
  node 4: cores 32-39, 129019 MiB (103618 MiB free)
  node 5: cores 40-47, 129019 MiB (103133 MiB free)
  node 6: cores 48-55, 129019 MiB (92748 MiB free)
  node 7: cores 56-63, 128474 MiB (106603 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=2624116, runsolver pid=2624113
Current StackSize limit: 8192 KiB


[startup+0.100055 s]*
/proc/loadavg: 16.10 16.19 16.19 17/869 2624117
/proc/meminfo: memFree=882391816/1055320700 swapFree=33554428/33554428
[pid=2624116] ppid=2624113 vsize=47532 memory=35244 CPUtime=0.1 cores=60-63
/proc/2624116/stat : 2624116 (uwrmaxsat) R 2624113 2624116 2619485 0 -1 4194304 10906 0 0 0 10 0 0 0 20 0 1 0 233388452 48672768 8775 18446744073709551615 4198400 18223709 140720666207472 0 0 0 0 0 8416290 0 0 0 17 61 0 0 0 0 0 20691536 20798296 23846912 140720666212606 140720666212740 140720666212740 140720666218476 0
/proc/2624116/statm: 11883 8811 1316 3425 0 7828 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 47532 KiB
Current children cumulated memory: 35244 KiB

[startup+0.213987 s]*
/proc/loadavg: 16.10 16.19 16.19 16/869 2624117
/proc/meminfo: memFree=882388804/1055320700 swapFree=33554428/33554428
[pid=2624116] ppid=2624113 vsize=51100 memory=38404 CPUtime=0.21 cores=60-63
/proc/2624116/stat : 2624116 (uwrmaxsat) R 2624113 2624116 2619485 0 -1 4194304 12238 0 0 0 20 1 0 0 20 0 1 0 233388452 52326400 9564 18446744073709551615 4198400 18223709 140720666207472 0 0 0 0 0 8416290 0 0 0 17 61 0 0 0 0 0 20691536 20798296 23846912 140720666212606 140720666212740 140720666212740 140720666218476 0
/proc/2624116/statm: 12775 9601 1316 3425 0 8720 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 51100 KiB
Current children cumulated memory: 38404 KiB

[startup+0.313288 s]*
/proc/loadavg: 16.10 16.19 16.19 16/869 2624117
/proc/meminfo: memFree=882385940/1055320700 swapFree=33554428/33554428
[pid=2624116] ppid=2624113 vsize=50012 memory=37324 CPUtime=0.31 cores=60-63
/proc/2624116/stat : 2624116 (uwrmaxsat) R 2624113 2624116 2619485 0 -1 4194304 13075 0 0 0 30 1 0 0 20 0 1 0 233388452 51212288 9421 18446744073709551615 4198400 18223709 140720666207472 0 0 0 0 0 8416290 0 0 0 17 61 0 0 0 0 0 20691536 20798296 23846912 140720666212606 140720666212740 140720666212740 140720666218476 0
/proc/2624116/statm: 12503 9331 1316 3425 0 8448 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 50012 KiB
Current children cumulated memory: 37324 KiB

[startup+0.700096 s]
/proc/loadavg: 16.10 16.19 16.19 16/869 2624117
/proc/meminfo: memFree=882385468/1055320700 swapFree=33554428/33554428
[pid=2624116] ppid=2624113 vsize=55368 memory=42528 CPUtime=0.67 cores=60-63
/proc/2624116/stat : 2624116 (uwrmaxsat) R 2624113 2624116 2619485 0 -1 4194304 15049 0 0 0 65 2 0 0 20 0 1 0 233388452 56696832 10533 18446744073709551615 4198400 18223709 140720666207472 0 0 0 0 0 8416290 0 0 0 17 61 0 0 0 0 0 20691536 20798296 23846912 140720666212606 140720666212740 140720666212740 140720666218476 0
/proc/2624116/statm: 13842 10632 1316 3425 0 9787 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 55368 KiB
Current children cumulated memory: 42528 KiB

[startup+1.50009 s]
/proc/loadavg: 16.10 16.19 16.19 16/869 2624117
/proc/meminfo: memFree=882387248/1055320700 swapFree=33554428/33554428
[pid=2624116] ppid=2624113 vsize=54084 memory=41248 CPUtime=1.46 cores=60-63
/proc/2624116/stat : 2624116 (uwrmaxsat) R 2624113 2624116 2619485 0 -1 4194304 17136 0 0 0 142 4 0 0 20 0 1 0 233388452 55382016 10253 18446744073709551615 4198400 18223709 140720666207472 0 0 0 0 0 8416290 0 0 0 17 61 0 0 0 0 0 20691536 20798296 23846912 140720666212606 140720666212740 140720666212740 140720666218476 0
/proc/2624116/statm: 13521 10312 1316 3425 0 9466 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 54084 KiB
Current children cumulated memory: 41248 KiB

[startup+3.11344 s]
/proc/loadavg: 16.09 16.19 16.19 16/871 2624152
/proc/meminfo: memFree=882066336/1055320700 swapFree=33554428/33554428
[pid=2624116] ppid=2624113 vsize=53240 memory=40540 CPUtime=3.03 cores=60-63
/proc/2624116/stat : 2624116 (uwrmaxsat) R 2624113 2624116 2619485 0 -1 4194304 18183 0 0 0 296 7 0 0 20 0 1 0 233388452 54517760 10099 18446744073709551615 4198400 18223709 140720666207472 0 0 0 0 0 8416290 0 0 0 17 61 0 0 0 0 0 20691536 20798296 23846912 140720666212606 140720666212740 140720666212740 140720666218476 0
/proc/2624116/statm: 13310 10135 1316 3425 0 9255 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 53240 KiB
Current children cumulated memory: 40540 KiB

[startup+6.3001 s]
/proc/loadavg: 16.09 16.19 16.19 17/873 2624157
/proc/meminfo: memFree=881978132/1055320700 swapFree=33554428/33554428
[pid=2624116] ppid=2624113 vsize=57848 memory=45056 CPUtime=6.21 cores=60-63
/proc/2624116/stat : 2624116 (uwrmaxsat) R 2624113 2624116 2619485 0 -1 4194304 21377 0 0 0 614 7 0 0 20 0 1 0 233388452 59236352 11111 18446744073709551615 4198400 18223709 140720666207472 0 0 0 0 0 8416290 0 0 0 17 61 0 0 0 0 0 20691536 20798296 23846912 140720666212606 140720666212740 140720666212740 140720666218476 0
/proc/2624116/statm: 14462 11264 1316 3425 0 10407 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 57848 KiB
Current children cumulated memory: 45056 KiB

[startup+12.7001 s]
/proc/loadavg: 16.08 16.19 16.19 17/873 2624157
/proc/meminfo: memFree=881785032/1055320700 swapFree=33554428/33554428
[pid=2624116] ppid=2624113 vsize=61368 memory=48576 CPUtime=12.59 cores=60-63
/proc/2624116/stat : 2624116 (uwrmaxsat) R 2624113 2624116 2619485 0 -1 4194304 22986 0 0 0 1252 7 0 0 20 0 1 0 233388452 62840832 12025 18446744073709551615 4198400 18223709 140720666207472 0 0 0 0 0 8416290 0 0 0 17 61 0 0 0 0 0 20691536 20798296 23846912 140720666212606 140720666212740 140720666212740 140720666218476 0
/proc/2624116/statm: 15342 12144 1316 3425 0 11287 0
Current children cumulated CPU time: 12.59 s
Current children cumulated vsize: 61368 KiB
Current children cumulated memory: 48576 KiB

[startup+25.5001 s]
/proc/loadavg: 16.06 16.18 16.18 17/873 2624157
/proc/meminfo: memFree=882620896/1055320700 swapFree=33554428/33554428
[pid=2624116] ppid=2624113 vsize=63456 memory=50668 CPUtime=25.35 cores=60-63
/proc/2624116/stat : 2624116 (uwrmaxsat) R 2624113 2624116 2619485 0 -1 4194304 25707 0 0 0 2527 8 0 0 20 0 1 0 233388452 64978944 12525 18446744073709551615 4198400 18223709 140720666207472 0 0 0 0 0 8416290 0 0 0 17 61 0 0 0 0 0 20691536 20798296 23846912 140720666212606 140720666212740 140720666212740 140720666218476 0
/proc/2624116/statm: 15864 12667 1316 3425 0 11809 0
Current children cumulated CPU time: 25.35 s
Current children cumulated vsize: 63456 KiB
Current children cumulated memory: 50668 KiB

[startup+51.1135 s]
/proc/loadavg: 16.04 16.16 16.18 17/874 2624254
/proc/meminfo: memFree=883392308/1055320700 swapFree=33554428/33554428
[pid=2624116] ppid=2624113 vsize=57000 memory=44476 CPUtime=50.69 cores=60-63
/proc/2624116/stat : 2624116 (uwrmaxsat) R 2624113 2624116 2619485 0 -1 4194304 26961 0 0 0 5043 26 0 0 20 0 1 0 233388452 58368000 11083 18446744073709551615 4198400 18223709 140720666207472 0 0 0 0 0 8416290 0 0 0 17 61 0 0 0 0 0 20691536 20798296 23846912 140720666212606 140720666212740 140720666212740 140720666218476 0
/proc/2624116/statm: 14250 11119 1316 3425 0 10195 0
Current children cumulated CPU time: 50.69 s
Current children cumulated vsize: 57000 KiB
Current children cumulated memory: 44476 KiB

[startup+102.3 s]
/proc/loadavg: 16.02 16.13 16.17 17/874 2624255
/proc/meminfo: memFree=883045692/1055320700 swapFree=33554428/33554428
[pid=2624116] ppid=2624113 vsize=78908 memory=66256 CPUtime=101.7 cores=60-63
/proc/2624116/stat : 2624116 (uwrmaxsat) R 2624113 2624116 2619485 0 -1 4194304 34383 0 0 0 10143 27 0 0 20 0 1 0 233388452 80801792 16527 18446744073709551615 4198400 18223709 140720666207472 0 0 0 0 0 8416290 0 0 0 17 61 0 0 0 0 0 20691536 20798296 23846912 140720666212606 140720666212740 140720666212740 140720666218476 0
/proc/2624116/statm: 19727 16564 1316 3425 0 15672 0
Current children cumulated CPU time: 101.7 s
Current children cumulated vsize: 78908 KiB
Current children cumulated memory: 66256 KiB

[startup+162.3 s]
/proc/loadavg: 16.00 16.11 16.16 16/869 2624264
/proc/meminfo: memFree=883194068/1055320700 swapFree=33554428/33554428
[pid=2624116] ppid=2624113 vsize=77320 memory=64424 CPUtime=161.47 cores=60-63
/proc/2624116/stat : 2624116 (uwrmaxsat) R 2624113 2624116 2619485 0 -1 4194304 45569 0 0 0 16118 29 0 0 20 0 1 0 233388452 79175680 15992 18446744073709551615 4198400 18223709 140720666207472 0 0 0 0 0 8416290 0 0 0 17 61 0 0 0 0 0 20691536 20798296 23846912 140720666212606 140720666212740 140720666212740 140720666218476 0
/proc/2624116/statm: 19330 16106 1316 3425 0 15275 0
Current children cumulated CPU time: 161.47 s
Current children cumulated vsize: 77320 KiB
Current children cumulated memory: 64424 KiB

[startup+222.3 s]
/proc/loadavg: 16.00 16.08 16.14 17/873 2624305
/proc/meminfo: memFree=881647032/1055320700 swapFree=33554428/33554428
[pid=2624116] ppid=2624113 vsize=105532 memory=92880 CPUtime=221.19 cores=60-63
/proc/2624116/stat : 2624116 (uwrmaxsat) R 2624113 2624116 2619485 0 -1 4194304 51177 0 0 0 22080 39 0 0 20 0 1 0 233388452 108064768 23183 18446744073709551615 4198400 18223709 140720666207472 0 0 0 0 0 8416290 0 0 0 17 61 0 0 0 0 0 20691536 20798296 23846912 140720666212606 140720666212740 140720666212740 140720666218476 0
/proc/2624116/statm: 26383 23220 1316 3425 0 22328 0
Current children cumulated CPU time: 221.19 s
Current children cumulated vsize: 105532 KiB
Current children cumulated memory: 92880 KiB

[startup+282.3 s]
/proc/loadavg: 16.00 16.07 16.13 17/873 2624306
/proc/meminfo: memFree=883691992/1055320700 swapFree=33554428/33554428
[pid=2624116] ppid=2624113 vsize=96768 memory=84132 CPUtime=280.97 cores=60-63
/proc/2624116/stat : 2624116 (uwrmaxsat) R 2624113 2624116 2619485 0 -1 4194304 54972 0 0 0 28058 39 0 0 20 0 1 0 233388452 99090432 20997 18446744073709551615 4198400 18223709 140720666207472 0 0 0 0 0 8416290 0 0 0 17 61 0 0 0 0 0 20691536 20798296 23846912 140720666212606 140720666212740 140720666212740 140720666218476 0
/proc/2624116/statm: 24192 21033 1316 3425 0 20137 0
Current children cumulated CPU time: 280.97 s
Current children cumulated vsize: 96768 KiB
Current children cumulated memory: 84132 KiB

[startup+342.3 s]
/proc/loadavg: 16.07 16.07 16.13 17/872 2624307
/proc/meminfo: memFree=882128672/1055320700 swapFree=33554428/33554428

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

Current children cumulated memory: 147860 KiB

[startup+2862.3 s]
/proc/loadavg: 10.94 12.68 14.56 11/834 2625216
/proc/meminfo: memFree=885597060/1055320700 swapFree=33554428/33554428
[pid=2624116] ppid=2624113 vsize=194880 memory=182932 CPUtime=2850.98 cores=60-63
/proc/2624116/stat : 2624116 (uwrmaxsat) R 2624113 2624116 2619485 0 -1 4194304 105205 0 0 0 284886 212 0 0 20 0 1 0 233388452 199557120 45660 18446744073709551615 4198400 18223709 140720666207472 0 0 0 0 0 8416290 0 0 0 17 61 0 0 0 0 0 20691536 20798296 23846912 140720666212606 140720666212740 140720666212740 140720666218476 0
/proc/2624116/statm: 48720 45733 1316 3425 0 44665 0
Current children cumulated CPU time: 2850.98 s
Current children cumulated vsize: 194880 KiB
Current children cumulated memory: 182932 KiB

[startup+2922.3 s]
/proc/loadavg: 10.76 12.33 14.32 11/832 2625217
/proc/meminfo: memFree=885482048/1055320700 swapFree=33554428/33554428
[pid=2624116] ppid=2624113 vsize=197780 memory=185832 CPUtime=2910.8 cores=60-63
/proc/2624116/stat : 2624116 (uwrmaxsat) R 2624113 2624116 2619485 0 -1 4194304 108136 0 0 0 290867 213 0 0 20 0 1 0 233388452 202526720 46385 18446744073709551615 4198400 18223709 140720666207472 0 0 0 0 0 8416290 0 0 0 17 61 0 0 0 0 0 20691536 20798296 23846912 140720666212606 140720666212740 140720666212740 140720666218476 0
/proc/2624116/statm: 49445 46458 1316 3425 0 45390 0
Current children cumulated CPU time: 2910.8 s
Current children cumulated vsize: 197780 KiB
Current children cumulated memory: 185832 KiB

[startup+2982.3 s]
/proc/loadavg: 10.32 11.91 14.05 11/833 2625223
/proc/meminfo: memFree=885265968/1055320700 swapFree=33554428/33554428
[pid=2624116] ppid=2624113 vsize=196720 memory=184772 CPUtime=2970.63 cores=60-63
/proc/2624116/stat : 2624116 (uwrmaxsat) R 2624113 2624116 2619485 0 -1 4194304 109347 0 0 0 296849 214 0 0 20 0 1 0 233388452 201441280 46120 18446744073709551615 4198400 18223709 140720666207472 0 0 0 0 0 8416290 0 0 0 17 61 0 0 0 0 0 20691536 20798296 23846912 140720666212606 140720666212740 140720666212740 140720666218476 0
/proc/2624116/statm: 49180 46193 1316 3425 0 45125 0
Current children cumulated CPU time: 2970.63 s
Current children cumulated vsize: 196720 KiB
Current children cumulated memory: 184772 KiB

[startup+3042.3 s]
/proc/loadavg: 10.12 11.56 13.79 11/834 2625229
/proc/meminfo: memFree=885339108/1055320700 swapFree=33554428/33554428
[pid=2624116] ppid=2624113 vsize=194300 memory=182352 CPUtime=3030.45 cores=60-63
/proc/2624116/stat : 2624116 (uwrmaxsat) R 2624113 2624116 2619485 0 -1 4194304 111854 0 0 0 302831 214 0 0 20 0 1 0 233388452 198963200 45515 18446744073709551615 4198400 18223709 140720666207472 0 0 0 0 0 8416290 0 0 0 17 61 0 0 0 0 0 20691536 20798296 23846912 140720666212606 140720666212740 140720666212740 140720666218476 0
/proc/2624116/statm: 48575 45588 1316 3425 0 44520 0
Current children cumulated CPU time: 3030.45 s
Current children cumulated vsize: 194300 KiB
Current children cumulated memory: 182352 KiB

[startup+3102.3 s]
/proc/loadavg: 10.04 11.28 13.55 11/834 2625230
/proc/meminfo: memFree=884973656/1055320700 swapFree=33554428/33554428
[pid=2624116] ppid=2624113 vsize=203280 memory=191332 CPUtime=3090.28 cores=60-63
/proc/2624116/stat : 2624116 (uwrmaxsat) R 2624113 2624116 2619485 0 -1 4194304 113116 0 0 0 308814 214 0 0 20 0 1 0 233388452 208158720 47760 18446744073709551615 4198400 18223709 140720666207472 0 0 0 0 0 8416290 0 0 0 17 61 0 0 0 0 0 20691536 20798296 23846912 140720666212606 140720666212740 140720666212740 140720666218476 0
/proc/2624116/statm: 50820 47833 1316 3425 0 46765 0
Current children cumulated CPU time: 3090.28 s
Current children cumulated vsize: 203280 KiB
Current children cumulated memory: 191332 KiB

[startup+3162.3 s]
/proc/loadavg: 10.01 11.04 13.33 11/834 2625231
/proc/meminfo: memFree=885303468/1055320700 swapFree=33554428/33554428
[pid=2624116] ppid=2624113 vsize=195652 memory=183704 CPUtime=3150.1 cores=60-63
/proc/2624116/stat : 2624116 (uwrmaxsat) R 2624113 2624116 2619485 0 -1 4194304 115301 0 0 0 314795 215 0 0 20 0 1 0 233388452 200347648 45853 18446744073709551615 4198400 18223709 140720666207472 0 0 0 0 0 8416290 0 0 0 17 61 0 0 0 0 0 20691536 20798296 23846912 140720666212606 140720666212740 140720666212740 140720666218476 0
/proc/2624116/statm: 48913 45926 1316 3425 0 44858 0
Current children cumulated CPU time: 3150.1 s
Current children cumulated vsize: 195652 KiB
Current children cumulated memory: 183704 KiB

[startup+3222.3 s]
/proc/loadavg: 10.06 10.87 13.12 11/834 2625232
/proc/meminfo: memFree=885288108/1055320700 swapFree=33554428/33554428
[pid=2624116] ppid=2624113 vsize=197456 memory=185508 CPUtime=3209.93 cores=60-63
/proc/2624116/stat : 2624116 (uwrmaxsat) R 2624113 2624116 2619485 0 -1 4194304 117858 0 0 0 320776 217 0 0 20 0 1 0 233388452 202194944 46304 18446744073709551615 4198400 18223709 140720666207472 0 0 0 0 0 8416290 0 0 0 17 61 0 0 0 0 0 20691536 20798296 23846912 140720666212606 140720666212740 140720666212740 140720666218476 0
/proc/2624116/statm: 49364 46377 1316 3425 0 45309 0
Current children cumulated CPU time: 3209.93 s
Current children cumulated vsize: 197456 KiB
Current children cumulated memory: 185508 KiB

[startup+3282.3 s]
/proc/loadavg: 10.02 10.71 12.92 11/833 2625233
/proc/meminfo: memFree=885068316/1055320700 swapFree=33554428/33554428
[pid=2624116] ppid=2624113 vsize=199120 memory=187172 CPUtime=3269.75 cores=60-63
/proc/2624116/stat : 2624116 (uwrmaxsat) R 2624113 2624116 2619485 0 -1 4194304 119209 0 0 0 326758 217 0 0 20 0 1 0 233388452 203898880 46720 18446744073709551615 4198400 18223709 140720666207472 0 0 0 0 0 8416290 0 0 0 17 61 0 0 0 0 0 20691536 20798296 23846912 140720666212606 140720666212740 140720666212740 140720666218476 0
/proc/2624116/statm: 49780 46793 1316 3425 0 45725 0
Current children cumulated CPU time: 3269.75 s
Current children cumulated vsize: 199120 KiB
Current children cumulated memory: 187172 KiB

[startup+3342.3 s]
/proc/loadavg: 10.01 10.57 12.74 11/832 2625234
/proc/meminfo: memFree=885037196/1055320700 swapFree=33554428/33554428
[pid=2624116] ppid=2624113 vsize=203100 memory=191152 CPUtime=3329.58 cores=60-63
/proc/2624116/stat : 2624116 (uwrmaxsat) R 2624113 2624116 2619485 0 -1 4194304 121268 0 0 0 332740 218 0 0 20 0 1 0 233388452 207974400 47715 18446744073709551615 4198400 18223709 140720666207472 0 0 0 0 0 8416290 0 0 0 17 61 0 0 0 0 0 20691536 20798296 23846912 140720666212606 140720666212740 140720666212740 140720666218476 0
/proc/2624116/statm: 50775 47788 1316 3425 0 46720 0
Current children cumulated CPU time: 3329.58 s
Current children cumulated vsize: 203100 KiB
Current children cumulated memory: 191152 KiB

[startup+3402.3 s]
/proc/loadavg: 10.00 10.47 12.56 11/833 2625236
/proc/meminfo: memFree=885152416/1055320700 swapFree=33554428/33554428
[pid=2624116] ppid=2624113 vsize=196040 memory=184092 CPUtime=3389.41 cores=60-63
/proc/2624116/stat : 2624116 (uwrmaxsat) R 2624113 2624116 2619485 0 -1 4194304 123278 0 0 0 338722 219 0 0 20 0 1 0 233388452 200744960 45950 18446744073709551615 4198400 18223709 140720666207472 0 0 0 0 0 8416290 0 0 0 17 61 0 0 0 0 0 20691536 20798296 23846912 140720666212606 140720666212740 140720666212740 140720666218476 0
/proc/2624116/statm: 49010 46023 1316 3425 0 44955 0
Current children cumulated CPU time: 3389.41 s
Current children cumulated vsize: 196040 KiB
Current children cumulated memory: 184092 KiB

[startup+3462.3 s]
/proc/loadavg: 10.06 10.40 12.41 11/833 2625248
/proc/meminfo: memFree=884108972/1055320700 swapFree=33554428/33554428
[pid=2624116] ppid=2624113 vsize=199904 memory=187956 CPUtime=3449.23 cores=60-63
/proc/2624116/stat : 2624116 (uwrmaxsat) R 2624113 2624116 2619485 0 -1 4194304 124104 0 0 0 344704 219 0 0 20 0 1 0 233388452 204701696 46916 18446744073709551615 4198400 18223709 140720666207472 0 0 0 0 0 8416290 0 0 0 17 61 0 0 0 0 0 20691536 20798296 23846912 140720666212606 140720666212740 140720666212740 140720666218476 0
/proc/2624116/statm: 49976 46989 1316 3425 0 45921 0
Current children cumulated CPU time: 3449.23 s
Current children cumulated vsize: 199904 KiB
Current children cumulated memory: 187956 KiB

[startup+3522.3 s]
/proc/loadavg: 10.02 10.32 12.25 11/834 2625250
/proc/meminfo: memFree=884775044/1055320700 swapFree=33554428/33554428
[pid=2624116] ppid=2624113 vsize=202424 memory=190476 CPUtime=3509.06 cores=60-63
/proc/2624116/stat : 2624116 (uwrmaxsat) R 2624113 2624116 2619485 0 -1 4194304 125666 0 0 0 350686 220 0 0 20 0 1 0 233388452 207282176 47546 18446744073709551615 4198400 18223709 140720666207472 0 0 0 0 0 8416290 0 0 0 17 61 0 0 0 0 0 20691536 20798296 23846912 140720666212606 140720666212740 140720666212740 140720666218476 0
/proc/2624116/statm: 50606 47619 1316 3425 0 46551 0
Current children cumulated CPU time: 3509.06 s
Current children cumulated vsize: 202424 KiB
Current children cumulated memory: 190476 KiB

[startup+3582.3 s]
/proc/loadavg: 9.44 10.11 12.06 10/828 2625284
/proc/meminfo: memFree=885994096/1055320700 swapFree=33554428/33554428
[pid=2624116] ppid=2624113 vsize=202052 memory=190104 CPUtime=3568.79 cores=60-63
/proc/2624116/stat : 2624116 (uwrmaxsat) R 2624113 2624116 2619485 0 -1 4194304 128088 0 0 0 356650 229 0 0 20 0 1 0 233388452 206901248 47534 18446744073709551615 4198400 18223709 140720666207472 0 0 0 0 0 8416290 0 0 0 17 61 0 0 0 0 0 20691536 20798296 23846912 140720666212606 140720666212740 140720666212740 140720666218476 0
/proc/2624116/statm: 50513 47526 1316 3425 0 46458 0
Current children cumulated CPU time: 3568.79 s
Current children cumulated vsize: 202052 KiB
Current children cumulated memory: 190104 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3613.6 s]
/proc/loadavg: 9.42 10.03 11.97 10/829 2625288
/proc/meminfo: memFree=885403388/1055320700 swapFree=33554428/33554428
[pid=2624116] ppid=2624113 vsize=197004 memory=185056 CPUtime=3600 cores=60-63
/proc/2624116/stat : 2624116 (uwrmaxsat) R 2624113 2624116 2619485 0 -1 4194304 129180 0 0 0 359771 229 0 0 20 0 1 0 233388452 201732096 46198 18446744073709551615 4198400 18223709 140720666207472 0 0 0 0 0 8416290 0 0 0 17 61 0 0 0 0 0 20691536 20798296 23846912 140720666212606 140720666212740 140720666212740 140720666218476 0
/proc/2624116/statm: 49251 46264 1316 3425 0 45196 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 197004 KiB
Current children cumulated memory: 185056 KiB

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

[startup+3613.6 s]
# the end of solver process 2624116 was just reported to runsolver
# Child status: 10

# cumulated CPU time of all completed processes:  user=3597.71 s, system=2.2982 s

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

Child status: 10

Real time (s): 3613.6
CPU time (s): 3600.01
CPU user time (s): 3597.71
CPU system time (s): 2.2982
CPU usage (%): 99.6239
Max. virtual memory (cumulated for all children) (KiB): 294452
Max. memory (cumulated for all children) (KiB): 281844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.71
system time used= 2.2982
maximum resident set size= 281436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129192
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25
involuntary context switches= 2846


# summary of solver processes directly reported to runsolver:
#   pid: 2624116
#   total CPU time (s): 3600.01
#   total CPU user time (s): 3597.71
#   total CPU system time (s): 2.2982

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.5546 second user time and 37.0585 second system time

The end

Launcher Data

Begin job on nodeE004 at 2026-07-02 16:03:26
IDJOB=4820773
IDBENCH=177197
IDSOLVER=3651
FILE ID=nodeE004/4820773-1783001006
RUNJOBID= nodeE004-1782995844-2619517
SLURM_JOB_ID= 12552658
Free space on /tmp= 796284 MiB

SOLVER NAME= UWrMaxSat-SCIP 2.0.4
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/multverif/diagcomm_greater/normalized-mult_diagcomm_opt_greater_teq_nbits_38.opb
COMMAND LINE= ./uwrmaxsat -no-par -scip-cpu=900 -scip-cpu-add=500 -mem-lim=MEMLIMIT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4820773-1783001006/watcher-4820773-1783001006 -o /tmp/evaluation-result-4820773-1783001006/solver-4820773-1783001006 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4820773-1783001006/vars-4820773-1783001006 --bin-var /tmp/runsolver-exch-nodeE004-1782995844-2619517 --watchdog 3760  ./uwrmaxsat -no-par -scip-cpu=900 -scip-cpu-add=500 -mem-lim=62000 HOME/instance-4820773-1783001006.opb

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

MD5SUM BENCH= 0a1ada2ecb75797a09790024dcad861b
RANDOM SEED=213728989

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 53
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 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.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

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

processor	: 55
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 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.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       1055320700 kB
MemFree:        882421808 kB
MemAvailable:   1005983140 kB
Buffers:            3352 kB
Cached:         127954528 kB
SwapCached:            0 kB
Active:         43213612 kB
Inactive:       121667492 kB
Active(anon):   37701960 kB
Inactive(anon):   142608 kB
Active(file):    5511652 kB
Inactive(file): 121524884 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             18292 kB
Writeback:             8 kB
AnonPages:      36919480 kB
Mapped:           354236 kB
Shmem:            921344 kB
KReclaimable:    1551940 kB
Slab:            2137696 kB
SReclaimable:    1551940 kB
SUnreclaim:       585756 kB
KernelStack:       14832 kB
PageTables:        79036 kB
SecPageTables:     15392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214776 kB
Committed_AS:   42767896 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      478708 kB
VmallocChunk:          0 kB
Percpu:           135168 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12539904 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:      377284 kB
DirectMap2M:    20916224 kB
DirectMap1G:    1052770304 kB

Free space on /tmp at the end= 796792 MiB
End job on nodeE004 at 2026-07-02 17:03:40