Trace number 4802446

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 NameAnswerCPU timeWall clock time
Sat4j Resolution 2026-06-10UNSAT 1031.14 1026.1

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
EC_ODD_GRIDS/normalized-ECgrid5x120split.opb
MD5SUM71fa1afe6ec5716be864bdb24fc2dd76
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.0243
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1201
Total number of constraints601
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)601
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.05	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.05	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.05	c See www.sat4j.org for details.
0.00/0.05	c version PB26fixedPrime.v20260610
0.00/0.06	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.06	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.06	c java.vm.version	26.0.1+8-34
0.00/0.06	c java.vm.vendor	Oracle Corporation
0.00/0.06	c sun.arch.data.model	64
0.00/0.06	c java.version		26.0.1
0.00/0.06	c os.name		Linux
0.00/0.06	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.06	c os.arch		amd64
0.00/0.06	c Free memory 		30334720
0.00/0.06	c Max memory 		32178700288
0.00/0.06	c Total memory 		33554432
0.00/0.06	c Number of processors 	4
0.00/0.08	c Pseudo Boolean Optimization by upper bound
0.00/0.08	c --- Begin Solver configuration ---
0.00/0.08	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.00/0.08	c Learn all clauses as in MiniSAT
0.00/0.08	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.08	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.08	c Expensive reason simplification
0.00/0.08	c Glucose 2.1 dynamic restart strategy
0.00/0.08	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.08	c timeout=2147483s
0.00/0.08	c DB Simplification allowed=false
0.00/0.08	c Listener: none
0.00/0.08	c --- End Solver configuration ---
0.00/0.08	c solving HOME/instance-4802446-1782564979.opb
0.00/0.08	c reading problem ... 
0.00/0.09	c  no objective function found
0.18/0.11	c ... done. Wall clock time 0.025s.
0.18/0.11	c declared #vars     1201
0.18/0.11	c #constraints  1202
0.18/0.11	c constraints type 
0.18/0.11	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.18/0.11	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1200
0.18/0.11	c 1202 constraints processed.
0.54/0.28	c cleaning 2491 clauses out of 5001 with flag 19344/5001
0.83/0.35	c cleaning 4237 clauses out of 8509 with flag 44186/11000
1.10/0.43	c cleaning 5593 clauses out of 11272 with flag 79749/18000
1.30/0.53	c cleaning 6797 clauses out of 13679 with flag 123156/26000
1.39/0.61	c cleaning 7899 clauses out of 15883 with flag 170921/35001
1.57/0.71	c cleaning 8917 clauses out of 17984 with flag 224140/45001
1.72/0.82	c cleaning 9962 clauses out of 20068 with flag 282650/56002
1.82/0.95	c cleaning 11025 clauses out of 22106 with flag 348912/68002
1.94/1.08	c cleaning 12007 clauses out of 24081 with flag 422431/81002
2.13/1.23	c cleaning 12954 clauses out of 26073 with flag 499401/95001
2.33/1.41	c cleaning 13992 clauses out of 28118 with flag 585912/110000
2.53/1.60	c cleaning 14986 clauses out of 30127 with flag 680185/126001
2.78/1.83	c cleaning 16030 clauses out of 32140 with flag 778242/143000
3.01/2.05	c cleaning 17013 clauses out of 34110 with flag 882656/161000
3.30/2.30	c cleaning 17988 clauses out of 36099 with flag 995818/180002
3.50/2.54	c cleaning 19027 clauses out of 38109 with flag 1109446/200000
3.71/2.79	c cleaning 19997 clauses out of 40082 with flag 1226989/221000
4.02/3.05	c cleaning 20989 clauses out of 42085 with flag 1345526/243000
4.30/3.36	c cleaning 21973 clauses out of 44097 with flag 1477657/266001
4.60/3.69	c cleaning 23004 clauses out of 46124 with flag 1612972/290001
5.02/4.05	c cleaning 23983 clauses out of 48121 with flag 1752473/315002
5.41/4.41	c cleaning 25007 clauses out of 50136 with flag 1890925/341000
5.81/4.82	c cleaning 26022 clauses out of 52129 with flag 2035866/368000
6.21/5.23	c cleaning 26997 clauses out of 54107 with flag 2185116/396000
6.61/5.69	c cleaning 27995 clauses out of 56110 with flag 2342134/425000
7.13/6.15	c cleaning 28996 clauses out of 58117 with flag 2505446/455002
7.62/6.62	c cleaning 30036 clauses out of 60120 with flag 2669946/486001
8.13/7.12	c cleaning 30980 clauses out of 62083 with flag 2841075/518000
8.62/7.65	c cleaning 32013 clauses out of 64104 with flag 3016249/551001
9.22/8.21	c cleaning 33004 clauses out of 66090 with flag 3194027/585000
9.72/8.79	c cleaning 33976 clauses out of 68086 with flag 3382132/620000
10.32/9.38	c cleaning 35020 clauses out of 70110 with flag 3570129/656000
11.04/10.01	c cleaning 35989 clauses out of 72091 with flag 3760673/693001
11.63/10.67	c cleaning 37038 clauses out of 74102 with flag 3961807/731001
12.33/11.38	c cleaning 38012 clauses out of 76064 with flag 4162584/770001
13.04/12.07	c cleaning 38968 clauses out of 78053 with flag 4363152/810002
13.84/12.82	c cleaning 40025 clauses out of 80086 with flag 4571911/851003
14.54/13.59	c cleaning 40989 clauses out of 82058 with flag 4789278/893000
15.37/14.36	c cleaning 41994 clauses out of 84070 with flag 5008375/936001
16.18/15.17	c cleaning 43021 clauses out of 86075 with flag 5233770/980000
17.09/16.03	c cleaning 43987 clauses out of 88055 with flag 5467582/1025001
17.87/16.87	c cleaning 45014 clauses out of 90068 with flag 5699826/1071001
18.78/17.76	c cleaning 45976 clauses out of 92054 with flag 5936327/1118001
19.70/18.69	c cleaning 47007 clauses out of 94079 with flag 6173727/1166002
20.70/19.63	c cleaning 47986 clauses out of 96071 with flag 6417783/1215001
21.70/20.67	c cleaning 49029 clauses out of 98084 with flag 6669167/1265000
22.69/21.66	c cleaning 50010 clauses out of 100055 with flag 6919876/1316000
23.81/22.74	c cleaning 50997 clauses out of 102047 with flag 7171571/1368002
24.92/23.86	c cleaning 51993 clauses out of 104049 with flag 7429873/1421001
26.02/25.00	c cleaning 53008 clauses out of 106055 with flag 7694172/1475000
27.24/26.13	c cleaning 53989 clauses out of 108049 with flag 7969027/1530002
28.43/27.38	c cleaning 54974 clauses out of 110059 with flag 8252276/1586001
29.66/28.59	c cleaning 55993 clauses out of 112084 with flag 8528227/1643000
30.86/29.77	c cleaning 57011 clauses out of 114092 with flag 8803286/1701001
32.06/31.00	c cleaning 57992 clauses out of 116081 with flag 9085976/1760001
33.37/32.27	c cleaning 58995 clauses out of 118089 with flag 9371340/1820001
34.79/33.63	c cleaning 59997 clauses out of 120094 with flag 9654975/1881001
36.09/34.97	c cleaning 61039 clauses out of 122097 with flag 9949443/1943001
37.58/36.42	c cleaning 61983 clauses out of 124061 with flag 10256184/2006004
38.99/37.83	c cleaning 63026 clauses out of 126075 with flag 10573974/2070001
40.50/39.30	c cleaning 63997 clauses out of 128049 with flag 10876289/2135001
41.91/40.79	c cleaning 65008 clauses out of 130052 with flag 11191326/2201001
43.51/42.37	c cleaning 65984 clauses out of 132044 with flag 11513140/2268001
45.12/43.90	c cleaning 67003 clauses out of 134059 with flag 11828387/2336000
46.65/45.48	c cleaning 67995 clauses out of 136056 with flag 12150127/2405000
48.36/47.13	c cleaning 68984 clauses out of 138061 with flag 12471288/2475000
50.15/48.91	c cleaning 70020 clauses out of 140078 with flag 12803274/2546001
51.87/50.67	c cleaning 70990 clauses out of 142057 with flag 13141883/2618000
53.68/52.49	c cleaning 71987 clauses out of 144067 with flag 13477868/2691000
55.69/54.41	c cleaning 73000 clauses out of 146082 with flag 13833868/2765002
57.50/56.25	c cleaning 74018 clauses out of 148080 with flag 14180553/2840000
59.32/58.10	c cleaning 74995 clauses out of 150062 with flag 14523205/2916000
61.33/60.06	c cleaning 76018 clauses out of 152067 with flag 14874793/2993000
63.37/62.08	c cleaning 76978 clauses out of 154050 with flag 15231598/3071001
65.38/64.08	c cleaning 77994 clauses out of 156071 with flag 15594241/3150000
67.39/66.09	c cleaning 79010 clauses out of 158077 with flag 15956417/3230000
69.57/68.21	c cleaning 80017 clauses out of 160068 with flag 16312034/3311001
71.69/70.37	c cleaning 80992 clauses out of 162051 with flag 16690892/3393001
73.90/72.55	c cleaning 82013 clauses out of 164059 with flag 17062630/3476001
76.10/74.72	c cleaning 82988 clauses out of 166045 with flag 17439690/3560000
78.42/77.06	c cleaning 84012 clauses out of 168057 with flag 17822282/3645000
80.61/79.28	c cleaning 84996 clauses out of 170045 with flag 18197554/3731000
83.01/81.62	c cleaning 85999 clauses out of 172049 with flag 18582417/3818000
85.31/83.99	c cleaning 87008 clauses out of 174050 with flag 18964768/3906000
87.71/86.33	c cleaning 87985 clauses out of 176043 with flag 19344955/3995001
90.21/88.83	c cleaning 88994 clauses out of 178059 with flag 19742508/4085002
92.71/91.37	c cleaning 89992 clauses out of 180063 with flag 20131278/4176000
95.31/93.95	c cleaning 91016 clauses out of 182071 with flag 20527285/4268000
98.05/96.61	c cleaning 91992 clauses out of 184055 with flag 20922397/4361000
100.57/99.16	c cleaning 92986 clauses out of 186063 with flag 21332690/4455000
103.38/101.92	c cleaning 94024 clauses out of 188077 with flag 21743051/4550000
106.07/104.67	c cleaning 94992 clauses out of 190053 with flag 22162713/4646000
108.77/107.34	c cleaning 96015 clauses out of 192062 with flag 22577676/4743001
111.60/110.14	c cleaning 96980 clauses out of 194048 with flag 22997092/4841002
114.51/113.10	c cleaning 98015 clauses out of 196066 with flag 23419148/4940000
117.51/116.06	c cleaning 99013 clauses out of 198051 with flag 23844471/5040000
120.52/119.04	c cleaning 99977 clauses out of 200038 with flag 24271369/5141000
123.42/121.95	c cleaning 100992 clauses out of 202062 with flag 24695054/5243001
126.43/124.99	c cleaning 102008 clauses out of 204069 with flag 25134650/5346000
129.34/127.87	c cleaning 102997 clauses out of 206062 with flag 25567348/5450001
132.39/130.81	c cleaning 103995 clauses out of 208065 with flag 26003655/5555001
135.50/133.98	c cleaning 105008 clauses out of 210069 with flag 26448818/5661000
138.71/137.15	c cleaning 106021 clauses out of 212061 with flag 26902663/5768000
141.90/140.37	c cleaning 107003 clauses out of 214040 with flag 27354964/5876000
145.21/143.67	c cleaning 108006 clauses out of 216038 with flag 27804933/5985001
148.30/146.77	c cleaning 108989 clauses out of 218032 with flag 28248210/6095001
151.71/150.16	c cleaning 110005 clauses out of 220043 with flag 28714854/6206001
155.00/153.43	c cleaning 110989 clauses out of 222038 with flag 29162847/6318001
158.22/156.68	c cleaning 111993 clauses out of 224049 with flag 29622287/6431001
161.52/159.98	c cleaning 113003 clauses out of 226055 with flag 30094269/6545000
165.12/163.54	c cleaning 113990 clauses out of 228053 with flag 30563605/6660001
168.52/166.91	c cleaning 115021 clauses out of 230063 with flag 31024804/6776001
172.03/170.47	c cleaning 116004 clauses out of 232043 with flag 31495585/6893002
175.54/173.95	c cleaning 116986 clauses out of 234039 with flag 31967722/7011002
179.14/177.54	c cleaning 117999 clauses out of 236051 with flag 32445564/7130000
182.71/181.07	c cleaning 118997 clauses out of 238052 with flag 32936275/7250000
186.30/184.68	c cleaning 120007 clauses out of 240056 with flag 33414311/7371001
190.12/188.42	c cleaning 121006 clauses out of 242048 with flag 33901600/7493000
193.91/192.23	c cleaning 122008 clauses out of 244042 with flag 34386516/7616000
197.62/195.97	c cleaning 122982 clauses out of 246034 with flag 34883640/7740000
201.52/199.85	c cleaning 124022 clauses out of 248053 with flag 35380004/7865001
205.43/203.73	c cleaning 124984 clauses out of 250030 with flag 35879474/7991000
209.35/207.61	c cleaning 126007 clauses out of 252047 with flag 36376959/8118001
213.35/211.61	c cleaning 126997 clauses out of 254039 with flag 36872813/8246000
217.16/215.48	c cleaning 127996 clauses out of 256042 with flag 37382004/8375000
221.17/219.41	c cleaning 128997 clauses out of 258047 with flag 37894591/8505001
225.14/223.38	c cleaning 129997 clauses out of 260050 with flag 38394406/8636001
229.16/227.30	c cleaning 130997 clauses out of 262052 with flag 38900340/8768000
233.15/231.39	c cleaning 132000 clauses out of 264055 with flag 39408657/8901000
237.25/235.42	c cleaning 133003 clauses out of 266055 with flag 39915033/9035000
241.67/239.88	c cleaning 134001 clauses out of 268053 with flag 40446657/9170001
245.75/243.95	c cleaning 135000 clauses out of 270051 with flag 40964257/9306000
250.07/248.20	c cleaning 135994 clauses out of 272051 with flag 41491866/9443000
254.27/252.43	c cleaning 136998 clauses out of 274057 with flag 42010991/9581000
258.57/256.75	c cleaning 138017 clauses out of 276060 with flag 42526649/9720001
262.89/261.03	c cleaning 139000 clauses out of 278042 with flag 43052795/9860000
267.48/265.64	c cleaning 139994 clauses out of 280042 with flag 43599445/10001000
271.70/269.88	c cleaning 140998 clauses out of 282049 with flag 44132708/10143001
276.13/274.25	c cleaning 142010 clauses out of 284052 with flag 44672214/10286002
280.53/278.66	c cleaning 142994 clauses out of 286041 with flag 45206351/10430001
285.24/283.30	c cleaning 144001 clauses out of 288046 with flag 45756753/10575000
289.81/287.83	c cleaning 145012 clauses out of 290048 with flag 46300323/10721003
294.41/292.48	c cleaning 146003 clauses out of 292034 with flag 46882082/10868001
299.13/297.11	c cleaning 146986 clauses out of 294030 with flag 47427967/11016000
303.61/301.69	c cleaning 148006 clauses out of 296045 with flag 47978092/11165001
308.30/306.36	c cleaning 148998 clauses out of 298040 with flag 48534423/11315002
312.91/310.94	c cleaning 149993 clauses out of 300040 with flag 49092716/11466000
317.60/315.66	c cleaning 151015 clauses out of 302049 with flag 49664879/11618002
322.60/320.61	c cleaning 152014 clauses out of 304033 with flag 50239707/11771001
327.23/325.26	c cleaning 152995 clauses out of 306018 with flag 50807461/11925000
332.23/330.21	c cleaning 153986 clauses out of 308026 with flag 51384613/12080003
337.07/335.08	c cleaning 155008 clauses out of 310038 with flag 51963302/12236001
342.27/340.28	c cleaning 156003 clauses out of 312030 with flag 52561341/12393001
347.26/345.12	c cleaning 156990 clauses out of 314026 with flag 53146921/12551000
352.28/350.15	c cleaning 158002 clauses out of 316036 with flag 53734816/12710000
357.39/355.23	c cleaning 159001 clauses out of 318034 with flag 54346472/12870000
362.32/360.19	c cleaning 160012 clauses out of 320033 with flag 54945172/13031000
367.53/365.30	c cleaning 160998 clauses out of 322021 with flag 55560229/13193000
372.37/370.19	c cleaning 161997 clauses out of 324024 with flag 56156383/13356001
377.78/375.55	c cleaning 162997 clauses out of 326026 with flag 56789939/13520000
383.66/381.35	c cleaning 164008 clauses out of 328031 with flag 57426230/13685002
389.57/387.24	c cleaning 164992 clauses out of 330021 with flag 58084865/13851000
395.19/392.83	c cleaning 165997 clauses out of 332030 with flag 58734296/14018001
400.60/398.25	c cleaning 167003 clauses out of 334032 with flag 59379860/14186000
406.74/404.31	c cleaning 167985 clauses out of 336030 with flag 60041995/14355001
412.92/410.49	c cleaning 169000 clauses out of 338044 with flag 60703633/14525000
419.14/416.64	c cleaning 169995 clauses out of 340046 with flag 61358556/14696002
424.74/422.27	c cleaning 171009 clauses out of 342052 with flag 62009367/14868003
430.75/428.20	c cleaning 171991 clauses out of 344041 with flag 62674860/15041001
436.25/433.76	c cleaning 173017 clauses out of 346050 with flag 63322931/15215001
442.05/439.59	c cleaning 174001 clauses out of 348033 with flag 63980215/15390001
447.95/445.49	c cleaning 174993 clauses out of 350032 with flag 64641443/15566001
454.35/451.83	c cleaning 176003 clauses out of 352039 with flag 65316476/15743001
460.85/458.30	c cleaning 176997 clauses out of 354035 with flag 66000517/15921000
467.48/464.90	c cleaning 178011 clauses out of 356039 with flag 66686761/16100001
474.29/471.70	c cleaning 178995 clauses out of 358028 with flag 67385980/16280001
480.78/478.12	c cleaning 180001 clauses out of 360032 with flag 68076709/16461000
486.70/484.01	c cleaning 181002 clauses out of 362033 with flag 68741268/16643002
493.38/490.75	c cleaning 182004 clauses out of 364029 with flag 69434162/16826000
500.21/497.52	c cleaning 182990 clauses out of 366025 with flag 70134014/17010000
506.73/504.01	c cleaning 183997 clauses out of 368036 with flag 70817608/17195001
512.76/510.10	c cleaning 184999 clauses out of 370039 with flag 71495224/17381001
518.84/516.05	c cleaning 185999 clauses out of 372040 with flag 72168060/17568001
525.76/522.95	c cleaning 186994 clauses out of 374041 with flag 72876550/17756001
532.76/529.97	c cleaning 188006 clauses out of 376047 with flag 73590519/17945001
540.09/537.25	c cleaning 189017 clauses out of 378041 with flag 74323905/18135001
546.62/543.71	c cleaning 189992 clauses out of 380025 with flag 75020839/18326002
554.04/551.11	c cleaning 190994 clauses out of 382031 with flag 75750781/18518000
561.24/558.21	c cleaning 192012 clauses out of 384038 with flag 76469645/18711001
568.65/565.66	c cleaning 192995 clauses out of 386025 with flag 77201119/18905000
576.17/573.17	c cleaning 194006 clauses out of 388031 with flag 77929711/19100001
583.55/580.52	c cleaning 194995 clauses out of 390024 with flag 78670468/19296000
590.64/587.62	c cleaning 196003 clauses out of 392029 with flag 79395071/19493000
598.33/595.36	c cleaning 196993 clauses out of 394026 with flag 80156793/19691000
605.97/602.88	c cleaning 198002 clauses out of 396034 with flag 80921323/19890001
613.79/610.61	c cleaning 198998 clauses out of 398031 with flag 81662196/20090000
621.50/618.34	c cleaning 200010 clauses out of 400034 with flag 82415622/20291001
629.59/626.42	c cleaning 201000 clauses out of 402023 with flag 83177176/20493000
637.71/634.52	c cleaning 201992 clauses out of 404023 with flag 83942859/20696000
645.61/642.48	c cleaning 203005 clauses out of 406032 with flag 84716399/20900001
654.11/650.84	c cleaning 204002 clauses out of 408029 with flag 85508078/21105003
662.26/658.95	c cleaning 204991 clauses out of 410025 with flag 86307527/21311001
670.79/667.49	c cleaning 206009 clauses out of 412035 with flag 87104654/21518002
679.58/676.29	c cleaning 207002 clauses out of 414024 with flag 87917808/21726000
688.80/685.40	c cleaning 207989 clauses out of 416022 with flag 88739983/21935000
697.22/693.89	c cleaning 209003 clauses out of 418033 with flag 89542175/22145000
706.12/702.61	c cleaning 209997 clauses out of 420031 with flag 90366427/22356001
714.86/711.32	c cleaning 210992 clauses out of 422034 with flag 91203076/22568001
724.06/720.53	c cleaning 212014 clauses out of 424041 with flag 92024267/22781000
733.49/730.00	c cleaning 212990 clauses out of 426027 with flag 92862803/22995000
742.53/738.94	c cleaning 213997 clauses out of 428038 with flag 93706893/23210001
751.54/747.89	c cleaning 215007 clauses out of 430040 with flag 94543608/23426000
760.64/756.92	c cleaning 216000 clauses out of 432034 with flag 95379356/23643001
770.75/767.03	c cleaning 216992 clauses out of 434033 with flag 96241619/23861000
780.54/776.88	c cleaning 218011 clauses out of 436042 with flag 97106131/24080001
790.43/786.74	c cleaning 218996 clauses out of 438030 with flag 97975327/24300000
800.42/796.73	c cleaning 220007 clauses out of 440034 with flag 98847811/24521000
810.54/806.88	c cleaning 220999 clauses out of 442028 with flag 99727690/24743001
820.58/816.81	c cleaning 222005 clauses out of 444028 with flag 100604844/24966000
830.49/826.65	c cleaning 222999 clauses out of 446024 with flag 101489012/25190001
841.12/837.28	c cleaning 223999 clauses out of 448025 with flag 102391116/25415001
851.84/848.00	c cleaning 225004 clauses out of 450026 with flag 103305186/25641001
863.65/859.78	c cleaning 225992 clauses out of 452021 with flag 104253507/25868000
874.66/870.69	c cleaning 227002 clauses out of 454030 with flag 105188898/26096001
886.28/882.28	c cleaning 228005 clauses out of 456027 with flag 106139354/26325000
897.61/893.52	c cleaning 228999 clauses out of 458024 with flag 107081108/26555002
909.26/905.07	c cleaning 230000 clauses out of 460024 with flag 108037420/26786001
920.20/916.00	c cleaning 231002 clauses out of 462024 with flag 109006917/27018001
931.73/927.49	c cleaning 231999 clauses out of 464022 with flag 109977210/27251001
944.57/940.16	c cleaning 233005 clauses out of 466023 with flag 110964481/27485001
957.99/953.50	c cleaning 233997 clauses out of 468018 with flag 111964779/27720001
971.09/966.66	c cleaning 235001 clauses out of 470020 with flag 112977865/27956000
984.32/979.82	c cleaning 236003 clauses out of 472019 with flag 113996420/28193000
998.54/994.05	c cleaning 236999 clauses out of 474016 with flag 115035855/28431000
1014.32/1009.79	c cleaning 238002 clauses out of 476017 with flag 116100264/28670000
1031.02/1026.02	c starts		: 20264
1031.02/1026.02	c conflicts		: 28909423
1031.02/1026.02	c decisions		: 39971387
1031.02/1026.02	c propagations		: 246892267
1031.02/1026.02	c inspects		: 30333509623
1031.02/1026.02	c shortcuts		: 0
1031.02/1026.02	c learnt literals	: 13
1031.02/1026.02	c learnt binary clauses	: 77
1031.02/1026.02	c learnt ternary clauses	: 319
1031.02/1026.02	c learnt constraints	: 28909409
1031.02/1026.02	c ignored constraints	: 0
1031.02/1026.02	c root simplifications	: 0
1031.02/1026.02	c removed literals (reason simplification)	: 26408108
1031.02/1026.02	c reason swapping (by a shorter reason)	: 0
1031.02/1026.02	c Calls to reduceDB	: 235
1031.02/1026.02	c Number of update (reduction) of LBD	: 6503561
1031.02/1026.02	c Imported unit clauses	: 0
1031.02/1026.02	c No decision after first conflict	: false
1031.02/1026.02	c number of reductions to clauses (during analyze)	: 0
1031.02/1026.02	c number of learned constraints concerned by reduction	: 0
1031.02/1026.02	c number of learning phase by resolution	: 0
1031.02/1026.02	c number of learning phase by cutting planes	: 0
1031.02/1026.02	c number of rounding to 1 operations	: 0
1031.02/1026.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1031.02/1026.02	c number of reductions of the coefficients by power 2 	: 0
1031.02/1026.02	c number of right shift for reduction by power 2 	: 0
1031.02/1026.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
1031.02/1026.02	c number of ending skipping 	: 0
1031.02/1026.02	c number of internal skipping 	: 0
1031.02/1026.02	c number of derivation steps 	: 0
1031.02/1026.02	c number of skipped derivation steps 	: 0
1031.02/1026.02	c number of remaining unassigned 	: 0
1031.02/1026.02	c number of remaining assigned 	: 0
1031.02/1026.03	c number of falsified literals weakened from reason	: 0
1031.02/1026.03	c number of falsified literals weakened from conflict	: 0
1031.02/1026.03	c time for arithmetic operations	: 0
1031.02/1026.03	c minimum degree of deleted constraints	: null
1031.02/1026.03	c maximum degree of deleted constraints	: null
1031.02/1026.03	c number of deleted constraints	: 0
1031.02/1026.03	c speed (assignments/second)	: 240656.14433192677
1031.02/1026.03	c non guided choices	: 2527596
1031.02/1026.09	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 477347
1031.02/1026.09	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 77
1031.02/1026.09	s UNSATISFIABLE
1031.02/1026.09	c Total wall clock time (in seconds): 1026.001

Verifier Data

ERROR: no interpretation found !

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-4802446-1782564979/watcher-4802446-1782564979 -o /tmp/evaluation-result-4802446-1782564979/solver-4802446-1782564979 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4802446-1782564979/vars-4802446-1782564979 --bin-var /tmp/runsolver-exch-nodeE008-1782564955-2543032 --watchdog 3760 java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4802446-1782564979.opb 

running on 4 cores: 16-19

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

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

CPU governors:
  performance: 16-19

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (99162 MiB free)
  node 1: cores 8-15, 129019 MiB (103151 MiB free)
  node 2: cores 16-23, 128973 MiB (116015 MiB free)
  node 3: cores 24-31, 129003 MiB (94803 MiB free)
  node 4: cores 32-39, 129019 MiB (82171 MiB free)
  node 5: cores 40-47, 129019 MiB (112803 MiB free)
  node 6: cores 48-55, 129019 MiB (106844 MiB free)
  node 7: cores 56-63, 128474 MiB (101266 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=2544782, runsolver pid=2544779
Current StackSize limit: 8192 KiB


[startup+0.100065 s]*
/proc/loadavg: 7.91 2.64 1.95 21/1221 2544803
/proc/meminfo: memFree=835785496/1055320708 swapFree=33553916/33554428
[pid=2544782] ppid=2544779 vsize=35033172 memory=68588 CPUtime=0.18 cores=16-19
/proc/2544782/stat : 2544782 (java) S 2544779 2544782 2543018 0 -1 4194304 6415 0 0 0 17 1 0 0 20 0 21 0 189785694 35873968128 16875 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
/proc/2544782/statm: 8758293 17147 6205 1 0 36358 0
[pid=2544782/tid=2544784] ppid=2544779 vsize=35033172 memory=448176484133 CPUtime=0.09 cores=16-19
/proc/2544782/task/2544784/stat : 2544784 (java) R 2544779 2544782 2543018 0 -1 4194368 3114 0 0 0 8 1 0 0 20 0 21 0 189785695 35873968128 16875 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 0 0 0 -1 18 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544795] ppid=2544779 vsize=35033172 memory=2292 CPUtime=0 cores=16-19
/proc/2544782/task/2544795/stat : 2544795 (Referen..andler) S 2544779 2544782 2543018 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 189785697 35873968128 16875 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544796] ppid=2544779 vsize=35033172 memory=60684432048628 CPUtime=0 cores=16-19
/proc/2544782/task/2544796/stat : 2544796 (Finalizer) S 2544779 2544782 2543018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 189785697 35873968128 16875 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544799] ppid=2544779 vsize=35033172 memory=55195480621671 CPUtime=0 cores=16-19
/proc/2544782/task/2544799/stat : 2544799 (Monitor..Thread) S 2544779 2544782 2543018 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 189785697 35873968128 16875 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544802] ppid=2544779 vsize=35033172 memory=57390242464551 CPUtime=0 cores=16-19
/proc/2544782/task/2544802/stat : 2544802 (Notific..Thread) S 2544779 2544782 2543018 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 189785697 35873968128 16875 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544803] ppid=2544779 vsize=35033172 memory=13852953979127114 CPUtime=0 cores=16-19
/proc/2544782/task/2544803/stat : 2544803 (Common-Cleaner) S 2544779 2544782 2543018 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 189785697 35873968128 16875 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 68588 KiB

[startup+0.214182 s]*
/proc/loadavg: 7.91 2.64 1.95 22/1224 2544806
/proc/meminfo: memFree=835736164/1055320708 swapFree=33553916/33554428
[pid=2544782] ppid=2544779 vsize=35099736 memory=83668 CPUtime=0.54 cores=16-19
/proc/2544782/stat : 2544782 (java) S 2544779 2544782 2543018 0 -1 4194304 10201 0 0 0 53 1 0 0 20 0 22 0 189785694 35942129664 20587 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
/proc/2544782/statm: 8774934 20917 6221 1 0 41304 0
[pid=2544782/tid=2544784] ppid=2544779 vsize=35099736 memory=8386095037794055477 CPUtime=0.2 cores=16-19
/proc/2544782/task/2544784/stat : 2544784 (java) R 2544779 2544782 2543018 0 -1 4194368 3161 0 0 0 19 1 0 0 20 0 22 0 189785695 35942129664 20587 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544795] ppid=2544779 vsize=35099736 memory=241474733984 CPUtime=0 cores=16-19
/proc/2544782/task/2544795/stat : 2544795 (Referen..andler) S 2544779 2544782 2543018 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 189785697 35942129664 20587 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544796] ppid=2544779 vsize=35099736 memory=17997 CPUtime=0 cores=16-19
/proc/2544782/task/2544796/stat : 2544796 (Finalizer) S 2544779 2544782 2543018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 189785697 35942129664 20587 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544799] ppid=2544779 vsize=35099736 memory=18340 CPUtime=0 cores=16-19
/proc/2544782/task/2544799/stat : 2544799 (Monitor..Thread) S 2544779 2544782 2543018 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 189785697 35942129664 20587 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544802] ppid=2544779 vsize=35099736 memory=18902 CPUtime=0 cores=16-19
/proc/2544782/task/2544802/stat : 2544802 (Notific..Thread) S 2544779 2544782 2543018 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 189785697 35942129664 20587 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544803] ppid=2544779 vsize=35099736 memory=54659 CPUtime=0 cores=16-19
/proc/2544782/task/2544803/stat : 2544803 (Common-Cleaner) S 2544779 2544782 2543018 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 189785697 35942129664 20587 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544806] ppid=2544779 vsize=35099736 memory=3833746564403403238 CPUtime=0 cores=16-19
/proc/2544782/task/2544806/stat : 2544806 (Timer-0) S 2544779 2544782 2543018 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 189785706 35942129664 20587 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 83668 KiB

[startup+0.313845 s]*
/proc/loadavg: 7.91 2.64 1.95 21/1224 2544806
/proc/meminfo: memFree=835718688/1055320708 swapFree=33553916/33554428
[pid=2544782] ppid=2544779 vsize=35099736 memory=86752 CPUtime=0.83 cores=16-19
/proc/2544782/stat : 2544782 (java) S 2544779 2544782 2543018 0 -1 4194304 10978 0 0 0 82 1 0 0 20 0 22 0 189785694 35942129664 21355 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
/proc/2544782/statm: 8774934 21688 6237 1 0 41398 0
[pid=2544782/tid=2544784] ppid=2544779 vsize=35099736 memory=8389771804677338421 CPUtime=0.29 cores=16-19
/proc/2544782/task/2544784/stat : 2544784 (java) R 2544779 2544782 2543018 0 -1 4194368 3170 0 0 0 28 1 0 0 20 0 22 0 189785695 35942129664 21355 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544795] ppid=2544779 vsize=35099736 memory=241474733984 CPUtime=0 cores=16-19
/proc/2544782/task/2544795/stat : 2544795 (Referen..andler) S 2544779 2544782 2543018 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 189785697 35942129664 21355 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544796] ppid=2544779 vsize=35099736 memory=17997 CPUtime=0 cores=16-19
/proc/2544782/task/2544796/stat : 2544796 (Finalizer) S 2544779 2544782 2543018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 189785697 35942129664 21355 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544799] ppid=2544779 vsize=35099736 memory=18340 CPUtime=0 cores=16-19
/proc/2544782/task/2544799/stat : 2544799 (Monitor..Thread) S 2544779 2544782 2543018 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 189785697 35942129664 21355 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544802] ppid=2544779 vsize=35099736 memory=18902 CPUtime=0 cores=16-19
/proc/2544782/task/2544802/stat : 2544802 (Notific..Thread) S 2544779 2544782 2543018 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 189785697 35942129664 21355 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544803] ppid=2544779 vsize=35099736 memory=54659 CPUtime=0 cores=16-19
/proc/2544782/task/2544803/stat : 2544803 (Common-Cleaner) S 2544779 2544782 2543018 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 189785697 35942129664 21355 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544806] ppid=2544779 vsize=35099736 memory=3833746564403403238 CPUtime=0 cores=16-19
/proc/2544782/task/2544806/stat : 2544806 (Timer-0) S 2544779 2544782 2543018 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 189785706 35942129664 21355 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
Current children cumulated CPU time: 0.83 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 86752 KiB

[startup+0.700164 s]
/proc/loadavg: 7.91 2.64 1.95 18/1224 2544806
/proc/meminfo: memFree=835664952/1055320708 swapFree=33553916/33554428
[pid=2544782] ppid=2544779 vsize=35099736 memory=89688 CPUtime=1.57 cores=16-19
/proc/2544782/stat : 2544782 (java) S 2544779 2544782 2543018 0 -1 4194304 11226 0 0 0 156 1 0 0 20 0 22 0 189785694 35942129664 22023 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
/proc/2544782/statm: 8774934 22422 6237 1 0 45287 0
[pid=2544782/tid=2544784] ppid=2544779 vsize=35099736 memory=4852 CPUtime=0.67 cores=16-19
/proc/2544782/task/2544784/stat : 2544784 (java) R 2544779 2544782 2543018 0 -1 4194368 3176 0 0 0 66 1 0 0 20 0 22 0 189785695 35942129664 22023 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544795] ppid=2544779 vsize=35099736 memory=4386 CPUtime=0 cores=16-19
/proc/2544782/task/2544795/stat : 2544795 (Referen..andler) S 2544779 2544782 2543018 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 189785697 35942129664 22023 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544796] ppid=2544779 vsize=35099736 memory=5784 CPUtime=0 cores=16-19
/proc/2544782/task/2544796/stat : 2544796 (Finalizer) S 2544779 2544782 2543018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 189785697 35942129664 22023 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544799] ppid=2544779 vsize=35099736 memory=3984 CPUtime=0 cores=16-19
/proc/2544782/task/2544799/stat : 2544799 (Monitor..Thread) S 2544779 2544782 2543018 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 189785697 35942129664 22023 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544802] ppid=2544779 vsize=35099736 memory=4020 CPUtime=0 cores=16-19
/proc/2544782/task/2544802/stat : 2544802 (Notific..Thread) S 2544779 2544782 2543018 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 189785697 35942129664 22023 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544803] ppid=2544779 vsize=35099736 memory=0 CPUtime=0 cores=16-19
/proc/2544782/task/2544803/stat : 2544803 (Common-Cleaner) S 2544779 2544782 2543018 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 189785697 35942129664 22023 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544806] ppid=2544779 vsize=35099736 memory=147149874529932 CPUtime=0 cores=16-19
/proc/2544782/task/2544806/stat : 2544806 (Timer-0) S 2544779 2544782 2543018 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 189785706 35942129664 22023 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
Current children cumulated CPU time: 1.57 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 89688 KiB

[startup+1.50017 s]
/proc/loadavg: 7.91 2.64 1.95 17/1223 2544807
/proc/meminfo: memFree=835546004/1055320708 swapFree=33553916/33554428
[pid=2544782] ppid=2544779 vsize=35099736 memory=111244 CPUtime=2.43 cores=16-19
/proc/2544782/stat : 2544782 (java) S 2544779 2544782 2543018 0 -1 4194304 12685 0 0 0 242 1 0 0 20 0 21 0 189785694 35942129664 27503 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
/proc/2544782/statm: 8774934 27811 6237 1 0 50568 0
[pid=2544782/tid=2544784] ppid=2544779 vsize=35099736 memory=4852 CPUtime=1.46 cores=16-19
/proc/2544782/task/2544784/stat : 2544784 (java) R 2544779 2544782 2543018 0 -1 4194368 3641 0 0 0 145 1 0 0 20 0 21 0 189785695 35942129664 27503 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544795] ppid=2544779 vsize=35099736 memory=0 CPUtime=0 cores=16-19
/proc/2544782/task/2544795/stat : 2544795 (Referen..andler) S 2544779 2544782 2543018 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 189785697 35942129664 27503 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544796] ppid=2544779 vsize=35099736 memory=0 CPUtime=0 cores=16-19
/proc/2544782/task/2544796/stat : 2544796 (Finalizer) S 2544779 2544782 2543018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 189785697 35942129664 27503 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544799] ppid=2544779 vsize=35099736 memory=0 CPUtime=0 cores=16-19
/proc/2544782/task/2544799/stat : 2544799 (Monitor..Thread) S 2544779 2544782 2543018 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 21 0 189785697 35942129664 27503 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544802] ppid=2544779 vsize=35099736 memory=0 CPUtime=0 cores=16-19
/proc/2544782/task/2544802/stat : 2544802 (Notific..Thread) S 2544779 2544782 2543018 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 189785697 35942129664 27503 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544803] ppid=2544779 vsize=35099736 memory=25333125866717268 CPUtime=0 cores=16-19
/proc/2544782/task/2544803/stat : 2544803 (Common-Cleaner) S 2544779 2544782 2543018 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 189785697 35942129664 27503 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544806] ppid=2544779 vsize=35099736 memory=-8312670058677691230 CPUtime=0 cores=16-19
/proc/2544782/task/2544806/stat : 2544806 (Timer-0) S 2544779 2544782 2543018 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 189785706 35942129664 27503 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 111244 KiB

[startup+3.11357 s]
/proc/loadavg: 8.80 2.91 2.04 22/1221 2544807
/proc/meminfo: memFree=834947628/1055320708 swapFree=33553916/33554428
[pid=2544782] ppid=2544779 vsize=35099736 memory=121660 CPUtime=4.12 cores=16-19
/proc/2544782/stat : 2544782 (java) S 2544779 2544782 2543018 0 -1 4194304 14553 0 0 0 410 2 0 0 20 0 21 0 189785694 35942129664 30064 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
/proc/2544782/statm: 8774934 30415 6269 1 0 50568 0
[pid=2544782/tid=2544784] ppid=2544779 vsize=35099736 memory=0 CPUtime=3.06 cores=16-19
/proc/2544782/task/2544784/stat : 2544784 (java) R 2544779 2544782 2543018 0 -1 4194368 3673 0 0 0 305 1 0 0 20 0 21 0 189785695 35942129664 30064 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544795] ppid=2544779 vsize=35099736 memory=4852 CPUtime=0 cores=16-19
/proc/2544782/task/2544795/stat : 2544795 (Referen..andler) S 2544779 2544782 2543018 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 189785697 35942129664 30064 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544796] ppid=2544779 vsize=35099736 memory=121660 CPUtime=0 cores=16-19
/proc/2544782/task/2544796/stat : 2544796 (Finalizer) S 2544779 2544782 2543018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 189785697 35942129664 30064 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544799] ppid=2544779 vsize=35099736 memory=0 CPUtime=0 cores=16-19
/proc/2544782/task/2544799/stat : 2544799 (Monitor..Thread) S 2544779 2544782 2543018 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 21 0 189785697 35942129664 30064 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544802] ppid=2544779 vsize=35099736 memory=96900 CPUtime=0 cores=16-19
/proc/2544782/task/2544802/stat : 2544802 (Notific..Thread) S 2544779 2544782 2543018 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 189785697 35942129664 30064 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544803] ppid=2544779 vsize=35099736 memory=139955804309137 CPUtime=0 cores=16-19
/proc/2544782/task/2544803/stat : 2544803 (Common-Cleaner) S 2544779 2544782 2543018 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 189785697 35942129664 30064 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544806] ppid=2544779 vsize=35099736 memory=139955804309138 CPUtime=0 cores=16-19
/proc/2544782/task/2544806/stat : 2544806 (Timer-0) S 2544779 2544782 2543018 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 189785706 35942129664 30064 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
Current children cumulated CPU time: 4.12 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 121660 KiB

[startup+6.30019 s]

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

/proc/2544782/task/2544795/stat : 2544795 (Referen..andler) S 2544779 2544782 2543018 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 189785697 36010291200 106765 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544796] ppid=2544779 vsize=35166300 memory=5784 CPUtime=0 cores=16-19
/proc/2544782/task/2544796/stat : 2544796 (Finalizer) S 2544779 2544782 2543018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 189785697 36010291200 106765 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544799] ppid=2544779 vsize=35166300 memory=3984 CPUtime=0.01 cores=16-19
/proc/2544782/task/2544799/stat : 2544799 (Monitor..Thread) S 2544779 2544782 2543018 0 -1 4194368 29 0 0 0 1 0 0 0 20 0 23 0 189785697 36010291200 106765 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544802] ppid=2544779 vsize=35166300 memory=4020 CPUtime=0 cores=16-19
/proc/2544782/task/2544802/stat : 2544802 (Notific..Thread) S 2544779 2544782 2543018 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 189785697 36010291200 106765 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544803] ppid=2544779 vsize=35166300 memory=423384 CPUtime=0 cores=16-19
/proc/2544782/task/2544803/stat : 2544803 (Common-Cleaner) S 2544779 2544782 2543018 0 -1 4194368 152 0 0 0 0 0 0 0 20 0 23 0 189785697 36010291200 106765 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544806] ppid=2544779 vsize=35166300 memory=3016 CPUtime=0 cores=16-19
/proc/2544782/task/2544806/stat : 2544806 (Timer-0) S 2544779 2544782 2543018 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 189785706 36010291200 106765 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
Current children cumulated CPU time: 1015.83 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 427492 KiB

[startup+1017.6 s]
/proc/loadavg: 17.02 16.27 11.75 17/1221 2545382
/proc/meminfo: memFree=811624564/1055320708 swapFree=33553916/33554428
[pid=2544782] ppid=2544779 vsize=35166300 memory=427492 CPUtime=1022.21 cores=16-19
/proc/2544782/stat : 2544782 (java) S 2544779 2544782 2543018 0 -1 4194304 45847 0 0 0 102200 21 0 0 20 0 23 0 189785694 36010291200 106765 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
/proc/2544782/statm: 8791575 106873 6247 1 0 122435 0
[pid=2544782/tid=2544784] ppid=2544779 vsize=35166300 memory=4852 CPUtime=1011.86 cores=16-19
/proc/2544782/task/2544784/stat : 2544784 (java) R 2544779 2544782 2543018 0 -1 4194368 11944 0 0 0 101185 1 0 0 20 0 23 0 189785695 36010291200 106765 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544795] ppid=2544779 vsize=35166300 memory=3016 CPUtime=0 cores=16-19
/proc/2544782/task/2544795/stat : 2544795 (Referen..andler) S 2544779 2544782 2543018 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 189785697 36010291200 106765 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544796] ppid=2544779 vsize=35166300 memory=17884 CPUtime=0 cores=16-19
/proc/2544782/task/2544796/stat : 2544796 (Finalizer) S 2544779 2544782 2543018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 189785697 36010291200 106765 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544799] ppid=2544779 vsize=35166300 memory=47056 CPUtime=0.01 cores=16-19
/proc/2544782/task/2544799/stat : 2544799 (Monitor..Thread) S 2544779 2544782 2543018 0 -1 4194368 29 0 0 0 1 0 0 0 20 0 23 0 189785697 36010291200 106765 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544802] ppid=2544779 vsize=35166300 memory=148668 CPUtime=0 cores=16-19
/proc/2544782/task/2544802/stat : 2544802 (Notific..Thread) S 2544779 2544782 2543018 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 189785697 36010291200 106765 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544803] ppid=2544779 vsize=35166300 memory=11688 CPUtime=0 cores=16-19
/proc/2544782/task/2544803/stat : 2544803 (Common-Cleaner) S 2544779 2544782 2543018 0 -1 4194368 152 0 0 0 0 0 0 0 20 0 23 0 189785697 36010291200 106765 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544806] ppid=2544779 vsize=35166300 memory=3984 CPUtime=0 cores=16-19
/proc/2544782/task/2544806/stat : 2544806 (Timer-0) S 2544779 2544782 2543018 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 189785706 36010291200 106765 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
Current children cumulated CPU time: 1022.21 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 427492 KiB

[startup+1020.8 s]
/proc/loadavg: 16.94 16.27 11.77 17/1221 2545382
/proc/meminfo: memFree=811637940/1055320708 swapFree=33553916/33554428
[pid=2544782] ppid=2544779 vsize=35166300 memory=427528 CPUtime=1025.43 cores=16-19
/proc/2544782/stat : 2544782 (java) S 2544779 2544782 2543018 0 -1 4194304 46796 0 0 0 102521 22 0 0 20 0 23 0 189785694 36010291200 106765 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
/proc/2544782/statm: 8791575 106882 6247 1 0 122445 0
[pid=2544782/tid=2544784] ppid=2544779 vsize=35166300 memory=9388 CPUtime=1015.06 cores=16-19
/proc/2544782/task/2544784/stat : 2544784 (java) R 2544779 2544782 2543018 0 -1 4194368 11987 0 0 0 101505 1 0 0 20 0 23 0 189785695 36010291200 106765 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544795] ppid=2544779 vsize=35166300 memory=20620 CPUtime=0 cores=16-19
/proc/2544782/task/2544795/stat : 2544795 (Referen..andler) S 2544779 2544782 2543018 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 189785697 36010291200 106765 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544796] ppid=2544779 vsize=35166300 memory=423384 CPUtime=0 cores=16-19
/proc/2544782/task/2544796/stat : 2544796 (Finalizer) S 2544779 2544782 2543018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 189785697 36010291200 106765 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544799] ppid=2544779 vsize=35166300 memory=11688 CPUtime=0.01 cores=16-19
/proc/2544782/task/2544799/stat : 2544799 (Monitor..Thread) S 2544779 2544782 2543018 0 -1 4194368 29 0 0 0 1 0 0 0 20 0 23 0 189785697 36010291200 106765 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544802] ppid=2544779 vsize=35166300 memory=427528 CPUtime=0 cores=16-19
/proc/2544782/task/2544802/stat : 2544802 (Notific..Thread) S 2544779 2544782 2543018 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 189785697 36010291200 106765 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544803] ppid=2544779 vsize=35166300 memory=148668 CPUtime=0 cores=16-19
/proc/2544782/task/2544803/stat : 2544803 (Common-Cleaner) S 2544779 2544782 2543018 0 -1 4194368 152 0 0 0 0 0 0 0 20 0 23 0 189785697 36010291200 106765 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544806] ppid=2544779 vsize=35166300 memory=11688 CPUtime=0 cores=16-19
/proc/2544782/task/2544806/stat : 2544806 (Timer-0) S 2544779 2544782 2543018 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 189785706 36010291200 106765 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
Current children cumulated CPU time: 1025.43 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 427528 KiB

[startup+1024 s]*
/proc/loadavg: 16.87 16.26 11.79 17/1221 2545382
/proc/meminfo: memFree=811639780/1055320708 swapFree=33553916/33554428
[pid=2544782] ppid=2544779 vsize=35166300 memory=427572 CPUtime=1028.68 cores=16-19
/proc/2544782/stat : 2544782 (java) S 2544779 2544782 2543018 0 -1 4194304 47173 0 0 0 102846 22 0 0 20 0 23 0 189785694 36010291200 106765 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
/proc/2544782/statm: 8791575 106893 6247 1 0 122445 0
[pid=2544782/tid=2544784] ppid=2544779 vsize=35166300 memory=6915260 CPUtime=1018.24 cores=16-19
/proc/2544782/task/2544784/stat : 2544784 (java) R 2544779 2544782 2543018 0 -1 4194368 12284 0 0 0 101823 1 0 0 20 0 23 0 189785695 36010291200 106765 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544795] ppid=2544779 vsize=35166300 memory=392064 CPUtime=0 cores=16-19
/proc/2544782/task/2544795/stat : 2544795 (Referen..andler) S 2544779 2544782 2543018 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 189785697 36010291200 106765 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544796] ppid=2544779 vsize=35166300 memory=5736 CPUtime=0 cores=16-19
/proc/2544782/task/2544796/stat : 2544796 (Finalizer) S 2544779 2544782 2543018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 189785697 36010291200 106765 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544799] ppid=2544779 vsize=35166300 memory=4496064964612444318 CPUtime=0.01 cores=16-19
/proc/2544782/task/2544799/stat : 2544799 (Monitor..Thread) S 2544779 2544782 2543018 0 -1 4194368 29 0 0 0 1 0 0 0 20 0 23 0 189785697 36010291200 106765 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544802] ppid=2544779 vsize=35166300 memory=0 CPUtime=0 cores=16-19
/proc/2544782/task/2544802/stat : 2544802 (Notific..Thread) S 2544779 2544782 2543018 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 189785697 36010291200 106765 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544803] ppid=2544779 vsize=35166300 memory=11069694094977328 CPUtime=0 cores=16-19
/proc/2544782/task/2544803/stat : 2544803 (Common-Cleaner) S 2544779 2544782 2543018 0 -1 4194368 152 0 0 0 0 0 0 0 20 0 23 0 189785697 36010291200 106765 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544806] ppid=2544779 vsize=35166300 memory=11069694094977329 CPUtime=0 cores=16-19
/proc/2544782/task/2544806/stat : 2544806 (Timer-0) S 2544779 2544782 2543018 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 189785706 36010291200 106765 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
Current children cumulated CPU time: 1028.68 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 427572 KiB

[startup+1024.8 s]
/proc/loadavg: 16.87 16.26 11.79 17/1221 2545382
/proc/meminfo: memFree=811639780/1055320708 swapFree=33553916/33554428
[pid=2544782] ppid=2544779 vsize=35232864 memory=433888 CPUtime=1029.6 cores=16-19
/proc/2544782/stat : 2544782 (java) S 2544779 2544782 2543018 0 -1 4194304 49734 0 0 0 102938 22 0 0 20 0 23 0 189785694 36078452736 108339 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
/proc/2544782/statm: 8808216 108472 6247 1 0 124801 0
[pid=2544782/tid=2544784] ppid=2544779 vsize=35232864 memory=427572 CPUtime=1019.02 cores=16-19
/proc/2544782/task/2544784/stat : 2544784 (java) R 2544779 2544782 2543018 0 -1 4194368 12310 0 0 0 101901 1 0 0 20 0 23 0 189785695 36078452736 108339 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544795] ppid=2544779 vsize=35232864 memory=10929742585637165 CPUtime=0 cores=16-19
/proc/2544782/task/2544795/stat : 2544795 (Referen..andler) S 2544779 2544782 2543018 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 189785697 36078452736 108339 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544796] ppid=2544779 vsize=35232864 memory=10929742585637168 CPUtime=0 cores=16-19
/proc/2544782/task/2544796/stat : 2544796 (Finalizer) S 2544779 2544782 2543018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 189785697 36078452736 108339 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544799] ppid=2544779 vsize=35232864 memory=-7523923408158745696 CPUtime=0.01 cores=16-19
/proc/2544782/task/2544799/stat : 2544799 (Monitor..Thread) S 2544779 2544782 2543018 0 -1 4194368 29 0 0 0 1 0 0 0 20 0 23 0 189785697 36078452736 108339 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544802] ppid=2544779 vsize=35232864 memory=12912 CPUtime=0 cores=16-19
/proc/2544782/task/2544802/stat : 2544802 (Notific..Thread) S 2544779 2544782 2543018 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 189785697 36078452736 108339 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544803] ppid=2544779 vsize=35232864 memory=10228 CPUtime=0 cores=16-19
/proc/2544782/task/2544803/stat : 2544803 (Common-Cleaner) S 2544779 2544782 2543018 0 -1 4194368 152 0 0 0 0 0 0 0 20 0 23 0 189785697 36078452736 108339 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544806] ppid=2544779 vsize=35232864 memory=9388 CPUtime=0 cores=16-19
/proc/2544782/task/2544806/stat : 2544806 (Timer-0) S 2544779 2544782 2543018 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 189785706 36078452736 108339 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
Current children cumulated CPU time: 1029.6 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 433888 KiB

[startup+1025.6 s]
/proc/loadavg: 16.87 16.26 11.79 18/1221 2545383
/proc/meminfo: memFree=811637600/1055320708 swapFree=33553916/33554428
[pid=2544782] ppid=2544779 vsize=35232864 memory=436848 CPUtime=1030.6 cores=16-19
/proc/2544782/stat : 2544782 (java) S 2544779 2544782 2543018 0 -1 4194304 50514 0 0 0 103038 22 0 0 20 0 23 0 189785694 36078452736 108979 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
/proc/2544782/statm: 8808216 109212 6247 1 0 126238 0
[pid=2544782/tid=2544784] ppid=2544779 vsize=35232864 memory=1972 CPUtime=1019.82 cores=16-19
/proc/2544782/task/2544784/stat : 2544784 (java) R 2544779 2544782 2543018 0 -1 4194368 12310 0 0 0 101981 1 0 0 20 0 23 0 189785695 36078452736 108979 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544795] ppid=2544779 vsize=35232864 memory=5756 CPUtime=0 cores=16-19
/proc/2544782/task/2544795/stat : 2544795 (Referen..andler) S 2544779 2544782 2543018 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 189785697 36078452736 108979 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544796] ppid=2544779 vsize=35232864 memory=427572 CPUtime=0 cores=16-19
/proc/2544782/task/2544796/stat : 2544796 (Finalizer) S 2544779 2544782 2543018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 189785697 36078452736 108979 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544799] ppid=2544779 vsize=35232864 memory=7808 CPUtime=0.01 cores=16-19
/proc/2544782/task/2544799/stat : 2544799 (Monitor..Thread) S 2544779 2544782 2543018 0 -1 4194368 29 0 0 0 1 0 0 0 20 0 23 0 189785697 36078452736 108979 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544802] ppid=2544779 vsize=35232864 memory=27292 CPUtime=0 cores=16-19
/proc/2544782/task/2544802/stat : 2544802 (Notific..Thread) S 2544779 2544782 2543018 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 189785697 36078452736 108979 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544803] ppid=2544779 vsize=35232864 memory=-7523923408158745696 CPUtime=0 cores=16-19
/proc/2544782/task/2544803/stat : 2544803 (Common-Cleaner) S 2544779 2544782 2543018 0 -1 4194368 152 0 0 0 0 0 0 0 20 0 23 0 189785697 36078452736 108979 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544806] ppid=2544779 vsize=35232864 memory=-7884008130615418784 CPUtime=0 cores=16-19
/proc/2544782/task/2544806/stat : 2544806 (Timer-0) S 2544779 2544782 2543018 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 189785706 36078452736 108979 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
Current children cumulated CPU time: 1030.6 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 436848 KiB

[startup+1026 s]*
/proc/loadavg: 16.87 16.26 11.79 17/1221 2545383
/proc/meminfo: memFree=811638080/1055320708 swapFree=33553916/33554428
[pid=2544782] ppid=2544779 vsize=35232864 memory=436848 CPUtime=1031.02 cores=16-19
/proc/2544782/stat : 2544782 (java) S 2544779 2544782 2543018 0 -1 4194304 50514 0 0 0 103080 22 0 0 20 0 23 0 189785694 36078452736 108979 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 0 0 16800975 0 0 0 17 17 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
/proc/2544782/statm: 8808216 109212 6247 1 0 126238 0
[pid=2544782/tid=2544784] ppid=2544779 vsize=35232864 memory=-7451865814120818532 CPUtime=1020.24 cores=16-19
/proc/2544782/task/2544784/stat : 2544784 (java) R 2544779 2544782 2543018 0 -1 4194368 12310 0 0 0 102023 1 0 0 20 0 23 0 189785695 36078452736 108979 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 0 0 0 -1 16 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544795] ppid=2544779 vsize=35232864 memory=4496064964612444318 CPUtime=0 cores=16-19
/proc/2544782/task/2544795/stat : 2544795 (Referen..andler) S 2544779 2544782 2543018 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 189785697 36078452736 108979 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 17 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544796] ppid=2544779 vsize=35232864 memory=5284 CPUtime=0 cores=16-19
/proc/2544782/task/2544796/stat : 2544796 (Finalizer) S 2544779 2544782 2543018 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 189785697 36078452736 108979 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544799] ppid=2544779 vsize=35232864 memory=5840 CPUtime=0.01 cores=16-19
/proc/2544782/task/2544799/stat : 2544799 (Monitor..Thread) S 2544779 2544782 2543018 0 -1 4194368 29 0 0 0 1 0 0 0 20 0 23 0 189785697 36078452736 108979 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 18 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544802] ppid=2544779 vsize=35232864 memory=8308 CPUtime=0 cores=16-19
/proc/2544782/task/2544802/stat : 2544802 (Notific..Thread) S 2544779 2544782 2543018 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 189785697 36078452736 108979 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544803] ppid=2544779 vsize=35232864 memory=7280 CPUtime=0 cores=16-19
/proc/2544782/task/2544803/stat : 2544803 (Common-Cleaner) S 2544779 2544782 2543018 0 -1 4194368 152 0 0 0 0 0 0 0 20 0 23 0 189785697 36078452736 108979 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 19 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
[pid=2544782/tid=2544806] ppid=2544779 vsize=35232864 memory=5484 CPUtime=0 cores=16-19
/proc/2544782/task/2544806/stat : 2544806 (Timer-0) S 2544779 2544782 2543018 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 189785706 36078452736 108979 18446744073709551615 94823028559872 94823028563568 140724582846464 0 0 0 4 0 16800975 1 0 0 -1 16 0 0 0 0 0 94823028571432 94823028572176 94823052562432 140724582852820 140724582852960 140724582852960 140724582858696 0
Current children cumulated CPU time: 1031.02 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 436848 KiB

Child status: 20

Real time (s): 1026.1
CPU time (s): 1031.14
CPU user time (s): 1030.91
CPU system time (s): 0.229469
CPU usage (%): 100.492
Max. virtual memory (cumulated for all children) (KiB): 35232864
Max. memory (cumulated for all children) (KiB): 436848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1030.91
system time used= 0.229469
maximum resident set size= 436428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51449
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36233
involuntary context switches= 1408


# summary of solver processes directly reported to runsolver:
#   pid: 2544782
#   total CPU time (s): 1031.14
#   total CPU user time (s): 1030.91
#   total CPU system time (s): 0.229469

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.60429 second user time and 11.4334 second system time

The end

Launcher Data

Begin job on nodeE008 at 2026-06-27 14:56:19
IDJOB=4802446
IDBENCH=162341
IDSOLVER=3602
FILE ID=nodeE008/4802446-1782564979
RUNJOBID= nodeE008-1782564955-2543032
SLURM_JOB_ID= 12524574
Free space on /tmp= 799168 MiB

SOLVER NAME= Sat4j Resolution 2026-06-10
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/EC_ODD_GRIDS/normalized-ECgrid5x120split.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4802446-1782564979/watcher-4802446-1782564979 -o /tmp/evaluation-result-4802446-1782564979/solver-4802446-1782564979 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4802446-1782564979/vars-4802446-1782564979 --bin-var /tmp/runsolver-exch-nodeE008-1782564955-2543032 --watchdog 3760  java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4802446-1782564979.opb

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

MD5SUM BENCH= 71fa1afe6ec5716be864bdb24fc2dd76
RANDOM SEED=1676879530

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 0
cpu cores	: 32
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3586.584
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 3
cpu cores	: 32
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3578.357
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 66
cpu cores	: 32
apicid		: 66
initial apicid	: 66
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 67
cpu cores	: 32
apicid		: 67
initial apicid	: 67
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3609.386
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 33
cpu cores	: 32
apicid		: 33
initial apicid	: 33
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 34
cpu cores	: 32
apicid		: 34
initial apicid	: 34
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 35
cpu cores	: 32
apicid		: 35
initial apicid	: 35
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3595.703
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 97
cpu cores	: 32
apicid		: 97
initial apicid	: 97
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 98
cpu cores	: 32
apicid		: 98
initial apicid	: 98
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 99
cpu cores	: 32
apicid		: 99
initial apicid	: 99
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3585.770
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		: 3588.465
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		: 3592.099
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		: 3587.681
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		: 3564.240
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		: 3564.262
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		: 3564.271
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		: 3566.470
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 16
cpu cores	: 32
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3581.492
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		: 3585.460
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 19
cpu cores	: 32
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 80
cpu cores	: 32
apicid		: 80
initial apicid	: 80
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3595.903
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 83
cpu cores	: 32
apicid		: 83
initial apicid	: 83
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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.590
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		: 3580.583
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		: 3574.955
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		: 3580.573
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		: 3578.837
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 65
cpu cores	: 32
apicid		: 193
initial apicid	: 193
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 67
cpu cores	: 32
apicid		: 195
initial apicid	: 195
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3574.074
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		: 3577.516
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 96
cpu cores	: 32
apicid		: 224
initial apicid	: 224
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 97
cpu cores	: 32
apicid		: 225
initial apicid	: 225
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3593.781
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 99
cpu cores	: 32
apicid		: 227
initial apicid	: 227
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 48
cpu cores	: 32
apicid		: 176
initial apicid	: 176
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3588.118
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		: 3583.983
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		: 3585.034
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		: 2493.659
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 114
cpu cores	: 32
apicid		: 242
initial apicid	: 242
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 115
cpu cores	: 32
apicid		: 243
initial apicid	: 243
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 2493.659
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		: 3575.614
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		: 3576.852
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		: 3578.274
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		: 3577.511
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 82
cpu cores	: 32
apicid		: 210
initial apicid	: 210
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3578.371
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:       1055320708 kB
MemFree:        835804808 kB
MemAvailable:   991083168 kB
Buffers:            2840 kB
Cached:         159813904 kB
SwapCached:           12 kB
Active:         58829536 kB
Inactive:       156428400 kB
Active(anon):   56293748 kB
Inactive(anon):    66848 kB
Active(file):    2535788 kB
Inactive(file): 156361552 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33553916 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            427012 kB
Writeback:             0 kB
AnonPages:      55444116 kB
Mapped:           204876 kB
Shmem:            919400 kB
KReclaimable:    1657596 kB
Slab:            2242580 kB
SReclaimable:    1657596 kB
SUnreclaim:       584984 kB
KernelStack:       20080 kB
PageTables:       117956 kB
SecPageTables:     15292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:   119432364 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      483892 kB
VmallocChunk:          0 kB
Percpu:           123136 kB
HardwareCorrupted:     0 kB
AnonHugePages:  54349824 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:      397764 kB
DirectMap2M:    22992896 kB
DirectMap1G:    1050673152 kB

Free space on /tmp at the end= 799316 MiB
End job on nodeE008 at 2026-06-27 15:13:25