Trace number 4835658

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)52176 3600.2 3614.19

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/
aksoy/trarea_ac/normalized-fir05_trarea_ac.opb
MD5SUMcc2b167b604094044d9d141ee486a126
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 benchmark47342
Best CPU time to get the best result obtained on this benchmark0.013847
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1152
Total number of constraints1774
Number of constraints which are clauses1774
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint39
Number of terms in the objective function 661
Biggest coefficient in the objective function 2133
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 1049330
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 2133
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 1049330
Number of bits of the biggest sum of numbers21
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file

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-4835658-1783648369.opb
0.00/0.09	c reading problem ... 
0.00/0.09	c using VERIPB proof format
0.00/0.09	c  objective function found
0.18/0.12	c ... done. Wall clock time 0.033s.
0.18/0.12	c declared #vars     1152
0.18/0.12	c #constraints  1774
0.18/0.12	c constraints type 
0.18/0.12	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1263
0.18/0.12	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 506
0.18/0.12	c org.sat4j.pb.constraints.pb.UnitClausePB => 5
0.18/0.12	c 1774 constraints processed.
0.18/0.13	c objective function length is 661 literals
0.18/0.14	c SATISFIABLE
0.18/0.14	c OPTIMIZING...
0.18/0.14	c Got one! Elapsed wall clock time (in seconds):0.051
0.18/0.14	o 54696
0.56/0.24	c Got one! Elapsed wall clock time (in seconds):0.152
0.56/0.24	o 53648
0.56/0.24	c Got one! Elapsed wall clock time (in seconds):0.155
0.56/0.24	o 53452
0.56/0.29	c Got one! Elapsed wall clock time (in seconds):0.198
0.56/0.29	o 52290
0.56/0.31	c Got one! Elapsed wall clock time (in seconds):0.22
0.56/0.31	o 52284
0.56/0.31	c Got one! Elapsed wall clock time (in seconds):0.222
0.56/0.31	o 52176
1.18/0.46	c cleaning 3164 clauses out of 6329 with flag 7738/6329
1.99/0.74	c cleaning 4579 clauses out of 9164 with flag 24987/12328
2.70/1.03	c cleaning 5789 clauses out of 11585 with flag 44436/19328
3.05/1.35	c cleaning 6894 clauses out of 13797 with flag 66671/27329
3.44/1.72	c cleaning 7933 clauses out of 15902 with flag 92705/36328
3.86/2.12	c cleaning 8983 clauses out of 17970 with flag 121129/46329
4.24/2.56	c cleaning 9983 clauses out of 19986 with flag 153698/57328
4.75/3.06	c cleaning 10982 clauses out of 22003 with flag 189659/69328
5.34/3.61	c cleaning 12003 clauses out of 24021 with flag 229650/82328
5.93/4.21	c cleaning 13004 clauses out of 26021 with flag 267237/96331
6.52/4.85	c cleaning 14005 clauses out of 28016 with flag 306964/111330
7.22/5.53	c cleaning 15001 clauses out of 30010 with flag 353518/127329
7.95/6.26	c cleaning 16002 clauses out of 32009 with flag 401263/144329
8.79/7.02	c cleaning 16997 clauses out of 34006 with flag 453548/162328
9.70/7.82	c cleaning 18005 clauses out of 36012 with flag 512112/181331
10.49/8.68	c cleaning 18991 clauses out of 38004 with flag 570679/201328
11.48/9.61	c cleaning 20006 clauses out of 40013 with flag 631768/222328
12.46/10.61	c cleaning 21004 clauses out of 42007 with flag 695949/244328
13.52/11.62	c cleaning 21994 clauses out of 44004 with flag 762018/267329
14.68/12.74	c cleaning 22995 clauses out of 46010 with flag 847679/291329
15.88/13.96	c cleaning 24005 clauses out of 48016 with flag 937586/316330
17.17/15.28	c cleaning 25002 clauses out of 50009 with flag 1032215/342328
18.60/16.60	c cleaning 25967 clauses out of 52007 with flag 1133355/369328
19.89/17.92	c cleaning 27010 clauses out of 54040 with flag 1225841/397328
21.40/19.40	c cleaning 28011 clauses out of 56030 with flag 1322605/426328
22.80/20.89	c cleaning 29008 clauses out of 58019 with flag 1420585/456328
24.32/22.30	c cleaning 30002 clauses out of 60011 with flag 1528590/487328
25.70/23.79	c cleaning 31005 clauses out of 62009 with flag 1644988/519328
27.22/25.24	c cleaning 32003 clauses out of 64005 with flag 1769624/552329
28.70/26.77	c cleaning 32996 clauses out of 66001 with flag 1920064/586328
30.29/28.32	c cleaning 33999 clauses out of 68005 with flag 2067739/621328
31.88/29.99	c cleaning 34980 clauses out of 70006 with flag 2221376/657328
33.78/31.84	c cleaning 36007 clauses out of 72028 with flag 2369037/694330
35.88/33.93	c cleaning 37010 clauses out of 74019 with flag 2511540/732328
37.87/35.97	c cleaning 37994 clauses out of 76009 with flag 2659876/771328
39.85/37.95	c cleaning 38995 clauses out of 78015 with flag 2813638/811328
41.73/39.81	c cleaning 39993 clauses out of 80020 with flag 2981536/852328
43.81/41.98	c cleaning 40998 clauses out of 82027 with flag 3127799/894328
46.01/44.15	c cleaning 42004 clauses out of 84029 with flag 3297382/937328
48.27/46.47	c cleaning 43010 clauses out of 86025 with flag 3457653/981328
50.64/48.83	c cleaning 44008 clauses out of 88017 with flag 3628684/1026330
52.85/51.04	c cleaning 44985 clauses out of 90007 with flag 3794708/1072328
55.01/53.29	c cleaning 46002 clauses out of 92023 with flag 3969568/1119329
57.39/55.60	c cleaning 46989 clauses out of 94020 with flag 4140958/1167328
59.78/58.05	c cleaning 48013 clauses out of 96031 with flag 4326227/1216328
62.24/60.54	c cleaning 48997 clauses out of 98021 with flag 4506833/1266331
64.65/62.99	c cleaning 50000 clauses out of 100023 with flag 4695679/1317330
67.44/65.72	c cleaning 51004 clauses out of 102021 with flag 4881503/1369328
70.12/68.48	c cleaning 51999 clauses out of 104017 with flag 5056639/1422328
72.80/71.18	c cleaning 53003 clauses out of 106019 with flag 5252647/1476329
75.28/73.68	c cleaning 54008 clauses out of 108017 with flag 5457692/1531330
77.77/76.16	c cleaning 54995 clauses out of 110008 with flag 5666820/1587329
80.54/78.93	c cleaning 55999 clauses out of 112013 with flag 5883793/1644329
83.11/81.50	c cleaning 56992 clauses out of 114014 with flag 6106238/1702329
85.90/84.30	c cleaning 58010 clauses out of 116021 with flag 6333817/1761328
88.77/87.21	c cleaning 58997 clauses out of 118011 with flag 6562691/1821328
91.74/90.25	c cleaning 59994 clauses out of 120014 with flag 6788195/1882328
94.72/93.25	c cleaning 60986 clauses out of 122020 with flag 7031649/1944328
97.83/96.35	c cleaning 62004 clauses out of 124034 with flag 7274851/2007328
100.91/99.46	c cleaning 63006 clauses out of 126030 with flag 7518277/2071328
103.99/102.51	c cleaning 64005 clauses out of 128024 with flag 7755510/2136328
106.96/105.58	c cleaning 64996 clauses out of 130019 with flag 8002878/2202328
110.14/108.77	c cleaning 66004 clauses out of 132023 with flag 8241273/2269328
113.52/112.15	c cleaning 67000 clauses out of 134019 with flag 8478523/2337328
116.89/115.50	c cleaning 68008 clauses out of 136019 with flag 8706847/2406328
120.57/119.26	c cleaning 68987 clauses out of 138011 with flag 8946281/2476328
124.35/123.04	c cleaning 70000 clauses out of 140024 with flag 9194101/2547328
127.92/126.63	c cleaning 70986 clauses out of 142025 with flag 9449822/2619329
131.49/130.29	c cleaning 71996 clauses out of 144038 with flag 9707421/2692328
135.07/133.85	c cleaning 73012 clauses out of 146044 with flag 9975763/2766330
138.44/137.26	c cleaning 74004 clauses out of 148030 with flag 10235232/2841328
142.01/140.84	c cleaning 75008 clauses out of 150027 with flag 10513075/2917329
145.84/144.65	c cleaning 75992 clauses out of 152019 with flag 10795960/2994329
149.71/148.50	c cleaning 77005 clauses out of 154026 with flag 11077413/3072328
153.57/152.49	c cleaning 77999 clauses out of 156024 with flag 11367990/3151331
157.25/156.11	c cleaning 79004 clauses out of 158022 with flag 11647156/3231328
161.21/160.16	c cleaning 80003 clauses out of 160019 with flag 11927832/3312329
165.19/164.14	c cleaning 80994 clauses out of 162017 with flag 12225591/3394330
169.04/168.11	c cleaning 81998 clauses out of 164022 with flag 12532186/3477329
173.00/172.02	c cleaning 83004 clauses out of 166023 with flag 12833175/3561328
176.96/176.03	c cleaning 84000 clauses out of 168019 with flag 13146399/3646328
181.41/180.51	c cleaning 84996 clauses out of 170019 with flag 13466866/3732328
185.58/184.72	c cleaning 85989 clauses out of 172023 with flag 13786924/3819328
189.74/188.92	c cleaning 87011 clauses out of 174034 with flag 14103810/3907328
193.99/193.23	c cleaning 88006 clauses out of 176023 with flag 14423208/3996328
198.17/197.46	c cleaning 89004 clauses out of 178017 with flag 14733351/4086328
202.64/201.90	c cleaning 89983 clauses out of 180013 with flag 15044402/4177328
206.81/206.19	c cleaning 91003 clauses out of 182030 with flag 15371663/4269328
211.27/210.66	c cleaning 92007 clauses out of 184027 with flag 15693313/4362328
215.94/215.39	c cleaning 93006 clauses out of 186021 with flag 16031794/4456329
220.62/220.11	c cleaning 94003 clauses out of 188014 with flag 16360072/4551328
225.73/225.11	c cleaning 94993 clauses out of 190011 with flag 16692819/4647328
230.27/229.75	c cleaning 95986 clauses out of 192018 with flag 17033615/4744328
234.90/234.46	c cleaning 97009 clauses out of 194032 with flag 17385331/4842328
240.06/239.61	c cleaning 97983 clauses out of 196023 with flag 17739560/4941328
245.11/244.79	c cleaning 99005 clauses out of 198040 with flag 18106917/5041328
250.39/250.09	c cleaning 100003 clauses out of 200036 with flag 18468794/5142329
255.44/255.16	c cleaning 101004 clauses out of 202032 with flag 18831901/5244328
260.79/260.57	c cleaning 102007 clauses out of 204028 with flag 19212538/5347328
266.05/265.83	c cleaning 103003 clauses out of 206021 with flag 19583447/5451328
271.22/271.03	c cleaning 103999 clauses out of 208018 with flag 19965935/5556328
277.21/277.03	c cleaning 105010 clauses out of 210020 with flag 20332853/5662329
282.40/282.29	c cleaning 106001 clauses out of 212009 with flag 20700026/5769328
287.95/287.87	c cleaning 107001 clauses out of 214008 with flag 21080142/5877328
293.92/293.88	c cleaning 108002 clauses out of 216007 with flag 21449258/5986328
300.16/300.19	c cleaning 108986 clauses out of 218005 with flag 21822879/6096328
306.10/306.12	c cleaning 109996 clauses out of 220019 with flag 22220259/6207328
311.86/311.94	c cleaning 111009 clauses out of 222024 with flag 22610032/6319329
317.93/318.02	c cleaning 111994 clauses out of 224014 with flag 23000915/6432328
323.79/323.98	c cleaning 113011 clauses out of 226022 with flag 23393971/6546330
329.65/329.89	c cleaning 113999 clauses out of 228011 with flag 23795687/6661330
335.96/336.12	c cleaning 114996 clauses out of 230010 with flag 24189142/6777328
342.49/342.71	c cleaning 115988 clauses out of 232014 with flag 24586918/6894328
348.88/349.14	c cleaning 117014 clauses out of 234027 with flag 24988892/7012329
355.10/355.46	c cleaning 118004 clauses out of 236012 with flag 25403598/7131328
362.24/362.62	c cleaning 119003 clauses out of 238008 with flag 25812692/7251328
368.49/368.95	c cleaning 119978 clauses out of 240005 with flag 26257345/7372328
375.55/376.05	c cleaning 121008 clauses out of 242029 with flag 26693055/7494330
382.99/383.54	c cleaning 122011 clauses out of 244021 with flag 27061296/7617330
389.75/390.31	c cleaning 122998 clauses out of 246008 with flag 27428897/7741328
396.29/396.94	c cleaning 123974 clauses out of 248010 with flag 27877300/7866328
402.92/403.53	c cleaning 124995 clauses out of 250036 with flag 28317622/7992328
409.66/410.36	c cleaning 126002 clauses out of 252041 with flag 28744292/8119328
416.44/417.13	c cleaning 127018 clauses out of 254039 with flag 29174154/8247328
423.48/424.27	c cleaning 127999 clauses out of 256021 with flag 29606884/8376328
430.41/431.28	c cleaning 129010 clauses out of 258022 with flag 30039604/8506328
437.06/437.93	c cleaning 129986 clauses out of 260012 with flag 30497247/8637328
443.82/444.75	c cleaning 131004 clauses out of 262028 with flag 30947565/8769330
450.67/451.64	c cleaning 132003 clauses out of 264023 with flag 31441614/8902329
458.03/459.09	c cleaning 133002 clauses out of 266019 with flag 31920977/9036328
465.85/466.82	c cleaning 133989 clauses out of 268017 with flag 32404642/9171328
472.80/473.81	c cleaning 135011 clauses out of 270029 with flag 32885351/9307329
480.13/481.23	c cleaning 135996 clauses out of 272017 with flag 33342261/9444328
487.59/488.80	c cleaning 137004 clauses out of 274021 with flag 33809585/9582328
494.35/495.50	c cleaning 138001 clauses out of 276017 with flag 34310659/9721328
502.19/503.48	c cleaning 138994 clauses out of 278016 with flag 34831179/9861328
510.05/511.35	c cleaning 140007 clauses out of 280022 with flag 35347067/10002328
517.67/518.95	c cleaning 141001 clauses out of 282015 with flag 35837621/10144328
525.12/526.49	c cleaning 142007 clauses out of 284015 with flag 36345132/10287329
533.04/534.48	c cleaning 142996 clauses out of 286007 with flag 36851220/10431328
540.76/542.29	c cleaning 144001 clauses out of 288013 with flag 37345508/10576330
549.31/550.89	c cleaning 144981 clauses out of 290010 with flag 37878084/10722328
557.32/558.93	c cleaning 146014 clauses out of 292030 with flag 38395628/10869329
565.04/566.78	c cleaning 146975 clauses out of 294016 with flag 38930735/11017329
573.15/574.86	c cleaning 148010 clauses out of 296041 with flag 39482525/11166329
581.18/583.00	c cleaning 149014 clauses out of 298033 with flag 40031988/11316331
589.33/591.12	c cleaning 150006 clauses out of 300017 with flag 40518448/11467329
597.87/599.74	c cleaning 150998 clauses out of 302010 with flag 41042810/11619328
606.82/608.71	c cleaning 152000 clauses out of 304013 with flag 41573697/11772329
616.16/618.18	c cleaning 152999 clauses out of 306013 with flag 42065312/11926329
625.10/627.14	c cleaning 153987 clauses out of 308013 with flag 42595202/12081328
633.65/635.79	c cleaning 155004 clauses out of 310026 with flag 43140626/12237328
642.69/644.86	c cleaning 155996 clauses out of 312023 with flag 43711179/12394329
652.20/654.44	c cleaning 157006 clauses out of 314026 with flag 44287406/12552328
660.47/662.72	c cleaning 158006 clauses out of 316021 with flag 44866799/12711329
668.68/670.93	c cleaning 158972 clauses out of 318014 with flag 45429420/12871328
677.98/680.37	c cleaning 160022 clauses out of 320043 with flag 46000289/13032329
687.28/689.70	c cleaning 161010 clauses out of 322024 with flag 46557459/13194332
695.64/698.19	c cleaning 161994 clauses out of 324010 with flag 47120621/13357328
704.75/707.33	c cleaning 162985 clauses out of 326016 with flag 47683803/13521328
713.98/716.64	c cleaning 164009 clauses out of 328032 with flag 48262852/13686329
722.90/725.66	c cleaning 165008 clauses out of 330023 with flag 48859819/13852329
732.54/735.32	c cleaning 165997 clauses out of 332014 with flag 49433044/14019328
742.45/745.23	c cleaning 167003 clauses out of 334018 with flag 50011231/14187329
752.86/755.71	c cleaning 167987 clauses out of 336014 with flag 50602406/14356328
762.77/765.70	c cleaning 168998 clauses out of 338027 with flag 51175326/14526328
772.20/775.28	c cleaning 170006 clauses out of 340029 with flag 51767898/14697328
782.15/785.25	c cleaning 170978 clauses out of 342023 with flag 52353746/14869328
792.23/795.35	c cleaning 172003 clauses out of 344045 with flag 52944528/15042328
802.47/805.65	c cleaning 173010 clauses out of 346042 with flag 53550039/15216328
812.61/815.77	c cleaning 173992 clauses out of 348032 with flag 54151135/15391328
822.21/825.49	c cleaning 175010 clauses out of 350040 with flag 54757159/15567328
832.24/835.51	c cleaning 176006 clauses out of 352031 with flag 55376637/15744329
842.94/846.28	c cleaning 177006 clauses out of 354024 with flag 56011136/15922328
853.29/856.64	c cleaning 177998 clauses out of 356019 with flag 56635410/16101329
864.19/867.65	c cleaning 179000 clauses out of 358020 with flag 57271449/16281328
874.40/877.96	c cleaning 179982 clauses out of 360020 with flag 57906328/16462328
886.03/889.55	c cleaning 181018 clauses out of 362038 with flag 58542358/16644328
896.39/900.00	c cleaning 181998 clauses out of 364020 with flag 59176705/16827328
906.71/910.34	c cleaning 183003 clauses out of 366022 with flag 59845144/17011328
917.91/921.50	c cleaning 183997 clauses out of 368020 with flag 60509999/17196329
928.70/932.47	c cleaning 184984 clauses out of 370022 with flag 61159388/17382328
939.41/943.27	c cleaning 186014 clauses out of 372038 with flag 61827073/17569328
951.31/955.25	c cleaning 186993 clauses out of 374024 with flag 62507680/17757328
963.92/967.94	c cleaning 188005 clauses out of 376032 with flag 63173043/17946329
975.53/979.54	c cleaning 189008 clauses out of 378032 with flag 63840973/18136334
987.35/991.45	c cleaning 190005 clauses out of 380019 with flag 64499180/18327329
998.65/1002.85	c cleaning 190999 clauses out of 382014 with flag 65152119/18519329
1010.85/1015.14	c cleaning 192005 clauses out of 384016 with flag 65809997/18712330
1022.35/1026.78	c cleaning 192994 clauses out of 386010 with flag 66468780/18906329
1033.46/1037.92	c cleaning 193985 clauses out of 388016 with flag 67147523/19101329
1045.09/1049.64	c cleaning 195010 clauses out of 390030 with flag 67857928/19297328
1056.69/1061.20	c cleaning 196002 clauses out of 392021 with flag 68551284/19494329
1068.01/1072.61	c cleaning 196994 clauses out of 394018 with flag 69224486/19692328
1078.76/1083.50	c cleaning 197999 clauses out of 396024 with flag 69939897/19891328
1089.74/1094.49	c cleaning 199000 clauses out of 398025 with flag 70635964/20091328
1101.05/1105.81	c cleaning 200004 clauses out of 400025 with flag 71333869/20292328
1112.29/1117.14	c cleaning 201001 clauses out of 402022 with flag 72035614/20494329
1123.89/1128.80	c cleaning 201995 clauses out of 404021 with flag 72740224/20697329
1135.30/1140.30	c cleaning 202999 clauses out of 406025 with flag 73458843/20901328
1147.26/1152.37	c cleaning 203997 clauses out of 408026 with flag 74227383/21106328
1159.08/1164.29	c cleaning 204995 clauses out of 410029 with flag 74985914/21312328
1171.29/1176.53	c cleaning 205999 clauses out of 412034 with flag 75749552/21519328
1184.98/1190.20	c cleaning 207016 clauses out of 414035 with flag 76509563/21727328
1199.38/1204.79	c cleaning 207996 clauses out of 416021 with flag 77261181/21936330
1212.50/1217.97	c cleaning 208995 clauses out of 418023 with flag 78009092/22146328
1224.54/1229.91	c cleaning 210010 clauses out of 420029 with flag 78752603/22357329
1237.85/1243.31	c cleaning 210994 clauses out of 422018 with flag 79505646/22569328
1249.83/1255.40	c cleaning 212008 clauses out of 424024 with flag 80268939/22782328
1261.86/1267.42	c cleaning 212986 clauses out of 426016 with flag 80997872/22996328
1273.67/1279.32	c cleaning 214010 clauses out of 428037 with flag 81742732/23211335
1286.15/1291.93	c cleaning 215001 clauses out of 430020 with flag 82478078/23427328
1299.75/1305.65	c cleaning 216009 clauses out of 432021 with flag 83226340/23644330
1313.99/1319.80	c cleaning 217005 clauses out of 434012 with flag 83986973/23862330
1326.42/1332.30	c cleaning 217997 clauses out of 436007 with flag 84715983/24081330
1340.11/1346.18	c cleaning 218984 clauses out of 438008 with flag 85467127/24301328
1355.42/1361.42	c cleaning 220001 clauses out of 440024 with flag 86239560/24522328
1368.43/1374.59	c cleaning 221005 clauses out of 442027 with flag 87011770/24744332
1382.24/1388.49	c cleaning 221996 clauses out of 444018 with flag 87780454/24967328
1396.23/1402.43	c cleaning 222994 clauses out of 446022 with flag 88554567/25191328
1409.02/1415.34	c cleaning 223994 clauses out of 448028 with flag 89357107/25416328
1422.71/1429.18	c cleaning 225013 clauses out of 450034 with flag 90149879/25642328
1437.79/1444.32	c cleaning 225976 clauses out of 452021 with flag 90942573/25869328
1450.89/1457.47	c cleaning 227008 clauses out of 454045 with flag 91749961/26097328
1465.28/1471.90	c cleaning 228011 clauses out of 456038 with flag 92569912/26326329
1479.02/1485.79	c cleaning 228999 clauses out of 458026 with flag 93377846/26556328
1494.15/1500.89	c cleaning 229991 clauses out of 460027 with flag 94194402/26787328
1507.78/1514.50	c cleaning 231013 clauses out of 462036 with flag 95027709/27019328
1524.52/1531.25	c cleaning 232007 clauses out of 464023 with flag 95850660/27252328
1538.83/1545.67	c cleaning 232998 clauses out of 466016 with flag 96675680/27486328
1554.23/1561.12	c cleaning 233993 clauses out of 468018 with flag 97494196/27721328
1569.09/1576.05	c cleaning 235009 clauses out of 470025 with flag 98328366/27957328
1582.77/1589.83	c cleaning 235992 clauses out of 472016 with flag 99138540/28194328
1596.47/1603.66	c cleaning 236996 clauses out of 474024 with flag 99961444/28432328
1613.65/1620.80	c cleaning 237994 clauses out of 476028 with flag 100797986/28671328
1630.13/1637.48	c cleaning 239010 clauses out of 478034 with flag 101641522/28911328
1645.75/1653.08	c cleaning 239992 clauses out of 480024 with flag 102463039/29152328
1661.56/1669.00	c cleaning 241001 clauses out of 482032 with flag 103314115/29394328
1678.77/1686.18	c cleaning 241998 clauses out of 484031 with flag 104145615/29637328
1694.59/1702.04	c cleaning 243001 clauses out of 486033 with flag 105009392/29881328
1711.29/1718.75	c cleaning 244007 clauses out of 488033 with flag 105848490/30126329
1725.65/1733.24	c cleaning 244991 clauses out of 490025 with flag 106703732/30372328
1740.44/1748.01	c cleaning 246011 clauses out of 492034 with flag 107548945/30619328
1755.21/1762.97	c cleaning 247012 clauses out of 494023 with flag 108407891/30867328
1770.49/1778.21	c cleaning 248002 clauses out of 496011 with flag 109273753/31116328
1784.78/1792.61	c cleaning 248986 clauses out of 498009 with flag 110150168/31366328
1800.50/1808.31	c cleaning 250007 clauses out of 500023 with flag 111006883/31617328
1815.75/1823.58	c cleaning 251005 clauses out of 502018 with flag 111893052/31869330
1830.75/1838.61	c cleaning 252000 clauses out of 504011 with flag 112736077/32122328
1846.41/1854.41	c cleaning 253006 clauses out of 506011 with flag 113577173/32376328
1861.51/1869.58	c cleaning 253980 clauses out of 508005 with flag 114473800/32631328
1877.77/1885.99	c cleaning 254994 clauses out of 510025 with flag 115384821/32887328
1893.22/1901.39	c cleaning 255999 clauses out of 512032 with flag 116311999/33144329
1909.22/1917.40	c cleaning 257008 clauses out of 514032 with flag 117225261/33402328
1926.03/1934.28	c cleaning 257987 clauses out of 516024 with flag 118127258/33661328
1942.06/1950.35	c cleaning 259004 clauses out of 518037 with flag 119043411/33921328
1959.54/1967.98	c cleaning 260010 clauses out of 520033 with flag 119965018/34182328
1976.16/1984.59	c cleaning 260991 clauses out of 522026 with flag 120888290/34444331
1994.95/2003.44	c cleaning 262013 clauses out of 524036 with flag 121815718/34707332
2011.56/2020.09	c cleaning 262994 clauses out of 526019 with flag 122741449/34971328
2028.54/2037.14	c cleaning 263998 clauses out of 528025 with flag 123696976/35236328
2046.58/2055.34	c cleaning 265003 clauses out of 530027 with flag 124644765/35502328
2065.27/2074.07	c cleaning 266010 clauses out of 532027 with flag 125590164/35769331
2083.02/2091.94	c cleaning 266984 clauses out of 534014 with flag 126562558/36037328
2099.75/2108.65	c cleaning 268004 clauses out of 536031 with flag 127513574/36306329
2117.62/2126.62	c cleaning 269004 clauses out of 538026 with flag 128456411/36576328
2136.74/2145.70	c cleaning 269995 clauses out of 540022 with flag 129421718/36847328
2154.33/2163.42	c cleaning 270998 clauses out of 542027 with flag 130378453/37119328
2173.30/2182.43	c cleaning 272012 clauses out of 544029 with flag 131305913/37392328
2191.35/2200.62	c cleaning 272992 clauses out of 546018 with flag 132240165/37666329
2208.14/2217.53	c cleaning 274003 clauses out of 548025 with flag 133179416/37941328
2227.65/2237.01	c cleaning 274990 clauses out of 550022 with flag 134158121/38217328
2245.54/2255.01	c cleaning 275979 clauses out of 552032 with flag 135117374/38494328
2264.13/2273.63	c cleaning 277012 clauses out of 554053 with flag 136071231/38772328
2282.62/2292.26	c cleaning 278018 clauses out of 556042 with flag 137020146/39051329
2301.02/2310.76	c cleaning 279003 clauses out of 558023 with flag 137982101/39331328
2319.35/2329.09	c cleaning 280004 clauses out of 560020 with flag 138963402/39612328
2340.02/2349.81	c cleaning 280976 clauses out of 562016 with flag 139945262/39894328
2358.12/2367.92	c cleaning 282001 clauses out of 564041 with flag 140911111/40177329
2376.30/2386.21	c cleaning 283006 clauses out of 566040 with flag 141899670/40461329
2393.24/2403.17	c cleaning 284010 clauses out of 568033 with flag 142850261/40746328
2413.67/2423.71	c cleaning 285012 clauses out of 570023 with flag 143758442/41032328
2432.63/2442.68	c cleaning 285990 clauses out of 572011 with flag 144671022/41319328
2452.42/2462.53	c cleaning 287010 clauses out of 574023 with flag 145585854/41607330
2476.63/2486.78	c cleaning 287992 clauses out of 576011 with flag 146527808/41896328
2496.33/2506.53	c cleaning 289002 clauses out of 578019 with flag 147439092/42186328
2517.36/2527.51	c cleaning 289990 clauses out of 580017 with flag 148368298/42477328
2538.69/2549.01	c cleaning 291004 clauses out of 582029 with flag 149324165/42769330
2557.45/2567.93	c cleaning 292000 clauses out of 584023 with flag 150271360/43062328
2576.55/2587.06	c cleaning 292995 clauses out of 586023 with flag 151193281/43356328
2596.80/2607.42	c cleaning 294014 clauses out of 588029 with flag 152194564/43651329
2618.38/2629.15	c cleaning 294995 clauses out of 590014 with flag 153197396/43947328
2640.57/2651.36	c cleaning 295994 clauses out of 592021 with flag 154164601/44244330
2665.23/2676.14	c cleaning 297000 clauses out of 594026 with flag 155153460/44542329
2683.72/2694.67	c cleaning 297986 clauses out of 596025 with flag 156143909/44841328
2709.84/2720.95	c cleaning 299013 clauses out of 598039 with flag 157089387/45141328
2727.21/2738.43	c cleaning 300001 clauses out of 600026 with flag 158145770/45442328
2748.20/2759.45	c cleaning 300998 clauses out of 602025 with flag 159194209/45744328
2769.36/2780.78	c cleaning 302004 clauses out of 604027 with flag 160281539/46047328
2793.72/2805.12	c cleaning 303003 clauses out of 606025 with flag 161300462/46351330
2815.31/2826.76	c cleaning 303986 clauses out of 608020 with flag 162341669/46656328
2836.03/2847.64	c cleaning 305011 clauses out of 610034 with flag 163355890/46962328
2856.70/2868.39	c cleaning 306002 clauses out of 612023 with flag 164409271/47269328
2878.05/2889.80	c cleaning 307000 clauses out of 614021 with flag 165474270/47577328
2897.86/2909.68	c cleaning 308007 clauses out of 616023 with flag 166534765/47886330
2919.40/2931.33	c cleaning 309006 clauses out of 618014 with flag 167618786/48196328
2939.10/2951.04	c cleaning 309996 clauses out of 620010 with flag 168658358/48507330
2960.45/2972.57	c cleaning 310998 clauses out of 622012 with flag 169690500/48819328
2981.46/2993.50	c cleaning 312004 clauses out of 624022 with flag 170742891/49132336
3001.44/3013.63	c cleaning 313002 clauses out of 626012 with flag 171785247/49446330
3021.44/3033.63	c cleaning 313972 clauses out of 628008 with flag 172886913/49761328
3042.20/3054.50	c cleaning 315017 clauses out of 630037 with flag 173996062/50077329
3065.40/3077.76	c cleaning 315999 clauses out of 632019 with flag 175109795/50394328
3087.46/3099.96	c cleaning 317002 clauses out of 634021 with flag 176187896/50712329
3109.36/3121.82	c cleaning 317977 clauses out of 636018 with flag 177307929/51031328
3130.93/3143.56	c cleaning 319021 clauses out of 638041 with flag 178421505/51351328
3152.48/3165.07	c cleaning 319999 clauses out of 640020 with flag 179559556/51672328
3175.47/3188.23	c cleaning 321010 clauses out of 642022 with flag 180685915/51994329
3201.35/3214.39	c cleaning 321995 clauses out of 644011 with flag 181832592/52317328
3223.65/3236.63	c cleaning 322998 clauses out of 646016 with flag 182968738/52641328
3244.30/3257.43	c cleaning 323996 clauses out of 648018 with flag 184089699/52966328
3267.08/3280.26	c cleaning 324988 clauses out of 650022 with flag 185232438/53292328
3292.11/3305.45	c cleaning 326013 clauses out of 652037 with flag 186384019/53619331
3312.54/3325.86	c cleaning 326990 clauses out of 654021 with flag 187528145/53947328
3336.37/3349.88	c cleaning 328008 clauses out of 656031 with flag 188673494/54276328
3359.79/3373.25	c cleaning 329005 clauses out of 658023 with flag 189803171/54606328
3381.75/3395.32	c cleaning 329997 clauses out of 660018 with flag 190943497/54937328
3410.32/3423.97	c cleaning 331008 clauses out of 662021 with flag 192073736/55269328
3432.97/3446.70	c cleaning 332006 clauses out of 664016 with flag 193195528/55602331
3457.92/3471.78	c cleaning 332995 clauses out of 666007 with flag 194332348/55936328
3482.83/3496.80	c cleaning 333985 clauses out of 668012 with flag 195491059/56271328
3503.58/3517.53	c cleaning 334998 clauses out of 670027 with flag 196622563/56607328
3524.76/3538.60	c cleaning 336004 clauses out of 672029 with flag 197781803/56944328
3546.70/3560.58	c cleaning 336992 clauses out of 674025 with flag 198930959/57282328
3571.22/3585.22	c cleaning 338006 clauses out of 676034 with flag 200084076/57621329
3593.01/3607.02	c cleaning 338999 clauses out of 678029 with flag 201235638/57961330
3600.03/3614.12	c starts		: 14272
3600.03/3614.12	c conflicts		: 58101303
3600.03/3614.12	c decisions		: 313266132
3600.03/3614.12	c propagations		: 20505896338
3600.03/3614.12	c inspects		: 39333145064
3600.03/3614.12	c shortcuts		: 0
3600.03/3614.12	c learnt literals	: 0
3600.03/3614.12	c learnt binary clauses	: 0
3600.03/3614.12	c learnt ternary clauses	: 0
3600.03/3614.12	c learnt constraints	: 58101303
3600.03/3614.12	c ignored constraints	: 0
3600.03/3614.12	c root simplifications	: 0
3600.03/3614.12	c removed literals (reason simplification)	: 212146292
3600.03/3614.12	c reason swapping (by a shorter reason)	: 0
3600.03/3614.12	c Calls to reduceDB	: 336
3600.03/3614.12	c Number of update (reduction) of LBD	: 30435561
3600.03/3614.12	c Imported unit clauses	: 0
3600.03/3614.12	c No decision after first conflict	: false
3600.03/3614.12	c number of reductions to clauses (during analyze)	: 0
3600.03/3614.12	c number of learned constraints concerned by reduction	: 0
3600.03/3614.12	c number of learning phase by resolution	: 0
3600.03/3614.12	c number of learning phase by cutting planes	: 0
3600.03/3614.12	c number of rounding to 1 operations	: 0
3600.03/3614.12	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3614.12	c number of reductions of the coefficients by power 2 	: 0
3600.03/3614.12	c number of right shift for reduction by power 2 	: 0
3600.03/3614.12	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3614.12	c number of ending skipping 	: 0
3600.03/3614.12	c number of internal skipping 	: 0
3600.03/3614.12	c number of derivation steps 	: 0
3600.03/3614.12	c number of skipped derivation steps 	: 0
3600.03/3614.12	c number of remaining unassigned 	: 0
3600.03/3614.12	c number of remaining assigned 	: 0
3600.03/3614.12	c number of falsified literals weakened from reason	: 0
3600.03/3614.12	c number of falsified literals weakened from conflict	: 0
3600.03/3614.12	c time for arithmetic operations	: 0
3600.03/3614.12	c minimum degree of deleted constraints	: null
3600.03/3614.12	c maximum degree of deleted constraints	: null
3600.03/3614.12	c number of deleted constraints	: 0
3600.03/3614.12	c speed (assignments/second)	: 5674037.1058335295
3600.03/3614.12	c non guided choices	: 0
3600.03/3614.18	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 479003
3600.03/3614.18	s SATISFIABLE
3600.03/3614.18	c Found 6 solution(s)
3600.03/3614.18	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 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 x518 x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 x751 x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 x873 x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 x960 -x961 -x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 x1003 -x1004 -x1005 -x1006 x1007 -x1008 -x1009 -x1010 -x1011 x1012 x1013 -x1014 -x1015 -x1016 -x1017 x1018 -x1019 -x1020 -x1021 -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 -x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 -x1076 -x1077 -x1078 -x1079 -x1080 x1081 -x1082 -x1083 -x1084 -x1085 -x1086 -x1087 x1088 -x1089 -x1090 -x1091 x1092 -x1093 -x1094 -x1095 -x1096 -x1097 -x1098 x1099 -x1100 -x1101 x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 -x1110 -x1111 -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 -x1119 -x1120 -x1121 -x1122 x1123 -x1124 -x1125 x1126 x1127 -x1128 -x1129 -x1130 -x1131 x1132 x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 x1140 -x1141 -x1142 -x1143 -x1144 x1145 -x1146 -x1147 x1148 x1149 x1150 x1151 -x1152 
3600.03/3614.18	c objective function=52176
3600.03/3614.18	c Total wall clock time (in seconds): 3614.09

Verifier Data

OK	52176

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

running on 4 cores: 16-19

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

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

CPU governors:
  performance: 16-19

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (32331 MiB free)
  node 1: cores 8-15, 129019 MiB (46375 MiB free)
  node 2: cores 16-23, 129019 MiB (40031 MiB free)
  node 3: cores 24-31, 129003 MiB (63526 MiB free)
  node 4: cores 32-39, 129019 MiB (60570 MiB free)
  node 5: cores 40-47, 129019 MiB (85337 MiB free)
  node 6: cores 48-55, 128973 MiB (97036 MiB free)
  node 7: cores 56-63, 128474 MiB (122520 MiB free)
  node distances:
     10  12  12  12  32  32  32  32
     12  10  12  12  32  32  32  32
     12  12  10  12  32  32  32  32
     12  12  12  10  32  32  32  32
     32  32  32  32  10  12  12  12
     32  32  32  32  12  10  12  12
     32  32  32  32  12  12  10  12
     32  32  32  32  12  12  12  10

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


[startup+0.100056 s]*
/proc/loadavg: 15.35 15.06 15.03 18/1157 1269895
/proc/meminfo: memFree=560856852/1055320712 swapFree=33435900/33554428
[pid=1269866] ppid=1269863 vsize=34966608 memory=59940 CPUtime=0.18 cores=16-19
/proc/1269866/stat : 1269866 (java) S 1269863 1269866 1263609 0 -1 4194304 7830 0 0 0 17 1 0 0 20 0 20 0 298124835 35805806592 14526 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 0 0 16800975 0 0 0 17 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
/proc/1269866/statm: 8741652 14985 6203 1 0 33357 0
[pid=1269866/tid=1269868] ppid=1269863 vsize=34966608 memory=4034097543 CPUtime=0.08 cores=16-19
/proc/1269866/task/1269868/stat : 1269868 (java) R 1269863 1269866 1263609 0 -1 4194368 3185 0 0 0 8 0 0 0 20 0 20 0 298124836 35805806592 14526 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269880] ppid=1269863 vsize=34966608 memory=15331 CPUtime=0 cores=16-19
/proc/1269866/task/1269880/stat : 1269880 (Referen..andler) S 1269863 1269866 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 298124837 35805806592 14526 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269881] ppid=1269863 vsize=34966608 memory=55182578942438 CPUtime=0 cores=16-19
/proc/1269866/task/1269881/stat : 1269881 (Finalizer) S 1269863 1269866 1263609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 298124837 35805806592 14526 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269884] ppid=1269863 vsize=34966608 memory=54091674026588 CPUtime=0 cores=16-19
/proc/1269866/task/1269884/stat : 1269884 (Monitor..Thread) S 1269863 1269866 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 298124837 35805806592 14526 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269887] ppid=1269863 vsize=34966608 memory=57390242464551 CPUtime=0 cores=16-19
/proc/1269866/task/1269887/stat : 1269887 (Notific..Thread) S 1269863 1269866 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 298124838 35805806592 14526 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269888] ppid=1269863 vsize=34966608 memory=62917932483842 CPUtime=0 cores=16-19
/proc/1269866/task/1269888/stat : 1269888 (Common-Cleaner) S 1269863 1269866 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 298124838 35805806592 14526 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 34966608 KiB
Current children cumulated memory: 59940 KiB

[startup+0.213708 s]*
/proc/loadavg: 15.35 15.06 15.03 20/1160 1269898
/proc/meminfo: memFree=560840428/1055320712 swapFree=33435900/33554428
[pid=1269866] ppid=1269863 vsize=35099736 memory=80680 CPUtime=0.56 cores=16-19
/proc/1269866/stat : 1269866 (java) S 1269863 1269866 1263609 0 -1 4194304 9435 0 0 0 55 1 0 0 20 0 22 0 298124835 35942129664 19885 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 0 0 16800975 0 0 0 17 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
/proc/1269866/statm: 8774934 20170 6234 1 0 40715 0
[pid=1269866/tid=1269868] ppid=1269863 vsize=35099736 memory=3472328299453313415 CPUtime=0.18 cores=16-19
/proc/1269866/task/1269868/stat : 1269868 (java) R 1269863 1269866 1263609 0 -1 4194368 3326 0 0 0 18 0 0 0 20 0 22 0 298124836 35942129664 19885 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269880] ppid=1269863 vsize=35099736 memory=15331 CPUtime=0 cores=16-19
/proc/1269866/task/1269880/stat : 1269880 (Referen..andler) S 1269863 1269866 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 298124837 35942129664 19885 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269881] ppid=1269863 vsize=35099736 memory=55182578942438 CPUtime=0 cores=16-19
/proc/1269866/task/1269881/stat : 1269881 (Finalizer) S 1269863 1269866 1263609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 298124837 35942129664 19885 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269884] ppid=1269863 vsize=35099736 memory=54091674026588 CPUtime=0 cores=16-19
/proc/1269866/task/1269884/stat : 1269884 (Monitor..Thread) S 1269863 1269866 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 298124837 35942129664 19885 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269887] ppid=1269863 vsize=35099736 memory=57390242464551 CPUtime=0 cores=16-19
/proc/1269866/task/1269887/stat : 1269887 (Notific..Thread) S 1269863 1269866 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 298124838 35942129664 19885 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269888] ppid=1269863 vsize=35099736 memory=62917932483842 CPUtime=0 cores=16-19
/proc/1269866/task/1269888/stat : 1269888 (Common-Cleaner) S 1269863 1269866 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 298124838 35942129664 19885 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269897] ppid=1269863 vsize=35099736 memory=31295 CPUtime=0 cores=16-19
/proc/1269866/task/1269897/stat : 1269897 (Timer-0) S 1269863 1269866 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 298124848 35942129664 19885 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 80680 KiB

[startup+0.314106 s]*
/proc/loadavg: 15.35 15.06 15.03 17/1160 1269898
/proc/meminfo: memFree=560824172/1055320712 swapFree=33435900/33554428
[pid=1269866] ppid=1269863 vsize=35099736 memory=94460 CPUtime=0.88 cores=16-19
/proc/1269866/stat : 1269866 (java) S 1269863 1269866 1263609 0 -1 4194304 9834 0 0 0 86 2 0 0 20 0 22 0 298124835 35942129664 23280 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 0 0 16800975 0 0 0 17 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
/proc/1269866/statm: 8774934 23615 6250 1 0 45747 0
[pid=1269866/tid=1269868] ppid=1269863 vsize=35099736 memory=3472328299453313415 CPUtime=0.29 cores=16-19
/proc/1269866/task/1269868/stat : 1269868 (java) R 1269863 1269866 1263609 0 -1 4194368 3339 0 0 0 28 1 0 0 20 0 22 0 298124836 35942129664 23280 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269880] ppid=1269863 vsize=35099736 memory=15331 CPUtime=0 cores=16-19
/proc/1269866/task/1269880/stat : 1269880 (Referen..andler) S 1269863 1269866 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 298124837 35942129664 23280 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269881] ppid=1269863 vsize=35099736 memory=4179395636778762726 CPUtime=0 cores=16-19
/proc/1269866/task/1269881/stat : 1269881 (Finalizer) S 1269863 1269866 1263609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 298124837 35942129664 23280 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269884] ppid=1269863 vsize=35099736 memory=54091674026588 CPUtime=0 cores=16-19
/proc/1269866/task/1269884/stat : 1269884 (Monitor..Thread) S 1269863 1269866 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 298124837 35942129664 23280 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269887] ppid=1269863 vsize=35099736 memory=57390242464551 CPUtime=0 cores=16-19
/proc/1269866/task/1269887/stat : 1269887 (Notific..Thread) S 1269863 1269866 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 298124838 35942129664 23280 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269888] ppid=1269863 vsize=35099736 memory=62917932483842 CPUtime=0 cores=16-19
/proc/1269866/task/1269888/stat : 1269888 (Common-Cleaner) S 1269863 1269866 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 298124838 35942129664 23280 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269897] ppid=1269863 vsize=35099736 memory=31295 CPUtime=0 cores=16-19
/proc/1269866/task/1269897/stat : 1269897 (Timer-0) S 1269863 1269866 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 298124848 35942129664 23280 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
Current children cumulated CPU time: 0.88 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 94460 KiB

[startup+0.700284 s]
/proc/loadavg: 15.35 15.06 15.03 17/1160 1269898
/proc/meminfo: memFree=560779484/1055320712 swapFree=33435900/33554428
[pid=1269866] ppid=1269863 vsize=35099736 memory=157700 CPUtime=1.99 cores=16-19
/proc/1269866/stat : 1269866 (java) S 1269863 1269866 1263609 0 -1 4194304 12383 0 0 0 197 2 0 0 20 0 22 0 298124835 35942129664 39285 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 0 0 16800975 0 0 0 17 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
/proc/1269866/statm: 8774934 39425 6273 1 0 60758 0
[pid=1269866/tid=1269868] ppid=1269863 vsize=35099736 memory=4864 CPUtime=0.65 cores=16-19
/proc/1269866/task/1269868/stat : 1269868 (java) R 1269863 1269866 1263609 0 -1 4194368 3407 0 0 0 64 1 0 0 20 0 22 0 298124836 35942129664 39285 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 0 0 0 -1 19 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269880] ppid=1269863 vsize=35099736 memory=4406 CPUtime=0 cores=16-19
/proc/1269866/task/1269880/stat : 1269880 (Referen..andler) S 1269863 1269866 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 298124837 35942129664 39285 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269881] ppid=1269863 vsize=35099736 memory=5884 CPUtime=0 cores=16-19
/proc/1269866/task/1269881/stat : 1269881 (Finalizer) S 1269863 1269866 1263609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 298124837 35942129664 39285 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269884] ppid=1269863 vsize=35099736 memory=0 CPUtime=0 cores=16-19
/proc/1269866/task/1269884/stat : 1269884 (Monitor..Thread) S 1269863 1269866 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 298124837 35942129664 39285 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269887] ppid=1269863 vsize=35099736 memory=0 CPUtime=0 cores=16-19
/proc/1269866/task/1269887/stat : 1269887 (Notific..Thread) S 1269863 1269866 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 298124838 35942129664 39285 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269888] ppid=1269863 vsize=35099736 memory=4864 CPUtime=0 cores=16-19
/proc/1269866/task/1269888/stat : 1269888 (Common-Cleaner) S 1269863 1269866 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 298124838 35942129664 39285 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269897] ppid=1269863 vsize=35099736 memory=3072 CPUtime=0 cores=16-19
/proc/1269866/task/1269897/stat : 1269897 (Timer-0) S 1269863 1269866 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 298124848 35942129664 39285 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
Current children cumulated CPU time: 1.99 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 157700 KiB

[startup+1.50017 s]
/proc/loadavg: 15.35 15.06 15.03 16/1161 1269899
/proc/meminfo: memFree=560697580/1055320712 swapFree=33435900/33554428
[pid=1269866] ppid=1269863 vsize=35099736 memory=174452 CPUtime=3.25 cores=16-19
/proc/1269866/stat : 1269866 (java) S 1269863 1269866 1263609 0 -1 4194304 16287 0 0 0 322 3 0 0 20 0 21 0 298124835 35942129664 43402 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 0 0 16800975 0 0 0 17 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
/proc/1269866/statm: 8774934 43613 6273 1 0 60782 0
[pid=1269866/tid=1269868] ppid=1269863 vsize=35099736 memory=4864 CPUtime=1.42 cores=16-19
/proc/1269866/task/1269868/stat : 1269868 (java) R 1269863 1269866 1263609 0 -1 4194368 3959 0 0 0 140 2 0 0 20 0 21 0 298124836 35942129664 43402 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 0 0 0 -1 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269880] ppid=1269863 vsize=35099736 memory=4406 CPUtime=0 cores=16-19
/proc/1269866/task/1269880/stat : 1269880 (Referen..andler) S 1269863 1269866 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 298124837 35942129664 43402 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269881] ppid=1269863 vsize=35099736 memory=5884 CPUtime=0 cores=16-19
/proc/1269866/task/1269881/stat : 1269881 (Finalizer) S 1269863 1269866 1263609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 298124837 35942129664 43402 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269884] ppid=1269863 vsize=35099736 memory=3900 CPUtime=0 cores=16-19
/proc/1269866/task/1269884/stat : 1269884 (Monitor..Thread) S 1269863 1269866 1263609 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 21 0 298124837 35942129664 43402 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269887] ppid=1269863 vsize=35099736 memory=4864 CPUtime=0 cores=16-19
/proc/1269866/task/1269887/stat : 1269887 (Notific..Thread) S 1269863 1269866 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 298124838 35942129664 43402 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269888] ppid=1269863 vsize=35099736 memory=3072 CPUtime=0 cores=16-19
/proc/1269866/task/1269888/stat : 1269888 (Common-Cleaner) S 1269863 1269866 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 298124838 35942129664 43402 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269897] ppid=1269863 vsize=35099736 memory=0 CPUtime=0 cores=16-19
/proc/1269866/task/1269897/stat : 1269897 (Timer-0) S 1269863 1269866 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 298124848 35942129664 43402 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
Current children cumulated CPU time: 3.25 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 174452 KiB

[startup+3.11286 s]
/proc/loadavg: 15.24 15.04 15.02 14/1135 1269917
/proc/meminfo: memFree=561164992/1055320712 swapFree=33435900/33554428
[pid=1269866] ppid=1269863 vsize=35099736 memory=174480 CPUtime=4.85 cores=16-19
/proc/1269866/stat : 1269866 (java) S 1269863 1269866 1263609 0 -1 4194304 16383 0 0 0 481 4 0 0 20 0 21 0 298124835 35942129664 43402 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 0 0 16800975 0 0 0 17 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
/proc/1269866/statm: 8774934 43620 6273 1 0 60783 0
[pid=1269866/tid=1269868] ppid=1269863 vsize=35099736 memory=3900 CPUtime=2.98 cores=16-19
/proc/1269866/task/1269868/stat : 1269868 (java) R 1269863 1269866 1263609 0 -1 4194368 3971 0 0 0 296 2 0 0 20 0 21 0 298124836 35942129664 43402 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 0 0 0 -1 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269880] ppid=1269863 vsize=35099736 memory=141232 CPUtime=0 cores=16-19
/proc/1269866/task/1269880/stat : 1269880 (Referen..andler) S 1269863 1269866 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 298124837 35942129664 43402 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269881] ppid=1269863 vsize=35099736 memory=0 CPUtime=0 cores=16-19
/proc/1269866/task/1269881/stat : 1269881 (Finalizer) S 1269863 1269866 1263609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 298124837 35942129664 43402 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269884] ppid=1269863 vsize=35099736 memory=174220 CPUtime=0 cores=16-19
/proc/1269866/task/1269884/stat : 1269884 (Monitor..Thread) S 1269863 1269866 1263609 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 21 0 298124837 35942129664 43402 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269887] ppid=1269863 vsize=35099736 memory=0 CPUtime=0 cores=16-19
/proc/1269866/task/1269887/stat : 1269887 (Notific..Thread) S 1269863 1269866 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 298124838 35942129664 43402 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269888] ppid=1269863 vsize=35099736 memory=4864 CPUtime=0 cores=16-19
/proc/1269866/task/1269888/stat : 1269888 (Common-Cleaner) S 1269863 1269866 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 298124838 35942129664 43402 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269897] ppid=1269863 vsize=35099736 memory=4406 CPUtime=0 cores=16-19
/proc/1269866/task/1269897/stat : 1269897 (Timer-0) S 1269863 1269866 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 298124848 35942129664 43402 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
Current children cumulated CPU time: 4.85 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 174480 KiB

[startup+6.30016 s]

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

/proc/meminfo: memFree=526222744/1055320712 swapFree=33435900/33554428
[pid=1269866] ppid=1269863 vsize=35166300 memory=1168672 CPUtime=3388.82 cores=16-19
/proc/1269866/stat : 1269866 (java) S 1269863 1269866 1263609 0 -1 4194304 104257 0 0 0 337147 1735 0 0 20 0 23 0 298124835 36010291200 292075 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 0 0 16800975 0 0 0 17 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
/proc/1269866/statm: 8791575 292168 6261 1 0 304424 0
[pid=1269866/tid=1269868] ppid=1269863 vsize=35166300 memory=5884 CPUtime=3343.01 cores=16-19
/proc/1269866/task/1269868/stat : 1269868 (java) R 1269863 1269866 1263609 0 -1 4194368 22730 0 0 0 332639 1662 0 0 20 0 23 0 298124836 36010291200 292075 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269880] ppid=1269863 vsize=35166300 memory=1202112 CPUtime=0 cores=16-19
/proc/1269866/task/1269880/stat : 1269880 (Referen..andler) S 1269863 1269866 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298124837 36010291200 292075 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269881] ppid=1269863 vsize=35166300 memory=1202112 CPUtime=0 cores=16-19
/proc/1269866/task/1269881/stat : 1269881 (Finalizer) S 1269863 1269866 1263609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 298124837 36010291200 292075 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269884] ppid=1269863 vsize=35166300 memory=5884 CPUtime=0.09 cores=16-19
/proc/1269866/task/1269884/stat : 1269884 (Monitor..Thread) S 1269863 1269866 1263609 0 -1 4194368 61 0 0 0 5 4 0 0 20 0 23 0 298124837 36010291200 292075 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269887] ppid=1269863 vsize=35166300 memory=11820 CPUtime=0 cores=16-19
/proc/1269866/task/1269887/stat : 1269887 (Notific..Thread) S 1269863 1269866 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 298124838 36010291200 292075 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269888] ppid=1269863 vsize=35166300 memory=1202112 CPUtime=0 cores=16-19
/proc/1269866/task/1269888/stat : 1269888 (Common-Cleaner) S 1269863 1269866 1263609 0 -1 4194368 288 0 0 0 0 0 0 0 20 0 23 0 298124838 36010291200 292075 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269897] ppid=1269863 vsize=35166300 memory=1202112 CPUtime=0 cores=16-19
/proc/1269866/task/1269897/stat : 1269897 (Timer-0) S 1269863 1269866 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298124848 36010291200 292075 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
Current children cumulated CPU time: 3388.82 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 1168672 KiB

[startup+3462.3 s]
/proc/loadavg: 14.78 14.81 14.88 17/1189 1270608
/proc/meminfo: memFree=524081536/1055320712 swapFree=33435900/33554428
[pid=1269866] ppid=1269863 vsize=35166300 memory=1245856 CPUtime=3448.6 cores=16-19
/proc/1269866/stat : 1269866 (java) S 1269863 1269866 1263609 0 -1 4194304 104805 0 0 0 343099 1761 0 0 20 0 23 0 298124835 36010291200 311346 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 0 0 16800975 0 0 0 17 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
/proc/1269866/statm: 8791575 311464 6261 1 0 325344 0
[pid=1269866/tid=1269868] ppid=1269863 vsize=35166300 memory=1202112 CPUtime=3402.12 cores=16-19
/proc/1269866/task/1269868/stat : 1269868 (java) R 1269863 1269866 1263609 0 -1 4194368 22742 0 0 0 338525 1687 0 0 20 0 23 0 298124836 36010291200 311346 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269880] ppid=1269863 vsize=35166300 memory=11820 CPUtime=0 cores=16-19
/proc/1269866/task/1269880/stat : 1269880 (Referen..andler) S 1269863 1269866 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298124837 36010291200 311346 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269881] ppid=1269863 vsize=35166300 memory=1226324 CPUtime=0 cores=16-19
/proc/1269866/task/1269881/stat : 1269881 (Finalizer) S 1269863 1269866 1263609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 298124837 36010291200 311346 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269884] ppid=1269863 vsize=35166300 memory=1205744 CPUtime=0.09 cores=16-19
/proc/1269866/task/1269884/stat : 1269884 (Monitor..Thread) S 1269863 1269866 1263609 0 -1 4194368 61 0 0 0 5 4 0 0 20 0 23 0 298124837 36010291200 311346 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269887] ppid=1269863 vsize=35166300 memory=-7163075790845928799 CPUtime=0 cores=16-19
/proc/1269866/task/1269887/stat : 1269887 (Notific..Thread) S 1269863 1269866 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 298124838 36010291200 311346 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269888] ppid=1269863 vsize=35166300 memory=1227348 CPUtime=0 cores=16-19
/proc/1269866/task/1269888/stat : 1269888 (Common-Cleaner) S 1269863 1269866 1263609 0 -1 4194368 288 0 0 0 0 0 0 0 20 0 23 0 298124838 36010291200 311346 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269897] ppid=1269863 vsize=35166300 memory=15416 CPUtime=0 cores=16-19
/proc/1269866/task/1269897/stat : 1269897 (Timer-0) S 1269863 1269866 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298124848 36010291200 311346 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
Current children cumulated CPU time: 3448.6 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 1245856 KiB

[startup+3522.3 s]
/proc/loadavg: 14.42 14.69 14.83 16/1165 1270651
/proc/meminfo: memFree=528009764/1055320712 swapFree=33435900/33554428
[pid=1269866] ppid=1269863 vsize=35166300 memory=1218528 CPUtime=3508.34 cores=16-19
/proc/1269866/stat : 1269866 (java) S 1269863 1269866 1263609 0 -1 4194304 104934 0 0 0 349047 1787 0 0 20 0 23 0 298124835 36010291200 304603 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 0 0 16800975 0 0 0 17 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
/proc/1269866/statm: 8791575 304632 6261 1 0 316976 0
[pid=1269866/tid=1269868] ppid=1269863 vsize=35166300 memory=1205744 CPUtime=3461.22 cores=16-19
/proc/1269866/task/1269868/stat : 1269868 (java) R 1269863 1269866 1263609 0 -1 4194368 22751 0 0 0 344410 1712 0 0 20 0 23 0 298124836 36010291200 304603 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269880] ppid=1269863 vsize=35166300 memory=1227348 CPUtime=0 cores=16-19
/proc/1269866/task/1269880/stat : 1269880 (Referen..andler) S 1269863 1269866 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298124837 36010291200 304603 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269881] ppid=1269863 vsize=35166300 memory=1202080 CPUtime=0 cores=16-19
/proc/1269866/task/1269881/stat : 1269881 (Finalizer) S 1269863 1269866 1263609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 298124837 36010291200 304603 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269884] ppid=1269863 vsize=35166300 memory=4080 CPUtime=0.1 cores=16-19
/proc/1269866/task/1269884/stat : 1269884 (Monitor..Thread) S 1269863 1269866 1263609 0 -1 4194368 61 0 0 0 6 4 0 0 20 0 23 0 298124837 36010291200 304603 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269887] ppid=1269863 vsize=35166300 memory=1218528 CPUtime=0 cores=16-19
/proc/1269866/task/1269887/stat : 1269887 (Notific..Thread) S 1269863 1269866 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 298124838 36010291200 304603 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269888] ppid=1269863 vsize=35166300 memory=11820 CPUtime=0 cores=16-19
/proc/1269866/task/1269888/stat : 1269888 (Common-Cleaner) S 1269863 1269866 1263609 0 -1 4194368 288 0 0 0 0 0 0 0 20 0 23 0 298124838 36010291200 304603 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269897] ppid=1269863 vsize=35166300 memory=1218528 CPUtime=0 cores=16-19
/proc/1269866/task/1269897/stat : 1269897 (Timer-0) S 1269863 1269866 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298124848 36010291200 304603 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
Current children cumulated CPU time: 3508.34 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 1218528 KiB

[startup+3582.3 s]
/proc/loadavg: 14.67 14.79 14.86 12/1112 1270732
/proc/meminfo: memFree=535201972/1055320712 swapFree=33435900/33554428
[pid=1269866] ppid=1269863 vsize=35166300 memory=1219992 CPUtime=3568.34 cores=16-19
/proc/1269866/stat : 1269866 (java) S 1269863 1269866 1263609 0 -1 4194304 106171 0 0 0 355018 1816 0 0 20 0 23 0 298124835 36010291200 304878 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 0 0 16800975 0 0 0 17 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
/proc/1269866/statm: 8791575 304998 6261 1 0 317261 0
[pid=1269866/tid=1269868] ppid=1269863 vsize=35166300 memory=6096 CPUtime=3520.25 cores=16-19
/proc/1269866/task/1269868/stat : 1269868 (java) R 1269863 1269866 1263609 0 -1 4194368 23491 0 0 0 350286 1739 0 0 20 0 23 0 298124836 36010291200 304878 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269880] ppid=1269863 vsize=35166300 memory=1219992 CPUtime=0 cores=16-19
/proc/1269866/task/1269880/stat : 1269880 (Referen..andler) S 1269863 1269866 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298124837 36010291200 304878 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269881] ppid=1269863 vsize=35166300 memory=11820 CPUtime=0 cores=16-19
/proc/1269866/task/1269881/stat : 1269881 (Finalizer) S 1269863 1269866 1263609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 298124837 36010291200 304878 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269884] ppid=1269863 vsize=35166300 memory=15416 CPUtime=0.1 cores=16-19
/proc/1269866/task/1269884/stat : 1269884 (Monitor..Thread) S 1269863 1269866 1263609 0 -1 4194368 61 0 0 0 6 4 0 0 20 0 23 0 298124837 36010291200 304878 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269887] ppid=1269863 vsize=35166300 memory=1219992 CPUtime=0 cores=16-19
/proc/1269866/task/1269887/stat : 1269887 (Notific..Thread) S 1269863 1269866 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 298124838 36010291200 304878 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269888] ppid=1269863 vsize=35166300 memory=1219992 CPUtime=0 cores=16-19
/proc/1269866/task/1269888/stat : 1269888 (Common-Cleaner) S 1269863 1269866 1263609 0 -1 4194368 288 0 0 0 0 0 0 0 20 0 23 0 298124838 36010291200 304878 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269897] ppid=1269863 vsize=35166300 memory=5828 CPUtime=0 cores=16-19
/proc/1269866/task/1269897/stat : 1269897 (Timer-0) S 1269863 1269866 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298124848 36010291200 304878 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
Current children cumulated CPU time: 3568.34 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 1219992 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3614.11 s]
/proc/loadavg: 12.93 14.35 14.71 10/1030 1270820
/proc/meminfo: memFree=547214652/1055320712 swapFree=33435900/33554428
[pid=1269866] ppid=1269863 vsize=35166300 memory=1219996 CPUtime=3600.03 cores=16-19
/proc/1269866/stat : 1269866 (java) S 1269863 1269866 1263609 0 -1 4194304 106247 0 0 0 358172 1831 0 0 20 0 23 0 298124835 36010291200 304878 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 0 0 16800975 0 0 0 17 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
/proc/1269866/statm: 8791575 304999 6261 1 0 317261 0
[pid=1269866/tid=1269868] ppid=1269863 vsize=35166300 memory=1202080 CPUtime=3551.58 cores=16-19
/proc/1269866/task/1269868/stat : 1269868 (java) R 1269863 1269866 1263609 0 -1 4194368 23493 0 0 0 353404 1754 0 0 20 0 23 0 298124836 36010291200 304878 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269880] ppid=1269863 vsize=35166300 memory=3136 CPUtime=0 cores=16-19
/proc/1269866/task/1269880/stat : 1269880 (Referen..andler) S 1269863 1269866 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298124837 36010291200 304878 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269881] ppid=1269863 vsize=35166300 memory=1219996 CPUtime=0 cores=16-19
/proc/1269866/task/1269881/stat : 1269881 (Finalizer) S 1269863 1269866 1263609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 298124837 36010291200 304878 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269884] ppid=1269863 vsize=35166300 memory=0 CPUtime=0.1 cores=16-19
/proc/1269866/task/1269884/stat : 1269884 (Monitor..Thread) S 1269863 1269866 1263609 0 -1 4194368 61 0 0 0 6 4 0 0 20 0 23 0 298124837 36010291200 304878 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269887] ppid=1269863 vsize=35166300 memory=1219996 CPUtime=0 cores=16-19
/proc/1269866/task/1269887/stat : 1269887 (Notific..Thread) S 1269863 1269866 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 298124838 36010291200 304878 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269888] ppid=1269863 vsize=35166300 memory=1219996 CPUtime=0 cores=16-19
/proc/1269866/task/1269888/stat : 1269888 (Common-Cleaner) S 1269863 1269866 1263609 0 -1 4194368 294 0 0 0 0 0 0 0 20 0 23 0 298124838 36010291200 304878 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269897] ppid=1269863 vsize=35166300 memory=15416 CPUtime=0 cores=16-19
/proc/1269866/task/1269897/stat : 1269897 (Timer-0) S 1269863 1269866 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298124848 36010291200 304878 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 1219996 KiB

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

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

# cumulated CPU time of all completed processes:  user=3581.88 s, system=18.329 s

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

[startup+3614.11 s]
/proc/loadavg: 12.93 14.35 14.71 10/1030 1270820
/proc/meminfo: memFree=547214652/1055320712 swapFree=33435900/33554428
[pid=1269866] ppid=1269863 vsize=35166300 memory=1219996 CPUtime=3600.03 cores=16-19
/proc/1269866/stat : 1269866 (java) S 1269863 1269866 1263609 0 -1 4194304 106247 0 0 0 358172 1831 0 0 20 0 23 0 298124835 36010291200 304878 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 0 0 16800975 0 0 0 17 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
/proc/1269866/statm: 8791575 304999 6261 1 0 317261 0
[pid=1269866/tid=1269868] ppid=1269863 vsize=35166300 memory=1202080 CPUtime=3551.58 cores=16-19
/proc/1269866/task/1269868/stat : 1269868 (java) R 1269863 1269866 1263609 0 -1 4194368 23493 0 0 0 353404 1754 0 0 20 0 23 0 298124836 36010291200 304878 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269880] ppid=1269863 vsize=35166300 memory=3136 CPUtime=0 cores=16-19
/proc/1269866/task/1269880/stat : 1269880 (Referen..andler) S 1269863 1269866 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298124837 36010291200 304878 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269881] ppid=1269863 vsize=35166300 memory=1219996 CPUtime=0 cores=16-19
/proc/1269866/task/1269881/stat : 1269881 (Finalizer) S 1269863 1269866 1263609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 298124837 36010291200 304878 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269884] ppid=1269863 vsize=35166300 memory=0 CPUtime=0.1 cores=16-19
/proc/1269866/task/1269884/stat : 1269884 (Monitor..Thread) S 1269863 1269866 1263609 0 -1 4194368 61 0 0 0 6 4 0 0 20 0 23 0 298124837 36010291200 304878 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269887] ppid=1269863 vsize=35166300 memory=1219996 CPUtime=0 cores=16-19
/proc/1269866/task/1269887/stat : 1269887 (Notific..Thread) S 1269863 1269866 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 298124838 36010291200 304878 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269888] ppid=1269863 vsize=35166300 memory=1219996 CPUtime=0 cores=16-19
/proc/1269866/task/1269888/stat : 1269888 (Common-Cleaner) S 1269863 1269866 1263609 0 -1 4194368 294 0 0 0 0 0 0 0 20 0 23 0 298124838 36010291200 304878 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
[pid=1269866/tid=1269897] ppid=1269863 vsize=35166300 memory=15416 CPUtime=0 cores=16-19
/proc/1269866/task/1269897/stat : 1269897 (Timer-0) S 1269863 1269866 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 298124848 36010291200 304878 18446744073709551615 94448971051008 94448971054704 140737372933408 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94448971062568 94448971063312 94448992964608 140737372936356 140737372936542 140737372936542 140737372942280 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 1219996 KiB

Child status: 143

Real time (s): 3614.19
CPU time (s): 3600.2
CPU user time (s): 3581.88
CPU system time (s): 18.329
CPU usage (%): 99.613
Max. virtual memory (cumulated for all children) (KiB): 35166300
Max. memory (cumulated for all children) (KiB): 1326848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3581.88
system time used= 18.329
maximum resident set size= 1326364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108189
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4664339
involuntary context switches= 7681


# summary of solver processes directly reported to runsolver:
#   pid: 1269866
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3581.88
#   total CPU system time (s): 18.329

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.3052 second user time and 38.4499 second system time

The end

Launcher Data

Begin job on nodeE003 at 2026-07-10 03:52:49
IDJOB=4835658
IDBENCH=148153
IDSOLVER=3672
FILE ID=nodeE003/4835658-1783648369
RUNJOBID= nodeE003-1783641088-1263623
SLURM_JOB_ID= 12722701
Free space on /tmp= 802144 MiB

SOLVER NAME= Sat4j Resolution CERT 2026-05-20 (cert)
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/aksoy/trarea_ac/normalized-fir05_trarea_ac.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4835658-1783648369/watcher-4835658-1783648369 -o /tmp/evaluation-result-4835658-1783648369/solver-4835658-1783648369 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4835658-1783648369/vars-4835658-1783648369 --bin-var /tmp/runsolver-exch-nodeE003-1783641088-1263623 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proofs/proof-4835658-1783648369 -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4835658-1783648369.opb

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

MD5SUM BENCH= cc2b167b604094044d9d141ee486a126
RANDOM SEED=1529045076

nodeE003 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		: 3554.456
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.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 59
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3559.775
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.91
TLB size	: 192 4K pages
clflush size	: 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		: 3595.234
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.91
TLB size	: 192 4K pages
clflush size	: 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.91
TLB size	: 192 4K pages
clflush size	: 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.91
TLB size	: 192 4K pages
clflush size	: 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.91
TLB size	: 192 4K pages
clflush 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:       1055320712 kB
MemFree:        560090852 kB
MemAvailable:   1040649000 kB
Buffers:            1380 kB
Cached:         484279928 kB
SwapCached:          188 kB
Active:         12196536 kB
Inactive:       477676560 kB
Active(anon):    6062700 kB
Inactive(anon):   360888 kB
Active(file):    6133836 kB
Inactive(file): 477315672 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33435900 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             12156 kB
Writeback:             8 kB
AnonPages:       5593992 kB
Mapped:           228232 kB
Shmem:            830720 kB
KReclaimable:    3396096 kB
Slab:            4019940 kB
SReclaimable:    3396096 kB
SUnreclaim:       623844 kB
KernelStack:       19664 kB
PageTables:        20620 kB
SecPageTables:     15320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214784 kB
Committed_AS:   136762384 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      483040 kB
VmallocChunk:          0 kB
Percpu:           124928 kB
HardwareCorrupted:    52 kB
AnonHugePages:   4618240 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:      516548 kB
DirectMap2M:    22874112 kB
DirectMap1G:    1050673152 kB

Free space on /tmp at the end= 802248 MiB
End job on nodeE003 at 2026-07-10 04:53:04