Trace number 4836224

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)1 3600.21 3671.1

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/evencolouring/
linear/normalized-evencolouring_opt_linear_random6regular_nvert_061.opb
MD5SUMa5ea427b495bc29ca41a2a07775089ea
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 benchmark1
Best CPU time to get the best result obtained on this benchmark0.012964
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables244
Total number of constraints61
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)61
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint7
Maximum length of a constraint7
Number of terms in the objective function 61
Biggest coefficient in the objective function 61
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 1891
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 61
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1891
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB26fixedPrime.v20260610
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	26.0.1+8-34
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		26.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		30334720
0.00/0.08	c Max memory 		32178700288
0.00/0.08	c Total memory 		33554432
0.00/0.08	c Number of processors 	4
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: none
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4836224-1783692716.opb
0.11/0.11	c reading problem ... 
0.11/0.19	c using VERIPB proof format
0.11/0.19	c  objective function found
0.11/0.20	c ... done. Wall clock time 0.084s.
0.11/0.20	c declared #vars     244
0.11/0.20	c #constraints  122
0.11/0.20	c constraints type 
0.11/0.20	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 122
0.11/0.20	c 122 constraints processed.
0.11/0.20	c objective function length is 61 literals
0.22/0.24	c SATISFIABLE
0.22/0.24	c OPTIMIZING...
0.22/0.24	c Got one! Elapsed wall clock time (in seconds):0.122
0.22/0.24	o 1
0.82/0.45	c cleaning 2596 clauses out of 5200 with flag 26409/5200
1.11/0.59	c cleaning 4298 clauses out of 8604 with flag 59759/11200
1.91/0.83	c cleaning 5644 clauses out of 11305 with flag 105655/18199
2.35/1.07	c cleaning 6824 clauses out of 13661 with flag 159093/26199
2.75/1.35	c cleaning 7915 clauses out of 15839 with flag 220229/35201
3.05/1.64	c cleaning 8956 clauses out of 17922 with flag 279902/45199
3.54/2.05	c cleaning 9974 clauses out of 19966 with flag 357391/56199
3.87/2.48	c cleaning 10992 clauses out of 21992 with flag 437360/68199
4.41/3.07	c cleaning 11991 clauses out of 24000 with flag 524490/81199
4.82/3.57	c cleaning 12997 clauses out of 26009 with flag 613830/95199
5.15/4.00	c cleaning 13999 clauses out of 28014 with flag 698627/110201
5.57/4.48	c cleaning 14994 clauses out of 30015 with flag 792766/126201
6.00/5.00	c cleaning 15999 clauses out of 32021 with flag 893794/143201
6.61/5.63	c cleaning 17004 clauses out of 34020 with flag 1000668/161199
7.10/6.23	c cleaning 17994 clauses out of 36016 with flag 1106687/180199
7.59/6.85	c cleaning 19008 clauses out of 38024 with flag 1217654/200201
8.17/7.53	c cleaning 20003 clauses out of 40014 with flag 1335106/221199
8.76/8.27	c cleaning 20999 clauses out of 42012 with flag 1463608/243200
9.54/9.11	c cleaning 21999 clauses out of 44014 with flag 1617875/266201
10.30/10.02	c cleaning 22999 clauses out of 46013 with flag 1763814/290199
11.05/10.96	c cleaning 23994 clauses out of 48014 with flag 1908254/315199
11.90/11.98	c cleaning 25002 clauses out of 50020 with flag 2058884/341199
12.86/13.04	c cleaning 25988 clauses out of 52019 with flag 2236533/368200
13.80/14.15	c cleaning 27007 clauses out of 54033 with flag 2413735/396202
14.85/15.34	c cleaning 28002 clauses out of 56023 with flag 2592533/425199
15.87/16.55	c cleaning 29002 clauses out of 58023 with flag 2776454/455201
16.91/17.79	c cleaning 30003 clauses out of 60021 with flag 2964031/486201
18.43/19.43	c cleaning 30997 clauses out of 62017 with flag 3165769/518200
20.02/21.21	c cleaning 32003 clauses out of 64020 with flag 3427390/551200
21.79/23.26	c cleaning 32990 clauses out of 66016 with flag 3716577/585199
23.64/25.38	c cleaning 34000 clauses out of 68026 with flag 4014590/620199
25.61/27.55	c cleaning 35008 clauses out of 70026 with flag 4318493/656199
27.12/29.23	c cleaning 36000 clauses out of 72018 with flag 4547547/693199
28.61/30.96	c cleaning 36998 clauses out of 74018 with flag 4784066/731199
30.21/32.74	c cleaning 38006 clauses out of 76020 with flag 5033181/770199
31.89/34.62	c cleaning 38999 clauses out of 78014 with flag 5282622/810199
33.56/36.51	c cleaning 39996 clauses out of 80015 with flag 5536033/851199
35.23/38.40	c cleaning 41006 clauses out of 82021 with flag 5803733/893201
36.93/40.36	c cleaning 41996 clauses out of 84014 with flag 6066330/936200
39.09/42.75	c cleaning 43003 clauses out of 86018 with flag 6359160/980200
40.97/44.86	c cleaning 43996 clauses out of 88014 with flag 6638135/1025199
43.11/47.23	c cleaning 45003 clauses out of 90018 with flag 6928482/1071199
45.36/49.78	c cleaning 46000 clauses out of 92015 with flag 7248083/1118199
47.45/52.02	c cleaning 47000 clauses out of 94016 with flag 7548471/1166200
49.60/54.48	c cleaning 47999 clauses out of 96016 with flag 7867474/1215200
52.31/57.45	c cleaning 49005 clauses out of 98017 with flag 8196688/1265200
54.78/60.13	c cleaning 49995 clauses out of 100011 with flag 8524478/1316199
57.21/62.82	c cleaning 51002 clauses out of 102016 with flag 8849799/1368199
59.65/65.54	c cleaning 51984 clauses out of 104015 with flag 9177129/1421200
62.34/68.54	c cleaning 53004 clauses out of 106030 with flag 9538994/1475199
64.97/71.46	c cleaning 54003 clauses out of 108027 with flag 9894067/1530200
67.68/74.46	c cleaning 54994 clauses out of 110023 with flag 10260964/1586199
70.48/77.52	c cleaning 56012 clauses out of 112032 with flag 10643734/1643202
73.29/80.64	c cleaning 57004 clauses out of 114017 with flag 11024661/1701199
76.10/83.78	c cleaning 57997 clauses out of 116013 with flag 11412369/1760199
79.17/87.12	c cleaning 58999 clauses out of 118016 with flag 11798652/1820199
82.09/90.36	c cleaning 60001 clauses out of 120017 with flag 12189408/1881199
85.20/93.78	c cleaning 60993 clauses out of 122017 with flag 12580285/1943200
88.53/97.36	c cleaning 62005 clauses out of 124023 with flag 12986863/2006199
91.92/101.05	c cleaning 62999 clauses out of 126018 with flag 13435926/2070199
95.40/104.80	c cleaning 63999 clauses out of 128021 with flag 13859218/2135201
99.12/108.89	c cleaning 64997 clauses out of 130021 with flag 14305239/2201200
102.68/112.71	c cleaning 66007 clauses out of 132023 with flag 14745873/2268199
106.58/116.93	c cleaning 66999 clauses out of 134017 with flag 15197814/2336200
110.39/121.10	c cleaning 68001 clauses out of 136017 with flag 15660881/2405199
114.28/125.23	c cleaning 69000 clauses out of 138017 with flag 16143122/2475200
118.40/129.61	c cleaning 69998 clauses out of 140016 with flag 16605657/2546199
122.40/133.92	c cleaning 71000 clauses out of 142019 with flag 17082533/2618200
127.03/138.88	c cleaning 72005 clauses out of 144019 with flag 17594529/2691200
131.46/143.58	c cleaning 72993 clauses out of 146013 with flag 18077702/2765199
136.26/148.60	c cleaning 74000 clauses out of 148020 with flag 18589995/2840199
141.10/153.78	c cleaning 75003 clauses out of 150020 with flag 19115459/2916199
145.91/158.85	c cleaning 75996 clauses out of 152017 with flag 19646046/2993199
151.40/164.64	c cleaning 77000 clauses out of 154021 with flag 20193427/3071199
156.93/170.42	c cleaning 78002 clauses out of 156022 with flag 20731067/3150200
162.74/176.50	c cleaning 78997 clauses out of 158019 with flag 21287296/3230199
167.71/181.72	c cleaning 80001 clauses out of 160023 with flag 21820497/3311200
172.62/187.00	c cleaning 81004 clauses out of 162022 with flag 22392979/3393200
178.37/192.91	c cleaning 82007 clauses out of 164017 with flag 22962540/3476199
183.79/198.67	c cleaning 82989 clauses out of 166011 with flag 23533149/3560200
189.30/204.47	c cleaning 83998 clauses out of 168022 with flag 24119375/3645200
195.49/210.95	c cleaning 85000 clauses out of 170024 with flag 24716232/3731200
201.03/216.75	c cleaning 86008 clauses out of 172025 with flag 25303516/3818201
207.38/223.40	c cleaning 86992 clauses out of 174015 with flag 25955852/3906199
213.50/229.84	c cleaning 88003 clauses out of 176023 with flag 26563639/3995199
220.01/236.67	c cleaning 88999 clauses out of 178021 with flag 27206791/4085200
226.11/243.11	c cleaning 90004 clauses out of 180023 with flag 27858109/4176201
232.40/249.60	c cleaning 90996 clauses out of 182017 with flag 28479468/4268199
239.01/256.56	c cleaning 91998 clauses out of 184022 with flag 29127995/4361200
245.60/263.42	c cleaning 92992 clauses out of 186023 with flag 29776730/4455199
252.33/270.42	c cleaning 94008 clauses out of 188033 with flag 30442340/4550201
259.23/277.66	c cleaning 94998 clauses out of 190023 with flag 31118884/4646199
267.23/285.97	c cleaning 95997 clauses out of 192025 with flag 31798277/4743199
274.22/293.16	c cleaning 97004 clauses out of 194028 with flag 32478548/4841199
282.30/301.52	c cleaning 98003 clauses out of 196025 with flag 33199794/4940200
290.12/309.68	c cleaning 99003 clauses out of 198021 with flag 33901141/5040199
297.83/317.63	c cleaning 100005 clauses out of 200021 with flag 34622222/5141202
305.55/325.62	c cleaning 100999 clauses out of 202014 with flag 35345931/5243200
313.29/333.70	c cleaning 101994 clauses out of 204014 with flag 36068616/5346199
320.96/341.77	c cleaning 103003 clauses out of 206021 with flag 36800253/5450200
329.41/350.57	c cleaning 104006 clauses out of 208017 with flag 37513965/5555199
337.85/359.33	c cleaning 105003 clauses out of 210011 with flag 38257810/5661199
346.25/368.10	c cleaning 105988 clauses out of 212011 with flag 39025278/5768202
356.04/378.15	c cleaning 107005 clauses out of 214021 with flag 39818210/5876200
364.66/387.04	c cleaning 107994 clauses out of 216015 with flag 40584881/5985199
373.45/396.13	c cleaning 109003 clauses out of 218021 with flag 41360482/6095199
382.50/405.58	c cleaning 109996 clauses out of 220019 with flag 42142659/6206200
391.73/415.07	c cleaning 111003 clauses out of 222022 with flag 42906404/6318199
403.56/427.23	c cleaning 112002 clauses out of 224020 with flag 43716365/6431200
412.70/436.70	c cleaning 112997 clauses out of 226018 with flag 44517095/6545200
422.48/446.84	c cleaning 113999 clauses out of 228022 with flag 45311661/6660201
432.46/457.13	c cleaning 115002 clauses out of 230023 with flag 46142280/6776201
442.74/467.74	c cleaning 116002 clauses out of 232019 with flag 46978182/6893199
453.15/478.49	c cleaning 116995 clauses out of 234018 with flag 47836798/7011200
464.17/489.73	c cleaning 118000 clauses out of 236025 with flag 48712227/7130202
476.41/502.21	c cleaning 119008 clauses out of 238023 with flag 49601354/7250200
487.12/513.28	c cleaning 120003 clauses out of 240014 with flag 50462843/7371199
498.28/524.70	c cleaning 121001 clauses out of 242011 with flag 51333679/7493199
510.17/536.84	c cleaning 121995 clauses out of 244010 with flag 52212620/7616199
521.45/548.44	c cleaning 122998 clauses out of 246016 with flag 53092722/7740200
532.72/560.06	c cleaning 123997 clauses out of 248017 with flag 53996596/7865199
544.09/571.75	c cleaning 125000 clauses out of 250020 with flag 54900621/7991199
555.67/583.64	c cleaning 125999 clauses out of 252021 with flag 55816164/8118200
566.96/595.25	c cleaning 127002 clauses out of 254021 with flag 56735125/8246199
578.56/607.11	c cleaning 127987 clauses out of 256020 with flag 57682862/8375200
590.25/619.15	c cleaning 129006 clauses out of 258032 with flag 58697488/8505199
602.28/631.52	c cleaning 129998 clauses out of 260026 with flag 59662125/8636199
614.65/644.25	c cleaning 130999 clauses out of 262030 with flag 60710808/8768201
627.33/657.23	c cleaning 132015 clauses out of 264029 with flag 61758436/8901199
640.31/670.57	c cleaning 133002 clauses out of 266016 with flag 62750448/9035201
653.28/683.89	c cleaning 133991 clauses out of 268013 with flag 63764182/9170200
666.18/697.09	c cleaning 134994 clauses out of 270022 with flag 64798178/9306200
679.46/710.63	c cleaning 136009 clauses out of 272030 with flag 65805401/9443202
692.26/723.77	c cleaning 136989 clauses out of 274018 with flag 66818442/9581199
707.18/738.98	c cleaning 138007 clauses out of 276029 with flag 67832068/9720199
720.99/753.04	c cleaning 138999 clauses out of 278024 with flag 68856759/9860201
734.85/767.23	c cleaning 140005 clauses out of 280023 with flag 69887267/10001199
748.97/781.60	c cleaning 140999 clauses out of 282019 with flag 70939650/10143200
764.19/797.27	c cleaning 142001 clauses out of 284020 with flag 72008616/10286200
781.20/814.60	c cleaning 143004 clauses out of 286018 with flag 73185074/10430199
796.10/829.82	c cleaning 144000 clauses out of 288014 with flag 74238820/10575199
812.77/846.85	c cleaning 144995 clauses out of 290014 with flag 75338090/10721199
828.91/863.29	c cleaning 146001 clauses out of 292020 with flag 76436883/10868200
844.25/878.92	c cleaning 146997 clauses out of 294018 with flag 77542768/11016199
858.94/893.92	c cleaning 148002 clauses out of 296022 with flag 78640780/11165200
874.73/910.02	c cleaning 149000 clauses out of 298019 with flag 79753960/11315199
890.22/925.82	c cleaning 150007 clauses out of 300019 with flag 80875800/11466199
905.19/941.17	c cleaning 151002 clauses out of 302013 with flag 82019079/11618200
920.92/957.28	c cleaning 152001 clauses out of 304013 with flag 83169184/11771202
938.00/974.67	c cleaning 152996 clauses out of 306009 with flag 84360794/11925199
954.37/991.36	c cleaning 154000 clauses out of 308014 with flag 85535597/12080200
970.94/1008.28	c cleaning 155001 clauses out of 310015 with flag 86745596/12236201
988.32/1025.92	c cleaning 155995 clauses out of 312013 with flag 87925262/12393200
1004.81/1042.77	c cleaning 157002 clauses out of 314019 with flag 89110360/12551201
1021.55/1059.83	c cleaning 157991 clauses out of 316015 with flag 90294185/12710199
1038.36/1076.93	c cleaning 158994 clauses out of 318024 with flag 91516252/12870199
1055.36/1094.21	c cleaning 160001 clauses out of 320030 with flag 92713216/13031199
1073.42/1112.51	c cleaning 161006 clauses out of 322029 with flag 93932079/13193199
1090.44/1129.84	c cleaning 161998 clauses out of 324023 with flag 95167146/13356199
1107.80/1147.55	c cleaning 163004 clauses out of 326025 with flag 96394133/13520199
1125.68/1165.77	c cleaning 164009 clauses out of 328022 with flag 97651875/13685200
1144.09/1184.49	c cleaning 164997 clauses out of 330012 with flag 98923581/13851199
1162.96/1203.66	c cleaning 165998 clauses out of 332015 with flag 100192038/14018199
1182.36/1223.38	c cleaning 167000 clauses out of 334020 with flag 101469794/14186202
1201.86/1243.18	c cleaning 168005 clauses out of 336018 with flag 102767147/14355200
1221.66/1263.29	c cleaning 168994 clauses out of 338012 with flag 104042169/14525199
1241.24/1283.14	c cleaning 170002 clauses out of 340018 with flag 105352092/14696199
1260.50/1302.78	c cleaning 170999 clauses out of 342016 with flag 106707649/14868199
1282.48/1325.10	c cleaning 171983 clauses out of 344018 with flag 108102258/15041200
1301.92/1344.84	c cleaning 173006 clauses out of 346034 with flag 109425051/15215199
1321.63/1364.91	c cleaning 174005 clauses out of 348028 with flag 110735463/15390199
1341.40/1385.03	c cleaning 175002 clauses out of 350023 with flag 112073814/15566199
1361.54/1405.53	c cleaning 176002 clauses out of 352022 with flag 113457322/15743200
1382.67/1426.82	c cleaning 176995 clauses out of 354019 with flag 114806701/15921199
1402.93/1447.48	c cleaning 178001 clauses out of 356024 with flag 116180331/16100199
1423.98/1468.89	c cleaning 179005 clauses out of 358023 with flag 117549281/16280199
1444.85/1490.06	c cleaning 180001 clauses out of 360019 with flag 118972004/16461200
1467.17/1512.79	c cleaning 181001 clauses out of 362017 with flag 120388229/16643199
1488.78/1534.72	c cleaning 181997 clauses out of 364018 with flag 121784835/16826201
1511.81/1558.15	c cleaning 183001 clauses out of 366020 with flag 123198188/17010200
1534.10/1580.81	c cleaning 184002 clauses out of 368018 with flag 124597217/17195199
1556.54/1603.65	c cleaning 185003 clauses out of 370016 with flag 126065273/17381199
1581.06/1628.53	c cleaning 185992 clauses out of 372014 with flag 127529454/17568200
1604.75/1652.52	c cleaning 187003 clauses out of 374023 with flag 128965600/17756201
1627.78/1675.95	c cleaning 187993 clauses out of 376019 with flag 130423554/17945200
1650.44/1699.00	c cleaning 189007 clauses out of 378026 with flag 131914258/18135200
1673.07/1721.91	c cleaning 190006 clauses out of 380019 with flag 133375752/18326200
1697.70/1746.91	c cleaning 191001 clauses out of 382014 with flag 134882023/18518201
1725.96/1775.55	c cleaning 191997 clauses out of 384011 with flag 136424356/18711199
1753.10/1803.05	c cleaning 193006 clauses out of 386018 with flag 137945169/18905203
1776.75/1827.01	c cleaning 193998 clauses out of 388008 with flag 139447315/19100199
1802.51/1853.12	c cleaning 194999 clauses out of 390010 with flag 141019393/19296199
1827.80/1878.89	c cleaning 195996 clauses out of 392011 with flag 142567454/19493199
1853.36/1904.77	c cleaning 196998 clauses out of 394015 with flag 144099462/19691199
1879.37/1931.07	c cleaning 198001 clauses out of 396017 with flag 145662184/19890199
1905.40/1957.40	c cleaning 199003 clauses out of 398019 with flag 147244270/20090202
1931.72/1984.07	c cleaning 199998 clauses out of 400013 with flag 148803653/20291199
1957.53/2010.29	c cleaning 200999 clauses out of 402016 with flag 150438880/20493200
1983.77/2036.80	c cleaning 201999 clauses out of 404016 with flag 152017400/20696199
2010.56/2064.05	c cleaning 202992 clauses out of 406017 with flag 153592577/20900199
2037.00/2090.84	c cleaning 204004 clauses out of 408028 with flag 155216083/21105202
2064.95/2119.15	c cleaning 205007 clauses out of 410022 with flag 156860372/21311200
2091.28/2145.82	c cleaning 206000 clauses out of 412014 with flag 158457499/21518199
2119.62/2174.50	c cleaning 206999 clauses out of 414015 with flag 160109497/21726200
2146.67/2201.91	c cleaning 208002 clauses out of 416016 with flag 161748349/21935200
2174.78/2230.31	c cleaning 208997 clauses out of 418014 with flag 163394875/22145200
2203.26/2259.22	c cleaning 209993 clauses out of 420016 with flag 165044353/22356199
2234.62/2290.94	c cleaning 211003 clauses out of 422024 with flag 166763101/22568200
2262.75/2319.41	c cleaning 212002 clauses out of 424021 with flag 168421579/22781200
2292.22/2349.28	c cleaning 213003 clauses out of 426019 with flag 170102618/22995200
2321.18/2378.51	c cleaning 214001 clauses out of 428016 with flag 171825973/23210200
2350.96/2408.67	c cleaning 214996 clauses out of 430015 with flag 173556510/23426200
2380.51/2438.50	c cleaning 215996 clauses out of 432020 with flag 175343245/23643201
2411.60/2469.94	c cleaning 217006 clauses out of 434025 with flag 177033772/23861202
2442.88/2501.56	c cleaning 217996 clauses out of 436016 with flag 178817117/24080199
2472.64/2531.68	c cleaning 219002 clauses out of 438021 with flag 180547048/24300200
2503.83/2563.08	c cleaning 220000 clauses out of 440018 with flag 182296181/24521199
2536.01/2595.57	c cleaning 221007 clauses out of 442019 with flag 184151040/24743200
2567.34/2627.28	c cleaning 222002 clauses out of 444014 with flag 185922940/24966202
2598.75/2659.06	c cleaning 222992 clauses out of 446009 with flag 187755735/25190199
2631.15/2691.84	c cleaning 224001 clauses out of 448018 with flag 189551809/25415200
2662.71/2723.82	c cleaning 224998 clauses out of 450016 with flag 191439604/25641199
2693.79/2755.39	c cleaning 226004 clauses out of 452019 with flag 193326167/25868200
2725.13/2787.10	c cleaning 227005 clauses out of 454015 with flag 195127651/26096200
2755.94/2818.29	c cleaning 227995 clauses out of 456011 with flag 197052439/26325201
2789.60/2852.33	c cleaning 228983 clauses out of 458014 with flag 198939417/26555199
2820.92/2884.02	c cleaning 229998 clauses out of 460031 with flag 200817158/26786199
2853.46/2916.99	c cleaning 231008 clauses out of 462033 with flag 202749310/27018199
2884.59/2948.31	c cleaning 232005 clauses out of 464025 with flag 204629834/27251199
2918.21/2982.34	c cleaning 233000 clauses out of 466020 with flag 206528812/27485199
2955.92/3020.43	c cleaning 233995 clauses out of 468020 with flag 208467232/27720199
2990.22/3055.13	c cleaning 235000 clauses out of 470026 with flag 210345138/27956200
3024.17/3089.53	c cleaning 236006 clauses out of 472028 with flag 212265669/28193202
3056.87/3122.63	c cleaning 237001 clauses out of 474021 with flag 214188374/28431201
3092.05/3158.22	c cleaning 238003 clauses out of 476020 with flag 216142004/28670201
3126.46/3193.05	c cleaning 239003 clauses out of 478017 with flag 218065097/28910201
3164.76/3231.73	c cleaning 239999 clauses out of 480012 with flag 220076872/29151199
3201.21/3268.59	c cleaning 241002 clauses out of 482013 with flag 222053138/29393199
3237.87/3305.51	c cleaning 241995 clauses out of 484011 with flag 224076086/29636199
3273.81/3341.98	c cleaning 243002 clauses out of 486017 with flag 226021347/29880200
3311.52/3380.08	c cleaning 243993 clauses out of 488014 with flag 227973590/30125199
3348.59/3417.41	c cleaning 245007 clauses out of 490023 with flag 230090809/30371201
3385.85/3455.10	c cleaning 245993 clauses out of 492014 with flag 232073086/30618199
3423.78/3493.38	c cleaning 246996 clauses out of 494022 with flag 234111060/30866200
3462.23/3532.12	c cleaning 248005 clauses out of 496025 with flag 236141862/31115199
3502.76/3573.00	c cleaning 249000 clauses out of 498020 with flag 238127723/31365199
3542.21/3612.77	c cleaning 249996 clauses out of 500021 with flag 240290065/31616200
3582.40/3653.29	c cleaning 251009 clauses out of 502025 with flag 242423042/31868200
3600.03/3671.02	c starts		: 47272
3600.03/3671.02	c conflicts		: 31996365
3600.03/3671.02	c decisions		: 40332278
3600.03/3671.02	c propagations		: 547654810
3600.03/3671.02	c inspects		: 92553406427
3600.03/3671.02	c shortcuts		: 0
3600.03/3671.02	c learnt literals	: 0
3600.03/3671.02	c learnt binary clauses	: 0
3600.03/3671.02	c learnt ternary clauses	: 0
3600.03/3671.02	c learnt constraints	: 31996365
3600.03/3671.02	c ignored constraints	: 0
3600.03/3671.02	c root simplifications	: 0
3600.03/3671.02	c removed literals (reason simplification)	: 47910258
3600.03/3671.02	c reason swapping (by a shorter reason)	: 0
3600.03/3671.02	c Calls to reduceDB	: 248
3600.03/3671.02	c Number of update (reduction) of LBD	: 8803596
3600.03/3671.02	c Imported unit clauses	: 0
3600.03/3671.02	c No decision after first conflict	: false
3600.03/3671.02	c number of reductions to clauses (during analyze)	: 0
3600.03/3671.02	c number of learned constraints concerned by reduction	: 0
3600.03/3671.02	c number of learning phase by resolution	: 0
3600.03/3671.02	c number of learning phase by cutting planes	: 0
3600.03/3671.02	c number of rounding to 1 operations	: 0
3600.03/3671.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3671.02	c number of reductions of the coefficients by power 2 	: 0
3600.03/3671.02	c number of right shift for reduction by power 2 	: 0
3600.03/3671.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3671.02	c number of ending skipping 	: 0
3600.03/3671.02	c number of internal skipping 	: 0
3600.03/3671.02	c number of derivation steps 	: 0
3600.03/3671.02	c number of skipped derivation steps 	: 0
3600.03/3671.02	c number of remaining unassigned 	: 0
3600.03/3671.02	c number of remaining assigned 	: 0
3600.03/3671.02	c number of falsified literals weakened from reason	: 0
3600.03/3671.02	c number of falsified literals weakened from conflict	: 0
3600.03/3671.02	c time for arithmetic operations	: 0
3600.03/3671.02	c minimum degree of deleted constraints	: null
3600.03/3671.02	c maximum degree of deleted constraints	: null
3600.03/3671.02	c number of deleted constraints	: 0
3600.03/3671.02	c speed (assignments/second)	: 149191.69404706804
3600.03/3671.02	c non guided choices	: 30964
3600.03/3671.07	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 379181
3600.03/3671.07	s SATISFIABLE
3600.03/3671.07	c Found 1 solution(s)
3600.03/3671.07	v -x1 -x2 x3 -x4 x5 -x6 -x7 x8 x9 -x10 x11 -x12 -x13 -x14 x15 x16 x17 x18 -x19 -x20 x21 x22 x23 -x24 -x25 -x26 x27 -x28 -x29 -x30 x31 x32 -x33 x34 x35 x36 -x37 -x38 x39 -x40 x41 x42 -x43 x44 -x45 x46 x47 -x48 -x49 x50 x51 x52 x53 -x54 x55 x56 x57 -x58 -x59 -x60 x61 x62 -x63 x64 x65 x66 -x67 -x68 x69 x70 -x71 -x72 x73 x74 x75 -x76 -x77 x78 x79 -x80 x81 -x82 -x83 x84 -x85 x86 x87 -x88 -x89 x90 x91 -x92 x93 x94 -x95 x96 -x97 x98 x99 -x100 x101 x102 -x103 x104 x105 x106 -x107 -x108 x109 x110 x111 x112 -x113 x114 -x115 x116 -x117 x118 x119 -x120 x121 -x122 -x123 x124 x125 x126 x127 x128 x129 x130 x131 -x132 -x133 x134 -x135 -x136 -x137 x138 -x139 -x140 x141 -x142 x143 -x144 x145 -x146 x147 x148 x149 -x150 x151 -x152 x153 x154 -x155 x156 -x157 -x158 -x159 -x160 x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 x182 -x183 x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 
3600.03/3671.07	c objective function=1
3600.03/3671.07	c Total wall clock time (in seconds): 3670.959

Verifier Data

OK	1

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

running on 4 cores: 8-11

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 0-6,22,60,62-63
  3550 MHz: 7,16-17,19,32-33,40-43,51,56-59
  3600 MHz: 8-15,18,20-21,23-31,34-39,44-50,52-55,61
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 8-11

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (4364 MiB free)
  node 1: cores 8-15, 128973 MiB (10938 MiB free)
  node 2: cores 16-23, 129019 MiB (127065 MiB free)
  node 3: cores 24-31, 129003 MiB (97993 MiB free)
  node 4: cores 32-39, 129019 MiB (107500 MiB free)
  node 5: cores 40-47, 129019 MiB (118932 MiB free)
  node 6: cores 48-55, 129019 MiB (125715 MiB free)
  node 7: cores 56-63, 128474 MiB (106872 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=1168943, runsolver pid=1168870
Current StackSize limit: 8192 KiB


[startup+0.100056 s]*
/proc/loadavg: 0.52 1.73 4.58 30/1086 1169093
/proc/meminfo: memFree=716048428/1055320708 swapFree=32662696/33554428
[pid=1168943] ppid=1168870 vsize=34900044 memory=50080 CPUtime=0.11 cores=8-11
/proc/1168943/stat : 1168943 (java) S 1168870 1168943 1166177 0 -1 4194304 5920 0 0 0 10 1 0 0 20 0 19 0 302559376 35737645056 12043 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 0 0 16800975 0 0 0 17 10 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
/proc/1168943/statm: 8725011 12520 6147 1 0 31280 0
[pid=1168943/tid=1168999] ppid=1168870 vsize=34900044 memory=4034096947 CPUtime=0.06 cores=8-11
/proc/1168943/task/1168999/stat : 1168999 (java) R 1168870 1168943 1166177 0 -1 4194368 3026 0 0 0 6 0 0 0 20 0 19 0 302559379 35737645056 12043 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169027] ppid=1168870 vsize=34900044 memory=219983118702 CPUtime=0 cores=8-11
/proc/1168943/task/1169027/stat : 1169027 (Referen..andler) S 1168870 1168943 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 302559380 35737645056 12043 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169028] ppid=1168870 vsize=34900044 memory=62917849968866 CPUtime=0 cores=8-11
/proc/1168943/task/1169028/stat : 1169028 (Finalizer) S 1168870 1168943 1166177 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 302559380 35737645056 12043 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169031] ppid=1168870 vsize=34900044 memory=57385965649287 CPUtime=0 cores=8-11
/proc/1168943/task/1169031/stat : 1169031 (Monitor..Thread) S 1168870 1168943 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 302559380 35737645056 12043 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169035] ppid=1168870 vsize=34900044 memory=59580727517222 CPUtime=0 cores=8-11
/proc/1168943/task/1169035/stat : 1169035 (Notific..Thread) S 1168870 1168943 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 302559380 35737645056 12043 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169042] ppid=1168870 vsize=34900044 memory=62905099279685 CPUtime=0 cores=8-11
/proc/1168943/task/1169042/stat : 1169042 (Common-Cleaner) S 1168870 1168943 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 302559381 35737645056 12043 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 50080 KiB

[startup+0.213777 s]*
/proc/loadavg: 0.52 1.73 4.58 43/1110 1169117
/proc/meminfo: memFree=715777768/1055320708 swapFree=32662696/33554428
[pid=1168943] ppid=1168870 vsize=35033172 memory=60984 CPUtime=0.22 cores=8-11
/proc/1168943/stat : 1168943 (java) S 1168870 1168943 1166177 0 -1 4194304 8036 0 0 0 20 2 0 0 20 0 21 0 302559376 35873968128 14816 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 0 0 16800975 0 0 0 17 10 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
/proc/1168943/statm: 8758293 15246 6261 1 0 33762 0
[pid=1168943/tid=1168999] ppid=1168870 vsize=35033172 memory=3458775719129345843 CPUtime=0.1 cores=8-11
/proc/1168943/task/1168999/stat : 1168999 (java) R 1168870 1168943 1166177 0 -1 4194368 3241 0 0 0 10 0 0 0 20 0 21 0 302559379 35873968128 14816 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169027] ppid=1168870 vsize=35033172 memory=219983118702 CPUtime=0 cores=8-11
/proc/1168943/task/1169027/stat : 1169027 (Referen..andler) S 1168870 1168943 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 302559380 35873968128 14816 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169028] ppid=1168870 vsize=35033172 memory=62917849968866 CPUtime=0 cores=8-11
/proc/1168943/task/1169028/stat : 1169028 (Finalizer) S 1168870 1168943 1166177 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 302559380 35873968128 14816 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169031] ppid=1168870 vsize=35033172 memory=57385965649287 CPUtime=0 cores=8-11
/proc/1168943/task/1169031/stat : 1169031 (Monitor..Thread) S 1168870 1168943 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 302559380 35873968128 14816 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169035] ppid=1168870 vsize=35033172 memory=59580727517222 CPUtime=0 cores=8-11
/proc/1168943/task/1169035/stat : 1169035 (Notific..Thread) S 1168870 1168943 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 302559380 35873968128 14816 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169042] ppid=1168870 vsize=35033172 memory=62905099279685 CPUtime=0 cores=8-11
/proc/1168943/task/1169042/stat : 1169042 (Common-Cleaner) S 1168870 1168943 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 302559381 35873968128 14816 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169117] ppid=1168870 vsize=35033172 memory=15824408392501271 CPUtime=0 cores=8-11
/proc/1168943/task/1169117/stat : 1169117 (Timer-0) S 1168870 1168943 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 302559397 35873968128 14816 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 60984 KiB

[startup+0.314438 s]*
/proc/loadavg: 0.52 1.73 4.58 41/1116 1169123
/proc/meminfo: memFree=715519488/1055320708 swapFree=32662696/33554428
[pid=1168943] ppid=1168870 vsize=35033172 memory=81904 CPUtime=0.54 cores=8-11
/proc/1168943/stat : 1168943 (java) S 1168870 1168943 1166177 0 -1 4194304 9176 0 0 0 52 2 0 0 20 0 21 0 302559376 35873968128 20151 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 0 0 16800975 0 0 0 17 10 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
/proc/1168943/statm: 8758293 20476 6277 1 0 37016 0
[pid=1168943/tid=1168999] ppid=1168870 vsize=35033172 memory=3978402723982962483 CPUtime=0.19 cores=8-11
/proc/1168943/task/1168999/stat : 1168999 (java) R 1168870 1168943 1166177 0 -1 4194368 3270 0 0 0 19 0 0 0 20 0 21 0 302559379 35873968128 20151 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169027] ppid=1168870 vsize=35033172 memory=3472275532685771118 CPUtime=0 cores=8-11
/proc/1168943/task/1169027/stat : 1169027 (Referen..andler) S 1168870 1168943 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 302559380 35873968128 20151 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169028] ppid=1168870 vsize=35033172 memory=8430801420287537378 CPUtime=0 cores=8-11
/proc/1168943/task/1169028/stat : 1169028 (Finalizer) S 1168870 1168943 1166177 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 302559380 35873968128 20151 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169031] ppid=1168870 vsize=35033172 memory=57385965649287 CPUtime=0 cores=8-11
/proc/1168943/task/1169031/stat : 1169031 (Monitor..Thread) S 1168870 1168943 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 302559380 35873968128 20151 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169035] ppid=1168870 vsize=35033172 memory=59580727517222 CPUtime=0 cores=8-11
/proc/1168943/task/1169035/stat : 1169035 (Notific..Thread) S 1168870 1168943 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 302559380 35873968128 20151 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169042] ppid=1168870 vsize=35033172 memory=62905099279685 CPUtime=0 cores=8-11
/proc/1168943/task/1169042/stat : 1169042 (Common-Cleaner) S 1168870 1168943 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 302559381 35873968128 20151 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169117] ppid=1168870 vsize=35033172 memory=15824408392501271 CPUtime=0 cores=8-11
/proc/1168943/task/1169117/stat : 1169117 (Timer-0) S 1168870 1168943 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 302559397 35873968128 20151 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 81904 KiB

[startup+0.700198 s]
/proc/loadavg: 0.52 1.73 4.58 42/1121 1169129
/proc/meminfo: memFree=715077748/1055320708 swapFree=32662696/33554428
[pid=1168943] ppid=1168870 vsize=35099736 memory=133416 CPUtime=1.62 cores=8-11
/proc/1168943/stat : 1168943 (java) S 1168870 1168943 1166177 0 -1 4194304 11369 0 0 0 159 3 0 0 20 0 22 0 302559376 35942129664 33008 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 0 0 16800975 0 0 0 17 10 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
/proc/1168943/statm: 8774934 33354 6309 1 0 51419 0
[pid=1168943/tid=1168999] ppid=1168870 vsize=35099736 memory=648581251440631109 CPUtime=0.52 cores=8-11
/proc/1168943/task/1168999/stat : 1168999 (java) R 1168870 1168943 1166177 0 -1 4194368 3311 0 0 0 51 1 0 0 20 0 22 0 302559379 35942129664 33008 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169027] ppid=1168870 vsize=35099736 memory=15824408392501271 CPUtime=0 cores=8-11
/proc/1168943/task/1169027/stat : 1169027 (Referen..andler) S 1168870 1168943 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 302559380 35942129664 33008 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169028] ppid=1168870 vsize=35099736 memory=8214628638173753570 CPUtime=0 cores=8-11
/proc/1168943/task/1169028/stat : 1169028 (Finalizer) S 1168870 1168943 1166177 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 302559380 35942129664 33008 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169031] ppid=1168870 vsize=35099736 memory=57385965649287 CPUtime=0 cores=8-11
/proc/1168943/task/1169031/stat : 1169031 (Monitor..Thread) S 1168870 1168943 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 302559380 35942129664 33008 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169035] ppid=1168870 vsize=35099736 memory=59580727517222 CPUtime=0 cores=8-11
/proc/1168943/task/1169035/stat : 1169035 (Notific..Thread) S 1168870 1168943 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 302559380 35942129664 33008 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169042] ppid=1168870 vsize=35099736 memory=2080 CPUtime=0 cores=8-11
/proc/1168943/task/1169042/stat : 1169042 (Common-Cleaner) S 1168870 1168943 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 302559381 35942129664 33008 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169117] ppid=1168870 vsize=35099736 memory=0 CPUtime=0 cores=8-11
/proc/1168943/task/1169117/stat : 1169117 (Timer-0) S 1168870 1168943 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 302559397 35942129664 33008 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
Current children cumulated CPU time: 1.62 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 133416 KiB

[startup+1.50023 s]
/proc/loadavg: 0.52 1.73 4.58 34/1135 1169178
/proc/meminfo: memFree=714324320/1055320708 swapFree=32662696/33554428
[pid=1168943] ppid=1168870 vsize=35099736 memory=170912 CPUtime=2.92 cores=8-11
/proc/1168943/stat : 1168943 (java) S 1168870 1168943 1166177 0 -1 4194304 13880 0 0 0 287 5 0 0 20 0 21 0 302559376 35942129664 42287 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 0 0 16800975 0 0 0 17 10 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
/proc/1168943/statm: 8774934 42728 6310 1 0 61461 0
[pid=1168943/tid=1168999] ppid=1168870 vsize=35099736 memory=648581251440631109 CPUtime=1.14 cores=8-11
/proc/1168943/task/1168999/stat : 1168999 (java) R 1168870 1168943 1166177 0 -1 4194368 3869 0 0 0 111 3 0 0 20 0 21 0 302559379 35942129664 42287 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169027] ppid=1168870 vsize=35099736 memory=2080 CPUtime=0 cores=8-11
/proc/1168943/task/1169027/stat : 1169027 (Referen..andler) S 1168870 1168943 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 302559380 35942129664 42287 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169028] ppid=1168870 vsize=35099736 memory=0 CPUtime=0 cores=8-11
/proc/1168943/task/1169028/stat : 1169028 (Finalizer) S 1168870 1168943 1166177 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 302559380 35942129664 42287 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169031] ppid=1168870 vsize=35099736 memory=0 CPUtime=0 cores=8-11
/proc/1168943/task/1169031/stat : 1169031 (Monitor..Thread) S 1168870 1168943 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 302559380 35942129664 42287 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169035] ppid=1168870 vsize=35099736 memory=15824408392501271 CPUtime=0 cores=8-11
/proc/1168943/task/1169035/stat : 1169035 (Notific..Thread) S 1168870 1168943 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 302559380 35942129664 42287 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169042] ppid=1168870 vsize=35099736 memory=0 CPUtime=0 cores=8-11
/proc/1168943/task/1169042/stat : 1169042 (Common-Cleaner) S 1168870 1168943 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 302559381 35942129664 42287 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169117] ppid=1168870 vsize=35099736 memory=0 CPUtime=0 cores=8-11
/proc/1168943/task/1169117/stat : 1169117 (Timer-0) S 1168870 1168943 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 302559397 35942129664 42287 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
Current children cumulated CPU time: 2.92 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 170912 KiB

[startup+3.11374 s]
/proc/loadavg: 1.44 1.90 4.62 15/1098 1169461
/proc/meminfo: memFree=712661752/1055320708 swapFree=32662696/33554428
[pid=1168943] ppid=1168870 vsize=35099736 memory=171072 CPUtime=4.5 cores=8-11
/proc/1168943/stat : 1168943 (java) S 1168870 1168943 1166177 0 -1 4194304 16225 0 0 0 442 8 0 0 20 0 21 0 302559376 35942129664 42287 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 0 0 16800975 0 0 0 17 10 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
/proc/1168943/statm: 8774934 42768 6310 1 0 61467 0
[pid=1168943/tid=1168999] ppid=1168870 vsize=35099736 memory=0 CPUtime=2.5 cores=8-11
/proc/1168943/task/1168999/stat : 1168999 (java) R 1168870 1168943 1166177 0 -1 4194368 3968 0 0 0 244 6 0 0 20 0 21 0 302559379 35942129664 42287 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169027] ppid=1168870 vsize=35099736 memory=0 CPUtime=0 cores=8-11
/proc/1168943/task/1169027/stat : 1169027 (Referen..andler) S 1168870 1168943 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 302559380 35942129664 42287 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169028] ppid=1168870 vsize=35099736 memory=0 CPUtime=0 cores=8-11
/proc/1168943/task/1169028/stat : 1169028 (Finalizer) S 1168870 1168943 1166177 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 302559380 35942129664 42287 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169031] ppid=1168870 vsize=35099736 memory=0 CPUtime=0 cores=8-11
/proc/1168943/task/1169031/stat : 1169031 (Monitor..Thread) S 1168870 1168943 1166177 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 21 0 302559380 35942129664 42287 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169035] ppid=1168870 vsize=35099736 memory=2080 CPUtime=0 cores=8-11
/proc/1168943/task/1169035/stat : 1169035 (Notific..Thread) S 1168870 1168943 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 302559380 35942129664 42287 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169042] ppid=1168870 vsize=35099736 memory=143888 CPUtime=0 cores=8-11
/proc/1168943/task/1169042/stat : 1169042 (Common-Cleaner) S 1168870 1168943 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 302559381 35942129664 42287 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169117] ppid=1168870 vsize=35099736 memory=33 CPUtime=0 cores=8-11
/proc/1168943/task/1169117/stat : 1169117 (Timer-0) S 1168870 1168943 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 302559397 35942129664 42287 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
Current children cumulated CPU time: 4.5 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 171072 KiB

[startup+6.30017 s]
/proc/loadavg: 1.44 1.90 4.62 24/1134 1169977

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

/proc/meminfo: memFree=293962724/1055320708 swapFree=32662696/33554428
[pid=1168943] ppid=1168870 vsize=35166300 memory=1061428 CPUtime=3333.63 cores=8-11
/proc/1168943/stat : 1168943 (java) S 1168870 1168943 1166177 0 -1 4194304 2568800 0 0 0 331478 1885 0 0 20 0 23 0 302559376 36010291200 265151 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 0 0 16800975 0 0 0 17 10 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
/proc/1168943/statm: 8791575 265357 6282 1 0 280099 0
[pid=1168943/tid=1168999] ppid=1168870 vsize=35166300 memory=1060656 CPUtime=3308.18 cores=8-11
/proc/1168943/task/1168999/stat : 1168999 (java) R 1168870 1168943 1166177 0 -1 4194368 1585155 0 0 0 329008 1810 0 0 20 0 23 0 302559379 36010291200 265151 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169027] ppid=1168870 vsize=35166300 memory=7456 CPUtime=0 cores=8-11
/proc/1168943/task/1169027/stat : 1169027 (Referen..andler) S 1168870 1168943 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302559380 36010291200 265151 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169028] ppid=1168870 vsize=35166300 memory=10860 CPUtime=0 cores=8-11
/proc/1168943/task/1169028/stat : 1169028 (Finalizer) S 1168870 1168943 1166177 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 302559380 36010291200 265151 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169031] ppid=1168870 vsize=35166300 memory=7456 CPUtime=0.06 cores=8-11
/proc/1168943/task/1169031/stat : 1169031 (Monitor..Thread) S 1168870 1168943 1166177 0 -1 4194368 66 0 0 0 4 2 0 0 20 0 23 0 302559380 36010291200 265151 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169035] ppid=1168870 vsize=35166300 memory=1061428 CPUtime=0 cores=8-11
/proc/1168943/task/1169035/stat : 1169035 (Notific..Thread) S 1168870 1168943 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 302559380 36010291200 265151 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169042] ppid=1168870 vsize=35166300 memory=1708 CPUtime=0 cores=8-11
/proc/1168943/task/1169042/stat : 1169042 (Common-Cleaner) S 1168870 1168943 1166177 0 -1 4194368 504 0 0 0 0 0 0 0 20 0 23 0 302559381 36010291200 265151 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169117] ppid=1168870 vsize=35166300 memory=1061428 CPUtime=0 cores=8-11
/proc/1168943/task/1169117/stat : 1169117 (Timer-0) S 1168870 1168943 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302559397 36010291200 265151 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
Current children cumulated CPU time: 3333.63 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 1061428 KiB

[startup+3462.3 s]
/proc/loadavg: 15.85 15.93 15.63 18/1133 1182802
/proc/meminfo: memFree=287987624/1055320708 swapFree=32662696/33554428
[pid=1168943] ppid=1168870 vsize=35166300 memory=964964 CPUtime=3393.04 cores=8-11
/proc/1168943/stat : 1168943 (java) S 1168870 1168943 1166177 0 -1 4194304 2610728 0 0 0 337394 1910 0 0 20 0 23 0 302559376 36010291200 241189 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 0 0 16800975 0 0 0 17 10 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
/proc/1168943/statm: 8791575 241241 6282 1 0 254995 0
[pid=1168943/tid=1168999] ppid=1168870 vsize=35166300 memory=0 CPUtime=3367.28 cores=8-11
/proc/1168943/task/1168999/stat : 1168999 (java) R 1168870 1168943 1166177 0 -1 4194368 1587920 0 0 0 334896 1832 0 0 20 0 23 0 302559379 36010291200 241189 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169027] ppid=1168870 vsize=35166300 memory=88852 CPUtime=0 cores=8-11
/proc/1168943/task/1169027/stat : 1169027 (Referen..andler) S 1168870 1168943 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302559380 36010291200 241189 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169028] ppid=1168870 vsize=35166300 memory=1708 CPUtime=0 cores=8-11
/proc/1168943/task/1169028/stat : 1169028 (Finalizer) S 1168870 1168943 1166177 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 302559380 36010291200 241189 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169031] ppid=1168870 vsize=35166300 memory=964964 CPUtime=0.06 cores=8-11
/proc/1168943/task/1169031/stat : 1169031 (Monitor..Thread) S 1168870 1168943 1166177 0 -1 4194368 68 0 0 0 4 2 0 0 20 0 23 0 302559380 36010291200 241189 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169035] ppid=1168870 vsize=35166300 memory=964964 CPUtime=0 cores=8-11
/proc/1168943/task/1169035/stat : 1169035 (Notific..Thread) S 1168870 1168943 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 302559380 36010291200 241189 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169042] ppid=1168870 vsize=35166300 memory=964964 CPUtime=0 cores=8-11
/proc/1168943/task/1169042/stat : 1169042 (Common-Cleaner) S 1168870 1168943 1166177 0 -1 4194368 523 0 0 0 0 0 0 0 20 0 23 0 302559381 36010291200 241189 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169117] ppid=1168870 vsize=35166300 memory=5793425045942006428 CPUtime=0 cores=8-11
/proc/1168943/task/1169117/stat : 1169117 (Timer-0) S 1168870 1168943 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302559397 36010291200 241189 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
Current children cumulated CPU time: 3393.04 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 964964 KiB

[startup+3522.3 s]
/proc/loadavg: 14.86 15.63 15.55 16/1132 1182881
/proc/meminfo: memFree=357643544/1055320708 swapFree=32662696/33554428
[pid=1168943] ppid=1168870 vsize=35166300 memory=964964 CPUtime=3452.47 cores=8-11
/proc/1168943/stat : 1168943 (java) S 1168870 1168943 1166177 0 -1 4194304 2630058 0 0 0 343312 1935 0 0 20 0 23 0 302559376 36010291200 241189 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 0 0 16800975 0 0 0 17 10 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
/proc/1168943/statm: 8791575 241241 6282 1 0 254995 0
[pid=1168943/tid=1168999] ppid=1168870 vsize=35166300 memory=964964 CPUtime=3426.41 cores=8-11
/proc/1168943/task/1168999/stat : 1168999 (java) R 1168870 1168943 1166177 0 -1 4194368 1588563 0 0 0 340788 1853 0 0 20 0 23 0 302559379 36010291200 241189 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169027] ppid=1168870 vsize=35166300 memory=928 CPUtime=0 cores=8-11
/proc/1168943/task/1169027/stat : 1169027 (Referen..andler) S 1168870 1168943 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302559380 36010291200 241189 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169028] ppid=1168870 vsize=35166300 memory=964964 CPUtime=0 cores=8-11
/proc/1168943/task/1169028/stat : 1169028 (Finalizer) S 1168870 1168943 1166177 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 302559380 36010291200 241189 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169031] ppid=1168870 vsize=35166300 memory=964964 CPUtime=0.06 cores=8-11
/proc/1168943/task/1169031/stat : 1169031 (Monitor..Thread) S 1168870 1168943 1166177 0 -1 4194368 68 0 0 0 4 2 0 0 20 0 23 0 302559380 36010291200 241189 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169035] ppid=1168870 vsize=35166300 memory=964964 CPUtime=0 cores=8-11
/proc/1168943/task/1169035/stat : 1169035 (Notific..Thread) S 1168870 1168943 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 302559380 36010291200 241189 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169042] ppid=1168870 vsize=35166300 memory=964964 CPUtime=0 cores=8-11
/proc/1168943/task/1169042/stat : 1169042 (Common-Cleaner) S 1168870 1168943 1166177 0 -1 4194368 528 0 0 0 0 0 0 0 20 0 23 0 302559381 36010291200 241189 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169117] ppid=1168870 vsize=35166300 memory=964964 CPUtime=0 cores=8-11
/proc/1168943/task/1169117/stat : 1169117 (Timer-0) S 1168870 1168943 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302559397 36010291200 241189 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
Current children cumulated CPU time: 3452.47 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 964964 KiB

[startup+3582.3 s]
/proc/loadavg: 14.63 15.45 15.49 15/1132 1182883
/proc/meminfo: memFree=352238684/1055320708 swapFree=32662696/33554428
[pid=1168943] ppid=1168870 vsize=35166300 memory=1014600 CPUtime=3512.06 cores=8-11
/proc/1168943/stat : 1168943 (java) S 1168870 1168943 1166177 0 -1 4194304 2638765 0 0 0 349247 1959 0 0 20 0 23 0 302559376 36010291200 253509 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 0 0 16800975 0 0 0 17 10 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
/proc/1168943/statm: 8791575 253650 6282 1 0 267547 0
[pid=1168943/tid=1168999] ppid=1168870 vsize=35166300 memory=1002288 CPUtime=3485.57 cores=8-11
/proc/1168943/task/1168999/stat : 1168999 (java) R 1168870 1168943 1166177 0 -1 4194368 1589453 0 0 0 346681 1876 0 0 20 0 23 0 302559379 36010291200 253509 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169027] ppid=1168870 vsize=35166300 memory=25333125866717268 CPUtime=0 cores=8-11
/proc/1168943/task/1169027/stat : 1169027 (Referen..andler) S 1168870 1168943 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302559380 36010291200 253509 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169028] ppid=1168870 vsize=35166300 memory=10860 CPUtime=0 cores=8-11
/proc/1168943/task/1169028/stat : 1169028 (Finalizer) S 1168870 1168943 1166177 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 302559380 36010291200 253509 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169031] ppid=1168870 vsize=35166300 memory=0 CPUtime=0.06 cores=8-11
/proc/1168943/task/1169031/stat : 1169031 (Monitor..Thread) S 1168870 1168943 1166177 0 -1 4194368 68 0 0 0 4 2 0 0 20 0 23 0 302559380 36010291200 253509 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169035] ppid=1168870 vsize=35166300 memory=-7235134484395680863 CPUtime=0 cores=8-11
/proc/1168943/task/1169035/stat : 1169035 (Notific..Thread) S 1168870 1168943 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 302559380 36010291200 253509 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169042] ppid=1168870 vsize=35166300 memory=0 CPUtime=0 cores=8-11
/proc/1168943/task/1169042/stat : 1169042 (Common-Cleaner) S 1168870 1168943 1166177 0 -1 4194368 528 0 0 0 0 0 0 0 20 0 23 0 302559381 36010291200 253509 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169117] ppid=1168870 vsize=35166300 memory=22888 CPUtime=0 cores=8-11
/proc/1168943/task/1169117/stat : 1169117 (Timer-0) S 1168870 1168943 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302559397 36010291200 253509 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
Current children cumulated CPU time: 3512.06 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 1014600 KiB

[startup+3642.3 s]
/proc/loadavg: 14.85 15.35 15.45 16/1132 1182965
/proc/meminfo: memFree=413185008/1055320708 swapFree=32662696/33554428
[pid=1168943] ppid=1168870 vsize=35166300 memory=1014604 CPUtime=3571.54 cores=8-11
/proc/1168943/stat : 1168943 (java) S 1168870 1168943 1166177 0 -1 4194304 2642974 0 0 0 355172 1982 0 0 20 0 23 0 302559376 36010291200 253509 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 0 0 16800975 0 0 0 17 10 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
/proc/1168943/statm: 8791575 253651 6282 1 0 267547 0
[pid=1168943/tid=1168999] ppid=1168870 vsize=35166300 memory=7588962434251825213 CPUtime=3544.75 cores=8-11
/proc/1168943/task/1168999/stat : 1168999 (java) R 1168870 1168943 1166177 0 -1 4194368 1592181 0 0 0 352576 1899 0 0 20 0 23 0 302559379 36010291200 253509 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169027] ppid=1168870 vsize=35166300 memory=2080 CPUtime=0 cores=8-11
/proc/1168943/task/1169027/stat : 1169027 (Referen..andler) S 1168870 1168943 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302559380 36010291200 253509 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169028] ppid=1168870 vsize=35166300 memory=1014600 CPUtime=0 cores=8-11
/proc/1168943/task/1169028/stat : 1169028 (Finalizer) S 1168870 1168943 1166177 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 302559380 36010291200 253509 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169031] ppid=1168870 vsize=35166300 memory=1014604 CPUtime=0.06 cores=8-11
/proc/1168943/task/1169031/stat : 1169031 (Monitor..Thread) S 1168870 1168943 1166177 0 -1 4194368 69 0 0 0 4 2 0 0 20 0 23 0 302559380 36010291200 253509 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169035] ppid=1168870 vsize=35166300 memory=1708 CPUtime=0 cores=8-11
/proc/1168943/task/1169035/stat : 1169035 (Notific..Thread) S 1168870 1168943 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 302559380 36010291200 253509 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169042] ppid=1168870 vsize=35166300 memory=-7235134484395680863 CPUtime=0 cores=8-11
/proc/1168943/task/1169042/stat : 1169042 (Common-Cleaner) S 1168870 1168943 1166177 0 -1 4194368 535 0 0 0 0 0 0 0 20 0 23 0 302559381 36010291200 253509 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169117] ppid=1168870 vsize=35166300 memory=25333125866717268 CPUtime=0 cores=8-11
/proc/1168943/task/1169117/stat : 1169117 (Timer-0) S 1168870 1168943 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302559397 36010291200 253509 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
Current children cumulated CPU time: 3571.54 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 1014604 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3671 s]*
/proc/loadavg: 15.05 15.36 15.45 14/1132 1182965
/proc/meminfo: memFree=409985100/1055320708 swapFree=32662696/33554428
[pid=1168943] ppid=1168870 vsize=35166300 memory=964748 CPUtime=3600.03 cores=8-11
/proc/1168943/stat : 1168943 (java) S 1168870 1168943 1166177 0 -1 4194304 2711340 0 0 0 358004 1999 0 0 20 0 23 0 302559376 36010291200 241094 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 0 0 16800975 0 0 0 17 10 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
/proc/1168943/statm: 8791575 241187 6282 1 0 254995 0
[pid=1168943/tid=1168999] ppid=1168870 vsize=35166300 memory=-7666917098669566046 CPUtime=3573.05 cores=8-11
/proc/1168943/task/1168999/stat : 1168999 (java) R 1168870 1168943 1166177 0 -1 4194368 1627790 0 0 0 355392 1913 0 0 20 0 23 0 302559379 36010291200 241094 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169027] ppid=1168870 vsize=35166300 memory=8908058261624984677 CPUtime=0 cores=8-11
/proc/1168943/task/1169027/stat : 1169027 (Referen..andler) S 1168870 1168943 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302559380 36010291200 241094 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169028] ppid=1168870 vsize=35166300 memory=5780 CPUtime=0 cores=8-11
/proc/1168943/task/1169028/stat : 1169028 (Finalizer) S 1168870 1168943 1166177 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 302559380 36010291200 241094 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169031] ppid=1168870 vsize=35166300 memory=964748 CPUtime=0.06 cores=8-11
/proc/1168943/task/1169031/stat : 1169031 (Monitor..Thread) S 1168870 1168943 1166177 0 -1 4194368 69 0 0 0 4 2 0 0 20 0 23 0 302559380 36010291200 241094 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169035] ppid=1168870 vsize=35166300 memory=2684820 CPUtime=0 cores=8-11
/proc/1168943/task/1169035/stat : 1169035 (Notific..Thread) S 1168870 1168943 1166177 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 302559380 36010291200 241094 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169042] ppid=1168870 vsize=35166300 memory=2886028 CPUtime=0 cores=8-11
/proc/1168943/task/1169042/stat : 1169042 (Common-Cleaner) S 1168870 1168943 1166177 0 -1 4194368 554 0 0 0 0 0 0 0 20 0 23 0 302559381 36010291200 241094 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
[pid=1168943/tid=1169117] ppid=1168870 vsize=35166300 memory=5624 CPUtime=0 cores=8-11
/proc/1168943/task/1169117/stat : 1169117 (Timer-0) S 1168870 1168943 1166177 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 302559397 36010291200 241094 18446744073709551615 94724668588032 94724668591728 140732517304032 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 94724668599592 94724668600336 94724697169920 140732517312676 140732517312862 140732517312862 140732517318600 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 964748 KiB

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

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

# cumulated CPU time of all completed processes:  user=3580.2 s, system=20.0159 s

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

Child status: 143

Real time (s): 3671.1
CPU time (s): 3600.21
CPU user time (s): 3580.2
CPU system time (s): 20.0159
CPU usage (%): 98.069
Max. virtual memory (cumulated for all children) (KiB): 35166300
Max. memory (cumulated for all children) (KiB): 1144592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3580.2
system time used= 20.0159
maximum resident set size= 1143264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2714099
page faults= 0
swaps= 0
block input operations= 0
block output operations= 13488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4584349
involuntary context switches= 7973


# summary of solver processes directly reported to runsolver:
#   pid: 1168943
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3580.2
#   total CPU system time (s): 20.0159

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.7285 second user time and 41.1714 second system time

The end

Launcher Data

Begin job on nodeE010 at 2026-07-10 16:11:56
IDJOB=4836224
IDBENCH=177048
IDSOLVER=3672
FILE ID=nodeE010/4836224-1783692716
RUNJOBID= nodeE010-1783692716-1168650
SLURM_JOB_ID= 12734900
Free space on /tmp= 789828 MiB

SOLVER NAME= Sat4j Resolution CERT 2026-05-20 (cert)
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/evencolouring/linear/normalized-evencolouring_opt_linear_random6regular_nvert_061.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4836224-1783692716/watcher-4836224-1783692716 -o /tmp/evaluation-result-4836224-1783692716/solver-4836224-1783692716 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4836224-1783692716/vars-4836224-1783692716 --bin-var /tmp/runsolver-exch-nodeE010-1783692716-1168650 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proofs/proof-4836224-1783692716 -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4836224-1783692716.opb

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

MD5SUM BENCH= a5ea427b495bc29ca41a2a07775089ea
RANDOM SEED=120039799

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 0
cpu cores	: 32
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 1
cpu cores	: 32
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 2
cpu cores	: 32
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3583.117
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 64
cpu cores	: 32
apicid		: 64
initial apicid	: 64
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 65
cpu cores	: 32
apicid		: 65
initial apicid	: 65
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 66
cpu cores	: 32
apicid		: 66
initial apicid	: 66
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 67
cpu cores	: 32
apicid		: 67
initial apicid	: 67
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3594.970
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		: 3590.623
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 34
cpu cores	: 32
apicid		: 34
initial apicid	: 34
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3593.660
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		: 3621.995
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		: 3618.554
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		: 3571.932
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		: 3571.623
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		: 3569.356
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		: 3591.873
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		: 3595.510
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		: 3594.253
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		: 3590.176
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		: 3590.333
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		: 3585.192
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		: 3585.212
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		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 19
cpu cores	: 32
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3587.112
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		: 3582.236
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		: 3578.157
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		: 3580.873
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		: 3578.239
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		: 3578.531
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		: 3573.946
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		: 3592.841
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		: 3590.111
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		: 3589.320
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		: 3587.238
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		: 3570.548
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		: 3564.287
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		: 3567.205
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		: 3562.762
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		: 3583.217
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		: 3586.017
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		: 3586.716
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		: 3585.152
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		: 3582.573
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		: 3582.925
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		: 3580.662
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		: 3579.798
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		: 3593.311
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		: 3591.211
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		: 3589.287
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		: 3551.930
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		: 3554.309
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		: 3553.461
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		: 3554.762
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		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 81
cpu cores	: 32
apicid		: 209
initial apicid	: 209
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.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		: 3610.560
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:       1055320708 kB
MemFree:        716151212 kB
MemAvailable:   1046675852 kB
Buffers:              32 kB
Cached:         334032488 kB
SwapCached:         7288 kB
Active:          9388604 kB
Inactive:       324739392 kB
Active(anon):     160312 kB
Inactive(anon):    19324 kB
Active(file):    9228292 kB
Inactive(file): 324720068 kB
Unevictable:        9000 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       32662696 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5988 kB
Writeback:             0 kB
AnonPages:        103068 kB
Mapped:            88792 kB
Shmem:             84160 kB
KReclaimable:    2777600 kB
Slab:            3344248 kB
SReclaimable:    2777600 kB
SUnreclaim:       566648 kB
KernelStack:       14208 kB
PageTables:         4416 kB
SecPageTables:     15564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:   129489548 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      477968 kB
VmallocChunk:          0 kB
Percpu:           117504 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 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:      385476 kB
DirectMap2M:    20908032 kB
DirectMap1G:    1052770304 kB

Free space on /tmp at the end= 789776 MiB
End job on nodeE010 at 2026-07-10 17:13:08