Trace number 4820777

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

General information on the benchmark

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

running on 4 cores: 48-51

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

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

CPU governors:
  performance: 48-51

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (118286 MiB free)
  node 1: cores 8-15, 128973 MiB (82094 MiB free)
  node 2: cores 16-23, 129019 MiB (118395 MiB free)
  node 3: cores 24-31, 129003 MiB (104600 MiB free)
  node 4: cores 32-39, 129019 MiB (116842 MiB free)
  node 5: cores 40-47, 129019 MiB (122096 MiB free)
  node 6: cores 48-55, 129019 MiB (108057 MiB free)
  node 7: cores 56-63, 128474 MiB (98403 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=2579894, runsolver pid=2579891
Current StackSize limit: 8192 KiB


[startup+0.100066 s]*
/proc/loadavg: 16.00 16.05 16.06 17/872 2579895
/proc/meminfo: memFree=889597124/1055320708 swapFree=32653480/33554428
[pid=2579894] ppid=2579891 vsize=52556 memory=39564 CPUtime=0.11 cores=48-51
/proc/2579894/stat : 2579894 (uwrmaxsat) R 2579891 2579894 2575083 0 -1 4194304 11927 0 0 0 10 1 0 0 20 0 1 0 233385344 53817344 9836 18446744073709551615 4198400 18223709 140734762519760 0 0 0 0 0 27682 0 0 0 17 49 0 0 0 0 0 20691536 20798296 49164288 140734762522878 140734762523012 140734762523012 140734762528748 0
/proc/2579894/statm: 13139 9891 1300 3425 0 9084 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 52556 KiB
Current children cumulated memory: 39564 KiB

[startup+0.212691 s]*
/proc/loadavg: 16.00 16.05 16.06 17/872 2579895
/proc/meminfo: memFree=889587044/1055320708 swapFree=32653480/33554428
[pid=2579894] ppid=2579891 vsize=60788 memory=48068 CPUtime=0.22 cores=48-51
/proc/2579894/stat : 2579894 (uwrmaxsat) R 2579891 2579894 2575083 0 -1 4194304 14187 0 0 0 21 1 0 0 20 0 1 0 233385344 62246912 11896 18446744073709551615 4198400 18223709 140734762519760 0 0 0 0 0 8416290 0 0 0 17 49 0 0 0 0 0 20691536 20798296 49164288 140734762522878 140734762523012 140734762523012 140734762528748 0
/proc/2579894/statm: 15197 12017 1316 3425 0 11142 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 60788 KiB
Current children cumulated memory: 48068 KiB

[startup+0.313198 s]*
/proc/loadavg: 16.00 16.05 16.06 17/872 2579895
/proc/meminfo: memFree=889579688/1055320708 swapFree=32653480/33554428
[pid=2579894] ppid=2579891 vsize=59320 memory=46600 CPUtime=0.32 cores=48-51
/proc/2579894/stat : 2579894 (uwrmaxsat) R 2579891 2579894 2575083 0 -1 4194304 15052 0 0 0 31 1 0 0 20 0 1 0 233385344 60743680 11734 18446744073709551615 4198400 18223709 140734762519760 0 0 0 0 0 8416290 0 0 0 17 49 0 0 0 0 0 20691536 20798296 49164288 140734762522878 140734762523012 140734762523012 140734762528748 0
/proc/2579894/statm: 14830 11650 1316 3425 0 10775 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 59320 KiB
Current children cumulated memory: 46600 KiB

[startup+0.70016 s]
/proc/loadavg: 16.00 16.05 16.06 17/872 2579895
/proc/meminfo: memFree=889582668/1055320708 swapFree=32653480/33554428
[pid=2579894] ppid=2579891 vsize=63904 memory=50916 CPUtime=0.69 cores=48-51
/proc/2579894/stat : 2579894 (uwrmaxsat) R 2579891 2579894 2575083 0 -1 4194304 16819 0 0 0 68 1 0 0 20 0 1 0 233385344 65437696 12604 18446744073709551615 4198400 18223709 140734762519760 0 0 0 0 0 8416290 0 0 0 17 49 0 0 0 0 0 20691536 20798296 49164288 140734762522878 140734762523012 140734762523012 140734762528748 0
/proc/2579894/statm: 15976 12729 1316 3425 0 11921 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 63904 KiB
Current children cumulated memory: 50916 KiB

[startup+1.50013 s]
/proc/loadavg: 16.00 16.05 16.06 17/872 2579895
/proc/meminfo: memFree=889579396/1055320708 swapFree=32653480/33554428
[pid=2579894] ppid=2579891 vsize=62204 memory=49216 CPUtime=1.48 cores=48-51
/proc/2579894/stat : 2579894 (uwrmaxsat) R 2579891 2579894 2575083 0 -1 4194304 18630 0 0 0 147 1 0 0 20 0 1 0 233385344 63696896 12230 18446744073709551615 4198400 18223709 140734762519760 0 0 0 0 0 8416290 0 0 0 17 49 0 0 0 0 0 20691536 20798296 49164288 140734762522878 140734762523012 140734762523012 140734762528748 0
/proc/2579894/statm: 15551 12304 1316 3425 0 11496 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 62204 KiB
Current children cumulated memory: 49216 KiB

[startup+3.11287 s]
/proc/loadavg: 16.00 16.05 16.06 17/872 2579895
/proc/meminfo: memFree=889535388/1055320708 swapFree=32653480/33554428
[pid=2579894] ppid=2579891 vsize=61000 memory=48148 CPUtime=3.09 cores=48-51
/proc/2579894/stat : 2579894 (uwrmaxsat) R 2579891 2579894 2575083 0 -1 4194304 19788 0 0 0 308 1 0 0 20 0 1 0 233385344 62464000 12001 18446744073709551615 4198400 18223709 140734762519760 0 0 0 0 0 8416290 0 0 0 17 49 0 0 0 0 0 20691536 20798296 49164288 140734762522878 140734762523012 140734762523012 140734762528748 0
/proc/2579894/statm: 15250 12037 1316 3425 0 11195 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 61000 KiB
Current children cumulated memory: 48148 KiB

[startup+6.30015 s]
/proc/loadavg: 16.00 16.05 16.06 17/872 2579895
/proc/meminfo: memFree=889428116/1055320708 swapFree=32653480/33554428
[pid=2579894] ppid=2579891 vsize=67076 memory=54096 CPUtime=6.27 cores=48-51
/proc/2579894/stat : 2579894 (uwrmaxsat) R 2579891 2579894 2575083 0 -1 4194304 22891 0 0 0 626 1 0 0 20 0 1 0 233385344 68685824 13384 18446744073709551615 4198400 18223709 140734762519760 0 0 0 0 0 8416290 0 0 0 17 49 0 0 0 0 0 20691536 20798296 49164288 140734762522878 140734762523012 140734762523012 140734762528748 0
/proc/2579894/statm: 16769 13524 1316 3425 0 12714 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 67076 KiB
Current children cumulated memory: 54096 KiB

[startup+12.7002 s]
/proc/loadavg: 16.00 16.05 16.06 17/872 2579895
/proc/meminfo: memFree=889411404/1055320708 swapFree=32653480/33554428
[pid=2579894] ppid=2579891 vsize=69292 memory=56312 CPUtime=12.65 cores=48-51
/proc/2579894/stat : 2579894 (uwrmaxsat) R 2579891 2579894 2575083 0 -1 4194304 25283 0 0 0 1263 2 0 0 20 0 1 0 233385344 70955008 14024 18446744073709551615 4198400 18223709 140734762519760 0 0 0 0 0 8416290 0 0 0 17 49 0 0 0 0 0 20691536 20798296 49164288 140734762522878 140734762523012 140734762523012 140734762528748 0
/proc/2579894/statm: 17323 14078 1316 3425 0 13268 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 69292 KiB
Current children cumulated memory: 56312 KiB

[startup+25.5001 s]
/proc/loadavg: 16.22 16.10 16.07 16/870 2579927
/proc/meminfo: memFree=889513740/1055320708 swapFree=32653480/33554428
[pid=2579894] ppid=2579891 vsize=73000 memory=60088 CPUtime=25.4 cores=48-51
/proc/2579894/stat : 2579894 (uwrmaxsat) R 2579891 2579894 2575083 0 -1 4194304 27709 0 0 0 2538 2 0 0 20 0 1 0 233385344 74752000 14889 18446744073709551615 4198400 18223709 140734762519760 0 0 0 0 0 8416290 0 0 0 17 49 0 0 0 0 0 20691536 20798296 49164288 140734762522878 140734762523012 140734762523012 140734762528748 0
/proc/2579894/statm: 18250 15022 1316 3425 0 14195 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 73000 KiB
Current children cumulated memory: 60088 KiB

[startup+51.1128 s]
/proc/loadavg: 16.49 16.17 16.10 17/872 2579991
/proc/meminfo: memFree=889630164/1055320708 swapFree=32653480/33554428
[pid=2579894] ppid=2579891 vsize=90876 memory=77976 CPUtime=50.92 cores=48-51
/proc/2579894/stat : 2579894 (uwrmaxsat) R 2579891 2579894 2575083 0 -1 4194304 32626 0 0 0 5090 2 0 0 20 0 1 0 233385344 93057024 19420 18446744073709551615 4198400 18223709 140734762519760 0 0 0 0 0 8416290 0 0 0 17 49 0 0 0 0 0 20691536 20798296 49164288 140734762522878 140734762523012 140734762523012 140734762528748 0
/proc/2579894/statm: 22719 19494 1316 3425 0 18664 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 90876 KiB
Current children cumulated memory: 77976 KiB

[startup+102.3 s]
/proc/loadavg: 16.83 16.31 16.15 17/871 2579992
/proc/meminfo: memFree=891438700/1055320708 swapFree=32653480/33554428
[pid=2579894] ppid=2579891 vsize=84500 memory=71764 CPUtime=101.94 cores=48-51
/proc/2579894/stat : 2579894 (uwrmaxsat) R 2579891 2579894 2575083 0 -1 4194304 34818 0 0 0 10191 3 0 0 20 0 1 0 233385344 86528000 17797 18446744073709551615 4198400 18223709 140734762519760 0 0 0 0 0 8416290 0 0 0 17 49 0 0 0 0 0 20691536 20798296 49164288 140734762522878 140734762523012 140734762523012 140734762528748 0
/proc/2579894/statm: 21125 17941 1316 3425 0 17070 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 84500 KiB
Current children cumulated memory: 71764 KiB

[startup+162.3 s]
/proc/loadavg: 16.60 16.36 16.18 17/870 2580040
/proc/meminfo: memFree=892577316/1055320708 swapFree=32653480/33554428
[pid=2579894] ppid=2579891 vsize=83840 memory=71232 CPUtime=161.73 cores=48-51
/proc/2579894/stat : 2579894 (uwrmaxsat) R 2579891 2579894 2575083 0 -1 4194304 38221 0 0 0 16170 3 0 0 20 0 1 0 233385344 85852160 17772 18446744073709551615 4198400 18223709 140734762519760 0 0 0 0 0 8416290 0 0 0 17 49 0 0 0 0 0 20691536 20798296 49164288 140734762522878 140734762523012 140734762523012 140734762528748 0
/proc/2579894/statm: 20960 17808 1316 3425 0 16905 0
Current children cumulated CPU time: 161.73 s
Current children cumulated vsize: 83840 KiB
Current children cumulated memory: 71232 KiB

[startup+222.3 s]
/proc/loadavg: 16.30 16.31 16.17 17/870 2580041
/proc/meminfo: memFree=892696296/1055320708 swapFree=32653480/33554428
[pid=2579894] ppid=2579891 vsize=86444 memory=73708 CPUtime=221.53 cores=48-51
/proc/2579894/stat : 2579894 (uwrmaxsat) R 2579891 2579894 2575083 0 -1 4194304 42457 0 0 0 22149 4 0 0 20 0 1 0 233385344 88518656 18391 18446744073709551615 4198400 18223709 140734762519760 0 0 0 0 0 8416290 0 0 0 17 49 0 0 0 0 0 20691536 20798296 49164288 140734762522878 140734762523012 140734762523012 140734762528748 0
/proc/2579894/statm: 21611 18427 1316 3425 0 17556 0
Current children cumulated CPU time: 221.53 s
Current children cumulated vsize: 86444 KiB
Current children cumulated memory: 73708 KiB

[startup+282.3 s]
/proc/loadavg: 16.11 16.25 16.16 17/870 2580187
/proc/meminfo: memFree=892343520/1055320708 swapFree=32653480/33554428
[pid=2579894] ppid=2579891 vsize=88500 memory=75892 CPUtime=281.32 cores=48-51
/proc/2579894/stat : 2579894 (uwrmaxsat) R 2579891 2579894 2575083 0 -1 4194304 46362 0 0 0 28127 5 0 0 20 0 1 0 233385344 90624000 19057 18446744073709551615 4198400 18223709 140734762519760 0 0 0 0 0 8416290 0 0 0 17 49 0 0 0 0 0 20691536 20798296 49164288 140734762522878 140734762523012 140734762523012 140734762528748 0
/proc/2579894/statm: 22125 18973 1316 3425 0 18070 0
Current children cumulated CPU time: 281.32 s
Current children cumulated vsize: 88500 KiB
Current children cumulated memory: 75892 KiB

[startup+342.3 s]
/proc/loadavg: 16.04 16.20 16.15 17/870 2580188
/proc/meminfo: memFree=892818308/1055320708 swapFree=32653480/33554428

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

Current children cumulated memory: 149812 KiB

[startup+2862.3 s]
/proc/loadavg: 10.32 12.97 14.75 11/835 2580848
/proc/meminfo: memFree=935661200/1055320708 swapFree=32653480/33554428
[pid=2579894] ppid=2579891 vsize=199880 memory=187204 CPUtime=2852.91 cores=48-51
/proc/2579894/stat : 2579894 (uwrmaxsat) R 2579891 2579894 2575083 0 -1 4194304 88765 0 0 0 285275 16 0 0 20 0 1 0 233385344 204677120 46699 18446744073709551615 4198400 18223709 140734762519760 0 0 0 0 0 8416290 0 0 0 17 49 0 0 0 0 0 20691536 20798296 49164288 140734762522878 140734762523012 140734762523012 140734762528748 0
/proc/2579894/statm: 49970 46801 1316 3425 0 45915 0
Current children cumulated CPU time: 2852.91 s
Current children cumulated vsize: 199880 KiB
Current children cumulated memory: 187204 KiB

[startup+2922.3 s]
/proc/loadavg: 10.65 12.57 14.49 11/835 2580849
/proc/meminfo: memFree=935636128/1055320708 swapFree=32653480/33554428
[pid=2579894] ppid=2579891 vsize=162488 memory=149812 CPUtime=2912.73 cores=48-51
/proc/2579894/stat : 2579894 (uwrmaxsat) R 2579891 2579894 2575083 0 -1 4194304 89385 0 0 0 291257 16 0 0 20 0 1 0 233385344 166387712 37417 18446744073709551615 4198400 18223709 140734762519760 0 0 0 0 0 8416290 0 0 0 17 49 0 0 0 0 0 20691536 20798296 49164288 140734762522878 140734762523012 140734762523012 140734762528748 0
/proc/2579894/statm: 40622 37453 1316 3425 0 36567 0
Current children cumulated CPU time: 2912.73 s
Current children cumulated vsize: 162488 KiB
Current children cumulated memory: 149812 KiB

[startup+2982.3 s]
/proc/loadavg: 10.27 12.11 14.22 11/835 2580853
/proc/meminfo: memFree=935018048/1055320708 swapFree=32653480/33554428
[pid=2579894] ppid=2579891 vsize=205216 memory=192540 CPUtime=2972.55 cores=48-51
/proc/2579894/stat : 2579894 (uwrmaxsat) R 2579891 2579894 2575083 0 -1 4194304 90289 0 0 0 297238 17 0 0 20 0 1 0 233385344 210141184 48099 18446744073709551615 4198400 18223709 140734762519760 0 0 0 0 0 8416290 0 0 0 17 49 0 0 0 0 0 20691536 20798296 49164288 140734762522878 140734762523012 140734762523012 140734762528748 0
/proc/2579894/statm: 51304 48135 1316 3425 0 47249 0
Current children cumulated CPU time: 2972.55 s
Current children cumulated vsize: 205216 KiB
Current children cumulated memory: 192540 KiB

[startup+3042.3 s]
/proc/loadavg: 10.59 11.85 13.99 11/835 2580858
/proc/meminfo: memFree=935090032/1055320708 swapFree=32653480/33554428
[pid=2579894] ppid=2579891 vsize=203664 memory=190988 CPUtime=3032.38 cores=48-51
/proc/2579894/stat : 2579894 (uwrmaxsat) R 2579891 2579894 2575083 0 -1 4194304 90905 0 0 0 303221 17 0 0 20 0 1 0 233385344 208551936 47645 18446744073709551615 4198400 18223709 140734762519760 0 0 0 0 0 8416290 0 0 0 17 49 0 0 0 0 0 20691536 20798296 49164288 140734762522878 140734762523012 140734762523012 140734762528748 0
/proc/2579894/statm: 50916 47747 1316 3425 0 46861 0
Current children cumulated CPU time: 3032.38 s
Current children cumulated vsize: 203664 KiB
Current children cumulated memory: 190988 KiB

[startup+3102.3 s]
/proc/loadavg: 10.45 11.60 13.77 11/835 2580859
/proc/meminfo: memFree=935092692/1055320708 swapFree=32653480/33554428
[pid=2579894] ppid=2579891 vsize=197764 memory=185088 CPUtime=3092.2 cores=48-51
/proc/2579894/stat : 2579894 (uwrmaxsat) R 2579891 2579894 2575083 0 -1 4194304 91577 0 0 0 309203 17 0 0 20 0 1 0 233385344 202510336 46170 18446744073709551615 4198400 18223709 140734762519760 0 0 0 0 0 8416290 0 0 0 17 49 0 0 0 0 0 20691536 20798296 49164288 140734762522878 140734762523012 140734762523012 140734762528748 0
/proc/2579894/statm: 49441 46272 1316 3425 0 45386 0
Current children cumulated CPU time: 3092.2 s
Current children cumulated vsize: 197764 KiB
Current children cumulated memory: 185088 KiB

[startup+3162.3 s]
/proc/loadavg: 10.23 11.32 13.54 11/834 2580860
/proc/meminfo: memFree=935096380/1055320708 swapFree=32653480/33554428
[pid=2579894] ppid=2579891 vsize=162488 memory=149812 CPUtime=3152.02 cores=48-51
/proc/2579894/stat : 2579894 (uwrmaxsat) R 2579891 2579894 2575083 0 -1 4194304 91979 0 0 0 315185 17 0 0 20 0 1 0 233385344 166387712 37417 18446744073709551615 4198400 18223709 140734762519760 0 0 0 0 0 8416290 0 0 0 17 49 0 0 0 0 0 20691536 20798296 49164288 140734762522878 140734762523012 140734762523012 140734762528748 0
/proc/2579894/statm: 40622 37453 1316 3425 0 36567 0
Current children cumulated CPU time: 3152.02 s
Current children cumulated vsize: 162488 KiB
Current children cumulated memory: 149812 KiB

[startup+3222.3 s]
/proc/loadavg: 10.62 11.22 13.36 11/834 2580861
/proc/meminfo: memFree=935110488/1055320708 swapFree=32653480/33554428
[pid=2579894] ppid=2579891 vsize=162488 memory=149812 CPUtime=3211.86 cores=48-51
/proc/2579894/stat : 2579894 (uwrmaxsat) R 2579891 2579894 2575083 0 -1 4194304 92494 0 0 0 321168 18 0 0 20 0 1 0 233385344 166387712 37417 18446744073709551615 4198400 18223709 140734762519760 0 0 0 0 0 8416290 0 0 0 17 49 0 0 0 0 0 20691536 20798296 49164288 140734762522878 140734762523012 140734762523012 140734762528748 0
/proc/2579894/statm: 40622 37453 1316 3425 0 36567 0
Current children cumulated CPU time: 3211.86 s
Current children cumulated vsize: 162488 KiB
Current children cumulated memory: 149812 KiB

[startup+3282.3 s]
/proc/loadavg: 10.33 11.03 13.16 11/834 2580862
/proc/meminfo: memFree=935304920/1055320708 swapFree=32653480/33554428
[pid=2579894] ppid=2579891 vsize=202344 memory=189444 CPUtime=3271.68 cores=48-51
/proc/2579894/stat : 2579894 (uwrmaxsat) R 2579891 2579894 2575083 0 -1 4194304 93710 0 0 0 327150 18 0 0 20 0 1 0 233385344 207200256 47259 18446744073709551615 4198400 18223709 140734762519760 0 0 0 0 0 8416290 0 0 0 17 49 0 0 0 0 0 20691536 20798296 49164288 140734762522878 140734762523012 140734762523012 140734762528748 0
/proc/2579894/statm: 50586 47361 1316 3425 0 46531 0
Current children cumulated CPU time: 3271.68 s
Current children cumulated vsize: 202344 KiB
Current children cumulated memory: 189444 KiB

[startup+3342.3 s]
/proc/loadavg: 10.91 11.04 13.02 11/834 2580863
/proc/meminfo: memFree=935692460/1055320708 swapFree=32653480/33554428
[pid=2579894] ppid=2579891 vsize=201492 memory=188592 CPUtime=3331.51 cores=48-51
/proc/2579894/stat : 2579894 (uwrmaxsat) R 2579891 2579894 2575083 0 -1 4194304 94616 0 0 0 333133 18 0 0 20 0 1 0 233385344 206327808 47046 18446744073709551615 4198400 18223709 140734762519760 0 0 0 0 0 8416290 0 0 0 17 49 0 0 0 0 0 20691536 20798296 49164288 140734762522878 140734762523012 140734762523012 140734762528748 0
/proc/2579894/statm: 50373 47148 1316 3425 0 46318 0
Current children cumulated CPU time: 3331.51 s
Current children cumulated vsize: 201492 KiB
Current children cumulated memory: 188592 KiB

[startup+3402.3 s]
/proc/loadavg: 10.92 11.05 12.90 11/834 2580864
/proc/meminfo: memFree=935524520/1055320708 swapFree=32653480/33554428
[pid=2579894] ppid=2579891 vsize=163060 memory=150472 CPUtime=3391.34 cores=48-51
/proc/2579894/stat : 2579894 (uwrmaxsat) R 2579891 2579894 2575083 0 -1 4194304 94991 0 0 0 339115 19 0 0 20 0 1 0 233385344 166973440 37504 18446744073709551615 4198400 18223709 140734762519760 0 0 0 0 0 8416290 0 0 0 17 49 0 0 0 0 0 20691536 20798296 49164288 140734762522878 140734762523012 140734762523012 140734762528748 0
/proc/2579894/statm: 40765 37618 1316 3425 0 36710 0
Current children cumulated CPU time: 3391.34 s
Current children cumulated vsize: 163060 KiB
Current children cumulated memory: 150472 KiB

[startup+3462.3 s]
/proc/loadavg: 10.34 10.86 12.72 11/834 2580865
/proc/meminfo: memFree=935457988/1055320708 swapFree=32653480/33554428
[pid=2579894] ppid=2579891 vsize=163060 memory=150472 CPUtime=3451.16 cores=48-51
/proc/2579894/stat : 2579894 (uwrmaxsat) R 2579891 2579894 2575083 0 -1 4194304 95462 0 0 0 345097 19 0 0 20 0 1 0 233385344 166973440 37504 18446744073709551615 4198400 18223709 140734762519760 0 0 0 0 0 8416290 0 0 0 17 49 0 0 0 0 0 20691536 20798296 49164288 140734762522878 140734762523012 140734762523012 140734762528748 0
/proc/2579894/statm: 40765 37618 1316 3425 0 36710 0
Current children cumulated CPU time: 3451.16 s
Current children cumulated vsize: 163060 KiB
Current children cumulated memory: 150472 KiB

[startup+3522.3 s]
/proc/loadavg: 9.73 10.60 12.51 10/829 2580911
/proc/meminfo: memFree=935748312/1055320708 swapFree=32653480/33554428
[pid=2579894] ppid=2579891 vsize=204584 memory=191996 CPUtime=3510.99 cores=48-51
/proc/2579894/stat : 2579894 (uwrmaxsat) R 2579891 2579894 2575083 0 -1 4194304 97100 0 0 0 351080 19 0 0 20 0 1 0 233385344 209494016 47819 18446744073709551615 4198400 18223709 140734762519760 0 0 0 0 0 8416290 0 0 0 17 49 0 0 0 0 0 20691536 20798296 49164288 140734762522878 140734762523012 140734762523012 140734762528748 0
/proc/2579894/statm: 51146 47999 1316 3425 0 47091 0
Current children cumulated CPU time: 3510.99 s
Current children cumulated vsize: 204584 KiB
Current children cumulated memory: 191996 KiB

[startup+3582.3 s]
/proc/loadavg: 9.27 10.31 12.29 10/829 2580912
/proc/meminfo: memFree=935755808/1055320708 swapFree=32653480/33554428
[pid=2579894] ppid=2579891 vsize=163060 memory=150472 CPUtime=3570.82 cores=48-51
/proc/2579894/stat : 2579894 (uwrmaxsat) R 2579891 2579894 2575083 0 -1 4194304 97610 0 0 0 357063 19 0 0 20 0 1 0 233385344 166973440 37504 18446744073709551615 4198400 18223709 140734762519760 0 0 0 0 0 8416290 0 0 0 17 49 0 0 0 0 0 20691536 20798296 49164288 140734762522878 140734762523012 140734762523012 140734762528748 0
/proc/2579894/statm: 40765 37618 1316 3425 0 36710 0
Current children cumulated CPU time: 3570.82 s
Current children cumulated vsize: 163060 KiB
Current children cumulated memory: 150472 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.6 s]
/proc/loadavg: 8.88 10.12 12.16 9/824 2580949
/proc/meminfo: memFree=936417928/1055320708 swapFree=32653480/33554428
[pid=2579894] ppid=2579891 vsize=203576 memory=190988 CPUtime=3600.05 cores=48-51
/proc/2579894/stat : 2579894 (uwrmaxsat) R 2579891 2579894 2575083 0 -1 4194304 98098 0 0 0 359985 20 0 0 20 0 1 0 233385344 208461824 47567 18446744073709551615 4198400 18223709 140734762519760 0 0 0 0 0 8416290 0 0 0 17 49 0 0 0 0 0 20691536 20798296 49164288 140734762522878 140734762523012 140734762523012 140734762528748 0
/proc/2579894/statm: 50894 47747 1316 3425 0 46839 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 203576 KiB
Current children cumulated memory: 190988 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.85 s, system=0.201239 s

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

Child status: 10

Real time (s): 3611.6
CPU time (s): 3600.05
CPU user time (s): 3599.85
CPU system time (s): 0.201239
CPU usage (%): 99.6802
Max. virtual memory (cumulated for all children) (KiB): 259768
Max. memory (cumulated for all children) (KiB): 238264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.85
system time used= 0.201239
maximum resident set size= 247172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98110
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= 27
involuntary context switches= 1593


# summary of solver processes directly reported to runsolver:
#   pid: 2579894
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3599.85
#   total CPU system time (s): 0.201239

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.8742 second user time and 35.9633 second system time

The end

Launcher Data

Begin job on nodeE010 at 2026-07-02 16:02:56
IDJOB=4820777
IDBENCH=177154
IDSOLVER=3651
FILE ID=nodeE010/4820777-1783000976
RUNJOBID= nodeE010-1782995844-2575112
SLURM_JOB_ID= 12552664
Free space on /tmp= 783896 MiB

SOLVER NAME= UWrMaxSat-SCIP 2.0.4
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/multverif/diagcomm_less/normalized-mult_diagcomm_opt_less_teq_nbits_42.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-4820777-1783000976/watcher-4820777-1783000976 -o /tmp/evaluation-result-4820777-1783000976/solver-4820777-1783000976 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4820777-1783000976/vars-4820777-1783000976 --bin-var /tmp/runsolver-exch-nodeE010-1782995844-2575112 --watchdog 3760  ./uwrmaxsat -no-par -scip-cpu=900 -scip-cpu-add=500 -mem-lim=62000 HOME/instance-4820777-1783000976.opb

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

MD5SUM BENCH= 250772f0606ccd63d583dc4a03fd3c9b
RANDOM SEED=1150525642

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       1055320708 kB
MemFree:        889622992 kB
MemAvailable:   992007176 kB
Buffers:              32 kB
Cached:         106075604 kB
SwapCached:         8088 kB
Active:         61517108 kB
Inactive:       100187496 kB
Active(anon):   55666728 kB
Inactive(anon):    24820 kB
Active(file):    5850380 kB
Inactive(file): 100162676 kB
Unevictable:        9000 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       32653480 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             18152 kB
Writeback:            52 kB
AnonPages:      55611236 kB
Mapped:           251300 kB
Shmem:             62580 kB
KReclaimable:    1240504 kB
Slab:            1774896 kB
SReclaimable:    1240504 kB
SUnreclaim:       534392 kB
KernelStack:       14912 kB
PageTables:       115756 kB
SecPageTables:     15560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:   63350232 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      478820 kB
VmallocChunk:          0 kB
Percpu:           116736 kB
HardwareCorrupted:     0 kB
AnonHugePages:  21282816 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      385476 kB
DirectMap2M:    20908032 kB
DirectMap1G:    1052770304 kB

Free space on /tmp at the end= 784784 MiB
End job on nodeE010 at 2026-07-02 17:03:08