Trace number 4835866

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution CERT 2026-05-20 (cert)SAT (TO)3 3600.31 3621

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-4835866-1783691985.opb
0.00/0.09	c reading problem ... 
0.00/0.10	c using VERIPB proof format
0.00/0.10	c  objective function found
0.14/0.14	c ... done. Wall clock time 0.052s.
0.14/0.14	c declared #vars     225
0.14/0.14	c #constraints  4395
0.14/0.14	c constraints type 
0.14/0.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10
0.14/0.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4385
0.14/0.14	c 4395 constraints processed.
0.14/0.15	c objective function length is 10 literals
0.14/0.19	c SATISFIABLE
0.14/0.19	c OPTIMIZING...
0.14/0.19	c Got one! Elapsed wall clock time (in seconds):0.1
0.14/0.19	o 5
0.14/0.19	c Got one! Elapsed wall clock time (in seconds):0.104
0.14/0.19	o 4
0.14/0.22	c Got one! Elapsed wall clock time (in seconds):0.13
0.14/0.22	o 3
1.14/0.44	c cleaning 2928 clauses out of 5863 with flag 30646/5863
1.69/0.61	c cleaning 4462 clauses out of 8934 with flag 66108/11862
2.24/0.85	c cleaning 5722 clauses out of 11473 with flag 115702/18863
2.87/1.15	c cleaning 6863 clauses out of 13750 with flag 174967/26862
3.15/1.47	c cleaning 7932 clauses out of 15889 with flag 242043/35864
3.64/1.83	c cleaning 8956 clauses out of 17955 with flag 318682/45862
4.04/2.28	c cleaning 9996 clauses out of 19999 with flag 401487/56862
4.43/2.65	c cleaning 10986 clauses out of 22003 with flag 479817/68862
5.07/3.21	c cleaning 12004 clauses out of 24017 with flag 571274/81862
5.76/3.94	c cleaning 12992 clauses out of 26013 with flag 680623/95862
6.46/4.61	c cleaning 14001 clauses out of 28021 with flag 805476/110862
7.05/5.26	c cleaning 15002 clauses out of 30021 with flag 940921/126863
7.66/5.89	c cleaning 16002 clauses out of 32020 with flag 1056244/143864
8.39/6.57	c cleaning 16997 clauses out of 34016 with flag 1199926/161862
9.40/7.58	c cleaning 18001 clauses out of 36019 with flag 1332489/180862
10.09/8.25	c cleaning 18993 clauses out of 38021 with flag 1473644/200865
10.58/8.73	c cleaning 19998 clauses out of 40025 with flag 1613430/221862
11.06/9.29	c cleaning 21002 clauses out of 42029 with flag 1759134/243864
11.65/9.84	c cleaning 22001 clauses out of 44025 with flag 1904378/266862
12.23/10.44	c cleaning 22994 clauses out of 46024 with flag 2059706/290862
12.83/11.04	c cleaning 23997 clauses out of 48032 with flag 2224059/315864
13.50/11.70	c cleaning 24992 clauses out of 50033 with flag 2394464/341862
14.18/12.40	c cleaning 25991 clauses out of 52042 with flag 2570854/368863
14.88/13.14	c cleaning 26991 clauses out of 54050 with flag 2744460/396862
15.65/13.92	c cleaning 28005 clauses out of 56059 with flag 2943839/425862
16.43/14.72	c cleaning 29022 clauses out of 58054 with flag 3161399/455862
17.21/15.56	c cleaning 30008 clauses out of 60032 with flag 3345816/486862
18.20/16.44	c cleaning 30995 clauses out of 62025 with flag 3548786/518863
18.98/17.29	c cleaning 32007 clauses out of 64029 with flag 3772282/551862
19.87/18.13	c cleaning 32993 clauses out of 66022 with flag 3998685/585862
20.75/19.01	c cleaning 33995 clauses out of 68030 with flag 4205450/620863
21.62/19.91	c cleaning 34997 clauses out of 70035 with flag 4452045/656863
22.48/20.80	c cleaning 35993 clauses out of 72038 with flag 4710576/693863
23.56/21.84	c cleaning 36999 clauses out of 74045 with flag 4968302/731863
24.64/22.95	c cleaning 38005 clauses out of 76046 with flag 5243432/770863
25.62/23.99	c cleaning 39004 clauses out of 78040 with flag 5512519/810862
26.70/25.05	c cleaning 40007 clauses out of 80036 with flag 5786732/851862
28.06/26.40	c cleaning 40999 clauses out of 82030 with flag 5987754/893863
29.24/27.65	c cleaning 42006 clauses out of 84033 with flag 6193483/936865
30.32/28.76	c cleaning 42984 clauses out of 86026 with flag 6525994/980864
31.61/30.04	c cleaning 44014 clauses out of 88040 with flag 6865242/1025862
32.78/31.22	c cleaning 45009 clauses out of 90030 with flag 7153632/1071866
34.56/33.02	c cleaning 46001 clauses out of 92018 with flag 7485131/1118863
35.74/34.26	c cleaning 46996 clauses out of 94016 with flag 7766454/1166862
37.03/35.50	c cleaning 47999 clauses out of 96020 with flag 8015181/1215862
38.33/36.89	c cleaning 48981 clauses out of 98021 with flag 8277839/1265862
39.79/38.37	c cleaning 50008 clauses out of 100041 with flag 8584730/1316863
41.38/39.94	c cleaning 51009 clauses out of 102033 with flag 8915467/1368863
42.87/41.47	c cleaning 51998 clauses out of 104024 with flag 9288442/1421863
44.61/43.13	c cleaning 53008 clauses out of 106026 with flag 9670456/1475863
46.52/44.86	c cleaning 54000 clauses out of 108017 with flag 10037566/1530862
48.97/47.24	c cleaning 55006 clauses out of 110017 with flag 10447747/1586862
50.65/48.92	c cleaning 55998 clauses out of 112012 with flag 10765918/1643863
52.34/50.64	c cleaning 57003 clauses out of 114013 with flag 11130586/1701862
54.20/52.50	c cleaning 57996 clauses out of 116010 with flag 11520943/1760862
56.08/54.42	c cleaning 58997 clauses out of 118015 with flag 11920312/1820863
57.97/56.37	c cleaning 60001 clauses out of 120017 with flag 12311211/1881862
59.94/58.31	c cleaning 60997 clauses out of 122017 with flag 12704198/1943863
61.82/60.21	c cleaning 61998 clauses out of 124020 with flag 13106308/2006863
64.01/62.40	c cleaning 63000 clauses out of 126022 with flag 13525107/2070863
66.10/64.59	c cleaning 64007 clauses out of 128021 with flag 13954841/2135862
68.26/66.72	c cleaning 64999 clauses out of 130014 with flag 14407685/2201862
70.36/68.89	c cleaning 65997 clauses out of 132015 with flag 14853718/2268862
72.72/71.28	c cleaning 66987 clauses out of 134019 with flag 15278597/2336863
75.29/73.84	c cleaning 68007 clauses out of 136031 with flag 15747939/2405862
77.65/76.27	c cleaning 69010 clauses out of 138024 with flag 16237342/2475862
80.21/78.81	c cleaning 69993 clauses out of 140015 with flag 16701703/2546863
82.67/81.32	c cleaning 71008 clauses out of 142023 with flag 17190609/2618864
85.16/83.84	c cleaning 72004 clauses out of 144013 with flag 17709613/2691862
87.82/86.59	c cleaning 72995 clauses out of 146010 with flag 18218446/2765863
90.52/89.24	c cleaning 74001 clauses out of 148015 with flag 18720351/2840863
93.18/91.94	c cleaning 75003 clauses out of 150013 with flag 19225481/2916862
96.04/94.80	c cleaning 75988 clauses out of 152012 with flag 19730217/2993864
99.11/97.98	c cleaning 77001 clauses out of 154023 with flag 20260063/3071863
102.21/101.05	c cleaning 77998 clauses out of 156021 with flag 20789005/3150862
105.17/104.09	c cleaning 79006 clauses out of 158024 with flag 21305964/3230863
108.03/106.92	c cleaning 80002 clauses out of 160017 with flag 21844261/3311862
110.99/110.00	c cleaning 80999 clauses out of 162015 with flag 22349832/3393862
113.96/112.94	c cleaning 81999 clauses out of 164017 with flag 22879934/3476863
117.01/116.09	c cleaning 83003 clauses out of 166019 with flag 23411854/3560864
120.37/119.43	c cleaning 84000 clauses out of 168015 with flag 23964361/3645863
123.64/122.72	c cleaning 85002 clauses out of 170015 with flag 24545863/3731863
127.16/126.22	c cleaning 85999 clauses out of 172012 with flag 25108198/3818862
130.53/129.61	c cleaning 86994 clauses out of 174013 with flag 25665316/3906862
134.08/133.20	c cleaning 88004 clauses out of 176020 with flag 26208609/3995863
137.44/136.63	c cleaning 89002 clauses out of 178015 with flag 26759962/4085862
142.01/141.21	c cleaning 89996 clauses out of 180013 with flag 27370635/4176862
145.59/144.85	c cleaning 91004 clauses out of 182017 with flag 27986930/4268862
149.53/148.82	c cleaning 91998 clauses out of 184014 with flag 28684686/4361863
153.39/152.75	c cleaning 92992 clauses out of 186015 with flag 29281052/4455862
157.54/156.95	c cleaning 94002 clauses out of 188024 with flag 29946299/4550863
161.39/160.83	c cleaning 95008 clauses out of 190023 with flag 30565818/4646864
165.45/165.01	c cleaning 95998 clauses out of 192013 with flag 31229145/4743862
169.72/169.26	c cleaning 97001 clauses out of 194018 with flag 31896477/4841865
173.79/173.33	c cleaning 98002 clauses out of 196015 with flag 32588776/4940863
177.86/177.48	c cleaning 98999 clauses out of 198012 with flag 33267419/5040862
182.12/181.73	c cleaning 100000 clauses out of 200013 with flag 33948021/5141862
186.40/186.04	c cleaning 100999 clauses out of 202015 with flag 34617264/5243864
191.01/190.60	c cleaning 102005 clauses out of 204015 with flag 35343930/5346863
195.37/195.07	c cleaning 102996 clauses out of 206011 with flag 36036513/5450864
199.82/199.51	c cleaning 103998 clauses out of 208013 with flag 36693089/5555862
204.26/204.06	c cleaning 104999 clauses out of 210016 with flag 37447848/5661863
208.78/208.69	c cleaning 106006 clauses out of 212018 with flag 38167729/5768864
213.25/213.14	c cleaning 107001 clauses out of 214010 with flag 38883826/5876862
218.27/218.21	c cleaning 107993 clauses out of 216010 with flag 39668702/5985863
223.41/223.41	c cleaning 109002 clauses out of 218016 with flag 40421730/6095862
228.27/228.34	c cleaning 110001 clauses out of 220015 with flag 41128613/6206863
233.33/233.41	c cleaning 110990 clauses out of 222014 with flag 41819412/6318863
238.29/238.44	c cleaning 112008 clauses out of 224023 with flag 42604293/6431862
243.25/243.46	c cleaning 113004 clauses out of 226015 with flag 43324381/6545862
248.80/249.04	c cleaning 114002 clauses out of 228011 with flag 44071071/6660862
254.23/254.55	c cleaning 114995 clauses out of 230009 with flag 44787053/6776862
260.34/260.65	c cleaning 116007 clauses out of 232015 with flag 45631427/6893863
265.88/266.24	c cleaning 116998 clauses out of 234007 with flag 46441365/7011862
271.73/272.13	c cleaning 117985 clauses out of 236009 with flag 47226656/7130862
277.26/277.70	c cleaning 118995 clauses out of 238024 with flag 48079670/7250862
282.93/283.49	c cleaning 120013 clauses out of 240029 with flag 48855271/7371862
289.05/289.68	c cleaning 120993 clauses out of 242017 with flag 49741680/7493863
294.78/295.48	c cleaning 122008 clauses out of 244023 with flag 50631540/7616862
300.72/301.41	c cleaning 123011 clauses out of 246025 with flag 51490444/7740872
306.85/307.60	c cleaning 123997 clauses out of 248004 with flag 52344329/7865862
313.00/313.86	c cleaning 124995 clauses out of 250007 with flag 53210942/7991862
319.32/320.24	c cleaning 126000 clauses out of 252012 with flag 54035640/8118862
325.38/326.38	c cleaning 126998 clauses out of 254013 with flag 54838718/8246863
331.71/332.77	c cleaning 127995 clauses out of 256014 with flag 55755206/8375862
339.16/340.21	c cleaning 129008 clauses out of 258019 with flag 56722008/8505862
345.80/346.91	c cleaning 130003 clauses out of 260012 with flag 57578035/8636863
352.84/354.10	c cleaning 131000 clauses out of 262009 with flag 58469459/8768863
359.88/361.13	c cleaning 131998 clauses out of 264009 with flag 59381105/8901863
366.51/367.81	c cleaning 133000 clauses out of 266010 with flag 60265157/9035862
373.25/374.68	c cleaning 133996 clauses out of 268010 with flag 61143496/9170862
380.32/381.71	c cleaning 135004 clauses out of 270014 with flag 62068466/9306862
387.47/388.94	c cleaning 136005 clauses out of 272013 with flag 63038537/9443865
394.83/396.31	c cleaning 136994 clauses out of 274006 with flag 63987244/9581863
402.36/403.96	c cleaning 138002 clauses out of 276012 with flag 65011932/9720863
409.90/411.53	c cleaning 138995 clauses out of 278010 with flag 65983046/9860863
417.54/419.21	c cleaning 140002 clauses out of 280014 with flag 67037763/10001862
425.57/427.21	c cleaning 140995 clauses out of 282013 with flag 68091350/10143863
433.52/435.29	c cleaning 142000 clauses out of 284017 with flag 69122963/10286862
441.04/442.82	c cleaning 143001 clauses out of 286018 with flag 70127843/10430863
448.48/450.32	c cleaning 144004 clauses out of 288017 with flag 71180739/10575863
456.90/458.84	c cleaning 145001 clauses out of 290013 with flag 72217405/10721863
465.42/467.46	c cleaning 145995 clauses out of 292011 with flag 73212168/10868862
473.45/475.56	c cleaning 147006 clauses out of 294017 with flag 74198468/11016863
482.76/484.90	c cleaning 148003 clauses out of 296011 with flag 75339549/11165863
491.08/493.33	c cleaning 149001 clauses out of 298012 with flag 76344402/11315867
499.82/502.12	c cleaning 150007 clauses out of 300013 with flag 77393617/11466869
508.66/511.10	c cleaning 150997 clauses out of 301999 with flag 78518735/11618862
517.16/519.69	c cleaning 151980 clauses out of 304003 with flag 79599474/11771863
526.43/528.99	c cleaning 153011 clauses out of 306025 with flag 80635326/11925865
535.26/537.83	c cleaning 153989 clauses out of 308013 with flag 81633796/12080864
544.68/547.38	c cleaning 155003 clauses out of 310022 with flag 82659537/12236862
553.89/556.69	c cleaning 156002 clauses out of 312019 with flag 83719999/12393862
562.82/565.62	c cleaning 157003 clauses out of 314018 with flag 84785469/12551863
572.02/574.95	c cleaning 158005 clauses out of 316016 with flag 85808415/12710864
581.48/584.41	c cleaning 158999 clauses out of 318011 with flag 86869717/12870864
591.11/594.14	c cleaning 159986 clauses out of 320010 with flag 87944644/13031862
600.83/603.94	c cleaning 160996 clauses out of 322024 with flag 89002341/13193862
611.14/614.25	c cleaning 162012 clauses out of 324030 with flag 90217396/13356864
621.34/624.50	c cleaning 162986 clauses out of 326016 with flag 91351481/13520862
632.76/636.10	c cleaning 164015 clauses out of 328030 with flag 92636847/13685862
643.84/647.23	c cleaning 165004 clauses out of 330015 with flag 93900480/13851862
654.64/658.19	c cleaning 165997 clauses out of 332012 with flag 95247773/14018863
665.91/669.54	c cleaning 167002 clauses out of 334016 with flag 96478319/14186864
675.89/679.63	c cleaning 168004 clauses out of 336013 with flag 97581619/14355863
687.30/691.16	c cleaning 169002 clauses out of 338008 with flag 98758357/14525862
699.49/703.44	c cleaning 170003 clauses out of 340007 with flag 100093155/14696863
710.68/714.72	c cleaning 170988 clauses out of 342005 with flag 101380915/14868864
721.79/725.99	c cleaning 172000 clauses out of 344015 with flag 102692972/15041862
733.71/737.90	c cleaning 172997 clauses out of 346016 with flag 104000615/15215863
745.33/749.62	c cleaning 174001 clauses out of 348019 with flag 105312685/15390863
757.25/761.68	c cleaning 175004 clauses out of 350017 with flag 106504307/15566862
770.06/774.58	c cleaning 176001 clauses out of 352014 with flag 107838002/15743863
783.27/787.87	c cleaning 177004 clauses out of 354013 with flag 109185909/15921863
796.39/800.94	c cleaning 177987 clauses out of 356009 with flag 110585240/16100863
809.41/814.03	c cleaning 178999 clauses out of 358021 with flag 111989293/16280862
822.10/826.85	c cleaning 180009 clauses out of 360022 with flag 113271446/16461862
834.51/839.30	c cleaning 181002 clauses out of 362013 with flag 114689660/16643862
847.32/852.22	c cleaning 181998 clauses out of 364012 with flag 116064551/16826863
859.53/864.50	c cleaning 182995 clauses out of 366013 with flag 117369704/17010862
872.24/877.31	c cleaning 184000 clauses out of 368021 with flag 118699472/17195865
885.86/891.01	c cleaning 184995 clauses out of 370019 with flag 120144480/17381863
897.76/903.08	c cleaning 186011 clauses out of 372024 with flag 121331556/17568863
911.53/916.92	c cleaning 186995 clauses out of 374012 with flag 122800560/17756862
925.22/930.78	c cleaning 188005 clauses out of 376018 with flag 124230435/17945863
940.21/945.88	c cleaning 189003 clauses out of 378013 with flag 125786310/18135863
953.21/958.92	c cleaning 190000 clauses out of 380009 with flag 127145609/18326862
966.32/972.18	c cleaning 190987 clauses out of 382009 with flag 128506469/18518862
980.09/986.10	c cleaning 191998 clauses out of 384023 with flag 129889016/18711863
993.98/1000.08	c cleaning 193010 clauses out of 386024 with flag 131259774/18905862
1009.45/1015.66	c cleaning 194005 clauses out of 388016 with flag 132894976/19100864
1025.62/1031.91	c cleaning 195004 clauses out of 390009 with flag 134595297/19296862
1040.03/1046.45	c cleaning 195988 clauses out of 392005 with flag 136150158/19493862
1055.15/1061.64	c cleaning 197004 clauses out of 394017 with flag 137767860/19691862
1070.77/1077.25	c cleaning 197992 clauses out of 396013 with flag 139284880/19890862
1086.66/1093.28	c cleaning 199000 clauses out of 398022 with flag 140812142/20090863
1103.72/1110.48	c cleaning 200010 clauses out of 400021 with flag 142509493/20291862
1120.03/1126.81	c cleaning 200988 clauses out of 402011 with flag 144175875/20493862
1135.71/1142.62	c cleaning 202011 clauses out of 404023 with flag 145784909/20696862
1151.99/1159.09	c cleaning 203001 clauses out of 406012 with flag 147470626/20900862
1169.47/1176.61	c cleaning 204004 clauses out of 408011 with flag 149195963/21105862
1187.15/1194.43	c cleaning 204998 clauses out of 410008 with flag 150883254/21311863
1205.10/1212.52	c cleaning 206001 clauses out of 412009 with flag 152674844/21518862
1224.49/1232.04	c cleaning 206997 clauses out of 414008 with flag 154507430/21726862
1240.09/1247.74	c cleaning 207996 clauses out of 416011 with flag 156168547/21935862
1255.43/1263.18	c cleaning 209000 clauses out of 418015 with flag 157569898/22145862
1273.30/1281.15	c cleaning 210004 clauses out of 420016 with flag 159374096/22356863
1291.29/1299.25	c cleaning 211003 clauses out of 422012 with flag 161242030/22568863
1308.39/1316.37	c cleaning 211995 clauses out of 424008 with flag 162888449/22781862
1325.06/1333.19	c cleaning 212999 clauses out of 426014 with flag 164597780/22995863
1343.01/1351.28	c cleaning 214000 clauses out of 428016 with flag 166318759/23210864
1362.26/1370.67	c cleaning 215001 clauses out of 430014 with flag 168166694/23426862
1380.55/1389.02	c cleaning 216004 clauses out of 432013 with flag 169954140/23643862
1398.31/1406.97	c cleaning 216993 clauses out of 434009 with flag 171616644/23861862
1418.27/1427.04	c cleaning 218004 clauses out of 436017 with flag 173485650/24080863
1436.99/1445.91	c cleaning 218991 clauses out of 438012 with flag 175207516/24300862
1458.84/1467.96	c cleaning 220008 clauses out of 440023 with flag 177173601/24521864
1479.67/1488.88	c cleaning 220997 clauses out of 442015 with flag 179091551/24743864
1501.06/1510.39	c cleaning 222009 clauses out of 444018 with flag 181089142/24966864
1520.64/1530.03	c cleaning 222989 clauses out of 446008 with flag 182895003/25190863
1540.59/1550.13	c cleaning 223992 clauses out of 448018 with flag 184814417/25415862
1561.40/1571.15	c cleaning 225013 clauses out of 450026 with flag 186771441/25641862
1581.44/1591.37	c cleaning 226005 clauses out of 452015 with flag 188750558/25868864
1602.45/1612.50	c cleaning 226992 clauses out of 454008 with flag 190730838/26096862
1622.15/1632.47	c cleaning 228005 clauses out of 456017 with flag 192545663/26325863
1644.45/1654.94	c cleaning 228995 clauses out of 458011 with flag 194603041/26555862
1665.08/1675.75	c cleaning 230000 clauses out of 460016 with flag 196571328/26786862
1687.79/1698.53	c cleaning 231002 clauses out of 462016 with flag 198609649/27018862
1709.51/1720.49	c cleaning 232001 clauses out of 464014 with flag 200612170/27251862
1732.40/1743.55	c cleaning 232999 clauses out of 466013 with flag 202600499/27485862
1754.53/1765.88	c cleaning 233996 clauses out of 468014 with flag 204639021/27720862
1775.63/1787.15	c cleaning 235009 clauses out of 470018 with flag 206624463/27956862
1797.87/1809.66	c cleaning 236003 clauses out of 472010 with flag 208631598/28193863
1817.30/1829.29	c cleaning 236991 clauses out of 474006 with flag 210701052/28431862
1839.37/1851.55	c cleaning 238000 clauses out of 476016 with flag 212723971/28670863
1862.35/1874.65	c cleaning 239005 clauses out of 478015 with flag 214897677/28910862
1883.44/1895.97	c cleaning 239997 clauses out of 480010 with flag 216761341/29151862
1908.32/1921.36	c cleaning 241004 clauses out of 482013 with flag 219080686/29393862
1933.55/1946.93	c cleaning 242002 clauses out of 484010 with flag 221347618/29636863
1957.45/1971.16	c cleaning 242995 clauses out of 486007 with flag 223597781/29880862
1981.44/1995.36	c cleaning 244000 clauses out of 488014 with flag 225838081/30125864
2008.10/2022.24	c cleaning 245006 clauses out of 490017 with flag 228140513/30371867
2032.93/2047.21	c cleaning 245994 clauses out of 492008 with flag 230381336/30618864
2059.26/2073.65	c cleaning 246995 clauses out of 494013 with flag 232767478/30866863
2085.69/2100.23	c cleaning 248000 clauses out of 496018 with flag 235155333/31115863
2110.61/2125.33	c cleaning 248996 clauses out of 498017 with flag 237485841/31365862
2134.38/2149.22	c cleaning 250007 clauses out of 500021 with flag 239764194/31616862
2160.24/2175.15	c cleaning 251005 clauses out of 502015 with flag 242162495/31868863
2187.39/2202.47	c cleaning 251996 clauses out of 504010 with flag 244535680/32121863
2213.63/2228.76	c cleaning 253005 clauses out of 506016 with flag 246872780/32375865
2238.60/2253.82	c cleaning 253995 clauses out of 508009 with flag 249176452/32630863
2265.91/2281.34	c cleaning 255002 clauses out of 510014 with flag 251563548/32886863
2294.74/2310.31	c cleaning 255999 clauses out of 512011 with flag 254001319/33143862
2321.31/2336.98	c cleaning 257004 clauses out of 514013 with flag 256422804/33401863
2350.85/2366.62	c cleaning 257996 clauses out of 516008 with flag 258857345/33660862
2377.69/2393.61	c cleaning 258997 clauses out of 518014 with flag 261239570/33920864
2405.73/2421.79	c cleaning 260004 clauses out of 520015 with flag 263833697/34181862
2432.29/2448.42	c cleaning 261004 clauses out of 522012 with flag 266204992/34443863
2458.23/2474.50	c cleaning 262002 clauses out of 524007 with flag 268389773/34706862
2486.33/2502.63	c cleaning 263002 clauses out of 526006 with flag 270941537/34970863
2517.46/2533.93	c cleaning 263998 clauses out of 528003 with flag 273504308/35235862
2543.60/2560.26	c cleaning 265000 clauses out of 530006 with flag 275995687/35501863
2575.30/2592.15	c cleaning 266000 clauses out of 532006 with flag 278768869/35768863
2601.76/2618.69	c cleaning 267001 clauses out of 534005 with flag 281249014/36036862
2632.60/2649.63	c cleaning 268001 clauses out of 536005 with flag 283851695/36305863
2659.55/2676.64	c cleaning 268988 clauses out of 538003 with flag 286180476/36575862
2690.53/2707.83	c cleaning 270005 clauses out of 540015 with flag 288781337/36846862
2723.87/2741.28	c cleaning 271000 clauses out of 542010 with flag 291415061/37118862
2754.51/2772.07	c cleaning 271990 clauses out of 544010 with flag 294087860/37391862
2784.55/2802.16	c cleaning 273001 clauses out of 546020 with flag 296655431/37665862
2815.83/2833.66	c cleaning 274006 clauses out of 548019 with flag 299288334/37940862
2845.97/2863.87	c cleaning 274996 clauses out of 550013 with flag 301911707/38216862
2875.98/2894.06	c cleaning 276007 clauses out of 552018 with flag 304551543/38493863
2906.94/2925.28	c cleaning 276997 clauses out of 554010 with flag 307187681/38771862
2939.70/2958.07	c cleaning 278002 clauses out of 556014 with flag 309968151/39050863
2974.26/2992.81	c cleaning 279000 clauses out of 558011 with flag 312732126/39330862
3005.52/3024.19	c cleaning 279993 clauses out of 560013 with flag 315468479/39611864
3038.48/3057.30	c cleaning 280997 clauses out of 562018 with flag 318268713/39893862
3068.73/3087.61	c cleaning 282010 clauses out of 564021 with flag 320905981/40176862
3101.86/3120.91	c cleaning 283002 clauses out of 566012 with flag 323752234/40460863
3134.75/3154.04	c cleaning 283997 clauses out of 568010 with flag 326524988/40745863
3165.00/3184.33	c cleaning 284994 clauses out of 570013 with flag 329202022/41031863
3197.73/3217.24	c cleaning 285998 clauses out of 572019 with flag 331977576/41318863
3228.69/3248.26	c cleaning 287006 clauses out of 574020 with flag 334593185/41606862
3257.86/3277.56	c cleaning 287995 clauses out of 576015 with flag 337347705/41895863
3287.19/3306.97	c cleaning 289000 clauses out of 578019 with flag 340079595/42185862
3316.76/3336.68	c cleaning 289999 clauses out of 580019 with flag 342784274/42476862
3348.49/3368.47	c cleaning 291002 clauses out of 582020 with flag 345636742/42768862
3380.73/3400.84	c cleaning 292000 clauses out of 584018 with flag 348486796/43061862
3412.45/3432.60	c cleaning 293000 clauses out of 586019 with flag 351330535/43355863
3442.70/3463.02	c cleaning 294001 clauses out of 588019 with flag 354135853/43650863
3476.39/3496.84	c cleaning 295001 clauses out of 590017 with flag 357129504/43946862
3507.74/3528.27	c cleaning 296006 clauses out of 592016 with flag 360009639/44243862
3542.40/3563.10	c cleaning 296998 clauses out of 594010 with flag 362749365/44541862
3575.24/3595.96	c cleaning 298002 clauses out of 596013 with flag 365601164/44840863
3600.05/3620.92	c starts		: 248394
3600.05/3620.93	c conflicts		: 45077530
3600.05/3620.93	c decisions		: 87571308
3600.05/3620.93	c propagations		: 828906256
3600.05/3620.93	c inspects		: 71399903592
3600.05/3620.93	c shortcuts		: 0
3600.05/3620.93	c learnt literals	: 0
3600.05/3620.93	c learnt binary clauses	: 2
3600.05/3620.93	c learnt ternary clauses	: 340
3600.05/3620.93	c learnt constraints	: 45077530
3600.05/3620.93	c ignored constraints	: 0
3600.05/3620.93	c root simplifications	: 0
3600.05/3620.93	c removed literals (reason simplification)	: 973431660
3600.05/3620.93	c reason swapping (by a shorter reason)	: 0
3600.05/3620.93	c Calls to reduceDB	: 295
3600.05/3620.93	c Number of update (reduction) of LBD	: 18491546
3600.05/3620.93	c Imported unit clauses	: 0
3600.05/3620.93	c No decision after first conflict	: false
3600.05/3620.93	c number of reductions to clauses (during analyze)	: 0
3600.05/3620.93	c number of learned constraints concerned by reduction	: 0
3600.05/3620.93	c number of learning phase by resolution	: 0
3600.05/3620.93	c number of learning phase by cutting planes	: 0
3600.05/3620.93	c number of rounding to 1 operations	: 0
3600.05/3620.93	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3620.93	c number of reductions of the coefficients by power 2 	: 0
3600.05/3620.93	c number of right shift for reduction by power 2 	: 0
3600.05/3620.93	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3620.93	c number of ending skipping 	: 0
3600.05/3620.93	c number of internal skipping 	: 0
3600.05/3620.93	c number of derivation steps 	: 0
3600.05/3620.93	c number of skipped derivation steps 	: 0
3600.05/3620.93	c number of remaining unassigned 	: 0
3600.05/3620.93	c number of remaining assigned 	: 0
3600.05/3620.93	c number of falsified literals weakened from reason	: 0
3600.05/3620.93	c number of falsified literals weakened from conflict	: 0
3600.05/3620.93	c time for arithmetic operations	: 0
3600.05/3620.93	c minimum degree of deleted constraints	: null
3600.05/3620.93	c maximum degree of deleted constraints	: null
3600.05/3620.93	c number of deleted constraints	: 0
3600.05/3620.93	c speed (assignments/second)	: 228930.49088634842
3600.05/3620.93	c non guided choices	: 709
3600.05/3620.98	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 534676
3600.05/3620.98	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2
3600.05/3620.98	s SATISFIABLE
3600.05/3620.98	c Found 3 solution(s)
3600.05/3620.98	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.05/3620.99	c objective function=3
3600.05/3620.99	c Total wall clock time (in seconds): 3620.897

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

running on 4 cores: 8-11

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

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

CPU governors:
  performance: 8-11

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (119219 MiB free)
  node 1: cores 8-15, 129019 MiB (122643 MiB free)
  node 2: cores 16-23, 128973 MiB (81128 MiB free)
  node 3: cores 24-31, 129003 MiB (107475 MiB free)
  node 4: cores 32-39, 129019 MiB (104510 MiB free)
  node 5: cores 40-47, 129019 MiB (114045 MiB free)
  node 6: cores 48-55, 129019 MiB (114880 MiB free)
  node 7: cores 56-63, 128474 MiB (94827 MiB free)
  node distances:
     10  12  12  12  32  32  32  32
     12  10  12  12  32  32  32  32
     12  12  10  12  32  32  32  32
     12  12  12  10  32  32  32  32
     32  32  32  32  10  12  12  12
     32  32  32  32  12  10  12  12
     32  32  32  32  12  12  10  12
     32  32  32  32  12  12  12  10

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


[startup+0.100062 s]*
/proc/loadavg: 15.88 15.94 16.15 14/1193 1317470
/proc/meminfo: memFree=879325844/1055320704 swapFree=33331196/33554428
[pid=1317449] ppid=1317446 vsize=34900044 memory=57096 CPUtime=0.14 cores=8-11
/proc/1317449/stat : 1317449 (java) S 1317446 1317449 1292139 0 -1 4194304 7717 0 0 0 13 1 0 0 20 0 19 0 302486370 35737645056 13851 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 0 0 16800975 0 0 0 17 11 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
/proc/1317449/statm: 8725011 14274 6110 1 0 33009 0
[pid=1317449/tid=1317451] ppid=1317446 vsize=34900044 memory=5895516205 CPUtime=0.07 cores=8-11
/proc/1317449/task/1317451/stat : 1317451 (java) R 1317446 1317449 1292139 0 -1 4194368 3193 0 0 0 7 0 0 0 20 0 19 0 302486371 35737645056 13851 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317462] ppid=1317446 vsize=34900044 memory=237162990423 CPUtime=0 cores=8-11
/proc/1317449/task/1317462/stat : 1317462 (Referen..andler) S 1317446 1317449 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 302486372 35737645056 13851 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317463] ppid=1317446 vsize=34900044 memory=18935 CPUtime=0 cores=8-11
/proc/1317449/task/1317463/stat : 1317463 (Finalizer) S 1317446 1317449 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 302486372 35737645056 13851 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317466] ppid=1317446 vsize=34900044 memory=19283 CPUtime=0 cores=8-11
/proc/1317449/task/1317466/stat : 1317466 (Monitor..Thread) S 1317446 1317449 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 302486372 35737645056 13851 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317469] ppid=1317446 vsize=34900044 memory=19858 CPUtime=0 cores=8-11
/proc/1317449/task/1317469/stat : 1317469 (Notific..Thread) S 1317446 1317449 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 302486372 35737645056 13851 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317470] ppid=1317446 vsize=34900044 memory=40263 CPUtime=0 cores=8-11
/proc/1317449/task/1317470/stat : 1317470 (Common-Cleaner) S 1317446 1317449 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 302486373 35737645056 13851 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 57096 KiB

[startup+0.213259 s]*
/proc/loadavg: 15.88 15.94 16.15 16/1196 1317473
/proc/meminfo: memFree=879298088/1055320704 swapFree=33331196/33554428
[pid=1317449] ppid=1317446 vsize=35099736 memory=79972 CPUtime=0.54 cores=8-11
/proc/1317449/stat : 1317449 (java) S 1317446 1317449 1292139 0 -1 4194304 9319 0 0 0 52 2 0 0 20 0 22 0 302486370 35942129664 19575 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 0 0 16800975 0 0 0 17 11 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
/proc/1317449/statm: 8774934 19993 6201 1 0 40601 0
[pid=1317449/tid=1317451] ppid=1317446 vsize=35099736 memory=3471202399546205824 CPUtime=0.18 cores=8-11
/proc/1317449/task/1317451/stat : 1317451 (java) R 1317446 1317449 1292139 0 -1 4194368 3327 0 0 0 18 0 0 0 20 0 22 0 302486371 35942129664 19575 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317462] ppid=1317446 vsize=35099736 memory=232868020593 CPUtime=0 cores=8-11
/proc/1317449/task/1317462/stat : 1317462 (Referen..andler) S 1317446 1317449 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 302486372 35942129664 19575 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317463] ppid=1317446 vsize=35099736 memory=55182578960445 CPUtime=0 cores=8-11
/proc/1317449/task/1317463/stat : 1317463 (Finalizer) S 1317446 1317449 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 302486372 35942129664 19575 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317466] ppid=1317446 vsize=35099736 memory=61783960471845 CPUtime=0 cores=8-11
/proc/1317449/task/1317466/stat : 1317466 (Monitor..Thread) S 1317446 1317449 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 302486372 35942129664 19575 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317469] ppid=1317446 vsize=35099736 memory=58485459143327 CPUtime=0 cores=8-11
/proc/1317449/task/1317469/stat : 1317469 (Notific..Thread) S 1317446 1317449 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 302486372 35942129664 19575 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317470] ppid=1317446 vsize=35099736 memory=58519886010484 CPUtime=0 cores=8-11
/proc/1317449/task/1317470/stat : 1317470 (Common-Cleaner) S 1317446 1317449 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 302486373 35942129664 19575 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317472] ppid=1317446 vsize=35099736 memory=15255943717849659 CPUtime=0 cores=8-11
/proc/1317449/task/1317472/stat : 1317472 (Timer-0) S 1317446 1317449 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 302486385 35942129664 19575 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 79972 KiB

[startup+0.313791 s]*
/proc/loadavg: 15.88 15.94 16.15 17/1196 1317473
/proc/meminfo: memFree=879291788/1055320704 swapFree=33331196/33554428
[pid=1317449] ppid=1317446 vsize=35099736 memory=84532 CPUtime=0.83 cores=8-11
/proc/1317449/stat : 1317449 (java) S 1317446 1317449 1292139 0 -1 4194304 9423 0 0 0 81 2 0 0 20 0 22 0 302486370 35942129664 20749 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 0 0 16800975 0 0 0 17 11 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
/proc/1317449/statm: 8774934 21133 6217 1 0 46137 0
[pid=1317449/tid=1317451] ppid=1317446 vsize=35099736 memory=3184097923301336704 CPUtime=0.26 cores=8-11
/proc/1317449/task/1317451/stat : 1317451 (java) R 1317446 1317449 1292139 0 -1 4194368 3327 0 0 0 25 1 0 0 20 0 22 0 302486371 35942129664 20749 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317462] ppid=1317446 vsize=35099736 memory=6878122763769610609 CPUtime=0 cores=8-11
/proc/1317449/task/1317462/stat : 1317462 (Referen..andler) S 1317446 1317449 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 302486372 35942129664 20749 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317463] ppid=1317446 vsize=35099736 memory=55182578960445 CPUtime=0 cores=8-11
/proc/1317449/task/1317463/stat : 1317463 (Finalizer) S 1317446 1317449 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 302486372 35942129664 20749 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317466] ppid=1317446 vsize=35099736 memory=61783960471845 CPUtime=0 cores=8-11
/proc/1317449/task/1317466/stat : 1317466 (Monitor..Thread) S 1317446 1317449 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 302486372 35942129664 20749 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317469] ppid=1317446 vsize=35099736 memory=58485459143327 CPUtime=0 cores=8-11
/proc/1317449/task/1317469/stat : 1317469 (Notific..Thread) S 1317446 1317449 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 302486372 35942129664 20749 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317470] ppid=1317446 vsize=35099736 memory=58519886010484 CPUtime=0 cores=8-11
/proc/1317449/task/1317470/stat : 1317470 (Common-Cleaner) S 1317446 1317449 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 302486373 35942129664 20749 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317472] ppid=1317446 vsize=35099736 memory=15255943717849659 CPUtime=0 cores=8-11
/proc/1317449/task/1317472/stat : 1317472 (Timer-0) S 1317446 1317449 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 302486385 35942129664 20749 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
Current children cumulated CPU time: 0.83 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 84532 KiB

[startup+0.700265 s]
/proc/loadavg: 15.88 15.94 16.15 17/1196 1317473
/proc/meminfo: memFree=879260788/1055320704 swapFree=33331196/33554428
[pid=1317449] ppid=1317446 vsize=35099736 memory=125928 CPUtime=1.95 cores=8-11
/proc/1317449/stat : 1317449 (java) S 1317446 1317449 1292139 0 -1 4194304 12158 0 0 0 193 2 0 0 20 0 22 0 302486370 35942129664 31010 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 0 0 16800975 0 0 0 17 11 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
/proc/1317449/statm: 8774934 31482 6233 1 0 52572 0
[pid=1317449/tid=1317451] ppid=1317446 vsize=35099736 memory=4844 CPUtime=0.62 cores=8-11
/proc/1317449/task/1317451/stat : 1317451 (java) R 1317446 1317449 1292139 0 -1 4194368 3386 0 0 0 61 1 0 0 20 0 22 0 302486371 35942129664 31010 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317462] ppid=1317446 vsize=35099736 memory=4103 CPUtime=0 cores=8-11
/proc/1317449/task/1317462/stat : 1317462 (Referen..andler) S 1317446 1317449 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 302486372 35942129664 31010 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317463] ppid=1317446 vsize=35099736 memory=5812 CPUtime=0 cores=8-11
/proc/1317449/task/1317463/stat : 1317463 (Finalizer) S 1317446 1317449 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 302486372 35942129664 31010 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317466] ppid=1317446 vsize=35099736 memory=4844 CPUtime=0 cores=8-11
/proc/1317449/task/1317466/stat : 1317466 (Monitor..Thread) S 1317446 1317449 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 302486372 35942129664 31010 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317469] ppid=1317446 vsize=35099736 memory=3044 CPUtime=0 cores=8-11
/proc/1317449/task/1317469/stat : 1317469 (Notific..Thread) S 1317446 1317449 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 302486372 35942129664 31010 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317470] ppid=1317446 vsize=35099736 memory=0 CPUtime=0 cores=8-11
/proc/1317449/task/1317470/stat : 1317470 (Common-Cleaner) S 1317446 1317449 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 302486373 35942129664 31010 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317472] ppid=1317446 vsize=35099736 memory=0 CPUtime=0 cores=8-11
/proc/1317449/task/1317472/stat : 1317472 (Timer-0) S 1317446 1317449 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 302486385 35942129664 31010 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
Current children cumulated CPU time: 1.95 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 125928 KiB

[startup+1.50017 s]
/proc/loadavg: 15.88 15.94 16.15 17/1196 1317473
/proc/meminfo: memFree=879201768/1055320704 swapFree=33331196/33554428
[pid=1317449] ppid=1317446 vsize=35099736 memory=151004 CPUtime=3.3 cores=8-11
/proc/1317449/stat : 1317449 (java) S 1317446 1317449 1292139 0 -1 4194304 16159 0 0 0 326 4 0 0 20 0 21 0 302486370 35942129664 37463 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 0 0 16800975 0 0 0 17 11 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
/proc/1317449/statm: 8774934 37751 6240 1 0 57068 0
[pid=1317449/tid=1317451] ppid=1317446 vsize=35099736 memory=4844 CPUtime=1.37 cores=8-11
/proc/1317449/task/1317451/stat : 1317451 (java) R 1317446 1317449 1292139 0 -1 4194368 3906 0 0 0 135 2 0 0 20 0 21 0 302486371 35942129664 37463 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317462] ppid=1317446 vsize=35099736 memory=5812 CPUtime=0 cores=8-11
/proc/1317449/task/1317462/stat : 1317462 (Referen..andler) S 1317446 1317449 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 302486372 35942129664 37463 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317463] ppid=1317446 vsize=35099736 memory=0 CPUtime=0 cores=8-11
/proc/1317449/task/1317463/stat : 1317463 (Finalizer) S 1317446 1317449 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 302486372 35942129664 37463 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317466] ppid=1317446 vsize=35099736 memory=0 CPUtime=0 cores=8-11
/proc/1317449/task/1317466/stat : 1317466 (Monitor..Thread) S 1317446 1317449 1292139 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 21 0 302486372 35942129664 37463 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317469] ppid=1317446 vsize=35099736 memory=0 CPUtime=0 cores=8-11
/proc/1317449/task/1317469/stat : 1317469 (Notific..Thread) S 1317446 1317449 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 302486372 35942129664 37463 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317470] ppid=1317446 vsize=35099736 memory=25333125866717268 CPUtime=0 cores=8-11
/proc/1317449/task/1317470/stat : 1317470 (Common-Cleaner) S 1317446 1317449 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 302486373 35942129664 37463 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317472] ppid=1317446 vsize=35099736 memory=237062327007 CPUtime=0 cores=8-11
/proc/1317449/task/1317472/stat : 1317472 (Timer-0) S 1317446 1317449 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 302486385 35942129664 37463 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
Current children cumulated CPU time: 3.3 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 151004 KiB

[startup+3.11442 s]
/proc/loadavg: 15.81 15.92 16.15 19/1196 1317474
/proc/meminfo: memFree=879046280/1055320704 swapFree=33331196/33554428
[pid=1317449] ppid=1317446 vsize=35099736 memory=159340 CPUtime=4.99 cores=8-11
/proc/1317449/stat : 1317449 (java) S 1317446 1317449 1292139 0 -1 4194304 16407 0 0 0 493 6 0 0 20 0 21 0 302486370 35942129664 39535 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 0 0 16800975 0 0 0 17 11 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
/proc/1317449/statm: 8774934 39835 6240 1 0 61303 0
[pid=1317449/tid=1317451] ppid=1317446 vsize=35099736 memory=0 CPUtime=2.92 cores=8-11
/proc/1317449/task/1317451/stat : 1317451 (java) R 1317446 1317449 1292139 0 -1 4194368 3938 0 0 0 288 4 0 0 20 0 21 0 302486371 35942129664 39535 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317462] ppid=1317446 vsize=35099736 memory=0 CPUtime=0 cores=8-11
/proc/1317449/task/1317462/stat : 1317462 (Referen..andler) S 1317446 1317449 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 302486372 35942129664 39535 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317463] ppid=1317446 vsize=35099736 memory=4844 CPUtime=0 cores=8-11
/proc/1317449/task/1317463/stat : 1317463 (Finalizer) S 1317446 1317449 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 302486372 35942129664 39535 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317466] ppid=1317446 vsize=35099736 memory=4769 CPUtime=0 cores=8-11
/proc/1317449/task/1317466/stat : 1317466 (Monitor..Thread) S 1317446 1317449 1292139 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 21 0 302486372 35942129664 39535 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317469] ppid=1317446 vsize=35099736 memory=211292520753 CPUtime=0 cores=8-11
/proc/1317449/task/1317469/stat : 1317469 (Notific..Thread) S 1317446 1317449 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 302486372 35942129664 39535 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317470] ppid=1317446 vsize=35099736 memory=130160 CPUtime=0 cores=8-11
/proc/1317449/task/1317470/stat : 1317470 (Common-Cleaner) S 1317446 1317449 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 302486373 35942129664 39535 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317472] ppid=1317446 vsize=35099736 memory=4708 CPUtime=0 cores=8-11
/proc/1317449/task/1317472/stat : 1317472 (Timer-0) S 1317446 1317449 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 302486385 35942129664 39535 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
Current children cumulated CPU time: 4.99 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 159340 KiB

[startup+6.30015 s]
/proc/loadavg: 15.81 15.92 16.15 16/1196 1317474

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

/proc/meminfo: memFree=4494592/1055320704 swapFree=33331196/33554428
[pid=1317449] ppid=1317446 vsize=35166300 memory=736224 CPUtime=3382.22 cores=8-11
/proc/1317449/stat : 1317449 (java) S 1317446 1317449 1292139 0 -1 4194304 86504 0 0 0 336838 1384 0 0 20 0 23 0 302486370 36010291200 183993 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 0 0 16800975 0 0 0 17 11 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
/proc/1317449/statm: 8791575 184056 6228 1 0 200331 0
[pid=1317449/tid=1317451] ppid=1317446 vsize=35166300 memory=5812 CPUtime=3354.34 cores=8-11
/proc/1317449/task/1317451/stat : 1317451 (java) R 1317446 1317449 1292139 0 -1 4194368 25150 0 0 0 334093 1341 0 0 20 0 23 0 302486371 36010291200 183993 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317462] ppid=1317446 vsize=35166300 memory=736224 CPUtime=0 cores=8-11
/proc/1317449/task/1317462/stat : 1317462 (Referen..andler) S 1317446 1317449 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302486372 36010291200 183993 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317463] ppid=1317446 vsize=35166300 memory=4844 CPUtime=0 cores=8-11
/proc/1317449/task/1317463/stat : 1317463 (Finalizer) S 1317446 1317449 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 302486372 36010291200 183993 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317466] ppid=1317446 vsize=35166300 memory=4028 CPUtime=0.07 cores=8-11
/proc/1317449/task/1317466/stat : 1317466 (Monitor..Thread) S 1317446 1317449 1292139 0 -1 4194368 52 0 0 0 4 3 0 0 20 0 23 0 302486372 36010291200 183993 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317469] ppid=1317446 vsize=35166300 memory=736224 CPUtime=0 cores=8-11
/proc/1317449/task/1317469/stat : 1317469 (Notific..Thread) S 1317446 1317449 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 302486372 36010291200 183993 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317470] ppid=1317446 vsize=35166300 memory=3044 CPUtime=0 cores=8-11
/proc/1317449/task/1317470/stat : 1317470 (Common-Cleaner) S 1317446 1317449 1292139 0 -1 4194368 361 0 0 0 0 0 0 0 20 0 23 0 302486373 36010291200 183993 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317472] ppid=1317446 vsize=35166300 memory=736224 CPUtime=0 cores=8-11
/proc/1317449/task/1317472/stat : 1317472 (Timer-0) S 1317446 1317449 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302486385 36010291200 183993 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
Current children cumulated CPU time: 3382.22 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 736224 KiB

[startup+3462.3 s]
/proc/loadavg: 25.52 24.94 23.16 32/1195 1318720
/proc/meminfo: memFree=1870148/1055320704 swapFree=33331196/33554428
[pid=1317449] ppid=1317446 vsize=35166300 memory=752416 CPUtime=3442 cores=8-11
/proc/1317449/stat : 1317449 (java) S 1317446 1317449 1292139 0 -1 4194304 89672 0 0 0 342793 1407 0 0 20 0 23 0 302486370 36010291200 187937 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 0 0 16800975 0 0 0 17 11 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
/proc/1317449/statm: 8791575 188104 6228 1 0 204515 0
[pid=1317449/tid=1317451] ppid=1317446 vsize=35166300 memory=5812 CPUtime=3413.67 cores=8-11
/proc/1317449/task/1317451/stat : 1317451 (java) R 1317446 1317449 1292139 0 -1 4194368 25506 0 0 0 340003 1364 0 0 20 0 23 0 302486371 36010291200 187937 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317462] ppid=1317446 vsize=35166300 memory=736224 CPUtime=0 cores=8-11
/proc/1317449/task/1317462/stat : 1317462 (Referen..andler) S 1317446 1317449 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302486372 36010291200 187937 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317463] ppid=1317446 vsize=35166300 memory=-7308597254293514083 CPUtime=0 cores=8-11
/proc/1317449/task/1317463/stat : 1317463 (Finalizer) S 1317446 1317449 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 302486372 36010291200 187937 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317466] ppid=1317446 vsize=35166300 memory=7 CPUtime=0.07 cores=8-11
/proc/1317449/task/1317466/stat : 1317466 (Monitor..Thread) S 1317446 1317449 1292139 0 -1 4194368 52 0 0 0 4 3 0 0 20 0 23 0 302486372 36010291200 187937 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317469] ppid=1317446 vsize=35166300 memory=0 CPUtime=0 cores=8-11
/proc/1317449/task/1317469/stat : 1317469 (Notific..Thread) S 1317446 1317449 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 302486372 36010291200 187937 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317470] ppid=1317446 vsize=35166300 memory=752416 CPUtime=0 cores=8-11
/proc/1317449/task/1317470/stat : 1317470 (Common-Cleaner) S 1317446 1317449 1292139 0 -1 4194368 361 0 0 0 0 0 0 0 20 0 23 0 302486373 36010291200 187937 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317472] ppid=1317446 vsize=35166300 memory=3044 CPUtime=0 cores=8-11
/proc/1317449/task/1317472/stat : 1317472 (Timer-0) S 1317446 1317449 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302486385 36010291200 187937 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
Current children cumulated CPU time: 3442 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 752416 KiB

[startup+3522.3 s]
/proc/loadavg: 25.27 24.94 23.27 24/1197 1318723
/proc/meminfo: memFree=1932688/1055320704 swapFree=33331196/33554428
[pid=1317449] ppid=1317446 vsize=35166300 memory=747344 CPUtime=3501.89 cores=8-11
/proc/1317449/stat : 1317449 (java) S 1317446 1317449 1292139 0 -1 4194304 93158 0 0 0 348760 1429 0 0 20 0 23 0 302486370 36010291200 186457 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 0 0 16800975 0 0 0 17 11 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
/proc/1317449/statm: 8791575 186836 6228 1 0 208699 0
[pid=1317449/tid=1317451] ppid=1317446 vsize=35166300 memory=737036 CPUtime=3472.98 cores=8-11
/proc/1317449/task/1317451/stat : 1317451 (java) R 1317446 1317449 1292139 0 -1 4194368 26003 0 0 0 345913 1385 0 0 20 0 23 0 302486371 36010291200 186457 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317462] ppid=1317446 vsize=35166300 memory=7 CPUtime=0 cores=8-11
/proc/1317449/task/1317462/stat : 1317462 (Referen..andler) S 1317446 1317449 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302486372 36010291200 186457 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317463] ppid=1317446 vsize=35166300 memory=752416 CPUtime=0 cores=8-11
/proc/1317449/task/1317463/stat : 1317463 (Finalizer) S 1317446 1317449 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 302486372 36010291200 186457 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317466] ppid=1317446 vsize=35166300 memory=0 CPUtime=0.07 cores=8-11
/proc/1317449/task/1317466/stat : 1317466 (Monitor..Thread) S 1317446 1317449 1292139 0 -1 4194368 52 0 0 0 4 3 0 0 20 0 23 0 302486372 36010291200 186457 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317469] ppid=1317446 vsize=35166300 memory=753772 CPUtime=0 cores=8-11
/proc/1317449/task/1317469/stat : 1317469 (Notific..Thread) S 1317446 1317449 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 302486372 36010291200 186457 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317470] ppid=1317446 vsize=35166300 memory=5756 CPUtime=0 cores=8-11
/proc/1317449/task/1317470/stat : 1317470 (Common-Cleaner) S 1317446 1317449 1292139 0 -1 4194368 361 0 0 0 0 0 0 0 20 0 23 0 302486373 36010291200 186457 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317472] ppid=1317446 vsize=35166300 memory=15628 CPUtime=0 cores=8-11
/proc/1317449/task/1317472/stat : 1317472 (Timer-0) S 1317446 1317449 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302486385 36010291200 186457 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
Current children cumulated CPU time: 3501.89 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 747344 KiB

[startup+3582.3 s]
/proc/loadavg: 24.48 24.81 23.32 26/1199 1318726
/proc/meminfo: memFree=2052668/1055320704 swapFree=33331196/33554428
[pid=1317449] ppid=1317446 vsize=35166300 memory=765872 CPUtime=3561.72 cores=8-11
/proc/1317449/stat : 1317449 (java) S 1317446 1317449 1292139 0 -1 4194304 94236 0 0 0 354723 1449 0 0 20 0 23 0 302486370 36010291200 191191 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 0 0 16800975 0 0 0 17 11 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
/proc/1317449/statm: 8791575 191468 6228 1 0 208699 0
[pid=1317449/tid=1317451] ppid=1317446 vsize=35166300 memory=-7308597254293514083 CPUtime=3532.37 cores=8-11
/proc/1317449/task/1317451/stat : 1317451 (java) R 1317446 1317449 1292139 0 -1 4194368 26330 0 0 0 351833 1404 0 0 20 0 23 0 302486371 36010291200 191191 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317462] ppid=1317446 vsize=35166300 memory=765872 CPUtime=0 cores=8-11
/proc/1317449/task/1317462/stat : 1317462 (Referen..andler) S 1317446 1317449 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302486372 36010291200 191191 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317463] ppid=1317446 vsize=35166300 memory=-7308597254293514083 CPUtime=0 cores=8-11
/proc/1317449/task/1317463/stat : 1317463 (Finalizer) S 1317446 1317449 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 302486372 36010291200 191191 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317466] ppid=1317446 vsize=35166300 memory=765872 CPUtime=0.07 cores=8-11
/proc/1317449/task/1317466/stat : 1317466 (Monitor..Thread) S 1317446 1317449 1292139 0 -1 4194368 52 0 0 0 4 3 0 0 20 0 23 0 302486372 36010291200 191191 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317469] ppid=1317446 vsize=35166300 memory=15628 CPUtime=0 cores=8-11
/proc/1317449/task/1317469/stat : 1317469 (Notific..Thread) S 1317446 1317449 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 302486372 36010291200 191191 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317470] ppid=1317446 vsize=35166300 memory=47116 CPUtime=0 cores=8-11
/proc/1317449/task/1317470/stat : 1317470 (Common-Cleaner) S 1317446 1317449 1292139 0 -1 4194368 361 0 0 0 0 0 0 0 20 0 23 0 302486373 36010291200 191191 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317472] ppid=1317446 vsize=35166300 memory=765872 CPUtime=0 cores=8-11
/proc/1317449/task/1317472/stat : 1317472 (Timer-0) S 1317446 1317449 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302486385 36010291200 191191 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
Current children cumulated CPU time: 3561.72 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 765872 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3620.9 s]
/proc/loadavg: 23.94 24.64 23.33 22/1199 1318729
/proc/meminfo: memFree=1877300/1055320704 swapFree=33331196/33554428
[pid=1317449] ppid=1317446 vsize=35166300 memory=769644 CPUtime=3600.05 cores=8-11
/proc/1317449/stat : 1317449 (java) S 1317446 1317449 1292139 0 -1 4194304 95310 0 0 0 358538 1467 0 0 20 0 23 0 302486370 36010291200 192087 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 0 0 16800975 0 0 0 17 11 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
/proc/1317449/statm: 8791575 192411 6228 1 0 208699 0
[pid=1317449/tid=1317451] ppid=1317446 vsize=35166300 memory=0 CPUtime=3570.55 cores=8-11
/proc/1317449/task/1317451/stat : 1317451 (java) R 1317446 1317449 1292139 0 -1 4194368 27385 0 0 0 355634 1421 0 0 20 0 23 0 302486371 36010291200 192087 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317462] ppid=1317446 vsize=35166300 memory=279676191560656 CPUtime=0 cores=8-11
/proc/1317449/task/1317462/stat : 1317462 (Referen..andler) S 1317446 1317449 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302486372 36010291200 192087 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317463] ppid=1317446 vsize=35166300 memory=-7308597254293514083 CPUtime=0 cores=8-11
/proc/1317449/task/1317463/stat : 1317463 (Finalizer) S 1317446 1317449 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 302486372 36010291200 192087 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317466] ppid=1317446 vsize=35166300 memory=0 CPUtime=0.07 cores=8-11
/proc/1317449/task/1317466/stat : 1317466 (Monitor..Thread) S 1317446 1317449 1292139 0 -1 4194368 52 0 0 0 4 3 0 0 20 0 23 0 302486372 36010291200 192087 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317469] ppid=1317446 vsize=35166300 memory=0 CPUtime=0 cores=8-11
/proc/1317449/task/1317469/stat : 1317469 (Notific..Thread) S 1317446 1317449 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 302486372 36010291200 192087 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317470] ppid=1317446 vsize=35166300 memory=769644 CPUtime=0 cores=8-11
/proc/1317449/task/1317470/stat : 1317470 (Common-Cleaner) S 1317446 1317449 1292139 0 -1 4194368 367 0 0 0 0 0 0 0 20 0 23 0 302486373 36010291200 192087 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317472] ppid=1317446 vsize=35166300 memory=769644 CPUtime=0 cores=8-11
/proc/1317449/task/1317472/stat : 1317472 (Timer-0) S 1317446 1317449 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302486385 36010291200 192087 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 769644 KiB

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

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

# cumulated CPU time of all completed processes:  user=3585.62 s, system=14.6877 s

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

[startup+3620.9 s]
/proc/loadavg: 23.94 24.64 23.33 22/1199 1318729
/proc/meminfo: memFree=1877300/1055320704 swapFree=33331196/33554428
[pid=1317449] ppid=1317446 vsize=35166300 memory=769644 CPUtime=3600.05 cores=8-11
/proc/1317449/stat : 1317449 (java) S 1317446 1317449 1292139 0 -1 4194304 95310 0 0 0 358538 1467 0 0 20 0 23 0 302486370 36010291200 192087 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 0 0 16800975 0 0 0 17 11 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
/proc/1317449/statm: 8791575 192411 6228 1 0 208699 0
[pid=1317449/tid=1317451] ppid=1317446 vsize=35166300 memory=0 CPUtime=3570.55 cores=8-11
/proc/1317449/task/1317451/stat : 1317451 (java) R 1317446 1317449 1292139 0 -1 4194368 27385 0 0 0 355634 1421 0 0 20 0 23 0 302486371 36010291200 192087 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317462] ppid=1317446 vsize=35166300 memory=279676191560656 CPUtime=0 cores=8-11
/proc/1317449/task/1317462/stat : 1317462 (Referen..andler) S 1317446 1317449 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302486372 36010291200 192087 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317463] ppid=1317446 vsize=35166300 memory=-7308597254293514083 CPUtime=0 cores=8-11
/proc/1317449/task/1317463/stat : 1317463 (Finalizer) S 1317446 1317449 1292139 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 302486372 36010291200 192087 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317466] ppid=1317446 vsize=35166300 memory=0 CPUtime=0.07 cores=8-11
/proc/1317449/task/1317466/stat : 1317466 (Monitor..Thread) S 1317446 1317449 1292139 0 -1 4194368 52 0 0 0 4 3 0 0 20 0 23 0 302486372 36010291200 192087 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317469] ppid=1317446 vsize=35166300 memory=0 CPUtime=0 cores=8-11
/proc/1317449/task/1317469/stat : 1317469 (Notific..Thread) S 1317446 1317449 1292139 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 302486372 36010291200 192087 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317470] ppid=1317446 vsize=35166300 memory=769644 CPUtime=0 cores=8-11
/proc/1317449/task/1317470/stat : 1317470 (Common-Cleaner) S 1317446 1317449 1292139 0 -1 4194368 367 0 0 0 0 0 0 0 20 0 23 0 302486373 36010291200 192087 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
[pid=1317449/tid=1317472] ppid=1317446 vsize=35166300 memory=769644 CPUtime=0 cores=8-11
/proc/1317449/task/1317472/stat : 1317472 (Timer-0) S 1317446 1317449 1292139 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302486385 36010291200 192087 18446744073709551615 94253823737856 94253823741552 140731464259440 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94253823749416 94253823750160 94253857058816 140731464267940 140731464268126 140731464268126 140731464273864 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 769644 KiB

Child status: 143

Real time (s): 3621
CPU time (s): 3600.31
CPU user time (s): 3585.62
CPU system time (s): 14.6877
CPU usage (%): 99.4287
Max. virtual memory (cumulated for all children) (KiB): 35166300
Max. memory (cumulated for all children) (KiB): 803076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.62
system time used= 14.6877
maximum resident set size= 801952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98009
page faults= 0
swaps= 0
block input operations= 40
block output operations= 13376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3849652
involuntary context switches= 7748


# summary of solver processes directly reported to runsolver:
#   pid: 1317449
#   total CPU time (s): 3600.31
#   total CPU user time (s): 3585.62
#   total CPU system time (s): 14.6877

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.5865 second user time and 41.868 second system time

The end

Launcher Data

Begin job on nodeE005 at 2026-07-10 15:59:45
IDJOB=4835866
IDBENCH=176179
IDSOLVER=3672
FILE ID=nodeE005/4835866-1783691985
RUNJOBID= nodeE005-1783686643-1292151
SLURM_JOB_ID= 12734898
Free space on /tmp= 802632 MiB

SOLVER NAME= Sat4j Resolution CERT 2026-05-20 (cert)
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=10-t=7.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4835866-1783691985/watcher-4835866-1783691985 -o /tmp/evaluation-result-4835866-1783691985/solver-4835866-1783691985 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4835866-1783691985/vars-4835866-1783691985 --bin-var /tmp/runsolver-exch-nodeE005-1783686643-1292151 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proofs/proof-4835866-1783691985 -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4835866-1783691985.opb

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

MD5SUM BENCH= dd0284273c338bd8f99d78a749c08f4f
RANDOM SEED=1907797231

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 55
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 115
cpu cores	: 32
apicid		: 243
initial apicid	: 243
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 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		: 3594.964
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.34
TLB size	: 192 4K pages
clflush size	: 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		: 3593.897
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.34
TLB size	: 192 4K pages
clflush size	: 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		: 3583.337
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.34
TLB size	: 192 4K pages
clflush size	: 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		: 3585.779
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.34
TLB size	: 192 4K pages
clflush size	: 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.34
TLB size	: 192 4K pages
clflush size	: 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		: 3576.688
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.34
TLB size	: 192 4K pages
clflush size	: 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.34
TLB size	: 192 4K pages
clflush size	: 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.34
TLB size	: 192 4K pages
clflush 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:       1055320704 kB
MemFree:        879343348 kB
MemAvailable:   1035017612 kB
Buffers:            1096 kB
Cached:         158410644 kB
SwapCached:         3432 kB
Active:         27851280 kB
Inactive:       142736840 kB
Active(anon):   12679988 kB
Inactive(anon):   161676 kB
Active(file):   15171292 kB
Inactive(file): 142575164 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33331196 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             18412 kB
Writeback:             0 kB
AnonPages:      12176452 kB
Mapped:           176508 kB
Shmem:            664588 kB
KReclaimable:    3573164 kB
Slab:            4191024 kB
SReclaimable:    3573164 kB
SUnreclaim:       617860 kB
KernelStack:       19792 kB
PageTables:        33056 kB
SecPageTables:     15352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:   143099768 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      483248 kB
VmallocChunk:          0 kB
Percpu:           130560 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11048960 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:      401860 kB
DirectMap2M:    19843072 kB
DirectMap1G:    1053818880 kB

Free space on /tmp at the end= 802628 MiB
End job on nodeE005 at 2026-07-10 17:00:06