Trace number 4783961

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 2026-06-10SAT (TO)52176 3600.18 3572.58

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-4783961-1782159896.opb
0.00/0.09	c reading problem ... 
0.00/0.09	c  objective function found
0.18/0.12	c ... done. Wall clock time 0.031s.
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.13	c SATISFIABLE
0.18/0.13	c OPTIMIZING...
0.18/0.13	c Got one! Elapsed wall clock time (in seconds):0.045
0.18/0.13	o 54696
0.18/0.21	c Got one! Elapsed wall clock time (in seconds):0.125
0.18/0.21	o 53648
0.18/0.21	c Got one! Elapsed wall clock time (in seconds):0.127
0.18/0.21	o 53452
0.54/0.25	c Got one! Elapsed wall clock time (in seconds):0.16
0.54/0.25	o 52290
0.54/0.26	c Got one! Elapsed wall clock time (in seconds):0.178
0.54/0.26	o 52284
0.54/0.27	c Got one! Elapsed wall clock time (in seconds):0.18
0.54/0.27	o 52176
0.84/0.38	c cleaning 3164 clauses out of 6329 with flag 7738/6329
1.46/0.63	c cleaning 4579 clauses out of 9164 with flag 24987/12328
1.66/0.89	c cleaning 5789 clauses out of 11585 with flag 44436/19328
2.02/1.19	c cleaning 6894 clauses out of 13797 with flag 66671/27329
2.40/1.53	c cleaning 7933 clauses out of 15902 with flag 92705/36328
2.81/1.90	c cleaning 8983 clauses out of 17970 with flag 121129/46329
3.20/2.31	c cleaning 9983 clauses out of 19986 with flag 153698/57328
3.60/2.78	c cleaning 10982 clauses out of 22003 with flag 189659/69328
4.21/3.30	c cleaning 12003 clauses out of 24021 with flag 229650/82328
4.71/3.84	c cleaning 13004 clauses out of 26021 with flag 267237/96331
5.30/4.44	c cleaning 14005 clauses out of 28016 with flag 306964/111330
5.92/5.07	c cleaning 15001 clauses out of 30010 with flag 353518/127329
6.63/5.74	c cleaning 16002 clauses out of 32009 with flag 401263/144329
7.36/6.44	c cleaning 16997 clauses out of 34006 with flag 453548/162328
8.18/7.18	c cleaning 18005 clauses out of 36012 with flag 512112/181331
8.97/7.99	c cleaning 18991 clauses out of 38004 with flag 570679/201328
9.87/8.86	c cleaning 20006 clauses out of 40013 with flag 631768/222328
10.77/9.79	c cleaning 21004 clauses out of 42007 with flag 695949/244328
11.77/10.74	c cleaning 21994 clauses out of 44004 with flag 762018/267329
12.77/11.77	c cleaning 22995 clauses out of 46010 with flag 847679/291329
13.97/12.92	c cleaning 24005 clauses out of 48016 with flag 937586/316330
15.18/14.13	c cleaning 25002 clauses out of 50009 with flag 1032215/342328
16.37/15.35	c cleaning 25967 clauses out of 52007 with flag 1133355/369328
17.58/16.59	c cleaning 27010 clauses out of 54040 with flag 1225841/397328
18.98/17.98	c cleaning 28011 clauses out of 56030 with flag 1322605/426328
20.44/19.39	c cleaning 29008 clauses out of 58019 with flag 1420585/456328
21.84/20.71	c cleaning 30002 clauses out of 60011 with flag 1528590/487328
23.25/22.12	c cleaning 31005 clauses out of 62009 with flag 1644988/519328
24.54/23.48	c cleaning 32003 clauses out of 64005 with flag 1769624/552329
26.06/24.93	c cleaning 32996 clauses out of 66001 with flag 1920064/586328
27.45/26.40	c cleaning 33999 clauses out of 68005 with flag 2067739/621328
29.06/27.99	c cleaning 34980 clauses out of 70006 with flag 2221376/657328
30.86/29.75	c cleaning 36007 clauses out of 72028 with flag 2369037/694330
32.87/31.74	c cleaning 37010 clauses out of 74019 with flag 2511540/732328
34.77/33.68	c cleaning 37994 clauses out of 76009 with flag 2659876/771328
36.67/35.55	c cleaning 38995 clauses out of 78015 with flag 2813638/811328
38.40/37.29	c cleaning 39993 clauses out of 80020 with flag 2981536/852328
40.50/39.34	c cleaning 40998 clauses out of 82027 with flag 3127799/894328
42.50/41.39	c cleaning 42004 clauses out of 84029 with flag 3297382/937328
44.72/43.58	c cleaning 43010 clauses out of 86025 with flag 3457653/981328
46.91/45.78	c cleaning 44008 clauses out of 88017 with flag 3628684/1026330
49.01/47.84	c cleaning 44985 clauses out of 90007 with flag 3794708/1072328
51.10/49.92	c cleaning 46002 clauses out of 92023 with flag 3969568/1119329
53.21/52.06	c cleaning 46989 clauses out of 94020 with flag 4140958/1167328
55.50/54.36	c cleaning 48013 clauses out of 96031 with flag 4326227/1216328
57.80/56.68	c cleaning 48997 clauses out of 98021 with flag 4506833/1266331
60.13/58.94	c cleaning 50000 clauses out of 100023 with flag 4695679/1317330
62.75/61.50	c cleaning 51004 clauses out of 102021 with flag 4881503/1369328
65.37/64.12	c cleaning 51999 clauses out of 104017 with flag 5056639/1422328
67.85/66.65	c cleaning 53003 clauses out of 106019 with flag 5252647/1476329
70.17/68.96	c cleaning 54008 clauses out of 108017 with flag 5457692/1531330
72.47/71.25	c cleaning 54995 clauses out of 110008 with flag 5666820/1587329
75.06/73.83	c cleaning 55999 clauses out of 112013 with flag 5883793/1644329
77.49/76.22	c cleaning 56992 clauses out of 114014 with flag 6106238/1702329
80.10/78.84	c cleaning 58010 clauses out of 116021 with flag 6333817/1761328
82.80/81.53	c cleaning 58997 clauses out of 118011 with flag 6562691/1821328
85.59/84.37	c cleaning 59994 clauses out of 120014 with flag 6788195/1882328
88.42/87.18	c cleaning 60986 clauses out of 122020 with flag 7031649/1944328
91.33/90.08	c cleaning 62004 clauses out of 124034 with flag 7274851/2007328
94.21/92.97	c cleaning 63006 clauses out of 126030 with flag 7518277/2071328
97.14/95.82	c cleaning 64005 clauses out of 128024 with flag 7755510/2136328
99.98/98.69	c cleaning 64996 clauses out of 130019 with flag 8002878/2202328
102.98/101.68	c cleaning 66004 clauses out of 132023 with flag 8241273/2269328
106.18/104.87	c cleaning 67000 clauses out of 134019 with flag 8478523/2337328
109.40/108.03	c cleaning 68008 clauses out of 136019 with flag 8706847/2406328
112.97/111.61	c cleaning 68987 clauses out of 138011 with flag 8946281/2476328
116.58/115.21	c cleaning 70000 clauses out of 140024 with flag 9194101/2547328
119.88/118.58	c cleaning 70986 clauses out of 142025 with flag 9449822/2619329
123.40/122.04	c cleaning 71996 clauses out of 144038 with flag 9707421/2692328
126.69/125.35	c cleaning 73012 clauses out of 146044 with flag 9975763/2766330
129.90/128.52	c cleaning 74004 clauses out of 148030 with flag 10235232/2841328
133.24/131.87	c cleaning 75008 clauses out of 150027 with flag 10513075/2917329
136.75/135.38	c cleaning 75992 clauses out of 152019 with flag 10795960/2994329
140.36/138.97	c cleaning 77005 clauses out of 154026 with flag 11077413/3072328
144.15/142.71	c cleaning 77999 clauses out of 156024 with flag 11367990/3151331
147.47/146.09	c cleaning 79004 clauses out of 158022 with flag 11647156/3231328
151.36/149.93	c cleaning 80003 clauses out of 160019 with flag 11927832/3312329
155.06/153.61	c cleaning 80994 clauses out of 162017 with flag 12225591/3394330
158.76/157.31	c cleaning 81998 clauses out of 164022 with flag 12532186/3477329
162.36/160.94	c cleaning 83004 clauses out of 166023 with flag 12833175/3561328
166.11/164.69	c cleaning 84000 clauses out of 168019 with flag 13146399/3646328
170.41/168.90	c cleaning 84996 clauses out of 170019 with flag 13466866/3732328
174.33/172.80	c cleaning 85989 clauses out of 172023 with flag 13786924/3819328
178.24/176.70	c cleaning 87011 clauses out of 174034 with flag 14103810/3907328
182.24/180.72	c cleaning 88006 clauses out of 176023 with flag 14423208/3996328
186.15/184.65	c cleaning 89004 clauses out of 178017 with flag 14733351/4086328
190.26/188.79	c cleaning 89983 clauses out of 180013 with flag 15044402/4177328
194.32/192.79	c cleaning 91003 clauses out of 182030 with flag 15371663/4269328
198.53/196.94	c cleaning 92007 clauses out of 184027 with flag 15693313/4362328
202.96/201.36	c cleaning 93006 clauses out of 186021 with flag 16031794/4456329
207.37/205.79	c cleaning 94003 clauses out of 188014 with flag 16360072/4551328
212.18/210.51	c cleaning 94993 clauses out of 190011 with flag 16692819/4647328
216.49/214.82	c cleaning 95986 clauses out of 192018 with flag 17033615/4744328
220.94/219.20	c cleaning 97009 clauses out of 194032 with flag 17385331/4842328
225.76/224.05	c cleaning 97983 clauses out of 196023 with flag 17739560/4941328
230.65/228.92	c cleaning 99005 clauses out of 198040 with flag 18106917/5041328
235.59/233.85	c cleaning 100003 clauses out of 200036 with flag 18468794/5142329
240.44/238.61	c cleaning 101004 clauses out of 202032 with flag 18831901/5244328
245.45/243.66	c cleaning 102007 clauses out of 204028 with flag 19212538/5347328
250.36/248.59	c cleaning 103003 clauses out of 206021 with flag 19583447/5451328
255.26/253.44	c cleaning 103999 clauses out of 208018 with flag 19965935/5556328
261.14/259.25	c cleaning 105010 clauses out of 210020 with flag 20332853/5662329
266.06/264.18	c cleaning 106001 clauses out of 212009 with flag 20700026/5769328
271.36/269.40	c cleaning 107001 clauses out of 214008 with flag 21080142/5877328
276.97/275.09	c cleaning 108002 clauses out of 216007 with flag 21449258/5986328
283.08/281.19	c cleaning 108986 clauses out of 218005 with flag 21822879/6096328
288.75/286.78	c cleaning 109996 clauses out of 220019 with flag 22220259/6207328
294.26/292.22	c cleaning 111009 clauses out of 222024 with flag 22610032/6319329
299.99/297.94	c cleaning 111994 clauses out of 224014 with flag 23000915/6432328
305.59/303.50	c cleaning 113011 clauses out of 226022 with flag 23393971/6546330
311.00/309.01	c cleaning 113999 clauses out of 228011 with flag 23795687/6661330
316.90/314.86	c cleaning 114996 clauses out of 230010 with flag 24189142/6777328
323.19/321.06	c cleaning 115988 clauses out of 232014 with flag 24586918/6894328
329.31/327.14	c cleaning 117014 clauses out of 234027 with flag 24988892/7012329
335.23/333.06	c cleaning 118004 clauses out of 236012 with flag 25403598/7131328
342.01/339.88	c cleaning 119003 clauses out of 238008 with flag 25812692/7251328
347.92/345.79	c cleaning 119978 clauses out of 240005 with flag 26257345/7372328
354.83/352.58	c cleaning 121008 clauses out of 242029 with flag 26693055/7494330
362.04/359.72	c cleaning 122011 clauses out of 244021 with flag 27061296/7617330
368.45/366.14	c cleaning 122998 clauses out of 246008 with flag 27428897/7741328
374.63/372.38	c cleaning 123974 clauses out of 248010 with flag 27877300/7866328
380.85/378.54	c cleaning 124995 clauses out of 250036 with flag 28317622/7992328
387.27/384.99	c cleaning 126002 clauses out of 252041 with flag 28744292/8119328
393.77/391.37	c cleaning 127018 clauses out of 254039 with flag 29174154/8247328
400.60/398.19	c cleaning 127999 clauses out of 256021 with flag 29606884/8376328
407.30/404.83	c cleaning 129010 clauses out of 258022 with flag 30039604/8506328
413.51/411.05	c cleaning 129986 clauses out of 260012 with flag 30497247/8637328
420.01/417.51	c cleaning 131004 clauses out of 262028 with flag 30947565/8769330
426.50/423.98	c cleaning 132003 clauses out of 264023 with flag 31441614/8902329
433.49/431.00	c cleaning 133002 clauses out of 266019 with flag 31920977/9036328
440.79/438.29	c cleaning 133989 clauses out of 268017 with flag 32404642/9171328
447.38/444.88	c cleaning 135011 clauses out of 270029 with flag 32885351/9307329
454.47/451.90	c cleaning 135996 clauses out of 272017 with flag 33342261/9444328
461.59/459.04	c cleaning 137004 clauses out of 274021 with flag 33809585/9582328
467.80/465.29	c cleaning 138001 clauses out of 276017 with flag 34310659/9721328
475.49/472.81	c cleaning 138994 clauses out of 278016 with flag 34831179/9861328
482.80/480.19	c cleaning 140007 clauses out of 280022 with flag 35347067/10002328
489.93/487.23	c cleaning 141001 clauses out of 282015 with flag 35837621/10144328
497.02/494.24	c cleaning 142007 clauses out of 284015 with flag 36345132/10287329
504.52/501.73	c cleaning 142996 clauses out of 286007 with flag 36851220/10431328
511.83/509.10	c cleaning 144001 clauses out of 288013 with flag 37345508/10576330
520.02/517.22	c cleaning 144981 clauses out of 290010 with flag 37878084/10722328
527.71/524.81	c cleaning 146014 clauses out of 292030 with flag 38395628/10869329
535.14/532.23	c cleaning 146975 clauses out of 294016 with flag 38930735/11017329
542.74/539.83	c cleaning 148010 clauses out of 296041 with flag 39482525/11166329
550.35/547.47	c cleaning 149014 clauses out of 298033 with flag 40031988/11316331
558.34/555.30	c cleaning 150006 clauses out of 300017 with flag 40518448/11467329
566.57/563.54	c cleaning 150998 clauses out of 302010 with flag 41042810/11619328
575.07/572.10	c cleaning 152000 clauses out of 304013 with flag 41573697/11772329
584.21/581.17	c cleaning 152999 clauses out of 306013 with flag 42065312/11926329
592.81/589.67	c cleaning 153987 clauses out of 308013 with flag 42595202/12081328
600.91/597.76	c cleaning 155004 clauses out of 310026 with flag 43140626/12237328
609.49/606.32	c cleaning 155996 clauses out of 312023 with flag 43711179/12394329
618.57/615.47	c cleaning 157006 clauses out of 314026 with flag 44287406/12552328
626.36/623.28	c cleaning 158006 clauses out of 316021 with flag 44866799/12711329
634.06/630.97	c cleaning 158972 clauses out of 318014 with flag 45429420/12871328
642.98/639.83	c cleaning 160022 clauses out of 320043 with flag 46000289/13032329
652.01/648.70	c cleaning 161010 clauses out of 322024 with flag 46557459/13194332
659.91/656.61	c cleaning 161994 clauses out of 324010 with flag 47120621/13357328
668.65/665.31	c cleaning 162985 clauses out of 326016 with flag 47683803/13521328
677.46/674.13	c cleaning 164009 clauses out of 328032 with flag 48262852/13686329
686.09/682.60	c cleaning 165008 clauses out of 330023 with flag 48859819/13852329
695.18/691.70	c cleaning 165997 clauses out of 332014 with flag 49433044/14019328
704.36/700.97	c cleaning 167003 clauses out of 334018 with flag 50011231/14187329
714.34/710.97	c cleaning 167987 clauses out of 336014 with flag 50602406/14356328
723.88/720.43	c cleaning 168998 clauses out of 338027 with flag 51175326/14526328
732.92/729.39	c cleaning 170006 clauses out of 340029 with flag 51767898/14697328
742.44/738.87	c cleaning 170978 clauses out of 342023 with flag 52353746/14869328
752.03/748.45	c cleaning 172003 clauses out of 344045 with flag 52944528/15042328
761.74/758.15	c cleaning 173010 clauses out of 346042 with flag 53550039/15216328
771.46/767.71	c cleaning 173992 clauses out of 348032 with flag 54151135/15391328
780.58/776.86	c cleaning 175010 clauses out of 350040 with flag 54757159/15567328
790.07/786.30	c cleaning 176006 clauses out of 352031 with flag 55376637/15744329
800.32/796.47	c cleaning 177006 clauses out of 354024 with flag 56011136/15922328
810.14/806.27	c cleaning 177998 clauses out of 356019 with flag 56635410/16101329
820.53/816.66	c cleaning 179000 clauses out of 358020 with flag 57271449/16281328
830.24/826.37	c cleaning 179982 clauses out of 360020 with flag 57906328/16462328
841.57/837.54	c cleaning 181018 clauses out of 362038 with flag 58542358/16644328
851.46/847.43	c cleaning 181998 clauses out of 364020 with flag 59176705/16827328
861.19/857.17	c cleaning 183003 clauses out of 366022 with flag 59845144/17011328
871.77/867.73	c cleaning 183997 clauses out of 368020 with flag 60509999/17196329
882.22/878.06	c cleaning 184984 clauses out of 370022 with flag 61159388/17382328
892.44/888.25	c cleaning 186014 clauses out of 372038 with flag 61827073/17569328
903.83/899.65	c cleaning 186993 clauses out of 374024 with flag 62507680/17757328
915.95/911.72	c cleaning 188005 clauses out of 376032 with flag 63173043/17946329
926.92/922.63	c cleaning 189008 clauses out of 378032 with flag 63840973/18136334
938.10/933.85	c cleaning 190005 clauses out of 380019 with flag 64499180/18327329
949.03/944.70	c cleaning 190999 clauses out of 382014 with flag 65152119/18519329
960.74/956.43	c cleaning 192005 clauses out of 384016 with flag 65809997/18712330
971.87/967.48	c cleaning 192994 clauses out of 386010 with flag 66468780/18906329
982.51/978.09	c cleaning 193985 clauses out of 388016 with flag 67147523/19101329
993.68/989.20	c cleaning 195010 clauses out of 390030 with flag 67857928/19297328
1004.53/1000.11	c cleaning 196002 clauses out of 392021 with flag 68551284/19494329
1015.51/1010.97	c cleaning 196994 clauses out of 394018 with flag 69224486/19692328
1025.85/1021.20	c cleaning 197999 clauses out of 396024 with flag 69939897/19891328
1036.18/1031.57	c cleaning 199000 clauses out of 398025 with flag 70635964/20091328
1046.96/1042.24	c cleaning 200004 clauses out of 400025 with flag 71333869/20292328
1057.62/1052.89	c cleaning 201001 clauses out of 402022 with flag 72035614/20494329
1068.70/1063.90	c cleaning 201995 clauses out of 404021 with flag 72740224/20697329
1079.53/1074.80	c cleaning 202999 clauses out of 406025 with flag 73458843/20901328
1091.02/1086.19	c cleaning 203997 clauses out of 408026 with flag 74227383/21106328
1102.25/1097.34	c cleaning 204995 clauses out of 410029 with flag 74985914/21312328
1113.77/1108.82	c cleaning 205999 clauses out of 412034 with flag 75749552/21519328
1126.72/1121.65	c cleaning 207016 clauses out of 414035 with flag 76509563/21727328
1140.63/1135.59	c cleaning 207996 clauses out of 416021 with flag 77261181/21936330
1153.06/1147.99	c cleaning 208995 clauses out of 418023 with flag 78009092/22146328
1164.46/1159.17	c cleaning 210010 clauses out of 420029 with flag 78752603/22357329
1177.17/1171.88	c cleaning 210994 clauses out of 422018 with flag 79505646/22569328
1188.60/1183.22	c cleaning 212008 clauses out of 424024 with flag 80268939/22782328
1200.06/1194.52	c cleaning 212986 clauses out of 426016 with flag 80997872/22996328
1211.16/1205.64	c cleaning 214010 clauses out of 428037 with flag 81742732/23211335
1223.18/1217.66	c cleaning 215001 clauses out of 430020 with flag 82478078/23427328
1236.31/1230.75	c cleaning 216009 clauses out of 432021 with flag 83226340/23644330
1249.91/1244.22	c cleaning 217005 clauses out of 434012 with flag 83986973/23862330
1261.62/1255.96	c cleaning 217997 clauses out of 436007 with flag 84715983/24081330
1274.72/1269.09	c cleaning 218984 clauses out of 438008 with flag 85467127/24301328
1289.60/1283.75	c cleaning 220001 clauses out of 440024 with flag 86239560/24522328
1302.13/1296.23	c cleaning 221005 clauses out of 442027 with flag 87011770/24744332
1315.52/1309.46	c cleaning 221996 clauses out of 444018 with flag 87780454/24967328
1328.74/1322.62	c cleaning 222994 clauses out of 446022 with flag 88554567/25191328
1340.84/1334.72	c cleaning 223994 clauses out of 448028 with flag 89357107/25416328
1354.06/1347.80	c cleaning 225013 clauses out of 450034 with flag 90149879/25642328
1368.58/1362.35	c cleaning 225976 clauses out of 452021 with flag 90942573/25869328
1381.18/1374.70	c cleaning 227008 clauses out of 454045 with flag 91749961/26097328
1395.01/1388.54	c cleaning 228011 clauses out of 456038 with flag 92569912/26326329
1408.50/1401.85	c cleaning 228999 clauses out of 458026 with flag 93377846/26556328
1422.94/1416.23	c cleaning 229991 clauses out of 460027 with flag 94194402/26787328
1435.94/1429.09	c cleaning 231013 clauses out of 462036 with flag 95027709/27019328
1452.06/1445.12	c cleaning 232007 clauses out of 464023 with flag 95850660/27252328
1465.93/1458.81	c cleaning 232998 clauses out of 466016 with flag 96675680/27486328
1480.66/1473.59	c cleaning 233993 clauses out of 468018 with flag 97494196/27721328
1495.16/1487.85	c cleaning 235009 clauses out of 470025 with flag 98328366/27957328
1508.22/1500.84	c cleaning 235992 clauses out of 472016 with flag 99138540/28194328
1521.57/1514.03	c cleaning 236996 clauses out of 474024 with flag 99961444/28432328
1537.98/1530.43	c cleaning 237994 clauses out of 476028 with flag 100797986/28671328
1554.01/1546.31	c cleaning 239010 clauses out of 478034 with flag 101641522/28911328
1568.73/1561.08	c cleaning 239992 clauses out of 480024 with flag 102463039/29152328
1584.07/1576.28	c cleaning 241001 clauses out of 482032 with flag 103314115/29394328
1600.83/1592.88	c cleaning 241998 clauses out of 484031 with flag 104145615/29637328
1615.77/1607.78	c cleaning 243001 clauses out of 486033 with flag 105009392/29881328
1631.80/1623.65	c cleaning 244007 clauses out of 488033 with flag 105848490/30126329
1645.71/1637.33	c cleaning 244991 clauses out of 490025 with flag 106703732/30372328
1659.55/1651.13	c cleaning 246011 clauses out of 492034 with flag 107548945/30619328
1673.90/1665.37	c cleaning 247012 clauses out of 494023 with flag 108407891/30867328
1688.49/1679.97	c cleaning 248002 clauses out of 496011 with flag 109273753/31116328
1702.34/1693.67	c cleaning 248986 clauses out of 498009 with flag 110150168/31366328
1717.41/1708.57	c cleaning 250007 clauses out of 500023 with flag 111006883/31617328
1731.93/1722.89	c cleaning 251005 clauses out of 502018 with flag 111893052/31869330
1746.47/1737.33	c cleaning 252000 clauses out of 504011 with flag 112736077/32122328
1761.95/1752.63	c cleaning 253006 clauses out of 506011 with flag 113577173/32376328
1776.27/1766.96	c cleaning 253980 clauses out of 508005 with flag 114473800/32631328
1792.37/1782.84	c cleaning 254994 clauses out of 510025 with flag 115384821/32887328
1807.09/1797.37	c cleaning 255999 clauses out of 512032 with flag 116311999/33144329
1822.43/1812.67	c cleaning 257008 clauses out of 514032 with flag 117225261/33402328
1838.64/1828.78	c cleaning 257987 clauses out of 516024 with flag 118127258/33661328
1853.98/1844.09	c cleaning 259004 clauses out of 518037 with flag 119043411/33921328
1871.23/1861.17	c cleaning 260010 clauses out of 520033 with flag 119965018/34182328
1887.21/1876.96	c cleaning 260991 clauses out of 522026 with flag 120888290/34444331
1905.22/1894.90	c cleaning 262013 clauses out of 524036 with flag 121815718/34707332
1921.27/1910.81	c cleaning 262994 clauses out of 526019 with flag 122741449/34971328
1937.79/1927.12	c cleaning 263998 clauses out of 528025 with flag 123696976/35236328
1955.12/1944.45	c cleaning 265003 clauses out of 530027 with flag 124644765/35502328
1973.26/1962.40	c cleaning 266010 clauses out of 532027 with flag 125590164/35769331
1990.51/1979.47	c cleaning 266984 clauses out of 534014 with flag 126562558/36037328
2006.35/1995.28	c cleaning 268004 clauses out of 536031 with flag 127513574/36306329
2023.72/2012.44	c cleaning 269004 clauses out of 538026 with flag 128456411/36576328
2042.24/2030.95	c cleaning 269995 clauses out of 540022 with flag 129421718/36847328
2059.31/2047.86	c cleaning 270998 clauses out of 542027 with flag 130378453/37119328
2077.92/2066.20	c cleaning 272012 clauses out of 544029 with flag 131305913/37392328
2095.56/2083.66	c cleaning 272992 clauses out of 546018 with flag 132240165/37666329
2111.98/2099.88	c cleaning 274003 clauses out of 548025 with flag 133179416/37941328
2131.11/2118.73	c cleaning 274990 clauses out of 550022 with flag 134158121/38217328
2148.57/2135.92	c cleaning 275979 clauses out of 552032 with flag 135117374/38494328
2166.63/2153.77	c cleaning 277012 clauses out of 554053 with flag 136071231/38772328
2184.78/2171.64	c cleaning 278018 clauses out of 556042 with flag 137020146/39051329
2202.66/2189.22	c cleaning 279003 clauses out of 558023 with flag 137982101/39331328
2220.20/2206.79	c cleaning 280004 clauses out of 560020 with flag 138963402/39612328
2240.45/2226.80	c cleaning 280976 clauses out of 562016 with flag 139945262/39894328
2258.11/2244.23	c cleaning 282001 clauses out of 564041 with flag 140911111/40177329
2275.79/2261.60	c cleaning 283006 clauses out of 566040 with flag 141899670/40461329
2292.07/2277.69	c cleaning 284010 clauses out of 568033 with flag 142850261/40746328
2312.11/2297.69	c cleaning 285012 clauses out of 570023 with flag 143758442/41032328
2330.58/2315.90	c cleaning 285990 clauses out of 572011 with flag 144671022/41319328
2349.62/2334.92	c cleaning 287010 clauses out of 574023 with flag 145585854/41607330
2373.75/2358.83	c cleaning 287992 clauses out of 576011 with flag 146527808/41896328
2392.75/2377.88	c cleaning 289002 clauses out of 578019 with flag 147439092/42186328
2413.37/2398.26	c cleaning 289990 clauses out of 580017 with flag 148368298/42477328
2434.50/2419.32	c cleaning 291004 clauses out of 582029 with flag 149324165/42769330
2452.96/2437.63	c cleaning 292000 clauses out of 584023 with flag 150271360/43062328
2471.28/2455.93	c cleaning 292995 clauses out of 586023 with flag 151193281/43356328
2491.04/2475.52	c cleaning 294014 clauses out of 588029 with flag 152194564/43651329
2512.07/2496.39	c cleaning 294995 clauses out of 590014 with flag 153197396/43947328
2533.81/2518.11	c cleaning 295994 clauses out of 592021 with flag 154164601/44244330
2558.34/2542.48	c cleaning 297000 clauses out of 594026 with flag 155153460/44542329
2576.35/2560.15	c cleaning 297986 clauses out of 596025 with flag 156143909/44841328
2602.06/2585.83	c cleaning 299013 clauses out of 598039 with flag 157089387/45141328
2618.78/2602.39	c cleaning 300001 clauses out of 600026 with flag 158145770/45442328
2638.93/2622.49	c cleaning 300998 clauses out of 602025 with flag 159194209/45744328
2659.89/2643.26	c cleaning 302004 clauses out of 604027 with flag 160281539/46047328
2683.93/2667.06	c cleaning 303003 clauses out of 606025 with flag 161300462/46351330
2705.07/2687.95	c cleaning 303986 clauses out of 608020 with flag 162341669/46656328
2725.54/2708.13	c cleaning 305011 clauses out of 610034 with flag 163355890/46962328
2745.81/2728.15	c cleaning 306002 clauses out of 612023 with flag 164409271/47269328
2766.87/2748.96	c cleaning 307000 clauses out of 614021 with flag 165474270/47577328
2786.35/2768.12	c cleaning 308007 clauses out of 616023 with flag 166534765/47886330
2807.71/2789.24	c cleaning 309006 clauses out of 618014 with flag 167618786/48196328
2827.00/2808.20	c cleaning 309996 clauses out of 620010 with flag 168658358/48507330
2848.05/2829.05	c cleaning 310998 clauses out of 622012 with flag 169690500/48819328
2868.64/2849.35	c cleaning 312004 clauses out of 624022 with flag 170742891/49132336
2888.01/2868.49	c cleaning 313002 clauses out of 626012 with flag 171785247/49446330
2907.48/2887.62	c cleaning 313972 clauses out of 628008 with flag 172886913/49761328
2927.95/2907.80	c cleaning 315017 clauses out of 630037 with flag 173996062/50077329
2950.82/2930.43	c cleaning 315999 clauses out of 632019 with flag 175109795/50394328
2972.66/2952.02	c cleaning 317002 clauses out of 634021 with flag 176187896/50712329
2993.82/2972.92	c cleaning 317977 clauses out of 636018 with flag 177307929/51031328
3014.74/2993.61	c cleaning 319021 clauses out of 638041 with flag 178421505/51351328
3035.56/3014.26	c cleaning 319999 clauses out of 640020 with flag 179559556/51672328
3058.15/3036.69	c cleaning 321010 clauses out of 642022 with flag 180685915/51994329
3083.55/3061.87	c cleaning 321995 clauses out of 644011 with flag 181832592/52317328
3105.49/3083.53	c cleaning 322998 clauses out of 646016 with flag 182968738/52641328
3125.56/3103.34	c cleaning 323996 clauses out of 648018 with flag 184089699/52966328
3147.85/3125.41	c cleaning 324988 clauses out of 650022 with flag 185232438/53292328
3173.32/3150.26	c cleaning 326013 clauses out of 652037 with flag 186384019/53619331
3192.96/3169.61	c cleaning 326990 clauses out of 654021 with flag 187528145/53947328
3216.19/3192.67	c cleaning 328008 clauses out of 656031 with flag 188673494/54276328
3238.77/3214.99	c cleaning 329005 clauses out of 658023 with flag 189803171/54606328
3259.88/3235.76	c cleaning 329997 clauses out of 660018 with flag 190943497/54937328
3288.20/3263.86	c cleaning 331008 clauses out of 662021 with flag 192073736/55269328
3310.36/3285.70	c cleaning 332006 clauses out of 664016 with flag 193195528/55602331
3334.67/3309.85	c cleaning 332995 clauses out of 666007 with flag 194332348/55936328
3358.77/3333.72	c cleaning 333985 clauses out of 668012 with flag 195491059/56271328
3378.61/3353.38	c cleaning 334998 clauses out of 670027 with flag 196622563/56607328
3398.87/3373.35	c cleaning 336004 clauses out of 672029 with flag 197781803/56944328
3420.14/3394.37	c cleaning 336992 clauses out of 674025 with flag 198930959/57282328
3444.46/3418.43	c cleaning 338006 clauses out of 676034 with flag 200084076/57621329
3465.61/3439.38	c cleaning 338999 clauses out of 678029 with flag 201235638/57961330
3494.96/3468.42	c cleaning 340010 clauses out of 680028 with flag 202320398/58302328
3524.05/3497.38	c cleaning 341002 clauses out of 682021 with flag 203391521/58644331
3547.99/3521.04	c cleaning 341999 clauses out of 684016 with flag 204468524/58987328
3574.83/3547.63	c cleaning 342997 clauses out of 686018 with flag 205552223/59331329
3600.00/3572.50	c starts		: 14327
3600.00/3572.51	c conflicts		: 59676328
3600.00/3572.51	c decisions		: 320760745
3600.00/3572.51	c propagations		: 21093030037
3600.00/3572.51	c inspects		: 40683360678
3600.00/3572.51	c shortcuts		: 0
3600.00/3572.51	c learnt literals	: 0
3600.00/3572.51	c learnt binary clauses	: 0
3600.00/3572.51	c learnt ternary clauses	: 0
3600.00/3572.51	c learnt constraints	: 59676328
3600.00/3572.51	c ignored constraints	: 0
3600.00/3572.51	c root simplifications	: 0
3600.00/3572.51	c removed literals (reason simplification)	: 217157233
3600.00/3572.51	c reason swapping (by a shorter reason)	: 0
3600.00/3572.51	c Calls to reduceDB	: 341
3600.00/3572.51	c Number of update (reduction) of LBD	: 31225256
3600.00/3572.51	c Imported unit clauses	: 0
3600.00/3572.51	c No decision after first conflict	: false
3600.00/3572.51	c number of reductions to clauses (during analyze)	: 0
3600.00/3572.51	c number of learned constraints concerned by reduction	: 0
3600.00/3572.51	c number of learning phase by resolution	: 0
3600.00/3572.51	c number of learning phase by cutting planes	: 0
3600.00/3572.51	c number of rounding to 1 operations	: 0
3600.00/3572.51	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3572.51	c number of reductions of the coefficients by power 2 	: 0
3600.00/3572.51	c number of right shift for reduction by power 2 	: 0
3600.00/3572.51	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3572.51	c number of ending skipping 	: 0
3600.00/3572.51	c number of internal skipping 	: 0
3600.00/3572.51	c number of derivation steps 	: 0
3600.00/3572.51	c number of skipped derivation steps 	: 0
3600.00/3572.51	c number of remaining unassigned 	: 0
3600.00/3572.51	c number of remaining assigned 	: 0
3600.00/3572.51	c number of falsified literals weakened from reason	: 0
3600.00/3572.51	c number of falsified literals weakened from conflict	: 0
3600.00/3572.51	c time for arithmetic operations	: 0
3600.00/3572.51	c minimum degree of deleted constraints	: null
3600.00/3572.51	c maximum degree of deleted constraints	: null
3600.00/3572.51	c number of deleted constraints	: 0
3600.00/3572.51	c speed (assignments/second)	: 5904475.458097963
3600.00/3572.51	c non guided choices	: 0
3600.00/3572.57	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 688020
3600.00/3572.57	s SATISFIABLE
3600.00/3572.57	c Found 6 solution(s)
3600.00/3572.57	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.00/3572.57	c objective function=52176
3600.00/3572.57	c Total wall clock time (in seconds): 3572.483

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-4783961-1782159896/watcher-4783961-1782159896 -o /tmp/evaluation-result-4783961-1782159896/solver-4783961-1782159896 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4783961-1782159896/vars-4783961-1782159896 --bin-var /tmp/runsolver-exch-nodeE003-1782159735-2353143 --watchdog 3760 java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4783961-1782159896.opb 

running on 4 cores: 16-19

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

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

CPU governors:
  performance: 16-19

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (109217 MiB free)
  node 1: cores 8-15, 129019 MiB (113824 MiB free)
  node 2: cores 16-23, 129019 MiB (110709 MiB free)
  node 3: cores 24-31, 129003 MiB (111854 MiB free)
  node 4: cores 32-39, 129019 MiB (115210 MiB free)
  node 5: cores 40-47, 129019 MiB (110116 MiB free)
  node 6: cores 48-55, 128973 MiB (114689 MiB free)
  node 7: cores 56-63, 128474 MiB (104651 MiB free)
  node distances:
     10  12  12  12  32  32  32  32
     12  10  12  12  32  32  32  32
     12  12  10  12  32  32  32  32
     12  12  12  10  32  32  32  32
     32  32  32  32  10  12  12  12
     32  32  32  32  12  10  12  12
     32  32  32  32  12  12  10  12
     32  32  32  32  12  12  12  10

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


[startup+0.100056 s]*
/proc/loadavg: 15.22 7.41 4.56 17/1220 2354443
/proc/meminfo: memFree=911616180/1055320712 swapFree=33554428/33554428
[pid=2354422] ppid=2354419 vsize=34966608 memory=59992 CPUtime=0.18 cores=16-19
/proc/2354422/stat : 2354422 (java) S 2354419 2354422 2353129 0 -1 4194304 7827 0 0 0 17 1 0 0 20 0 20 0 149277475 35805806592 14635 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 0 0 16800975 0 0 0 17 16 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
/proc/2354422/statm: 8741652 14998 6216 1 0 33528 0
[pid=2354422/tid=2354424] ppid=2354419 vsize=34966608 memory=448176484133 CPUtime=0.08 cores=16-19
/proc/2354422/task/2354424/stat : 2354424 (java) R 2354419 2354422 2353129 0 -1 4194368 3174 0 0 0 8 0 0 0 20 0 20 0 149277477 35805806592 14635 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354435] ppid=2354419 vsize=34966608 memory=15361 CPUtime=0 cores=16-19
/proc/2354422/task/2354435/stat : 2354435 (Referen..andler) S 2354419 2354422 2353129 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 149277478 35805806592 14635 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354436] ppid=2354419 vsize=34966608 memory=55186873909743 CPUtime=0 cores=16-19
/proc/2354422/task/2354436/stat : 2354436 (Finalizer) S 2354419 2354422 2353129 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 149277478 35805806592 14635 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354439] ppid=2354419 vsize=34966608 memory=52996457366118 CPUtime=0 cores=16-19
/proc/2354422/task/2354439/stat : 2354439 (Monitor..Thread) S 2354419 2354422 2353129 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 149277478 35805806592 14635 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354442] ppid=2354419 vsize=34966608 memory=55195514176303 CPUtime=0 cores=16-19
/proc/2354422/task/2354442/stat : 2354442 (Notific..Thread) S 2354419 2354422 2353129 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 149277478 35805806592 14635 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354443] ppid=2354419 vsize=34966608 memory=14414804420920657 CPUtime=0 cores=16-19
/proc/2354422/task/2354443/stat : 2354443 (Common-Cleaner) S 2354419 2354422 2353129 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 149277478 35805806592 14635 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 34966608 KiB
Current children cumulated memory: 59992 KiB

[startup+0.213741 s]*
/proc/loadavg: 15.22 7.41 4.56 19/1222 2354445
/proc/meminfo: memFree=911602964/1055320712 swapFree=33554428/33554428
[pid=2354422] ppid=2354419 vsize=35033172 memory=73688 CPUtime=0.54 cores=16-19
/proc/2354422/stat : 2354422 (java) S 2354419 2354422 2353129 0 -1 4194304 9701 0 0 0 53 1 0 0 20 0 21 0 149277475 35873968128 18100 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 0 0 16800975 0 0 0 17 16 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
/proc/2354422/statm: 8758293 18422 6279 1 0 35651 0
[pid=2354422/tid=2354424] ppid=2354419 vsize=35033172 memory=8386095037794055477 CPUtime=0.19 cores=16-19
/proc/2354422/task/2354424/stat : 2354424 (java) R 2354419 2354422 2353129 0 -1 4194368 3306 0 0 0 19 0 0 0 20 0 21 0 149277477 35873968128 18100 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354435] ppid=2354419 vsize=35033172 memory=219999910580 CPUtime=0 cores=16-19
/proc/2354422/task/2354435/stat : 2354435 (Referen..andler) S 2354419 2354422 2353129 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 149277478 35873968128 18100 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354436] ppid=2354419 vsize=35033172 memory=15706 CPUtime=0 cores=16-19
/proc/2354422/task/2354436/stat : 2354436 (Finalizer) S 2354419 2354422 2353129 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 149277478 35873968128 18100 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354439] ppid=2354419 vsize=35033172 memory=20156 CPUtime=0 cores=16-19
/proc/2354422/task/2354439/stat : 2354439 (Monitor..Thread) S 2354419 2354422 2353129 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 149277478 35873968128 18100 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354442] ppid=2354419 vsize=35033172 memory=20746 CPUtime=0 cores=16-19
/proc/2354422/task/2354442/stat : 2354442 (Notific..Thread) S 2354419 2354422 2353129 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 149277478 35873968128 18100 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354443] ppid=2354419 vsize=35033172 memory=31096 CPUtime=0 cores=16-19
/proc/2354422/task/2354443/stat : 2354443 (Common-Cleaner) S 2354419 2354422 2353129 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 149277478 35873968128 18100 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354445] ppid=2354419 vsize=35033172 memory=3977299940673335636 CPUtime=0 cores=16-19
/proc/2354422/task/2354445/stat : 2354445 (Timer-0) S 2354419 2354422 2353129 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 149277489 35873968128 18100 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 73688 KiB

[startup+0.313139 s]*
/proc/loadavg: 15.22 7.41 4.56 19/1222 2354445
/proc/meminfo: memFree=911597636/1055320712 swapFree=33554428/33554428
[pid=2354422] ppid=2354419 vsize=35033172 memory=79672 CPUtime=0.84 cores=16-19
/proc/2354422/stat : 2354422 (java) S 2354419 2354422 2353129 0 -1 4194304 10175 0 0 0 83 1 0 0 20 0 21 0 149277475 35873968128 19520 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 0 0 16800975 0 0 0 17 16 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
/proc/2354422/statm: 8758293 19918 6279 1 0 38351 0
[pid=2354422/tid=2354424] ppid=2354419 vsize=35033172 memory=8389771804677338421 CPUtime=0.29 cores=16-19
/proc/2354422/task/2354424/stat : 2354424 (java) R 2354419 2354422 2353129 0 -1 4194368 3309 0 0 0 29 0 0 0 20 0 21 0 149277477 35873968128 19520 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354435] ppid=2354419 vsize=35033172 memory=219999910580 CPUtime=0 cores=16-19
/proc/2354422/task/2354435/stat : 2354435 (Referen..andler) S 2354419 2354422 2353129 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 149277478 35873968128 19520 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354436] ppid=2354419 vsize=35033172 memory=15706 CPUtime=0 cores=16-19
/proc/2354422/task/2354436/stat : 2354436 (Finalizer) S 2354419 2354422 2353129 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 149277478 35873968128 19520 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354439] ppid=2354419 vsize=35033172 memory=20156 CPUtime=0 cores=16-19
/proc/2354422/task/2354439/stat : 2354439 (Monitor..Thread) S 2354419 2354422 2353129 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 149277478 35873968128 19520 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354442] ppid=2354419 vsize=35033172 memory=20746 CPUtime=0 cores=16-19
/proc/2354422/task/2354442/stat : 2354442 (Notific..Thread) S 2354419 2354422 2353129 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 149277478 35873968128 19520 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354443] ppid=2354419 vsize=35033172 memory=31096 CPUtime=0 cores=16-19
/proc/2354422/task/2354443/stat : 2354443 (Common-Cleaner) S 2354419 2354422 2353129 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 149277478 35873968128 19520 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354445] ppid=2354419 vsize=35033172 memory=3977299940673335636 CPUtime=0 cores=16-19
/proc/2354422/task/2354445/stat : 2354445 (Timer-0) S 2354419 2354422 2353129 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 149277489 35873968128 19520 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
Current children cumulated CPU time: 0.84 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 79672 KiB

[startup+0.700207 s]
/proc/loadavg: 15.22 7.41 4.56 18/1222 2354445
/proc/meminfo: memFree=911597400/1055320712 swapFree=33554428/33554428
[pid=2354422] ppid=2354419 vsize=35099736 memory=91044 CPUtime=1.55 cores=16-19
/proc/2354422/stat : 2354422 (java) S 2354419 2354422 2353129 0 -1 4194304 10508 0 0 0 153 2 0 0 20 0 22 0 149277475 35942129664 22389 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 0 0 16800975 0 0 0 17 16 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
/proc/2354422/statm: 8774934 22761 6279 1 0 44549 0
[pid=2354422/tid=2354424] ppid=2354419 vsize=35099736 memory=31096 CPUtime=0.66 cores=16-19
/proc/2354422/task/2354424/stat : 2354424 (java) R 2354419 2354422 2353129 0 -1 4194368 3321 0 0 0 66 0 0 0 20 0 22 0 149277477 35942129664 22389 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354435] ppid=2354419 vsize=35099736 memory=3977299940673335636 CPUtime=0 cores=16-19
/proc/2354422/task/2354435/stat : 2354435 (Referen..andler) S 2354419 2354422 2353129 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 149277478 35942129664 22389 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354436] ppid=2354419 vsize=35099736 memory=15706 CPUtime=0 cores=16-19
/proc/2354422/task/2354436/stat : 2354436 (Finalizer) S 2354419 2354422 2353129 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 149277478 35942129664 22389 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354439] ppid=2354419 vsize=35099736 memory=20156 CPUtime=0 cores=16-19
/proc/2354422/task/2354439/stat : 2354439 (Monitor..Thread) S 2354419 2354422 2353129 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 149277478 35942129664 22389 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354442] ppid=2354419 vsize=35099736 memory=20746 CPUtime=0 cores=16-19
/proc/2354422/task/2354442/stat : 2354442 (Notific..Thread) S 2354419 2354422 2353129 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 149277478 35942129664 22389 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354443] ppid=2354419 vsize=35099736 memory=219999910580 CPUtime=0 cores=16-19
/proc/2354422/task/2354443/stat : 2354443 (Common-Cleaner) S 2354419 2354422 2353129 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 149277478 35942129664 22389 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354445] ppid=2354419 vsize=35099736 memory=4864 CPUtime=0 cores=16-19
/proc/2354422/task/2354445/stat : 2354445 (Timer-0) S 2354419 2354422 2353129 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 149277489 35942129664 22389 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
Current children cumulated CPU time: 1.55 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 91044 KiB

[startup+1.50016 s]
/proc/loadavg: 15.22 7.41 4.56 17/1223 2354446
/proc/meminfo: memFree=911597332/1055320712 swapFree=33554428/33554428
[pid=2354422] ppid=2354419 vsize=35099736 memory=93184 CPUtime=2.4 cores=16-19
/proc/2354422/stat : 2354422 (java) S 2354419 2354422 2353129 0 -1 4194304 14019 0 0 0 238 2 0 0 20 0 22 0 149277475 35942129664 23008 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 0 0 16800975 0 0 0 17 16 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
/proc/2354422/statm: 8774934 23296 6279 1 0 44555 0
[pid=2354422/tid=2354424] ppid=2354419 vsize=35099736 memory=31096 CPUtime=1.46 cores=16-19
/proc/2354422/task/2354424/stat : 2354424 (java) R 2354419 2354422 2353129 0 -1 4194368 3829 0 0 0 146 0 0 0 20 0 22 0 149277477 35942129664 23008 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354435] ppid=2354419 vsize=35099736 memory=4864 CPUtime=0 cores=16-19
/proc/2354422/task/2354435/stat : 2354435 (Referen..andler) S 2354419 2354422 2353129 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 149277478 35942129664 23008 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354436] ppid=2354419 vsize=35099736 memory=0 CPUtime=0 cores=16-19
/proc/2354422/task/2354436/stat : 2354436 (Finalizer) S 2354419 2354422 2353129 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 149277478 35942129664 23008 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354439] ppid=2354419 vsize=35099736 memory=0 CPUtime=0 cores=16-19
/proc/2354422/task/2354439/stat : 2354439 (Monitor..Thread) S 2354419 2354422 2353129 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 22 0 149277478 35942129664 23008 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354442] ppid=2354419 vsize=35099736 memory=3977299940673335636 CPUtime=0 cores=16-19
/proc/2354422/task/2354442/stat : 2354442 (Notific..Thread) S 2354419 2354422 2353129 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 149277478 35942129664 23008 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354443] ppid=2354419 vsize=35099736 memory=0 CPUtime=0 cores=16-19
/proc/2354422/task/2354443/stat : 2354443 (Common-Cleaner) S 2354419 2354422 2353129 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 149277478 35942129664 23008 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354445] ppid=2354419 vsize=35099736 memory=7883551376201235006 CPUtime=0 cores=16-19
/proc/2354422/task/2354445/stat : 2354445 (Timer-0) S 2354419 2354422 2353129 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 149277489 35942129664 23008 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
Current children cumulated CPU time: 2.4 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 93184 KiB

[startup+3.11283 s]
/proc/loadavg: 15.22 7.41 4.56 17/1222 2354446
/proc/meminfo: memFree=911579356/1055320712 swapFree=33554428/33554428
[pid=2354422] ppid=2354419 vsize=35099736 memory=111692 CPUtime=4.01 cores=16-19
/proc/2354422/stat : 2354422 (java) S 2354419 2354422 2353129 0 -1 4194304 14825 0 0 0 399 2 0 0 20 0 21 0 149277475 35942129664 27655 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 0 0 16800975 0 0 0 17 16 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
/proc/2354422/statm: 8774934 27923 6279 1 0 48739 0
[pid=2354422/tid=2354424] ppid=2354419 vsize=35099736 memory=93184 CPUtime=3.06 cores=16-19
/proc/2354422/task/2354424/stat : 2354424 (java) R 2354419 2354422 2353129 0 -1 4194368 3846 0 0 0 306 0 0 0 20 0 21 0 149277477 35942129664 27655 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354435] ppid=2354419 vsize=35099736 memory=5884 CPUtime=0 cores=16-19
/proc/2354422/task/2354435/stat : 2354435 (Referen..andler) S 2354419 2354422 2353129 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 149277478 35942129664 27655 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354436] ppid=2354419 vsize=35099736 memory=0 CPUtime=0 cores=16-19
/proc/2354422/task/2354436/stat : 2354436 (Finalizer) S 2354419 2354422 2353129 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 149277478 35942129664 27655 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354439] ppid=2354419 vsize=35099736 memory=4864 CPUtime=0 cores=16-19
/proc/2354422/task/2354439/stat : 2354439 (Monitor..Thread) S 2354419 2354422 2353129 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 21 0 149277478 35942129664 27655 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354442] ppid=2354419 vsize=35099736 memory=0 CPUtime=0 cores=16-19
/proc/2354422/task/2354442/stat : 2354442 (Notific..Thread) S 2354419 2354422 2353129 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 149277478 35942129664 27655 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354443] ppid=2354419 vsize=35099736 memory=15420 CPUtime=0 cores=16-19
/proc/2354422/task/2354443/stat : 2354443 (Common-Cleaner) S 2354419 2354422 2353129 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 149277478 35942129664 27655 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354445] ppid=2354419 vsize=35099736 memory=100 CPUtime=0 cores=16-19
/proc/2354422/task/2354445/stat : 2354445 (Timer-0) S 2354419 2354422 2353129 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 149277489 35942129664 27655 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
Current children cumulated CPU time: 4.01 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 111692 KiB

[startup+6.30015 s]

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

/proc/meminfo: memFree=907287568/1055320712 swapFree=33554428/33554428
[pid=2354422] ppid=2354419 vsize=35166300 memory=565296 CPUtime=3367.57 cores=16-19
/proc/2354422/stat : 2354422 (java) S 2354419 2354422 2353129 0 -1 4194304 82714 0 0 0 336666 91 0 0 20 0 23 0 149277475 36010291200 140898 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 0 0 16800975 0 0 0 17 16 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
/proc/2354422/statm: 8791575 141324 6283 1 0 153965 0
[pid=2354422/tid=2354424] ppid=2354419 vsize=35166300 memory=157040 CPUtime=3322.7 cores=16-19
/proc/2354422/task/2354424/stat : 2354424 (java) R 2354419 2354422 2353129 0 -1 4194368 18534 0 0 0 332267 3 0 0 20 0 23 0 149277477 36010291200 140898 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354435] ppid=2354419 vsize=35166300 memory=564784 CPUtime=0 cores=16-19
/proc/2354422/task/2354435/stat : 2354435 (Referen..andler) S 2354419 2354422 2353129 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149277478 36010291200 140898 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354436] ppid=2354419 vsize=35166300 memory=8908058261624984682 CPUtime=0 cores=16-19
/proc/2354422/task/2354436/stat : 2354436 (Finalizer) S 2354419 2354422 2353129 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 149277478 36010291200 140898 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354439] ppid=2354419 vsize=35166300 memory=564784 CPUtime=0.08 cores=16-19
/proc/2354422/task/2354439/stat : 2354439 (Monitor..Thread) S 2354419 2354422 2353129 0 -1 4194368 39 0 0 0 5 3 0 0 20 0 23 0 149277478 36010291200 140898 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354442] ppid=2354419 vsize=35166300 memory=15420 CPUtime=0 cores=16-19
/proc/2354422/task/2354442/stat : 2354442 (Notific..Thread) S 2354419 2354422 2353129 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 149277478 36010291200 140898 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354443] ppid=2354419 vsize=35166300 memory=37580 CPUtime=0 cores=16-19
/proc/2354422/task/2354443/stat : 2354443 (Common-Cleaner) S 2354419 2354422 2353129 0 -1 4194368 252 0 0 0 0 0 0 0 20 0 23 0 149277478 36010291200 140898 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354445] ppid=2354419 vsize=35166300 memory=564784 CPUtime=0 cores=16-19
/proc/2354422/task/2354445/stat : 2354445 (Timer-0) S 2354419 2354422 2353129 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149277489 36010291200 140898 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
Current children cumulated CPU time: 3367.57 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 565296 KiB

[startup+3402.3 s]
/proc/loadavg: 16.41 16.72 16.22 18/1222 2354722
/proc/meminfo: memFree=907284452/1055320712 swapFree=33554428/33554428
[pid=2354422] ppid=2354419 vsize=35166300 memory=555048 CPUtime=3428.33 cores=16-19
/proc/2354422/stat : 2354422 (java) S 2354419 2354422 2353129 0 -1 4194304 83649 0 0 0 342741 92 0 0 20 0 23 0 149277475 36010291200 138457 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 0 0 16800975 0 0 0 17 16 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
/proc/2354422/statm: 8791575 138762 6283 1 0 153965 0
[pid=2354422/tid=2354424] ppid=2354419 vsize=35166300 memory=157040 CPUtime=3382.28 cores=16-19
/proc/2354422/task/2354424/stat : 2354424 (java) R 2354419 2354422 2353129 0 -1 4194368 18633 0 0 0 338225 3 0 0 20 0 23 0 149277477 36010291200 138457 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354435] ppid=2354419 vsize=35166300 memory=514964 CPUtime=0 cores=16-19
/proc/2354422/task/2354435/stat : 2354435 (Referen..andler) S 2354419 2354422 2353129 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149277478 36010291200 138457 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354436] ppid=2354419 vsize=35166300 memory=280272237548203 CPUtime=0 cores=16-19
/proc/2354422/task/2354436/stat : 2354436 (Finalizer) S 2354419 2354422 2353129 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 149277478 36010291200 138457 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354439] ppid=2354419 vsize=35166300 memory=598772 CPUtime=0.08 cores=16-19
/proc/2354422/task/2354439/stat : 2354439 (Monitor..Thread) S 2354419 2354422 2353129 0 -1 4194368 39 0 0 0 5 3 0 0 20 0 23 0 149277478 36010291200 138457 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354442] ppid=2354419 vsize=35166300 memory=554788 CPUtime=0 cores=16-19
/proc/2354422/task/2354442/stat : 2354442 (Notific..Thread) S 2354419 2354422 2353129 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 149277478 36010291200 138457 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354443] ppid=2354419 vsize=35166300 memory=554788 CPUtime=0 cores=16-19
/proc/2354422/task/2354443/stat : 2354443 (Common-Cleaner) S 2354419 2354422 2353129 0 -1 4194368 252 0 0 0 0 0 0 0 20 0 23 0 149277478 36010291200 138457 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354445] ppid=2354419 vsize=35166300 memory=554788 CPUtime=0 cores=16-19
/proc/2354422/task/2354445/stat : 2354445 (Timer-0) S 2354419 2354422 2353129 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149277489 36010291200 138457 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
Current children cumulated CPU time: 3428.33 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 555048 KiB

[startup+3462.3 s]
/proc/loadavg: 17.54 16.95 16.34 18/1192 2356188
/proc/meminfo: memFree=903202612/1055320712 swapFree=33554428/33554428
[pid=2354422] ppid=2354419 vsize=35166300 memory=615512 CPUtime=3488.87 cores=16-19
/proc/2354422/stat : 2354422 (java) S 2354419 2354422 2353129 0 -1 4194304 84299 0 0 0 348793 94 0 0 20 0 23 0 149277475 36010291200 153388 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 0 0 16800975 0 0 0 17 16 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
/proc/2354422/statm: 8791575 153878 6283 1 0 166517 0
[pid=2354422/tid=2354424] ppid=2354419 vsize=35166300 memory=157040 CPUtime=3441.9 cores=16-19
/proc/2354422/task/2354424/stat : 2354424 (java) R 2354419 2354422 2353129 0 -1 4194368 18648 0 0 0 344187 3 0 0 20 0 23 0 149277477 36010291200 153388 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354435] ppid=2354419 vsize=35166300 memory=280272237548203 CPUtime=0 cores=16-19
/proc/2354422/task/2354435/stat : 2354435 (Referen..andler) S 2354419 2354422 2353129 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149277478 36010291200 153388 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354436] ppid=2354419 vsize=35166300 memory=554788 CPUtime=0 cores=16-19
/proc/2354422/task/2354436/stat : 2354436 (Finalizer) S 2354419 2354422 2353129 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 149277478 36010291200 153388 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354439] ppid=2354419 vsize=35166300 memory=2632 CPUtime=0.08 cores=16-19
/proc/2354422/task/2354439/stat : 2354439 (Monitor..Thread) S 2354419 2354422 2353129 0 -1 4194368 39 0 0 0 5 3 0 0 20 0 23 0 149277478 36010291200 153388 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354442] ppid=2354419 vsize=35166300 memory=-7523644132205292131 CPUtime=0 cores=16-19
/proc/2354422/task/2354442/stat : 2354442 (Notific..Thread) S 2354419 2354422 2353129 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 149277478 36010291200 153388 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354443] ppid=2354419 vsize=35166300 memory=615512 CPUtime=0 cores=16-19
/proc/2354422/task/2354443/stat : 2354443 (Common-Cleaner) S 2354419 2354422 2353129 0 -1 4194368 252 0 0 0 0 0 0 0 20 0 23 0 149277478 36010291200 153388 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354445] ppid=2354419 vsize=35166300 memory=614744 CPUtime=0 cores=16-19
/proc/2354422/task/2354445/stat : 2354445 (Timer-0) S 2354419 2354422 2353129 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149277489 36010291200 153388 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
Current children cumulated CPU time: 3488.87 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 615512 KiB

[startup+3522.3 s]
/proc/loadavg: 17.66 17.12 16.44 16/1201 2357613
/proc/meminfo: memFree=894461700/1055320712 swapFree=33554428/33554428
[pid=2354422] ppid=2354419 vsize=35166300 memory=565048 CPUtime=3549.31 cores=16-19
/proc/2354422/stat : 2354422 (java) S 2354419 2354422 2353129 0 -1 4194304 84684 0 0 0 354834 97 0 0 20 0 23 0 149277475 36010291200 140949 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 0 0 16800975 0 0 0 17 16 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
/proc/2354422/statm: 8791575 141262 6283 1 0 153965 0
[pid=2354422/tid=2354424] ppid=2354419 vsize=35166300 memory=554788 CPUtime=3501.53 cores=16-19
/proc/2354422/task/2354424/stat : 2354424 (java) R 2354419 2354422 2353129 0 -1 4194368 18691 0 0 0 350150 3 0 0 20 0 23 0 149277477 36010291200 140949 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354435] ppid=2354419 vsize=35166300 memory=2632 CPUtime=0 cores=16-19
/proc/2354422/task/2354435/stat : 2354435 (Referen..andler) S 2354419 2354422 2353129 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149277478 36010291200 140949 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354436] ppid=2354419 vsize=35166300 memory=615512 CPUtime=0 cores=16-19
/proc/2354422/task/2354436/stat : 2354436 (Finalizer) S 2354419 2354422 2353129 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 149277478 36010291200 140949 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354439] ppid=2354419 vsize=35166300 memory=-7523644132205292131 CPUtime=0.08 cores=16-19
/proc/2354422/task/2354439/stat : 2354439 (Monitor..Thread) S 2354419 2354422 2353129 0 -1 4194368 39 0 0 0 5 3 0 0 20 0 23 0 149277478 36010291200 140949 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354442] ppid=2354419 vsize=35166300 memory=3072 CPUtime=0 cores=16-19
/proc/2354422/task/2354442/stat : 2354442 (Notific..Thread) S 2354419 2354422 2353129 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 149277478 36010291200 140949 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354443] ppid=2354419 vsize=35166300 memory=15420 CPUtime=0 cores=16-19
/proc/2354422/task/2354443/stat : 2354443 (Common-Cleaner) S 2354419 2354422 2353129 0 -1 4194368 252 0 0 0 0 0 0 0 20 0 23 0 149277478 36010291200 140949 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354445] ppid=2354419 vsize=35166300 memory=157040 CPUtime=0 cores=16-19
/proc/2354422/task/2354445/stat : 2354445 (Timer-0) S 2354419 2354422 2353129 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149277489 36010291200 140949 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
Current children cumulated CPU time: 3549.31 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 565048 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3572.5 s]
/proc/loadavg: 16.72 16.94 16.41 17/1228 2357825
/proc/meminfo: memFree=891944956/1055320712 swapFree=33554428/33554428
[pid=2354422] ppid=2354419 vsize=35166300 memory=573400 CPUtime=3600 cores=16-19
/proc/2354422/stat : 2354422 (java) S 2354419 2354422 2353129 0 -1 4194304 85205 0 0 0 359902 98 0 0 20 0 23 0 149277475 36010291200 143141 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 0 0 16800975 0 0 0 17 16 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
/proc/2354422/statm: 8791575 143350 6283 1 0 162333 0
[pid=2354422/tid=2354424] ppid=2354419 vsize=35166300 memory=598264 CPUtime=3551.41 cores=16-19
/proc/2354422/task/2354424/stat : 2354424 (java) R 2354419 2354422 2353129 0 -1 4194368 18712 0 0 0 355138 3 0 0 20 0 23 0 149277477 36010291200 143141 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 0 0 0 -1 18 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354435] ppid=2354419 vsize=35166300 memory=-7523644132205292131 CPUtime=0 cores=16-19
/proc/2354422/task/2354435/stat : 2354435 (Referen..andler) S 2354419 2354422 2353129 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149277478 36010291200 143141 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354436] ppid=2354419 vsize=35166300 memory=585956 CPUtime=0 cores=16-19
/proc/2354422/task/2354436/stat : 2354436 (Finalizer) S 2354419 2354422 2353129 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 149277478 36010291200 143141 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354439] ppid=2354419 vsize=35166300 memory=-7523644132205292131 CPUtime=0.08 cores=16-19
/proc/2354422/task/2354439/stat : 2354439 (Monitor..Thread) S 2354419 2354422 2353129 0 -1 4194368 39 0 0 0 5 3 0 0 20 0 23 0 149277478 36010291200 143141 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354442] ppid=2354419 vsize=35166300 memory=-7523644132205292131 CPUtime=0 cores=16-19
/proc/2354422/task/2354442/stat : 2354442 (Notific..Thread) S 2354419 2354422 2353129 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 149277478 36010291200 143141 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354443] ppid=2354419 vsize=35166300 memory=598792 CPUtime=0 cores=16-19
/proc/2354422/task/2354443/stat : 2354443 (Common-Cleaner) S 2354419 2354422 2353129 0 -1 4194368 252 0 0 0 0 0 0 0 20 0 23 0 149277478 36010291200 143141 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354445] ppid=2354419 vsize=35166300 memory=569232 CPUtime=0 cores=16-19
/proc/2354422/task/2354445/stat : 2354445 (Timer-0) S 2354419 2354422 2353129 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149277489 36010291200 143141 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 573400 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.19 s, system=0.990624 s

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

[startup+3572.5 s]
/proc/loadavg: 16.72 16.94 16.41 17/1228 2357825
/proc/meminfo: memFree=891944956/1055320712 swapFree=33554428/33554428
[pid=2354422] ppid=2354419 vsize=35166300 memory=573400 CPUtime=3600 cores=16-19
/proc/2354422/stat : 2354422 (java) S 2354419 2354422 2353129 0 -1 4194304 85205 0 0 0 359902 98 0 0 20 0 23 0 149277475 36010291200 143141 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 0 0 16800975 0 0 0 17 16 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
/proc/2354422/statm: 8791575 143350 6283 1 0 162333 0
[pid=2354422/tid=2354424] ppid=2354419 vsize=35166300 memory=598264 CPUtime=3551.41 cores=16-19
/proc/2354422/task/2354424/stat : 2354424 (java) R 2354419 2354422 2353129 0 -1 4194368 18712 0 0 0 355138 3 0 0 20 0 23 0 149277477 36010291200 143141 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 0 0 0 -1 18 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354435] ppid=2354419 vsize=35166300 memory=-7523644132205292131 CPUtime=0 cores=16-19
/proc/2354422/task/2354435/stat : 2354435 (Referen..andler) S 2354419 2354422 2353129 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149277478 36010291200 143141 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354436] ppid=2354419 vsize=35166300 memory=585956 CPUtime=0 cores=16-19
/proc/2354422/task/2354436/stat : 2354436 (Finalizer) S 2354419 2354422 2353129 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 149277478 36010291200 143141 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354439] ppid=2354419 vsize=35166300 memory=-7523644132205292131 CPUtime=0.08 cores=16-19
/proc/2354422/task/2354439/stat : 2354439 (Monitor..Thread) S 2354419 2354422 2353129 0 -1 4194368 39 0 0 0 5 3 0 0 20 0 23 0 149277478 36010291200 143141 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354442] ppid=2354419 vsize=35166300 memory=-7523644132205292131 CPUtime=0 cores=16-19
/proc/2354422/task/2354442/stat : 2354442 (Notific..Thread) S 2354419 2354422 2353129 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 149277478 36010291200 143141 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354443] ppid=2354419 vsize=35166300 memory=598792 CPUtime=0 cores=16-19
/proc/2354422/task/2354443/stat : 2354443 (Common-Cleaner) S 2354419 2354422 2353129 0 -1 4194368 252 0 0 0 0 0 0 0 20 0 23 0 149277478 36010291200 143141 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
[pid=2354422/tid=2354445] ppid=2354419 vsize=35166300 memory=569232 CPUtime=0 cores=16-19
/proc/2354422/task/2354445/stat : 2354445 (Timer-0) S 2354419 2354422 2353129 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149277489 36010291200 143141 18446744073709551615 94834855546880 94834855550576 140730016176768 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94834855558440 94834855559184 94834870439936 140730016184532 140730016184672 140730016184672 140730016190408 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 573400 KiB

Child status: 143

Real time (s): 3572.58
CPU time (s): 3600.18
CPU user time (s): 3599.19
CPU system time (s): 0.990624
CPU usage (%): 100.773
Max. virtual memory (cumulated for all children) (KiB): 35166300
Max. memory (cumulated for all children) (KiB): 631992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.19
system time used= 0.990624
maximum resident set size= 630544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86607
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128295
involuntary context switches= 4608


# summary of solver processes directly reported to runsolver:
#   pid: 2354422
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3599.19
#   total CPU system time (s): 0.990624

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.2081 second user time and 37.8111 second system time

The end

Launcher Data

Begin job on nodeE003 at 2026-06-22 22:24:56
IDJOB=4783961
IDBENCH=148153
IDSOLVER=3602
FILE ID=nodeE003/4783961-1782159896
RUNJOBID= nodeE003-1782159735-2353143
SLURM_JOB_ID= 12510939
Free space on /tmp= 800948 MiB

SOLVER NAME= Sat4j Resolution 2026-06-10
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/aksoy/trarea_ac/normalized-fir05_trarea_ac.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4783961-1782159896/watcher-4783961-1782159896 -o /tmp/evaluation-result-4783961-1782159896/solver-4783961-1782159896 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4783961-1782159896/vars-4783961-1782159896 --bin-var /tmp/runsolver-exch-nodeE003-1782159735-2353143 --watchdog 3760  java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4783961-1782159896.opb

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

MD5SUM BENCH= cc2b167b604094044d9d141ee486a126
RANDOM SEED=1433054485

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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 0
cpu cores	: 32
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3568.551
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 2
cpu cores	: 32
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 3
cpu cores	: 32
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3583.962
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 65
cpu cores	: 32
apicid		: 65
initial apicid	: 65
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 66
cpu cores	: 32
apicid		: 66
initial apicid	: 66
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3577.411
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		: 3596.085
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 34
cpu cores	: 32
apicid		: 34
initial apicid	: 34
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3591.619
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		: 3587.427
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 97
cpu cores	: 32
apicid		: 97
initial apicid	: 97
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 98
cpu cores	: 32
apicid		: 98
initial apicid	: 98
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3603.526
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		: 3603.486
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		: 3607.176
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		: 3602.702
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 112
cpu cores	: 32
apicid		: 112
initial apicid	: 112
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 113
cpu cores	: 32
apicid		: 113
initial apicid	: 113
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3569.221
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		: 3570.798
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.113
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 18
cpu cores	: 32
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 19
cpu cores	: 32
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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.113
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		: 3581.167
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 2
cpu cores	: 32
apicid		: 130
initial apicid	: 130
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3583.152
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		: 3578.498
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 66
cpu cores	: 32
apicid		: 194
initial apicid	: 194
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3582.403
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		: 3577.327
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 33
cpu cores	: 32
apicid		: 161
initial apicid	: 161
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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.356
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		: 3589.423
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 49
cpu cores	: 32
apicid		: 177
initial apicid	: 177
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3568.310
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		: 3596.862
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 115
cpu cores	: 32
apicid		: 243
initial apicid	: 243
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3564.243
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		: 3560.557
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		: 3566.538
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		: 2493.659
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 80
cpu cores	: 32
apicid		: 208
initial apicid	: 208
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3591.954
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		: 3591.982
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:        911640816 kB
MemAvailable:   1044046288 kB
Buffers:            3352 kB
Cached:         136756452 kB
SwapCached:            0 kB
Active:          5207316 kB
Inactive:       135193980 kB
Active(anon):    4565588 kB
Inactive(anon):        0 kB
Active(file):     641728 kB
Inactive(file): 135193980 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               800 kB
Writeback:            32 kB
AnonPages:       3644712 kB
Mapped:           211176 kB
Shmem:            924096 kB
KReclaimable:    1424780 kB
Slab:            1990316 kB
SReclaimable:    1424780 kB
SUnreclaim:       565536 kB
KernelStack:       20288 kB
PageTables:        17112 kB
SecPageTables:     15296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214784 kB
Committed_AS:    6883660 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      483248 kB
VmallocChunk:          0 kB
Percpu:           124928 kB
HardwareCorrupted:     8 kB
AnonHugePages:   2760704 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= 800924 MiB
End job on nodeE003 at 2026-06-22 23:24:28