Trace number 4784833

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)7 3600.23 3592.48

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=11-t=4.opb
MD5SUM5acee7941f535a71e6307fa51b721d24
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 benchmark7
Best CPU time to get the best result obtained on this benchmark0.021584
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints6303
Number of constraints which are clauses6292
Number of constraints which are cardinality constraints (but not clauses)11
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint12
Number of terms in the objective function 11
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 11
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 13
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB26fixedPrime.v20260610
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	26.0.1+8-34
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		26.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		30334720
0.00/0.08	c Max memory 		32178700288
0.00/0.08	c Total memory 		33554432
0.00/0.08	c Number of processors 	4
0.00/0.11	c Pseudo Boolean Optimization by upper bound
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.11	c Expensive reason simplification
0.00/0.11	c Glucose 2.1 dynamic restart strategy
0.00/0.11	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.11	c timeout=2147483s
0.00/0.11	c DB Simplification allowed=false
0.00/0.11	c Listener: none
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	c solving HOME/instance-4784833-1782398093.opb
0.00/0.11	c reading problem ... 
0.13/0.11	c  objective function found
0.13/0.16	c ... done. Wall clock time 0.047s.
0.13/0.16	c declared #vars     231
0.13/0.16	c #constraints  6303
0.13/0.16	c constraints type 
0.13/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 11
0.13/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6292
0.13/0.16	c 6303 constraints processed.
0.13/0.16	c objective function length is 11 literals
0.13/0.20	c SATISFIABLE
0.13/0.20	c OPTIMIZING...
0.13/0.20	c Got one! Elapsed wall clock time (in seconds):0.087
0.13/0.20	o 7
0.81/0.35	c cleaning 2896 clauses out of 5799 with flag 35682/5799
1.11/0.44	c cleaning 4452 clauses out of 8904 with flag 93175/11800
1.37/0.54	c cleaning 5720 clauses out of 11452 with flag 149823/18800
1.52/0.65	c cleaning 6866 clauses out of 13731 with flag 230275/26799
1.61/0.76	c cleaning 7927 clauses out of 15866 with flag 315253/35800
1.81/0.92	c cleaning 8964 clauses out of 17938 with flag 422744/45799
1.92/1.09	c cleaning 9978 clauses out of 19974 with flag 526667/56799
2.11/1.29	c cleaning 10990 clauses out of 21997 with flag 635972/68800
2.41/1.53	c cleaning 11995 clauses out of 24007 with flag 752846/81800
2.61/1.77	c cleaning 13004 clauses out of 26011 with flag 893457/95799
2.92/2.05	c cleaning 14000 clauses out of 28007 with flag 1042528/110799
3.21/2.32	c cleaning 15001 clauses out of 30007 with flag 1197977/126799
3.43/2.59	c cleaning 16000 clauses out of 32006 with flag 1351677/143799
3.85/2.92	c cleaning 16996 clauses out of 34006 with flag 1540911/161799
4.15/3.28	c cleaning 17994 clauses out of 36010 with flag 1700816/180799
4.65/3.70	c cleaning 18995 clauses out of 38017 with flag 1867449/200800
5.08/4.12	c cleaning 19999 clauses out of 40022 with flag 2040987/221800
5.47/4.53	c cleaning 20986 clauses out of 42022 with flag 2225036/243799
5.87/4.99	c cleaning 21997 clauses out of 44036 with flag 2467424/266799
6.37/5.40	c cleaning 22987 clauses out of 46039 with flag 2676448/290799
6.77/5.87	c cleaning 24006 clauses out of 48052 with flag 2919401/315799
7.37/6.42	c cleaning 25009 clauses out of 50046 with flag 3205568/341799
7.87/6.92	c cleaning 25996 clauses out of 52037 with flag 3461307/368799
8.47/7.50	c cleaning 27000 clauses out of 54041 with flag 3760790/396799
8.98/8.01	c cleaning 28019 clauses out of 56041 with flag 3980459/425799
9.57/8.63	c cleaning 28998 clauses out of 58022 with flag 4291385/455799
10.27/9.31	c cleaning 30010 clauses out of 60024 with flag 4583476/486799
10.98/10.02	c cleaning 30986 clauses out of 62014 with flag 4892555/518799
11.77/10.80	c cleaning 32002 clauses out of 64028 with flag 5214447/551799
12.47/11.58	c cleaning 33009 clauses out of 66026 with flag 5557799/585799
13.28/12.34	c cleaning 34006 clauses out of 68017 with flag 5910847/620799
13.99/13.09	c cleaning 34994 clauses out of 70011 with flag 6268687/656799
14.90/13.94	c cleaning 36004 clauses out of 72017 with flag 6616527/693799
15.80/14.83	c cleaning 36991 clauses out of 74013 with flag 7000273/731799
16.70/15.72	c cleaning 38011 clauses out of 76022 with flag 7356763/770799
17.61/16.65	c cleaning 38982 clauses out of 78011 with flag 7729412/810799
18.51/17.57	c cleaning 39994 clauses out of 80032 with flag 8117502/851802
19.73/18.72	c cleaning 41015 clauses out of 82039 with flag 8534948/893803
20.73/19.75	c cleaning 41987 clauses out of 84020 with flag 8917798/936799
21.83/20.84	c cleaning 43012 clauses out of 86033 with flag 9344085/980799
22.94/21.99	c cleaning 44002 clauses out of 88021 with flag 9835818/1025799
24.15/23.11	c cleaning 45005 clauses out of 90019 with flag 10337519/1071799
25.34/24.33	c cleaning 46002 clauses out of 92017 with flag 10787073/1118802
26.55/25.53	c cleaning 47004 clauses out of 94014 with flag 11255055/1166801
27.85/26.81	c cleaning 47982 clauses out of 96008 with flag 11660451/1215799
29.09/28.07	c cleaning 49014 clauses out of 98028 with flag 12156843/1265801
30.38/29.30	c cleaning 49979 clauses out of 100012 with flag 12636497/1316799
31.68/30.61	c cleaning 50993 clauses out of 102033 with flag 13194968/1368799
32.99/31.94	c cleaning 52020 clauses out of 104040 with flag 13664658/1421799
34.40/33.32	c cleaning 53007 clauses out of 106020 with flag 14214226/1475799
35.80/34.73	c cleaning 53990 clauses out of 108013 with flag 14740377/1530799
37.11/36.09	c cleaning 54982 clauses out of 110023 with flag 15269549/1586799
38.80/37.73	c cleaning 55995 clauses out of 112041 with flag 15864587/1643799
40.40/39.32	c cleaning 57012 clauses out of 114047 with flag 16410833/1701800
42.01/40.92	c cleaning 58008 clauses out of 116034 with flag 16978309/1760799
43.71/42.62	c cleaning 58974 clauses out of 118028 with flag 17537319/1820801
45.41/44.30	c cleaning 60017 clauses out of 120052 with flag 18138388/1881799
47.01/45.98	c cleaning 60983 clauses out of 122037 with flag 18741926/1943801
48.84/47.79	c cleaning 62010 clauses out of 124052 with flag 19288706/2006799
50.65/49.59	c cleaning 63015 clauses out of 126042 with flag 19941432/2070799
52.45/51.31	c cleaning 63995 clauses out of 128028 with flag 20456873/2135800
54.46/53.33	c cleaning 64985 clauses out of 130032 with flag 21114760/2201799
56.65/55.57	c cleaning 66014 clauses out of 132048 with flag 21629195/2268800
58.67/57.56	c cleaning 66979 clauses out of 134033 with flag 22312948/2336799
60.88/59.72	c cleaning 68019 clauses out of 136055 with flag 23048626/2405800
63.09/61.90	c cleaning 69005 clauses out of 138036 with flag 23783618/2475800
65.40/64.25	c cleaning 69987 clauses out of 140030 with flag 24549544/2546799
67.95/66.73	c cleaning 71015 clauses out of 142043 with flag 25268173/2618799
70.36/69.13	c cleaning 72001 clauses out of 144028 with flag 26019968/2691799
72.76/71.53	c cleaning 73002 clauses out of 146027 with flag 26773791/2765799
75.29/74.10	c cleaning 74009 clauses out of 148026 with flag 27615217/2840800
78.07/76.84	c cleaning 74999 clauses out of 150016 with flag 28422255/2916799
80.88/79.64	c cleaning 75989 clauses out of 152018 with flag 29175609/2993800
83.59/82.31	c cleaning 76992 clauses out of 154028 with flag 29953269/3071799
86.31/85.09	c cleaning 77994 clauses out of 156036 with flag 30764359/3150799
89.20/87.99	c cleaning 78994 clauses out of 158042 with flag 31606877/3230799
91.90/90.63	c cleaning 79988 clauses out of 160048 with flag 32445421/3311799
94.90/93.65	c cleaning 81016 clauses out of 162060 with flag 33252317/3393799
97.75/96.47	c cleaning 81985 clauses out of 164044 with flag 34112777/3476799
100.84/99.56	c cleaning 83007 clauses out of 166059 with flag 34965507/3560799
103.65/102.38	c cleaning 84020 clauses out of 168053 with flag 35837975/3645800
106.64/105.37	c cleaning 84992 clauses out of 170033 with flag 36742033/3731800
109.96/108.69	c cleaning 85985 clauses out of 172040 with flag 37672584/3818799
113.15/111.86	c cleaning 87010 clauses out of 174055 with flag 38549782/3906799
116.54/115.21	c cleaning 88008 clauses out of 176045 with flag 39472337/3995799
119.95/118.63	c cleaning 89009 clauses out of 178037 with flag 40313516/4085799
123.14/121.83	c cleaning 90010 clauses out of 180028 with flag 41189315/4176799
126.37/125.04	c cleaning 91002 clauses out of 182019 with flag 42135177/4268800
129.94/128.67	c cleaning 91984 clauses out of 184016 with flag 43045199/4361799
133.57/132.20	c cleaning 93009 clauses out of 186033 with flag 43927378/4455800
137.18/135.86	c cleaning 94012 clauses out of 188024 with flag 44861360/4550800
140.83/139.43	c cleaning 95002 clauses out of 190012 with flag 45717428/4646800
144.33/142.99	c cleaning 95989 clauses out of 192009 with flag 46669205/4743799
148.04/146.68	c cleaning 96991 clauses out of 194020 with flag 47596784/4841799
152.16/150.77	c cleaning 98013 clauses out of 196029 with flag 48625862/4940799
156.14/154.78	c cleaning 98996 clauses out of 198016 with flag 49574206/5040799
159.87/158.44	c cleaning 100004 clauses out of 200020 with flag 50526789/5141799
163.66/162.24	c cleaning 101001 clauses out of 202019 with flag 51551274/5243802
167.28/165.88	c cleaning 101988 clauses out of 204015 with flag 52575926/5346799
171.09/169.60	c cleaning 102981 clauses out of 206027 with flag 53653998/5450799
175.06/173.55	c cleaning 104022 clauses out of 208047 with flag 54656538/5555800
178.76/177.24	c cleaning 105013 clauses out of 210026 with flag 55699392/5661801
182.87/181.37	c cleaning 105992 clauses out of 212011 with flag 56758468/5768799
186.98/185.43	c cleaning 106977 clauses out of 214019 with flag 57865223/5876799
190.78/189.23	c cleaning 107988 clauses out of 216043 with flag 58932841/5985800
195.09/193.51	c cleaning 109009 clauses out of 218054 with flag 60034274/6095799
199.28/197.70	c cleaning 110015 clauses out of 220045 with flag 61221590/6206799
203.78/202.25	c cleaning 111007 clauses out of 222030 with flag 62366941/6318799
208.28/206.78	c cleaning 111974 clauses out of 224024 with flag 63424021/6431800
212.49/211.00	c cleaning 113010 clauses out of 226049 with flag 64497171/6545799
216.88/215.31	c cleaning 113988 clauses out of 228040 with flag 65598809/6660800
221.70/220.12	c cleaning 114999 clauses out of 230054 with flag 66734155/6776802
226.20/224.66	c cleaning 115995 clauses out of 232052 with flag 67864927/6893799
231.04/229.49	c cleaning 116988 clauses out of 234059 with flag 69077876/7011801
235.66/234.09	c cleaning 118014 clauses out of 236069 with flag 70241596/7130799
240.35/238.79	c cleaning 119007 clauses out of 238056 with flag 71344288/7250800
245.07/243.45	c cleaning 119992 clauses out of 240048 with flag 72570408/7371799
250.16/248.52	c cleaning 121006 clauses out of 242056 with flag 73869983/7493799
254.87/253.20	c cleaning 121995 clauses out of 244051 with flag 75112721/7616800
259.88/258.27	c cleaning 123015 clauses out of 246055 with flag 76381889/7740799
264.90/263.24	c cleaning 124004 clauses out of 248040 with flag 77723556/7865799
269.91/268.27	c cleaning 125014 clauses out of 250036 with flag 78955409/7991799
275.12/273.43	c cleaning 126007 clauses out of 252022 with flag 80200210/8118799
280.67/278.94	c cleaning 126986 clauses out of 254015 with flag 81464288/8246799
285.58/283.89	c cleaning 127983 clauses out of 256029 with flag 82696642/8375799
290.99/289.20	c cleaning 128995 clauses out of 258046 with flag 83942400/8505799
296.30/294.55	c cleaning 129985 clauses out of 260052 with flag 85198268/8636800
302.01/300.22	c cleaning 131001 clauses out of 262066 with flag 86484498/8768799
308.22/306.47	c cleaning 132011 clauses out of 264065 with flag 87870871/8901799
313.52/311.78	c cleaning 133012 clauses out of 266055 with flag 89265208/9035800
319.17/317.36	c cleaning 134018 clauses out of 268043 with flag 90607243/9170800
325.27/323.44	c cleaning 134997 clauses out of 270025 with flag 91882257/9306800
331.29/329.46	c cleaning 135977 clauses out of 272027 with flag 93306329/9443799
337.10/335.20	c cleaning 137018 clauses out of 274054 with flag 94676715/9581803
342.93/341.05	c cleaning 138012 clauses out of 276032 with flag 96014399/9720799
348.61/346.77	c cleaning 139003 clauses out of 278020 with flag 97422406/9860799
354.71/352.85	c cleaning 140003 clauses out of 280018 with flag 98798782/10001800
360.83/358.90	c cleaning 140983 clauses out of 282014 with flag 100294817/10143799
367.59/365.67	c cleaning 142005 clauses out of 284031 with flag 101667083/10286799
374.28/372.37	c cleaning 142992 clauses out of 286026 with flag 103077783/10430799
380.88/378.96	c cleaning 143992 clauses out of 288034 with flag 104640200/10575799
387.51/385.59	c cleaning 145008 clauses out of 290043 with flag 106162523/10721800
394.52/392.58	c cleaning 145985 clauses out of 292034 with flag 107684464/10868799
401.32/399.36	c cleaning 147015 clauses out of 294049 with flag 109251997/11016799
408.99/406.97	c cleaning 148009 clauses out of 296036 with flag 110761970/11165801
416.69/414.60	c cleaning 148980 clauses out of 298025 with flag 112279209/11315799
423.60/421.52	c cleaning 150018 clauses out of 300046 with flag 113775863/11466800
430.14/428.03	c cleaning 150998 clauses out of 302027 with flag 115310332/11618799
436.94/434.82	c cleaning 152004 clauses out of 304029 with flag 116806799/11771799
444.23/442.04	c cleaning 152978 clauses out of 306025 with flag 118328317/11925799
451.54/449.30	c cleaning 154007 clauses out of 308047 with flag 119868297/12080799
458.95/456.76	c cleaning 154997 clauses out of 310041 with flag 121385918/12236800
466.26/464.09	c cleaning 156002 clauses out of 312043 with flag 123055660/12393799
473.76/471.51	c cleaning 157015 clauses out of 314045 with flag 124672713/12551803
481.06/478.83	c cleaning 158010 clauses out of 316027 with flag 126263670/12710800
488.95/486.74	c cleaning 158973 clauses out of 318016 with flag 127960266/12870799
496.54/494.29	c cleaning 160002 clauses out of 320043 with flag 129599453/13031799
504.56/502.25	c cleaning 161004 clauses out of 322043 with flag 131169361/13193801
512.65/510.36	c cleaning 161994 clauses out of 324037 with flag 132911536/13356799
521.05/518.79	c cleaning 162997 clauses out of 326043 with flag 134622420/13520799
529.26/526.91	c cleaning 163997 clauses out of 328046 with flag 136384049/13685799
537.86/535.53	c cleaning 164997 clauses out of 330051 with flag 138106821/13851801
546.28/543.92	c cleaning 166016 clauses out of 332052 with flag 139894826/14018799
554.51/552.18	c cleaning 167010 clauses out of 334036 with flag 141555869/14186799
562.80/560.40	c cleaning 167987 clauses out of 336026 with flag 143396618/14355799
570.98/568.59	c cleaning 169005 clauses out of 338040 with flag 145165107/14525800
579.39/577.00	c cleaning 170004 clauses out of 340035 with flag 146951697/14696800
587.99/585.57	c cleaning 170989 clauses out of 342030 with flag 148730093/14868799
596.48/594.06	c cleaning 171984 clauses out of 344041 with flag 150521420/15041799
605.96/603.52	c cleaning 173022 clauses out of 346057 with flag 152386603/15215799
614.58/612.15	c cleaning 173977 clauses out of 348035 with flag 154243272/15390799
623.68/621.27	c cleaning 175023 clauses out of 350058 with flag 156059579/15566799
633.10/630.61	c cleaning 175997 clauses out of 352035 with flag 157944155/15743799
642.02/639.50	c cleaning 176976 clauses out of 354038 with flag 159769291/15921799
650.90/648.35	c cleaning 177987 clauses out of 356062 with flag 161648075/16100799
660.39/657.89	c cleaning 179015 clauses out of 358078 with flag 163593733/16280802
670.70/668.15	c cleaning 179992 clauses out of 360060 with flag 165529661/16461799
680.39/677.87	c cleaning 181003 clauses out of 362068 with flag 167456807/16643799
690.00/687.47	c cleaning 181991 clauses out of 364070 with flag 169474964/16826804
700.20/697.66	c cleaning 183035 clauses out of 366074 with flag 171452142/17010799
710.20/707.54	c cleaning 184000 clauses out of 368040 with flag 173436779/17195800
720.00/717.36	c cleaning 185006 clauses out of 370041 with flag 175372292/17381801
729.50/726.86	c cleaning 185993 clauses out of 372034 with flag 177396376/17568800
739.71/737.02	c cleaning 187006 clauses out of 374040 with flag 179435089/17756799
749.85/747.15	c cleaning 188007 clauses out of 376034 with flag 181468775/17945799
760.62/757.83	c cleaning 189003 clauses out of 378029 with flag 183647548/18135801
771.13/768.30	c cleaning 189984 clauses out of 380024 with flag 185757033/18326799
782.12/779.31	c cleaning 191017 clauses out of 382040 with flag 187744069/18518799
792.74/789.94	c cleaning 192001 clauses out of 384023 with flag 189782360/18711799
803.12/800.21	c cleaning 192980 clauses out of 386023 with flag 191751635/18905800
815.25/812.31	c cleaning 194001 clauses out of 388042 with flag 193858400/19100799
826.55/823.66	c cleaning 195015 clauses out of 390041 with flag 195963553/19296799
836.98/834.11	c cleaning 195985 clauses out of 392026 with flag 198022850/19493799
849.39/846.42	c cleaning 197005 clauses out of 394041 with flag 200210056/19691799
860.47/857.49	c cleaning 198001 clauses out of 396036 with flag 202305226/19890799
871.87/868.83	c cleaning 199013 clauses out of 398035 with flag 204327157/20090799
882.99/880.00	c cleaning 199989 clauses out of 400023 with flag 206393363/20291800
893.89/890.88	c cleaning 200989 clauses out of 402034 with flag 208584305/20493800
906.09/903.03	c cleaning 202000 clauses out of 404044 with flag 210732528/20696799
918.80/915.70	c cleaning 202998 clauses out of 406044 with flag 212900936/20900799
930.22/927.04	c cleaning 204018 clauses out of 408049 with flag 215057440/21105802
942.24/939.11	c cleaning 205008 clauses out of 410028 with flag 217198312/21311799
954.03/950.82	c cleaning 206004 clauses out of 412020 with flag 219447035/21518799
965.85/962.60	c cleaning 206996 clauses out of 414018 with flag 221750645/21726801
977.75/974.59	c cleaning 208003 clauses out of 416021 with flag 224139639/21935800
990.17/986.86	c cleaning 208980 clauses out of 418017 with flag 226209728/22145799
1003.09/999.79	c cleaning 210010 clauses out of 420038 with flag 228474479/22356800
1015.51/1012.14	c cleaning 210975 clauses out of 422027 with flag 230905870/22568799
1027.90/1024.54	c cleaning 212007 clauses out of 424052 with flag 233230808/22781799
1040.21/1036.85	c cleaning 213017 clauses out of 426045 with flag 235680244/22995799
1052.92/1049.54	c cleaning 213987 clauses out of 428029 with flag 238089563/23210800
1065.22/1061.74	c cleaning 214994 clauses out of 430041 with flag 240408653/23426799
1078.99/1075.51	c cleaning 215981 clauses out of 432048 with flag 242896350/23643800
1091.72/1088.23	c cleaning 217020 clauses out of 434066 with flag 245316232/23861799
1103.86/1100.38	c cleaning 218017 clauses out of 436046 with flag 247761431/24080799
1116.38/1112.75	c cleaning 218990 clauses out of 438031 with flag 250089841/24300801
1129.38/1125.72	c cleaning 219995 clauses out of 440043 with flag 252511297/24521803
1141.36/1137.79	c cleaning 221007 clauses out of 442044 with flag 254917325/24743799
1153.69/1150.05	c cleaning 222002 clauses out of 444037 with flag 257321349/24966799
1166.21/1162.44	c cleaning 222983 clauses out of 446035 with flag 259653808/25190799
1178.96/1175.14	c cleaning 223993 clauses out of 448053 with flag 261992829/25415800
1191.35/1187.58	c cleaning 225020 clauses out of 450060 with flag 264509082/25641800
1203.58/1199.70	c cleaning 225998 clauses out of 452039 with flag 266987671/25868799
1217.02/1213.02	c cleaning 227010 clauses out of 454042 with flag 269462393/26096800
1229.41/1225.48	c cleaning 227981 clauses out of 456031 with flag 271906554/26325799
1242.09/1238.15	c cleaning 228997 clauses out of 458050 with flag 274352743/26555799
1255.05/1251.13	c cleaning 230019 clauses out of 460054 with flag 276937347/26786800
1268.32/1264.41	c cleaning 231017 clauses out of 462034 with flag 279380156/27018799
1281.43/1277.51	c cleaning 231982 clauses out of 464017 with flag 281914818/27251799
1294.66/1290.76	c cleaning 233006 clauses out of 466035 with flag 284412608/27485799
1308.46/1304.46	c cleaning 234006 clauses out of 468030 with flag 286878363/27720800
1322.20/1318.18	c cleaning 234998 clauses out of 470026 with flag 289403703/27956802
1336.29/1332.23	c cleaning 236004 clauses out of 472025 with flag 292056967/28193799
1349.90/1345.86	c cleaning 237009 clauses out of 474021 with flag 294566689/28431799
1364.22/1360.09	c cleaning 237989 clauses out of 476014 with flag 297120177/28670801
1378.12/1373.90	c cleaning 238996 clauses out of 478025 with flag 299778280/28910801
1392.53/1388.36	c cleaning 240004 clauses out of 480027 with flag 302364311/29151799
1406.95/1402.66	c cleaning 240984 clauses out of 482023 with flag 305074823/29393799
1421.78/1417.41	c cleaning 242009 clauses out of 484039 with flag 307778611/29636799
1435.99/1431.62	c cleaning 243006 clauses out of 486030 with flag 310434674/29880799
1450.43/1446.07	c cleaning 243977 clauses out of 488024 with flag 313172574/30125799
1466.05/1461.53	c cleaning 244997 clauses out of 490047 with flag 315860683/30371799
1481.55/1477.06	c cleaning 246019 clauses out of 492052 with flag 318540590/30618801
1496.75/1492.25	c cleaning 247013 clauses out of 494032 with flag 321319758/30866800
1512.27/1507.68	c cleaning 247976 clauses out of 496020 with flag 324065842/31115801
1527.75/1523.08	c cleaning 248989 clauses out of 498044 with flag 326868665/31365801
1544.25/1539.50	c cleaning 250019 clauses out of 500053 with flag 329665277/31616799
1559.91/1555.03	c cleaning 250989 clauses out of 502034 with flag 332450702/31868799
1576.34/1571.43	c cleaning 251982 clauses out of 504046 with flag 335150491/32121800
1592.97/1588.07	c cleaning 252998 clauses out of 506065 with flag 338033979/32375801
1608.28/1603.37	c cleaning 254013 clauses out of 508065 with flag 340900140/32630799
1624.38/1619.34	c cleaning 255009 clauses out of 510052 with flag 343763700/32886799
1640.71/1635.66	c cleaning 255985 clauses out of 512045 with flag 346609316/33143801
1657.14/1652.04	c cleaning 257026 clauses out of 514062 with flag 349381976/33401803
1673.74/1668.62	c cleaning 258002 clauses out of 516032 with flag 352226180/33660799
1690.71/1685.43	c cleaning 259002 clauses out of 518030 with flag 355215055/33920799
1708.36/1703.10	c cleaning 259991 clauses out of 520028 with flag 358076959/34181799
1725.04/1719.78	c cleaning 261001 clauses out of 522037 with flag 360936164/34443799
1741.66/1736.33	c cleaning 262007 clauses out of 524036 with flag 363926484/34706799
1759.03/1753.57	c cleaning 263011 clauses out of 526030 with flag 366875590/34970800
1776.11/1770.65	c cleaning 263999 clauses out of 528018 with flag 369779348/35235799
1793.64/1788.18	c cleaning 264992 clauses out of 530019 with flag 372766505/35501799
1812.53/1807.04	c cleaning 265984 clauses out of 532027 with flag 375694968/35768799
1830.11/1824.69	c cleaning 267015 clauses out of 534044 with flag 378682855/36036800
1847.93/1842.47	c cleaning 267998 clauses out of 536028 with flag 381758838/36305799
1865.75/1860.13	c cleaning 268995 clauses out of 538030 with flag 384634544/36575799
1884.12/1878.54	c cleaning 270012 clauses out of 540035 with flag 387614300/36846799
1902.39/1896.82	c cleaning 271007 clauses out of 542024 with flag 390707096/37118800
1921.07/1915.58	c cleaning 271996 clauses out of 544016 with flag 393714009/37391799
1939.59/1934.05	c cleaning 272971 clauses out of 546020 with flag 396669140/37665799
1957.78/1952.27	c cleaning 274022 clauses out of 548050 with flag 399746672/37940800
1977.33/1971.63	c cleaning 275005 clauses out of 550028 with flag 402821965/38216800
1997.33/1991.63	c cleaning 276003 clauses out of 552022 with flag 405845929/38493799
2017.10/2011.48	c cleaning 276985 clauses out of 554020 with flag 408982649/38771800
2037.47/2031.84	c cleaning 277998 clauses out of 556034 with flag 412195703/39050799
2056.88/2051.26	c cleaning 279002 clauses out of 558036 with flag 415278120/39330799
2076.55/2070.78	c cleaning 279986 clauses out of 560034 with flag 418435771/39611799
2096.54/2090.77	c cleaning 281001 clauses out of 562048 with flag 421553441/39893799
2116.02/2110.20	c cleaning 282022 clauses out of 564047 with flag 424774522/40176799
2135.97/2130.29	c cleaning 282985 clauses out of 566025 with flag 427940924/40460799
2157.81/2152.04	c cleaning 284010 clauses out of 568040 with flag 431136203/40745799
2178.54/2172.68	c cleaning 284992 clauses out of 570030 with flag 434300135/41031799
2199.56/2193.68	c cleaning 286004 clauses out of 572041 with flag 437521098/41318802
2220.59/2214.60	c cleaning 286984 clauses out of 574034 with flag 440742935/41606799
2240.85/2234.73	c cleaning 288025 clauses out of 576051 with flag 443924478/41895800
2260.38/2254.23	c cleaning 288987 clauses out of 578025 with flag 447125336/42185799
2280.95/2274.83	c cleaning 290007 clauses out of 580038 with flag 450330181/42476799
2301.97/2295.82	c cleaning 290993 clauses out of 582031 with flag 453625863/42768799
2324.34/2318.01	c cleaning 292014 clauses out of 584039 with flag 456883187/43061800
2346.28/2339.96	c cleaning 292993 clauses out of 586024 with flag 460236796/43355799
2367.57/2361.24	c cleaning 294010 clauses out of 588033 with flag 463624726/43650801
2389.26/2382.95	c cleaning 295004 clauses out of 590022 with flag 466880852/43946800
2411.52/2405.06	c cleaning 296006 clauses out of 592017 with flag 470274237/44243799
2432.72/2426.29	c cleaning 296989 clauses out of 594011 with flag 473603382/44541799
2455.51/2449.05	c cleaning 297995 clauses out of 596025 with flag 476922748/44840802
2478.95/2472.57	c cleaning 299006 clauses out of 598027 with flag 480273200/45140799
2502.23/2495.80	c cleaning 300000 clauses out of 600021 with flag 483657821/45441799
2525.83/2519.48	c cleaning 300991 clauses out of 602021 with flag 487004997/45743799
2548.95/2542.46	c cleaning 302007 clauses out of 604034 with flag 490408100/46046803
2573.62/2567.12	c cleaning 303007 clauses out of 606023 with flag 493779082/46350799
2597.38/2591.00	c cleaning 303981 clauses out of 608017 with flag 497166976/46655800
2620.84/2614.49	c cleaning 305017 clauses out of 610038 with flag 500717922/46961802
2645.10/2638.72	c cleaning 305990 clauses out of 612018 with flag 504189794/47268799
2668.02/2661.65	c cleaning 306998 clauses out of 614028 with flag 507651744/47576799
2691.27/2684.98	c cleaning 308009 clauses out of 616032 with flag 511107571/47885801
2714.24/2707.72	c cleaning 308998 clauses out of 618021 with flag 514553973/48195799
2738.01/2731.58	c cleaning 310001 clauses out of 620023 with flag 518095586/48506799
2763.17/2756.78	c cleaning 311008 clauses out of 622022 with flag 521573795/48818799
2788.44/2782.07	c cleaning 311979 clauses out of 624014 with flag 525138661/49131799
2813.17/2806.82	c cleaning 313005 clauses out of 626036 with flag 528838936/49445800
2838.34/2832.03	c cleaning 314007 clauses out of 628030 with flag 532358842/49760799
2863.98/2857.78	c cleaning 315007 clauses out of 630024 with flag 536036953/50076800
2888.85/2882.60	c cleaning 315997 clauses out of 632016 with flag 539555359/50393799
2915.27/2909.07	c cleaning 317001 clauses out of 634019 with flag 543097417/50711799
2940.83/2934.47	c cleaning 317998 clauses out of 636018 with flag 546671459/51030799
2967.53/2961.16	c cleaning 318998 clauses out of 638020 with flag 550259466/51350799
2993.01/2986.60	c cleaning 319985 clauses out of 640023 with flag 553934214/51671800
3019.50/3012.99	c cleaning 321001 clauses out of 642037 with flag 557568013/51993799
3045.68/3039.16	c cleaning 322005 clauses out of 644042 with flag 561151530/52316805
3072.34/3065.88	c cleaning 323009 clauses out of 646031 with flag 564842252/52640799
3100.34/3093.66	c cleaning 323985 clauses out of 648022 with flag 568507478/52965799
3128.66/3121.96	c cleaning 325008 clauses out of 650039 with flag 572279290/53291801
3156.09/3149.30	c cleaning 326013 clauses out of 652031 with flag 576006877/53618801
3183.51/3176.66	c cleaning 327007 clauses out of 654018 with flag 579740268/53946801
3211.12/3204.26	c cleaning 327997 clauses out of 656011 with flag 583445917/54275801
3239.02/3232.18	c cleaning 329000 clauses out of 658012 with flag 587169860/54605799
3267.11/3260.02	c cleaning 329996 clauses out of 660013 with flag 590908637/54936800
3294.33/3287.26	c cleaning 330975 clauses out of 662016 with flag 594710077/55268799
3323.52/3316.43	c cleaning 332015 clauses out of 664041 with flag 598459770/55601799
3353.04/3345.79	c cleaning 332999 clauses out of 666026 with flag 602195115/55935799
3383.48/3376.13	c cleaning 334001 clauses out of 668027 with flag 605939368/56270799
3412.48/3405.15	c cleaning 334992 clauses out of 670026 with flag 609820561/56606799
3441.77/3434.20	c cleaning 336006 clauses out of 672034 with flag 613575372/56943799
3469.90/3462.32	c cleaning 336999 clauses out of 674029 with flag 617427626/57281800
3501.85/3494.34	c cleaning 338006 clauses out of 676031 with flag 621233431/57620801
3534.25/3526.75	c cleaning 338992 clauses out of 678023 with flag 625003609/57960799
3564.72/3557.07	c cleaning 339990 clauses out of 680031 with flag 628871109/58301799
3597.68/3590.09	c cleaning 341006 clauses out of 682043 with flag 632778570/58643801
3600.06/3592.40	c starts		: 228472
3600.06/3592.41	c conflicts		: 58687288
3600.06/3592.41	c decisions		: 245979219
3600.06/3592.41	c propagations		: 1471435072
3600.06/3592.41	c inspects		: 85555137152
3600.06/3592.41	c shortcuts		: 0
3600.06/3592.41	c learnt literals	: 0
3600.06/3592.41	c learnt binary clauses	: 0
3600.06/3592.41	c learnt ternary clauses	: 1600
3600.06/3592.41	c learnt constraints	: 58687288
3600.06/3592.41	c ignored constraints	: 0
3600.06/3592.41	c root simplifications	: 0
3600.06/3592.41	c removed literals (reason simplification)	: 409762898
3600.06/3592.41	c reason swapping (by a shorter reason)	: 0
3600.06/3592.41	c Calls to reduceDB	: 338
3600.06/3592.41	c Number of update (reduction) of LBD	: 43847908
3600.06/3592.41	c Imported unit clauses	: 0
3600.06/3592.41	c No decision after first conflict	: false
3600.06/3592.41	c number of reductions to clauses (during analyze)	: 0
3600.06/3592.41	c number of learned constraints concerned by reduction	: 0
3600.06/3592.41	c number of learning phase by resolution	: 0
3600.06/3592.41	c number of learning phase by cutting planes	: 0
3600.06/3592.41	c number of rounding to 1 operations	: 0
3600.06/3592.41	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3592.41	c number of reductions of the coefficients by power 2 	: 0
3600.06/3592.41	c number of right shift for reduction by power 2 	: 0
3600.06/3592.41	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3592.41	c number of ending skipping 	: 0
3600.06/3592.41	c number of internal skipping 	: 0
3600.06/3592.41	c number of derivation steps 	: 0
3600.06/3592.41	c number of skipped derivation steps 	: 0
3600.06/3592.41	c number of remaining unassigned 	: 0
3600.06/3592.41	c number of remaining assigned 	: 0
3600.06/3592.41	c number of falsified literals weakened from reason	: 0
3600.06/3592.41	c number of falsified literals weakened from conflict	: 0
3600.06/3592.41	c time for arithmetic operations	: 0
3600.06/3592.41	c minimum degree of deleted constraints	: null
3600.06/3592.41	c maximum degree of deleted constraints	: null
3600.06/3592.41	c number of deleted constraints	: 0
3600.06/3592.41	c speed (assignments/second)	: 409614.68408865546
3600.06/3592.41	c non guided choices	: 381
3600.06/3592.46	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 384524
3600.06/3592.46	s SATISFIABLE
3600.06/3592.46	c Found 1 solution(s)
3600.06/3592.46	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 
3600.06/3592.46	c objective function=7
3600.06/3592.46	c Total wall clock time (in seconds): 3592.354

Verifier Data

OK	7

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-4784833-1782398093/watcher-4784833-1782398093 -o /tmp/evaluation-result-4784833-1782398093/solver-4784833-1782398093 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4784833-1782398093/vars-4784833-1782398093 --bin-var /tmp/runsolver-exch-nodeE001-1782398089-2541401 --watchdog 3760 java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4784833-1782398093.opb 

running on 4 cores: 44-47

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 2,12-13,25-26,29-30,32-33,35-36,38,41-43,49-50,54,60-62
  3550 MHz: 0-1,3,39,51,53,55-59,63
  3600 MHz: 4-11,14-24,27-28,31,34,37,40,44-48,52
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 44-47

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (108316 MiB free)
  node 1: cores 8-15, 129019 MiB (105028 MiB free)
  node 2: cores 16-23, 129019 MiB (110194 MiB free)
  node 3: cores 24-31, 129003 MiB (110011 MiB free)
  node 4: cores 32-39, 129019 MiB (111864 MiB free)
  node 5: cores 40-47, 129019 MiB (113060 MiB free)
  node 6: cores 48-55, 129019 MiB (112048 MiB free)
  node 7: cores 56-63, 128429 MiB (112002 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=2542259, runsolver pid=2542248
Current StackSize limit: 8192 KiB


[startup+0.100056 s]*
/proc/loadavg: 4.69 3.24 7.82 29/1207 2542369
/proc/meminfo: memFree=903561524/1055320720 swapFree=33554428/33554428
[pid=2542259] ppid=2542248 vsize=34900044 memory=56900 CPUtime=0.13 cores=44-47
/proc/2542259/stat : 2542259 (java) S 2542248 2542259 2533471 0 -1 4194304 7627 0 0 0 12 1 0 0 20 0 19 0 173097448 35737645056 13711 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 0 0 16800975 0 0 0 17 45 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
/proc/2542259/statm: 8725011 14225 6143 1 0 32956 0
[pid=2542259/tid=2542277] ppid=2542248 vsize=34900044 memory=5979075893 CPUtime=0.06 cores=44-47
/proc/2542259/task/2542277/stat : 2542277 (java) R 2542248 2542259 2533471 0 -1 4194368 3126 0 0 0 6 0 0 0 20 0 19 0 173097451 35737645056 13711 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 0 0 0 -1 44 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542333] ppid=2542248 vsize=34900044 memory=219999897498 CPUtime=0 cores=44-47
/proc/2542259/task/2542333/stat : 2542333 (Referen..andler) S 2542248 2542259 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 173097452 35737645056 13711 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542335] ppid=2542248 vsize=34900044 memory=17988 CPUtime=0 cores=44-47
/proc/2542259/task/2542335/stat : 2542335 (Finalizer) S 2542248 2542259 2533471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 173097452 35737645056 13711 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542341] ppid=2542248 vsize=34900044 memory=18341 CPUtime=0 cores=44-47
/proc/2542259/task/2542341/stat : 2542341 (Monitor..Thread) S 2542248 2542259 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 173097452 35737645056 13711 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542347] ppid=2542248 vsize=34900044 memory=18908 CPUtime=0 cores=44-47
/proc/2542259/task/2542347/stat : 2542347 (Notific..Thread) S 2542248 2542259 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 173097452 35737645056 13711 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542349] ppid=2542248 vsize=34900044 memory=63809 CPUtime=0 cores=44-47
/proc/2542259/task/2542349/stat : 2542349 (Common-Cleaner) S 2542248 2542259 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 173097452 35737645056 13711 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 56900 KiB

[startup+0.214607 s]*
/proc/loadavg: 4.69 3.24 7.82 23/1174 2542384
/proc/meminfo: memFree=903482812/1055320720 swapFree=33554428/33554428
[pid=2542259] ppid=2542248 vsize=35099736 memory=89680 CPUtime=0.51 cores=44-47
/proc/2542259/stat : 2542259 (java) S 2542248 2542259 2533471 0 -1 4194304 11691 0 0 0 49 2 0 0 20 0 22 0 173097448 35942129664 21990 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 0 0 16800975 0 0 0 17 45 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
/proc/2542259/statm: 8774934 22420 6246 1 0 42575 0
[pid=2542259/tid=2542277] ppid=2542248 vsize=35099736 memory=7957700018829550391 CPUtime=0.17 cores=44-47
/proc/2542259/task/2542277/stat : 2542277 (java) R 2542248 2542259 2533471 0 -1 4194368 3300 0 0 0 17 0 0 0 20 0 22 0 173097451 35942129664 21990 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 0 0 0 -1 46 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542333] ppid=2542248 vsize=35099736 memory=2262 CPUtime=0 cores=44-47
/proc/2542259/task/2542333/stat : 2542333 (Referen..andler) S 2542248 2542259 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 173097452 35942129664 21990 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542335] ppid=2542248 vsize=35099736 memory=52987850654189 CPUtime=0 cores=44-47
/proc/2542259/task/2542335/stat : 2542335 (Finalizer) S 2542248 2542259 2533471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 173097452 35942129664 21990 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542341] ppid=2542248 vsize=35099736 memory=60688743793250 CPUtime=0 cores=44-47
/proc/2542259/task/2542341/stat : 2542341 (Monitor..Thread) S 2542248 2542259 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 173097452 35942129664 21990 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542347] ppid=2542248 vsize=35099736 memory=55191219208997 CPUtime=0 cores=44-47
/proc/2542259/task/2542347/stat : 2542347 (Notific..Thread) S 2542248 2542259 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 173097452 35942129664 21990 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542349] ppid=2542248 vsize=35099736 memory=13845257397732615 CPUtime=0 cores=44-47
/proc/2542259/task/2542349/stat : 2542349 (Common-Cleaner) S 2542248 2542259 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 173097452 35942129664 21990 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542384] ppid=2542248 vsize=35099736 memory=3834877961868450860 CPUtime=0 cores=44-47
/proc/2542259/task/2542384/stat : 2542384 (Timer-0) S 2542248 2542259 2533471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 173097465 35942129664 21990 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 89680 KiB

[startup+0.315481 s]*
/proc/loadavg: 4.69 3.24 7.82 22/1151 2542400
/proc/meminfo: memFree=903485360/1055320720 swapFree=33554428/33554428
[pid=2542259] ppid=2542248 vsize=35099736 memory=95960 CPUtime=0.81 cores=44-47
/proc/2542259/stat : 2542259 (java) S 2542248 2542259 2533471 0 -1 4194304 12805 0 0 0 79 2 0 0 20 0 22 0 173097448 35942129664 23716 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 0 0 16800975 0 0 0 17 45 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
/proc/2542259/statm: 8774934 23990 6246 1 0 44379 0
[pid=2542259/tid=2542277] ppid=2542248 vsize=35099736 memory=8389771804677338421 CPUtime=0.27 cores=44-47
/proc/2542259/task/2542277/stat : 2542277 (java) R 2542248 2542259 2533471 0 -1 4194368 3303 0 0 0 27 0 0 0 20 0 22 0 173097451 35942129664 23716 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 0 0 0 -1 46 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542333] ppid=2542248 vsize=35099736 memory=7738028800457572727 CPUtime=0 cores=44-47
/proc/2542259/task/2542333/stat : 2542333 (Referen..andler) S 2542248 2542259 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 173097452 35942129664 23716 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542335] ppid=2542248 vsize=35099736 memory=54087362299010 CPUtime=0 cores=44-47
/proc/2542259/task/2542335/stat : 2542335 (Finalizer) S 2542248 2542259 2533471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 173097452 35942129664 23716 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542341] ppid=2542248 vsize=35099736 memory=61788255438188 CPUtime=0 cores=44-47
/proc/2542259/task/2542341/stat : 2542341 (Monitor..Thread) S 2542248 2542259 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 173097452 35942129664 23716 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542347] ppid=2542248 vsize=35099736 memory=56290730854114 CPUtime=0 cores=44-47
/proc/2542259/task/2542347/stat : 2542347 (Notific..Thread) S 2542248 2542259 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 173097452 35942129664 23716 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542349] ppid=2542248 vsize=35099736 memory=14971157304636514 CPUtime=0 cores=44-47
/proc/2542259/task/2542349/stat : 2542349 (Common-Cleaner) S 2542248 2542259 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 173097452 35942129664 23716 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542384] ppid=2542248 vsize=35099736 memory=4050481201254013997 CPUtime=0 cores=44-47
/proc/2542259/task/2542384/stat : 2542384 (Timer-0) S 2542248 2542259 2533471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 173097465 35942129664 23716 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
Current children cumulated CPU time: 0.81 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 95960 KiB

[startup+0.700214 s]
/proc/loadavg: 4.69 3.24 7.82 17/1146 2542411
/proc/meminfo: memFree=903346444/1055320720 swapFree=33554428/33554428
[pid=2542259] ppid=2542248 vsize=35099736 memory=102756 CPUtime=1.61 cores=44-47
/proc/2542259/stat : 2542259 (java) S 2542248 2542259 2533471 0 -1 4194304 12941 0 0 0 159 2 0 0 20 0 22 0 173097448 35942129664 25429 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 0 0 16800975 0 0 0 17 45 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
/proc/2542259/statm: 8774934 25689 6278 1 0 49138 0
[pid=2542259/tid=2542277] ppid=2542248 vsize=35099736 memory=4224 CPUtime=0.64 cores=44-47
/proc/2542259/task/2542277/stat : 2542277 (java) R 2542248 2542259 2533471 0 -1 4194368 3317 0 0 0 64 0 0 0 20 0 22 0 173097451 35942129664 25429 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 0 0 0 -1 46 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542333] ppid=2542248 vsize=35099736 memory=4268 CPUtime=0 cores=44-47
/proc/2542259/task/2542333/stat : 2542333 (Referen..andler) S 2542248 2542259 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 173097452 35942129664 25429 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542335] ppid=2542248 vsize=35099736 memory=4828 CPUtime=0 cores=44-47
/proc/2542259/task/2542335/stat : 2542335 (Finalizer) S 2542248 2542259 2533471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 173097452 35942129664 25429 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542341] ppid=2542248 vsize=35099736 memory=0 CPUtime=0 cores=44-47
/proc/2542259/task/2542341/stat : 2542341 (Monitor..Thread) S 2542248 2542259 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 173097452 35942129664 25429 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 44 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542347] ppid=2542248 vsize=35099736 memory=0 CPUtime=0 cores=44-47
/proc/2542259/task/2542347/stat : 2542347 (Notific..Thread) S 2542248 2542259 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 173097452 35942129664 25429 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542349] ppid=2542248 vsize=35099736 memory=3884 CPUtime=0 cores=44-47
/proc/2542259/task/2542349/stat : 2542349 (Common-Cleaner) S 2542248 2542259 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 173097452 35942129664 25429 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542384] ppid=2542248 vsize=35099736 memory=65 CPUtime=0 cores=44-47
/proc/2542259/task/2542384/stat : 2542384 (Timer-0) S 2542248 2542259 2533471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 173097465 35942129664 25429 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
Current children cumulated CPU time: 1.61 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 102756 KiB

[startup+1.50017 s]
/proc/loadavg: 4.69 3.24 7.82 14/1125 2542421
/proc/meminfo: memFree=903168116/1055320720 swapFree=33554428/33554428
[pid=2542259] ppid=2542248 vsize=35099736 memory=117168 CPUtime=2.41 cores=44-47
/proc/2542259/stat : 2542259 (java) S 2542248 2542259 2533471 0 -1 4194304 13668 0 0 0 239 2 0 0 20 0 21 0 173097448 35942129664 29065 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 0 0 16800975 0 0 0 17 45 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
/proc/2542259/statm: 8774934 29292 6278 1 0 53322 0
[pid=2542259/tid=2542277] ppid=2542248 vsize=35099736 memory=4224 CPUtime=1.43 cores=44-47
/proc/2542259/task/2542277/stat : 2542277 (java) R 2542248 2542259 2533471 0 -1 4194368 3844 0 0 0 143 0 0 0 20 0 21 0 173097451 35942129664 29065 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 0 0 0 -1 46 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542333] ppid=2542248 vsize=35099736 memory=4828 CPUtime=0 cores=44-47
/proc/2542259/task/2542333/stat : 2542333 (Referen..andler) S 2542248 2542259 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 173097452 35942129664 29065 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 44 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542335] ppid=2542248 vsize=35099736 memory=65 CPUtime=0 cores=44-47
/proc/2542259/task/2542335/stat : 2542335 (Finalizer) S 2542248 2542259 2533471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 173097452 35942129664 29065 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542341] ppid=2542248 vsize=35099736 memory=3884 CPUtime=0 cores=44-47
/proc/2542259/task/2542341/stat : 2542341 (Monitor..Thread) S 2542248 2542259 2533471 0 -1 4194368 7 0 0 0 0 0 0 0 20 0 21 0 173097452 35942129664 29065 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 44 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542347] ppid=2542248 vsize=35099736 memory=4268 CPUtime=0 cores=44-47
/proc/2542259/task/2542347/stat : 2542347 (Notific..Thread) S 2542248 2542259 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 173097452 35942129664 29065 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542349] ppid=2542248 vsize=35099736 memory=0 CPUtime=0 cores=44-47
/proc/2542259/task/2542349/stat : 2542349 (Common-Cleaner) S 2542248 2542259 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 173097452 35942129664 29065 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542384] ppid=2542248 vsize=35099736 memory=25333125866717268 CPUtime=0 cores=44-47
/proc/2542259/task/2542384/stat : 2542384 (Timer-0) S 2542248 2542259 2533471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 173097465 35942129664 29065 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
Current children cumulated CPU time: 2.41 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 117168 KiB

[startup+3.1133 s]
/proc/loadavg: 6.00 3.53 7.89 21/1198 2542624
/proc/meminfo: memFree=901927424/1055320720 swapFree=33554428/33554428
[pid=2542259] ppid=2542248 vsize=35099736 memory=133636 CPUtime=4.06 cores=44-47
/proc/2542259/stat : 2542259 (java) S 2542248 2542259 2533471 0 -1 4194304 15693 0 0 0 404 2 0 0 20 0 21 0 173097448 35942129664 33161 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 0 0 16800975 0 0 0 17 45 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
/proc/2542259/statm: 8774934 33409 6278 1 0 53327 0
[pid=2542259/tid=2542277] ppid=2542248 vsize=35099736 memory=0 CPUtime=3.03 cores=44-47
/proc/2542259/task/2542277/stat : 2542277 (java) R 2542248 2542259 2533471 0 -1 4194368 3889 0 0 0 303 0 0 0 20 0 21 0 173097451 35942129664 33161 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 0 0 0 -1 46 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542333] ppid=2542248 vsize=35099736 memory=4828 CPUtime=0 cores=44-47
/proc/2542259/task/2542333/stat : 2542333 (Referen..andler) S 2542248 2542259 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 173097452 35942129664 33161 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 44 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542335] ppid=2542248 vsize=35099736 memory=280841066621072 CPUtime=0 cores=44-47
/proc/2542259/task/2542335/stat : 2542335 (Finalizer) S 2542248 2542259 2533471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 173097452 35942129664 33161 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542341] ppid=2542248 vsize=35099736 memory=3884 CPUtime=0 cores=44-47
/proc/2542259/task/2542341/stat : 2542341 (Monitor..Thread) S 2542248 2542259 2533471 0 -1 4194368 7 0 0 0 0 0 0 0 20 0 21 0 173097452 35942129664 33161 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 44 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542347] ppid=2542248 vsize=35099736 memory=127484 CPUtime=0 cores=44-47
/proc/2542259/task/2542347/stat : 2542347 (Notific..Thread) S 2542248 2542259 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 173097452 35942129664 33161 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542349] ppid=2542248 vsize=35099736 memory=0 CPUtime=0 cores=44-47
/proc/2542259/task/2542349/stat : 2542349 (Common-Cleaner) S 2542248 2542259 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 173097452 35942129664 33161 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542384] ppid=2542248 vsize=35099736 memory=280841066427328 CPUtime=0 cores=44-47
/proc/2542259/task/2542384/stat : 2542384 (Timer-0) S 2542248 2542259 2533471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 173097465 35942129664 33161 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
Current children cumulated CPU time: 4.06 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 133636 KiB

[startup+6.30015 s]

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

/proc/meminfo: memFree=842981412/1055320720 swapFree=33554428/33554428
[pid=2542259] ppid=2542248 vsize=35166300 memory=490312 CPUtime=3349.65 cores=44-47
/proc/2542259/stat : 2542259 (java) S 2542248 2542259 2533471 0 -1 4194304 65563 0 0 0 334904 61 0 0 20 0 23 0 173097448 36010291200 122412 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 0 0 16800975 0 0 0 17 45 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
/proc/2542259/statm: 8791575 122578 6282 1 0 137466 0
[pid=2542259/tid=2542277] ppid=2542248 vsize=35166300 memory=4828 CPUtime=3327.11 cores=44-47
/proc/2542259/task/2542277/stat : 2542277 (java) R 2542248 2542259 2533471 0 -1 4194368 17106 0 0 0 332709 2 0 0 20 0 23 0 173097451 36010291200 122412 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 0 0 0 -1 44 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542333] ppid=2542248 vsize=35166300 memory=490216 CPUtime=0 cores=44-47
/proc/2542259/task/2542333/stat : 2542333 (Referen..andler) S 2542248 2542259 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 173097452 36010291200 122412 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 44 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542335] ppid=2542248 vsize=35166300 memory=490216 CPUtime=0 cores=44-47
/proc/2542259/task/2542335/stat : 2542335 (Finalizer) S 2542248 2542259 2533471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 173097452 36010291200 122412 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542341] ppid=2542248 vsize=35166300 memory=490216 CPUtime=0.1 cores=44-47
/proc/2542259/task/2542341/stat : 2542341 (Monitor..Thread) S 2542248 2542259 2533471 0 -1 4194368 49 0 0 0 5 5 0 0 20 0 23 0 173097452 36010291200 122412 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542347] ppid=2542248 vsize=35166300 memory=5896 CPUtime=0 cores=44-47
/proc/2542259/task/2542347/stat : 2542347 (Notific..Thread) S 2542248 2542259 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 173097452 36010291200 122412 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542349] ppid=2542248 vsize=35166300 memory=490312 CPUtime=0 cores=44-47
/proc/2542259/task/2542349/stat : 2542349 (Common-Cleaner) S 2542248 2542259 2533471 0 -1 4194368 263 0 0 0 0 0 0 0 20 0 23 0 173097452 36010291200 122412 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542384] ppid=2542248 vsize=35166300 memory=11924 CPUtime=0 cores=44-47
/proc/2542259/task/2542384/stat : 2542384 (Timer-0) S 2542248 2542259 2533471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 173097465 36010291200 122412 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
Current children cumulated CPU time: 3349.65 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 490312 KiB

[startup+3402.3 s]
/proc/loadavg: 16.18 16.71 16.40 17/1221 2543112
/proc/meminfo: memFree=843259736/1055320720 swapFree=33554428/33554428
[pid=2542259] ppid=2542248 vsize=35166300 memory=506792 CPUtime=3409.67 cores=44-47
/proc/2542259/stat : 2542259 (java) S 2542248 2542259 2533471 0 -1 4194304 65663 0 0 0 340906 61 0 0 20 0 23 0 173097448 36010291200 126556 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 0 0 16800975 0 0 0 17 45 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
/proc/2542259/statm: 8791575 126698 6282 1 0 141650 0
[pid=2542259/tid=2542277] ppid=2542248 vsize=35166300 memory=4828 CPUtime=3386.86 cores=44-47
/proc/2542259/task/2542277/stat : 2542277 (java) R 2542248 2542259 2533471 0 -1 4194368 17106 0 0 0 338684 2 0 0 20 0 23 0 173097451 36010291200 126556 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 0 0 0 -1 45 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542333] ppid=2542248 vsize=35166300 memory=490216 CPUtime=0 cores=44-47
/proc/2542259/task/2542333/stat : 2542333 (Referen..andler) S 2542248 2542259 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 173097452 36010291200 126556 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 44 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542335] ppid=2542248 vsize=35166300 memory=47036 CPUtime=0 cores=44-47
/proc/2542259/task/2542335/stat : 2542335 (Finalizer) S 2542248 2542259 2533471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 173097452 36010291200 126556 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542341] ppid=2542248 vsize=35166300 memory=182224 CPUtime=0.1 cores=44-47
/proc/2542259/task/2542341/stat : 2542341 (Monitor..Thread) S 2542248 2542259 2533471 0 -1 4194368 49 0 0 0 5 5 0 0 20 0 23 0 173097452 36010291200 126556 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542347] ppid=2542248 vsize=35166300 memory=15556 CPUtime=0 cores=44-47
/proc/2542259/task/2542347/stat : 2542347 (Notific..Thread) S 2542248 2542259 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 173097452 36010291200 126556 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542349] ppid=2542248 vsize=35166300 memory=15556 CPUtime=0 cores=44-47
/proc/2542259/task/2542349/stat : 2542349 (Common-Cleaner) S 2542248 2542259 2533471 0 -1 4194368 263 0 0 0 0 0 0 0 20 0 23 0 173097452 36010291200 126556 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542384] ppid=2542248 vsize=35166300 memory=506792 CPUtime=0 cores=44-47
/proc/2542259/task/2542384/stat : 2542384 (Timer-0) S 2542248 2542259 2533471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 173097465 36010291200 126556 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
Current children cumulated CPU time: 3409.67 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 506792 KiB

[startup+3462.3 s]
/proc/loadavg: 17.30 16.88 16.47 17/1199 2543134
/proc/meminfo: memFree=854551908/1055320720 swapFree=33554428/33554428
[pid=2542259] ppid=2542248 vsize=35166300 memory=540168 CPUtime=3469.9 cores=44-47
/proc/2542259/stat : 2542259 (java) S 2542248 2542259 2533471 0 -1 4194304 65966 0 0 0 346928 62 0 0 20 0 23 0 173097448 36010291200 134900 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 0 0 16800975 0 0 0 17 45 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
/proc/2542259/statm: 8791575 135042 6282 1 0 150018 0
[pid=2542259/tid=2542277] ppid=2542248 vsize=35166300 memory=4828 CPUtime=3446.56 cores=44-47
/proc/2542259/task/2542277/stat : 2542277 (java) R 2542248 2542259 2533471 0 -1 4194368 17168 0 0 0 344654 2 0 0 20 0 23 0 173097451 36010291200 134900 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 0 0 0 -1 44 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542333] ppid=2542248 vsize=35166300 memory=490216 CPUtime=0 cores=44-47
/proc/2542259/task/2542333/stat : 2542333 (Referen..andler) S 2542248 2542259 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 173097452 36010291200 134900 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 44 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542335] ppid=2542248 vsize=35166300 memory=47036 CPUtime=0 cores=44-47
/proc/2542259/task/2542335/stat : 2542335 (Finalizer) S 2542248 2542259 2533471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 173097452 36010291200 134900 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542341] ppid=2542248 vsize=35166300 memory=507208 CPUtime=0.11 cores=44-47
/proc/2542259/task/2542341/stat : 2542341 (Monitor..Thread) S 2542248 2542259 2533471 0 -1 4194368 49 0 0 0 6 5 0 0 20 0 23 0 173097452 36010291200 134900 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542347] ppid=2542248 vsize=35166300 memory=525804 CPUtime=0 cores=44-47
/proc/2542259/task/2542347/stat : 2542347 (Notific..Thread) S 2542248 2542259 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 173097452 36010291200 134900 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542349] ppid=2542248 vsize=35166300 memory=507208 CPUtime=0 cores=44-47
/proc/2542259/task/2542349/stat : 2542349 (Common-Cleaner) S 2542248 2542259 2533471 0 -1 4194368 263 0 0 0 0 0 0 0 20 0 23 0 173097452 36010291200 134900 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542384] ppid=2542248 vsize=35166300 memory=540168 CPUtime=0 cores=44-47
/proc/2542259/task/2542384/stat : 2542384 (Timer-0) S 2542248 2542259 2533471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 173097465 36010291200 134900 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
Current children cumulated CPU time: 3469.9 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 540168 KiB

[startup+3522.3 s]
/proc/loadavg: 18.51 17.30 16.64 17/1226 2543353
/proc/meminfo: memFree=858192100/1055320720 swapFree=33554428/33554428
[pid=2542259] ppid=2542248 vsize=35166300 memory=540168 CPUtime=3529.86 cores=44-47
/proc/2542259/stat : 2542259 (java) S 2542248 2542259 2533471 0 -1 4194304 65991 0 0 0 352923 63 0 0 20 0 23 0 173097448 36010291200 134900 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 0 0 16800975 0 0 0 17 45 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
/proc/2542259/statm: 8791575 135042 6282 1 0 150018 0
[pid=2542259/tid=2542277] ppid=2542248 vsize=35166300 memory=4828 CPUtime=3506.32 cores=44-47
/proc/2542259/task/2542277/stat : 2542277 (java) R 2542248 2542259 2533471 0 -1 4194368 17169 0 0 0 350630 2 0 0 20 0 23 0 173097451 36010291200 134900 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 0 0 0 -1 44 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542333] ppid=2542248 vsize=35166300 memory=15556 CPUtime=0 cores=44-47
/proc/2542259/task/2542333/stat : 2542333 (Referen..andler) S 2542248 2542259 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 173097452 36010291200 134900 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 44 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542335] ppid=2542248 vsize=35166300 memory=182224 CPUtime=0 cores=44-47
/proc/2542259/task/2542335/stat : 2542335 (Finalizer) S 2542248 2542259 2533471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 173097452 36010291200 134900 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542341] ppid=2542248 vsize=35166300 memory=3884 CPUtime=0.11 cores=44-47
/proc/2542259/task/2542341/stat : 2542341 (Monitor..Thread) S 2542248 2542259 2533471 0 -1 4194368 49 0 0 0 6 5 0 0 20 0 23 0 173097452 36010291200 134900 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542347] ppid=2542248 vsize=35166300 memory=11924 CPUtime=0 cores=44-47
/proc/2542259/task/2542347/stat : 2542347 (Notific..Thread) S 2542248 2542259 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 173097452 36010291200 134900 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542349] ppid=2542248 vsize=35166300 memory=48480 CPUtime=0 cores=44-47
/proc/2542259/task/2542349/stat : 2542349 (Common-Cleaner) S 2542248 2542259 2533471 0 -1 4194368 263 0 0 0 0 0 0 0 20 0 23 0 173097452 36010291200 134900 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542384] ppid=2542248 vsize=35166300 memory=540168 CPUtime=0 cores=44-47
/proc/2542259/task/2542384/stat : 2542384 (Timer-0) S 2542248 2542259 2533471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 173097465 36010291200 134900 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
Current children cumulated CPU time: 3529.86 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 540168 KiB

[startup+3582.3 s]
/proc/loadavg: 17.81 17.35 16.70 21/1230 2543904
/proc/meminfo: memFree=865658028/1055320720 swapFree=33554428/33554428
[pid=2542259] ppid=2542248 vsize=35166300 memory=557164 CPUtime=3589.98 cores=44-47
/proc/2542259/stat : 2542259 (java) S 2542248 2542259 2533471 0 -1 4194304 66792 0 0 0 358934 64 0 0 20 0 23 0 173097448 36010291200 139149 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 0 0 16800975 0 0 0 17 45 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
/proc/2542259/statm: 8791575 139291 6282 1 0 154202 0
[pid=2542259/tid=2542277] ppid=2542248 vsize=35166300 memory=4828 CPUtime=3566.05 cores=44-47
/proc/2542259/task/2542277/stat : 2542277 (java) R 2542248 2542259 2533471 0 -1 4194368 17341 0 0 0 356603 2 0 0 20 0 23 0 173097451 36010291200 139149 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 0 0 0 -1 44 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542333] ppid=2542248 vsize=35166300 memory=15556 CPUtime=0 cores=44-47
/proc/2542259/task/2542333/stat : 2542333 (Referen..andler) S 2542248 2542259 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 173097452 36010291200 139149 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 44 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542335] ppid=2542248 vsize=35166300 memory=540168 CPUtime=0 cores=44-47
/proc/2542259/task/2542335/stat : 2542335 (Finalizer) S 2542248 2542259 2533471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 173097452 36010291200 139149 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542341] ppid=2542248 vsize=35166300 memory=546908 CPUtime=0.11 cores=44-47
/proc/2542259/task/2542341/stat : 2542341 (Monitor..Thread) S 2542248 2542259 2533471 0 -1 4194368 55 0 0 0 6 5 0 0 20 0 23 0 173097452 36010291200 139149 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542347] ppid=2542248 vsize=35166300 memory=15556 CPUtime=0 cores=44-47
/proc/2542259/task/2542347/stat : 2542347 (Notific..Thread) S 2542248 2542259 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 173097452 36010291200 139149 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542349] ppid=2542248 vsize=35166300 memory=15556 CPUtime=0 cores=44-47
/proc/2542259/task/2542349/stat : 2542349 (Common-Cleaner) S 2542248 2542259 2533471 0 -1 4194368 263 0 0 0 0 0 0 0 20 0 23 0 173097452 36010291200 139149 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542384] ppid=2542248 vsize=35166300 memory=557164 CPUtime=0 cores=44-47
/proc/2542259/task/2542384/stat : 2542384 (Timer-0) S 2542248 2542259 2533471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 173097465 36010291200 139149 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
Current children cumulated CPU time: 3589.98 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 557164 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3592.4 s]
/proc/loadavg: 17.61 17.32 16.70 17/1231 2543906
/proc/meminfo: memFree=862376152/1055320720 swapFree=33554428/33554428
[pid=2542259] ppid=2542248 vsize=35166300 memory=557164 CPUtime=3600.06 cores=44-47
/proc/2542259/stat : 2542259 (java) S 2542248 2542259 2533471 0 -1 4194304 66962 0 0 0 359941 65 0 0 20 0 23 0 173097448 36010291200 139149 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 0 0 16800975 0 0 0 17 45 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
/proc/2542259/statm: 8791575 139291 6282 1 0 154202 0
[pid=2542259/tid=2542277] ppid=2542248 vsize=35166300 memory=24412 CPUtime=3576.12 cores=44-47
/proc/2542259/task/2542277/stat : 2542277 (java) R 2542248 2542259 2533471 0 -1 4194368 17509 0 0 0 357610 2 0 0 20 0 23 0 173097451 36010291200 139149 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 0 0 0 -1 44 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542333] ppid=2542248 vsize=35166300 memory=9500 CPUtime=0 cores=44-47
/proc/2542259/task/2542333/stat : 2542333 (Referen..andler) S 2542248 2542259 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 173097452 36010291200 139149 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 44 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542335] ppid=2542248 vsize=35166300 memory=-7668038596234667877 CPUtime=0 cores=44-47
/proc/2542259/task/2542335/stat : 2542335 (Finalizer) S 2542248 2542259 2533471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 173097452 36010291200 139149 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542341] ppid=2542248 vsize=35166300 memory=3504 CPUtime=0.11 cores=44-47
/proc/2542259/task/2542341/stat : 2542341 (Monitor..Thread) S 2542248 2542259 2533471 0 -1 4194368 55 0 0 0 6 5 0 0 20 0 23 0 173097452 36010291200 139149 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542347] ppid=2542248 vsize=35166300 memory=7196 CPUtime=0 cores=44-47
/proc/2542259/task/2542347/stat : 2542347 (Notific..Thread) S 2542248 2542259 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 173097452 36010291200 139149 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 47 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542349] ppid=2542248 vsize=35166300 memory=5632 CPUtime=0 cores=44-47
/proc/2542259/task/2542349/stat : 2542349 (Common-Cleaner) S 2542248 2542259 2533471 0 -1 4194368 263 0 0 0 0 0 0 0 20 0 23 0 173097452 36010291200 139149 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
[pid=2542259/tid=2542384] ppid=2542248 vsize=35166300 memory=5596 CPUtime=0 cores=44-47
/proc/2542259/task/2542384/stat : 2542384 (Timer-0) S 2542248 2542259 2533471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 173097465 36010291200 139149 18446744073709551615 94790791532544 94790791536240 140720589168032 0 0 0 4 0 16800975 1 0 0 -1 46 0 0 0 0 0 94790791544104 94790791544848 94790797164544 140720589170900 140720589171040 140720589171040 140720589176776 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 557164 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.57 s, system=0.661001 s

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

Child status: 143

Real time (s): 3592.48
CPU time (s): 3600.23
CPU user time (s): 3599.57
CPU system time (s): 0.661001
CPU usage (%): 100.216
Max. virtual memory (cumulated for all children) (KiB): 35166300
Max. memory (cumulated for all children) (KiB): 557164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.57
system time used= 0.661001
maximum resident set size= 557108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69682
page faults= 0
swaps= 0
block input operations= 0
block output operations= 13000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 90682
involuntary context switches= 3281


# summary of solver processes directly reported to runsolver:
#   pid: 2542259
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3599.57
#   total CPU system time (s): 0.661001

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.8023 second user time and 40.0279 second system time

The end

Launcher Data

Begin job on nodeE001 at 2026-06-25 16:34:53
IDJOB=4784833
IDBENCH=176104
IDSOLVER=3602
FILE ID=nodeE001/4784833-1782398093
RUNJOBID= nodeE001-1782398089-2541401
SLURM_JOB_ID= 12511017
Free space on /tmp= 800068 MiB

SOLVER NAME= Sat4j Resolution 2026-06-10
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=11-t=4.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4784833-1782398093/watcher-4784833-1782398093 -o /tmp/evaluation-result-4784833-1782398093/solver-4784833-1782398093 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4784833-1782398093/vars-4784833-1782398093 --bin-var /tmp/runsolver-exch-nodeE001-1782398089-2541401 --watchdog 3760  java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4784833-1782398093.opb

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

MD5SUM BENCH= 5acee7941f535a71e6307fa51b721d24
RANDOM SEED=911970848

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

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

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

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

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

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

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

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

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

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

processor	: 61
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 81
cpu cores	: 32
apicid		: 209
initial apicid	: 209
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.23
TLB size	: 192 4K pages
clflush size	: 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		: 3572.863
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.23
TLB size	: 192 4K pages
clflush size	: 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		: 3565.923
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.23
TLB size	: 192 4K pages
clflush 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:       1055320720 kB
MemFree:        903732552 kB
MemAvailable:   1041953364 kB
Buffers:            3352 kB
Cached:         142467028 kB
SwapCached:            0 kB
Active:          6541924 kB
Inactive:       140607688 kB
Active(anon):    5567124 kB
Inactive(anon):        0 kB
Active(file):     974800 kB
Inactive(file): 140607688 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             10736 kB
Writeback:           168 kB
AnonPages:       4683500 kB
Mapped:           223092 kB
Shmem:            887856 kB
KReclaimable:    1566004 kB
Slab:            2161528 kB
SReclaimable:    1566004 kB
SUnreclaim:       595524 kB
KernelStack:       18736 kB
PageTables:        17700 kB
SecPageTables:     15296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214788 kB
Committed_AS:    8825356 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      482436 kB
VmallocChunk:          0 kB
Percpu:           120320 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4020224 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:      444868 kB
DirectMap2M:    19800064 kB
DirectMap1G:    1053818880 kB

Free space on /tmp at the end= 800044 MiB
End job on nodeE001 at 2026-06-25 17:34:46