Trace number 4836231

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
Sat4j Resolution CERT 2026-05-20 (cert)SAT (TO)1 3600.19 3667.18

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/evencolouring/
unit/normalized-evencolouring_opt_unit_random6regular_nvert_101.opb
MD5SUMfea8f5148d932be30eaf3ec009de232a
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.010934
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables404
Total number of constraints101
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)101
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint7
Maximum length of a constraint7
Number of terms in the objective function 101
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 101
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 101
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.05	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.05	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.05	c See www.sat4j.org for details.
0.00/0.06	c version PB26fixedPrime.v20260610
0.00/0.06	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.06	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.06	c java.vm.version	26.0.1+8-34
0.00/0.06	c java.vm.vendor	Oracle Corporation
0.00/0.06	c sun.arch.data.model	64
0.00/0.06	c java.version		26.0.1
0.00/0.06	c os.name		Linux
0.00/0.06	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.06	c os.arch		amd64
0.00/0.06	c Free memory 		30334720
0.00/0.06	c Max memory 		32178700288
0.00/0.06	c Total memory 		33554432
0.00/0.06	c Number of processors 	4
0.00/0.09	c Pseudo Boolean Optimization by upper bound
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Glucose 2.1 dynamic restart strategy
0.00/0.09	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.00/0.09	c timeout=2147483s
0.00/0.09	c DB Simplification allowed=false
0.00/0.09	c Listener: none
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-4836231-1783692722.opb
0.00/0.09	c reading problem ... 
0.13/0.13	c using VERIPB proof format
0.13/0.13	c  objective function found
0.13/0.14	c ... done. Wall clock time 0.055s.
0.13/0.14	c declared #vars     404
0.13/0.14	c #constraints  202
0.13/0.14	c constraints type 
0.13/0.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 202
0.13/0.14	c 202 constraints processed.
0.13/0.15	c objective function length is 101 literals
0.13/0.19	c SATISFIABLE
0.13/0.19	c OPTIMIZING...
0.13/0.19	c Got one! Elapsed wall clock time (in seconds):0.101
0.13/0.19	o 1
0.96/0.52	c cleaning 2591 clauses out of 5201 with flag 42857/5201
1.75/0.79	c cleaning 4299 clauses out of 8609 with flag 87971/11200
2.31/0.98	c cleaning 5651 clauses out of 11311 with flag 134237/18201
2.62/1.23	c cleaning 6828 clauses out of 13659 with flag 178337/26200
2.88/1.53	c cleaning 7900 clauses out of 15831 with flag 231327/35200
3.20/1.81	c cleaning 8961 clauses out of 17931 with flag 285614/45200
3.70/2.16	c cleaning 9974 clauses out of 19972 with flag 343893/56202
4.12/2.61	c cleaning 10992 clauses out of 21996 with flag 423082/68200
4.37/2.95	c cleaning 11997 clauses out of 24004 with flag 491005/81200
4.71/3.34	c cleaning 12998 clauses out of 26007 with flag 566703/95200
5.12/3.81	c cleaning 13995 clauses out of 28012 with flag 650655/110203
5.53/4.31	c cleaning 14972 clauses out of 30015 with flag 744736/126201
6.00/4.85	c cleaning 16017 clauses out of 32042 with flag 849654/143200
6.54/5.47	c cleaning 17002 clauses out of 34025 with flag 956887/161200
7.07/6.07	c cleaning 18005 clauses out of 36025 with flag 1068375/180202
7.66/6.74	c cleaning 19005 clauses out of 38019 with flag 1191590/200201
8.26/7.41	c cleaning 19998 clauses out of 40013 with flag 1319946/221200
8.88/8.15	c cleaning 20998 clauses out of 42015 with flag 1450160/243200
9.54/8.91	c cleaning 22003 clauses out of 44021 with flag 1592066/266204
10.24/9.77	c cleaning 22984 clauses out of 46014 with flag 1745299/290200
11.04/10.68	c cleaning 24003 clauses out of 48030 with flag 1899488/315200
11.90/11.68	c cleaning 25010 clauses out of 50028 with flag 2069849/341201
12.96/12.80	c cleaning 25994 clauses out of 52017 with flag 2256255/368200
13.77/13.77	c cleaning 27000 clauses out of 54025 with flag 2429167/396202
14.72/14.84	c cleaning 28006 clauses out of 56027 with flag 2596709/425204
15.78/16.04	c cleaning 29000 clauses out of 58019 with flag 2805857/455202
16.83/17.20	c cleaning 30000 clauses out of 60017 with flag 2993223/486200
17.87/18.42	c cleaning 30998 clauses out of 62017 with flag 3194814/518200
18.93/19.69	c cleaning 31999 clauses out of 64022 with flag 3394306/551203
20.07/21.00	c cleaning 32999 clauses out of 66020 with flag 3615160/585200
21.30/22.35	c cleaning 33994 clauses out of 68021 with flag 3833047/620200
22.56/23.74	c cleaning 35008 clauses out of 70029 with flag 4061954/656202
23.88/25.21	c cleaning 36000 clauses out of 72019 with flag 4305343/693200
25.19/26.72	c cleaning 36997 clauses out of 74021 with flag 4549349/731202
26.51/28.27	c cleaning 38006 clauses out of 76022 with flag 4819833/770200
28.01/29.96	c cleaning 38998 clauses out of 78016 with flag 5105360/810200
29.52/31.68	c cleaning 39999 clauses out of 80018 with flag 5381842/851200
31.12/33.48	c cleaning 40996 clauses out of 82019 with flag 5670559/893200
33.00/35.57	c cleaning 42011 clauses out of 84024 with flag 5981895/936201
34.87/37.64	c cleaning 42995 clauses out of 86013 with flag 6296041/980201
36.78/39.75	c cleaning 43990 clauses out of 88017 with flag 6619587/1025200
38.56/41.77	c cleaning 45003 clauses out of 90027 with flag 6940545/1071200
40.53/43.92	c cleaning 45999 clauses out of 92024 with flag 7269003/1118200
42.52/46.18	c cleaning 47003 clauses out of 94026 with flag 7601584/1166201
45.38/49.29	c cleaning 47997 clauses out of 96022 with flag 7980811/1215200
47.55/51.67	c cleaning 48999 clauses out of 98026 with flag 8315907/1265201
49.74/54.03	c cleaning 50001 clauses out of 100026 with flag 8659355/1316200
52.01/56.57	c cleaning 51003 clauses out of 102026 with flag 9029587/1368201
54.29/59.11	c cleaning 52000 clauses out of 104022 with flag 9390274/1421200
56.71/61.73	c cleaning 53000 clauses out of 106023 with flag 9757657/1475201
59.18/64.41	c cleaning 53998 clauses out of 108022 with flag 10123132/1530200
61.57/67.10	c cleaning 55003 clauses out of 110024 with flag 10505911/1586200
64.21/69.96	c cleaning 56002 clauses out of 112023 with flag 10913378/1643202
67.18/73.13	c cleaning 57000 clauses out of 114021 with flag 11351427/1701202
69.81/76.02	c cleaning 57999 clauses out of 116020 with flag 11747528/1760201
72.66/79.19	c cleaning 58999 clauses out of 118020 with flag 12173822/1820200
75.46/82.23	c cleaning 60004 clauses out of 120021 with flag 12569887/1881200
78.30/85.30	c cleaning 60991 clauses out of 122018 with flag 12994531/1943201
81.16/88.47	c cleaning 62006 clauses out of 124031 with flag 13440287/2006205
84.33/91.81	c cleaning 62996 clauses out of 126022 with flag 13888121/2070202
87.66/95.43	c cleaning 63998 clauses out of 128026 with flag 14353859/2135202
91.09/99.16	c cleaning 65005 clauses out of 130027 with flag 14823835/2201201
94.42/102.73	c cleaning 65999 clauses out of 132022 with flag 15332291/2268201
97.96/106.59	c cleaning 66995 clauses out of 134022 with flag 15828080/2336200
101.49/110.38	c cleaning 67998 clauses out of 136027 with flag 16310265/2405200
105.01/114.14	c cleaning 69003 clauses out of 138029 with flag 16791725/2475200
108.92/118.31	c cleaning 69994 clauses out of 140027 with flag 17327846/2546201
112.57/122.20	c cleaning 71006 clauses out of 142034 with flag 17827716/2618202
116.36/126.23	c cleaning 71997 clauses out of 144026 with flag 18346510/2691200
120.09/130.25	c cleaning 73009 clauses out of 146031 with flag 18853174/2765202
123.96/134.39	c cleaning 73995 clauses out of 148020 with flag 19393754/2840200
127.90/138.58	c cleaning 75002 clauses out of 150026 with flag 19941197/2916201
131.84/142.79	c cleaning 76003 clauses out of 152024 with flag 20484423/2993201
136.25/147.43	c cleaning 77003 clauses out of 154021 with flag 21063693/3071201
140.50/151.96	c cleaning 77987 clauses out of 156017 with flag 21651838/3150200
144.64/156.33	c cleaning 79002 clauses out of 158030 with flag 22241657/3230200
148.89/160.83	c cleaning 80003 clauses out of 160028 with flag 22811820/3311200
153.35/165.59	c cleaning 81000 clauses out of 162025 with flag 23428111/3393200
157.80/170.22	c cleaning 82004 clauses out of 164027 with flag 24015539/3476202
162.45/175.15	c cleaning 83001 clauses out of 166024 with flag 24658823/3560203
166.98/179.98	c cleaning 83992 clauses out of 168020 with flag 25271557/3645200
171.86/185.08	c cleaning 84997 clauses out of 170028 with flag 25893600/3731200
176.65/190.10	c cleaning 85996 clauses out of 172032 with flag 26532875/3818201
181.58/195.20	c cleaning 87004 clauses out of 174035 with flag 27176814/3906200
186.46/200.34	c cleaning 87994 clauses out of 176031 with flag 27812474/3995200
191.52/205.62	c cleaning 89013 clauses out of 178040 with flag 28479991/4085203
196.69/211.03	c cleaning 89998 clauses out of 180024 with flag 29139625/4176200
201.93/216.59	c cleaning 90998 clauses out of 182026 with flag 29793253/4268200
207.34/222.28	c cleaning 92003 clauses out of 184028 with flag 30483089/4361200
212.77/227.95	c cleaning 92995 clauses out of 186026 with flag 31187436/4455201
218.16/233.67	c cleaning 94006 clauses out of 188030 with flag 31884466/4550200
223.94/239.74	c cleaning 94999 clauses out of 190025 with flag 32645088/4646201
229.54/245.66	c cleaning 96006 clauses out of 192025 with flag 33361753/4743200
235.37/251.75	c cleaning 96999 clauses out of 194020 with flag 34090141/4841201
241.38/258.03	c cleaning 98004 clauses out of 196023 with flag 34821794/4940203
247.47/264.45	c cleaning 98999 clauses out of 198019 with flag 35577878/5040203
253.95/271.15	c cleaning 99990 clauses out of 200018 with flag 36366952/5141201
260.00/277.45	c cleaning 101000 clauses out of 202029 with flag 37141553/5243202
266.20/283.93	c cleaning 102004 clauses out of 204028 with flag 37933265/5346201
272.75/290.79	c cleaning 103008 clauses out of 206024 with flag 38703156/5450201
279.25/297.50	c cleaning 103992 clauses out of 208015 with flag 39444523/5555200
285.94/304.58	c cleaning 104997 clauses out of 210026 with flag 40257439/5661203
292.69/311.56	c cleaning 106005 clauses out of 212028 with flag 41034449/5768202
299.76/318.85	c cleaning 107003 clauses out of 214022 with flag 41885665/5876201
306.83/326.17	c cleaning 107991 clauses out of 216018 with flag 42736880/5985200
313.78/333.49	c cleaning 108999 clauses out of 218027 with flag 43570312/6095200
320.85/340.88	c cleaning 110001 clauses out of 220028 with flag 44425220/6206200
328.23/348.52	c cleaning 111007 clauses out of 222027 with flag 45262372/6318200
335.63/356.24	c cleaning 111998 clauses out of 224020 with flag 46110623/6431200
342.92/363.89	c cleaning 113001 clauses out of 226024 with flag 46968298/6545202
350.56/371.70	c cleaning 113998 clauses out of 228021 with flag 47832720/6660200
358.20/379.64	c cleaning 115003 clauses out of 230025 with flag 48747394/6776202
366.00/387.70	c cleaning 115999 clauses out of 232020 with flag 49711122/6893200
373.75/395.80	c cleaning 116997 clauses out of 234021 with flag 50634245/7011200
381.83/404.26	c cleaning 118008 clauses out of 236024 with flag 51542330/7130200
389.70/412.44	c cleaning 118994 clauses out of 238016 with flag 52458360/7250200
397.90/420.94	c cleaning 119997 clauses out of 240023 with flag 53378813/7371201
406.84/430.16	c cleaning 121006 clauses out of 242025 with flag 54324646/7493200
415.20/438.85	c cleaning 122002 clauses out of 244019 with flag 55274375/7616200
424.12/448.02	c cleaning 122993 clauses out of 246018 with flag 56272061/7740201
432.61/456.85	c cleaning 124003 clauses out of 248026 with flag 57233620/7865202
441.61/466.07	c cleaning 124998 clauses out of 250021 with flag 58251221/7991200
450.51/475.20	c cleaning 126006 clauses out of 252027 with flag 59222045/8118204
459.47/484.40	c cleaning 126998 clauses out of 254017 with flag 60214884/8246200
468.61/493.88	c cleaning 128002 clauses out of 256021 with flag 61228834/8375202
478.03/503.50	c cleaning 128998 clauses out of 258017 with flag 62277830/8505200
487.24/513.08	c cleaning 130003 clauses out of 260021 with flag 63277418/8636202
496.83/522.94	c cleaning 131000 clauses out of 262016 with flag 64308339/8768200
506.34/532.76	c cleaning 131989 clauses out of 264017 with flag 65322883/8901201
516.00/542.71	c cleaning 133004 clauses out of 266028 with flag 66406770/9035201
525.84/552.86	c cleaning 134004 clauses out of 268024 with flag 67491844/9170201
535.73/563.02	c cleaning 135001 clauses out of 270019 with flag 68566453/9306200
545.56/573.18	c cleaning 135993 clauses out of 272018 with flag 69599462/9443200
555.63/583.56	c cleaning 137007 clauses out of 274025 with flag 70679276/9581200
566.02/594.21	c cleaning 137995 clauses out of 276018 with flag 71766657/9720200
576.15/604.73	c cleaning 138985 clauses out of 278023 with flag 72851577/9860200
586.76/615.60	c cleaning 139995 clauses out of 280040 with flag 73982771/10001202
597.78/626.94	c cleaning 141017 clauses out of 282044 with flag 75135457/10143201
608.30/637.70	c cleaning 142000 clauses out of 284027 with flag 76245816/10286201
619.16/648.99	c cleaning 143001 clauses out of 286026 with flag 77372261/10430200
630.06/660.15	c cleaning 143996 clauses out of 288026 with flag 78521268/10575201
641.44/671.77	c cleaning 145006 clauses out of 290029 with flag 79722509/10721200
652.54/683.17	c cleaning 146002 clauses out of 292023 with flag 80843252/10868200
664.07/695.06	c cleaning 147000 clauses out of 294022 with flag 82003259/11016201
675.57/706.84	c cleaning 148004 clauses out of 296023 with flag 83200072/11165202
687.22/718.79	c cleaning 148995 clauses out of 298019 with flag 84377161/11315202
699.01/730.85	c cleaning 149994 clauses out of 300022 with flag 85587729/11466200
712.49/744.69	c cleaning 151005 clauses out of 302029 with flag 86875253/11618201
724.80/757.23	c cleaning 151994 clauses out of 304023 with flag 88117541/11771200
736.98/769.73	c cleaning 152997 clauses out of 306032 with flag 89329588/11925203
749.85/782.97	c cleaning 154011 clauses out of 308034 with flag 90651784/12080202
762.74/796.13	c cleaning 154993 clauses out of 310022 with flag 91876264/12236201
775.19/809.00	c cleaning 156002 clauses out of 312030 with flag 93164679/12393202
788.13/822.25	c cleaning 156999 clauses out of 314026 with flag 94458619/12551200
801.12/835.53	c cleaning 158005 clauses out of 316027 with flag 95688233/12710200
814.39/849.03	c cleaning 158996 clauses out of 318022 with flag 96994540/12870200
827.45/862.42	c cleaning 160009 clauses out of 320026 with flag 98304298/13031200
840.53/875.86	c cleaning 161005 clauses out of 322017 with flag 99598134/13193200
853.88/889.49	c cleaning 162000 clauses out of 324016 with flag 100896886/13356204
867.74/903.66	c cleaning 162990 clauses out of 326012 with flag 102255002/13520200
881.69/917.96	c cleaning 164001 clauses out of 328022 with flag 103655911/13685200
895.25/931.73	c cleaning 165003 clauses out of 330023 with flag 104968093/13851202
909.22/946.08	c cleaning 165993 clauses out of 332020 with flag 106334659/14018202
923.58/960.79	c cleaning 167001 clauses out of 334025 with flag 107699310/14186200
938.32/975.72	c cleaning 168004 clauses out of 336024 with flag 109050249/14355200
953.01/990.78	c cleaning 169003 clauses out of 338021 with flag 110493467/14525201
967.49/1005.56	c cleaning 170000 clauses out of 340017 with flag 111879745/14696200
982.30/1020.62	c cleaning 170998 clauses out of 342017 with flag 113291598/14868200
997.18/1035.83	c cleaning 172002 clauses out of 344020 with flag 114662930/15041201
1011.80/1050.89	c cleaning 172995 clauses out of 346017 with flag 116082891/15215200
1027.02/1066.37	c cleaning 174007 clauses out of 348022 with flag 117506820/15390200
1043.78/1083.49	c cleaning 175002 clauses out of 350015 with flag 119029352/15566200
1059.14/1099.11	c cleaning 175996 clauses out of 352013 with flag 120460459/15743200
1074.86/1115.13	c cleaning 177000 clauses out of 354017 with flag 121906532/15921200
1090.63/1131.20	c cleaning 177997 clauses out of 356017 with flag 123344116/16100200
1106.31/1147.24	c cleaning 178993 clauses out of 358021 with flag 124776707/16280201
1122.48/1163.75	c cleaning 180002 clauses out of 360029 with flag 126303526/16461202
1138.74/1180.38	c cleaning 181004 clauses out of 362025 with flag 127741874/16643200
1155.10/1197.05	c cleaning 182002 clauses out of 364021 with flag 129191295/16826200
1171.54/1213.75	c cleaning 183008 clauses out of 366020 with flag 130684620/17010201
1188.33/1230.83	c cleaning 184000 clauses out of 368012 with flag 132167024/17195201
1205.34/1248.03	c cleaning 185002 clauses out of 370016 with flag 133707039/17381205
1222.03/1265.01	c cleaning 185997 clauses out of 372010 with flag 135219688/17568201
1238.83/1282.07	c cleaning 186999 clauses out of 374014 with flag 136786385/17756202
1256.71/1300.21	c cleaning 187998 clauses out of 376013 with flag 138343737/17945200
1274.66/1318.43	c cleaning 188996 clauses out of 378016 with flag 139911582/18135201
1292.79/1336.95	c cleaning 189995 clauses out of 380019 with flag 141492134/18326200
1310.71/1355.11	c cleaning 191003 clauses out of 382025 with flag 143076659/18518201
1329.06/1373.76	c cleaning 191992 clauses out of 384021 with flag 144694947/18711200
1347.35/1392.31	c cleaning 193008 clauses out of 386032 with flag 146275509/18905203
1365.78/1411.10	c cleaning 194002 clauses out of 388021 with flag 147894383/19100200
1384.04/1429.51	c cleaning 195000 clauses out of 390019 with flag 149520835/19296200
1403.71/1449.57	c cleaning 196001 clauses out of 392021 with flag 151196788/19493202
1422.68/1468.76	c cleaning 196996 clauses out of 394018 with flag 152798479/19691200
1442.24/1488.54	c cleaning 198003 clauses out of 396023 with flag 154482883/19890201
1461.16/1507.84	c cleaning 199003 clauses out of 398020 with flag 156094508/20090201
1482.33/1529.30	c cleaning 199997 clauses out of 400018 with flag 157784005/20291202
1502.90/1550.18	c cleaning 200994 clauses out of 402020 with flag 159498413/20493201
1522.36/1569.83	c cleaning 202004 clauses out of 404027 with flag 161168061/20696202
1541.48/1589.16	c cleaning 203004 clauses out of 406022 with flag 162838660/20900201
1561.93/1609.92	c cleaning 204004 clauses out of 408017 with flag 164538372/21105200
1582.19/1630.46	c cleaning 204995 clauses out of 410015 with flag 166205181/21311202
1602.84/1651.35	c cleaning 205998 clauses out of 412020 with flag 167968266/21518202
1624.16/1672.90	c cleaning 206999 clauses out of 414020 with flag 169691480/21726200
1645.26/1694.23	c cleaning 207991 clauses out of 416021 with flag 171472615/21935200
1666.28/1715.56	c cleaning 208994 clauses out of 418030 with flag 173213836/22145200
1687.41/1736.95	c cleaning 210004 clauses out of 420036 with flag 174997560/22356200
1708.66/1758.41	c cleaning 211008 clauses out of 422034 with flag 176733869/22568202
1729.61/1779.60	c cleaning 212007 clauses out of 424024 with flag 178517577/22781200
1751.64/1801.80	c cleaning 213005 clauses out of 426019 with flag 180262175/22995202
1773.08/1823.61	c cleaning 213996 clauses out of 428012 with flag 182037433/23210200
1794.51/1845.35	c cleaning 214992 clauses out of 430018 with flag 183846691/23426202
1816.43/1867.54	c cleaning 215999 clauses out of 432024 with flag 185679264/23643200
1838.62/1889.91	c cleaning 217000 clauses out of 434026 with flag 187512926/23861201
1861.30/1912.82	c cleaning 217997 clauses out of 436025 with flag 189360252/24080200
1884.12/1935.84	c cleaning 219004 clauses out of 438028 with flag 191183597/24300200
1906.96/1958.87	c cleaning 219993 clauses out of 440024 with flag 193033808/24521200
1929.90/1982.12	c cleaning 221005 clauses out of 442032 with flag 194896066/24743201
1953.05/2005.67	c cleaning 221996 clauses out of 444028 with flag 196822130/24966202
1976.20/2029.03	c cleaning 222997 clauses out of 446031 with flag 198724535/25190201
1999.73/2052.88	c cleaning 224002 clauses out of 448033 with flag 200589160/25415200
2022.90/2076.21	c cleaning 225004 clauses out of 450032 with flag 202508137/25641201
2046.55/2100.06	c cleaning 226005 clauses out of 452027 with flag 204399482/25868200
2070.92/2124.63	c cleaning 227001 clauses out of 454022 with flag 206333485/26096200
2095.56/2149.67	c cleaning 228007 clauses out of 456022 with flag 208252934/26325201
2120.35/2174.70	c cleaning 229001 clauses out of 458015 with flag 210161526/26555201
2144.27/2199.06	c cleaning 229994 clauses out of 460013 with flag 212130282/26786200
2169.25/2224.33	c cleaning 230999 clauses out of 462020 with flag 214111062/27018201
2194.09/2249.52	c cleaning 232002 clauses out of 464021 with flag 216065956/27251201
2219.62/2275.40	c cleaning 233006 clauses out of 466019 with flag 218018964/27485201
2244.77/2300.73	c cleaning 233986 clauses out of 468014 with flag 220036723/27720202
2270.37/2326.50	c cleaning 235005 clauses out of 470026 with flag 222060424/27956200
2296.91/2353.28	c cleaning 236001 clauses out of 472023 with flag 224114375/28193202
2323.73/2380.20	c cleaning 237004 clauses out of 474021 with flag 226139080/28431201
2350.60/2407.31	c cleaning 237996 clauses out of 476016 with flag 228124214/28670200
2376.72/2433.63	c cleaning 239001 clauses out of 478021 with flag 230119746/28910201
2402.69/2459.89	c cleaning 240004 clauses out of 480019 with flag 232172737/29151200
2429.16/2486.54	c cleaning 240993 clauses out of 482016 with flag 234230897/29393201
2455.95/2513.59	c cleaning 242001 clauses out of 484022 with flag 236321281/29636200
2482.38/2540.19	c cleaning 243002 clauses out of 486021 with flag 238445925/29880200
2508.71/2566.70	c cleaning 244000 clauses out of 488020 with flag 240546436/30125201
2535.69/2593.96	c cleaning 244999 clauses out of 490019 with flag 242674781/30371200
2563.50/2621.90	c cleaning 246003 clauses out of 492021 with flag 244820104/30618201
2590.97/2649.60	c cleaning 246996 clauses out of 494017 with flag 246942045/30866200
2618.28/2677.24	c cleaning 248002 clauses out of 496021 with flag 249108321/31115200
2646.88/2706.14	c cleaning 249000 clauses out of 498020 with flag 251245553/31365201
2674.27/2733.81	c cleaning 250001 clauses out of 500019 with flag 253389522/31616200
2702.73/2762.58	c cleaning 251006 clauses out of 502022 with flag 255543262/31868204
2732.26/2792.39	c cleaning 252000 clauses out of 504012 with flag 257715725/32121200
2760.58/2820.96	c cleaning 253003 clauses out of 506013 with flag 259941703/32375201
2788.99/2849.64	c cleaning 253998 clauses out of 508011 with flag 262200812/32630202
2818.85/2879.79	c cleaning 255001 clauses out of 510011 with flag 264410114/32886200
2849.48/2910.74	c cleaning 255998 clauses out of 512010 with flag 266692072/33143200
2879.59/2941.11	c cleaning 256991 clauses out of 514012 with flag 268942900/33401200
2909.35/2971.29	c cleaning 258003 clauses out of 516023 with flag 271222225/33660202
2938.54/3000.72	c cleaning 259001 clauses out of 518020 with flag 273509854/33920202
2968.64/3031.17	c cleaning 259991 clauses out of 520018 with flag 275802032/34181201
2999.29/3062.02	c cleaning 261000 clauses out of 522026 with flag 278061595/34443200
3029.90/3092.97	c cleaning 262013 clauses out of 524026 with flag 280431880/34706200
3060.06/3123.37	c cleaning 262994 clauses out of 526013 with flag 282717085/34970200
3090.35/3153.88	c cleaning 264005 clauses out of 528020 with flag 285050255/35235201
3121.50/3185.22	c cleaning 264991 clauses out of 530014 with flag 287409381/35501200
3153.87/3217.88	c cleaning 266000 clauses out of 532023 with flag 289781678/35768200
3185.53/3249.63	c cleaning 267000 clauses out of 534024 with flag 292110940/36036201
3217.18/3281.69	c cleaning 268002 clauses out of 536023 with flag 294422713/36305200
3250.30/3315.04	c cleaning 268997 clauses out of 538021 with flag 296786927/36575200
3282.77/3347.79	c cleaning 270009 clauses out of 540026 with flag 299126121/36846202
3315.45/3380.62	c cleaning 270999 clauses out of 542017 with flag 301460751/37118202
3349.34/3414.73	c cleaning 272000 clauses out of 544016 with flag 304010583/37391200
3382.74/3448.30	c cleaning 273000 clauses out of 546016 with flag 306394760/37665200
3414.99/3480.96	c cleaning 274000 clauses out of 548018 with flag 308779651/37940202
3448.07/3514.32	c cleaning 274992 clauses out of 550017 with flag 311173674/38216201
3481.03/3547.55	c cleaning 276001 clauses out of 552025 with flag 313602321/38493201
3515.26/3581.94	c cleaning 277000 clauses out of 554024 with flag 316070729/38771201
3550.35/3617.16	c cleaning 278004 clauses out of 556025 with flag 318573061/39050202
3584.29/3651.27	c cleaning 279004 clauses out of 558020 with flag 321042686/39330201
3600.01/3667.12	c starts		: 70428
3600.01/3667.12	c conflicts		: 39478414
3600.01/3667.12	c decisions		: 54921619
3600.01/3667.12	c propagations		: 904446137
3600.01/3667.12	c inspects		: 88496912370
3600.01/3667.12	c shortcuts		: 0
3600.01/3667.12	c learnt literals	: 0
3600.01/3667.12	c learnt binary clauses	: 0
3600.01/3667.12	c learnt ternary clauses	: 0
3600.01/3667.12	c learnt constraints	: 39478414
3600.01/3667.12	c ignored constraints	: 0
3600.01/3667.12	c root simplifications	: 0
3600.01/3667.12	c removed literals (reason simplification)	: 76086893
3600.01/3667.12	c reason swapping (by a shorter reason)	: 0
3600.01/3667.12	c Calls to reduceDB	: 276
3600.01/3667.12	c Number of update (reduction) of LBD	: 11317434
3600.01/3667.12	c Imported unit clauses	: 0
3600.01/3667.12	c No decision after first conflict	: false
3600.01/3667.12	c number of reductions to clauses (during analyze)	: 0
3600.01/3667.12	c number of learned constraints concerned by reduction	: 0
3600.01/3667.12	c number of learning phase by resolution	: 0
3600.01/3667.12	c number of learning phase by cutting planes	: 0
3600.01/3667.12	c number of rounding to 1 operations	: 0
3600.01/3667.12	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3667.12	c number of reductions of the coefficients by power 2 	: 0
3600.01/3667.12	c number of right shift for reduction by power 2 	: 0
3600.01/3667.12	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3667.12	c number of ending skipping 	: 0
3600.01/3667.12	c number of internal skipping 	: 0
3600.01/3667.12	c number of derivation steps 	: 0
3600.01/3667.12	c number of skipped derivation steps 	: 0
3600.01/3667.12	c number of remaining unassigned 	: 0
3600.01/3667.12	c number of remaining assigned 	: 0
3600.01/3667.12	c number of falsified literals weakened from reason	: 0
3600.01/3667.12	c number of falsified literals weakened from conflict	: 0
3600.01/3667.12	c time for arithmetic operations	: 0
3600.01/3667.12	c minimum degree of deleted constraints	: null
3600.01/3667.12	c maximum degree of deleted constraints	: null
3600.01/3667.12	c number of deleted constraints	: 0
3600.01/3667.12	c speed (assignments/second)	: 246646.99290912432
3600.01/3667.12	c non guided choices	: 107829
3600.01/3667.17	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 427229
3600.01/3667.17	s SATISFIABLE
3600.01/3667.17	c Found 1 solution(s)
3600.01/3667.17	v -x1 -x2 -x3 x4 x5 x6 -x7 x8 -x9 -x10 x11 x12 -x13 -x14 x15 -x16 x17 x18 -x19 -x20 -x21 x22 x23 x24 -x25 -x26 -x27 x28 x29 x30 -x31 -x32 x33 x34 -x35 x36 -x37 -x38 x39 x40 x41 -x42 x43 x44 -x45 x46 -x47 -x48 x49 x50 x51 -x52 -x53 -x54 x55 x56 x57 -x58 x59 x60 -x61 -x62 x63 -x64 -x65 x66 x67 x68 -x69 -x70 x71 x72 x73 -x74 -x75 -x76 x77 x78 x79 -x80 -x81 x82 x83 x84 x85 -x86 -x87 x88 -x89 x90 -x91 -x92 x93 x94 -x95 -x96 x97 -x98 x99 x100 -x101 -x102 -x103 x104 x105 x106 x107 -x108 x109 -x110 x111 -x112 -x113 -x114 x115 x116 x117 x118 -x119 -x120 x121 x122 -x123 -x124 x125 -x126 x127 x128 x129 -x130 -x131 x132 -x133 x134 x135 -x136 x137 x138 -x139 x140 x141 -x142 x143 x144 x145 x146 -x147 -x148 x149 x150 x151 -x152 x153 x154 -x155 -x156 x157 -x158 x159 x160 -x161 -x162 x163 x164 -x165 x166 x167 -x168 x169 -x170 -x171 x172 -x173 x174 -x175 x176 x177 -x178 x179 x180 x181 x182 x183 -x184 -x185 x186 x187 x188 x189 x190 -x191 x192 -x193 x194 x195 -x196 -x197 x198 x199 x200 -x201 x202 -x203 x204 x205 -x206 x207 x208 -x209 x210 x211 x212 -x213 x214 x215 x216 x217 x218 x219 -x220 x221 x222 -x223 x224 -x225 x226 -x227 x228 x229 x230 -x231 x232 x233 x234 -x235 -x236 -x237 x238 -x239 -x240 -x241 -x242 -x243 x244 -x245 x246 -x247 -x248 -x249 x250 x251 -x252 -x253 -x254 x255 -x256 x257 -x258 -x259 -x260 -x261 -x262 -x263 x264 -x265 x266 -x267 -x268 -x269 -x270 -x271 x272 -x273 x274 x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 
3600.01/3667.17	c objective function=1
3600.01/3667.17	c Total wall clock time (in seconds): 3667.086

Verifier Data

OK	1

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-4836231-1783692722/watcher-4836231-1783692722 -o /tmp/evaluation-result-4836231-1783692722/solver-4836231-1783692722 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4836231-1783692722/vars-4836231-1783692722 --bin-var /tmp/runsolver-exch-nodeE010-1783692716-1168657 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proofs/proof-4836231-1783692722 -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4836231-1783692722.opb 

running on 4 cores: 36-39

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

Cores frequency (cpufreq):
  3600 MHz: 0-3

CPU governors:
  performance: 36-39

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (4302 MiB free)
  node 1: cores 8-15, 128973 MiB (8967 MiB free)
  node 2: cores 16-23, 129019 MiB (125148 MiB free)
  node 3: cores 24-31, 129003 MiB (95693 MiB free)
  node 4: cores 32-39, 129019 MiB (107139 MiB free)
  node 5: cores 40-47, 129019 MiB (118596 MiB free)
  node 6: cores 48-55, 129019 MiB (124940 MiB free)
  node 7: cores 56-63, 128474 MiB (106876 MiB free)
  node distances:
     10  12  12  12  32  32  32  32
     12  10  12  12  32  32  32  32
     12  12  10  12  32  32  32  32
     12  12  12  10  32  32  32  32
     32  32  32  32  10  12  12  12
     32  32  32  32  12  10  12  12
     32  32  32  32  12  12  10  12
     32  32  32  32  12  12  12  10

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

solver pid=1169760, runsolver pid=1169754

[startup+0.100066 s]*
/proc/loadavg: 1.44 1.90 4.62 22/1129 1169794
/proc/meminfo: memFree=708152684/1055320708 swapFree=32662696/33554428
[pid=1169760] ppid=1169754 vsize=34900044 memory=50560 CPUtime=0.13 cores=36-39
/proc/1169760/stat : 1169760 (java) S 1169754 1169760 1166177 0 -1 4194304 6037 0 0 0 12 1 0 0 20 0 19 0 302559898 35737645056 12301 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 0 0 16800975 0 0 0 17 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
/proc/1169760/statm: 8725011 12640 6151 1 0 31375 0
[pid=1169760/tid=1169764] ppid=1169754 vsize=34900044 memory=4034096947 CPUtime=0.07 cores=36-39
/proc/1169760/task/1169764/stat : 1169764 (java) S 1169754 1169760 1166177 0 -1 4194368 3064 0 0 0 7 0 0 0 20 0 19 0 302559899 35737645056 12301 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169776] ppid=1169754 vsize=34900044 memory=219983118702 CPUtime=0 cores=36-39
/proc/1169760/task/1169776/stat : 1169776 (Referen..andler) S 1169754 1169760 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 302559901 35737645056 12301 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169777] ppid=1169754 vsize=34900044 memory=62917849968866 CPUtime=0 cores=36-39
/proc/1169760/task/1169777/stat : 1169777 (Finalizer) S 1169754 1169760 1166177 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 302559901 35737645056 12301 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169780] ppid=1169754 vsize=34900044 memory=57385965649287 CPUtime=0 cores=36-39
/proc/1169760/task/1169780/stat : 1169780 (Monitor..Thread) S 1169754 1169760 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 302559901 35737645056 12301 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169783] ppid=1169754 vsize=34900044 memory=59580727517222 CPUtime=0 cores=36-39
/proc/1169760/task/1169783/stat : 1169783 (Notific..Thread) S 1169754 1169760 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 302559901 35737645056 12301 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169784] ppid=1169754 vsize=34900044 memory=62905099279685 CPUtime=0 cores=36-39
/proc/1169760/task/1169784/stat : 1169784 (Common-Cleaner) S 1169754 1169760 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 302559901 35737645056 12301 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 50560 KiB

[startup+0.212765 s]*
/proc/loadavg: 1.44 1.90 4.62 19/1132 1169829
/proc/meminfo: memFree=708035552/1055320708 swapFree=32662696/33554428
[pid=1169760] ppid=1169754 vsize=35033172 memory=69492 CPUtime=0.39 cores=36-39
/proc/1169760/stat : 1169760 (java) S 1169754 1169760 1166177 0 -1 4194304 9154 0 0 0 37 2 0 0 20 0 21 0 302559898 35873968128 17034 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 0 0 16800975 0 0 0 17 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
/proc/1169760/statm: 8758293 17373 6270 1 0 36898 0
[pid=1169760/tid=1169764] ppid=1169754 vsize=35033172 memory=3472328299453310757 CPUtime=0.15 cores=36-39
/proc/1169760/task/1169764/stat : 1169764 (java) R 1169754 1169760 1166177 0 -1 4194368 3265 0 0 0 14 1 0 0 20 0 21 0 302559899 35873968128 17636 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 0 0 0 -1 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169776] ppid=1169754 vsize=35033172 memory=51666671 CPUtime=0 cores=36-39
/proc/1169760/task/1169776/stat : 1169776 (Referen..andler) S 1169754 1169760 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 302559901 35873968128 17636 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169777] ppid=1169754 vsize=35033172 memory=61818286637537 CPUtime=0 cores=36-39
/proc/1169760/task/1169777/stat : 1169777 (Finalizer) S 1169754 1169760 1166177 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 302559901 35873968128 17636 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169780] ppid=1169754 vsize=35033172 memory=56286402314836 CPUtime=0 cores=36-39
/proc/1169760/task/1169780/stat : 1169780 (Monitor..Thread) S 1169754 1169760 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 302559901 35873968128 17636 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169783] ppid=1169754 vsize=35033172 memory=58481164157716 CPUtime=0 cores=36-39
/proc/1169760/task/1169783/stat : 1169783 (Notific..Thread) S 1169754 1169760 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 302559901 35873968128 17636 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169784] ppid=1169754 vsize=35033172 memory=61805535954147 CPUtime=0 cores=36-39
/proc/1169760/task/1169784/stat : 1169784 (Common-Cleaner) S 1169754 1169760 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 302559901 35873968128 17636 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169807] ppid=1169754 vsize=35033172 memory=61574 CPUtime=0 cores=36-39
/proc/1169760/task/1169807/stat : 1169807 (Timer-0) S 1169754 1169760 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 302559914 35873968128 17636 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 69492 KiB

[startup+0.313068 s]*
/proc/loadavg: 1.44 1.90 4.62 14/1133 1169854
/proc/meminfo: memFree=707920996/1055320708 swapFree=32662696/33554428
[pid=1169760] ppid=1169754 vsize=35099736 memory=86540 CPUtime=0.68 cores=36-39
/proc/1169760/stat : 1169760 (java) S 1169754 1169760 1166177 0 -1 4194304 9848 0 0 0 66 2 0 0 20 0 22 0 302559898 35942129664 21394 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 0 0 16800975 0 0 0 17 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
/proc/1169760/statm: 8774934 21635 6286 1 0 41840 0
[pid=1169760/tid=1169764] ppid=1169754 vsize=35099736 memory=3472328299453310757 CPUtime=0.23 cores=36-39
/proc/1169760/task/1169764/stat : 1169764 (java) R 1169754 1169760 1166177 0 -1 4194368 3269 0 0 0 22 1 0 0 20 0 22 0 302559899 35942129664 21394 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 0 0 0 -1 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169776] ppid=1169754 vsize=35099736 memory=51666671 CPUtime=0 cores=36-39
/proc/1169760/task/1169776/stat : 1169776 (Referen..andler) S 1169754 1169760 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 302559901 35942129664 21394 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169777] ppid=1169754 vsize=35099736 memory=6845533251889791457 CPUtime=0 cores=36-39
/proc/1169760/task/1169777/stat : 1169777 (Finalizer) S 1169754 1169760 1166177 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 302559901 35942129664 21394 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169780] ppid=1169754 vsize=35099736 memory=56286402314836 CPUtime=0 cores=36-39
/proc/1169760/task/1169780/stat : 1169780 (Monitor..Thread) S 1169754 1169760 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 302559901 35942129664 21394 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169783] ppid=1169754 vsize=35099736 memory=58481164157716 CPUtime=0 cores=36-39
/proc/1169760/task/1169783/stat : 1169783 (Notific..Thread) S 1169754 1169760 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 302559901 35942129664 21394 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169784] ppid=1169754 vsize=35099736 memory=61805535954147 CPUtime=0 cores=36-39
/proc/1169760/task/1169784/stat : 1169784 (Common-Cleaner) S 1169754 1169760 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 302559901 35942129664 21394 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169807] ppid=1169754 vsize=35099736 memory=61574 CPUtime=0 cores=36-39
/proc/1169760/task/1169807/stat : 1169807 (Timer-0) S 1169754 1169760 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 302559914 35942129664 21394 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 86540 KiB

[startup+0.700246 s]
/proc/loadavg: 1.44 1.90 4.62 14/1133 1169901
/proc/meminfo: memFree=707683312/1055320708 swapFree=32662696/33554428
[pid=1169760] ppid=1169754 vsize=35099736 memory=131292 CPUtime=1.75 cores=36-39
/proc/1169760/stat : 1169760 (java) S 1169754 1169760 1166177 0 -1 4194304 11376 0 0 0 172 3 0 0 20 0 22 0 302559898 35942129664 32561 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 0 0 16800975 0 0 0 17 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
/proc/1169760/statm: 8774934 32823 6286 1 0 50531 0
[pid=1169760/tid=1169764] ppid=1169754 vsize=35099736 memory=6845533239139108067 CPUtime=0.53 cores=36-39
/proc/1169760/task/1169764/stat : 1169764 (java) R 1169754 1169760 1166177 0 -1 4194368 3299 0 0 0 51 2 0 0 20 0 22 0 302559899 35942129664 32561 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 0 0 0 -1 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169776] ppid=1169754 vsize=35099736 memory=61574 CPUtime=0 cores=36-39
/proc/1169760/task/1169776/stat : 1169776 (Referen..andler) S 1169754 1169760 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 302559901 35942129664 32561 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169777] ppid=1169754 vsize=35099736 memory=8358742726686278113 CPUtime=0 cores=36-39
/proc/1169760/task/1169777/stat : 1169777 (Finalizer) S 1169754 1169760 1166177 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 302559901 35942129664 32561 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169780] ppid=1169754 vsize=35099736 memory=7205815690195108436 CPUtime=0 cores=36-39
/proc/1169760/task/1169780/stat : 1169780 (Monitor..Thread) S 1169754 1169760 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 302559901 35942129664 32561 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169783] ppid=1169754 vsize=35099736 memory=58481164157716 CPUtime=0 cores=36-39
/proc/1169760/task/1169783/stat : 1169783 (Notific..Thread) S 1169754 1169760 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 302559901 35942129664 32561 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169784] ppid=1169754 vsize=35099736 memory=51666671 CPUtime=0 cores=36-39
/proc/1169760/task/1169784/stat : 1169784 (Common-Cleaner) S 1169754 1169760 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 302559901 35942129664 32561 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169807] ppid=1169754 vsize=35099736 memory=2080 CPUtime=0 cores=36-39
/proc/1169760/task/1169807/stat : 1169807 (Timer-0) S 1169754 1169760 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 302559914 35942129664 32561 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
Current children cumulated CPU time: 1.75 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 131292 KiB

[startup+1.50017 s]
/proc/loadavg: 1.44 1.90 4.62 25/1132 1170027
/proc/meminfo: memFree=707337636/1055320708 swapFree=32662696/33554428
[pid=1169760] ppid=1169754 vsize=35099736 memory=148112 CPUtime=2.88 cores=36-39
/proc/1169760/stat : 1169760 (java) S 1169754 1169760 1166177 0 -1 4194304 12785 0 0 0 283 5 0 0 20 0 21 0 302559898 35942129664 36802 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 0 0 16800975 0 0 0 17 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
/proc/1169760/statm: 8774934 37028 6288 1 0 54749 0
[pid=1169760/tid=1169764] ppid=1169754 vsize=35099736 memory=6845533239139108067 CPUtime=1.18 cores=36-39
/proc/1169760/task/1169764/stat : 1169764 (java) R 1169754 1169760 1166177 0 -1 4194368 3599 0 0 0 115 3 0 0 20 0 21 0 302559899 35942129664 36802 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 0 0 0 -1 37 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169776] ppid=1169754 vsize=35099736 memory=2080 CPUtime=0 cores=36-39
/proc/1169760/task/1169776/stat : 1169776 (Referen..andler) S 1169754 1169760 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 302559901 35942129664 36802 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169777] ppid=1169754 vsize=35099736 memory=0 CPUtime=0 cores=36-39
/proc/1169760/task/1169777/stat : 1169777 (Finalizer) S 1169754 1169760 1166177 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 302559901 35942129664 36802 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169780] ppid=1169754 vsize=35099736 memory=0 CPUtime=0 cores=36-39
/proc/1169760/task/1169780/stat : 1169780 (Monitor..Thread) S 1169754 1169760 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 302559901 35942129664 36802 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169783] ppid=1169754 vsize=35099736 memory=61574 CPUtime=0 cores=36-39
/proc/1169760/task/1169783/stat : 1169783 (Notific..Thread) S 1169754 1169760 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 302559901 35942129664 36802 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169784] ppid=1169754 vsize=35099736 memory=0 CPUtime=0 cores=36-39
/proc/1169760/task/1169784/stat : 1169784 (Common-Cleaner) S 1169754 1169760 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 302559901 35942129664 36802 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169807] ppid=1169754 vsize=35099736 memory=8309704495287776897 CPUtime=0 cores=36-39
/proc/1169760/task/1169807/stat : 1169807 (Timer-0) S 1169754 1169760 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 302559914 35942129664 36802 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
Current children cumulated CPU time: 2.88 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 148112 KiB

[startup+3.11331 s]
/proc/loadavg: 2.93 2.20 4.70 7/1132 1170397
/proc/meminfo: memFree=706409736/1055320708 swapFree=32662696/33554428
[pid=1169760] ppid=1169754 vsize=35099736 memory=181244 CPUtime=4.56 cores=36-39
/proc/1169760/stat : 1169760 (java) S 1169754 1169760 1166177 0 -1 4194304 17002 0 0 0 448 8 0 0 20 0 21 0 302559898 35942129664 44994 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 0 0 16800975 0 0 0 17 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
/proc/1169760/statm: 8774934 45311 6288 1 0 64841 0
[pid=1169760/tid=1169764] ppid=1169754 vsize=35099736 memory=0 CPUtime=2.49 cores=36-39
/proc/1169760/task/1169764/stat : 1169764 (java) R 1169754 1169760 1166177 0 -1 4194368 3950 0 0 0 243 6 0 0 20 0 21 0 302559899 35942129664 44994 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 0 0 0 -1 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169776] ppid=1169754 vsize=35099736 memory=968 CPUtime=0 cores=36-39
/proc/1169760/task/1169776/stat : 1169776 (Referen..andler) S 1169754 1169760 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 302559901 35942129664 44994 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169777] ppid=1169754 vsize=35099736 memory=0 CPUtime=0 cores=36-39
/proc/1169760/task/1169777/stat : 1169777 (Finalizer) S 1169754 1169760 1166177 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 302559901 35942129664 44994 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169780] ppid=1169754 vsize=35099736 memory=2080 CPUtime=0 cores=36-39
/proc/1169760/task/1169780/stat : 1169780 (Monitor..Thread) S 1169754 1169760 1166177 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 21 0 302559901 35942129664 44994 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169783] ppid=1169754 vsize=35099736 memory=0 CPUtime=0 cores=36-39
/proc/1169760/task/1169783/stat : 1169783 (Notific..Thread) S 1169754 1169760 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 302559901 35942129664 44994 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169784] ppid=1169754 vsize=35099736 memory=141716 CPUtime=0 cores=36-39
/proc/1169760/task/1169784/stat : 1169784 (Common-Cleaner) S 1169754 1169760 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 302559901 35942129664 44994 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169807] ppid=1169754 vsize=35099736 memory=132 CPUtime=0 cores=36-39
/proc/1169760/task/1169807/stat : 1169807 (Timer-0) S 1169754 1169760 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 302559914 35942129664 44994 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
Current children cumulated CPU time: 4.56 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 181244 KiB

[startup+6.30015 s]

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

/proc/meminfo: memFree=287508212/1055320708 swapFree=32662696/33554428
[pid=1169760] ppid=1169754 vsize=35166300 memory=851604 CPUtime=3396.57 cores=36-39
/proc/1169760/stat : 1169760 (java) S 1169754 1169760 1166177 0 -1 4194304 127213 0 0 0 337172 2485 0 0 20 0 23 0 302559898 36010291200 212765 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 0 0 16800975 0 0 0 17 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
/proc/1169760/statm: 8791575 212901 6276 1 0 227324 0
[pid=1169760/tid=1169764] ppid=1169754 vsize=35166300 memory=782380 CPUtime=3351.85 cores=36-39
/proc/1169760/task/1169764/stat : 1169764 (java) R 1169754 1169760 1166177 0 -1 4194368 38027 0 0 0 332777 2408 0 0 20 0 23 0 302559899 36010291200 212765 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 0 0 0 -1 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169776] ppid=1169754 vsize=35166300 memory=25333125866717268 CPUtime=0 cores=36-39
/proc/1169760/task/1169776/stat : 1169776 (Referen..andler) S 1169754 1169760 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302559901 36010291200 212765 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169777] ppid=1169754 vsize=35166300 memory=784556 CPUtime=0 cores=36-39
/proc/1169760/task/1169777/stat : 1169777 (Finalizer) S 1169754 1169760 1166177 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 302559901 36010291200 212765 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169780] ppid=1169754 vsize=35166300 memory=834896 CPUtime=0.1 cores=36-39
/proc/1169760/task/1169780/stat : 1169780 (Monitor..Thread) S 1169754 1169760 1166177 0 -1 4194368 54 0 0 0 6 4 0 0 20 0 23 0 302559901 36010291200 212765 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169783] ppid=1169754 vsize=35166300 memory=836724 CPUtime=0 cores=36-39
/proc/1169760/task/1169783/stat : 1169783 (Notific..Thread) S 1169754 1169760 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 302559901 36010291200 212765 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169784] ppid=1169754 vsize=35166300 memory=851604 CPUtime=0 cores=36-39
/proc/1169760/task/1169784/stat : 1169784 (Common-Cleaner) S 1169754 1169760 1166177 0 -1 4194368 326 0 0 0 0 0 0 0 20 0 23 0 302559901 36010291200 212765 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169807] ppid=1169754 vsize=35166300 memory=851604 CPUtime=0 cores=36-39
/proc/1169760/task/1169807/stat : 1169807 (Timer-0) S 1169754 1169760 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302559914 36010291200 212765 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
Current children cumulated CPU time: 3396.57 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 851604 KiB

[startup+3522.3 s]
/proc/loadavg: 15.12 15.66 15.56 16/1131 1182881
/proc/meminfo: memFree=357124216/1055320708 swapFree=32662696/33554428
[pid=1169760] ppid=1169754 vsize=35166300 memory=816056 CPUtime=3455.93 cores=36-39
/proc/1169760/stat : 1169760 (java) S 1169754 1169760 1166177 0 -1 4194304 127863 0 0 0 343075 2518 0 0 20 0 23 0 302559898 36010291200 203976 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 0 0 16800975 0 0 0 17 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
/proc/1169760/statm: 8791575 204014 6276 1 0 218956 0
[pid=1169760/tid=1169764] ppid=1169754 vsize=35166300 memory=851604 CPUtime=3410.7 cores=36-39
/proc/1169760/task/1169764/stat : 1169764 (java) R 1169754 1169760 1166177 0 -1 4194368 38073 0 0 0 338630 2440 0 0 20 0 23 0 302559899 36010291200 203976 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 0 0 0 -1 38 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169776] ppid=1169754 vsize=35166300 memory=851604 CPUtime=0 cores=36-39
/proc/1169760/task/1169776/stat : 1169776 (Referen..andler) S 1169754 1169760 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302559901 36010291200 203976 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169777] ppid=1169754 vsize=35166300 memory=820272 CPUtime=0 cores=36-39
/proc/1169760/task/1169777/stat : 1169777 (Finalizer) S 1169754 1169760 1166177 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 302559901 36010291200 203976 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169780] ppid=1169754 vsize=35166300 memory=10860 CPUtime=0.11 cores=36-39
/proc/1169760/task/1169780/stat : 1169780 (Monitor..Thread) S 1169754 1169760 1166177 0 -1 4194368 54 0 0 0 7 4 0 0 20 0 23 0 302559901 36010291200 203976 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169783] ppid=1169754 vsize=35166300 memory=968 CPUtime=0 cores=36-39
/proc/1169760/task/1169783/stat : 1169783 (Notific..Thread) S 1169754 1169760 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 302559901 36010291200 203976 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169784] ppid=1169754 vsize=35166300 memory=816056 CPUtime=0 cores=36-39
/proc/1169760/task/1169784/stat : 1169784 (Common-Cleaner) S 1169754 1169760 1166177 0 -1 4194368 327 0 0 0 0 0 0 0 20 0 23 0 302559901 36010291200 203976 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169807] ppid=1169754 vsize=35166300 memory=816056 CPUtime=0 cores=36-39
/proc/1169760/task/1169807/stat : 1169807 (Timer-0) S 1169754 1169760 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302559914 36010291200 203976 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
Current children cumulated CPU time: 3455.93 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 816056 KiB

[startup+3582.3 s]
/proc/loadavg: 14.75 15.45 15.49 14/1132 1182883
/proc/meminfo: memFree=351787804/1055320708 swapFree=32662696/33554428
[pid=1169760] ppid=1169754 vsize=35166300 memory=874728 CPUtime=3515.65 cores=36-39
/proc/1169760/stat : 1169760 (java) S 1169754 1169760 1166177 0 -1 4194304 128442 0 0 0 349014 2551 0 0 20 0 23 0 302559898 36010291200 218444 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 0 0 16800975 0 0 0 17 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
/proc/1169760/statm: 8791575 218682 6276 1 0 235692 0
[pid=1169760/tid=1169764] ppid=1169754 vsize=35166300 memory=7456 CPUtime=3469.61 cores=36-39
/proc/1169760/task/1169764/stat : 1169764 (java) R 1169754 1169760 1166177 0 -1 4194368 38135 0 0 0 344489 2472 0 0 20 0 23 0 302559899 36010291200 218444 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 0 0 0 -1 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169776] ppid=1169754 vsize=35166300 memory=829004 CPUtime=0 cores=36-39
/proc/1169760/task/1169776/stat : 1169776 (Referen..andler) S 1169754 1169760 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302559901 36010291200 218444 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169777] ppid=1169754 vsize=35166300 memory=3012 CPUtime=0 cores=36-39
/proc/1169760/task/1169777/stat : 1169777 (Finalizer) S 1169754 1169760 1166177 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 302559901 36010291200 218444 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169780] ppid=1169754 vsize=35166300 memory=22888 CPUtime=0.11 cores=36-39
/proc/1169760/task/1169780/stat : 1169780 (Monitor..Thread) S 1169754 1169760 1166177 0 -1 4194368 54 0 0 0 7 4 0 0 20 0 23 0 302559901 36010291200 218444 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 37 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169783] ppid=1169754 vsize=35166300 memory=10860 CPUtime=0 cores=36-39
/proc/1169760/task/1169783/stat : 1169783 (Notific..Thread) S 1169754 1169760 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 302559901 36010291200 218444 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169784] ppid=1169754 vsize=35166300 memory=1892 CPUtime=0 cores=36-39
/proc/1169760/task/1169784/stat : 1169784 (Common-Cleaner) S 1169754 1169760 1166177 0 -1 4194368 327 0 0 0 0 0 0 0 20 0 23 0 302559901 36010291200 218444 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169807] ppid=1169754 vsize=35166300 memory=874728 CPUtime=0 cores=36-39
/proc/1169760/task/1169807/stat : 1169807 (Timer-0) S 1169754 1169760 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302559914 36010291200 218444 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
Current children cumulated CPU time: 3515.65 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 874728 KiB

[startup+3642.3 s]
/proc/loadavg: 15.15 15.41 15.47 16/1132 1182965
/proc/meminfo: memFree=412031884/1055320708 swapFree=32662696/33554428
[pid=1169760] ppid=1169754 vsize=35166300 memory=888888 CPUtime=3575.23 cores=36-39
/proc/1169760/stat : 1169760 (java) S 1169754 1169760 1166177 0 -1 4194304 132305 0 0 0 354937 2586 0 0 20 0 23 0 302559898 36010291200 222175 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 0 0 16800975 0 0 0 17 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
/proc/1169760/statm: 8791575 222222 6276 1 0 237171 0
[pid=1169760/tid=1169764] ppid=1169754 vsize=35166300 memory=88852 CPUtime=3528.52 cores=36-39
/proc/1169760/task/1169764/stat : 1169764 (java) R 1169754 1169760 1166177 0 -1 4194368 41767 0 0 0 350347 2505 0 0 20 0 23 0 302559899 36010291200 222175 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 0 0 0 -1 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169776] ppid=1169754 vsize=35166300 memory=968 CPUtime=0 cores=36-39
/proc/1169760/task/1169776/stat : 1169776 (Referen..andler) S 1169754 1169760 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302559901 36010291200 222175 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169777] ppid=1169754 vsize=35166300 memory=88852 CPUtime=0 cores=36-39
/proc/1169760/task/1169777/stat : 1169777 (Finalizer) S 1169754 1169760 1166177 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 302559901 36010291200 222175 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169780] ppid=1169754 vsize=35166300 memory=888888 CPUtime=0.11 cores=36-39
/proc/1169760/task/1169780/stat : 1169780 (Monitor..Thread) S 1169754 1169760 1166177 0 -1 4194368 54 0 0 0 7 4 0 0 20 0 23 0 302559901 36010291200 222175 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169783] ppid=1169754 vsize=35166300 memory=888888 CPUtime=0 cores=36-39
/proc/1169760/task/1169783/stat : 1169783 (Notific..Thread) S 1169754 1169760 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 302559901 36010291200 222175 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169784] ppid=1169754 vsize=35166300 memory=888888 CPUtime=0 cores=36-39
/proc/1169760/task/1169784/stat : 1169784 (Common-Cleaner) S 1169754 1169760 1166177 0 -1 4194368 332 0 0 0 0 0 0 0 20 0 23 0 302559901 36010291200 222175 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169807] ppid=1169754 vsize=35166300 memory=888888 CPUtime=0 cores=36-39
/proc/1169760/task/1169807/stat : 1169807 (Timer-0) S 1169754 1169760 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302559914 36010291200 222175 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
Current children cumulated CPU time: 3575.23 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 888888 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3667.11 s]
/proc/loadavg: 14.96 15.34 15.45 14/1106 1182976
/proc/meminfo: memFree=410800540/1055320708 swapFree=32662696/33554428
[pid=1169760] ppid=1169754 vsize=35166300 memory=907672 CPUtime=3600.01 cores=36-39
/proc/1169760/stat : 1169760 (java) S 1169754 1169760 1166177 0 -1 4194304 132472 0 0 0 357404 2597 0 0 20 0 23 0 302559898 36010291200 226783 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 0 0 16800975 0 0 0 17 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
/proc/1169760/statm: 8791575 226918 6276 1 0 241355 0
[pid=1169760/tid=1169764] ppid=1169754 vsize=35166300 memory=88852 CPUtime=3552.9 cores=36-39
/proc/1169760/task/1169764/stat : 1169764 (java) R 1169754 1169760 1166177 0 -1 4194368 41823 0 0 0 352774 2516 0 0 20 0 23 0 302559899 36010291200 226783 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 0 0 0 -1 37 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169776] ppid=1169754 vsize=35166300 memory=968 CPUtime=0 cores=36-39
/proc/1169760/task/1169776/stat : 1169776 (Referen..andler) S 1169754 1169760 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302559901 36010291200 226783 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169777] ppid=1169754 vsize=35166300 memory=88852 CPUtime=0 cores=36-39
/proc/1169760/task/1169777/stat : 1169777 (Finalizer) S 1169754 1169760 1166177 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 302559901 36010291200 226783 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169780] ppid=1169754 vsize=35166300 memory=903316 CPUtime=0.11 cores=36-39
/proc/1169760/task/1169780/stat : 1169780 (Monitor..Thread) S 1169754 1169760 1166177 0 -1 4194368 55 0 0 0 7 4 0 0 20 0 23 0 302559901 36010291200 226783 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169783] ppid=1169754 vsize=35166300 memory=905624 CPUtime=0 cores=36-39
/proc/1169760/task/1169783/stat : 1169783 (Notific..Thread) S 1169754 1169760 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 302559901 36010291200 226783 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169784] ppid=1169754 vsize=35166300 memory=10860 CPUtime=0 cores=36-39
/proc/1169760/task/1169784/stat : 1169784 (Common-Cleaner) S 1169754 1169760 1166177 0 -1 4194368 332 0 0 0 0 0 0 0 20 0 23 0 302559901 36010291200 226783 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169807] ppid=1169754 vsize=35166300 memory=907672 CPUtime=0 cores=36-39
/proc/1169760/task/1169807/stat : 1169807 (Timer-0) S 1169754 1169760 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302559914 36010291200 226783 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 907672 KiB

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

[startup+3667.18 s]
# the end of solver process 1169760 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3574.2 s, system=25.9841 s

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

[startup+3667.11 s]
/proc/loadavg: 14.96 15.34 15.45 14/1106 1182976
/proc/meminfo: memFree=410800540/1055320708 swapFree=32662696/33554428
[pid=1169760] ppid=1169754 vsize=35166300 memory=907672 CPUtime=3600.01 cores=36-39
/proc/1169760/stat : 1169760 (java) S 1169754 1169760 1166177 0 -1 4194304 132472 0 0 0 357404 2597 0 0 20 0 23 0 302559898 36010291200 226783 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 0 0 16800975 0 0 0 17 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
/proc/1169760/statm: 8791575 226918 6276 1 0 241355 0
[pid=1169760/tid=1169764] ppid=1169754 vsize=35166300 memory=88852 CPUtime=3552.9 cores=36-39
/proc/1169760/task/1169764/stat : 1169764 (java) R 1169754 1169760 1166177 0 -1 4194368 41823 0 0 0 352774 2516 0 0 20 0 23 0 302559899 36010291200 226783 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 0 0 0 -1 37 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169776] ppid=1169754 vsize=35166300 memory=968 CPUtime=0 cores=36-39
/proc/1169760/task/1169776/stat : 1169776 (Referen..andler) S 1169754 1169760 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302559901 36010291200 226783 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169777] ppid=1169754 vsize=35166300 memory=88852 CPUtime=0 cores=36-39
/proc/1169760/task/1169777/stat : 1169777 (Finalizer) S 1169754 1169760 1166177 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 302559901 36010291200 226783 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 36 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169780] ppid=1169754 vsize=35166300 memory=903316 CPUtime=0.11 cores=36-39
/proc/1169760/task/1169780/stat : 1169780 (Monitor..Thread) S 1169754 1169760 1166177 0 -1 4194368 55 0 0 0 7 4 0 0 20 0 23 0 302559901 36010291200 226783 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169783] ppid=1169754 vsize=35166300 memory=905624 CPUtime=0 cores=36-39
/proc/1169760/task/1169783/stat : 1169783 (Notific..Thread) S 1169754 1169760 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 302559901 36010291200 226783 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169784] ppid=1169754 vsize=35166300 memory=10860 CPUtime=0 cores=36-39
/proc/1169760/task/1169784/stat : 1169784 (Common-Cleaner) S 1169754 1169760 1166177 0 -1 4194368 332 0 0 0 0 0 0 0 20 0 23 0 302559901 36010291200 226783 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 38 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
[pid=1169760/tid=1169807] ppid=1169754 vsize=35166300 memory=907672 CPUtime=0 cores=36-39
/proc/1169760/task/1169807/stat : 1169807 (Timer-0) S 1169754 1169760 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302559914 36010291200 226783 18446744073709551615 94157259980800 94157259984496 140729441028464 0 0 0 4 0 16800975 1 0 0 -1 39 0 0 0 0 0 94157259992360 94157259993104 94157272842240 140729441036452 140729441036638 140729441036638 140729441042376 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 907672 KiB

Child status: 143

Real time (s): 3667.18
CPU time (s): 3600.19
CPU user time (s): 3574.2
CPU system time (s): 25.9841
CPU usage (%): 98.173
Max. virtual memory (cumulated for all children) (KiB): 35166300
Max. memory (cumulated for all children) (KiB): 922344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3574.2
system time used= 25.9841
maximum resident set size= 921512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134472
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4877426
involuntary context switches= 8330


# summary of solver processes directly reported to runsolver:
#   pid: 1169760
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3574.2
#   total CPU system time (s): 25.9841

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.4341 second user time and 39.6602 second system time

The end

Launcher Data

Begin job on nodeE010 at 2026-07-10 16:12:02
IDJOB=4836231
IDBENCH=177078
IDSOLVER=3672
FILE ID=nodeE010/4836231-1783692722
RUNJOBID= nodeE010-1783692716-1168657
SLURM_JOB_ID= 12734900
Free space on /tmp= 789812 MiB

SOLVER NAME= Sat4j Resolution CERT 2026-05-20 (cert)
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/evencolouring/unit/normalized-evencolouring_opt_unit_random6regular_nvert_101.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4836231-1783692722/watcher-4836231-1783692722 -o /tmp/evaluation-result-4836231-1783692722/solver-4836231-1783692722 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4836231-1783692722/vars-4836231-1783692722 --bin-var /tmp/runsolver-exch-nodeE010-1783692716-1168657 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proofs/proof-4836231-1783692722 -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4836231-1783692722.opb

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

MD5SUM BENCH= fea8f5148d932be30eaf3ec009de232a
RANDOM SEED=871291681

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       1055320708 kB
MemFree:        708313260 kB
MemAvailable:   1039776744 kB
Buffers:              32 kB
Cached:         334971852 kB
SwapCached:         7288 kB
Active:         16660436 kB
Inactive:       325678268 kB
Active(anon):    7432096 kB
Inactive(anon):    19324 kB
Active(file):    9228340 kB
Inactive(file): 325658944 kB
Unevictable:        9000 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       32662696 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             71284 kB
Writeback:             0 kB
AnonPages:       7374424 kB
Mapped:           113112 kB
Shmem:             84160 kB
KReclaimable:    2777440 kB
Slab:            3349276 kB
SReclaimable:    2777440 kB
SUnreclaim:       571836 kB
KernelStack:       18880 kB
PageTables:        22848 kB
SecPageTables:     15564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:   139022004 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      481984 kB
VmallocChunk:          0 kB
Percpu:           117504 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6733824 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= 789776 MiB
End job on nodeE010 at 2026-07-10 17:13:09