Trace number 4784861

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2026-06-10SAT (TO)3 3600.2 3596.58

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=10-t=7.opb
MD5SUMdd0284273c338bd8f99d78a749c08f4f
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.016849
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables225
Total number of constraints4395
Number of constraints which are clauses4385
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint11
Number of terms in the objective function 10
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 10
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 12
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file

Solver Data

0.00/0.05	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.05	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.05	c See www.sat4j.org for details.
0.00/0.06	c version PB26fixedPrime.v20260610
0.00/0.06	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.06	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.06	c java.vm.version	26.0.1+8-34
0.00/0.06	c java.vm.vendor	Oracle Corporation
0.00/0.06	c sun.arch.data.model	64
0.00/0.06	c java.version		26.0.1
0.00/0.06	c os.name		Linux
0.00/0.06	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.06	c os.arch		amd64
0.00/0.06	c Free memory 		30334720
0.00/0.06	c Max memory 		32178700288
0.00/0.06	c Total memory 		33554432
0.00/0.06	c Number of processors 	4
0.00/0.09	c Pseudo Boolean Optimization by upper bound
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Glucose 2.1 dynamic restart strategy
0.00/0.09	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.00/0.09	c timeout=2147483s
0.00/0.09	c DB Simplification allowed=false
0.00/0.09	c Listener: none
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-4784861-1782398118.opb
0.00/0.09	c reading problem ... 
0.00/0.09	c  objective function found
0.18/0.13	c ... done. Wall clock time 0.042s.
0.18/0.13	c declared #vars     225
0.18/0.13	c #constraints  4395
0.18/0.13	c constraints type 
0.18/0.13	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10
0.18/0.13	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4385
0.18/0.13	c 4395 constraints processed.
0.18/0.14	c objective function length is 10 literals
0.18/0.16	c SATISFIABLE
0.18/0.16	c OPTIMIZING...
0.18/0.16	c Got one! Elapsed wall clock time (in seconds):0.072
0.18/0.16	o 5
0.18/0.16	c Got one! Elapsed wall clock time (in seconds):0.074
0.18/0.16	o 4
0.18/0.17	c Got one! Elapsed wall clock time (in seconds):0.085
0.18/0.17	o 3
0.85/0.36	c cleaning 2928 clauses out of 5863 with flag 30646/5863
1.13/0.49	c cleaning 4462 clauses out of 8934 with flag 66108/11862
1.38/0.66	c cleaning 5722 clauses out of 11473 with flag 115702/18863
1.61/0.89	c cleaning 6863 clauses out of 13750 with flag 174967/26862
2.10/1.16	c cleaning 7932 clauses out of 15889 with flag 242043/35864
2.37/1.46	c cleaning 8956 clauses out of 17955 with flag 318682/45862
2.77/1.87	c cleaning 9996 clauses out of 19999 with flag 401487/56862
3.09/2.19	c cleaning 10986 clauses out of 22003 with flag 479817/68862
3.57/2.68	c cleaning 12004 clauses out of 24017 with flag 571274/81862
4.27/3.32	c cleaning 12992 clauses out of 26013 with flag 680623/95862
4.87/3.91	c cleaning 14001 clauses out of 28021 with flag 805476/110862
5.37/4.46	c cleaning 15002 clauses out of 30021 with flag 940921/126863
5.90/4.98	c cleaning 16002 clauses out of 32020 with flag 1056244/143864
6.51/5.56	c cleaning 16997 clauses out of 34016 with flag 1199926/161862
7.41/6.45	c cleaning 18001 clauses out of 36019 with flag 1332489/180862
7.91/7.00	c cleaning 18993 clauses out of 38021 with flag 1473644/200865
8.41/7.41	c cleaning 19998 clauses out of 40025 with flag 1613430/221862
8.81/7.87	c cleaning 21002 clauses out of 42029 with flag 1759134/243864
9.31/8.34	c cleaning 22001 clauses out of 44025 with flag 1904378/266862
9.81/8.84	c cleaning 22994 clauses out of 46024 with flag 2059706/290862
10.32/9.35	c cleaning 23997 clauses out of 48032 with flag 2224059/315864
10.81/9.89	c cleaning 24992 clauses out of 50033 with flag 2394464/341862
11.42/10.48	c cleaning 25991 clauses out of 52042 with flag 2570854/368863
12.03/11.10	c cleaning 26991 clauses out of 54050 with flag 2744460/396862
12.75/11.78	c cleaning 28005 clauses out of 56059 with flag 2943839/425862
13.45/12.47	c cleaning 29022 clauses out of 58054 with flag 3161399/455862
14.25/13.20	c cleaning 30008 clauses out of 60032 with flag 3345816/486862
14.95/13.95	c cleaning 30995 clauses out of 62025 with flag 3548786/518863
15.66/14.69	c cleaning 32007 clauses out of 64029 with flag 3772282/551862
16.46/15.40	c cleaning 32993 clauses out of 66022 with flag 3998685/585862
17.19/16.19	c cleaning 33995 clauses out of 68030 with flag 4205450/620863
17.97/16.96	c cleaning 34997 clauses out of 70035 with flag 4452045/656863
18.78/17.73	c cleaning 35993 clauses out of 72038 with flag 4710576/693863
19.69/18.65	c cleaning 36999 clauses out of 74045 with flag 4968302/731863
20.68/19.61	c cleaning 38005 clauses out of 76046 with flag 5243432/770863
21.59/20.50	c cleaning 39004 clauses out of 78040 with flag 5512519/810862
22.53/21.41	c cleaning 40007 clauses out of 80036 with flag 5786732/851862
23.73/22.61	c cleaning 40999 clauses out of 82030 with flag 5987754/893863
24.83/23.74	c cleaning 42006 clauses out of 84033 with flag 6193483/936865
25.84/24.72	c cleaning 42984 clauses out of 86026 with flag 6525994/980864
26.94/25.86	c cleaning 44014 clauses out of 88040 with flag 6865242/1025862
28.05/26.91	c cleaning 45009 clauses out of 90030 with flag 7153632/1071866
29.55/28.50	c cleaning 46001 clauses out of 92018 with flag 7485131/1118863
30.76/29.63	c cleaning 46996 clauses out of 94016 with flag 7766454/1166862
31.86/30.75	c cleaning 47999 clauses out of 96020 with flag 8015181/1215862
33.08/31.99	c cleaning 48981 clauses out of 98021 with flag 8277839/1265862
34.48/33.31	c cleaning 50008 clauses out of 100041 with flag 8584730/1316863
35.90/34.71	c cleaning 51009 clauses out of 102033 with flag 8915467/1368863
37.21/36.08	c cleaning 51998 clauses out of 104024 with flag 9288442/1421863
38.81/37.61	c cleaning 53008 clauses out of 106026 with flag 9670456/1475863
40.68/39.23	c cleaning 54000 clauses out of 108017 with flag 10037566/1530862
42.88/41.43	c cleaning 55006 clauses out of 110017 with flag 10447747/1586862
44.38/42.94	c cleaning 55998 clauses out of 112012 with flag 10765918/1643863
45.99/44.52	c cleaning 57003 clauses out of 114013 with flag 11130586/1701862
47.69/46.25	c cleaning 57996 clauses out of 116010 with flag 11520943/1760862
49.52/48.02	c cleaning 58997 clauses out of 118015 with flag 11920312/1820863
51.21/49.79	c cleaning 60001 clauses out of 120017 with flag 12311211/1881862
53.00/51.56	c cleaning 60997 clauses out of 122017 with flag 12704198/1943863
54.73/53.27	c cleaning 61998 clauses out of 124020 with flag 13106308/2006863
56.84/55.30	c cleaning 63000 clauses out of 126022 with flag 13525107/2070863
58.85/57.33	c cleaning 64007 clauses out of 128021 with flag 13954841/2135862
60.85/59.30	c cleaning 64999 clauses out of 130014 with flag 14407685/2201862
62.85/61.34	c cleaning 65997 clauses out of 132015 with flag 14853718/2268862
65.05/63.57	c cleaning 66987 clauses out of 134019 with flag 15278597/2336863
67.46/65.93	c cleaning 68007 clauses out of 136031 with flag 15747939/2405862
69.58/68.08	c cleaning 69010 clauses out of 138024 with flag 16237342/2475862
71.97/70.43	c cleaning 69993 clauses out of 140015 with flag 16701703/2546863
74.27/72.77	c cleaning 71008 clauses out of 142023 with flag 17190609/2618864
76.59/75.03	c cleaning 72004 clauses out of 144013 with flag 17709613/2691862
79.21/77.60	c cleaning 72995 clauses out of 146010 with flag 18218446/2765863
81.50/79.96	c cleaning 74001 clauses out of 148015 with flag 18720351/2840863
83.99/82.41	c cleaning 75003 clauses out of 150013 with flag 19225481/2916862
86.62/85.07	c cleaning 75988 clauses out of 152012 with flag 19730217/2993864
89.62/88.08	c cleaning 77001 clauses out of 154023 with flag 20260063/3071863
92.51/90.94	c cleaning 77998 clauses out of 156021 with flag 20789005/3150862
95.31/93.75	c cleaning 79006 clauses out of 158024 with flag 21305964/3230863
97.91/96.39	c cleaning 80002 clauses out of 160017 with flag 21844261/3311862
100.82/99.21	c cleaning 80999 clauses out of 162015 with flag 22349832/3393862
103.53/101.91	c cleaning 81999 clauses out of 164017 with flag 22879934/3476863
106.33/104.76	c cleaning 83003 clauses out of 166019 with flag 23411854/3560864
109.43/107.87	c cleaning 84000 clauses out of 168015 with flag 23964361/3645863
112.53/110.96	c cleaning 85002 clauses out of 170015 with flag 24545863/3731863
115.84/114.20	c cleaning 85999 clauses out of 172012 with flag 25108198/3818862
118.96/117.35	c cleaning 86994 clauses out of 174013 with flag 25665316/3906862
122.26/120.60	c cleaning 88004 clauses out of 176020 with flag 26208609/3995863
125.27/123.67	c cleaning 89002 clauses out of 178015 with flag 26759962/4085862
129.60/127.97	c cleaning 89996 clauses out of 180013 with flag 27370635/4176862
133.03/131.31	c cleaning 91004 clauses out of 182017 with flag 27986930/4268862
136.52/134.80	c cleaning 91998 clauses out of 184014 with flag 28684686/4361863
140.01/138.39	c cleaning 92992 clauses out of 186015 with flag 29281052/4455862
143.82/142.17	c cleaning 94002 clauses out of 188024 with flag 29946299/4550863
147.40/145.74	c cleaning 95008 clauses out of 190023 with flag 30565818/4646864
151.29/149.66	c cleaning 95998 clauses out of 192013 with flag 31229145/4743862
155.28/153.67	c cleaning 97001 clauses out of 194018 with flag 31896477/4841865
159.06/157.44	c cleaning 98002 clauses out of 196015 with flag 32588776/4940863
162.98/161.30	c cleaning 98999 clauses out of 198012 with flag 33267419/5040862
166.97/165.30	c cleaning 100000 clauses out of 200013 with flag 33948021/5141862
170.89/169.27	c cleaning 100999 clauses out of 202015 with flag 34617264/5243864
175.00/173.39	c cleaning 102005 clauses out of 204015 with flag 35343930/5346863
179.10/177.48	c cleaning 102996 clauses out of 206011 with flag 36036513/5450864
183.22/181.51	c cleaning 103998 clauses out of 208013 with flag 36693089/5555862
187.41/185.73	c cleaning 104999 clauses out of 210016 with flag 37447848/5661863
191.60/189.92	c cleaning 106006 clauses out of 212018 with flag 38167729/5768864
195.61/193.96	c cleaning 107001 clauses out of 214010 with flag 38883826/5876862
200.17/198.48	c cleaning 107993 clauses out of 216010 with flag 39668702/5985863
204.96/203.24	c cleaning 109002 clauses out of 218016 with flag 40421730/6095862
209.36/207.67	c cleaning 110001 clauses out of 220015 with flag 41128613/6206863
213.97/212.27	c cleaning 110990 clauses out of 222014 with flag 41819412/6318863
218.66/216.90	c cleaning 112008 clauses out of 224023 with flag 42604293/6431862
223.16/221.48	c cleaning 113004 clauses out of 226015 with flag 43324381/6545862
228.36/226.62	c cleaning 114002 clauses out of 228011 with flag 44071071/6660862
233.47/231.70	c cleaning 114995 clauses out of 230009 with flag 44787053/6776862
238.86/237.14	c cleaning 116007 clauses out of 232015 with flag 45631427/6893863
244.04/242.32	c cleaning 116998 clauses out of 234007 with flag 46441365/7011862
249.44/247.75	c cleaning 117985 clauses out of 236009 with flag 47226656/7130862
254.64/252.95	c cleaning 118995 clauses out of 238024 with flag 48079670/7250862
259.96/258.24	c cleaning 120013 clauses out of 240029 with flag 48855271/7371862
265.56/263.80	c cleaning 120993 clauses out of 242017 with flag 49741680/7493863
270.77/269.08	c cleaning 122008 clauses out of 244023 with flag 50631540/7616862
276.17/274.48	c cleaning 123011 clauses out of 246025 with flag 51490444/7740872
281.94/280.15	c cleaning 123997 clauses out of 248004 with flag 52344329/7865862
287.62/285.81	c cleaning 124995 clauses out of 250007 with flag 53210942/7991862
293.30/291.57	c cleaning 126000 clauses out of 252012 with flag 54035640/8118862
298.92/297.13	c cleaning 126998 clauses out of 254013 with flag 54838718/8246863
304.71/302.92	c cleaning 127995 clauses out of 256014 with flag 55755206/8375862
311.38/309.61	c cleaning 129008 clauses out of 258019 with flag 56722008/8505862
317.47/315.71	c cleaning 130003 clauses out of 260012 with flag 57578035/8636863
324.07/322.31	c cleaning 131000 clauses out of 262009 with flag 58469459/8768863
330.47/328.75	c cleaning 131998 clauses out of 264009 with flag 59381105/8901863
336.45/334.79	c cleaning 133000 clauses out of 266010 with flag 60265157/9035862
342.64/341.00	c cleaning 133996 clauses out of 268010 with flag 61143496/9170862
349.03/347.38	c cleaning 135004 clauses out of 270014 with flag 62068466/9306862
355.64/353.92	c cleaning 136005 clauses out of 272013 with flag 63038537/9443865
362.35/360.64	c cleaning 136994 clauses out of 274006 with flag 63987244/9581863
369.35/367.65	c cleaning 138002 clauses out of 276012 with flag 65011932/9720863
376.42/374.65	c cleaning 138995 clauses out of 278010 with flag 65983046/9860863
383.45/381.68	c cleaning 140002 clauses out of 280014 with flag 67037763/10001862
390.77/388.97	c cleaning 140995 clauses out of 282013 with flag 68091350/10143863
398.29/396.40	c cleaning 142000 clauses out of 284017 with flag 69122963/10286862
405.29/403.40	c cleaning 143001 clauses out of 286018 with flag 70127843/10430863
412.19/410.32	c cleaning 144004 clauses out of 288017 with flag 71180739/10575863
419.93/418.06	c cleaning 145001 clauses out of 290013 with flag 72217405/10721863
427.88/425.95	c cleaning 145995 clauses out of 292011 with flag 73212168/10868862
435.30/433.35	c cleaning 147006 clauses out of 294017 with flag 74198468/11016863
443.79/441.80	c cleaning 148003 clauses out of 296011 with flag 75339549/11165863
451.58/449.62	c cleaning 149001 clauses out of 298012 with flag 76344402/11315867
459.58/457.64	c cleaning 150007 clauses out of 300013 with flag 77393617/11466869
467.77/465.87	c cleaning 150997 clauses out of 301999 with flag 78518735/11618862
475.76/473.80	c cleaning 151980 clauses out of 304003 with flag 79599474/11771863
484.26/482.36	c cleaning 153011 clauses out of 306025 with flag 80635326/11925865
492.64/490.61	c cleaning 153989 clauses out of 308013 with flag 81633796/12080864
501.25/499.28	c cleaning 155003 clauses out of 310022 with flag 82659537/12236862
509.83/507.87	c cleaning 156002 clauses out of 312019 with flag 83719999/12393862
518.13/516.15	c cleaning 157003 clauses out of 314018 with flag 84785469/12551863
526.79/524.84	c cleaning 158005 clauses out of 316016 with flag 85808415/12710864
535.60/533.62	c cleaning 158999 clauses out of 318011 with flag 86869717/12870864
544.41/542.47	c cleaning 159986 clauses out of 320010 with flag 87944644/13031862
553.41/551.49	c cleaning 160996 clauses out of 322024 with flag 89002341/13193862
563.01/561.09	c cleaning 162012 clauses out of 324030 with flag 90217396/13356864
572.55/570.59	c cleaning 162986 clauses out of 326016 with flag 91351481/13520862
583.25/581.26	c cleaning 164015 clauses out of 328030 with flag 92636847/13685862
593.44/591.43	c cleaning 165004 clauses out of 330015 with flag 93900480/13851862
603.52/601.56	c cleaning 165997 clauses out of 332012 with flag 95247773/14018863
614.05/612.04	c cleaning 167002 clauses out of 334016 with flag 96478319/14186864
623.32/621.34	c cleaning 168004 clauses out of 336013 with flag 97581619/14355863
633.94/631.98	c cleaning 169002 clauses out of 338008 with flag 98758357/14525862
645.22/643.15	c cleaning 170003 clauses out of 340007 with flag 100093155/14696863
655.62/653.50	c cleaning 170988 clauses out of 342005 with flag 101380915/14868864
665.91/663.86	c cleaning 172000 clauses out of 344015 with flag 102692972/15041862
676.92/674.80	c cleaning 172997 clauses out of 346016 with flag 104000615/15215863
687.80/685.64	c cleaning 174001 clauses out of 348019 with flag 105312685/15390863
698.68/696.58	c cleaning 175004 clauses out of 350017 with flag 106504307/15566862
710.48/708.39	c cleaning 176001 clauses out of 352014 with flag 107838002/15743863
722.70/720.51	c cleaning 177004 clauses out of 354013 with flag 109185909/15921863
734.69/732.50	c cleaning 177987 clauses out of 356009 with flag 110585240/16100863
746.78/744.54	c cleaning 178999 clauses out of 358021 with flag 111989293/16280862
758.48/756.22	c cleaning 180009 clauses out of 360022 with flag 113271446/16461862
769.99/767.77	c cleaning 181002 clauses out of 362013 with flag 114689660/16643862
782.00/779.71	c cleaning 181998 clauses out of 364012 with flag 116064551/16826863
793.31/791.04	c cleaning 182995 clauses out of 366013 with flag 117369704/17010862
805.06/802.73	c cleaning 184000 clauses out of 368021 with flag 118699472/17195865
817.65/815.33	c cleaning 184995 clauses out of 370019 with flag 120144480/17381863
828.75/826.49	c cleaning 186011 clauses out of 372024 with flag 121331556/17568863
841.63/839.33	c cleaning 186995 clauses out of 374012 with flag 122800560/17756862
854.34/852.11	c cleaning 188005 clauses out of 376018 with flag 124230435/17945863
868.31/866.01	c cleaning 189003 clauses out of 378013 with flag 125786310/18135863
880.50/878.11	c cleaning 190000 clauses out of 380009 with flag 127145609/18326862
892.86/890.52	c cleaning 190987 clauses out of 382009 with flag 128506469/18518862
905.63/903.36	c cleaning 191998 clauses out of 384023 with flag 129889016/18711863
918.61/916.31	c cleaning 193010 clauses out of 386024 with flag 131259774/18905862
933.08/930.81	c cleaning 194005 clauses out of 388016 with flag 132894976/19100864
948.06/945.86	c cleaning 195004 clauses out of 390009 with flag 134595297/19296862
961.75/959.55	c cleaning 195988 clauses out of 392005 with flag 136150158/19493862
975.85/973.66	c cleaning 197004 clauses out of 394017 with flag 137767860/19691862
990.45/988.17	c cleaning 197992 clauses out of 396013 with flag 139284880/19890862
1005.37/1003.06	c cleaning 199000 clauses out of 398022 with flag 140812142/20090863
1021.37/1019.08	c cleaning 200010 clauses out of 400021 with flag 142509493/20291862
1036.61/1034.12	c cleaning 200988 clauses out of 402011 with flag 144175875/20493862
1051.09/1048.60	c cleaning 202011 clauses out of 404023 with flag 145784909/20696862
1066.20/1063.77	c cleaning 203001 clauses out of 406012 with flag 147470626/20900862
1082.40/1079.93	c cleaning 204004 clauses out of 408011 with flag 149195963/21105862
1099.07/1096.56	c cleaning 204998 clauses out of 410008 with flag 150883254/21311863
1115.87/1113.32	c cleaning 206001 clauses out of 412009 with flag 152674844/21518862
1133.75/1131.25	c cleaning 206997 clauses out of 414008 with flag 154507430/21726862
1148.14/1145.67	c cleaning 207996 clauses out of 416011 with flag 156168547/21935862
1162.42/1159.85	c cleaning 209000 clauses out of 418015 with flag 157569898/22145862
1178.93/1176.36	c cleaning 210004 clauses out of 420016 with flag 159374096/22356863
1195.53/1192.95	c cleaning 211003 clauses out of 422012 with flag 161242030/22568863
1211.51/1208.83	c cleaning 211995 clauses out of 424008 with flag 162888449/22781862
1227.19/1224.57	c cleaning 212999 clauses out of 426014 with flag 164597780/22995863
1243.90/1241.20	c cleaning 214000 clauses out of 428016 with flag 166318759/23210864
1261.59/1258.99	c cleaning 215001 clauses out of 430014 with flag 168166694/23426862
1278.89/1276.18	c cleaning 216004 clauses out of 432013 with flag 169954140/23643862
1295.35/1292.60	c cleaning 216993 clauses out of 434009 with flag 171616644/23861862
1313.83/1311.15	c cleaning 218004 clauses out of 436017 with flag 173485650/24080863
1331.17/1328.51	c cleaning 218991 clauses out of 438012 with flag 175207516/24300862
1351.15/1348.51	c cleaning 220008 clauses out of 440023 with flag 177173601/24521864
1370.37/1367.68	c cleaning 220997 clauses out of 442015 with flag 179091551/24743864
1390.04/1387.31	c cleaning 222009 clauses out of 444018 with flag 181089142/24966864
1408.01/1405.31	c cleaning 222989 clauses out of 446008 with flag 182895003/25190863
1426.50/1423.87	c cleaning 223992 clauses out of 448018 with flag 184814417/25415862
1445.70/1443.10	c cleaning 225013 clauses out of 450026 with flag 186771441/25641862
1464.17/1461.54	c cleaning 226005 clauses out of 452015 with flag 188750558/25868864
1483.65/1480.93	c cleaning 226992 clauses out of 454008 with flag 190730838/26096862
1502.11/1499.46	c cleaning 228005 clauses out of 456017 with flag 192545663/26325863
1522.95/1520.38	c cleaning 228995 clauses out of 458011 with flag 194603041/26555862
1542.31/1539.78	c cleaning 230000 clauses out of 460016 with flag 196571328/26786862
1563.17/1560.63	c cleaning 231002 clauses out of 462016 with flag 198609649/27018862
1583.31/1580.81	c cleaning 232001 clauses out of 464014 with flag 200612170/27251862
1604.71/1602.23	c cleaning 232999 clauses out of 466013 with flag 202600499/27485862
1625.00/1622.56	c cleaning 233996 clauses out of 468014 with flag 204639021/27720862
1644.79/1642.20	c cleaning 235009 clauses out of 470018 with flag 206624463/27956862
1665.70/1663.13	c cleaning 236003 clauses out of 472010 with flag 208631598/28193863
1684.08/1681.51	c cleaning 236991 clauses out of 474006 with flag 210701052/28431862
1704.87/1702.28	c cleaning 238000 clauses out of 476016 with flag 212723971/28670863
1726.38/1723.75	c cleaning 239005 clauses out of 478015 with flag 214897677/28910862
1746.17/1743.54	c cleaning 239997 clauses out of 480010 with flag 216761341/29151862
1769.18/1766.45	c cleaning 241004 clauses out of 482013 with flag 219080686/29393862
1792.70/1789.90	c cleaning 242002 clauses out of 484010 with flag 221347618/29636863
1815.19/1812.34	c cleaning 242995 clauses out of 486007 with flag 223597781/29880862
1837.39/1834.52	c cleaning 244000 clauses out of 488014 with flag 225838081/30125864
1862.30/1859.38	c cleaning 245006 clauses out of 490017 with flag 228140513/30371867
1885.39/1882.43	c cleaning 245994 clauses out of 492008 with flag 230381336/30618864
1909.88/1906.93	c cleaning 246995 clauses out of 494013 with flag 232767478/30866863
1934.50/1931.40	c cleaning 248000 clauses out of 496018 with flag 235155333/31115863
1957.76/1954.73	c cleaning 248996 clauses out of 498017 with flag 237485841/31365862
1980.01/1977.08	c cleaning 250007 clauses out of 500021 with flag 239764194/31616862
2004.17/2001.26	c cleaning 251005 clauses out of 502015 with flag 242162495/31868863
2029.59/2026.57	c cleaning 251996 clauses out of 504010 with flag 244535680/32121863
2054.32/2051.39	c cleaning 253005 clauses out of 506016 with flag 246872780/32375865
2077.99/2075.07	c cleaning 253995 clauses out of 508009 with flag 249176452/32630863
2103.50/2100.68	c cleaning 255002 clauses out of 510014 with flag 251563548/32886863
2130.34/2127.58	c cleaning 255999 clauses out of 512011 with flag 254001319/33143862
2155.26/2152.58	c cleaning 257004 clauses out of 514013 with flag 256422804/33401863
2182.88/2180.25	c cleaning 257996 clauses out of 516008 with flag 258857345/33660862
2208.03/2205.43	c cleaning 258997 clauses out of 518014 with flag 261239570/33920864
2234.44/2231.79	c cleaning 260004 clauses out of 520015 with flag 263833697/34181862
2259.20/2256.56	c cleaning 261004 clauses out of 522012 with flag 266204992/34443863
2284.08/2281.40	c cleaning 262002 clauses out of 524007 with flag 268389773/34706862
2310.37/2307.80	c cleaning 263002 clauses out of 526006 with flag 270941537/34970863
2339.88/2337.18	c cleaning 263998 clauses out of 528003 with flag 273504308/35235862
2364.87/2362.12	c cleaning 265000 clauses out of 530006 with flag 275995687/35501863
2394.81/2391.99	c cleaning 266000 clauses out of 532006 with flag 278768869/35768863
2419.73/2416.83	c cleaning 267001 clauses out of 534005 with flag 281249014/36036862
2448.77/2445.71	c cleaning 268001 clauses out of 536005 with flag 283851695/36305863
2473.96/2470.97	c cleaning 268988 clauses out of 538003 with flag 286180476/36575862
2502.91/2499.92	c cleaning 270005 clauses out of 540015 with flag 288781337/36846862
2533.86/2530.77	c cleaning 271000 clauses out of 542010 with flag 291415061/37118862
2562.34/2559.22	c cleaning 271990 clauses out of 544010 with flag 294087860/37391862
2590.40/2587.39	c cleaning 273001 clauses out of 546020 with flag 296655431/37665862
2620.03/2616.88	c cleaning 274006 clauses out of 548019 with flag 299288334/37940862
2648.02/2644.85	c cleaning 274996 clauses out of 550013 with flag 301911707/38216862
2676.10/2672.97	c cleaning 276007 clauses out of 552018 with flag 304551543/38493863
2705.35/2702.02	c cleaning 276997 clauses out of 554010 with flag 307187681/38771862
2735.74/2732.41	c cleaning 278002 clauses out of 556014 with flag 309968151/39050863
2767.79/2764.51	c cleaning 279000 clauses out of 558011 with flag 312732126/39330862
2796.85/2793.63	c cleaning 279993 clauses out of 560013 with flag 315468479/39611864
2827.85/2824.50	c cleaning 280997 clauses out of 562018 with flag 318268713/39893862
2855.88/2852.65	c cleaning 282010 clauses out of 564021 with flag 320905981/40176862
2886.61/2883.47	c cleaning 283002 clauses out of 566012 with flag 323752234/40460863
2917.33/2914.20	c cleaning 283997 clauses out of 568010 with flag 326524988/40745863
2946.26/2943.20	c cleaning 284994 clauses out of 570013 with flag 329202022/41031863
2977.01/2974.03	c cleaning 285998 clauses out of 572019 with flag 331977576/41318863
3005.84/3002.93	c cleaning 287006 clauses out of 574020 with flag 334593185/41606862
3033.27/3030.29	c cleaning 287995 clauses out of 576015 with flag 337347705/41895863
3060.58/3057.55	c cleaning 289000 clauses out of 578019 with flag 340079595/42185862
3088.08/3085.02	c cleaning 289999 clauses out of 580019 with flag 342784274/42476862
3117.74/3114.51	c cleaning 291002 clauses out of 582020 with flag 345636742/42768862
3147.53/3144.38	c cleaning 292000 clauses out of 584018 with flag 348486796/43061862
3176.81/3173.65	c cleaning 293000 clauses out of 586019 with flag 351330535/43355863
3205.41/3202.05	c cleaning 294001 clauses out of 588019 with flag 354135853/43650863
3236.56/3233.23	c cleaning 295001 clauses out of 590017 with flag 357129504/43946862
3265.36/3262.07	c cleaning 296006 clauses out of 592016 with flag 360009639/44243862
3297.24/3294.00	c cleaning 296998 clauses out of 594010 with flag 362749365/44541862
3328.37/3324.95	c cleaning 298002 clauses out of 596013 with flag 365601164/44840863
3361.83/3358.49	c cleaning 299002 clauses out of 598012 with flag 368708322/45140864
3393.19/3389.84	c cleaning 299987 clauses out of 600008 with flag 371615950/45441862
3420.96/3417.67	c cleaning 300996 clauses out of 602023 with flag 374476534/45743864
3449.59/3446.11	c cleaning 302007 clauses out of 604027 with flag 377368250/46046864
3482.59/3479.18	c cleaning 303007 clauses out of 606019 with flag 380457717/46350863
3513.15/3509.79	c cleaning 304001 clauses out of 608013 with flag 383425780/46655864
3541.92/3538.36	c cleaning 304992 clauses out of 610011 with flag 386346391/46961863
3575.69/3572.12	c cleaning 306004 clauses out of 612019 with flag 389295105/47268863
3600.01/3596.50	c starts		: 273364
3600.01/3596.51	c conflicts		: 47576862
3600.01/3596.51	c decisions		: 92309626
3600.01/3596.51	c propagations		: 876646639
3600.01/3596.51	c inspects		: 76553418388
3600.01/3596.51	c shortcuts		: 0
3600.01/3596.51	c learnt literals	: 0
3600.01/3596.51	c learnt binary clauses	: 2
3600.01/3596.51	c learnt ternary clauses	: 373
3600.01/3596.51	c learnt constraints	: 47576862
3600.01/3596.51	c ignored constraints	: 0
3600.01/3596.51	c root simplifications	: 0
3600.01/3596.51	c removed literals (reason simplification)	: 1029071233
3600.01/3596.51	c reason swapping (by a shorter reason)	: 0
3600.01/3596.51	c Calls to reduceDB	: 304
3600.01/3596.51	c Number of update (reduction) of LBD	: 19376918
3600.01/3596.51	c Imported unit clauses	: 0
3600.01/3596.51	c No decision after first conflict	: false
3600.01/3596.51	c number of reductions to clauses (during analyze)	: 0
3600.01/3596.51	c number of learned constraints concerned by reduction	: 0
3600.01/3596.51	c number of learning phase by resolution	: 0
3600.01/3596.51	c number of learning phase by cutting planes	: 0
3600.01/3596.51	c number of rounding to 1 operations	: 0
3600.01/3596.51	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3596.51	c number of reductions of the coefficients by power 2 	: 0
3600.01/3596.51	c number of right shift for reduction by power 2 	: 0
3600.01/3596.51	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3596.51	c number of ending skipping 	: 0
3600.01/3596.51	c number of internal skipping 	: 0
3600.01/3596.51	c number of derivation steps 	: 0
3600.01/3596.51	c number of skipped derivation steps 	: 0
3600.01/3596.51	c number of remaining unassigned 	: 0
3600.01/3596.51	c number of remaining assigned 	: 0
3600.01/3596.51	c number of falsified literals weakened from reason	: 0
3600.01/3596.51	c number of falsified literals weakened from conflict	: 0
3600.01/3596.51	c time for arithmetic operations	: 0
3600.01/3596.51	c minimum degree of deleted constraints	: null
3600.01/3596.51	c maximum degree of deleted constraints	: null
3600.01/3596.51	c number of deleted constraints	: 0
3600.01/3596.51	c speed (assignments/second)	: 243758.74534600167
3600.01/3596.51	c non guided choices	: 709
3600.01/3596.57	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 614012
3600.01/3596.57	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2
3600.01/3596.57	s SATISFIABLE
3600.01/3596.57	c Found 3 solution(s)
3600.01/3596.57	v x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 -x20 -x21 -x22 x23 x24 x25 -x26 -x27 -x28 x29 x30 -x31 -x32 -x33 x34 x35 -x36 -x37 x38 x39 -x40 x41 x42 x43 x44 x45 -x46 -x47 -x48 -x49 -x50 -x51 x52 -x53 x54 x55 -x56 -x57 -x58 x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 x83 -x84 -x85 -x86 -x87 -x88 -x89 x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 x160 -x161 -x162 -x163 -x164 x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 x176 x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 x187 -x188 -x189 -x190 x191 -x192 -x193 -x194 -x195 -x196 -x197 x198 -x199 -x200 -x201 -x202 -x203 -x204 x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 x224 -x225 
3600.01/3596.57	c objective function=3
3600.01/3596.57	c Total wall clock time (in seconds): 3596.48

Verifier Data

OK	3

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

running on 4 cores: 8-11

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

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

CPU governors:
  performance: 8-11

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (106347 MiB free)
  node 1: cores 8-15, 129019 MiB (105007 MiB free)
  node 2: cores 16-23, 129019 MiB (109963 MiB free)
  node 3: cores 24-31, 129003 MiB (108969 MiB free)
  node 4: cores 32-39, 129019 MiB (108995 MiB free)
  node 5: cores 40-47, 129019 MiB (112331 MiB free)
  node 6: cores 48-55, 129019 MiB (110140 MiB free)
  node 7: cores 56-63, 128429 MiB (109772 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=2542808, runsolver pid=2542805
Current StackSize limit: 8192 KiB


[startup+0.100065 s]*
/proc/loadavg: 9.41 4.47 8.11 18/1225 2542829
/proc/meminfo: memFree=892413628/1055320720 swapFree=33554428/33554428
[pid=2542808] ppid=2542805 vsize=34967840 memory=60332 CPUtime=0.18 cores=8-11
/proc/2542808/stat : 2542808 (java) S 2542805 2542808 2533471 0 -1 4194304 7909 0 0 0 17 1 0 0 20 0 20 0 173099887 35807068160 14641 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 0 0 16800975 0 0 0 17 9 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
/proc/2542808/statm: 8741960 15083 6218 1 0 33632 0
[pid=2542808/tid=2542810] ppid=2542805 vsize=34966608 memory=448176484133 CPUtime=0.07 cores=8-11
/proc/2542808/task/2542810/stat : 2542810 (java) R 2542805 2542808 2533471 0 -1 4194368 3178 0 0 0 7 0 0 0 20 0 20 0 173099889 35805806592 14641 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542821] ppid=2542805 vsize=34966608 memory=2280 CPUtime=0 cores=8-11
/proc/2542808/task/2542821/stat : 2542821 (Referen..andler) S 2542805 2542808 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 173099890 35805806592 14641 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542822] ppid=2542805 vsize=34966608 memory=57385897165298 CPUtime=0 cores=8-11
/proc/2542808/task/2542822/stat : 2542822 (Finalizer) S 2542805 2542808 2533471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 173099890 35805806592 14641 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542825] ppid=2542805 vsize=34966608 memory=56294992249448 CPUtime=0 cores=8-11
/proc/2542808/task/2542825/stat : 2542825 (Monitor..Thread) S 2542805 2542808 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 173099890 35805806592 14641 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542828] ppid=2542805 vsize=34966608 memory=59589265720105 CPUtime=0 cores=8-11
/proc/2542808/task/2542828/stat : 2542828 (Notific..Thread) S 2542805 2542808 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 173099890 35805806592 14641 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542829] ppid=2542805 vsize=34966608 memory=14127831886071070 CPUtime=0 cores=8-11
/proc/2542808/task/2542829/stat : 2542829 (Common-Cleaner) S 2542805 2542808 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 173099890 35805806592 14641 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 34967840 KiB
Current children cumulated memory: 60332 KiB

[startup+0.213895 s]*
/proc/loadavg: 9.41 4.47 8.11 19/1227 2542831
/proc/meminfo: memFree=892383804/1055320720 swapFree=33554428/33554428
[pid=2542808] ppid=2542805 vsize=35033172 memory=78488 CPUtime=0.55 cores=8-11
/proc/2542808/stat : 2542808 (java) S 2542805 2542808 2533471 0 -1 4194304 9411 0 0 0 54 1 0 0 20 0 21 0 173099887 35873968128 19012 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 0 0 16800975 0 0 0 17 9 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
/proc/2542808/statm: 8758293 19622 6248 1 0 36093 0
[pid=2542808/tid=2542810] ppid=2542805 vsize=35033172 memory=8463496258342974773 CPUtime=0.19 cores=8-11
/proc/2542808/task/2542810/stat : 2542810 (java) R 2542805 2542808 2533471 0 -1 4194368 3292 0 0 0 18 1 0 0 20 0 21 0 173099889 35873968128 19012 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542821] ppid=2542805 vsize=35033172 memory=219999897498 CPUtime=0 cores=8-11
/proc/2542808/task/2542821/stat : 2542821 (Referen..andler) S 2542805 2542808 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 173099890 35873968128 19012 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542822] ppid=2542805 vsize=35033172 memory=17988 CPUtime=0 cores=8-11
/proc/2542808/task/2542822/stat : 2542822 (Finalizer) S 2542805 2542808 2533471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 173099890 35873968128 19012 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542825] ppid=2542805 vsize=35033172 memory=18341 CPUtime=0 cores=8-11
/proc/2542808/task/2542825/stat : 2542825 (Monitor..Thread) S 2542805 2542808 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 173099890 35873968128 19012 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542828] ppid=2542805 vsize=35033172 memory=18908 CPUtime=0 cores=8-11
/proc/2542808/task/2542828/stat : 2542828 (Notific..Thread) S 2542805 2542808 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 173099890 35873968128 19012 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542829] ppid=2542805 vsize=35033172 memory=63809 CPUtime=0 cores=8-11
/proc/2542808/task/2542829/stat : 2542829 (Common-Cleaner) S 2542805 2542808 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 173099890 35873968128 19012 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542831] ppid=2542805 vsize=35033172 memory=4050481201254013998 CPUtime=0 cores=8-11
/proc/2542808/task/2542831/stat : 2542831 (Timer-0) S 2542805 2542808 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 173099902 35873968128 19012 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 78488 KiB

[startup+0.313535 s]*
/proc/loadavg: 9.41 4.47 8.11 19/1228 2542832
/proc/meminfo: memFree=892361056/1055320720 swapFree=33554428/33554428
[pid=2542808] ppid=2542805 vsize=35099736 memory=84796 CPUtime=0.85 cores=8-11
/proc/2542808/stat : 2542808 (java) S 2542805 2542808 2533471 0 -1 4194304 9972 0 0 0 84 1 0 0 20 0 22 0 173099887 35942129664 20785 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 0 0 16800975 0 0 0 17 9 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
/proc/2542808/statm: 8774934 21199 6264 1 0 42251 0
[pid=2542808/tid=2542810] ppid=2542805 vsize=35099736 memory=8389771804677338421 CPUtime=0.29 cores=8-11
/proc/2542808/task/2542810/stat : 2542810 (java) R 2542805 2542808 2533471 0 -1 4194368 3293 0 0 0 28 1 0 0 20 0 22 0 173099889 35942129664 20785 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542821] ppid=2542805 vsize=35099736 memory=219999897498 CPUtime=0 cores=8-11
/proc/2542808/task/2542821/stat : 2542821 (Referen..andler) S 2542805 2542808 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 173099890 35942129664 20785 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542822] ppid=2542805 vsize=35099736 memory=17988 CPUtime=0 cores=8-11
/proc/2542808/task/2542822/stat : 2542822 (Finalizer) S 2542805 2542808 2533471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 173099890 35942129664 20785 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542825] ppid=2542805 vsize=35099736 memory=18341 CPUtime=0 cores=8-11
/proc/2542808/task/2542825/stat : 2542825 (Monitor..Thread) S 2542805 2542808 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 173099890 35942129664 20785 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542828] ppid=2542805 vsize=35099736 memory=18908 CPUtime=0 cores=8-11
/proc/2542808/task/2542828/stat : 2542828 (Notific..Thread) S 2542805 2542808 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 173099890 35942129664 20785 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542829] ppid=2542805 vsize=35099736 memory=63809 CPUtime=0 cores=8-11
/proc/2542808/task/2542829/stat : 2542829 (Common-Cleaner) S 2542805 2542808 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 173099890 35942129664 20785 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542831] ppid=2542805 vsize=35099736 memory=4050481201254013998 CPUtime=0 cores=8-11
/proc/2542808/task/2542831/stat : 2542831 (Timer-0) S 2542805 2542808 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 173099902 35942129664 20785 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
Current children cumulated CPU time: 0.85 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 84796 KiB

[startup+0.70021 s]
/proc/loadavg: 9.41 4.47 8.11 18/1228 2542832
/proc/meminfo: memFree=892310392/1055320720 swapFree=33554428/33554428
[pid=2542808] ppid=2542805 vsize=35099736 memory=87264 CPUtime=1.51 cores=8-11
/proc/2542808/stat : 2542808 (java) S 2542805 2542808 2533471 0 -1 4194304 10084 0 0 0 149 2 0 0 20 0 22 0 173099887 35942129664 21541 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 0 0 16800975 0 0 0 17 9 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
/proc/2542808/statm: 8774934 21816 6280 1 0 43301 0
[pid=2542808/tid=2542810] ppid=2542805 vsize=35099736 memory=4828 CPUtime=0.66 cores=8-11
/proc/2542808/task/2542810/stat : 2542810 (java) R 2542805 2542808 2533471 0 -1 4194368 3306 0 0 0 65 1 0 0 20 0 22 0 173099889 35942129664 21541 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542821] ppid=2542805 vsize=35099736 memory=4158 CPUtime=0 cores=8-11
/proc/2542808/task/2542821/stat : 2542821 (Referen..andler) S 2542805 2542808 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 173099890 35942129664 21541 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542822] ppid=2542805 vsize=35099736 memory=5896 CPUtime=0 cores=8-11
/proc/2542808/task/2542822/stat : 2542822 (Finalizer) S 2542805 2542808 2533471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 173099890 35942129664 21541 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542825] ppid=2542805 vsize=35099736 memory=3884 CPUtime=0 cores=8-11
/proc/2542808/task/2542825/stat : 2542825 (Monitor..Thread) S 2542805 2542808 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 173099890 35942129664 21541 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542828] ppid=2542805 vsize=35099736 memory=4048 CPUtime=0 cores=8-11
/proc/2542808/task/2542828/stat : 2542828 (Notific..Thread) S 2542805 2542808 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 173099890 35942129664 21541 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542829] ppid=2542805 vsize=35099736 memory=0 CPUtime=0 cores=8-11
/proc/2542808/task/2542829/stat : 2542829 (Common-Cleaner) S 2542805 2542808 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 173099890 35942129664 21541 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542831] ppid=2542805 vsize=35099736 memory=147605141063312 CPUtime=0 cores=8-11
/proc/2542808/task/2542831/stat : 2542831 (Timer-0) S 2542805 2542808 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 173099902 35942129664 21541 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
Current children cumulated CPU time: 1.51 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 87264 KiB

[startup+1.50016 s]
/proc/loadavg: 9.41 4.47 8.11 21/1228 2542832
/proc/meminfo: memFree=892264100/1055320720 swapFree=33554428/33554428
[pid=2542808] ppid=2542805 vsize=35099736 memory=99664 CPUtime=2.47 cores=8-11
/proc/2542808/stat : 2542808 (java) S 2542805 2542808 2533471 0 -1 4194304 14538 0 0 0 245 2 0 0 20 0 22 0 173099887 35942129664 24613 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 0 0 16800975 0 0 0 17 9 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
/proc/2542808/statm: 8774934 24916 6280 1 0 48670 0
[pid=2542808/tid=2542810] ppid=2542805 vsize=35099736 memory=4828 CPUtime=1.46 cores=8-11
/proc/2542808/task/2542810/stat : 2542810 (java) R 2542805 2542808 2533471 0 -1 4194368 3723 0 0 0 145 1 0 0 20 0 22 0 173099889 35942129664 24613 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542821] ppid=2542805 vsize=35099736 memory=0 CPUtime=0 cores=8-11
/proc/2542808/task/2542821/stat : 2542821 (Referen..andler) S 2542805 2542808 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 173099890 35942129664 24613 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542822] ppid=2542805 vsize=35099736 memory=0 CPUtime=0 cores=8-11
/proc/2542808/task/2542822/stat : 2542822 (Finalizer) S 2542805 2542808 2533471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 173099890 35942129664 24613 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542825] ppid=2542805 vsize=35099736 memory=0 CPUtime=0 cores=8-11
/proc/2542808/task/2542825/stat : 2542825 (Monitor..Thread) S 2542805 2542808 2533471 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 22 0 173099890 35942129664 24613 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542828] ppid=2542805 vsize=35099736 memory=0 CPUtime=0 cores=8-11
/proc/2542808/task/2542828/stat : 2542828 (Notific..Thread) S 2542805 2542808 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 173099890 35942129664 24613 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542829] ppid=2542805 vsize=35099736 memory=25333125866717268 CPUtime=0 cores=8-11
/proc/2542808/task/2542829/stat : 2542829 (Common-Cleaner) S 2542805 2542808 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 173099890 35942129664 24613 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542831] ppid=2542805 vsize=35099736 memory=-8312670058677691230 CPUtime=0 cores=8-11
/proc/2542808/task/2542831/stat : 2542831 (Timer-0) S 2542805 2542808 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 173099902 35942129664 24613 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 99664 KiB

[startup+3.11447 s]
/proc/loadavg: 10.34 4.74 8.18 20/1227 2542832
/proc/meminfo: memFree=892019372/1055320720 swapFree=33554428/33554428
[pid=2542808] ppid=2542805 vsize=35099736 memory=109952 CPUtime=4.09 cores=8-11
/proc/2542808/stat : 2542808 (java) S 2542805 2542808 2533471 0 -1 4194304 14760 0 0 0 407 2 0 0 20 0 21 0 173099887 35942129664 27173 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 0 0 16800975 0 0 0 17 9 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
/proc/2542808/statm: 8774934 27488 6280 1 0 48674 0
[pid=2542808/tid=2542810] ppid=2542805 vsize=35099736 memory=0 CPUtime=3.06 cores=8-11
/proc/2542808/task/2542810/stat : 2542810 (java) R 2542805 2542808 2533471 0 -1 4194368 3744 0 0 0 305 1 0 0 20 0 21 0 173099889 35942129664 27173 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542821] ppid=2542805 vsize=35099736 memory=4828 CPUtime=0 cores=8-11
/proc/2542808/task/2542821/stat : 2542821 (Referen..andler) S 2542805 2542808 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 173099890 35942129664 27173 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542822] ppid=2542805 vsize=35099736 memory=109900 CPUtime=0 cores=8-11
/proc/2542808/task/2542822/stat : 2542822 (Finalizer) S 2542805 2542808 2533471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 173099890 35942129664 27173 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542825] ppid=2542805 vsize=35099736 memory=0 CPUtime=0 cores=8-11
/proc/2542808/task/2542825/stat : 2542825 (Monitor..Thread) S 2542805 2542808 2533471 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 21 0 173099890 35942129664 27173 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542828] ppid=2542805 vsize=35099736 memory=87264 CPUtime=0 cores=8-11
/proc/2542808/task/2542828/stat : 2542828 (Notific..Thread) S 2542805 2542808 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 173099890 35942129664 27173 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542829] ppid=2542805 vsize=35099736 memory=140393890973333 CPUtime=0 cores=8-11
/proc/2542808/task/2542829/stat : 2542829 (Common-Cleaner) S 2542805 2542808 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 173099890 35942129664 27173 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542831] ppid=2542805 vsize=35099736 memory=140393890973334 CPUtime=0 cores=8-11
/proc/2542808/task/2542831/stat : 2542831 (Timer-0) S 2542805 2542808 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 173099902 35942129664 27173 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
Current children cumulated CPU time: 4.09 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 109952 KiB

[startup+6.30015 s]

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

/proc/meminfo: memFree=843281100/1055320720 swapFree=33554428/33554428
[pid=2542808] ppid=2542805 vsize=35166300 memory=551908 CPUtime=3405.67 cores=8-11
/proc/2542808/stat : 2542808 (java) S 2542805 2542808 2533471 0 -1 4194304 74943 0 0 0 340504 63 0 0 20 0 23 0 173099887 36010291200 137846 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 0 0 16800975 0 0 0 17 9 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
/proc/2542808/statm: 8791575 137977 6270 1 0 154371 0
[pid=2542808/tid=2542810] ppid=2542805 vsize=35166300 memory=551908 CPUtime=3385.53 cores=8-11
/proc/2542808/task/2542810/stat : 2542810 (java) R 2542805 2542808 2533471 0 -1 4194368 19761 0 0 0 338550 3 0 0 20 0 23 0 173099889 36010291200 137846 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542821] ppid=2542805 vsize=35166300 memory=5712 CPUtime=0 cores=8-11
/proc/2542808/task/2542821/stat : 2542821 (Referen..andler) S 2542805 2542808 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 173099890 36010291200 137846 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542822] ppid=2542805 vsize=35166300 memory=501952 CPUtime=0 cores=8-11
/proc/2542808/task/2542822/stat : 2542822 (Finalizer) S 2542805 2542808 2533471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 173099890 36010291200 137846 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542825] ppid=2542805 vsize=35166300 memory=551908 CPUtime=0.12 cores=8-11
/proc/2542808/task/2542825/stat : 2542825 (Monitor..Thread) S 2542805 2542808 2533471 0 -1 4194368 51 0 0 0 5 7 0 0 20 0 23 0 173099890 36010291200 137846 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542828] ppid=2542805 vsize=35166300 memory=-7668038596234865503 CPUtime=0 cores=8-11
/proc/2542808/task/2542828/stat : 2542828 (Notific..Thread) S 2542805 2542808 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 173099890 36010291200 137846 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542829] ppid=2542805 vsize=35166300 memory=551908 CPUtime=0 cores=8-11
/proc/2542808/task/2542829/stat : 2542829 (Common-Cleaner) S 2542805 2542808 2533471 0 -1 4194368 265 0 0 0 0 0 0 0 20 0 23 0 173099890 36010291200 137846 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542831] ppid=2542805 vsize=35166300 memory=182224 CPUtime=0 cores=8-11
/proc/2542808/task/2542831/stat : 2542831 (Timer-0) S 2542805 2542808 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 173099902 36010291200 137846 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
Current children cumulated CPU time: 3405.67 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 551908 KiB

[startup+3462.3 s]
/proc/loadavg: 17.82 17.04 16.54 23/1224 2543270
/proc/meminfo: memFree=851219956/1055320720 swapFree=33554428/33554428
[pid=2542808] ppid=2542805 vsize=35166300 memory=552164 CPUtime=3465.74 cores=8-11
/proc/2542808/stat : 2542808 (java) S 2542805 2542808 2533471 0 -1 4194304 75260 0 0 0 346510 64 0 0 20 0 23 0 173099887 36010291200 137911 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 0 0 16800975 0 0 0 17 9 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
/proc/2542808/statm: 8791575 138041 6270 1 0 154371 0
[pid=2542808/tid=2542810] ppid=2542805 vsize=35166300 memory=551908 CPUtime=3445.23 cores=8-11
/proc/2542808/task/2542810/stat : 2542810 (java) R 2542805 2542808 2533471 0 -1 4194368 19837 0 0 0 344520 3 0 0 20 0 23 0 173099889 36010291200 137911 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542821] ppid=2542805 vsize=35166300 memory=5712 CPUtime=0 cores=8-11
/proc/2542808/task/2542821/stat : 2542821 (Referen..andler) S 2542805 2542808 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 173099890 36010291200 137911 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542822] ppid=2542805 vsize=35166300 memory=501952 CPUtime=0 cores=8-11
/proc/2542808/task/2542822/stat : 2542822 (Finalizer) S 2542805 2542808 2533471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 173099890 36010291200 137911 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542825] ppid=2542805 vsize=35166300 memory=182224 CPUtime=0.12 cores=8-11
/proc/2542808/task/2542825/stat : 2542825 (Monitor..Thread) S 2542805 2542808 2533471 0 -1 4194368 51 0 0 0 5 7 0 0 20 0 23 0 173099890 36010291200 137911 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542828] ppid=2542805 vsize=35166300 memory=3884 CPUtime=0 cores=8-11
/proc/2542808/task/2542828/stat : 2542828 (Notific..Thread) S 2542805 2542808 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 173099890 36010291200 137911 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542829] ppid=2542805 vsize=35166300 memory=552164 CPUtime=0 cores=8-11
/proc/2542808/task/2542829/stat : 2542829 (Common-Cleaner) S 2542805 2542808 2533471 0 -1 4194368 265 0 0 0 0 0 0 0 20 0 23 0 173099890 36010291200 137911 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542831] ppid=2542805 vsize=35166300 memory=552164 CPUtime=0 cores=8-11
/proc/2542808/task/2542831/stat : 2542831 (Timer-0) S 2542805 2542808 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 173099902 36010291200 137911 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
Current children cumulated CPU time: 3465.74 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 552164 KiB

[startup+3522.3 s]
/proc/loadavg: 18.57 17.41 16.70 19/1228 2543666
/proc/meminfo: memFree=870353572/1055320720 swapFree=33554428/33554428
[pid=2542808] ppid=2542805 vsize=35166300 memory=552164 CPUtime=3525.75 cores=8-11
/proc/2542808/stat : 2542808 (java) S 2542805 2542808 2533471 0 -1 4194304 75284 0 0 0 352510 65 0 0 20 0 23 0 173099887 36010291200 137911 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 0 0 16800975 0 0 0 17 9 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
/proc/2542808/statm: 8791575 138041 6270 1 0 154371 0
[pid=2542808/tid=2542810] ppid=2542805 vsize=35166300 memory=552164 CPUtime=3504.93 cores=8-11
/proc/2542808/task/2542810/stat : 2542810 (java) R 2542805 2542808 2533471 0 -1 4194368 19837 0 0 0 350490 3 0 0 20 0 23 0 173099889 36010291200 137911 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542821] ppid=2542805 vsize=35166300 memory=552164 CPUtime=0 cores=8-11
/proc/2542808/task/2542821/stat : 2542821 (Referen..andler) S 2542805 2542808 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 173099890 36010291200 137911 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542822] ppid=2542805 vsize=35166300 memory=552164 CPUtime=0 cores=8-11
/proc/2542808/task/2542822/stat : 2542822 (Finalizer) S 2542805 2542808 2533471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 173099890 36010291200 137911 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542825] ppid=2542805 vsize=35166300 memory=3044 CPUtime=0.12 cores=8-11
/proc/2542808/task/2542825/stat : 2542825 (Monitor..Thread) S 2542805 2542808 2533471 0 -1 4194368 51 0 0 0 5 7 0 0 20 0 23 0 173099890 36010291200 137911 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542828] ppid=2542805 vsize=35166300 memory=552164 CPUtime=0 cores=8-11
/proc/2542808/task/2542828/stat : 2542828 (Notific..Thread) S 2542805 2542808 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 173099890 36010291200 137911 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542829] ppid=2542805 vsize=35166300 memory=1952 CPUtime=0 cores=8-11
/proc/2542808/task/2542829/stat : 2542829 (Common-Cleaner) S 2542805 2542808 2533471 0 -1 4194368 265 0 0 0 0 0 0 0 20 0 23 0 173099890 36010291200 137911 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542831] ppid=2542805 vsize=35166300 memory=3044 CPUtime=0 cores=8-11
/proc/2542808/task/2542831/stat : 2542831 (Timer-0) S 2542805 2542808 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 173099902 36010291200 137911 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
Current children cumulated CPU time: 3525.75 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 552164 KiB

[startup+3582.3 s]
/proc/loadavg: 17.82 17.37 16.73 18/1231 2544217
/proc/meminfo: memFree=857075888/1055320720 swapFree=33554428/33554428
[pid=2542808] ppid=2542805 vsize=35166300 memory=552420 CPUtime=3585.87 cores=8-11
/proc/2542808/stat : 2542808 (java) S 2542805 2542808 2533471 0 -1 4194304 75812 0 0 0 358521 66 0 0 20 0 23 0 173099887 36010291200 137974 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 0 0 16800975 0 0 0 17 9 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
/proc/2542808/statm: 8791575 138105 6270 1 0 154371 0
[pid=2542808/tid=2542810] ppid=2542805 vsize=35166300 memory=5896 CPUtime=3564.61 cores=8-11
/proc/2542808/task/2542810/stat : 2542810 (java) R 2542805 2542808 2533471 0 -1 4194368 20156 0 0 0 356458 3 0 0 20 0 23 0 173099889 36010291200 137974 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542821] ppid=2542805 vsize=35166300 memory=11924 CPUtime=0 cores=8-11
/proc/2542808/task/2542821/stat : 2542821 (Referen..andler) S 2542805 2542808 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 173099890 36010291200 137974 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542822] ppid=2542805 vsize=35166300 memory=552420 CPUtime=0 cores=8-11
/proc/2542808/task/2542822/stat : 2542822 (Finalizer) S 2542805 2542808 2533471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 173099890 36010291200 137974 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542825] ppid=2542805 vsize=35166300 memory=5896 CPUtime=0.12 cores=8-11
/proc/2542808/task/2542825/stat : 2542825 (Monitor..Thread) S 2542805 2542808 2533471 0 -1 4194368 51 0 0 0 5 7 0 0 20 0 23 0 173099890 36010291200 137974 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542828] ppid=2542805 vsize=35166300 memory=552420 CPUtime=0 cores=8-11
/proc/2542808/task/2542828/stat : 2542828 (Notific..Thread) S 2542805 2542808 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 173099890 36010291200 137974 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542829] ppid=2542805 vsize=35166300 memory=552420 CPUtime=0 cores=8-11
/proc/2542808/task/2542829/stat : 2542829 (Common-Cleaner) S 2542805 2542808 2533471 0 -1 4194368 265 0 0 0 0 0 0 0 20 0 23 0 173099890 36010291200 137974 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542831] ppid=2542805 vsize=35166300 memory=552420 CPUtime=0 cores=8-11
/proc/2542808/task/2542831/stat : 2542831 (Timer-0) S 2542805 2542808 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 173099902 36010291200 137974 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
Current children cumulated CPU time: 3585.87 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 552420 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3596.5 s]
/proc/loadavg: 17.49 17.32 16.72 18/1231 2544217
/proc/meminfo: memFree=852534128/1055320720 swapFree=33554428/33554428
[pid=2542808] ppid=2542805 vsize=35166300 memory=552420 CPUtime=3600.01 cores=8-11
/proc/2542808/stat : 2542808 (java) S 2542805 2542808 2533471 0 -1 4194304 75813 0 0 0 359935 66 0 0 20 0 23 0 173099887 36010291200 137974 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 0 0 16800975 0 0 0 17 9 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
/proc/2542808/statm: 8791575 138105 6270 1 0 154371 0
[pid=2542808/tid=2542810] ppid=2542805 vsize=35166300 memory=356601 CPUtime=3578.76 cores=8-11
/proc/2542808/task/2542810/stat : 2542810 (java) R 2542805 2542808 2533471 0 -1 4194368 20156 0 0 0 357873 3 0 0 20 0 23 0 173099889 36010291200 137974 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542821] ppid=2542805 vsize=35166300 memory=552420 CPUtime=0 cores=8-11
/proc/2542808/task/2542821/stat : 2542821 (Referen..andler) S 2542805 2542808 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 173099890 36010291200 137974 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542822] ppid=2542805 vsize=35166300 memory=140392281023792 CPUtime=0 cores=8-11
/proc/2542808/task/2542822/stat : 2542822 (Finalizer) S 2542805 2542808 2533471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 173099890 36010291200 137974 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542825] ppid=2542805 vsize=35166300 memory=3848 CPUtime=0.12 cores=8-11
/proc/2542808/task/2542825/stat : 2542825 (Monitor..Thread) S 2542805 2542808 2533471 0 -1 4194368 51 0 0 0 5 7 0 0 20 0 23 0 173099890 36010291200 137974 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542828] ppid=2542805 vsize=35166300 memory=552420 CPUtime=0 cores=8-11
/proc/2542808/task/2542828/stat : 2542828 (Notific..Thread) S 2542805 2542808 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 173099890 36010291200 137974 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542829] ppid=2542805 vsize=35166300 memory=12 CPUtime=0 cores=8-11
/proc/2542808/task/2542829/stat : 2542829 (Common-Cleaner) S 2542805 2542808 2533471 0 -1 4194368 265 0 0 0 0 0 0 0 20 0 23 0 173099890 36010291200 137974 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542831] ppid=2542805 vsize=35166300 memory=552420 CPUtime=0 cores=8-11
/proc/2542808/task/2542831/stat : 2542831 (Timer-0) S 2542805 2542808 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 173099902 36010291200 137974 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 552420 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.53 s, system=0.671954 s

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

[startup+3596.5 s]
/proc/loadavg: 17.49 17.32 16.72 18/1231 2544217
/proc/meminfo: memFree=852534128/1055320720 swapFree=33554428/33554428
[pid=2542808] ppid=2542805 vsize=35166300 memory=552420 CPUtime=3600.01 cores=8-11
/proc/2542808/stat : 2542808 (java) S 2542805 2542808 2533471 0 -1 4194304 75813 0 0 0 359935 66 0 0 20 0 23 0 173099887 36010291200 137974 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 0 0 16800975 0 0 0 17 9 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
/proc/2542808/statm: 8791575 138105 6270 1 0 154371 0
[pid=2542808/tid=2542810] ppid=2542805 vsize=35166300 memory=356601 CPUtime=3578.76 cores=8-11
/proc/2542808/task/2542810/stat : 2542810 (java) R 2542805 2542808 2533471 0 -1 4194368 20156 0 0 0 357873 3 0 0 20 0 23 0 173099889 36010291200 137974 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542821] ppid=2542805 vsize=35166300 memory=552420 CPUtime=0 cores=8-11
/proc/2542808/task/2542821/stat : 2542821 (Referen..andler) S 2542805 2542808 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 173099890 36010291200 137974 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542822] ppid=2542805 vsize=35166300 memory=140392281023792 CPUtime=0 cores=8-11
/proc/2542808/task/2542822/stat : 2542822 (Finalizer) S 2542805 2542808 2533471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 173099890 36010291200 137974 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542825] ppid=2542805 vsize=35166300 memory=3848 CPUtime=0.12 cores=8-11
/proc/2542808/task/2542825/stat : 2542825 (Monitor..Thread) S 2542805 2542808 2533471 0 -1 4194368 51 0 0 0 5 7 0 0 20 0 23 0 173099890 36010291200 137974 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542828] ppid=2542805 vsize=35166300 memory=552420 CPUtime=0 cores=8-11
/proc/2542808/task/2542828/stat : 2542828 (Notific..Thread) S 2542805 2542808 2533471 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 173099890 36010291200 137974 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542829] ppid=2542805 vsize=35166300 memory=12 CPUtime=0 cores=8-11
/proc/2542808/task/2542829/stat : 2542829 (Common-Cleaner) S 2542805 2542808 2533471 0 -1 4194368 265 0 0 0 0 0 0 0 20 0 23 0 173099890 36010291200 137974 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
[pid=2542808/tid=2542831] ppid=2542805 vsize=35166300 memory=552420 CPUtime=0 cores=8-11
/proc/2542808/task/2542831/stat : 2542831 (Timer-0) S 2542805 2542808 2533471 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 173099902 36010291200 137974 18446744073709551615 94880219078656 94880219082352 140723208236064 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94880219090216 94880219090960 94880227356672 140723208239316 140723208239456 140723208239456 140723208245192 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 552420 KiB

Child status: 143

Real time (s): 3596.58
CPU time (s): 3600.2
CPU user time (s): 3599.53
CPU system time (s): 0.671954
CPU usage (%): 100.101
Max. virtual memory (cumulated for all children) (KiB): 35166300
Max. memory (cumulated for all children) (KiB): 552420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.53
system time used= 0.671954
maximum resident set size= 552408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77680
page faults= 0
swaps= 0
block input operations= 0
block output operations= 12680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 87465
involuntary context switches= 5145


# summary of solver processes directly reported to runsolver:
#   pid: 2542808
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3599.53
#   total CPU system time (s): 0.671954

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1752 second user time and 42.6259 second system time

The end

Launcher Data

Begin job on nodeE001 at 2026-06-25 16:35:18
IDJOB=4784861
IDBENCH=176179
IDSOLVER=3602
FILE ID=nodeE001/4784861-1782398118
RUNJOBID= nodeE001-1782398089-2541392
SLURM_JOB_ID= 12511017
Free space on /tmp= 800060 MiB

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

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

MD5SUM BENCH= dd0284273c338bd8f99d78a749c08f4f
RANDOM SEED=1317883430

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       1055320720 kB
MemFree:        892444472 kB
MemAvailable:   1030673724 kB
Buffers:            3352 kB
Cached:         142475436 kB
SwapCached:            0 kB
Active:         18168796 kB
Inactive:       140616132 kB
Active(anon):   17193996 kB
Inactive(anon):        0 kB
Active(file):     974800 kB
Inactive(file): 140616132 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               912 kB
Writeback:             0 kB
AnonPages:      16309688 kB
Mapped:           223032 kB
Shmem:            887856 kB
KReclaimable:    1565996 kB
Slab:            2166260 kB
SReclaimable:    1565996 kB
SUnreclaim:       600264 kB
KernelStack:       20192 kB
PageTables:        41524 kB
SecPageTables:     15296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214788 kB
Committed_AS:   30498268 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      483844 kB
VmallocChunk:          0 kB
Percpu:           120320 kB
HardwareCorrupted:     0 kB
AnonHugePages:  15288320 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      444868 kB
DirectMap2M:    19800064 kB
DirectMap1G:    1053818880 kB

Free space on /tmp at the end= 800032 MiB
End job on nodeE001 at 2026-06-25 17:35:14